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.
 
 
 

21097 lines
503 KiB

  1. const characterMakers = [];
  2. function makeCharacter(info, viewInfo, defaultSizes) {
  3. views = {};
  4. Object.entries(viewInfo).forEach(([key, value]) => {
  5. views[key] = {
  6. attributes: {
  7. height: {
  8. name: "Height",
  9. power: 1,
  10. type: "length",
  11. base: value.height
  12. }
  13. },
  14. image: value.image,
  15. name: value.name,
  16. info: value.info,
  17. rename: value.rename
  18. }
  19. if (value.weight) {
  20. views[key].attributes.weight = {
  21. name: "Mass",
  22. power: 3,
  23. type: "mass",
  24. base: value.weight
  25. };
  26. }
  27. });
  28. return createEntityMaker(info, views, defaultSizes);
  29. }
  30. characterMakers.push(() => makeCharacter(
  31. {
  32. name: "Fen",
  33. species: "Crux",
  34. description: {
  35. title: "Bio",
  36. text: "Very furry. Sheds on everything."
  37. }
  38. },
  39. {
  40. back: {
  41. height: math.unit(2.2428, "meter"),
  42. weight: math.unit(124.738, "kg"),
  43. name: "Back",
  44. image: {
  45. source: "./media/characters/fen/back.svg",
  46. extra: 1025 / 935,
  47. bottom: 0.01
  48. },
  49. info: {
  50. description: {
  51. mode: "append",
  52. text: "\n\nHe is not currently looking at you."
  53. }
  54. }
  55. },
  56. full: {
  57. height: math.unit(1.34, "meter"),
  58. weight: math.unit(225, "kg"),
  59. name: "Full",
  60. image: {
  61. source: "./media/characters/fen/full.svg"
  62. },
  63. info: {
  64. description: {
  65. mode: "append",
  66. text: "\n\nMunch."
  67. }
  68. }
  69. },
  70. kneeling: {
  71. height: math.unit(5.4, "feet"),
  72. weight: math.unit(124.738, "kg"),
  73. name: "Kneeling",
  74. image: {
  75. source: "./media/characters/fen/kneeling.svg",
  76. extra: 563 / 507
  77. }
  78. },
  79. },
  80. [
  81. {
  82. name: "Normal",
  83. height: math.unit(2.2428, "meter")
  84. },
  85. {
  86. name: "Big",
  87. height: math.unit(12, "feet")
  88. },
  89. {
  90. name: "Minimacro",
  91. height: math.unit(30, "meter"),
  92. default: true,
  93. info: {
  94. description: {
  95. mode: "append",
  96. text: "\n\nTOO DAMN BIG"
  97. }
  98. }
  99. },
  100. {
  101. name: "Macro",
  102. height: math.unit(100, "meter"),
  103. info: {
  104. description: {
  105. mode: "append",
  106. text: "\n\nTOO DAMN BIG"
  107. }
  108. }
  109. },
  110. {
  111. name: "Macro+",
  112. height: math.unit(1000, "meter")
  113. },
  114. {
  115. name: "Megamacro",
  116. height: math.unit(10, "miles")
  117. }
  118. ]
  119. ))
  120. characterMakers.push(() => makeCharacter(
  121. { name: "Sofia Fluttertail" },
  122. {
  123. front: {
  124. height: math.unit(183, "cm"),
  125. weight: math.unit(80, "kg"),
  126. name: "Front",
  127. image: {
  128. source: "./media/characters/sofia-fluttertail/front.svg",
  129. bottom: 0.01,
  130. extra: 2154 / 2081
  131. }
  132. },
  133. frontAlt: {
  134. height: math.unit(183, "cm"),
  135. weight: math.unit(80, "kg"),
  136. name: "Front (alt)",
  137. image: {
  138. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  139. }
  140. },
  141. back: {
  142. height: math.unit(183, "cm"),
  143. weight: math.unit(80, "kg"),
  144. name: "Back",
  145. image: {
  146. source: "./media/characters/sofia-fluttertail/back.svg"
  147. }
  148. },
  149. kneeling: {
  150. height: math.unit(125, "cm"),
  151. weight: math.unit(80, "kg"),
  152. name: "Kneeling",
  153. image: {
  154. source: "./media/characters/sofia-fluttertail/kneeling.svg",
  155. extra: 1033/977,
  156. bottom: 23.7/1057
  157. }
  158. },
  159. maw: {
  160. height: math.unit(183 / 5, "cm"),
  161. name: "Maw",
  162. image: {
  163. source: "./media/characters/sofia-fluttertail/maw.svg"
  164. }
  165. },
  166. mawcloseup: {
  167. height: math.unit(183 / 5 * 0.41, "cm"),
  168. name: "Maw (Closeup)",
  169. image: {
  170. source: "./media/characters/sofia-fluttertail/maw-closeup.svg"
  171. }
  172. },
  173. },
  174. [
  175. {
  176. name: "Normal",
  177. height: math.unit(1.83, "meter")
  178. },
  179. {
  180. name: "Size Thief",
  181. height: math.unit(18, "feet")
  182. },
  183. {
  184. name: "50 Foot Collie",
  185. height: math.unit(50, "feet")
  186. },
  187. {
  188. name: "Macro",
  189. height: math.unit(96, "feet"),
  190. default: true
  191. },
  192. {
  193. name: "Megamerger",
  194. height: math.unit(650, "feet")
  195. },
  196. ]
  197. ))
  198. characterMakers.push(() => makeCharacter(
  199. { name: "March" },
  200. {
  201. front: {
  202. height: math.unit(7, "feet"),
  203. weight: math.unit(100, "kg"),
  204. name: "Front",
  205. image: {
  206. source: "./media/characters/march/front.svg",
  207. extra: 1,
  208. bottom: 0.015
  209. }
  210. },
  211. foot: {
  212. height: math.unit(0.9, "feet"),
  213. name: "Foot",
  214. image: {
  215. source: "./media/characters/march/foot.svg"
  216. }
  217. },
  218. },
  219. [
  220. {
  221. name: "Normal",
  222. height: math.unit(7.9, "feet")
  223. },
  224. {
  225. name: "Macro",
  226. height: math.unit(220, "meters")
  227. },
  228. {
  229. name: "Megamacro",
  230. height: math.unit(2.98, "km"),
  231. default: true
  232. },
  233. {
  234. name: "Gigamacro",
  235. height: math.unit(15963, "km")
  236. },
  237. {
  238. name: "Teramacro",
  239. height: math.unit(2980000000, "km")
  240. },
  241. {
  242. name: "Examacro",
  243. height: math.unit(250, "parsecs")
  244. },
  245. ]
  246. ))
  247. characterMakers.push(() => makeCharacter(
  248. { name: "Noir" },
  249. {
  250. front: {
  251. height: math.unit(6, "feet"),
  252. weight: math.unit(60, "kg"),
  253. name: "Front",
  254. image: {
  255. source: "./media/characters/noir/front.svg",
  256. extra: 1,
  257. bottom: 0.032
  258. }
  259. },
  260. },
  261. [
  262. {
  263. name: "Normal",
  264. height: math.unit(6.6, "feet")
  265. },
  266. {
  267. name: "Macro",
  268. height: math.unit(500, "feet")
  269. },
  270. {
  271. name: "Megamacro",
  272. height: math.unit(2.5, "km"),
  273. default: true
  274. },
  275. {
  276. name: "Gigamacro",
  277. height: math.unit(22500, "km")
  278. },
  279. {
  280. name: "Teramacro",
  281. height: math.unit(2500000000, "km")
  282. },
  283. {
  284. name: "Examacro",
  285. height: math.unit(200, "parsecs")
  286. },
  287. ]
  288. ))
  289. characterMakers.push(() => makeCharacter(
  290. { name: "Okuri" },
  291. {
  292. front: {
  293. height: math.unit(7, "feet"),
  294. weight: math.unit(100, "kg"),
  295. name: "Front",
  296. image: {
  297. source: "./media/characters/okuri/front.svg",
  298. extra: 1,
  299. bottom: 0.037
  300. }
  301. },
  302. back: {
  303. height: math.unit(7, "feet"),
  304. weight: math.unit(100, "kg"),
  305. name: "Back",
  306. image: {
  307. source: "./media/characters/okuri/back.svg",
  308. extra: 1,
  309. bottom: 0.007
  310. }
  311. },
  312. },
  313. [
  314. {
  315. name: "Megamacro",
  316. height: math.unit(100, "miles"),
  317. default: true
  318. },
  319. ]
  320. ))
  321. characterMakers.push(() => makeCharacter(
  322. { name: "Manny" },
  323. {
  324. front: {
  325. height: math.unit(7, "feet"),
  326. weight: math.unit(100, "kg"),
  327. name: "Front",
  328. image: {
  329. source: "./media/characters/manny/front.svg",
  330. extra: 1,
  331. bottom: 0.06
  332. }
  333. },
  334. back: {
  335. height: math.unit(7, "feet"),
  336. weight: math.unit(100, "kg"),
  337. name: "Back",
  338. image: {
  339. source: "./media/characters/manny/back.svg",
  340. extra: 1,
  341. bottom: 0.014
  342. }
  343. },
  344. },
  345. [
  346. {
  347. name: "Normal",
  348. height: math.unit(7, "feet"),
  349. },
  350. {
  351. name: "Macro",
  352. height: math.unit(78, "feet"),
  353. default: true
  354. },
  355. {
  356. name: "Macro+",
  357. height: math.unit(300, "meters")
  358. },
  359. {
  360. name: "Macro++",
  361. height: math.unit(2400, "meters")
  362. },
  363. {
  364. name: "Megamacro",
  365. height: math.unit(5167, "meters")
  366. },
  367. {
  368. name: "Gigamacro",
  369. height: math.unit(41769, "miles")
  370. },
  371. ]
  372. ))
  373. characterMakers.push(() => makeCharacter(
  374. { name: "Adake" },
  375. {
  376. front: {
  377. height: math.unit(7, "feet"),
  378. weight: math.unit(100, "kg"),
  379. name: "Front",
  380. image: {
  381. source: "./media/characters/adake/front-1.svg"
  382. }
  383. },
  384. frontAlt: {
  385. height: math.unit(7, "feet"),
  386. weight: math.unit(100, "kg"),
  387. name: "Front (Alt)",
  388. image: {
  389. source: "./media/characters/adake/front-2.svg",
  390. extra: 1,
  391. bottom: 0.01
  392. }
  393. },
  394. back: {
  395. height: math.unit(7, "feet"),
  396. weight: math.unit(100, "kg"),
  397. name: "Back",
  398. image: {
  399. source: "./media/characters/adake/back.svg",
  400. }
  401. },
  402. kneel: {
  403. height: math.unit(5.385, "feet"),
  404. weight: math.unit(100, "kg"),
  405. name: "Kneeling",
  406. image: {
  407. source: "./media/characters/adake/kneel.svg",
  408. bottom: 0.052
  409. }
  410. },
  411. },
  412. [
  413. {
  414. name: "Normal",
  415. height: math.unit(7, "feet"),
  416. },
  417. {
  418. name: "Macro",
  419. height: math.unit(78, "feet"),
  420. default: true
  421. },
  422. {
  423. name: "Macro+",
  424. height: math.unit(300, "meters")
  425. },
  426. {
  427. name: "Macro++",
  428. height: math.unit(2400, "meters")
  429. },
  430. {
  431. name: "Megamacro",
  432. height: math.unit(5167, "meters")
  433. },
  434. {
  435. name: "Gigamacro",
  436. height: math.unit(41769, "miles")
  437. },
  438. ]
  439. ))
  440. characterMakers.push(() => makeCharacter(
  441. { name: "Elijah" },
  442. {
  443. front: {
  444. height: math.unit(1.65, "meters"),
  445. weight: math.unit(50, "kg"),
  446. name: "Front",
  447. image: {
  448. source: "./media/characters/elijah/front.svg",
  449. extra: 858/830,
  450. bottom: 95.5/953.8559
  451. }
  452. },
  453. back: {
  454. height: math.unit(1.65, "meters"),
  455. weight: math.unit(50, "kg"),
  456. name: "Back",
  457. image: {
  458. source: "./media/characters/elijah/back.svg",
  459. extra: 895/850,
  460. bottom: 5.3/897.956
  461. }
  462. },
  463. frontNsfw: {
  464. height: math.unit(1.65, "meters"),
  465. weight: math.unit(50, "kg"),
  466. name: "Front (NSFW)",
  467. image: {
  468. source: "./media/characters/elijah/front-nsfw.svg",
  469. extra: 858/830,
  470. bottom: 95.5/953.8559
  471. }
  472. },
  473. backNsfw: {
  474. height: math.unit(1.65, "meters"),
  475. weight: math.unit(50, "kg"),
  476. name: "Back (NSFW)",
  477. image: {
  478. source: "./media/characters/elijah/back-nsfw.svg",
  479. extra: 895/850,
  480. bottom: 5.3/897.956
  481. }
  482. },
  483. dick: {
  484. height: math.unit(1, "feet"),
  485. name: "Dick",
  486. image: {
  487. source: "./media/characters/elijah/dick.svg"
  488. }
  489. },
  490. beakOpen: {
  491. height: math.unit(1.25, "feet"),
  492. name: "Beak (Open)",
  493. image: {
  494. source: "./media/characters/elijah/beak-open.svg"
  495. }
  496. },
  497. beakShut: {
  498. height: math.unit(1.25, "feet"),
  499. name: "Beak (Shut)",
  500. image: {
  501. source: "./media/characters/elijah/beak-shut.svg"
  502. }
  503. },
  504. footFlexing: {
  505. height: math.unit(1.61, "feet"),
  506. name: "Foot (Flexing)",
  507. image: {
  508. source: "./media/characters/elijah/foot-flexing.svg"
  509. }
  510. },
  511. footStepping: {
  512. height: math.unit(1.44, "feet"),
  513. name: "Foot (Stepping)",
  514. image: {
  515. source: "./media/characters/elijah/foot-stepping.svg"
  516. }
  517. },
  518. plantigradeLeg: {
  519. height: math.unit(2.34, "feet"),
  520. name: "Plantigrade Leg",
  521. image: {
  522. source: "./media/characters/elijah/plantigrade-leg.svg"
  523. }
  524. },
  525. plantigradeFootLeft: {
  526. height: math.unit(0.9, "feet"),
  527. name: "Plantigrade Foot (Left)",
  528. image: {
  529. source: "./media/characters/elijah/plantigrade-foot-left.svg"
  530. }
  531. },
  532. plantigradeFootRight: {
  533. height: math.unit(0.9, "feet"),
  534. name: "Plantigrade Foot (Right)",
  535. image: {
  536. source: "./media/characters/elijah/plantigrade-foot-right.svg"
  537. }
  538. },
  539. },
  540. [
  541. {
  542. name: "Normal",
  543. height: math.unit(1.65, "meters")
  544. },
  545. {
  546. name: "Macro",
  547. height: math.unit(55, "meters"),
  548. default: true
  549. },
  550. {
  551. name: "Macro+",
  552. height: math.unit(105, "meters")
  553. },
  554. ]
  555. ))
  556. characterMakers.push(() => makeCharacter(
  557. { name: "Rai" },
  558. {
  559. front: {
  560. height: math.unit(11, "feet"),
  561. weight: math.unit(80, "kg"),
  562. name: "Front",
  563. image: {
  564. source: "./media/characters/rai/front.svg",
  565. extra: 1,
  566. bottom: 0.03
  567. }
  568. },
  569. side: {
  570. height: math.unit(11, "feet"),
  571. weight: math.unit(80, "kg"),
  572. name: "Side",
  573. image: {
  574. source: "./media/characters/rai/side.svg"
  575. }
  576. },
  577. back: {
  578. height: math.unit(11, "feet"),
  579. weight: math.unit(80, "lb"),
  580. name: "Back",
  581. image: {
  582. source: "./media/characters/rai/back.svg",
  583. extra: 1,
  584. bottom: 0.01
  585. }
  586. },
  587. feral: {
  588. height: math.unit(11, "feet"),
  589. weight: math.unit(800, "lb"),
  590. name: "Feral",
  591. image: {
  592. source: "./media/characters/rai/feral.svg",
  593. extra: 1050 / 659,
  594. bottom: 0.07
  595. }
  596. },
  597. maw: {
  598. height: math.unit(6 / 3.81416, "feet"),
  599. name: "Maw",
  600. image: {
  601. source: "./media/characters/rai/maw.svg"
  602. }
  603. },
  604. },
  605. [
  606. {
  607. name: "Normal",
  608. height: math.unit(11, "feet")
  609. },
  610. {
  611. name: "Macro",
  612. height: math.unit(302, "feet"),
  613. default: true
  614. },
  615. ]
  616. ))
  617. characterMakers.push(() => makeCharacter(
  618. { name: "Jazzy" },
  619. {
  620. front: {
  621. height: math.unit(7, "feet"),
  622. weight: math.unit(80, "kg"),
  623. name: "Front",
  624. image: {
  625. source: "./media/characters/jazzy/front.svg",
  626. extra: 1,
  627. bottom: 0.01
  628. }
  629. },
  630. back: {
  631. height: math.unit(7, "feet"),
  632. weight: math.unit(80, "kg"),
  633. name: "Back",
  634. image: {
  635. source: "./media/characters/jazzy/back.svg",
  636. extra: 1,
  637. bottom: 0.01
  638. }
  639. },
  640. },
  641. [
  642. {
  643. name: "Macro",
  644. height: math.unit(216, "feet"),
  645. default: true
  646. },
  647. ]
  648. ))
  649. characterMakers.push(() => makeCharacter(
  650. { name: "Flamm" },
  651. {
  652. front: {
  653. height: math.unit(7, "feet"),
  654. weight: math.unit(80, "kg"),
  655. name: "Front",
  656. image: {
  657. source: "./media/characters/flamm/front.svg",
  658. extra: 1794 / 1677,
  659. bottom: 31.7 / 1828.5
  660. }
  661. },
  662. },
  663. [
  664. {
  665. name: "Normal",
  666. height: math.unit(9.5, "feet")
  667. },
  668. {
  669. name: "Macro",
  670. height: math.unit(200, "feet"),
  671. default: true
  672. },
  673. ]
  674. ))
  675. characterMakers.push(() => makeCharacter(
  676. { name: "Zephiro" },
  677. {
  678. front: {
  679. height: math.unit(7, "feet"),
  680. weight: math.unit(80, "kg"),
  681. name: "Front",
  682. image: {
  683. source: "./media/characters/zephiro/front.svg",
  684. extra: 2309 / 2162,
  685. bottom: 0.069
  686. }
  687. },
  688. side: {
  689. height: math.unit(7, "feet"),
  690. weight: math.unit(80, "kg"),
  691. name: "Side",
  692. image: {
  693. source: "./media/characters/zephiro/side.svg",
  694. extra: 2403 / 2279,
  695. bottom: 0.015
  696. }
  697. },
  698. back: {
  699. height: math.unit(7, "feet"),
  700. weight: math.unit(80, "kg"),
  701. name: "Back",
  702. image: {
  703. source: "./media/characters/zephiro/back.svg",
  704. extra: 2373 / 2244,
  705. bottom: 0.013
  706. }
  707. },
  708. },
  709. [
  710. {
  711. name: "Micro",
  712. height: math.unit(3, "inches")
  713. },
  714. {
  715. name: "Normal",
  716. height: math.unit(5 + 3 / 12, "feet"),
  717. default: true
  718. },
  719. {
  720. name: "Macro",
  721. height: math.unit(118, "feet")
  722. },
  723. ]
  724. ))
  725. characterMakers.push(() => makeCharacter(
  726. { name: "Fory" },
  727. {
  728. front: {
  729. height: math.unit(5, "feet"),
  730. weight: math.unit(90, "kg"),
  731. name: "Front",
  732. image: {
  733. source: "./media/characters/fory/front.svg",
  734. extra: 2862 / 2674,
  735. bottom: 180 / 3043.8
  736. }
  737. },
  738. back: {
  739. height: math.unit(5, "feet"),
  740. weight: math.unit(90, "kg"),
  741. name: "Back",
  742. image: {
  743. source: "./media/characters/fory/back.svg",
  744. extra: 2962 / 2791,
  745. bottom: 106 / 3071.8
  746. }
  747. },
  748. foot: {
  749. height: math.unit(2.14, "feet"),
  750. name: "Foot",
  751. image: {
  752. source: "./media/characters/fory/foot.svg"
  753. }
  754. },
  755. },
  756. [
  757. {
  758. name: "Normal",
  759. height: math.unit(5, "feet")
  760. },
  761. {
  762. name: "Macro",
  763. height: math.unit(50, "feet"),
  764. default: true
  765. },
  766. {
  767. name: "Megamacro",
  768. height: math.unit(10, "miles")
  769. },
  770. {
  771. name: "Gigamacro",
  772. height: math.unit(5, "earths")
  773. },
  774. ]
  775. ))
  776. characterMakers.push(() => makeCharacter(
  777. { name: "Kurrikage" },
  778. {
  779. front: {
  780. height: math.unit(7, "feet"),
  781. weight: math.unit(90, "kg"),
  782. name: "Front",
  783. image: {
  784. source: "./media/characters/kurrikage/front.svg",
  785. extra: 1,
  786. bottom: 0.035
  787. }
  788. },
  789. back: {
  790. height: math.unit(7, "feet"),
  791. weight: math.unit(90, "lb"),
  792. name: "Back",
  793. image: {
  794. source: "./media/characters/kurrikage/back.svg"
  795. }
  796. },
  797. paw: {
  798. height: math.unit(1.5, "feet"),
  799. name: "Paw",
  800. image: {
  801. source: "./media/characters/kurrikage/paw.svg"
  802. }
  803. },
  804. staff: {
  805. height: math.unit(6.7, "feet"),
  806. name: "Staff",
  807. image: {
  808. source: "./media/characters/kurrikage/staff.svg"
  809. }
  810. },
  811. peek: {
  812. height: math.unit(1.05, "feet"),
  813. name: "Peeking",
  814. image: {
  815. source: "./media/characters/kurrikage/peek.svg",
  816. bottom: 0.08
  817. }
  818. },
  819. },
  820. [
  821. {
  822. name: "Normal",
  823. height: math.unit(12, "feet"),
  824. default: true
  825. },
  826. {
  827. name: "Big",
  828. height: math.unit(20, "feet")
  829. },
  830. {
  831. name: "Macro",
  832. height: math.unit(500, "feet")
  833. },
  834. {
  835. name: "Megamacro",
  836. height: math.unit(20, "miles")
  837. },
  838. ]
  839. ))
  840. characterMakers.push(() => makeCharacter(
  841. { name: "Shingo" },
  842. {
  843. front: {
  844. height: math.unit(6, "feet"),
  845. weight: math.unit(75, "kg"),
  846. name: "Front",
  847. image: {
  848. source: "./media/characters/shingo/front.svg",
  849. extra: 3511 / 3338,
  850. bottom: 0.005
  851. }
  852. },
  853. },
  854. [
  855. {
  856. name: "Micro",
  857. height: math.unit(4, "inches")
  858. },
  859. {
  860. name: "Normal",
  861. height: math.unit(6, "feet"),
  862. default: true
  863. },
  864. {
  865. name: "Macro",
  866. height: math.unit(108, "feet")
  867. }
  868. ]
  869. ))
  870. characterMakers.push(() => makeCharacter(
  871. { name: "Aigey" },
  872. {
  873. side: {
  874. height: math.unit(6, "feet"),
  875. weight: math.unit(75, "kg"),
  876. name: "Side",
  877. image: {
  878. source: "./media/characters/aigey/side.svg"
  879. }
  880. },
  881. },
  882. [
  883. {
  884. name: "Macro",
  885. height: math.unit(200, "feet"),
  886. default: true
  887. },
  888. {
  889. name: "Megamacro",
  890. height: math.unit(100, "miles")
  891. },
  892. ]
  893. )
  894. )
  895. characterMakers.push(() => makeCharacter(
  896. { name: "Natasha" },
  897. {
  898. front: {
  899. height: math.unit(5 + 5 / 12, "feet"),
  900. weight: math.unit(75, "kg"),
  901. name: "Front",
  902. image: {
  903. source: "./media/characters/natasha/front.svg",
  904. extra: 859/824,
  905. bottom: 23/879.6
  906. }
  907. },
  908. frontNsfw: {
  909. height: math.unit(5 + 5 / 12, "feet"),
  910. weight: math.unit(75, "kg"),
  911. name: "Front (NSFW)",
  912. image: {
  913. source: "./media/characters/natasha/front-nsfw.svg",
  914. extra: 859/824,
  915. bottom: 23/879.6
  916. }
  917. },
  918. frontErect: {
  919. height: math.unit(5 + 5 / 12, "feet"),
  920. weight: math.unit(75, "kg"),
  921. name: "Front (Erect)",
  922. image: {
  923. source: "./media/characters/natasha/front-erect.svg",
  924. extra: 859/824,
  925. bottom: 23/879.6
  926. }
  927. },
  928. back: {
  929. height: math.unit(5 + 5 / 12, "feet"),
  930. weight: math.unit(75, "kg"),
  931. name: "Back",
  932. image: {
  933. source: "./media/characters/natasha/back.svg",
  934. extra: 887.9/852.6,
  935. bottom: 9.7/896.4
  936. }
  937. },
  938. backAlt: {
  939. height: math.unit(5 + 5 / 12, "feet"),
  940. weight: math.unit(75, "kg"),
  941. name: "Back (Alt)",
  942. image: {
  943. source: "./media/characters/natasha/back-alt.svg",
  944. extra: 1236.7/1192,
  945. bottom: 22.3/1258.2
  946. }
  947. },
  948. dick: {
  949. height: math.unit(1.772, "feet"),
  950. name: "Dick",
  951. image: {
  952. source: "./media/characters/natasha/dick.svg"
  953. }
  954. },
  955. },
  956. [
  957. {
  958. name: "Normal",
  959. height: math.unit(5 + 5 / 12, "feet")
  960. },
  961. {
  962. name: "Large",
  963. height: math.unit(12, "feet")
  964. },
  965. {
  966. name: "Macro",
  967. height: math.unit(100, "feet"),
  968. default: true
  969. },
  970. {
  971. name: "Macro+",
  972. height: math.unit(260, "feet")
  973. },
  974. {
  975. name: "Macro++",
  976. height: math.unit(1, "mile")
  977. },
  978. ]
  979. ))
  980. characterMakers.push(() => makeCharacter(
  981. { name: "Malik" },
  982. {
  983. front: {
  984. height: math.unit(6, "feet"),
  985. weight: math.unit(75, "kg"),
  986. name: "Front",
  987. image: {
  988. source: "./media/characters/malik/front.svg"
  989. }
  990. },
  991. side: {
  992. height: math.unit(6, "feet"),
  993. weight: math.unit(75, "kg"),
  994. name: "Side",
  995. image: {
  996. source: "./media/characters/malik/side.svg",
  997. extra: 1.1539
  998. }
  999. },
  1000. back: {
  1001. height: math.unit(6, "feet"),
  1002. weight: math.unit(75, "kg"),
  1003. name: "Back",
  1004. image: {
  1005. source: "./media/characters/malik/back.svg"
  1006. }
  1007. },
  1008. },
  1009. [
  1010. {
  1011. name: "Macro",
  1012. height: math.unit(156, "feet"),
  1013. default: true
  1014. },
  1015. {
  1016. name: "Macro+",
  1017. height: math.unit(1188, "feet")
  1018. },
  1019. ]
  1020. ))
  1021. characterMakers.push(() => makeCharacter(
  1022. { name: "Sefer" },
  1023. {
  1024. front: {
  1025. height: math.unit(6, "feet"),
  1026. weight: math.unit(75, "kg"),
  1027. name: "Front",
  1028. image: {
  1029. source: "./media/characters/sefer/front.svg"
  1030. }
  1031. },
  1032. back: {
  1033. height: math.unit(6, "feet"),
  1034. weight: math.unit(75, "kg"),
  1035. name: "Back",
  1036. image: {
  1037. source: "./media/characters/sefer/back.svg"
  1038. }
  1039. },
  1040. },
  1041. [
  1042. {
  1043. name: "Normal",
  1044. height: math.unit(6, "feet"),
  1045. default: true
  1046. },
  1047. ]
  1048. ))
  1049. characterMakers.push(() => makeCharacter(
  1050. { name: "North" },
  1051. {
  1052. body: {
  1053. height: math.unit(2.2428, "meter"),
  1054. weight: math.unit(124.738, "kg"),
  1055. name: "Body",
  1056. image: {
  1057. extra: 1225 / 1050,
  1058. source: "./media/characters/north/front.svg"
  1059. }
  1060. }
  1061. },
  1062. [
  1063. {
  1064. name: "Micro",
  1065. height: math.unit(4, "inches")
  1066. },
  1067. {
  1068. name: "Macro",
  1069. height: math.unit(63, "meters")
  1070. },
  1071. {
  1072. name: "Megamacro",
  1073. height: math.unit(101, "miles"),
  1074. default: true
  1075. }
  1076. ]
  1077. ))
  1078. characterMakers.push(() => makeCharacter(
  1079. { name: "Talan" },
  1080. {
  1081. angled: {
  1082. height: math.unit(4, "meter"),
  1083. weight: math.unit(150, "kg"),
  1084. name: "Angled",
  1085. image: {
  1086. source: "./media/characters/talan/angled-sfw.svg",
  1087. bottom: 29 / 3734
  1088. }
  1089. },
  1090. angledNsfw: {
  1091. height: math.unit(4, "meter"),
  1092. weight: math.unit(150, "kg"),
  1093. name: "Angled (NSFW)",
  1094. image: {
  1095. source: "./media/characters/talan/angled-nsfw.svg",
  1096. bottom: 29 / 3734
  1097. }
  1098. },
  1099. frontNsfw: {
  1100. height: math.unit(4, "meter"),
  1101. weight: math.unit(150, "kg"),
  1102. name: "Front (NSFW)",
  1103. image: {
  1104. source: "./media/characters/talan/front-nsfw.svg",
  1105. bottom: 29 / 3734
  1106. }
  1107. },
  1108. sideNsfw: {
  1109. height: math.unit(4, "meter"),
  1110. weight: math.unit(150, "kg"),
  1111. name: "Side (NSFW)",
  1112. image: {
  1113. source: "./media/characters/talan/side-nsfw.svg",
  1114. bottom: 29 / 3734
  1115. }
  1116. },
  1117. back: {
  1118. height: math.unit(4, "meter"),
  1119. weight: math.unit(150, "kg"),
  1120. name: "Back",
  1121. image: {
  1122. source: "./media/characters/talan/back.svg"
  1123. }
  1124. },
  1125. dickBottom: {
  1126. height: math.unit(0.621, "meter"),
  1127. name: "Dick (Bottom)",
  1128. image: {
  1129. source: "./media/characters/talan/dick-bottom.svg"
  1130. }
  1131. },
  1132. dickTop: {
  1133. height: math.unit(0.621, "meter"),
  1134. name: "Dick (Top)",
  1135. image: {
  1136. source: "./media/characters/talan/dick-top.svg"
  1137. }
  1138. },
  1139. dickSide: {
  1140. height: math.unit(0.305, "meter"),
  1141. name: "Dick (Side)",
  1142. image: {
  1143. source: "./media/characters/talan/dick-side.svg"
  1144. }
  1145. },
  1146. dickFront: {
  1147. height: math.unit(0.305, "meter"),
  1148. name: "Dick (Front)",
  1149. image: {
  1150. source: "./media/characters/talan/dick-front.svg"
  1151. }
  1152. },
  1153. },
  1154. [
  1155. {
  1156. name: "Normal",
  1157. height: math.unit(4, "meters")
  1158. },
  1159. {
  1160. name: "Macro",
  1161. height: math.unit(100, "meters")
  1162. },
  1163. {
  1164. name: "Megamacro",
  1165. height: math.unit(2, "miles"),
  1166. default: true
  1167. },
  1168. {
  1169. name: "Gigamacro",
  1170. height: math.unit(5000, "miles")
  1171. },
  1172. {
  1173. name: "Teramacro",
  1174. height: math.unit(100, "parsecs")
  1175. }
  1176. ]
  1177. ))
  1178. characterMakers.push(() => makeCharacter(
  1179. { name: "Gael'Rathus" },
  1180. {
  1181. front: {
  1182. height: math.unit(2, "meter"),
  1183. weight: math.unit(90, "kg"),
  1184. name: "Front",
  1185. image: {
  1186. source: "./media/characters/gael'rathus/front.svg"
  1187. }
  1188. },
  1189. frontAlt: {
  1190. height: math.unit(2, "meter"),
  1191. weight: math.unit(90, "kg"),
  1192. name: "Front (alt)",
  1193. image: {
  1194. source: "./media/characters/gael'rathus/front-alt.svg"
  1195. }
  1196. },
  1197. frontAlt2: {
  1198. height: math.unit(2, "meter"),
  1199. weight: math.unit(90, "kg"),
  1200. name: "Front (alt 2)",
  1201. image: {
  1202. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1203. }
  1204. }
  1205. },
  1206. [
  1207. {
  1208. name: "Normal",
  1209. height: math.unit(9, "feet"),
  1210. default: true
  1211. },
  1212. {
  1213. name: "Large",
  1214. height: math.unit(25, "feet")
  1215. },
  1216. {
  1217. name: "Macro",
  1218. height: math.unit(0.25, "miles")
  1219. },
  1220. {
  1221. name: "Megamacro",
  1222. height: math.unit(10, "miles")
  1223. }
  1224. ]
  1225. ))
  1226. characterMakers.push(() => makeCharacter(
  1227. { name: "Sosha" },
  1228. {
  1229. side: {
  1230. height: math.unit(2, "meter"),
  1231. weight: math.unit(140, "kg"),
  1232. name: "Side",
  1233. image: {
  1234. source: "./media/characters/sosha/side.svg",
  1235. bottom: 0.042
  1236. }
  1237. },
  1238. },
  1239. [
  1240. {
  1241. name: "Normal",
  1242. height: math.unit(12, "feet"),
  1243. default: true
  1244. }
  1245. ]
  1246. ))
  1247. characterMakers.push(() => makeCharacter(
  1248. { name: "RuNNoLa" },
  1249. {
  1250. side: {
  1251. height: math.unit(5 + 5 / 12, "feet"),
  1252. weight: math.unit(170, "kg"),
  1253. name: "Side",
  1254. image: {
  1255. source: "./media/characters/runnola/side.svg",
  1256. extra: 741 / 448,
  1257. bottom: 0.05
  1258. }
  1259. },
  1260. },
  1261. [
  1262. {
  1263. name: "Small",
  1264. height: math.unit(3, "feet")
  1265. },
  1266. {
  1267. name: "Normal",
  1268. height: math.unit(5 + 5 / 12, "feet"),
  1269. default: true
  1270. },
  1271. {
  1272. name: "Big",
  1273. height: math.unit(10, "feet")
  1274. },
  1275. ]
  1276. ))
  1277. characterMakers.push(() => makeCharacter(
  1278. { name: "Kurribird" },
  1279. {
  1280. front: {
  1281. height: math.unit(2, "meter"),
  1282. weight: math.unit(50, "kg"),
  1283. name: "Front",
  1284. image: {
  1285. source: "./media/characters/kurribird/front.svg",
  1286. bottom: 0.015
  1287. }
  1288. },
  1289. frontAlt: {
  1290. height: math.unit(1.5, "meter"),
  1291. weight: math.unit(50, "kg"),
  1292. name: "Front (Alt)",
  1293. image: {
  1294. source: "./media/characters/kurribird/front-alt.svg",
  1295. extra: 1.45
  1296. }
  1297. },
  1298. },
  1299. [
  1300. {
  1301. name: "Normal",
  1302. height: math.unit(7, "feet")
  1303. },
  1304. {
  1305. name: "Big",
  1306. height: math.unit(12, "feet"),
  1307. default: true
  1308. },
  1309. {
  1310. name: "Macro",
  1311. height: math.unit(1500, "feet")
  1312. },
  1313. {
  1314. name: "Megamacro",
  1315. height: math.unit(2, "miles")
  1316. }
  1317. ]
  1318. ))
  1319. characterMakers.push(() => makeCharacter(
  1320. { name: "Elbial" },
  1321. {
  1322. front: {
  1323. height: math.unit(2, "meter"),
  1324. weight: math.unit(80, "kg"),
  1325. name: "Front",
  1326. image: {
  1327. source: "./media/characters/elbial/front.svg",
  1328. extra: 1643 / 1556,
  1329. bottom: 60.2 / 1696
  1330. }
  1331. },
  1332. side: {
  1333. height: math.unit(2, "meter"),
  1334. weight: math.unit(80, "kg"),
  1335. name: "Side",
  1336. image: {
  1337. source: "./media/characters/elbial/side.svg",
  1338. extra: 1630 / 1565,
  1339. bottom: 71.5 / 1697
  1340. }
  1341. },
  1342. back: {
  1343. height: math.unit(2, "meter"),
  1344. weight: math.unit(80, "kg"),
  1345. name: "Back",
  1346. image: {
  1347. source: "./media/characters/elbial/back.svg",
  1348. extra: 1668 / 1595,
  1349. bottom: 5.6 / 1672
  1350. }
  1351. },
  1352. frontDressed: {
  1353. height: math.unit(2, "meter"),
  1354. weight: math.unit(80, "kg"),
  1355. name: "Front (Dressed)",
  1356. image: {
  1357. source: "./media/characters/elbial/front-dressed.svg",
  1358. extra: 1653 / 1584,
  1359. bottom: 57 / 1708
  1360. }
  1361. },
  1362. genitals: {
  1363. height: math.unit(2 / 3.367, "meter"),
  1364. name: "Genitals",
  1365. image: {
  1366. source: "./media/characters/elbial/genitals.svg"
  1367. }
  1368. },
  1369. },
  1370. [
  1371. {
  1372. name: "Large",
  1373. height: math.unit(100, "feet")
  1374. },
  1375. {
  1376. name: "Macro",
  1377. height: math.unit(500, "feet"),
  1378. default: true
  1379. },
  1380. {
  1381. name: "Megamacro",
  1382. height: math.unit(10, "miles")
  1383. },
  1384. {
  1385. name: "Gigamacro",
  1386. height: math.unit(25000, "miles")
  1387. },
  1388. {
  1389. name: "Full-Size",
  1390. height: math.unit(8000000, "gigaparsecs")
  1391. }
  1392. ]
  1393. ))
  1394. characterMakers.push(() => makeCharacter(
  1395. { name: "Noah" },
  1396. {
  1397. front: {
  1398. height: math.unit(2, "meter"),
  1399. weight: math.unit(60, "kg"),
  1400. name: "Front",
  1401. image: {
  1402. source: "./media/characters/noah/front.svg"
  1403. }
  1404. },
  1405. talons: {
  1406. height: math.unit(0.315, "meter"),
  1407. name: "Talons",
  1408. image: {
  1409. source: "./media/characters/noah/talons.svg"
  1410. }
  1411. }
  1412. },
  1413. [
  1414. {
  1415. name: "Large",
  1416. height: math.unit(50, "feet")
  1417. },
  1418. {
  1419. name: "Macro",
  1420. height: math.unit(750, "feet"),
  1421. default: true
  1422. },
  1423. {
  1424. name: "Megamacro",
  1425. height: math.unit(50, "miles")
  1426. },
  1427. {
  1428. name: "Gigamacro",
  1429. height: math.unit(100000, "miles")
  1430. },
  1431. {
  1432. name: "Full-Size",
  1433. height: math.unit(3000000000, "miles")
  1434. }
  1435. ]
  1436. ))
  1437. characterMakers.push(() => makeCharacter(
  1438. { name: "Natalya" },
  1439. {
  1440. front: {
  1441. height: math.unit(2, "meter"),
  1442. weight: math.unit(80, "kg"),
  1443. name: "Front",
  1444. image: {
  1445. source: "./media/characters/natalya/front.svg"
  1446. }
  1447. },
  1448. back: {
  1449. height: math.unit(2, "meter"),
  1450. weight: math.unit(80, "kg"),
  1451. name: "Back",
  1452. image: {
  1453. source: "./media/characters/natalya/back.svg"
  1454. }
  1455. }
  1456. },
  1457. [
  1458. {
  1459. name: "Normal",
  1460. height: math.unit(150, "feet"),
  1461. default: true
  1462. },
  1463. {
  1464. name: "Megamacro",
  1465. height: math.unit(5, "miles")
  1466. },
  1467. {
  1468. name: "Full-Size",
  1469. height: math.unit(600, "kiloparsecs")
  1470. }
  1471. ]
  1472. ))
  1473. characterMakers.push(() => makeCharacter(
  1474. { name: "Erestrebah" },
  1475. {
  1476. front: {
  1477. height: math.unit(2, "meter"),
  1478. weight: math.unit(50, "kg"),
  1479. name: "Front",
  1480. image: {
  1481. source: "./media/characters/erestrebah/front.svg",
  1482. extra: 208 / 193,
  1483. bottom: 0.055
  1484. }
  1485. },
  1486. back: {
  1487. height: math.unit(2, "meter"),
  1488. weight: math.unit(50, "kg"),
  1489. name: "Back",
  1490. image: {
  1491. source: "./media/characters/erestrebah/back.svg",
  1492. extra: 1.3
  1493. }
  1494. }
  1495. },
  1496. [
  1497. {
  1498. name: "Normal",
  1499. height: math.unit(10, "feet")
  1500. },
  1501. {
  1502. name: "Large",
  1503. height: math.unit(50, "feet"),
  1504. default: true
  1505. },
  1506. {
  1507. name: "Macro",
  1508. height: math.unit(300, "feet")
  1509. },
  1510. {
  1511. name: "Macro+",
  1512. height: math.unit(750, "feet")
  1513. },
  1514. {
  1515. name: "Megamacro",
  1516. height: math.unit(3, "miles")
  1517. }
  1518. ]
  1519. ))
  1520. characterMakers.push(() => makeCharacter(
  1521. { name: "Jennifer" },
  1522. {
  1523. front: {
  1524. height: math.unit(2, "meter"),
  1525. weight: math.unit(80, "kg"),
  1526. name: "Front",
  1527. image: {
  1528. source: "./media/characters/jennifer/front.svg",
  1529. bottom: 0.11,
  1530. extra: 1.16
  1531. }
  1532. },
  1533. frontAlt: {
  1534. height: math.unit(2, "meter"),
  1535. weight: math.unit(80, "kg"),
  1536. name: "Front (Alt)",
  1537. image: {
  1538. source: "./media/characters/jennifer/front-alt.svg"
  1539. }
  1540. }
  1541. },
  1542. [
  1543. {
  1544. name: "Canon Height",
  1545. height: math.unit(120, "feet"),
  1546. default: true
  1547. },
  1548. {
  1549. name: "Macro+",
  1550. height: math.unit(300, "feet")
  1551. },
  1552. {
  1553. name: "Megamacro",
  1554. height: math.unit(20000, "feet")
  1555. }
  1556. ]
  1557. ))
  1558. characterMakers.push(() => makeCharacter(
  1559. { name: "Kalista" },
  1560. {
  1561. front: {
  1562. height: math.unit(2, "meter"),
  1563. weight: math.unit(50, "kg"),
  1564. name: "Front",
  1565. image: {
  1566. source: "./media/characters/kalista/front.svg",
  1567. extra: 1947 / 1700
  1568. }
  1569. },
  1570. back: {
  1571. height: math.unit(2, "meter"),
  1572. weight: math.unit(50, "kg"),
  1573. name: "Back",
  1574. image: {
  1575. source: "./media/characters/kalista/back.svg",
  1576. extra: 1366 / 1156
  1577. }
  1578. }
  1579. },
  1580. [
  1581. {
  1582. name: "Uncomfortably Small",
  1583. height: math.unit(10, "feet")
  1584. },
  1585. {
  1586. name: "Small",
  1587. height: math.unit(30, "feet")
  1588. },
  1589. {
  1590. name: "Macro",
  1591. height: math.unit(100, "feet"),
  1592. default: true
  1593. },
  1594. {
  1595. name: "Macro+",
  1596. height: math.unit(2000, "feet")
  1597. },
  1598. {
  1599. name: "True Form",
  1600. height: math.unit(8924, "miles")
  1601. }
  1602. ]
  1603. ))
  1604. characterMakers.push(() => makeCharacter(
  1605. { name: "GiantGrowingVixen" },
  1606. {
  1607. front: {
  1608. height: math.unit(2, "meter"),
  1609. weight: math.unit(120, "kg"),
  1610. name: "Front",
  1611. image: {
  1612. source: "./media/characters/ggv/front.svg"
  1613. }
  1614. },
  1615. side: {
  1616. height: math.unit(2, "meter"),
  1617. weight: math.unit(120, "kg"),
  1618. name: "Side",
  1619. image: {
  1620. source: "./media/characters/ggv/side.svg"
  1621. }
  1622. }
  1623. },
  1624. [
  1625. {
  1626. name: "Extremely Puny",
  1627. height: math.unit(9 + 5 / 12, "feet")
  1628. },
  1629. {
  1630. name: "Horribly Small",
  1631. height: math.unit(47.7, "miles"),
  1632. default: true
  1633. },
  1634. {
  1635. name: "Reasonably Sized",
  1636. height: math.unit(25000, "parsecs")
  1637. },
  1638. {
  1639. name: "Slightly Uncompressed",
  1640. height: math.unit(7.77e31, "parsecs")
  1641. },
  1642. {
  1643. name: "Omniversal",
  1644. height: math.unit(1e300, "meters")
  1645. },
  1646. ]
  1647. ))
  1648. characterMakers.push(() => makeCharacter(
  1649. { name: "Napalm" },
  1650. {
  1651. front: {
  1652. height: math.unit(2, "meter"),
  1653. weight: math.unit(75, "lb"),
  1654. name: "Front",
  1655. image: {
  1656. source: "./media/characters/napalm/front.svg"
  1657. }
  1658. },
  1659. back: {
  1660. height: math.unit(2, "meter"),
  1661. weight: math.unit(75, "lb"),
  1662. name: "Back",
  1663. image: {
  1664. source: "./media/characters/napalm/back.svg"
  1665. }
  1666. }
  1667. },
  1668. [
  1669. {
  1670. name: "Standard",
  1671. height: math.unit(55, "feet"),
  1672. default: true
  1673. }
  1674. ]
  1675. ))
  1676. characterMakers.push(() => makeCharacter(
  1677. { name: "Asana" },
  1678. {
  1679. front: {
  1680. height: math.unit(7 + 5 / 6, "feet"),
  1681. weight: math.unit(325, "lb"),
  1682. name: "Front",
  1683. image: {
  1684. source: "./media/characters/asana/front.svg",
  1685. extra: 1128 / 1068
  1686. }
  1687. },
  1688. back: {
  1689. height: math.unit(7 + 5 / 6, "feet"),
  1690. weight: math.unit(325, "lb"),
  1691. name: "Back",
  1692. image: {
  1693. source: "./media/characters/asana/back.svg",
  1694. extra: 1128 / 1068
  1695. }
  1696. },
  1697. },
  1698. [
  1699. {
  1700. name: "Standard",
  1701. height: math.unit(7 + 5 / 6, "feet"),
  1702. default: true
  1703. },
  1704. {
  1705. name: "Large",
  1706. height: math.unit(10, "meters")
  1707. },
  1708. {
  1709. name: "Macro",
  1710. height: math.unit(2500, "meters")
  1711. },
  1712. {
  1713. name: "Megamacro",
  1714. height: math.unit(5e6, "meters")
  1715. },
  1716. {
  1717. name: "Examacro",
  1718. height: math.unit(5e12, "lightyears")
  1719. },
  1720. {
  1721. name: "Max Size",
  1722. height: math.unit(1e31, "lightyears")
  1723. }
  1724. ]
  1725. ))
  1726. characterMakers.push(() => makeCharacter(
  1727. { name: "Ebony" },
  1728. {
  1729. front: {
  1730. height: math.unit(2, "meter"),
  1731. weight: math.unit(60, "kg"),
  1732. name: "Front",
  1733. image: {
  1734. source: "./media/characters/ebony/front.svg",
  1735. bottom: 0.03,
  1736. extra: 1045 / 810 + 0.03
  1737. }
  1738. },
  1739. side: {
  1740. height: math.unit(2, "meter"),
  1741. weight: math.unit(60, "kg"),
  1742. name: "Side",
  1743. image: {
  1744. source: "./media/characters/ebony/side.svg",
  1745. bottom: 0.03,
  1746. extra: 1045 / 810 + 0.03
  1747. }
  1748. },
  1749. back: {
  1750. height: math.unit(2, "meter"),
  1751. weight: math.unit(60, "kg"),
  1752. name: "Back",
  1753. image: {
  1754. source: "./media/characters/ebony/back.svg",
  1755. bottom: 0.01,
  1756. extra: 1045 / 810 + 0.01
  1757. }
  1758. },
  1759. },
  1760. [
  1761. // TODO check why I did this lol
  1762. {
  1763. name: "Standard",
  1764. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1765. default: true
  1766. },
  1767. {
  1768. name: "Macro",
  1769. height: math.unit(200, "feet")
  1770. },
  1771. {
  1772. name: "Gigamacro",
  1773. height: math.unit(13000, "km")
  1774. }
  1775. ]
  1776. ))
  1777. characterMakers.push(() => makeCharacter(
  1778. { name: "Mountain" },
  1779. {
  1780. front: {
  1781. height: math.unit(6, "feet"),
  1782. weight: math.unit(175, "lb"),
  1783. name: "Front",
  1784. image: {
  1785. source: "./media/characters/mountain/front.svg"
  1786. }
  1787. },
  1788. back: {
  1789. height: math.unit(6, "feet"),
  1790. weight: math.unit(175, "lb"),
  1791. name: "Back",
  1792. image: {
  1793. source: "./media/characters/mountain/back.svg"
  1794. }
  1795. },
  1796. },
  1797. [
  1798. {
  1799. name: "Large",
  1800. height: math.unit(20, "meters")
  1801. },
  1802. {
  1803. name: "Macro",
  1804. height: math.unit(300, "meters")
  1805. },
  1806. {
  1807. name: "Gigamacro",
  1808. height: math.unit(10000, "km"),
  1809. default: true
  1810. },
  1811. {
  1812. name: "Examacro",
  1813. height: math.unit(10e9, "lightyears")
  1814. }
  1815. ]
  1816. ))
  1817. characterMakers.push(() => makeCharacter(
  1818. { name: "Rick" },
  1819. {
  1820. front: {
  1821. height: math.unit(8, "feet"),
  1822. weight: math.unit(500, "lb"),
  1823. name: "Front",
  1824. image: {
  1825. source: "./media/characters/rick/front.svg"
  1826. }
  1827. }
  1828. },
  1829. [
  1830. {
  1831. name: "Normal",
  1832. height: math.unit(8, "feet"),
  1833. default: true
  1834. },
  1835. {
  1836. name: "Macro",
  1837. height: math.unit(5, "km")
  1838. }
  1839. ]
  1840. ))
  1841. characterMakers.push(() => makeCharacter(
  1842. { name: "Ona" },
  1843. {
  1844. front: {
  1845. height: math.unit(8, "feet"),
  1846. weight: math.unit(120, "lb"),
  1847. name: "Front",
  1848. image: {
  1849. source: "./media/characters/ona/front.svg"
  1850. }
  1851. },
  1852. frontAlt: {
  1853. height: math.unit(8, "feet"),
  1854. weight: math.unit(120, "lb"),
  1855. name: "Front (Alt)",
  1856. image: {
  1857. source: "./media/characters/ona/front-alt.svg"
  1858. }
  1859. },
  1860. back: {
  1861. height: math.unit(8, "feet"),
  1862. weight: math.unit(120, "lb"),
  1863. name: "Back",
  1864. image: {
  1865. source: "./media/characters/ona/back.svg"
  1866. }
  1867. },
  1868. foot: {
  1869. height: math.unit(1.1, "feet"),
  1870. name: "Foot",
  1871. image: {
  1872. source: "./media/characters/ona/foot.svg"
  1873. }
  1874. }
  1875. },
  1876. [
  1877. {
  1878. name: "Megamacro",
  1879. height: math.unit(70, "km"),
  1880. default: true
  1881. },
  1882. {
  1883. name: "Gigamacro",
  1884. height: math.unit(681818, "miles")
  1885. },
  1886. {
  1887. name: "Examacro",
  1888. height: math.unit(3800000, "lightyears")
  1889. },
  1890. ]
  1891. ))
  1892. characterMakers.push(() => makeCharacter(
  1893. { name: "Mech" },
  1894. {
  1895. front: {
  1896. height: math.unit(12, "feet"),
  1897. weight: math.unit(3000, "lb"),
  1898. name: "Front",
  1899. image: {
  1900. source: "./media/characters/mech/front.svg",
  1901. bottom: 0.025,
  1902. }
  1903. },
  1904. back: {
  1905. height: math.unit(12, "feet"),
  1906. weight: math.unit(3000, "lb"),
  1907. name: "Back",
  1908. image: {
  1909. source: "./media/characters/mech/back.svg",
  1910. bottom: 0.03,
  1911. }
  1912. }
  1913. },
  1914. [
  1915. {
  1916. name: "Normal",
  1917. height: math.unit(12, "feet")
  1918. },
  1919. {
  1920. name: "Macro",
  1921. height: math.unit(300, "feet"),
  1922. default: true
  1923. },
  1924. {
  1925. name: "Macro+",
  1926. height: math.unit(1500, "feet")
  1927. },
  1928. ]
  1929. ))
  1930. characterMakers.push(() => makeCharacter(
  1931. { name: "Gregory" },
  1932. {
  1933. front: {
  1934. height: math.unit(1.3, "meter"),
  1935. weight: math.unit(30, "kg"),
  1936. name: "Front",
  1937. image: {
  1938. source: "./media/characters/gregory/front.svg",
  1939. }
  1940. }
  1941. },
  1942. [
  1943. {
  1944. name: "Normal",
  1945. height: math.unit(1.3, "meter"),
  1946. default: true
  1947. },
  1948. {
  1949. name: "Macro",
  1950. height: math.unit(20, "meter")
  1951. }
  1952. ]
  1953. ))
  1954. characterMakers.push(() => makeCharacter(
  1955. { name: "Elory" },
  1956. {
  1957. front: {
  1958. height: math.unit(2.8, "meter"),
  1959. weight: math.unit(200, "kg"),
  1960. name: "Front",
  1961. image: {
  1962. source: "./media/characters/elory/front.svg",
  1963. }
  1964. }
  1965. },
  1966. [
  1967. {
  1968. name: "Normal",
  1969. height: math.unit(2.8, "meter"),
  1970. default: true
  1971. },
  1972. {
  1973. name: "Macro",
  1974. height: math.unit(38, "meter")
  1975. }
  1976. ]
  1977. ))
  1978. characterMakers.push(() => makeCharacter(
  1979. { name: "Angelpatamon" },
  1980. {
  1981. front: {
  1982. height: math.unit(470, "feet"),
  1983. weight: math.unit(924, "tons"),
  1984. name: "Front",
  1985. image: {
  1986. source: "./media/characters/angelpatamon/front.svg",
  1987. }
  1988. }
  1989. },
  1990. [
  1991. {
  1992. name: "Normal",
  1993. height: math.unit(470, "feet"),
  1994. default: true
  1995. },
  1996. {
  1997. name: "Deity Size I",
  1998. height: math.unit(28651.2, "km")
  1999. },
  2000. {
  2001. name: "Deity Size II",
  2002. height: math.unit(171907.2, "km")
  2003. }
  2004. ]
  2005. ))
  2006. characterMakers.push(() => makeCharacter(
  2007. { name: "Cryae" },
  2008. {
  2009. side: {
  2010. height: math.unit(7.2, "meter"),
  2011. weight: math.unit(8.2, "tons"),
  2012. name: "Side",
  2013. image: {
  2014. source: "./media/characters/cryae/side.svg",
  2015. extra: 3500 / 1500
  2016. }
  2017. }
  2018. },
  2019. [
  2020. {
  2021. name: "Normal",
  2022. height: math.unit(7.2, "meter"),
  2023. default: true
  2024. }
  2025. ]
  2026. ))
  2027. characterMakers.push(() => makeCharacter(
  2028. { name: "Xera" },
  2029. {
  2030. front: {
  2031. height: math.unit(6, "feet"),
  2032. weight: math.unit(175, "lb"),
  2033. name: "Front",
  2034. image: {
  2035. source: "./media/characters/xera/front.svg",
  2036. extra: 2300 / 2061
  2037. }
  2038. },
  2039. side: {
  2040. height: math.unit(6, "feet"),
  2041. weight: math.unit(175, "lb"),
  2042. name: "Side",
  2043. image: {
  2044. source: "./media/characters/xera/side.svg",
  2045. extra: 2300 / 2061
  2046. }
  2047. },
  2048. back: {
  2049. height: math.unit(6, "feet"),
  2050. weight: math.unit(175, "lb"),
  2051. name: "Back",
  2052. image: {
  2053. source: "./media/characters/xera/back.svg"
  2054. }
  2055. },
  2056. },
  2057. [
  2058. {
  2059. name: "Small",
  2060. height: math.unit(10, "feet")
  2061. },
  2062. {
  2063. name: "Macro",
  2064. height: math.unit(500, "meters"),
  2065. default: true
  2066. },
  2067. {
  2068. name: "Macro+",
  2069. height: math.unit(10, "km")
  2070. },
  2071. {
  2072. name: "Gigamacro",
  2073. height: math.unit(25000, "km")
  2074. },
  2075. {
  2076. name: "Teramacro",
  2077. height: math.unit(3e6, "km")
  2078. }
  2079. ]
  2080. ))
  2081. characterMakers.push(() => makeCharacter(
  2082. { name: "Nebula" },
  2083. {
  2084. front: {
  2085. height: math.unit(6, "feet"),
  2086. weight: math.unit(175, "lb"),
  2087. name: "Front",
  2088. image: {
  2089. source: "./media/characters/nebula/front.svg",
  2090. extra: 2600 / 2450
  2091. }
  2092. }
  2093. },
  2094. [
  2095. {
  2096. name: "Small",
  2097. height: math.unit(4.5, "meters")
  2098. },
  2099. {
  2100. name: "Macro",
  2101. height: math.unit(1500, "meters"),
  2102. default: true
  2103. },
  2104. {
  2105. name: "Megamacro",
  2106. height: math.unit(150, "km")
  2107. },
  2108. {
  2109. name: "Gigamacro",
  2110. height: math.unit(27000, "km")
  2111. }
  2112. ]
  2113. ))
  2114. characterMakers.push(() => makeCharacter(
  2115. { name: "Abysgar" },
  2116. {
  2117. front: {
  2118. height: math.unit(6, "feet"),
  2119. weight: math.unit(225, "lb"),
  2120. name: "Front",
  2121. image: {
  2122. source: "./media/characters/abysgar/front.svg"
  2123. }
  2124. }
  2125. },
  2126. [
  2127. {
  2128. name: "Small",
  2129. height: math.unit(4.5, "meters")
  2130. },
  2131. {
  2132. name: "Macro",
  2133. height: math.unit(1250, "meters"),
  2134. default: true
  2135. },
  2136. {
  2137. name: "Megamacro",
  2138. height: math.unit(125, "km")
  2139. },
  2140. {
  2141. name: "Gigamacro",
  2142. height: math.unit(26000, "km")
  2143. }
  2144. ]
  2145. ))
  2146. characterMakers.push(() => makeCharacter(
  2147. { name: "Yakuz" },
  2148. {
  2149. front: {
  2150. height: math.unit(6, "feet"),
  2151. weight: math.unit(180, "lb"),
  2152. name: "Front",
  2153. image: {
  2154. source: "./media/characters/yakuz/front.svg"
  2155. }
  2156. }
  2157. },
  2158. [
  2159. {
  2160. name: "Small",
  2161. height: math.unit(5, "meters")
  2162. },
  2163. {
  2164. name: "Macro",
  2165. height: math.unit(1500, "meters"),
  2166. default: true
  2167. },
  2168. {
  2169. name: "Megamacro",
  2170. height: math.unit(200, "km")
  2171. },
  2172. {
  2173. name: "Gigamacro",
  2174. height: math.unit(100000, "km")
  2175. }
  2176. ]
  2177. ))
  2178. characterMakers.push(() => makeCharacter(
  2179. { name: "Mirova" },
  2180. {
  2181. front: {
  2182. height: math.unit(6, "feet"),
  2183. weight: math.unit(175, "lb"),
  2184. name: "Front",
  2185. image: {
  2186. source: "./media/characters/mirova/front.svg"
  2187. }
  2188. }
  2189. },
  2190. [
  2191. {
  2192. name: "Small",
  2193. height: math.unit(5, "meters")
  2194. },
  2195. {
  2196. name: "Macro",
  2197. height: math.unit(900, "meters"),
  2198. default: true
  2199. },
  2200. {
  2201. name: "Megamacro",
  2202. height: math.unit(135, "km")
  2203. },
  2204. {
  2205. name: "Gigamacro",
  2206. height: math.unit(20000, "km")
  2207. }
  2208. ]
  2209. ))
  2210. characterMakers.push(() => makeCharacter(
  2211. { name: "Asana (Mech)" },
  2212. {
  2213. side: {
  2214. height: math.unit(28.35, "feet"),
  2215. weight: math.unit(99.75, "tons"),
  2216. name: "Side",
  2217. image: {
  2218. source: "./media/characters/asana-mech/side.svg"
  2219. }
  2220. }
  2221. },
  2222. [
  2223. {
  2224. name: "Normal",
  2225. height: math.unit(28.35, "feet"),
  2226. default: true
  2227. },
  2228. {
  2229. name: "Macro",
  2230. height: math.unit(2500, "feet")
  2231. },
  2232. {
  2233. name: "Megamacro",
  2234. height: math.unit(25, "miles")
  2235. },
  2236. {
  2237. name: "Examacro",
  2238. height: math.unit(6e8, "lightyears")
  2239. },
  2240. ]
  2241. ))
  2242. characterMakers.push(() => makeCharacter(
  2243. { name: "Ashtrek" },
  2244. {
  2245. front: {
  2246. height: math.unit(2, "meters"),
  2247. weight: math.unit(70, "kg"),
  2248. name: "Front",
  2249. image: {
  2250. source: "./media/characters/ashtrek/front.svg",
  2251. extra: 560 / 524,
  2252. bottom: 0.01
  2253. }
  2254. },
  2255. frontArmor: {
  2256. height: math.unit(2, "meters"),
  2257. weight: math.unit(76, "kg"),
  2258. name: "Front (Armor)",
  2259. image: {
  2260. source: "./media/characters/ashtrek/front-armor.svg",
  2261. extra: 561 / 527,
  2262. bottom: 0.01
  2263. }
  2264. },
  2265. side: {
  2266. height: math.unit(2, "meters"),
  2267. weight: math.unit(70, "kg"),
  2268. name: "Side",
  2269. image: {
  2270. source: "./media/characters/ashtrek/side.svg",
  2271. extra: 1717 / 1609,
  2272. bottom: 0.005
  2273. }
  2274. },
  2275. back: {
  2276. height: math.unit(2, "meters"),
  2277. weight: math.unit(70, "kg"),
  2278. name: "Back",
  2279. image: {
  2280. source: "./media/characters/ashtrek/back.svg",
  2281. extra: 1570 / 1501
  2282. }
  2283. },
  2284. },
  2285. [
  2286. {
  2287. name: "DEFCON 5",
  2288. height: math.unit(5, "meters")
  2289. },
  2290. {
  2291. name: "DEFCON 4",
  2292. height: math.unit(500, "meters"),
  2293. default: true
  2294. },
  2295. {
  2296. name: "DEFCON 3",
  2297. height: math.unit(5, "km")
  2298. },
  2299. {
  2300. name: "DEFCON 2",
  2301. height: math.unit(500, "km")
  2302. },
  2303. {
  2304. name: "DEFCON 1",
  2305. height: math.unit(500000, "km")
  2306. },
  2307. {
  2308. name: "DEFCON 0",
  2309. height: math.unit(3, "gigaparsecs")
  2310. },
  2311. ]
  2312. ))
  2313. characterMakers.push(() => makeCharacter(
  2314. { name: "Gale" },
  2315. {
  2316. front: {
  2317. height: math.unit(2, "meters"),
  2318. weight: math.unit(76, "kg"),
  2319. name: "Front",
  2320. image: {
  2321. source: "./media/characters/gale/front.svg"
  2322. }
  2323. },
  2324. frontAlt1: {
  2325. height: math.unit(2, "meters"),
  2326. weight: math.unit(76, "kg"),
  2327. name: "Front (Alt 1)",
  2328. image: {
  2329. source: "./media/characters/gale/front-alt-1.svg"
  2330. }
  2331. },
  2332. frontAlt2: {
  2333. height: math.unit(2, "meters"),
  2334. weight: math.unit(76, "kg"),
  2335. name: "Front (Alt 2)",
  2336. image: {
  2337. source: "./media/characters/gale/front-alt-2.svg"
  2338. }
  2339. },
  2340. },
  2341. [
  2342. {
  2343. name: "Normal",
  2344. height: math.unit(7, "feet")
  2345. },
  2346. {
  2347. name: "Macro",
  2348. height: math.unit(150, "feet"),
  2349. default: true
  2350. },
  2351. {
  2352. name: "Macro+",
  2353. height: math.unit(300, "feet")
  2354. },
  2355. ]
  2356. ))
  2357. characterMakers.push(() => makeCharacter(
  2358. { name: "Draylen" },
  2359. {
  2360. front: {
  2361. height: math.unit(2, "meters"),
  2362. weight: math.unit(76, "kg"),
  2363. name: "Front",
  2364. image: {
  2365. source: "./media/characters/draylen/front.svg"
  2366. }
  2367. }
  2368. },
  2369. [
  2370. {
  2371. name: "Macro",
  2372. height: math.unit(150, "feet"),
  2373. default: true
  2374. }
  2375. ]
  2376. ))
  2377. characterMakers.push(() => makeCharacter(
  2378. { name: "Chez" },
  2379. {
  2380. front: {
  2381. height: math.unit(7 + 9 / 12, "feet"),
  2382. weight: math.unit(379, "lbs"),
  2383. name: "Front",
  2384. image: {
  2385. source: "./media/characters/chez/front.svg"
  2386. }
  2387. },
  2388. side: {
  2389. height: math.unit(7 + 9 / 12, "feet"),
  2390. weight: math.unit(379, "lbs"),
  2391. name: "Side",
  2392. image: {
  2393. source: "./media/characters/chez/side.svg"
  2394. }
  2395. }
  2396. },
  2397. [
  2398. {
  2399. name: "Normal",
  2400. height: math.unit(7 + 9 / 12, "feet"),
  2401. default: true
  2402. },
  2403. {
  2404. name: "God King",
  2405. height: math.unit(9750000, "meters")
  2406. }
  2407. ]
  2408. ))
  2409. characterMakers.push(() => makeCharacter(
  2410. { name: "Kaylum" },
  2411. {
  2412. front: {
  2413. height: math.unit(6, "feet"),
  2414. weight: math.unit(275, "lbs"),
  2415. name: "Front",
  2416. image: {
  2417. source: "./media/characters/kaylum/front.svg",
  2418. bottom: 0.01,
  2419. extra: 1166 / 1031
  2420. }
  2421. },
  2422. frontWingless: {
  2423. height: math.unit(6, "feet"),
  2424. weight: math.unit(275, "lbs"),
  2425. name: "Front (Wingless)",
  2426. image: {
  2427. source: "./media/characters/kaylum/front-wingless.svg",
  2428. bottom: 0.01,
  2429. extra: 1117 / 1031
  2430. }
  2431. }
  2432. },
  2433. [
  2434. {
  2435. name: "Normal",
  2436. height: math.unit(3.05, "meters")
  2437. },
  2438. {
  2439. name: "Master",
  2440. height: math.unit(5.5, "meters")
  2441. },
  2442. {
  2443. name: "Rampage",
  2444. height: math.unit(19, "meters")
  2445. },
  2446. {
  2447. name: "Macro Lite",
  2448. height: math.unit(37, "meters")
  2449. },
  2450. {
  2451. name: "Hyper Predator",
  2452. height: math.unit(61, "meters")
  2453. },
  2454. {
  2455. name: "Macro",
  2456. height: math.unit(138, "meters"),
  2457. default: true
  2458. }
  2459. ]
  2460. ))
  2461. characterMakers.push(() => makeCharacter(
  2462. { name: "Geta" },
  2463. {
  2464. front: {
  2465. height: math.unit(6, "feet"),
  2466. weight: math.unit(150, "lbs"),
  2467. name: "Front",
  2468. image: {
  2469. source: "./media/characters/geta/front.svg"
  2470. }
  2471. }
  2472. },
  2473. [
  2474. {
  2475. name: "Micro",
  2476. height: math.unit(3, "inches"),
  2477. default: true
  2478. },
  2479. {
  2480. name: "Normal",
  2481. height: math.unit(5 + 5 / 12, "feet")
  2482. }
  2483. ]
  2484. ))
  2485. characterMakers.push(() => makeCharacter(
  2486. { name: "Tyrnn" },
  2487. {
  2488. front: {
  2489. height: math.unit(6, "feet"),
  2490. weight: math.unit(300, "lbs"),
  2491. name: "Front",
  2492. image: {
  2493. source: "./media/characters/tyrnn/front.svg"
  2494. }
  2495. }
  2496. },
  2497. [
  2498. {
  2499. name: "Main Height",
  2500. height: math.unit(355, "feet"),
  2501. default: true
  2502. },
  2503. {
  2504. name: "Fave. Height",
  2505. height: math.unit(2400, "feet")
  2506. }
  2507. ]
  2508. ))
  2509. characterMakers.push(() => makeCharacter(
  2510. { name: "Apple" },
  2511. {
  2512. front: {
  2513. height: math.unit(6, "feet"),
  2514. weight: math.unit(300, "lbs"),
  2515. name: "Front",
  2516. image: {
  2517. source: "./media/characters/appledectomy/front.svg"
  2518. }
  2519. }
  2520. },
  2521. [
  2522. {
  2523. name: "Macro",
  2524. height: math.unit(2500, "feet")
  2525. },
  2526. {
  2527. name: "Megamacro",
  2528. height: math.unit(50, "miles"),
  2529. default: true
  2530. },
  2531. {
  2532. name: "Gigamacro",
  2533. height: math.unit(5000, "miles")
  2534. },
  2535. {
  2536. name: "Teramacro",
  2537. height: math.unit(250000, "miles")
  2538. },
  2539. ]
  2540. ))
  2541. characterMakers.push(() => makeCharacter(
  2542. { name: "Vulpes" },
  2543. {
  2544. front: {
  2545. height: math.unit(6, "feet"),
  2546. weight: math.unit(200, "lbs"),
  2547. name: "Front",
  2548. image: {
  2549. source: "./media/characters/vulpes/front.svg",
  2550. extra: 573 / 543,
  2551. bottom: 0.033
  2552. }
  2553. },
  2554. side: {
  2555. height: math.unit(6, "feet"),
  2556. weight: math.unit(200, "lbs"),
  2557. name: "Side",
  2558. image: {
  2559. source: "./media/characters/vulpes/side.svg",
  2560. extra: 573 / 543,
  2561. bottom: 0.01
  2562. }
  2563. },
  2564. back: {
  2565. height: math.unit(6, "feet"),
  2566. weight: math.unit(200, "lbs"),
  2567. name: "Back",
  2568. image: {
  2569. source: "./media/characters/vulpes/back.svg",
  2570. extra: 573 / 543,
  2571. }
  2572. },
  2573. feet: {
  2574. height: math.unit(1.276, "feet"),
  2575. name: "Feet",
  2576. image: {
  2577. source: "./media/characters/vulpes/feet.svg"
  2578. }
  2579. },
  2580. maw: {
  2581. height: math.unit(1.18, "feet"),
  2582. name: "Maw",
  2583. image: {
  2584. source: "./media/characters/vulpes/maw.svg"
  2585. }
  2586. },
  2587. },
  2588. [
  2589. {
  2590. name: "Micro",
  2591. height: math.unit(2, "inches")
  2592. },
  2593. {
  2594. name: "Normal",
  2595. height: math.unit(6.3, "feet")
  2596. },
  2597. {
  2598. name: "Macro",
  2599. height: math.unit(850, "feet")
  2600. },
  2601. {
  2602. name: "Megamacro",
  2603. height: math.unit(7500, "feet"),
  2604. default: true
  2605. },
  2606. {
  2607. name: "Gigamacro",
  2608. height: math.unit(570000, "miles")
  2609. }
  2610. ]
  2611. ))
  2612. characterMakers.push(() => makeCharacter(
  2613. { name: "Rain Fallen" },
  2614. {
  2615. front: {
  2616. height: math.unit(6, "feet"),
  2617. weight: math.unit(210, "lbs"),
  2618. name: "Front",
  2619. image: {
  2620. source: "./media/characters/rain-fallen/front.svg"
  2621. }
  2622. },
  2623. side: {
  2624. height: math.unit(6, "feet"),
  2625. weight: math.unit(210, "lbs"),
  2626. name: "Side",
  2627. image: {
  2628. source: "./media/characters/rain-fallen/side.svg"
  2629. }
  2630. },
  2631. back: {
  2632. height: math.unit(6, "feet"),
  2633. weight: math.unit(210, "lbs"),
  2634. name: "Back",
  2635. image: {
  2636. source: "./media/characters/rain-fallen/back.svg"
  2637. }
  2638. },
  2639. feral: {
  2640. height: math.unit(9, "feet"),
  2641. weight: math.unit(700, "lbs"),
  2642. name: "Feral",
  2643. image: {
  2644. source: "./media/characters/rain-fallen/feral.svg"
  2645. }
  2646. },
  2647. },
  2648. [
  2649. {
  2650. name: "Normal",
  2651. height: math.unit(5, "meter")
  2652. },
  2653. {
  2654. name: "Macro",
  2655. height: math.unit(150, "meter"),
  2656. default: true
  2657. },
  2658. {
  2659. name: "Megamacro",
  2660. height: math.unit(278e6, "meter")
  2661. },
  2662. {
  2663. name: "Gigamacro",
  2664. height: math.unit(2e9, "meter")
  2665. },
  2666. {
  2667. name: "Teramacro",
  2668. height: math.unit(8e12, "meter")
  2669. },
  2670. {
  2671. name: "Devourer",
  2672. height: math.unit(14, "zettameters")
  2673. },
  2674. {
  2675. name: "Scarlet King",
  2676. height: math.unit(18, "yottameters")
  2677. },
  2678. {
  2679. name: "Void",
  2680. height: math.unit(6.66e66, "yottameters")
  2681. }
  2682. ]
  2683. ))
  2684. characterMakers.push(() => makeCharacter(
  2685. { name: "Zaakira" },
  2686. {
  2687. standing: {
  2688. height: math.unit(6, "feet"),
  2689. weight: math.unit(180, "lbs"),
  2690. name: "Standing",
  2691. image: {
  2692. source: "./media/characters/zaakira/standing.svg"
  2693. }
  2694. },
  2695. laying: {
  2696. height: math.unit(3, "feet"),
  2697. weight: math.unit(180, "lbs"),
  2698. name: "Laying",
  2699. image: {
  2700. source: "./media/characters/zaakira/laying.svg"
  2701. }
  2702. },
  2703. },
  2704. [
  2705. {
  2706. name: "Normal",
  2707. height: math.unit(12, "feet")
  2708. },
  2709. {
  2710. name: "Macro",
  2711. height: math.unit(279, "feet"),
  2712. default: true
  2713. }
  2714. ]
  2715. ))
  2716. characterMakers.push(() => makeCharacter(
  2717. { name: "Sigvald" },
  2718. {
  2719. front: {
  2720. height: math.unit(6, "feet"),
  2721. weight: math.unit(250, "lbs"),
  2722. name: "Front",
  2723. image: {
  2724. source: "./media/characters/sigvald/front.svg",
  2725. extra: 1000 / 850
  2726. }
  2727. },
  2728. back: {
  2729. height: math.unit(6, "feet"),
  2730. weight: math.unit(250, "lbs"),
  2731. name: "Back",
  2732. image: {
  2733. source: "./media/characters/sigvald/back.svg"
  2734. }
  2735. },
  2736. },
  2737. [
  2738. {
  2739. name: "Normal",
  2740. height: math.unit(8, "feet")
  2741. },
  2742. {
  2743. name: "Large",
  2744. height: math.unit(12, "feet")
  2745. },
  2746. {
  2747. name: "Larger",
  2748. height: math.unit(20, "feet")
  2749. },
  2750. {
  2751. name: "Macro",
  2752. height: math.unit(150, "feet")
  2753. },
  2754. {
  2755. name: "Macro+",
  2756. height: math.unit(200, "feet"),
  2757. default: true
  2758. },
  2759. ]
  2760. ))
  2761. characterMakers.push(() => makeCharacter(
  2762. { name: "Scott" },
  2763. {
  2764. side: {
  2765. height: math.unit(12, "feet"),
  2766. weight: math.unit(3000, "lbs"),
  2767. name: "Side",
  2768. image: {
  2769. source: "./media/characters/scott/side.svg",
  2770. extra: 1,
  2771. bottom: 0.069
  2772. }
  2773. },
  2774. upright: {
  2775. height: math.unit(12, "feet"),
  2776. weight: math.unit(3000, "lbs"),
  2777. name: "Upright",
  2778. image: {
  2779. source: "./media/characters/scott/upright.svg",
  2780. extra: 1,
  2781. bottom: 0.05
  2782. }
  2783. },
  2784. },
  2785. [
  2786. {
  2787. name: "Normal",
  2788. height: math.unit(12, "feet"),
  2789. default: true
  2790. },
  2791. ]
  2792. ))
  2793. characterMakers.push(() => makeCharacter(
  2794. { name: "Tobias" },
  2795. {
  2796. side: {
  2797. height: math.unit(8, "meters"),
  2798. weight: math.unit(84755, "lbs"),
  2799. name: "Side",
  2800. image: {
  2801. source: "./media/characters/tobias/side.svg",
  2802. extra: 1474 / 1096,
  2803. bottom: 38.9 / 1513.1235
  2804. }
  2805. },
  2806. },
  2807. [
  2808. {
  2809. name: "Normal",
  2810. height: math.unit(8, "meters"),
  2811. default: true
  2812. },
  2813. ]
  2814. ))
  2815. characterMakers.push(() => makeCharacter(
  2816. { name: "Kieran" },
  2817. {
  2818. front: {
  2819. height: math.unit(5.5, "feet"),
  2820. weight: math.unit(400, "lbs"),
  2821. name: "Front",
  2822. image: {
  2823. source: "./media/characters/kieran/front.svg",
  2824. extra: 2694/2364,
  2825. bottom: 217/2908
  2826. }
  2827. },
  2828. side: {
  2829. height: math.unit(5.5, "feet"),
  2830. weight: math.unit(400, "lbs"),
  2831. name: "Side",
  2832. image: {
  2833. source: "./media/characters/kieran/side.svg",
  2834. extra: 875/777,
  2835. bottom: 84.6/959
  2836. }
  2837. },
  2838. },
  2839. [
  2840. {
  2841. name: "Normal",
  2842. height: math.unit(5.5, "feet"),
  2843. default: true
  2844. },
  2845. ]
  2846. ))
  2847. characterMakers.push(() => makeCharacter(
  2848. { name: "Sanya" },
  2849. {
  2850. side: {
  2851. height: math.unit(2, "meters"),
  2852. weight: math.unit(70, "kg"),
  2853. name: "Side",
  2854. image: {
  2855. source: "./media/characters/sanya/side.svg",
  2856. bottom: 0.02,
  2857. extra: 1.02
  2858. }
  2859. },
  2860. },
  2861. [
  2862. {
  2863. name: "Small",
  2864. height: math.unit(2, "meters")
  2865. },
  2866. {
  2867. name: "Normal",
  2868. height: math.unit(3, "meters")
  2869. },
  2870. {
  2871. name: "Macro",
  2872. height: math.unit(16, "meters"),
  2873. default: true
  2874. },
  2875. ]
  2876. ))
  2877. characterMakers.push(() => makeCharacter(
  2878. { name: "Miranda" },
  2879. {
  2880. side: {
  2881. height: math.unit(2, "meters"),
  2882. weight: math.unit(120, "kg"),
  2883. name: "Front",
  2884. image: {
  2885. source: "./media/characters/miranda/front.svg",
  2886. extra: 10.6 / 10
  2887. }
  2888. },
  2889. },
  2890. [
  2891. {
  2892. name: "Normal",
  2893. height: math.unit(10, "feet"),
  2894. default: true
  2895. }
  2896. ]
  2897. ))
  2898. characterMakers.push(() => makeCharacter(
  2899. { name: "James" },
  2900. {
  2901. side: {
  2902. height: math.unit(2, "meters"),
  2903. weight: math.unit(100, "kg"),
  2904. name: "Front",
  2905. image: {
  2906. source: "./media/characters/james/front.svg",
  2907. extra: 10 / 8.5
  2908. }
  2909. },
  2910. },
  2911. [
  2912. {
  2913. name: "Normal",
  2914. height: math.unit(8.5, "feet"),
  2915. default: true
  2916. }
  2917. ]
  2918. ))
  2919. characterMakers.push(() => makeCharacter(
  2920. { name: "Heather" },
  2921. {
  2922. side: {
  2923. height: math.unit(9.5, "feet"),
  2924. weight: math.unit(2500, "lbs"),
  2925. name: "Side",
  2926. image: {
  2927. source: "./media/characters/heather/side.svg"
  2928. }
  2929. },
  2930. },
  2931. [
  2932. {
  2933. name: "Normal",
  2934. height: math.unit(9.5, "feet"),
  2935. default: true
  2936. }
  2937. ]
  2938. ))
  2939. characterMakers.push(() => makeCharacter(
  2940. { name: "Lukas" },
  2941. {
  2942. side: {
  2943. height: math.unit(6.5, "feet"),
  2944. weight: math.unit(400, "lbs"),
  2945. name: "Side",
  2946. image: {
  2947. source: "./media/characters/lukas/side.svg",
  2948. extra: 7.25 / 6.5
  2949. }
  2950. },
  2951. },
  2952. [
  2953. {
  2954. name: "Normal",
  2955. height: math.unit(6.5, "feet"),
  2956. default: true
  2957. }
  2958. ]
  2959. ))
  2960. characterMakers.push(() => makeCharacter(
  2961. { name: "Louise" },
  2962. {
  2963. side: {
  2964. height: math.unit(5, "feet"),
  2965. weight: math.unit(3000, "lbs"),
  2966. name: "Side",
  2967. image: {
  2968. source: "./media/characters/louise/side.svg"
  2969. }
  2970. },
  2971. },
  2972. [
  2973. {
  2974. name: "Normal",
  2975. height: math.unit(5, "feet"),
  2976. default: true
  2977. }
  2978. ]
  2979. ))
  2980. characterMakers.push(() => makeCharacter(
  2981. { name: "Ramona" },
  2982. {
  2983. side: {
  2984. height: math.unit(6, "feet"),
  2985. weight: math.unit(150, "lbs"),
  2986. name: "Side",
  2987. image: {
  2988. source: "./media/characters/ramona/side.svg"
  2989. }
  2990. },
  2991. },
  2992. [
  2993. {
  2994. name: "Normal",
  2995. height: math.unit(5.3, "meters"),
  2996. default: true
  2997. },
  2998. {
  2999. name: "Macro",
  3000. height: math.unit(20, "stories")
  3001. },
  3002. {
  3003. name: "Macro+",
  3004. height: math.unit(50, "stories")
  3005. },
  3006. ]
  3007. ))
  3008. characterMakers.push(() => makeCharacter(
  3009. { name: "Deerpuff" },
  3010. {
  3011. standing: {
  3012. height: math.unit(5.75, "feet"),
  3013. weight: math.unit(160, "lbs"),
  3014. name: "Standing",
  3015. image: {
  3016. source: "./media/characters/deerpuff/standing.svg",
  3017. extra: 682 / 624
  3018. }
  3019. },
  3020. sitting: {
  3021. height: math.unit(5.75 / 1.79, "feet"),
  3022. weight: math.unit(160, "lbs"),
  3023. name: "Sitting",
  3024. image: {
  3025. source: "./media/characters/deerpuff/sitting.svg",
  3026. bottom: 44 / 400,
  3027. extra: 1
  3028. }
  3029. },
  3030. taurLaying: {
  3031. height: math.unit(6, "feet"),
  3032. weight: math.unit(400, "lbs"),
  3033. name: "Taur (Laying)",
  3034. image: {
  3035. source: "./media/characters/deerpuff/taur-laying.svg"
  3036. }
  3037. },
  3038. },
  3039. [
  3040. {
  3041. name: "Puffball",
  3042. height: math.unit(6, "inches")
  3043. },
  3044. {
  3045. name: "Normalpuff",
  3046. height: math.unit(5.75, "feet")
  3047. },
  3048. {
  3049. name: "Macropuff",
  3050. height: math.unit(1500, "feet"),
  3051. default: true
  3052. },
  3053. {
  3054. name: "Megapuff",
  3055. height: math.unit(500, "miles")
  3056. },
  3057. {
  3058. name: "Gigapuff",
  3059. height: math.unit(250000, "miles")
  3060. },
  3061. {
  3062. name: "Omegapuff",
  3063. height: math.unit(1000, "lightyears")
  3064. },
  3065. ]
  3066. ))
  3067. characterMakers.push(() => makeCharacter(
  3068. { name: "Vivian" },
  3069. {
  3070. stomping: {
  3071. height: math.unit(6, "feet"),
  3072. weight: math.unit(170, "lbs"),
  3073. name: "Stomping",
  3074. image: {
  3075. source: "./media/characters/vivian/stomping.svg"
  3076. }
  3077. },
  3078. sitting: {
  3079. height: math.unit(6 / 1.75, "feet"),
  3080. weight: math.unit(170, "lbs"),
  3081. name: "Sitting",
  3082. image: {
  3083. source: "./media/characters/vivian/sitting.svg",
  3084. bottom: 1 / 6.4,
  3085. extra: 1,
  3086. }
  3087. },
  3088. },
  3089. [
  3090. {
  3091. name: "Normal",
  3092. height: math.unit(7, "feet"),
  3093. default: true
  3094. },
  3095. {
  3096. name: "Macro",
  3097. height: math.unit(10, "stories")
  3098. },
  3099. {
  3100. name: "Macro+",
  3101. height: math.unit(30, "stories")
  3102. },
  3103. {
  3104. name: "Megamacro",
  3105. height: math.unit(10, "miles")
  3106. },
  3107. {
  3108. name: "Megamacro+",
  3109. height: math.unit(2750000, "meters")
  3110. },
  3111. ]
  3112. ))
  3113. characterMakers.push(() => makeCharacter(
  3114. { name: "Prince" },
  3115. {
  3116. front: {
  3117. height: math.unit(6, "feet"),
  3118. weight: math.unit(160, "lbs"),
  3119. name: "Front",
  3120. image: {
  3121. source: "./media/characters/prince/front.svg",
  3122. extra: 3400 / 3000
  3123. }
  3124. },
  3125. jumping: {
  3126. height: math.unit(6, "feet"),
  3127. weight: math.unit(160, "lbs"),
  3128. name: "Jumping",
  3129. image: {
  3130. source: "./media/characters/prince/jump.svg",
  3131. extra: 2555 / 2134
  3132. }
  3133. },
  3134. },
  3135. [
  3136. {
  3137. name: "Normal",
  3138. height: math.unit(7.75, "feet"),
  3139. default: true
  3140. },
  3141. {
  3142. name: "Not cute",
  3143. height: math.unit(17, "feet")
  3144. },
  3145. {
  3146. name: "I said NOT",
  3147. height: math.unit(91, "feet")
  3148. },
  3149. {
  3150. name: "Please stop",
  3151. height: math.unit(560, "feet")
  3152. },
  3153. {
  3154. name: "What have you done",
  3155. height: math.unit(2200, "feet")
  3156. },
  3157. {
  3158. name: "Deer God",
  3159. height: math.unit(3.6, "miles")
  3160. },
  3161. ]
  3162. ))
  3163. characterMakers.push(() => makeCharacter(
  3164. { name: "Psymon" },
  3165. {
  3166. standing: {
  3167. height: math.unit(6, "feet"),
  3168. weight: math.unit(300, "lbs"),
  3169. name: "Standing",
  3170. image: {
  3171. source: "./media/characters/psymon/standing.svg",
  3172. extra: 1888 / 1810,
  3173. bottom: 0.05
  3174. }
  3175. },
  3176. slithering: {
  3177. height: math.unit(6, "feet"),
  3178. weight: math.unit(300, "lbs"),
  3179. name: "Slithering",
  3180. image: {
  3181. source: "./media/characters/psymon/slithering.svg",
  3182. extra: 1330 / 1224
  3183. }
  3184. },
  3185. slitheringAlt: {
  3186. height: math.unit(6, "feet"),
  3187. weight: math.unit(300, "lbs"),
  3188. name: "Slithering (Alt)",
  3189. image: {
  3190. source: "./media/characters/psymon/slithering-alt.svg",
  3191. extra: 1330 / 1224
  3192. }
  3193. },
  3194. },
  3195. [
  3196. {
  3197. name: "Normal",
  3198. height: math.unit(11.25, "feet"),
  3199. default: true
  3200. },
  3201. {
  3202. name: "Large",
  3203. height: math.unit(27, "feet")
  3204. },
  3205. {
  3206. name: "Giant",
  3207. height: math.unit(87, "feet")
  3208. },
  3209. {
  3210. name: "Macro",
  3211. height: math.unit(365, "feet")
  3212. },
  3213. {
  3214. name: "Megamacro",
  3215. height: math.unit(3, "miles")
  3216. },
  3217. {
  3218. name: "World Serpent",
  3219. height: math.unit(8000, "miles")
  3220. },
  3221. ]
  3222. ))
  3223. characterMakers.push(() => makeCharacter(
  3224. { name: "Daimos" },
  3225. {
  3226. front: {
  3227. height: math.unit(6, "feet"),
  3228. weight: math.unit(180, "lbs"),
  3229. name: "Front",
  3230. image: {
  3231. source: "./media/characters/daimos/front.svg",
  3232. extra: 4160 / 3897,
  3233. bottom: 0.021
  3234. }
  3235. }
  3236. },
  3237. [
  3238. {
  3239. name: "Normal",
  3240. height: math.unit(8, "feet"),
  3241. default: true
  3242. },
  3243. {
  3244. name: "Big Dog",
  3245. height: math.unit(22, "feet")
  3246. },
  3247. {
  3248. name: "Macro",
  3249. height: math.unit(127, "feet")
  3250. },
  3251. {
  3252. name: "Megamacro",
  3253. height: math.unit(3600, "feet")
  3254. },
  3255. ]
  3256. ))
  3257. characterMakers.push(() => makeCharacter(
  3258. { name: "Blake" },
  3259. {
  3260. side: {
  3261. height: math.unit(6, "feet"),
  3262. weight: math.unit(180, "lbs"),
  3263. name: "Side",
  3264. image: {
  3265. source: "./media/characters/blake/side.svg",
  3266. extra: 1212 / 1120,
  3267. bottom: 0.05
  3268. }
  3269. },
  3270. crouched: {
  3271. height: math.unit(6 * 0.57, "feet"),
  3272. weight: math.unit(180, "lbs"),
  3273. name: "Crouched",
  3274. image: {
  3275. source: "./media/characters/blake/crouched.svg",
  3276. extra: 840 / 587,
  3277. bottom: 0.04
  3278. }
  3279. },
  3280. bent: {
  3281. height: math.unit(6 * 0.75, "feet"),
  3282. weight: math.unit(180, "lbs"),
  3283. name: "Bent",
  3284. image: {
  3285. source: "./media/characters/blake/bent.svg",
  3286. extra: 592 / 544,
  3287. bottom: 0.035
  3288. }
  3289. },
  3290. },
  3291. [
  3292. {
  3293. name: "Normal",
  3294. height: math.unit(8 + 1 / 6, "feet"),
  3295. default: true
  3296. },
  3297. {
  3298. name: "Big Backside",
  3299. height: math.unit(37, "feet")
  3300. },
  3301. {
  3302. name: "Subway Shredder",
  3303. height: math.unit(72, "feet")
  3304. },
  3305. {
  3306. name: "City Carver",
  3307. height: math.unit(1675, "feet")
  3308. },
  3309. {
  3310. name: "Tectonic Tweaker",
  3311. height: math.unit(2300, "miles")
  3312. },
  3313. ]
  3314. ))
  3315. characterMakers.push(() => makeCharacter(
  3316. { name: "Guisetto" },
  3317. {
  3318. front: {
  3319. height: math.unit(6, "feet"),
  3320. weight: math.unit(180, "lbs"),
  3321. name: "Front",
  3322. image: {
  3323. source: "./media/characters/guisetto/front.svg",
  3324. extra: 856 / 817,
  3325. bottom: 0.06
  3326. }
  3327. },
  3328. airborne: {
  3329. height: math.unit(6, "feet"),
  3330. weight: math.unit(180, "lbs"),
  3331. name: "Airborne",
  3332. image: {
  3333. source: "./media/characters/guisetto/airborne.svg",
  3334. extra: 584 / 525
  3335. }
  3336. },
  3337. },
  3338. [
  3339. {
  3340. name: "Normal",
  3341. height: math.unit(10 + 11 / 12, "feet"),
  3342. default: true
  3343. },
  3344. {
  3345. name: "Large",
  3346. height: math.unit(35, "feet")
  3347. },
  3348. {
  3349. name: "Macro",
  3350. height: math.unit(475, "feet")
  3351. },
  3352. ]
  3353. ))
  3354. characterMakers.push(() => makeCharacter(
  3355. { name: "Luxor" },
  3356. {
  3357. front: {
  3358. height: math.unit(6, "feet"),
  3359. weight: math.unit(180, "lbs"),
  3360. name: "Front",
  3361. image: {
  3362. source: "./media/characters/luxor/front.svg",
  3363. extra: 2940 / 2152
  3364. }
  3365. },
  3366. back: {
  3367. height: math.unit(6, "feet"),
  3368. weight: math.unit(180, "lbs"),
  3369. name: "Back",
  3370. image: {
  3371. source: "./media/characters/luxor/back.svg",
  3372. extra: 1083 / 960
  3373. }
  3374. },
  3375. },
  3376. [
  3377. {
  3378. name: "Normal",
  3379. height: math.unit(5 + 5 / 6, "feet"),
  3380. default: true
  3381. },
  3382. {
  3383. name: "Lamp",
  3384. height: math.unit(50, "feet")
  3385. },
  3386. {
  3387. name: "Lämp",
  3388. height: math.unit(300, "feet")
  3389. },
  3390. {
  3391. name: "The sun is a lamp",
  3392. height: math.unit(250000, "miles")
  3393. },
  3394. ]
  3395. ))
  3396. characterMakers.push(() => makeCharacter(
  3397. { name: "Huoyan" },
  3398. {
  3399. front: {
  3400. height: math.unit(6, "feet"),
  3401. weight: math.unit(50, "lbs"),
  3402. name: "Front",
  3403. image: {
  3404. source: "./media/characters/huoyan/front.svg"
  3405. }
  3406. },
  3407. side: {
  3408. height: math.unit(6, "feet"),
  3409. weight: math.unit(180, "lbs"),
  3410. name: "Side",
  3411. image: {
  3412. source: "./media/characters/huoyan/side.svg"
  3413. }
  3414. },
  3415. },
  3416. [
  3417. {
  3418. name: "Chef",
  3419. height: math.unit(9, "feet")
  3420. },
  3421. {
  3422. name: "Normal",
  3423. height: math.unit(65, "feet"),
  3424. default: true
  3425. },
  3426. {
  3427. name: "Macro",
  3428. height: math.unit(780, "feet")
  3429. },
  3430. {
  3431. name: "Flaming Mountain",
  3432. height: math.unit(4.8, "miles")
  3433. },
  3434. {
  3435. name: "Celestial",
  3436. height: math.unit(765000, "miles")
  3437. },
  3438. ]
  3439. ))
  3440. characterMakers.push(() => makeCharacter(
  3441. { name: "Tails" },
  3442. {
  3443. front: {
  3444. height: math.unit(5 + 3 / 4, "feet"),
  3445. weight: math.unit(120, "lbs"),
  3446. name: "Front",
  3447. image: {
  3448. source: "./media/characters/tails/front.svg"
  3449. }
  3450. }
  3451. },
  3452. [
  3453. {
  3454. name: "Normal",
  3455. height: math.unit(5 + 3 / 4, "feet"),
  3456. default: true
  3457. }
  3458. ]
  3459. ))
  3460. characterMakers.push(() => makeCharacter(
  3461. { name: "Rainy" },
  3462. {
  3463. front: {
  3464. height: math.unit(4, "feet"),
  3465. weight: math.unit(50, "lbs"),
  3466. name: "Front",
  3467. image: {
  3468. source: "./media/characters/rainy/front.svg"
  3469. }
  3470. }
  3471. },
  3472. [
  3473. {
  3474. name: "Macro",
  3475. height: math.unit(800, "feet"),
  3476. default: true
  3477. }
  3478. ]
  3479. ))
  3480. characterMakers.push(() => makeCharacter(
  3481. { name: "Rainier" },
  3482. {
  3483. front: {
  3484. height: math.unit(6, "feet"),
  3485. weight: math.unit(150, "lbs"),
  3486. name: "Front",
  3487. image: {
  3488. source: "./media/characters/rainier/front.svg"
  3489. }
  3490. }
  3491. },
  3492. [
  3493. {
  3494. name: "Micro",
  3495. height: math.unit(2, "mm"),
  3496. default: true
  3497. }
  3498. ]
  3499. ))
  3500. characterMakers.push(() => makeCharacter(
  3501. { name: "Andy" },
  3502. {
  3503. front: {
  3504. height: math.unit(6, "feet"),
  3505. weight: math.unit(180, "lbs"),
  3506. name: "Front",
  3507. image: {
  3508. source: "./media/characters/andy/front.svg"
  3509. }
  3510. }
  3511. },
  3512. [
  3513. {
  3514. name: "Normal",
  3515. height: math.unit(8, "feet"),
  3516. default: true
  3517. },
  3518. {
  3519. name: "Macro",
  3520. height: math.unit(1000, "feet")
  3521. },
  3522. {
  3523. name: "Megamacro",
  3524. height: math.unit(5, "miles")
  3525. },
  3526. {
  3527. name: "Gigamacro",
  3528. height: math.unit(5000, "miles")
  3529. },
  3530. ]
  3531. ))
  3532. characterMakers.push(() => makeCharacter(
  3533. { name: "Cimmaron" },
  3534. {
  3535. front: {
  3536. height: math.unit(6, "feet"),
  3537. weight: math.unit(210, "lbs"),
  3538. name: "Front",
  3539. image: {
  3540. source: "./media/characters/cimmaron/front-sfw.svg",
  3541. extra: 701 / 676,
  3542. bottom: 0.046
  3543. }
  3544. },
  3545. back: {
  3546. height: math.unit(6, "feet"),
  3547. weight: math.unit(210, "lbs"),
  3548. name: "Back",
  3549. image: {
  3550. source: "./media/characters/cimmaron/back-sfw.svg",
  3551. extra: 701 / 676,
  3552. bottom: 0.046
  3553. }
  3554. },
  3555. frontNsfw: {
  3556. height: math.unit(6, "feet"),
  3557. weight: math.unit(210, "lbs"),
  3558. name: "Front (NSFW)",
  3559. image: {
  3560. source: "./media/characters/cimmaron/front-nsfw.svg",
  3561. extra: 701 / 676,
  3562. bottom: 0.046
  3563. }
  3564. },
  3565. backNsfw: {
  3566. height: math.unit(6, "feet"),
  3567. weight: math.unit(210, "lbs"),
  3568. name: "Back (NSFW)",
  3569. image: {
  3570. source: "./media/characters/cimmaron/back-nsfw.svg",
  3571. extra: 701 / 676,
  3572. bottom: 0.046
  3573. }
  3574. },
  3575. dick: {
  3576. height: math.unit(1.714, "feet"),
  3577. name: "Dick",
  3578. image: {
  3579. source: "./media/characters/cimmaron/dick.svg"
  3580. }
  3581. },
  3582. },
  3583. [
  3584. {
  3585. name: "Normal",
  3586. height: math.unit(6, "feet"),
  3587. default: true
  3588. },
  3589. {
  3590. name: "Macro Mayor",
  3591. height: math.unit(350, "meters")
  3592. },
  3593. ]
  3594. ))
  3595. characterMakers.push(() => makeCharacter(
  3596. { name: "Akari Kaen" },
  3597. {
  3598. front: {
  3599. height: math.unit(6, "feet"),
  3600. weight: math.unit(200, "lbs"),
  3601. name: "Front",
  3602. image: {
  3603. source: "./media/characters/akari/front.svg",
  3604. extra: 962 / 901,
  3605. bottom: 0.04
  3606. }
  3607. }
  3608. },
  3609. [
  3610. {
  3611. name: "Micro",
  3612. height: math.unit(5, "inches"),
  3613. default: true
  3614. },
  3615. {
  3616. name: "Normal",
  3617. height: math.unit(7, "feet")
  3618. },
  3619. ]
  3620. ))
  3621. characterMakers.push(() => makeCharacter(
  3622. { name: "Cynosura" },
  3623. {
  3624. front: {
  3625. height: math.unit(6, "feet"),
  3626. weight: math.unit(140, "lbs"),
  3627. name: "Front",
  3628. image: {
  3629. source: "./media/characters/cynosura/front.svg",
  3630. extra: 896 / 847
  3631. }
  3632. },
  3633. back: {
  3634. height: math.unit(6, "feet"),
  3635. weight: math.unit(140, "lbs"),
  3636. name: "Back",
  3637. image: {
  3638. source: "./media/characters/cynosura/back.svg",
  3639. extra: 1365 / 1250
  3640. }
  3641. },
  3642. },
  3643. [
  3644. {
  3645. name: "Micro",
  3646. height: math.unit(4, "inches")
  3647. },
  3648. {
  3649. name: "Normal",
  3650. height: math.unit(5.75, "feet"),
  3651. default: true
  3652. },
  3653. {
  3654. name: "Tall",
  3655. height: math.unit(10, "feet")
  3656. },
  3657. {
  3658. name: "Big",
  3659. height: math.unit(20, "feet")
  3660. },
  3661. {
  3662. name: "Macro",
  3663. height: math.unit(50, "feet")
  3664. },
  3665. ]
  3666. ))
  3667. characterMakers.push(() => makeCharacter(
  3668. { name: "Gin" },
  3669. {
  3670. front: {
  3671. height: math.unit(6, "feet"),
  3672. weight: math.unit(170, "lbs"),
  3673. name: "Front",
  3674. image: {
  3675. source: "./media/characters/gin/front.svg",
  3676. extra: 1.053,
  3677. bottom: 0.025
  3678. }
  3679. },
  3680. foot: {
  3681. height: math.unit(6 / 4.25, "feet"),
  3682. name: "Foot",
  3683. image: {
  3684. source: "./media/characters/gin/foot.svg"
  3685. }
  3686. },
  3687. sole: {
  3688. height: math.unit(6 / 4.40, "feet"),
  3689. name: "Sole",
  3690. image: {
  3691. source: "./media/characters/gin/sole.svg"
  3692. }
  3693. },
  3694. },
  3695. [
  3696. {
  3697. name: "Normal",
  3698. height: math.unit(9 + 4 / 12, "feet")
  3699. },
  3700. {
  3701. name: "Macro",
  3702. height: math.unit(1500, "feet")
  3703. },
  3704. {
  3705. name: "Megamacro",
  3706. height: math.unit(200, "miles"),
  3707. default: true
  3708. },
  3709. {
  3710. name: "Gigamacro",
  3711. height: math.unit(500, "megameters")
  3712. },
  3713. {
  3714. name: "Teramacro",
  3715. height: math.unit(15, "lightyears")
  3716. }
  3717. ]
  3718. ))
  3719. characterMakers.push(() => makeCharacter(
  3720. { name: "Guy" },
  3721. {
  3722. front: {
  3723. height: math.unit(6 + 1 / 6, "feet"),
  3724. weight: math.unit(178, "lbs"),
  3725. name: "Front",
  3726. image: {
  3727. source: "./media/characters/guy/front.svg"
  3728. }
  3729. }
  3730. },
  3731. [
  3732. {
  3733. name: "Normal",
  3734. height: math.unit(6 + 1 / 6, "feet"),
  3735. default: true
  3736. },
  3737. {
  3738. name: "Large",
  3739. height: math.unit(25 + 7 / 12, "feet")
  3740. },
  3741. {
  3742. name: "Macro",
  3743. height: math.unit(60 + 9 / 12, "feet")
  3744. },
  3745. {
  3746. name: "Macro+",
  3747. height: math.unit(246, "feet")
  3748. },
  3749. {
  3750. name: "Macro++",
  3751. height: math.unit(878, "feet")
  3752. }
  3753. ]
  3754. ))
  3755. characterMakers.push(() => makeCharacter(
  3756. { name: "Tiberius" },
  3757. {
  3758. front: {
  3759. height: math.unit(9, "feet"),
  3760. weight: math.unit(800, "lbs"),
  3761. name: "Front",
  3762. image: {
  3763. source: "./media/characters/tiberius/front.svg",
  3764. extra: 2295 / 2071
  3765. }
  3766. },
  3767. back: {
  3768. height: math.unit(9, "feet"),
  3769. weight: math.unit(800, "lbs"),
  3770. name: "Back",
  3771. image: {
  3772. source: "./media/characters/tiberius/back.svg",
  3773. extra: 2373 / 2160
  3774. }
  3775. },
  3776. },
  3777. [
  3778. {
  3779. name: "Normal",
  3780. height: math.unit(9, "feet"),
  3781. default: true
  3782. }
  3783. ]
  3784. ))
  3785. characterMakers.push(() => makeCharacter(
  3786. { name: "Surgo" },
  3787. {
  3788. front: {
  3789. height: math.unit(6, "feet"),
  3790. weight: math.unit(600, "lbs"),
  3791. name: "Front",
  3792. image: {
  3793. source: "./media/characters/surgo/front.svg",
  3794. extra: 3591 / 2227
  3795. }
  3796. },
  3797. back: {
  3798. height: math.unit(6, "feet"),
  3799. weight: math.unit(600, "lbs"),
  3800. name: "Back",
  3801. image: {
  3802. source: "./media/characters/surgo/back.svg",
  3803. extra: 3557 / 2228
  3804. }
  3805. },
  3806. laying: {
  3807. height: math.unit(6 * 0.85, "feet"),
  3808. weight: math.unit(600, "lbs"),
  3809. name: "Laying",
  3810. image: {
  3811. source: "./media/characters/surgo/laying.svg"
  3812. }
  3813. },
  3814. },
  3815. [
  3816. {
  3817. name: "Normal",
  3818. height: math.unit(6, "feet"),
  3819. default: true
  3820. }
  3821. ]
  3822. ))
  3823. characterMakers.push(() => makeCharacter(
  3824. { name: "Cibus" },
  3825. {
  3826. side: {
  3827. height: math.unit(6, "feet"),
  3828. weight: math.unit(150, "lbs"),
  3829. name: "Side",
  3830. image: {
  3831. source: "./media/characters/cibus/side.svg",
  3832. extra: 800 / 400
  3833. }
  3834. },
  3835. },
  3836. [
  3837. {
  3838. name: "Normal",
  3839. height: math.unit(6, "feet"),
  3840. default: true
  3841. }
  3842. ]
  3843. ))
  3844. characterMakers.push(() => makeCharacter(
  3845. { name: "Nibbles" },
  3846. {
  3847. front: {
  3848. height: math.unit(6, "feet"),
  3849. weight: math.unit(240, "lbs"),
  3850. name: "Front",
  3851. image: {
  3852. source: "./media/characters/nibbles/front.svg"
  3853. }
  3854. },
  3855. side: {
  3856. height: math.unit(6, "feet"),
  3857. weight: math.unit(240, "lbs"),
  3858. name: "Side",
  3859. image: {
  3860. source: "./media/characters/nibbles/side.svg"
  3861. }
  3862. },
  3863. },
  3864. [
  3865. {
  3866. name: "Normal",
  3867. height: math.unit(9, "feet"),
  3868. default: true
  3869. }
  3870. ]
  3871. ))
  3872. characterMakers.push(() => makeCharacter(
  3873. { name: "Rikky" },
  3874. {
  3875. side: {
  3876. height: math.unit(5 + 1 / 6, "feet"),
  3877. weight: math.unit(130, "lbs"),
  3878. name: "Side",
  3879. image: {
  3880. source: "./media/characters/rikky/side.svg"
  3881. }
  3882. },
  3883. },
  3884. [
  3885. {
  3886. name: "Normal",
  3887. height: math.unit(5 + 1 / 6, "feet")
  3888. },
  3889. {
  3890. name: "Macro",
  3891. height: math.unit(152, "feet"),
  3892. default: true
  3893. },
  3894. {
  3895. name: "Megamacro",
  3896. height: math.unit(7, "miles")
  3897. }
  3898. ]
  3899. ))
  3900. characterMakers.push(() => makeCharacter(
  3901. { name: "Malfressa" },
  3902. {
  3903. side: {
  3904. height: math.unit(370, "cm"),
  3905. weight: math.unit(350, "lbs"),
  3906. name: "Side",
  3907. image: {
  3908. source: "./media/characters/malfressa/side.svg"
  3909. }
  3910. },
  3911. walking: {
  3912. height: math.unit(370, "cm"),
  3913. weight: math.unit(350, "lbs"),
  3914. name: "Walking",
  3915. image: {
  3916. source: "./media/characters/malfressa/walking.svg"
  3917. }
  3918. },
  3919. feral: {
  3920. height: math.unit(2500, "cm"),
  3921. weight: math.unit(100000, "lbs"),
  3922. name: "Feral",
  3923. image: {
  3924. source: "./media/characters/malfressa/feral.svg",
  3925. extra: 2108 / 837,
  3926. bottom: 0.02
  3927. }
  3928. },
  3929. },
  3930. [
  3931. {
  3932. name: "Normal",
  3933. height: math.unit(370, "cm")
  3934. },
  3935. {
  3936. name: "Macro",
  3937. height: math.unit(300, "meters"),
  3938. default: true
  3939. }
  3940. ]
  3941. ))
  3942. characterMakers.push(() => makeCharacter(
  3943. { name: "Jaro" },
  3944. {
  3945. front: {
  3946. height: math.unit(6, "feet"),
  3947. weight: math.unit(60, "kg"),
  3948. name: "Front",
  3949. image: {
  3950. source: "./media/characters/jaro/front.svg"
  3951. }
  3952. },
  3953. back: {
  3954. height: math.unit(6, "feet"),
  3955. weight: math.unit(60, "kg"),
  3956. name: "Back",
  3957. image: {
  3958. source: "./media/characters/jaro/back.svg"
  3959. }
  3960. },
  3961. },
  3962. [
  3963. {
  3964. name: "Micro",
  3965. height: math.unit(7, "inches")
  3966. },
  3967. {
  3968. name: "Normal",
  3969. height: math.unit(5.5, "feet"),
  3970. default: true
  3971. },
  3972. {
  3973. name: "Minimacro",
  3974. height: math.unit(20, "feet")
  3975. },
  3976. {
  3977. name: "Macro",
  3978. height: math.unit(200, "meters")
  3979. }
  3980. ]
  3981. ))
  3982. characterMakers.push(() => makeCharacter(
  3983. { name: "Rogue" },
  3984. {
  3985. front: {
  3986. height: math.unit(6, "feet"),
  3987. weight: math.unit(195, "lb"),
  3988. name: "Front",
  3989. image: {
  3990. source: "./media/characters/rogue/front.svg"
  3991. }
  3992. },
  3993. },
  3994. [
  3995. {
  3996. name: "Macro",
  3997. height: math.unit(90, "feet"),
  3998. default: true
  3999. },
  4000. ]
  4001. ))
  4002. characterMakers.push(() => makeCharacter(
  4003. { name: "Piper" },
  4004. {
  4005. front: {
  4006. height: math.unit(5 + 8 / 12, "feet"),
  4007. weight: math.unit(140, "lb"),
  4008. name: "Front",
  4009. image: {
  4010. source: "./media/characters/piper/front.svg",
  4011. extra: 3928 / 3681
  4012. }
  4013. },
  4014. },
  4015. [
  4016. {
  4017. name: "Micro",
  4018. height: math.unit(2, "inches")
  4019. },
  4020. {
  4021. name: "Normal",
  4022. height: math.unit(5 + 8 / 12, "feet")
  4023. },
  4024. {
  4025. name: "Macro",
  4026. height: math.unit(250, "feet"),
  4027. default: true
  4028. },
  4029. {
  4030. name: "Megamacro",
  4031. height: math.unit(7, "miles")
  4032. },
  4033. ]
  4034. ))
  4035. characterMakers.push(() => makeCharacter(
  4036. { name: "Gemini" },
  4037. {
  4038. front: {
  4039. height: math.unit(6, "feet"),
  4040. weight: math.unit(220, "lb"),
  4041. name: "Front",
  4042. image: {
  4043. source: "./media/characters/gemini/front.svg"
  4044. }
  4045. },
  4046. back: {
  4047. height: math.unit(6, "feet"),
  4048. weight: math.unit(220, "lb"),
  4049. name: "Back",
  4050. image: {
  4051. source: "./media/characters/gemini/back.svg"
  4052. }
  4053. },
  4054. kneeling: {
  4055. height: math.unit(6 / 1.5, "feet"),
  4056. weight: math.unit(220, "lb"),
  4057. name: "Kneeling",
  4058. image: {
  4059. source: "./media/characters/gemini/kneeling.svg",
  4060. bottom: 0.02
  4061. }
  4062. },
  4063. },
  4064. [
  4065. {
  4066. name: "Macro",
  4067. height: math.unit(300, "meters"),
  4068. default: true
  4069. },
  4070. {
  4071. name: "Megamacro",
  4072. height: math.unit(6900, "meters")
  4073. },
  4074. ]
  4075. ))
  4076. characterMakers.push(() => makeCharacter(
  4077. { name: "Alicia" },
  4078. {
  4079. anthro: {
  4080. height: math.unit(2.35, "meters"),
  4081. weight: math.unit(73, "kg"),
  4082. name: "Anthro",
  4083. image: {
  4084. source: "./media/characters/alicia/anthro.svg"
  4085. }
  4086. },
  4087. feral: {
  4088. height: math.unit(1.69, "meters"),
  4089. weight: math.unit(73, "kg"),
  4090. name: "Feral",
  4091. image: {
  4092. source: "./media/characters/alicia/feral.svg"
  4093. }
  4094. },
  4095. },
  4096. [
  4097. {
  4098. name: "Normal",
  4099. height: math.unit(2.35, "meters")
  4100. },
  4101. {
  4102. name: "Macro",
  4103. height: math.unit(60, "meters"),
  4104. default: true
  4105. },
  4106. {
  4107. name: "Megamacro",
  4108. height: math.unit(10000, "kilometers")
  4109. },
  4110. ]
  4111. ))
  4112. characterMakers.push(() => makeCharacter(
  4113. { name: "Archy" },
  4114. {
  4115. front: {
  4116. height: math.unit(7, "feet"),
  4117. weight: math.unit(250, "lbs"),
  4118. name: "Front",
  4119. image: {
  4120. source: "./media/characters/archy/front.svg"
  4121. }
  4122. }
  4123. },
  4124. [
  4125. {
  4126. name: "Micro",
  4127. height: math.unit(1, "inch")
  4128. },
  4129. {
  4130. name: "Shorty",
  4131. height: math.unit(5, "feet")
  4132. },
  4133. {
  4134. name: "Normal",
  4135. height: math.unit(7, "feet")
  4136. },
  4137. {
  4138. name: "Macro",
  4139. height: math.unit(600, "meters"),
  4140. default: true
  4141. },
  4142. {
  4143. name: "Megamacro",
  4144. height: math.unit(1, "mile")
  4145. },
  4146. ]
  4147. ))
  4148. characterMakers.push(() => makeCharacter(
  4149. { name: "Berri" },
  4150. {
  4151. front: {
  4152. height: math.unit(1.65, "meters"),
  4153. weight: math.unit(74, "kg"),
  4154. name: "Front",
  4155. image: {
  4156. source: "./media/characters/berri/front.svg"
  4157. }
  4158. }
  4159. },
  4160. [
  4161. {
  4162. name: "Normal",
  4163. height: math.unit(1.65, "meters")
  4164. },
  4165. {
  4166. name: "Macro",
  4167. height: math.unit(60, "m"),
  4168. default: true
  4169. },
  4170. {
  4171. name: "Megamacro",
  4172. height: math.unit(9.213, "km")
  4173. },
  4174. {
  4175. name: "Planet Eater",
  4176. height: math.unit(489, "megameters")
  4177. },
  4178. {
  4179. name: "Teramacro",
  4180. height: math.unit(2471635000000, "meters")
  4181. },
  4182. {
  4183. name: "Examacro",
  4184. height: math.unit(8.0624e+26, "meters")
  4185. }
  4186. ]
  4187. ))
  4188. characterMakers.push(() => makeCharacter(
  4189. { name: "Lexi" },
  4190. {
  4191. front: {
  4192. height: math.unit(1.72, "meters"),
  4193. weight: math.unit(68, "kg"),
  4194. name: "Front",
  4195. image: {
  4196. source: "./media/characters/lexi/front.svg"
  4197. }
  4198. }
  4199. },
  4200. [
  4201. {
  4202. name: "Very Smol",
  4203. height: math.unit(10, "mm")
  4204. },
  4205. {
  4206. name: "Micro",
  4207. height: math.unit(6.8, "cm"),
  4208. default: true
  4209. },
  4210. {
  4211. name: "Normal",
  4212. height: math.unit(1.72, "m")
  4213. }
  4214. ]
  4215. ))
  4216. characterMakers.push(() => makeCharacter(
  4217. { name: "Martin" },
  4218. {
  4219. front: {
  4220. height: math.unit(1.69, "meters"),
  4221. weight: math.unit(68, "kg"),
  4222. name: "Front",
  4223. image: {
  4224. source: "./media/characters/martin/front.svg",
  4225. extra: 596 / 581
  4226. }
  4227. }
  4228. },
  4229. [
  4230. {
  4231. name: "Micro",
  4232. height: math.unit(6.85, "cm"),
  4233. default: true
  4234. },
  4235. {
  4236. name: "Normal",
  4237. height: math.unit(1.69, "m")
  4238. }
  4239. ]
  4240. ))
  4241. characterMakers.push(() => makeCharacter(
  4242. { name: "Juno" },
  4243. {
  4244. front: {
  4245. height: math.unit(1.69, "meters"),
  4246. weight: math.unit(68, "kg"),
  4247. name: "Front",
  4248. image: {
  4249. source: "./media/characters/juno/front.svg"
  4250. }
  4251. }
  4252. },
  4253. [
  4254. {
  4255. name: "Micro",
  4256. height: math.unit(7, "cm")
  4257. },
  4258. {
  4259. name: "Normal",
  4260. height: math.unit(1.89, "m")
  4261. },
  4262. {
  4263. name: "Macro",
  4264. height: math.unit(353, "meters"),
  4265. default: true
  4266. }
  4267. ]
  4268. ))
  4269. characterMakers.push(() => makeCharacter(
  4270. { name: "Samantha" },
  4271. {
  4272. front: {
  4273. height: math.unit(1.93, "meters"),
  4274. weight: math.unit(83, "kg"),
  4275. name: "Front",
  4276. image: {
  4277. source: "./media/characters/samantha/front.svg"
  4278. }
  4279. },
  4280. frontClothed: {
  4281. height: math.unit(1.93, "meters"),
  4282. weight: math.unit(83, "kg"),
  4283. name: "Front (Clothed)",
  4284. image: {
  4285. source: "./media/characters/samantha/front-clothed.svg"
  4286. }
  4287. },
  4288. back: {
  4289. height: math.unit(1.93, "meters"),
  4290. weight: math.unit(83, "kg"),
  4291. name: "Back",
  4292. image: {
  4293. source: "./media/characters/samantha/back.svg"
  4294. }
  4295. },
  4296. },
  4297. [
  4298. {
  4299. name: "Normal",
  4300. height: math.unit(1.93, "m")
  4301. },
  4302. {
  4303. name: "Macro",
  4304. height: math.unit(74, "meters"),
  4305. default: true
  4306. },
  4307. {
  4308. name: "Macro+",
  4309. height: math.unit(223, "meters"),
  4310. },
  4311. {
  4312. name: "Megamacro",
  4313. height: math.unit(8381, "meters"),
  4314. },
  4315. {
  4316. name: "Megamacro+",
  4317. height: math.unit(12000, "kilometers")
  4318. },
  4319. ]
  4320. ))
  4321. characterMakers.push(() => makeCharacter(
  4322. { name: "Dr. Clay" },
  4323. {
  4324. front: {
  4325. height: math.unit(1.92, "meters"),
  4326. weight: math.unit(80, "kg"),
  4327. name: "Front",
  4328. image: {
  4329. source: "./media/characters/dr-clay/front.svg"
  4330. }
  4331. },
  4332. frontClothed: {
  4333. height: math.unit(1.92, "meters"),
  4334. weight: math.unit(80, "kg"),
  4335. name: "Front (Clothed)",
  4336. image: {
  4337. source: "./media/characters/dr-clay/front-clothed.svg"
  4338. }
  4339. }
  4340. },
  4341. [
  4342. {
  4343. name: "Normal",
  4344. height: math.unit(1.92, "m")
  4345. },
  4346. {
  4347. name: "Macro",
  4348. height: math.unit(214, "meters"),
  4349. default: true
  4350. },
  4351. {
  4352. name: "Macro+",
  4353. height: math.unit(12.237, "meters"),
  4354. },
  4355. {
  4356. name: "Megamacro",
  4357. height: math.unit(557, "megameters"),
  4358. },
  4359. {
  4360. name: "Unimaginable",
  4361. height: math.unit(120e9, "lightyears")
  4362. },
  4363. ]
  4364. ))
  4365. characterMakers.push(() => makeCharacter(
  4366. { name: "Wyvrn Ripsnarl" },
  4367. {
  4368. front: {
  4369. height: math.unit(2, "meters"),
  4370. weight: math.unit(80, "kg"),
  4371. name: "Front",
  4372. image: {
  4373. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4374. }
  4375. }
  4376. },
  4377. [
  4378. {
  4379. name: "Teramacro",
  4380. height: math.unit(500000, "lightyears"),
  4381. default: true
  4382. },
  4383. ]
  4384. ))
  4385. characterMakers.push(() => makeCharacter(
  4386. { name: "Vemus" },
  4387. {
  4388. front: {
  4389. height: math.unit(2, "meters"),
  4390. weight: math.unit(150, "kg"),
  4391. name: "Front",
  4392. image: {
  4393. source: "./media/characters/vemus/front.svg",
  4394. extra: 2384 / 2084,
  4395. bottom: 0.0123
  4396. }
  4397. }
  4398. },
  4399. [
  4400. {
  4401. name: "Normal",
  4402. height: math.unit(3.75, "meters"),
  4403. default: true
  4404. },
  4405. {
  4406. name: "Big",
  4407. height: math.unit(8, "meters")
  4408. },
  4409. {
  4410. name: "Macro",
  4411. height: math.unit(100, "meters")
  4412. },
  4413. {
  4414. name: "Macro+",
  4415. height: math.unit(1500, "meters")
  4416. },
  4417. {
  4418. name: "Stellar",
  4419. height: math.unit(14e8, "meters")
  4420. },
  4421. ]
  4422. ))
  4423. characterMakers.push(() => makeCharacter(
  4424. { name: "Beherit" },
  4425. {
  4426. front: {
  4427. height: math.unit(2, "meters"),
  4428. weight: math.unit(70, "kg"),
  4429. name: "Front",
  4430. image: {
  4431. source: "./media/characters/beherit/front.svg",
  4432. extra: 1408 / 1242
  4433. }
  4434. }
  4435. },
  4436. [
  4437. {
  4438. name: "Normal",
  4439. height: math.unit(6, "feet")
  4440. },
  4441. {
  4442. name: "Lorg",
  4443. height: math.unit(25, "feet"),
  4444. default: true
  4445. },
  4446. {
  4447. name: "Lorger",
  4448. height: math.unit(75, "feet")
  4449. },
  4450. {
  4451. name: "Macro",
  4452. height: math.unit(200, "meters")
  4453. },
  4454. ]
  4455. ))
  4456. characterMakers.push(() => makeCharacter(
  4457. { name: "Everett" },
  4458. {
  4459. front: {
  4460. height: math.unit(2, "meters"),
  4461. weight: math.unit(150, "kg"),
  4462. name: "Front",
  4463. image: {
  4464. source: "./media/characters/everett/front.svg",
  4465. extra: 2038 / 1737,
  4466. bottom: 0.03
  4467. }
  4468. },
  4469. paw: {
  4470. height: math.unit(2 / 3.6, "meters"),
  4471. name: "Paw",
  4472. image: {
  4473. source: "./media/characters/everett/paw.svg"
  4474. }
  4475. },
  4476. },
  4477. [
  4478. {
  4479. name: "Normal",
  4480. height: math.unit(15, "feet"),
  4481. default: true
  4482. },
  4483. {
  4484. name: "Lorg",
  4485. height: math.unit(70, "feet"),
  4486. default: true
  4487. },
  4488. {
  4489. name: "Lorger",
  4490. height: math.unit(250, "feet")
  4491. },
  4492. {
  4493. name: "Macro",
  4494. height: math.unit(500, "meters")
  4495. },
  4496. ]
  4497. ))
  4498. characterMakers.push(() => makeCharacter(
  4499. { name: "Rose Lion" },
  4500. {
  4501. front: {
  4502. height: math.unit(2, "meters"),
  4503. weight: math.unit(86, "kg"),
  4504. name: "Front",
  4505. image: {
  4506. source: "./media/characters/rose-lion/front.svg"
  4507. }
  4508. },
  4509. bent: {
  4510. height: math.unit(2 / 1.4288, "meters"),
  4511. weight: math.unit(86, "kg"),
  4512. name: "Bent",
  4513. image: {
  4514. source: "./media/characters/rose-lion/bent.svg"
  4515. }
  4516. }
  4517. },
  4518. [
  4519. {
  4520. name: "Mini-Micro",
  4521. height: math.unit(1, "cm")
  4522. },
  4523. {
  4524. name: "Micro",
  4525. height: math.unit(3.5, "inches"),
  4526. default: true
  4527. },
  4528. {
  4529. name: "Normal",
  4530. height: math.unit(6 + 1 / 6, "feet")
  4531. },
  4532. {
  4533. name: "Mini-Macro",
  4534. height: math.unit(9 + 10 / 12, "feet")
  4535. },
  4536. ]
  4537. ))
  4538. characterMakers.push(() => makeCharacter(
  4539. { name: "Regal" },
  4540. {
  4541. front: {
  4542. height: math.unit(2, "meters"),
  4543. weight: math.unit(350, "lbs"),
  4544. name: "Front",
  4545. image: {
  4546. source: "./media/characters/regal/front.svg"
  4547. }
  4548. },
  4549. back: {
  4550. height: math.unit(2, "meters"),
  4551. weight: math.unit(350, "lbs"),
  4552. name: "Back",
  4553. image: {
  4554. source: "./media/characters/regal/back.svg"
  4555. }
  4556. },
  4557. },
  4558. [
  4559. {
  4560. name: "Macro",
  4561. height: math.unit(350, "feet"),
  4562. default: true
  4563. }
  4564. ]
  4565. ))
  4566. characterMakers.push(() => makeCharacter(
  4567. { name: "Opal" },
  4568. {
  4569. front: {
  4570. height: math.unit(4 + 11 / 12, "feet"),
  4571. weight: math.unit(100, "lbs"),
  4572. name: "Front",
  4573. image: {
  4574. source: "./media/characters/opal/front.svg"
  4575. }
  4576. },
  4577. frontAlt: {
  4578. height: math.unit(4 + 11 / 12, "feet"),
  4579. weight: math.unit(100, "lbs"),
  4580. name: "Front (Alt)",
  4581. image: {
  4582. source: "./media/characters/opal/front-alt.svg"
  4583. }
  4584. },
  4585. },
  4586. [
  4587. {
  4588. name: "Small",
  4589. height: math.unit(4 + 11 / 12, "feet")
  4590. },
  4591. {
  4592. name: "Normal",
  4593. height: math.unit(20, "feet"),
  4594. default: true
  4595. },
  4596. {
  4597. name: "Macro",
  4598. height: math.unit(120, "feet")
  4599. },
  4600. {
  4601. name: "Megamacro",
  4602. height: math.unit(80, "miles")
  4603. },
  4604. {
  4605. name: "True Size",
  4606. height: math.unit(100000, "lightyears")
  4607. },
  4608. ]
  4609. ))
  4610. characterMakers.push(() => makeCharacter(
  4611. { name: "Vector Wuff" },
  4612. {
  4613. front: {
  4614. height: math.unit(6, "feet"),
  4615. weight: math.unit(200, "lbs"),
  4616. name: "Front",
  4617. image: {
  4618. source: "./media/characters/vector-wuff/front.svg"
  4619. }
  4620. }
  4621. },
  4622. [
  4623. {
  4624. name: "Normal",
  4625. height: math.unit(2.8, "meters")
  4626. },
  4627. {
  4628. name: "Macro",
  4629. height: math.unit(450, "meters"),
  4630. default: true
  4631. },
  4632. {
  4633. name: "Megamacro",
  4634. height: math.unit(15, "kilometers")
  4635. }
  4636. ]
  4637. ))
  4638. characterMakers.push(() => makeCharacter(
  4639. { name: "Dannik" },
  4640. {
  4641. front: {
  4642. height: math.unit(6, "feet"),
  4643. weight: math.unit(256, "lbs"),
  4644. name: "Front",
  4645. image: {
  4646. source: "./media/characters/dannik/front.svg"
  4647. }
  4648. }
  4649. },
  4650. [
  4651. {
  4652. name: "Macro",
  4653. height: math.unit(69.57, "meters"),
  4654. default: true
  4655. },
  4656. ]
  4657. ))
  4658. characterMakers.push(() => makeCharacter(
  4659. { name: "Azura Saharah" },
  4660. {
  4661. front: {
  4662. height: math.unit(6, "feet"),
  4663. weight: math.unit(120, "lbs"),
  4664. name: "Front",
  4665. image: {
  4666. source: "./media/characters/azura-saharah/front.svg"
  4667. }
  4668. },
  4669. back: {
  4670. height: math.unit(6, "feet"),
  4671. weight: math.unit(120, "lbs"),
  4672. name: "Back",
  4673. image: {
  4674. source: "./media/characters/azura-saharah/back.svg"
  4675. }
  4676. },
  4677. },
  4678. [
  4679. {
  4680. name: "Macro",
  4681. height: math.unit(100, "feet"),
  4682. default: true
  4683. },
  4684. ]
  4685. ))
  4686. characterMakers.push(() => makeCharacter(
  4687. { name: "Kennedy" },
  4688. {
  4689. side: {
  4690. height: math.unit(5 + 4 / 12, "feet"),
  4691. weight: math.unit(163, "lbs"),
  4692. name: "Side",
  4693. image: {
  4694. source: "./media/characters/kennedy/side.svg"
  4695. }
  4696. }
  4697. },
  4698. [
  4699. {
  4700. name: "Standard Doggo",
  4701. height: math.unit(5 + 4 / 12, "feet")
  4702. },
  4703. {
  4704. name: "Big Doggo",
  4705. height: math.unit(25 + 3 / 12, "feet"),
  4706. default: true
  4707. },
  4708. ]
  4709. ))
  4710. characterMakers.push(() => makeCharacter(
  4711. { name: "Odi Lunar" },
  4712. {
  4713. front: {
  4714. height: math.unit(6, "feet"),
  4715. weight: math.unit(90, "lbs"),
  4716. name: "Front",
  4717. image: {
  4718. source: "./media/characters/odi-lunar/front.svg"
  4719. }
  4720. }
  4721. },
  4722. [
  4723. {
  4724. name: "Micro",
  4725. height: math.unit(3, "inches"),
  4726. default: true
  4727. },
  4728. {
  4729. name: "Normal",
  4730. height: math.unit(5.5, "feet")
  4731. }
  4732. ]
  4733. ))
  4734. characterMakers.push(() => makeCharacter(
  4735. { name: "Mandake" },
  4736. {
  4737. back: {
  4738. height: math.unit(6, "feet"),
  4739. weight: math.unit(220, "lbs"),
  4740. name: "Back",
  4741. image: {
  4742. source: "./media/characters/mandake/back.svg"
  4743. }
  4744. }
  4745. },
  4746. [
  4747. {
  4748. name: "Normal",
  4749. height: math.unit(7, "feet"),
  4750. default: true
  4751. },
  4752. {
  4753. name: "Macro",
  4754. height: math.unit(78, "feet")
  4755. },
  4756. {
  4757. name: "Macro+",
  4758. height: math.unit(300, "meters")
  4759. },
  4760. {
  4761. name: "Macro++",
  4762. height: math.unit(2400, "feet")
  4763. },
  4764. {
  4765. name: "Megamacro",
  4766. height: math.unit(5167, "meters")
  4767. },
  4768. {
  4769. name: "Gigamacro",
  4770. height: math.unit(41769, "miles")
  4771. },
  4772. ]
  4773. ))
  4774. characterMakers.push(() => makeCharacter(
  4775. { name: "Yozey" },
  4776. {
  4777. front: {
  4778. height: math.unit(6, "feet"),
  4779. weight: math.unit(120, "lbs"),
  4780. name: "Front",
  4781. image: {
  4782. source: "./media/characters/yozey/front.svg"
  4783. }
  4784. },
  4785. frontAlt: {
  4786. height: math.unit(6, "feet"),
  4787. weight: math.unit(120, "lbs"),
  4788. name: "Front (Alt)",
  4789. image: {
  4790. source: "./media/characters/yozey/front-alt.svg"
  4791. }
  4792. },
  4793. side: {
  4794. height: math.unit(6, "feet"),
  4795. weight: math.unit(120, "lbs"),
  4796. name: "Side",
  4797. image: {
  4798. source: "./media/characters/yozey/side.svg"
  4799. }
  4800. },
  4801. },
  4802. [
  4803. {
  4804. name: "Micro",
  4805. height: math.unit(3, "inches"),
  4806. default: true
  4807. },
  4808. {
  4809. name: "Normal",
  4810. height: math.unit(6, "feet")
  4811. }
  4812. ]
  4813. ))
  4814. characterMakers.push(() => makeCharacter(
  4815. { name: "Valeska Voss" },
  4816. {
  4817. front: {
  4818. height: math.unit(6, "feet"),
  4819. weight: math.unit(103, "lbs"),
  4820. name: "Front",
  4821. image: {
  4822. source: "./media/characters/valeska-voss/front.svg"
  4823. }
  4824. }
  4825. },
  4826. [
  4827. {
  4828. name: "Mini-Sized Sub",
  4829. height: math.unit(3.1, "inches")
  4830. },
  4831. {
  4832. name: "Mid-Sized Sub",
  4833. height: math.unit(6.2, "inches")
  4834. },
  4835. {
  4836. name: "Full-Sized Sub",
  4837. height: math.unit(9.3, "inches")
  4838. },
  4839. {
  4840. name: "Normal",
  4841. height: math.unit(5 + 2 / 12, "foot"),
  4842. default: true
  4843. },
  4844. ]
  4845. ))
  4846. characterMakers.push(() => makeCharacter(
  4847. { name: "Gene Zeta" },
  4848. {
  4849. front: {
  4850. height: math.unit(6, "feet"),
  4851. weight: math.unit(160, "lbs"),
  4852. name: "Front",
  4853. image: {
  4854. source: "./media/characters/gene-zeta/front.svg",
  4855. bottom: 0.03,
  4856. extra: 1
  4857. }
  4858. }
  4859. },
  4860. [
  4861. {
  4862. name: "Normal",
  4863. height: math.unit(6.25, "foot"),
  4864. default: true
  4865. },
  4866. ]
  4867. ))
  4868. characterMakers.push(() => makeCharacter(
  4869. { name: "Razinox" },
  4870. {
  4871. front: {
  4872. height: math.unit(6, "feet"),
  4873. weight: math.unit(350, "lbs"),
  4874. name: "Front",
  4875. image: {
  4876. source: "./media/characters/razinox/front.svg",
  4877. extra: 1686 / 1548
  4878. }
  4879. },
  4880. back: {
  4881. height: math.unit(6, "feet"),
  4882. weight: math.unit(350, "lbs"),
  4883. name: "Back",
  4884. image: {
  4885. source: "./media/characters/razinox/back.svg",
  4886. extra: 1660 / 1590
  4887. }
  4888. },
  4889. },
  4890. [
  4891. {
  4892. name: "Normal",
  4893. height: math.unit(10 + 8 / 12, "foot")
  4894. },
  4895. {
  4896. name: "Minimacro",
  4897. height: math.unit(15, "foot")
  4898. },
  4899. {
  4900. name: "Macro",
  4901. height: math.unit(60, "foot"),
  4902. default: true
  4903. },
  4904. {
  4905. name: "Megamacro",
  4906. height: math.unit(5, "miles")
  4907. },
  4908. {
  4909. name: "Gigamacro",
  4910. height: math.unit(6000, "miles")
  4911. },
  4912. ]
  4913. ))
  4914. characterMakers.push(() => makeCharacter(
  4915. { name: "Cobalt" },
  4916. {
  4917. front: {
  4918. height: math.unit(6, "feet"),
  4919. weight: math.unit(150, "lbs"),
  4920. name: "Front",
  4921. image: {
  4922. source: "./media/characters/cobalt/front.svg"
  4923. }
  4924. }
  4925. },
  4926. [
  4927. {
  4928. name: "Normal",
  4929. height: math.unit(8 + 1 / 12, "foot")
  4930. },
  4931. {
  4932. name: "Macro",
  4933. height: math.unit(111, "foot"),
  4934. default: true
  4935. },
  4936. {
  4937. name: "Supracosmic",
  4938. height: math.unit(1e42, "feet")
  4939. },
  4940. ]
  4941. ))
  4942. characterMakers.push(() => makeCharacter(
  4943. { name: "Amanda" },
  4944. {
  4945. front: {
  4946. height: math.unit(6, "feet"),
  4947. weight: math.unit(140, "lbs"),
  4948. name: "Front",
  4949. image: {
  4950. source: "./media/characters/amanda/front.svg"
  4951. }
  4952. }
  4953. },
  4954. [
  4955. {
  4956. name: "Micro",
  4957. height: math.unit(5, "inches"),
  4958. default: true
  4959. },
  4960. ]
  4961. ))
  4962. characterMakers.push(() => makeCharacter(
  4963. { name: "Teal" },
  4964. {
  4965. front: {
  4966. height: math.unit(5.59, "feet"),
  4967. weight: math.unit(250, "lbs"),
  4968. name: "Front",
  4969. image: {
  4970. source: "./media/characters/teal/front.svg"
  4971. }
  4972. },
  4973. frontAlt: {
  4974. height: math.unit(6, "feet"),
  4975. weight: math.unit(250, "lbs"),
  4976. name: "Front (Alt)",
  4977. image: {
  4978. source: "./media/characters/teal/front-alt.svg",
  4979. bottom: 0.04,
  4980. extra: 1
  4981. }
  4982. },
  4983. },
  4984. [
  4985. {
  4986. name: "Normal",
  4987. height: math.unit(12, "feet"),
  4988. default: true
  4989. },
  4990. {
  4991. name: "Macro",
  4992. height: math.unit(300, "feet")
  4993. },
  4994. ]
  4995. ))
  4996. characterMakers.push(() => makeCharacter(
  4997. { name: "Ravin Amulet" },
  4998. {
  4999. frontCat: {
  5000. height: math.unit(6, "feet"),
  5001. weight: math.unit(180, "lbs"),
  5002. name: "Front (Cat)",
  5003. image: {
  5004. source: "./media/characters/ravin-amulet/front-cat.svg"
  5005. }
  5006. },
  5007. frontCatAlt: {
  5008. height: math.unit(6, "feet"),
  5009. weight: math.unit(180, "lbs"),
  5010. name: "Front (Alt, Cat)",
  5011. image: {
  5012. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  5013. }
  5014. },
  5015. frontWerewolf: {
  5016. height: math.unit(6 * 1.2, "feet"),
  5017. weight: math.unit(225, "lbs"),
  5018. name: "Front (Werewolf)",
  5019. image: {
  5020. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  5021. }
  5022. },
  5023. backWerewolf: {
  5024. height: math.unit(6 * 1.2, "feet"),
  5025. weight: math.unit(225, "lbs"),
  5026. name: "Back (Werewolf)",
  5027. image: {
  5028. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  5029. }
  5030. },
  5031. },
  5032. [
  5033. {
  5034. name: "Nano",
  5035. height: math.unit(1, "micrometer")
  5036. },
  5037. {
  5038. name: "Micro",
  5039. height: math.unit(1, "inch")
  5040. },
  5041. {
  5042. name: "Normal",
  5043. height: math.unit(6, "feet"),
  5044. default: true
  5045. },
  5046. {
  5047. name: "Macro",
  5048. height: math.unit(60, "feet")
  5049. }
  5050. ]
  5051. ))
  5052. characterMakers.push(() => makeCharacter(
  5053. { name: "Fluoresce" },
  5054. {
  5055. front: {
  5056. height: math.unit(6, "feet"),
  5057. weight: math.unit(165, "lbs"),
  5058. name: "Front",
  5059. image: {
  5060. source: "./media/characters/fluoresce/front.svg"
  5061. }
  5062. }
  5063. },
  5064. [
  5065. {
  5066. name: "Micro",
  5067. height: math.unit(6, "cm")
  5068. },
  5069. {
  5070. name: "Normal",
  5071. height: math.unit(5 + 7 / 12, "feet"),
  5072. default: true
  5073. },
  5074. {
  5075. name: "Macro",
  5076. height: math.unit(56, "feet")
  5077. },
  5078. {
  5079. name: "Megamacro",
  5080. height: math.unit(1.9, "miles")
  5081. },
  5082. ]
  5083. ))
  5084. characterMakers.push(() => makeCharacter(
  5085. { name: "Aurora" },
  5086. {
  5087. front: {
  5088. height: math.unit(9 + 6 / 12, "feet"),
  5089. weight: math.unit(523, "lbs"),
  5090. name: "Side",
  5091. image: {
  5092. source: "./media/characters/aurora/side.svg"
  5093. }
  5094. }
  5095. },
  5096. [
  5097. {
  5098. name: "Normal",
  5099. height: math.unit(9 + 6 / 12, "feet")
  5100. },
  5101. {
  5102. name: "Macro",
  5103. height: math.unit(96, "feet"),
  5104. default: true
  5105. },
  5106. {
  5107. name: "Macro+",
  5108. height: math.unit(243, "feet")
  5109. },
  5110. ]
  5111. ))
  5112. characterMakers.push(() => makeCharacter(
  5113. { name: "Ranek" },
  5114. {
  5115. front: {
  5116. height: math.unit(194, "cm"),
  5117. weight: math.unit(90, "kg"),
  5118. name: "Front",
  5119. image: {
  5120. source: "./media/characters/ranek/front.svg"
  5121. }
  5122. },
  5123. side: {
  5124. height: math.unit(194, "cm"),
  5125. weight: math.unit(90, "kg"),
  5126. name: "Side",
  5127. image: {
  5128. source: "./media/characters/ranek/side.svg"
  5129. }
  5130. },
  5131. back: {
  5132. height: math.unit(194, "cm"),
  5133. weight: math.unit(90, "kg"),
  5134. name: "Back",
  5135. image: {
  5136. source: "./media/characters/ranek/back.svg"
  5137. }
  5138. },
  5139. feral: {
  5140. height: math.unit(30, "cm"),
  5141. weight: math.unit(1.6, "lbs"),
  5142. name: "Feral",
  5143. image: {
  5144. source: "./media/characters/ranek/feral.svg"
  5145. }
  5146. },
  5147. },
  5148. [
  5149. {
  5150. name: "Normal",
  5151. height: math.unit(194, "cm"),
  5152. default: true
  5153. },
  5154. {
  5155. name: "Macro",
  5156. height: math.unit(100, "meters")
  5157. },
  5158. ]
  5159. ))
  5160. characterMakers.push(() => makeCharacter(
  5161. { name: "Andrew Cooper" },
  5162. {
  5163. front: {
  5164. height: math.unit(5 + 6 / 12, "feet"),
  5165. weight: math.unit(153, "lbs"),
  5166. name: "Front",
  5167. image: {
  5168. source: "./media/characters/andrew-cooper/front.svg"
  5169. }
  5170. },
  5171. },
  5172. [
  5173. {
  5174. name: "Nano",
  5175. height: math.unit(1, "mm")
  5176. },
  5177. {
  5178. name: "Micro",
  5179. height: math.unit(2, "inches")
  5180. },
  5181. {
  5182. name: "Normal",
  5183. height: math.unit(5 + 6 / 12, "feet"),
  5184. default: true
  5185. }
  5186. ]
  5187. ))
  5188. characterMakers.push(() => makeCharacter(
  5189. { name: "Akane Sato" },
  5190. {
  5191. front: {
  5192. height: math.unit(6, "feet"),
  5193. weight: math.unit(180, "lbs"),
  5194. name: "Front",
  5195. image: {
  5196. source: "./media/characters/akane-sato/front.svg",
  5197. extra: 1219 / 1140
  5198. }
  5199. },
  5200. back: {
  5201. height: math.unit(6, "feet"),
  5202. weight: math.unit(180, "lbs"),
  5203. name: "Back",
  5204. image: {
  5205. source: "./media/characters/akane-sato/back.svg",
  5206. extra: 1219 / 1170
  5207. }
  5208. },
  5209. },
  5210. [
  5211. {
  5212. name: "Normal",
  5213. height: math.unit(2.5, "meters")
  5214. },
  5215. {
  5216. name: "Macro",
  5217. height: math.unit(250, "meters"),
  5218. default: true
  5219. },
  5220. {
  5221. name: "Megamacro",
  5222. height: math.unit(25, "km")
  5223. },
  5224. ]
  5225. ))
  5226. characterMakers.push(() => makeCharacter(
  5227. { name: "Rook" },
  5228. {
  5229. front: {
  5230. height: math.unit(6, "feet"),
  5231. weight: math.unit(65, "kg"),
  5232. name: "Front",
  5233. image: {
  5234. source: "./media/characters/rook/front.svg",
  5235. extra: 960/950
  5236. }
  5237. }
  5238. },
  5239. [
  5240. {
  5241. name: "Normal",
  5242. height: math.unit(8.8, "feet")
  5243. },
  5244. {
  5245. name: "Macro",
  5246. height: math.unit(88, "feet"),
  5247. default: true
  5248. },
  5249. {
  5250. name: "Megamacro",
  5251. height: math.unit(8, "miles")
  5252. },
  5253. ]
  5254. ))
  5255. characterMakers.push(() => makeCharacter(
  5256. { name: "Prodigy" },
  5257. {
  5258. front: {
  5259. height: math.unit(12 + 2 / 12, "feet"),
  5260. weight: math.unit(808, "lbs"),
  5261. name: "Front",
  5262. image: {
  5263. source: "./media/characters/prodigy/front.svg"
  5264. }
  5265. }
  5266. },
  5267. [
  5268. {
  5269. name: "Normal",
  5270. height: math.unit(12 + 2 / 12, "feet"),
  5271. default: true
  5272. },
  5273. {
  5274. name: "Macro",
  5275. height: math.unit(143, "feet")
  5276. },
  5277. {
  5278. name: "Macro+",
  5279. height: math.unit(400, "feet")
  5280. },
  5281. ]
  5282. ))
  5283. characterMakers.push(() => makeCharacter(
  5284. { name: "Daniel" },
  5285. {
  5286. front: {
  5287. height: math.unit(6, "feet"),
  5288. weight: math.unit(225, "lbs"),
  5289. name: "Front",
  5290. image: {
  5291. source: "./media/characters/daniel/front.svg"
  5292. }
  5293. },
  5294. leaning: {
  5295. height: math.unit(6, "feet"),
  5296. weight: math.unit(225, "lbs"),
  5297. name: "Leaning",
  5298. image: {
  5299. source: "./media/characters/daniel/leaning.svg"
  5300. }
  5301. },
  5302. },
  5303. [
  5304. {
  5305. name: "Macro",
  5306. height: math.unit(1000, "feet"),
  5307. default: true
  5308. },
  5309. ]
  5310. ))
  5311. characterMakers.push(() => makeCharacter(
  5312. { name: "Chiros" },
  5313. {
  5314. front: {
  5315. height: math.unit(6, "feet"),
  5316. weight: math.unit(88, "lbs"),
  5317. name: "Front",
  5318. image: {
  5319. source: "./media/characters/chiros/front.svg",
  5320. extra: 306 / 226
  5321. }
  5322. },
  5323. side: {
  5324. height: math.unit(6, "feet"),
  5325. weight: math.unit(88, "lbs"),
  5326. name: "Side",
  5327. image: {
  5328. source: "./media/characters/chiros/side.svg",
  5329. extra: 306 / 226
  5330. }
  5331. },
  5332. },
  5333. [
  5334. {
  5335. name: "Normal",
  5336. height: math.unit(6, "cm"),
  5337. default: true
  5338. },
  5339. ]
  5340. ))
  5341. characterMakers.push(() => makeCharacter(
  5342. { name: "Selka" },
  5343. {
  5344. front: {
  5345. height: math.unit(6, "feet"),
  5346. weight: math.unit(100, "lbs"),
  5347. name: "Front",
  5348. image: {
  5349. source: "./media/characters/selka/front.svg",
  5350. extra: 947 / 887
  5351. }
  5352. }
  5353. },
  5354. [
  5355. {
  5356. name: "Normal",
  5357. height: math.unit(5, "cm"),
  5358. default: true
  5359. },
  5360. ]
  5361. ))
  5362. characterMakers.push(() => makeCharacter(
  5363. { name: "Verin" },
  5364. {
  5365. front: {
  5366. height: math.unit(8 + 3 / 12, "feet"),
  5367. weight: math.unit(424, "lbs"),
  5368. name: "Front",
  5369. image: {
  5370. source: "./media/characters/verin/front.svg",
  5371. extra: 1845 / 1550
  5372. }
  5373. },
  5374. frontArmored: {
  5375. height: math.unit(8 + 3 / 12, "feet"),
  5376. weight: math.unit(424, "lbs"),
  5377. name: "Front (Armored)",
  5378. image: {
  5379. source: "./media/characters/verin/front-armor.svg",
  5380. extra: 1845 / 1550,
  5381. bottom: 0.01
  5382. }
  5383. },
  5384. back: {
  5385. height: math.unit(8 + 3 / 12, "feet"),
  5386. weight: math.unit(424, "lbs"),
  5387. name: "Back",
  5388. image: {
  5389. source: "./media/characters/verin/back.svg",
  5390. bottom: 0.1,
  5391. extra: 1
  5392. }
  5393. },
  5394. foot: {
  5395. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5396. name: "Foot",
  5397. image: {
  5398. source: "./media/characters/verin/foot.svg"
  5399. }
  5400. },
  5401. },
  5402. [
  5403. {
  5404. name: "Normal",
  5405. height: math.unit(8 + 3 / 12, "feet")
  5406. },
  5407. {
  5408. name: "Minimacro",
  5409. height: math.unit(21, "feet"),
  5410. default: true
  5411. },
  5412. {
  5413. name: "Macro",
  5414. height: math.unit(626, "feet")
  5415. },
  5416. ]
  5417. ))
  5418. characterMakers.push(() => makeCharacter(
  5419. { name: "Sovrim Terraquian" },
  5420. {
  5421. front: {
  5422. height: math.unit(2.718, "meters"),
  5423. weight: math.unit(150, "lbs"),
  5424. name: "Front",
  5425. image: {
  5426. source: "./media/characters/sovrim-terraquian/front.svg"
  5427. }
  5428. },
  5429. back: {
  5430. height: math.unit(2.718, "meters"),
  5431. weight: math.unit(150, "lbs"),
  5432. name: "Back",
  5433. image: {
  5434. source: "./media/characters/sovrim-terraquian/back.svg"
  5435. }
  5436. }
  5437. },
  5438. [
  5439. {
  5440. name: "Micro",
  5441. height: math.unit(2, "inches")
  5442. },
  5443. {
  5444. name: "Small",
  5445. height: math.unit(1, "meter")
  5446. },
  5447. {
  5448. name: "Normal",
  5449. height: math.unit(Math.E, "meters"),
  5450. default: true
  5451. },
  5452. {
  5453. name: "Macro",
  5454. height: math.unit(20, "meters")
  5455. },
  5456. {
  5457. name: "Macro+",
  5458. height: math.unit(400, "meters")
  5459. },
  5460. ]
  5461. ))
  5462. characterMakers.push(() => makeCharacter(
  5463. { name: "Reece Silvermane" },
  5464. {
  5465. front: {
  5466. height: math.unit(7, "feet"),
  5467. weight: math.unit(489, "lbs"),
  5468. name: "Front",
  5469. image: {
  5470. source: "./media/characters/reece-silvermane/front.svg",
  5471. bottom: 0.02,
  5472. extra: 1
  5473. }
  5474. },
  5475. },
  5476. [
  5477. {
  5478. name: "Macro",
  5479. height: math.unit(1.5, "miles"),
  5480. default: true
  5481. },
  5482. ]
  5483. ))
  5484. characterMakers.push(() => makeCharacter(
  5485. { name: "Kane" },
  5486. {
  5487. front: {
  5488. height: math.unit(6, "feet"),
  5489. weight: math.unit(78, "kg"),
  5490. name: "Front",
  5491. image: {
  5492. source: "./media/characters/kane/front.svg",
  5493. extra: 978 / 899
  5494. }
  5495. },
  5496. },
  5497. [
  5498. {
  5499. name: "Normal",
  5500. height: math.unit(2.1, "m"),
  5501. },
  5502. {
  5503. name: "Macro",
  5504. height: math.unit(1, "km"),
  5505. default: true
  5506. },
  5507. ]
  5508. ))
  5509. characterMakers.push(() => makeCharacter(
  5510. { name: "Tegon" },
  5511. {
  5512. front: {
  5513. height: math.unit(6, "feet"),
  5514. weight: math.unit(200, "kg"),
  5515. name: "Front",
  5516. image: {
  5517. source: "./media/characters/tegon/front.svg",
  5518. bottom: 0.01,
  5519. extra: 1
  5520. }
  5521. },
  5522. },
  5523. [
  5524. {
  5525. name: "Micro",
  5526. height: math.unit(1, "inch")
  5527. },
  5528. {
  5529. name: "Normal",
  5530. height: math.unit(6 + 3 / 12, "feet"),
  5531. default: true
  5532. },
  5533. {
  5534. name: "Macro",
  5535. height: math.unit(300, "feet")
  5536. },
  5537. {
  5538. name: "Megamacro",
  5539. height: math.unit(69, "miles")
  5540. },
  5541. ]
  5542. ))
  5543. characterMakers.push(() => makeCharacter(
  5544. { name: "Arcturax" },
  5545. {
  5546. side: {
  5547. height: math.unit(6, "feet"),
  5548. weight: math.unit(2304, "lbs"),
  5549. name: "Side",
  5550. image: {
  5551. source: "./media/characters/arcturax/side.svg",
  5552. extra: 790 / 376,
  5553. bottom: 0.01
  5554. }
  5555. },
  5556. },
  5557. [
  5558. {
  5559. name: "Micro",
  5560. height: math.unit(2, "inch")
  5561. },
  5562. {
  5563. name: "Normal",
  5564. height: math.unit(6, "feet")
  5565. },
  5566. {
  5567. name: "Macro",
  5568. height: math.unit(39, "feet"),
  5569. default: true
  5570. },
  5571. {
  5572. name: "Megamacro",
  5573. height: math.unit(7, "miles")
  5574. },
  5575. ]
  5576. ))
  5577. characterMakers.push(() => makeCharacter(
  5578. { name: "Sentri" },
  5579. {
  5580. front: {
  5581. height: math.unit(6, "feet"),
  5582. weight: math.unit(50, "lbs"),
  5583. name: "Front",
  5584. image: {
  5585. source: "./media/characters/sentri/front.svg",
  5586. extra: 1750 / 1570,
  5587. bottom: 0.025
  5588. }
  5589. },
  5590. frontAlt: {
  5591. height: math.unit(6, "feet"),
  5592. weight: math.unit(50, "lbs"),
  5593. name: "Front (Alt)",
  5594. image: {
  5595. source: "./media/characters/sentri/front-alt.svg",
  5596. extra: 1750 / 1570,
  5597. bottom: 0.025
  5598. }
  5599. },
  5600. },
  5601. [
  5602. {
  5603. name: "Normal",
  5604. height: math.unit(15, "feet"),
  5605. default: true
  5606. },
  5607. {
  5608. name: "Macro",
  5609. height: math.unit(2500, "feet")
  5610. }
  5611. ]
  5612. ))
  5613. characterMakers.push(() => makeCharacter(
  5614. { name: "Corvin" },
  5615. {
  5616. front: {
  5617. height: math.unit(5 + 8 / 12, "feet"),
  5618. weight: math.unit(130, "lbs"),
  5619. name: "Front",
  5620. image: {
  5621. source: "./media/characters/corvin/front.svg",
  5622. extra: 1803 / 1629
  5623. }
  5624. },
  5625. frontShirt: {
  5626. height: math.unit(5 + 8 / 12, "feet"),
  5627. weight: math.unit(130, "lbs"),
  5628. name: "Front (Shirt)",
  5629. image: {
  5630. source: "./media/characters/corvin/front-shirt.svg",
  5631. extra: 1803 / 1629
  5632. }
  5633. },
  5634. frontPoncho: {
  5635. height: math.unit(5 + 8 / 12, "feet"),
  5636. weight: math.unit(130, "lbs"),
  5637. name: "Front (Poncho)",
  5638. image: {
  5639. source: "./media/characters/corvin/front-poncho.svg",
  5640. extra: 1803 / 1629
  5641. }
  5642. },
  5643. side: {
  5644. height: math.unit(5 + 8 / 12, "feet"),
  5645. weight: math.unit(130, "lbs"),
  5646. name: "Side",
  5647. image: {
  5648. source: "./media/characters/corvin/side.svg",
  5649. extra: 1012 / 945
  5650. }
  5651. },
  5652. back: {
  5653. height: math.unit(5 + 8 / 12, "feet"),
  5654. weight: math.unit(130, "lbs"),
  5655. name: "Back",
  5656. image: {
  5657. source: "./media/characters/corvin/back.svg",
  5658. extra: 1803 / 1629
  5659. }
  5660. },
  5661. },
  5662. [
  5663. {
  5664. name: "Micro",
  5665. height: math.unit(3, "inches")
  5666. },
  5667. {
  5668. name: "Normal",
  5669. height: math.unit(5 + 8 / 12, "feet")
  5670. },
  5671. {
  5672. name: "Macro",
  5673. height: math.unit(300, "feet"),
  5674. default: true
  5675. },
  5676. {
  5677. name: "Megamacro",
  5678. height: math.unit(500, "miles")
  5679. }
  5680. ]
  5681. ))
  5682. characterMakers.push(() => makeCharacter(
  5683. { name: "Q" },
  5684. {
  5685. front: {
  5686. height: math.unit(6, "feet"),
  5687. weight: math.unit(135, "lbs"),
  5688. name: "Front",
  5689. image: {
  5690. source: "./media/characters/q/front.svg",
  5691. extra: 854 / 752,
  5692. bottom: 0.005
  5693. }
  5694. },
  5695. back: {
  5696. height: math.unit(6, "feet"),
  5697. weight: math.unit(130, "lbs"),
  5698. name: "Back",
  5699. image: {
  5700. source: "./media/characters/q/back.svg",
  5701. extra: 854 / 752
  5702. }
  5703. },
  5704. },
  5705. [
  5706. {
  5707. name: "Macro",
  5708. height: math.unit(90, "feet"),
  5709. default: true
  5710. },
  5711. {
  5712. name: "Extra Macro",
  5713. height: math.unit(300, "feet"),
  5714. },
  5715. {
  5716. name: "BIG WALF",
  5717. height: math.unit(750, "feet"),
  5718. },
  5719. ]
  5720. ))
  5721. characterMakers.push(() => makeCharacter(
  5722. { name: "Carley" },
  5723. {
  5724. front: {
  5725. height: math.unit(6, "feet"),
  5726. weight: math.unit(150, "lbs"),
  5727. name: "Front",
  5728. image: {
  5729. source: "./media/characters/carley/front.svg",
  5730. extra: 3927 / 3540,
  5731. bottom: 0.03
  5732. }
  5733. }
  5734. },
  5735. [
  5736. {
  5737. name: "Normal",
  5738. height: math.unit(6 + 3 / 12, "feet")
  5739. },
  5740. {
  5741. name: "Macro",
  5742. height: math.unit(185, "feet"),
  5743. default: true
  5744. },
  5745. {
  5746. name: "Megamacro",
  5747. height: math.unit(8, "miles"),
  5748. },
  5749. ]
  5750. ))
  5751. characterMakers.push(() => makeCharacter(
  5752. { name: "Citrine" },
  5753. {
  5754. front: {
  5755. height: math.unit(3, "feet"),
  5756. weight: math.unit(28, "lbs"),
  5757. name: "Front",
  5758. image: {
  5759. source: "./media/characters/citrine/front.svg"
  5760. }
  5761. }
  5762. },
  5763. [
  5764. {
  5765. name: "Normal",
  5766. height: math.unit(3, "feet"),
  5767. default: true
  5768. }
  5769. ]
  5770. ))
  5771. characterMakers.push(() => makeCharacter(
  5772. { name: "Aura Starwind" },
  5773. {
  5774. front: {
  5775. height: math.unit(14, "feet"),
  5776. weight: math.unit(1450, "kg"),
  5777. name: "Front",
  5778. image: {
  5779. source: "./media/characters/aura-starwind/front.svg",
  5780. extra: 1455 / 1335
  5781. }
  5782. },
  5783. side: {
  5784. height: math.unit(14, "feet"),
  5785. weight: math.unit(1450, "kg"),
  5786. name: "Side",
  5787. image: {
  5788. source: "./media/characters/aura-starwind/side.svg",
  5789. extra: 1654 / 1497
  5790. }
  5791. },
  5792. taur: {
  5793. height: math.unit(18, "feet"),
  5794. weight: math.unit(5500, "kg"),
  5795. name: "Taur",
  5796. image: {
  5797. source: "./media/characters/aura-starwind/taur.svg",
  5798. extra: 1760 / 1650
  5799. }
  5800. },
  5801. feral: {
  5802. height: math.unit(46, "feet"),
  5803. weight: math.unit(25000, "kg"),
  5804. name: "Feral",
  5805. image: {
  5806. source: "./media/characters/aura-starwind/feral.svg"
  5807. }
  5808. },
  5809. },
  5810. [
  5811. {
  5812. name: "Normal",
  5813. height: math.unit(14, "feet"),
  5814. default: true
  5815. },
  5816. {
  5817. name: "Macro",
  5818. height: math.unit(50, "meters")
  5819. },
  5820. {
  5821. name: "Megamacro",
  5822. height: math.unit(5000, "meters")
  5823. },
  5824. {
  5825. name: "Gigamacro",
  5826. height: math.unit(100000, "kilometers")
  5827. },
  5828. ]
  5829. ))
  5830. characterMakers.push(() => makeCharacter(
  5831. { name: "Rivet" },
  5832. {
  5833. front: {
  5834. height: math.unit(2 + 7 / 12, "feet"),
  5835. weight: math.unit(32, "lbs"),
  5836. name: "Front",
  5837. image: {
  5838. source: "./media/characters/rivet/front.svg",
  5839. extra: 1716 / 1658,
  5840. bottom: 0.03
  5841. }
  5842. },
  5843. foot: {
  5844. height: math.unit(0.551, "feet"),
  5845. name: "Rivet's Foot",
  5846. image: {
  5847. source: "./media/characters/rivet/foot.svg"
  5848. },
  5849. rename: true
  5850. }
  5851. },
  5852. [
  5853. {
  5854. name: "Micro",
  5855. height: math.unit(1.5, "inches"),
  5856. },
  5857. {
  5858. name: "Normal",
  5859. height: math.unit(2 + 7 / 12, "feet"),
  5860. default: true
  5861. },
  5862. {
  5863. name: "Macro",
  5864. height: math.unit(85, "feet")
  5865. },
  5866. {
  5867. name: "Megamacro",
  5868. height: math.unit(2.2, "km")
  5869. }
  5870. ]
  5871. ))
  5872. characterMakers.push(() => makeCharacter(
  5873. { name: "Coffee" },
  5874. {
  5875. front: {
  5876. height: math.unit(5 + 9 / 12, "feet"),
  5877. weight: math.unit(150, "lbs"),
  5878. name: "Front",
  5879. image: {
  5880. source: "./media/characters/coffee/front.svg",
  5881. extra: 3666 / 3032,
  5882. bottom: 0.04
  5883. }
  5884. },
  5885. foot: {
  5886. height: math.unit(1.29, "feet"),
  5887. name: "Foot",
  5888. image: {
  5889. source: "./media/characters/coffee/foot.svg"
  5890. }
  5891. },
  5892. },
  5893. [
  5894. {
  5895. name: "Micro",
  5896. height: math.unit(2, "inches"),
  5897. },
  5898. {
  5899. name: "Normal",
  5900. height: math.unit(5 + 9 / 12, "feet"),
  5901. default: true
  5902. },
  5903. {
  5904. name: "Macro",
  5905. height: math.unit(800, "feet")
  5906. },
  5907. {
  5908. name: "Megamacro",
  5909. height: math.unit(25, "miles")
  5910. }
  5911. ]
  5912. ))
  5913. characterMakers.push(() => makeCharacter(
  5914. { name: "Chari-Gal" },
  5915. {
  5916. front: {
  5917. height: math.unit(6, "feet"),
  5918. weight: math.unit(200, "lbs"),
  5919. name: "Front",
  5920. image: {
  5921. source: "./media/characters/chari-gal/front.svg",
  5922. extra: 1568 / 1385,
  5923. bottom: 0.047
  5924. }
  5925. },
  5926. gigantamax: {
  5927. height: math.unit(6 * 16, "feet"),
  5928. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5929. name: "Gigantamax",
  5930. image: {
  5931. source: "./media/characters/chari-gal/gigantamax.svg",
  5932. extra: 1124 / 888,
  5933. bottom: 0.03
  5934. }
  5935. },
  5936. },
  5937. [
  5938. {
  5939. name: "Normal",
  5940. height: math.unit(5 + 7 / 12, "feet")
  5941. },
  5942. {
  5943. name: "Macro",
  5944. height: math.unit(200, "feet"),
  5945. default: true
  5946. }
  5947. ]
  5948. ))
  5949. characterMakers.push(() => makeCharacter(
  5950. { name: "Nova" },
  5951. {
  5952. front: {
  5953. height: math.unit(6, "feet"),
  5954. weight: math.unit(150, "lbs"),
  5955. name: "Front",
  5956. image: {
  5957. source: "./media/characters/nova/front.svg",
  5958. extra: 5000 / 4722,
  5959. bottom: 0.02
  5960. }
  5961. }
  5962. },
  5963. [
  5964. {
  5965. name: "Micro-",
  5966. height: math.unit(0.8, "inches")
  5967. },
  5968. {
  5969. name: "Micro",
  5970. height: math.unit(2, "inches"),
  5971. default: true
  5972. },
  5973. ]
  5974. ))
  5975. characterMakers.push(() => makeCharacter(
  5976. { name: "Argent" },
  5977. {
  5978. front: {
  5979. height: math.unit(3 + 1 / 12, "feet"),
  5980. weight: math.unit(21.7, "lbs"),
  5981. name: "Front",
  5982. image: {
  5983. source: "./media/characters/argent/front.svg",
  5984. extra: 1565 / 1416,
  5985. bottom: 0.01
  5986. }
  5987. }
  5988. },
  5989. [
  5990. {
  5991. name: "Micro",
  5992. height: math.unit(2, "inches")
  5993. },
  5994. {
  5995. name: "Normal",
  5996. height: math.unit(3 + 1 / 12, "feet"),
  5997. default: true
  5998. },
  5999. {
  6000. name: "Macro",
  6001. height: math.unit(120, "feet")
  6002. },
  6003. ]
  6004. ))
  6005. characterMakers.push(() => makeCharacter(
  6006. { name: "Mira al-Cul" },
  6007. {
  6008. lamp: {
  6009. height: math.unit(7 * 1559 / 989, "feet"),
  6010. name: "Magic Lamp",
  6011. image: {
  6012. source: "./media/characters/mira-al-cul/lamp.svg",
  6013. extra: 1617 / 1559
  6014. }
  6015. },
  6016. front: {
  6017. height: math.unit(7, "feet"),
  6018. name: "Front",
  6019. image: {
  6020. source: "./media/characters/mira-al-cul/front.svg",
  6021. extra: 1044 / 990
  6022. }
  6023. },
  6024. },
  6025. [
  6026. {
  6027. name: "Heavily Restricted",
  6028. height: math.unit(7 * 1559 / 989, "feet")
  6029. },
  6030. {
  6031. name: "Freshly Freed",
  6032. height: math.unit(50 * 1559 / 989, "feet")
  6033. },
  6034. {
  6035. name: "World Encompassing",
  6036. height: math.unit(10000 * 1559 / 989, "miles")
  6037. },
  6038. {
  6039. name: "Galactic",
  6040. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6041. },
  6042. {
  6043. name: "Palmed Universe",
  6044. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6045. default: true
  6046. },
  6047. {
  6048. name: "Multiversal Matriarch",
  6049. height: math.unit(8.87e10, "yottameters")
  6050. },
  6051. {
  6052. name: "Void Mother",
  6053. height: math.unit(3.14e110, "yottaparsecs")
  6054. },
  6055. ]
  6056. ))
  6057. characterMakers.push(() => makeCharacter(
  6058. { name: "Kuro-shi Uchū" },
  6059. {
  6060. front: {
  6061. height: math.unit(17 + 1 / 12, "feet"),
  6062. weight: math.unit(476.2 * 5, "lbs"),
  6063. name: "Front",
  6064. image: {
  6065. source: "./media/characters/kuro-shi-uchū/front.svg",
  6066. extra: 2329 / 1835,
  6067. bottom: 0.02
  6068. }
  6069. },
  6070. },
  6071. [
  6072. {
  6073. name: "Micro",
  6074. height: math.unit(2, "inches")
  6075. },
  6076. {
  6077. name: "Normal",
  6078. height: math.unit(12, "meters")
  6079. },
  6080. {
  6081. name: "Planetary",
  6082. height: math.unit(0.00929, "AU"),
  6083. default: true
  6084. },
  6085. {
  6086. name: "Universal",
  6087. height: math.unit(20, "gigaparsecs")
  6088. },
  6089. ]
  6090. ))
  6091. characterMakers.push(() => makeCharacter(
  6092. { name: "Katherine" },
  6093. {
  6094. front: {
  6095. height: math.unit(5 + 2 / 12, "feet"),
  6096. weight: math.unit(120, "lbs"),
  6097. name: "Front",
  6098. image: {
  6099. source: "./media/characters/katherine/front.svg",
  6100. extra: 2075 / 1969
  6101. }
  6102. },
  6103. dress: {
  6104. height: math.unit(5 + 2 / 12, "feet"),
  6105. weight: math.unit(120, "lbs"),
  6106. name: "Dress",
  6107. image: {
  6108. source: "./media/characters/katherine/dress.svg",
  6109. extra: 2258 / 2064
  6110. }
  6111. },
  6112. },
  6113. [
  6114. {
  6115. name: "Micro",
  6116. height: math.unit(1, "inches"),
  6117. default: true
  6118. },
  6119. {
  6120. name: "Normal",
  6121. height: math.unit(5 + 2 / 12, "feet")
  6122. },
  6123. {
  6124. name: "Macro",
  6125. height: math.unit(100, "meters")
  6126. },
  6127. {
  6128. name: "Megamacro",
  6129. height: math.unit(80, "miles")
  6130. },
  6131. ]
  6132. ))
  6133. characterMakers.push(() => makeCharacter(
  6134. { name: "Yevis" },
  6135. {
  6136. front: {
  6137. height: math.unit(7 + 8 / 12, "feet"),
  6138. weight: math.unit(250, "lbs"),
  6139. name: "Front",
  6140. image: {
  6141. source: "./media/characters/yevis/front.svg",
  6142. extra: 1938 / 1755
  6143. }
  6144. }
  6145. },
  6146. [
  6147. {
  6148. name: "Mortal",
  6149. height: math.unit(7 + 8 / 12, "feet")
  6150. },
  6151. {
  6152. name: "Battle",
  6153. height: math.unit(25 + 11 / 12, "feet")
  6154. },
  6155. {
  6156. name: "Wrath",
  6157. height: math.unit(1654 + 11 / 12, "feet")
  6158. },
  6159. {
  6160. name: "Planet Destroyer",
  6161. height: math.unit(12000, "miles")
  6162. },
  6163. {
  6164. name: "Galaxy Conqueror",
  6165. height: math.unit(1.45, "zettameters"),
  6166. default: true
  6167. },
  6168. {
  6169. name: "Universal War",
  6170. height: math.unit(184, "gigaparsecs")
  6171. },
  6172. {
  6173. name: "Eternity War",
  6174. height: math.unit(1.98e55, "yottaparsecs")
  6175. },
  6176. ]
  6177. ))
  6178. characterMakers.push(() => makeCharacter(
  6179. { name: "Xavier" },
  6180. {
  6181. front: {
  6182. height: math.unit(5 + 8 / 12, "feet"),
  6183. weight: math.unit(63, "kg"),
  6184. name: "Front",
  6185. image: {
  6186. source: "./media/characters/xavier/front.svg",
  6187. extra: 944 / 883
  6188. }
  6189. },
  6190. frontStretch: {
  6191. height: math.unit(5 + 8 / 12, "feet"),
  6192. weight: math.unit(63, "kg"),
  6193. name: "Stretching",
  6194. image: {
  6195. source: "./media/characters/xavier/front-stretch.svg",
  6196. extra: 962 / 820
  6197. }
  6198. },
  6199. },
  6200. [
  6201. {
  6202. name: "Normal",
  6203. height: math.unit(5 + 8 / 12, "feet")
  6204. },
  6205. {
  6206. name: "Macro",
  6207. height: math.unit(100, "meters"),
  6208. default: true
  6209. },
  6210. {
  6211. name: "McLargeHuge",
  6212. height: math.unit(10, "miles")
  6213. },
  6214. ]
  6215. ))
  6216. characterMakers.push(() => makeCharacter(
  6217. { name: "Joshii" },
  6218. {
  6219. front: {
  6220. height: math.unit(5 + 5 / 12, "feet"),
  6221. weight: math.unit(150, "lb"),
  6222. name: "Front",
  6223. image: {
  6224. source: "./media/characters/joshii/front.svg"
  6225. }
  6226. },
  6227. foot: {
  6228. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6229. name: "Foot",
  6230. image: {
  6231. source: "./media/characters/joshii/foot.svg"
  6232. }
  6233. },
  6234. },
  6235. [
  6236. {
  6237. name: "Micro",
  6238. height: math.unit(2, "inches")
  6239. },
  6240. {
  6241. name: "Normal",
  6242. height: math.unit(5 + 5 / 12, "feet"),
  6243. default: true
  6244. },
  6245. {
  6246. name: "Macro",
  6247. height: math.unit(785, "feet")
  6248. },
  6249. {
  6250. name: "Megamacro",
  6251. height: math.unit(24.5, "miles")
  6252. },
  6253. ]
  6254. ))
  6255. characterMakers.push(() => makeCharacter(
  6256. { name: "Goddess Elizabeth" },
  6257. {
  6258. front: {
  6259. height: math.unit(6, "feet"),
  6260. weight: math.unit(150, "lb"),
  6261. name: "Front",
  6262. image: {
  6263. source: "./media/characters/goddess-elizabeth/front.svg",
  6264. extra: 1800 / 1525,
  6265. bottom: 0.005
  6266. }
  6267. },
  6268. foot: {
  6269. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6270. name: "Foot",
  6271. image: {
  6272. source: "./media/characters/goddess-elizabeth/foot.svg"
  6273. }
  6274. },
  6275. mouth: {
  6276. height: math.unit(6, "feet"),
  6277. name: "Mouth",
  6278. image: {
  6279. source: "./media/characters/goddess-elizabeth/mouth.svg"
  6280. }
  6281. },
  6282. },
  6283. [
  6284. {
  6285. name: "Micro",
  6286. height: math.unit(12, "feet")
  6287. },
  6288. {
  6289. name: "Normal",
  6290. height: math.unit(80, "miles"),
  6291. default: true
  6292. },
  6293. {
  6294. name: "Macro",
  6295. height: math.unit(15000, "parsecs")
  6296. },
  6297. ]
  6298. ))
  6299. characterMakers.push(() => makeCharacter(
  6300. { name: "Kara" },
  6301. {
  6302. front: {
  6303. height: math.unit(5 + 9 / 12, "feet"),
  6304. weight: math.unit(144, "lb"),
  6305. name: "Front",
  6306. image: {
  6307. source: "./media/characters/kara/front.svg"
  6308. }
  6309. },
  6310. feet: {
  6311. height: math.unit(6 / 6.765, "feet"),
  6312. name: "Kara's Feet",
  6313. rename: true,
  6314. image: {
  6315. source: "./media/characters/kara/feet.svg"
  6316. }
  6317. },
  6318. },
  6319. [
  6320. {
  6321. name: "Normal",
  6322. height: math.unit(5 + 9 / 12, "feet")
  6323. },
  6324. {
  6325. name: "Macro",
  6326. height: math.unit(174, "feet"),
  6327. default: true
  6328. },
  6329. ]
  6330. ))
  6331. characterMakers.push(() => makeCharacter(
  6332. { name: "Tyrone" },
  6333. {
  6334. front: {
  6335. height: math.unit(18, "feet"),
  6336. weight: math.unit(4050, "lb"),
  6337. name: "Front",
  6338. image: {
  6339. source: "./media/characters/tyrone/front.svg",
  6340. extra: 2520 / 2402,
  6341. bottom: 0.025
  6342. }
  6343. },
  6344. },
  6345. [
  6346. {
  6347. name: "Normal",
  6348. height: math.unit(18, "feet"),
  6349. default: true
  6350. },
  6351. {
  6352. name: "Macro",
  6353. height: math.unit(300, "feet")
  6354. },
  6355. ]
  6356. ))
  6357. characterMakers.push(() => makeCharacter(
  6358. { name: "Danny" },
  6359. {
  6360. front: {
  6361. height: math.unit(7 + 8 / 12, "feet"),
  6362. weight: math.unit(120, "lb"),
  6363. name: "Front",
  6364. image: {
  6365. source: "./media/characters/danny/front.svg",
  6366. extra: 1490 / 1350
  6367. }
  6368. },
  6369. back: {
  6370. height: math.unit(7 + 8 / 12, "feet"),
  6371. weight: math.unit(120, "lb"),
  6372. name: "Back",
  6373. image: {
  6374. source: "./media/characters/danny/back.svg",
  6375. extra: 1490 / 1350
  6376. }
  6377. },
  6378. },
  6379. [
  6380. {
  6381. name: "Normal",
  6382. height: math.unit(7 + 8 / 12, "feet"),
  6383. default: true
  6384. },
  6385. ]
  6386. ))
  6387. characterMakers.push(() => makeCharacter(
  6388. { name: "Mallow" },
  6389. {
  6390. front: {
  6391. height: math.unit(3.5, "inches"),
  6392. weight: math.unit(19, "grams"),
  6393. name: "Front",
  6394. image: {
  6395. source: "./media/characters/mallow/front.svg",
  6396. extra: 471 / 431
  6397. }
  6398. },
  6399. back: {
  6400. height: math.unit(3.5, "inches"),
  6401. weight: math.unit(19, "grams"),
  6402. name: "Back",
  6403. image: {
  6404. source: "./media/characters/mallow/back.svg",
  6405. extra: 471 / 431
  6406. }
  6407. },
  6408. },
  6409. [
  6410. {
  6411. name: "Normal",
  6412. height: math.unit(3.5, "inches"),
  6413. default: true
  6414. },
  6415. ]
  6416. ))
  6417. characterMakers.push(() => makeCharacter(
  6418. { name: "Starry Aqua" },
  6419. {
  6420. front: {
  6421. height: math.unit(9, "feet"),
  6422. weight: math.unit(230, "kg"),
  6423. name: "Front",
  6424. image: {
  6425. source: "./media/characters/starry-aqua/front.svg"
  6426. }
  6427. },
  6428. back: {
  6429. height: math.unit(9, "feet"),
  6430. weight: math.unit(230, "kg"),
  6431. name: "Back",
  6432. image: {
  6433. source: "./media/characters/starry-aqua/back.svg"
  6434. }
  6435. },
  6436. hand: {
  6437. height: math.unit(9 * 0.1168, "feet"),
  6438. name: "Hand",
  6439. image: {
  6440. source: "./media/characters/starry-aqua/hand.svg"
  6441. }
  6442. },
  6443. foot: {
  6444. height: math.unit(9 * 0.18, "feet"),
  6445. name: "Foot",
  6446. image: {
  6447. source: "./media/characters/starry-aqua/foot.svg"
  6448. }
  6449. }
  6450. },
  6451. [
  6452. {
  6453. name: "Micro",
  6454. height: math.unit(3, "inches")
  6455. },
  6456. {
  6457. name: "Normal",
  6458. height: math.unit(9, "feet")
  6459. },
  6460. {
  6461. name: "Macro",
  6462. height: math.unit(300, "feet"),
  6463. default: true
  6464. },
  6465. {
  6466. name: "Megamacro",
  6467. height: math.unit(3200, "feet")
  6468. }
  6469. ]
  6470. ))
  6471. characterMakers.push(() => makeCharacter(
  6472. { name: "Luka" },
  6473. {
  6474. front: {
  6475. height: math.unit(6, "feet"),
  6476. weight: math.unit(230, "lb"),
  6477. name: "Front",
  6478. image: {
  6479. source: "./media/characters/luka/front.svg",
  6480. extra: 1,
  6481. bottom: 0.025
  6482. }
  6483. },
  6484. },
  6485. [
  6486. {
  6487. name: "Normal",
  6488. height: math.unit(12 + 8 / 12, "feet"),
  6489. default: true
  6490. },
  6491. {
  6492. name: "Minimacro",
  6493. height: math.unit(20, "feet")
  6494. },
  6495. {
  6496. name: "Macro",
  6497. height: math.unit(250, "feet")
  6498. },
  6499. {
  6500. name: "Megamacro",
  6501. height: math.unit(5, "miles")
  6502. },
  6503. {
  6504. name: "Gigamacro",
  6505. height: math.unit(8000, "miles")
  6506. },
  6507. ]
  6508. ))
  6509. characterMakers.push(() => makeCharacter(
  6510. { name: "Natalie Nightring" },
  6511. {
  6512. front: {
  6513. height: math.unit(6, "feet"),
  6514. weight: math.unit(150, "lb"),
  6515. name: "Front",
  6516. image: {
  6517. source: "./media/characters/natalie-nightring/front.svg",
  6518. extra: 1,
  6519. bottom: 0.06
  6520. }
  6521. },
  6522. },
  6523. [
  6524. {
  6525. name: "Uh Oh",
  6526. height: math.unit(0.1, "mm")
  6527. },
  6528. {
  6529. name: "Small",
  6530. height: math.unit(3, "inches")
  6531. },
  6532. {
  6533. name: "Human Scale",
  6534. height: math.unit(6, "feet")
  6535. },
  6536. {
  6537. name: "Librarian",
  6538. height: math.unit(50, "feet"),
  6539. default: true
  6540. },
  6541. {
  6542. name: "Immense",
  6543. height: math.unit(200, "miles")
  6544. },
  6545. ]
  6546. ))
  6547. characterMakers.push(() => makeCharacter(
  6548. { name: "Danni Rosie" },
  6549. {
  6550. front: {
  6551. height: math.unit(6, "feet"),
  6552. weight: math.unit(180, "lbs"),
  6553. name: "Front",
  6554. image: {
  6555. source: "./media/characters/danni-rosie/front.svg",
  6556. extra: 1260 / 1128,
  6557. bottom: 0.022
  6558. }
  6559. },
  6560. },
  6561. [
  6562. {
  6563. name: "Micro",
  6564. height: math.unit(2, "inches"),
  6565. default: true
  6566. },
  6567. ]
  6568. ))
  6569. characterMakers.push(() => makeCharacter(
  6570. { name: "Samantha Kruse" },
  6571. {
  6572. front: {
  6573. height: math.unit(5 + 9 / 12, "feet"),
  6574. weight: math.unit(220, "lb"),
  6575. name: "Front",
  6576. image: {
  6577. source: "./media/characters/samantha-kruse/front.svg",
  6578. extra: (985 / 935),
  6579. bottom: 0.03
  6580. }
  6581. },
  6582. frontUndressed: {
  6583. height: math.unit(5 + 9 / 12, "feet"),
  6584. weight: math.unit(220, "lb"),
  6585. name: "Front (Undressed)",
  6586. image: {
  6587. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6588. extra: (973 / 923),
  6589. bottom: 0.025
  6590. }
  6591. },
  6592. fat: {
  6593. height: math.unit(5 + 9 / 12, "feet"),
  6594. weight: math.unit(900, "lb"),
  6595. name: "Front (Fat)",
  6596. image: {
  6597. source: "./media/characters/samantha-kruse/fat.svg",
  6598. extra: 2688 / 2561
  6599. }
  6600. },
  6601. },
  6602. [
  6603. {
  6604. name: "Normal",
  6605. height: math.unit(5 + 9 / 12, "feet"),
  6606. default: true
  6607. }
  6608. ]
  6609. ))
  6610. characterMakers.push(() => makeCharacter(
  6611. { name: "Amelia Rosie" },
  6612. {
  6613. back: {
  6614. height: math.unit(5 + 4 / 12, "feet"),
  6615. weight: math.unit(4963, "lb"),
  6616. name: "Back",
  6617. image: {
  6618. source: "./media/characters/amelia-rosie/back.svg",
  6619. extra: 1113 / 963,
  6620. bottom: 0.01
  6621. }
  6622. },
  6623. },
  6624. [
  6625. {
  6626. name: "Level 0",
  6627. height: math.unit(5 + 4 / 12, "feet")
  6628. },
  6629. {
  6630. name: "Level 1",
  6631. height: math.unit(164597, "feet"),
  6632. default: true
  6633. },
  6634. {
  6635. name: "Level 2",
  6636. height: math.unit(956243, "miles")
  6637. },
  6638. {
  6639. name: "Level 3",
  6640. height: math.unit(29421709423, "miles")
  6641. },
  6642. {
  6643. name: "Level 4",
  6644. height: math.unit(154, "lightyears")
  6645. },
  6646. {
  6647. name: "Level 5",
  6648. height: math.unit(4738272, "lightyears")
  6649. },
  6650. {
  6651. name: "Level 6",
  6652. height: math.unit(145787152896, "lightyears")
  6653. },
  6654. ]
  6655. ))
  6656. characterMakers.push(() => makeCharacter(
  6657. { name: "Rook Kitara" },
  6658. {
  6659. front: {
  6660. height: math.unit(5 + 11 / 12, "feet"),
  6661. weight: math.unit(65, "kg"),
  6662. name: "Front",
  6663. image: {
  6664. source: "./media/characters/rook-kitara/front.svg",
  6665. extra: 1347 / 1274,
  6666. bottom: 0.005
  6667. }
  6668. },
  6669. },
  6670. [
  6671. {
  6672. name: "Totally Unfair",
  6673. height: math.unit(1.8, "mm")
  6674. },
  6675. {
  6676. name: "Lap Rookie",
  6677. height: math.unit(1.4, "feet")
  6678. },
  6679. {
  6680. name: "Normal",
  6681. height: math.unit(5 + 11 / 12, "feet"),
  6682. default: true
  6683. },
  6684. {
  6685. name: "How Did This Happen",
  6686. height: math.unit(80, "miles")
  6687. }
  6688. ]
  6689. ))
  6690. characterMakers.push(() => makeCharacter(
  6691. { name: "Pisces" },
  6692. {
  6693. front: {
  6694. height: math.unit(7, "feet"),
  6695. weight: math.unit(300, "lb"),
  6696. name: "Front",
  6697. image: {
  6698. source: "./media/characters/pisces/front.svg",
  6699. extra: 2255 / 2115,
  6700. bottom: 0.03
  6701. }
  6702. },
  6703. back: {
  6704. height: math.unit(7, "feet"),
  6705. weight: math.unit(300, "lb"),
  6706. name: "Back",
  6707. image: {
  6708. source: "./media/characters/pisces/back.svg",
  6709. extra: 2146 / 2055,
  6710. bottom: 0.04
  6711. }
  6712. },
  6713. },
  6714. [
  6715. {
  6716. name: "Normal",
  6717. height: math.unit(7, "feet"),
  6718. default: true
  6719. },
  6720. {
  6721. name: "Swimming Pool",
  6722. height: math.unit(12.2, "meters")
  6723. },
  6724. {
  6725. name: "Olympic Swimming Pool",
  6726. height: math.unit(56.3, "meters")
  6727. },
  6728. {
  6729. name: "Lake Superior",
  6730. height: math.unit(93900, "meters")
  6731. },
  6732. {
  6733. name: "Mediterranean Sea",
  6734. height: math.unit(644457, "meters")
  6735. },
  6736. {
  6737. name: "World's Oceans",
  6738. height: math.unit(4567491, "meters")
  6739. },
  6740. ]
  6741. ))
  6742. characterMakers.push(() => makeCharacter(
  6743. { name: "Zelas" },
  6744. {
  6745. front: {
  6746. height: math.unit(2.3, "meters"),
  6747. weight: math.unit(120, "kg"),
  6748. name: "Front",
  6749. image: {
  6750. source: "./media/characters/zelas/front.svg"
  6751. }
  6752. },
  6753. side: {
  6754. height: math.unit(2.3, "meters"),
  6755. weight: math.unit(120, "kg"),
  6756. name: "Side",
  6757. image: {
  6758. source: "./media/characters/zelas/side.svg"
  6759. }
  6760. },
  6761. back: {
  6762. height: math.unit(2.3, "meters"),
  6763. weight: math.unit(120, "kg"),
  6764. name: "Back",
  6765. image: {
  6766. source: "./media/characters/zelas/back.svg"
  6767. }
  6768. },
  6769. foot: {
  6770. height: math.unit(1.116, "feet"),
  6771. name: "Foot",
  6772. image: {
  6773. source: "./media/characters/zelas/foot.svg"
  6774. }
  6775. },
  6776. },
  6777. [
  6778. {
  6779. name: "Normal",
  6780. height: math.unit(2.3, "meters")
  6781. },
  6782. {
  6783. name: "Macro",
  6784. height: math.unit(30, "meters"),
  6785. default: true
  6786. },
  6787. ]
  6788. ))
  6789. characterMakers.push(() => makeCharacter(
  6790. { name: "Talbot" },
  6791. {
  6792. front: {
  6793. height: math.unit(1, "inch"),
  6794. weight: math.unit(0.21, "grams"),
  6795. name: "Front",
  6796. image: {
  6797. source: "./media/characters/talbot/front.svg",
  6798. extra: 594 / 544
  6799. }
  6800. },
  6801. },
  6802. [
  6803. {
  6804. name: "Micro",
  6805. height: math.unit(1, "inch"),
  6806. default: true
  6807. },
  6808. ]
  6809. ))
  6810. characterMakers.push(() => makeCharacter(
  6811. { name: "Fliss" },
  6812. {
  6813. front: {
  6814. height: math.unit(3 + 3 / 12, "feet"),
  6815. weight: math.unit(51.8, "lb"),
  6816. name: "Front",
  6817. image: {
  6818. source: "./media/characters/fliss/front.svg",
  6819. extra: 840 / 640
  6820. }
  6821. },
  6822. },
  6823. [
  6824. {
  6825. name: "Teeny Tiny",
  6826. height: math.unit(1, "mm")
  6827. },
  6828. {
  6829. name: "Small",
  6830. height: math.unit(1, "inch"),
  6831. default: true
  6832. },
  6833. {
  6834. name: "Standard Sylveon",
  6835. height: math.unit(3 + 3 / 12, "feet")
  6836. },
  6837. {
  6838. name: "Large Nuisance",
  6839. height: math.unit(33, "feet")
  6840. },
  6841. {
  6842. name: "City Filler",
  6843. height: math.unit(3000, "feet")
  6844. },
  6845. {
  6846. name: "New Horizon",
  6847. height: math.unit(6000, "miles")
  6848. },
  6849. ]
  6850. ))
  6851. characterMakers.push(() => makeCharacter(
  6852. { name: "Fleta" },
  6853. {
  6854. front: {
  6855. height: math.unit(5, "cm"),
  6856. weight: math.unit(1.94, "g"),
  6857. name: "Front",
  6858. image: {
  6859. source: "./media/characters/fleta/front.svg",
  6860. extra: 835 / 803
  6861. }
  6862. },
  6863. back: {
  6864. height: math.unit(5, "cm"),
  6865. weight: math.unit(1.94, "g"),
  6866. name: "Back",
  6867. image: {
  6868. source: "./media/characters/fleta/back.svg",
  6869. extra: 835 / 803
  6870. }
  6871. },
  6872. },
  6873. [
  6874. {
  6875. name: "Micro",
  6876. height: math.unit(5, "cm"),
  6877. default: true
  6878. },
  6879. ]
  6880. ))
  6881. characterMakers.push(() => makeCharacter(
  6882. { name: "Dominic" },
  6883. {
  6884. front: {
  6885. height: math.unit(6, "feet"),
  6886. weight: math.unit(225, "lb"),
  6887. name: "Front",
  6888. image: {
  6889. source: "./media/characters/dominic/front.svg",
  6890. extra: 1770 / 1620,
  6891. bottom: 0.025
  6892. }
  6893. },
  6894. back: {
  6895. height: math.unit(6, "feet"),
  6896. weight: math.unit(225, "lb"),
  6897. name: "Back",
  6898. image: {
  6899. source: "./media/characters/dominic/back.svg",
  6900. extra: 1745 / 1620,
  6901. bottom: 0.065
  6902. }
  6903. },
  6904. },
  6905. [
  6906. {
  6907. name: "Nano",
  6908. height: math.unit(0.1, "mm")
  6909. },
  6910. {
  6911. name: "Micro-",
  6912. height: math.unit(1, "mm")
  6913. },
  6914. {
  6915. name: "Micro",
  6916. height: math.unit(4, "inches")
  6917. },
  6918. {
  6919. name: "Normal",
  6920. height: math.unit(6 + 4 / 12, "feet"),
  6921. default: true
  6922. },
  6923. {
  6924. name: "Macro",
  6925. height: math.unit(115, "feet")
  6926. },
  6927. {
  6928. name: "Macro+",
  6929. height: math.unit(955, "feet")
  6930. },
  6931. {
  6932. name: "Megamacro",
  6933. height: math.unit(8990, "feet")
  6934. },
  6935. {
  6936. name: "Gigmacro",
  6937. height: math.unit(9310, "miles")
  6938. },
  6939. {
  6940. name: "Teramacro",
  6941. height: math.unit(1567005010, "miles")
  6942. },
  6943. {
  6944. name: "Examacro",
  6945. height: math.unit(1425, "parsecs")
  6946. },
  6947. ]
  6948. ))
  6949. characterMakers.push(() => makeCharacter(
  6950. { name: "Major Colonel" },
  6951. {
  6952. front: {
  6953. height: math.unit(400, "feet"),
  6954. weight: math.unit(44444444, "lb"),
  6955. name: "Front",
  6956. image: {
  6957. source: "./media/characters/major-colonel/front.svg"
  6958. }
  6959. },
  6960. back: {
  6961. height: math.unit(400, "feet"),
  6962. weight: math.unit(44444444, "lb"),
  6963. name: "Back",
  6964. image: {
  6965. source: "./media/characters/major-colonel/back.svg"
  6966. }
  6967. },
  6968. },
  6969. [
  6970. {
  6971. name: "Macro",
  6972. height: math.unit(400, "feet"),
  6973. default: true
  6974. },
  6975. ]
  6976. ))
  6977. characterMakers.push(() => makeCharacter(
  6978. { name: "Axel Lycan" },
  6979. {
  6980. front: {
  6981. height: math.unit(6, "feet"),
  6982. weight: math.unit(120, "lb"),
  6983. name: "Front",
  6984. image: {
  6985. source: "./media/characters/axel-lycan/front.svg",
  6986. extra: 1,
  6987. bottom: 0.08
  6988. }
  6989. },
  6990. },
  6991. [
  6992. {
  6993. name: "Macro",
  6994. height: math.unit(1, "km"),
  6995. default: true
  6996. },
  6997. ]
  6998. ))
  6999. characterMakers.push(() => makeCharacter(
  7000. { name: "Vanrel (Hyena)" },
  7001. {
  7002. front: {
  7003. height: math.unit(5 + 9 / 12, "feet"),
  7004. weight: math.unit(175, "lb"),
  7005. name: "Front",
  7006. image: {
  7007. source: "./media/characters/vanrel-hyena/front.svg",
  7008. extra: 1086 / 1010,
  7009. bottom: 0.04
  7010. }
  7011. },
  7012. },
  7013. [
  7014. {
  7015. name: "Normal",
  7016. height: math.unit(5 + 9 / 12, "feet"),
  7017. default: true
  7018. },
  7019. ]
  7020. ))
  7021. characterMakers.push(() => makeCharacter(
  7022. { name: "Abbott Absol" },
  7023. {
  7024. front: {
  7025. height: math.unit(6, "feet"),
  7026. weight: math.unit(103, "lb"),
  7027. name: "Front",
  7028. image: {
  7029. source: "./media/characters/abbott-absol/front.svg",
  7030. extra: 2010 / 1842
  7031. }
  7032. },
  7033. },
  7034. [
  7035. {
  7036. name: "Megamicro",
  7037. height: math.unit(0.1, "mm")
  7038. },
  7039. {
  7040. name: "Micro",
  7041. height: math.unit(1, "inch")
  7042. },
  7043. {
  7044. name: "Normal",
  7045. height: math.unit(6, "feet"),
  7046. default: true
  7047. },
  7048. ]
  7049. ))
  7050. characterMakers.push(() => makeCharacter(
  7051. { name: "Hector" },
  7052. {
  7053. front: {
  7054. height: math.unit(6, "feet"),
  7055. weight: math.unit(264, "lb"),
  7056. name: "Front",
  7057. image: {
  7058. source: "./media/characters/hector/front.svg",
  7059. extra: 2280 / 2130,
  7060. bottom: 0.07
  7061. }
  7062. },
  7063. },
  7064. [
  7065. {
  7066. name: "Normal",
  7067. height: math.unit(12.25, "foot"),
  7068. default: true
  7069. },
  7070. {
  7071. name: "Macro",
  7072. height: math.unit(160, "feet")
  7073. },
  7074. ]
  7075. ))
  7076. characterMakers.push(() => makeCharacter(
  7077. { name: "Sal" },
  7078. {
  7079. front: {
  7080. height: math.unit(6, "feet"),
  7081. weight: math.unit(150, "lb"),
  7082. name: "Front",
  7083. image: {
  7084. source: "./media/characters/sal/front.svg",
  7085. extra: 1846 / 1699,
  7086. bottom: 0.04
  7087. }
  7088. },
  7089. },
  7090. [
  7091. {
  7092. name: "Megamacro",
  7093. height: math.unit(10, "miles"),
  7094. default: true
  7095. },
  7096. ]
  7097. ))
  7098. characterMakers.push(() => makeCharacter(
  7099. { name: "Ranger" },
  7100. {
  7101. front: {
  7102. height: math.unit(3, "meters"),
  7103. weight: math.unit(450, "kg"),
  7104. name: "front",
  7105. image: {
  7106. source: "./media/characters/ranger/front.svg",
  7107. extra: 2401 / 2243,
  7108. bottom: 0.05
  7109. }
  7110. },
  7111. },
  7112. [
  7113. {
  7114. name: "Normal",
  7115. height: math.unit(3, "meters"),
  7116. default: true
  7117. },
  7118. ]
  7119. ))
  7120. characterMakers.push(() => makeCharacter(
  7121. { name: "Theresa" },
  7122. {
  7123. front: {
  7124. height: math.unit(14, "feet"),
  7125. weight: math.unit(800, "kg"),
  7126. name: "Front",
  7127. image: {
  7128. source: "./media/characters/theresa/front.svg",
  7129. extra: 3575 / 3346,
  7130. bottom: 0.03
  7131. }
  7132. },
  7133. },
  7134. [
  7135. {
  7136. name: "Normal",
  7137. height: math.unit(14, "feet"),
  7138. default: true
  7139. },
  7140. ]
  7141. ))
  7142. characterMakers.push(() => makeCharacter(
  7143. { name: "Ine" },
  7144. {
  7145. front: {
  7146. height: math.unit(6, "feet"),
  7147. weight: math.unit(3, "kg"),
  7148. name: "Front",
  7149. image: {
  7150. source: "./media/characters/ine/front.svg",
  7151. extra: 678 / 539,
  7152. bottom: 0.023
  7153. }
  7154. },
  7155. },
  7156. [
  7157. {
  7158. name: "Normal",
  7159. height: math.unit(2.265, "feet"),
  7160. default: true
  7161. },
  7162. ]
  7163. ))
  7164. characterMakers.push(() => makeCharacter(
  7165. { name: "Vial" },
  7166. {
  7167. front: {
  7168. height: math.unit(5, "feet"),
  7169. weight: math.unit(30, "kg"),
  7170. name: "Front",
  7171. image: {
  7172. source: "./media/characters/vial/front.svg",
  7173. extra: 1365 / 1277,
  7174. bottom: 0.04
  7175. }
  7176. },
  7177. },
  7178. [
  7179. {
  7180. name: "Normal",
  7181. height: math.unit(5, "feet"),
  7182. default: true
  7183. },
  7184. ]
  7185. ))
  7186. characterMakers.push(() => makeCharacter(
  7187. { name: "Rovoska" },
  7188. {
  7189. side: {
  7190. height: math.unit(3.4, "meters"),
  7191. weight: math.unit(1000, "lb"),
  7192. name: "Side",
  7193. image: {
  7194. source: "./media/characters/rovoska/side.svg",
  7195. extra: 4403 / 1515
  7196. }
  7197. },
  7198. },
  7199. [
  7200. {
  7201. name: "Normal",
  7202. height: math.unit(3.4, "meters"),
  7203. default: true
  7204. },
  7205. ]
  7206. ))
  7207. characterMakers.push(() => makeCharacter(
  7208. { name: "Gunner Rotthbauer" },
  7209. {
  7210. front: {
  7211. height: math.unit(8, "feet"),
  7212. weight: math.unit(315, "lb"),
  7213. name: "Front",
  7214. image: {
  7215. source: "./media/characters/gunner-rotthbauer/front.svg"
  7216. }
  7217. },
  7218. back: {
  7219. height: math.unit(8, "feet"),
  7220. weight: math.unit(315, "lb"),
  7221. name: "Back",
  7222. image: {
  7223. source: "./media/characters/gunner-rotthbauer/back.svg"
  7224. }
  7225. },
  7226. },
  7227. [
  7228. {
  7229. name: "Micro",
  7230. height: math.unit(3.5, "inches")
  7231. },
  7232. {
  7233. name: "Normal",
  7234. height: math.unit(8, "feet"),
  7235. default: true
  7236. },
  7237. {
  7238. name: "Macro",
  7239. height: math.unit(250, "feet")
  7240. },
  7241. {
  7242. name: "Megamacro",
  7243. height: math.unit(1, "AU")
  7244. },
  7245. ]
  7246. ))
  7247. characterMakers.push(() => makeCharacter(
  7248. { name: "Allatia" },
  7249. {
  7250. front: {
  7251. height: math.unit(5 + 5 / 12, "feet"),
  7252. weight: math.unit(140, "lb"),
  7253. name: "Front",
  7254. image: {
  7255. source: "./media/characters/allatia/front.svg",
  7256. extra: 1227 / 1180,
  7257. bottom: 0.027
  7258. }
  7259. },
  7260. },
  7261. [
  7262. {
  7263. name: "Normal",
  7264. height: math.unit(5 + 5 / 12, "feet")
  7265. },
  7266. {
  7267. name: "Macro",
  7268. height: math.unit(250, "feet"),
  7269. default: true
  7270. },
  7271. {
  7272. name: "Megamacro",
  7273. height: math.unit(8, "miles")
  7274. }
  7275. ]
  7276. ))
  7277. characterMakers.push(() => makeCharacter(
  7278. { name: "Tene" },
  7279. {
  7280. front: {
  7281. height: math.unit(6, "feet"),
  7282. weight: math.unit(120, "lb"),
  7283. name: "Front",
  7284. image: {
  7285. source: "./media/characters/tene/front.svg",
  7286. extra: 1728 / 1578,
  7287. bottom: 0.022
  7288. }
  7289. },
  7290. stomping: {
  7291. height: math.unit(2.025, "meters"),
  7292. weight: math.unit(120, "lb"),
  7293. name: "Stomping",
  7294. image: {
  7295. source: "./media/characters/tene/stomping.svg",
  7296. extra: 938 / 873,
  7297. bottom: 0.01
  7298. }
  7299. },
  7300. sitting: {
  7301. height: math.unit(1, "meter"),
  7302. weight: math.unit(120, "lb"),
  7303. name: "Sitting",
  7304. image: {
  7305. source: "./media/characters/tene/sitting.svg",
  7306. extra: 437 / 415,
  7307. bottom: 0.1
  7308. }
  7309. },
  7310. feral: {
  7311. height: math.unit(3.9, "feet"),
  7312. weight: math.unit(250, "lb"),
  7313. name: "Feral",
  7314. image: {
  7315. source: "./media/characters/tene/feral.svg",
  7316. extra: 717 / 458,
  7317. bottom: 0.179
  7318. }
  7319. },
  7320. },
  7321. [
  7322. {
  7323. name: "Normal",
  7324. height: math.unit(6, "feet")
  7325. },
  7326. {
  7327. name: "Macro",
  7328. height: math.unit(300, "feet"),
  7329. default: true
  7330. },
  7331. {
  7332. name: "Megamacro",
  7333. height: math.unit(5, "miles")
  7334. },
  7335. ]
  7336. ))
  7337. characterMakers.push(() => makeCharacter(
  7338. { name: "Evander" },
  7339. {
  7340. side: {
  7341. height: math.unit(6, "feet"),
  7342. name: "Side",
  7343. image: {
  7344. source: "./media/characters/evander/side.svg",
  7345. extra: 877 / 477
  7346. }
  7347. },
  7348. },
  7349. [
  7350. {
  7351. name: "Normal",
  7352. height: math.unit(0.83, "meters"),
  7353. default: true
  7354. },
  7355. ]
  7356. ))
  7357. characterMakers.push(() => makeCharacter(
  7358. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7359. {
  7360. front: {
  7361. height: math.unit(12, "feet"),
  7362. weight: math.unit(1000, "lb"),
  7363. name: "Front",
  7364. image: {
  7365. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7366. extra: 1762 / 1611
  7367. }
  7368. },
  7369. back: {
  7370. height: math.unit(12, "feet"),
  7371. weight: math.unit(1000, "lb"),
  7372. name: "Back",
  7373. image: {
  7374. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7375. extra: 1762 / 1611
  7376. }
  7377. },
  7378. },
  7379. [
  7380. {
  7381. name: "Normal",
  7382. height: math.unit(12, "feet"),
  7383. default: true
  7384. },
  7385. {
  7386. name: "Kaiju",
  7387. height: math.unit(150, "feet")
  7388. },
  7389. ]
  7390. ))
  7391. characterMakers.push(() => makeCharacter(
  7392. { name: "Zero Alurus" },
  7393. {
  7394. front: {
  7395. height: math.unit(6, "feet"),
  7396. weight: math.unit(150, "lb"),
  7397. name: "Front",
  7398. image: {
  7399. source: "./media/characters/zero-alurus/front.svg"
  7400. }
  7401. },
  7402. back: {
  7403. height: math.unit(6, "feet"),
  7404. weight: math.unit(150, "lb"),
  7405. name: "Back",
  7406. image: {
  7407. source: "./media/characters/zero-alurus/back.svg"
  7408. }
  7409. },
  7410. },
  7411. [
  7412. {
  7413. name: "Normal",
  7414. height: math.unit(5 + 10 / 12, "feet")
  7415. },
  7416. {
  7417. name: "Macro",
  7418. height: math.unit(60, "feet"),
  7419. default: true
  7420. },
  7421. {
  7422. name: "Macro+",
  7423. height: math.unit(450, "feet")
  7424. },
  7425. ]
  7426. ))
  7427. characterMakers.push(() => makeCharacter(
  7428. { name: "Mega Shi" },
  7429. {
  7430. front: {
  7431. height: math.unit(6, "feet"),
  7432. weight: math.unit(200, "lb"),
  7433. name: "Front",
  7434. image: {
  7435. source: "./media/characters/mega-shi/front.svg",
  7436. extra: 1279 / 1250,
  7437. bottom: 0.02
  7438. }
  7439. },
  7440. back: {
  7441. height: math.unit(6, "feet"),
  7442. weight: math.unit(200, "lb"),
  7443. name: "Back",
  7444. image: {
  7445. source: "./media/characters/mega-shi/back.svg",
  7446. extra: 1279 / 1250,
  7447. bottom: 0.02
  7448. }
  7449. },
  7450. },
  7451. [
  7452. {
  7453. name: "Micro",
  7454. height: math.unit(16 + 6 / 12, "feet")
  7455. },
  7456. {
  7457. name: "Normal",
  7458. height: math.unit(660, "feet"),
  7459. default: true
  7460. },
  7461. {
  7462. name: "Megamacro",
  7463. height: math.unit(10, "miles")
  7464. },
  7465. {
  7466. name: "Planetary Launch",
  7467. height: math.unit(500, "miles")
  7468. },
  7469. {
  7470. name: "Interstellar",
  7471. height: math.unit(1e9, "miles")
  7472. },
  7473. {
  7474. name: "Leaving the Universe",
  7475. height: math.unit(1, "gigaparsec")
  7476. },
  7477. {
  7478. name: "Travelling Universes",
  7479. height: math.unit(30e15, "parsecs")
  7480. },
  7481. ]
  7482. ))
  7483. characterMakers.push(() => makeCharacter(
  7484. { name: "Odyssey" },
  7485. {
  7486. front: {
  7487. height: math.unit(6, "feet"),
  7488. weight: math.unit(150, "lb"),
  7489. name: "Front",
  7490. image: {
  7491. source: "./media/characters/odyssey/front.svg",
  7492. extra: 1782 / 1582,
  7493. bottom: 0.01
  7494. }
  7495. },
  7496. side: {
  7497. height: math.unit(5.7, "feet"),
  7498. weight: math.unit(140, "lb"),
  7499. name: "Side",
  7500. image: {
  7501. source: "./media/characters/odyssey/side.svg",
  7502. extra: 6462 / 5700
  7503. }
  7504. },
  7505. },
  7506. [
  7507. {
  7508. name: "Normal",
  7509. height: math.unit(5 + 4 / 12, "feet")
  7510. },
  7511. {
  7512. name: "Macro",
  7513. height: math.unit(1, "km")
  7514. },
  7515. {
  7516. name: "Megamacro",
  7517. height: math.unit(3000, "km")
  7518. },
  7519. {
  7520. name: "Gigamacro",
  7521. height: math.unit(1, "AU"),
  7522. default: true
  7523. },
  7524. {
  7525. name: "Omniversal",
  7526. height: math.unit(100e14, "lightyears")
  7527. },
  7528. ]
  7529. ))
  7530. characterMakers.push(() => makeCharacter(
  7531. { name: "Mekuto" },
  7532. {
  7533. front: {
  7534. height: math.unit(6, "feet"),
  7535. weight: math.unit(300, "lb"),
  7536. name: "Front",
  7537. image: {
  7538. source: "./media/characters/mekuto/front.svg",
  7539. extra: 921 / 832,
  7540. bottom: 0.03
  7541. }
  7542. },
  7543. hand: {
  7544. height: math.unit(6 / 10.24, "feet"),
  7545. name: "Hand",
  7546. image: {
  7547. source: "./media/characters/mekuto/hand.svg"
  7548. }
  7549. },
  7550. foot: {
  7551. height: math.unit(6 / 5.05, "feet"),
  7552. name: "Foot",
  7553. image: {
  7554. source: "./media/characters/mekuto/foot.svg"
  7555. }
  7556. },
  7557. },
  7558. [
  7559. {
  7560. name: "Minimicro",
  7561. height: math.unit(0.2, "inches")
  7562. },
  7563. {
  7564. name: "Micro",
  7565. height: math.unit(1.5, "inches")
  7566. },
  7567. {
  7568. name: "Normal",
  7569. height: math.unit(5 + 11 / 12, "feet"),
  7570. default: true
  7571. },
  7572. {
  7573. name: "Minimacro",
  7574. height: math.unit(17 + 9 / 12, "feet")
  7575. },
  7576. {
  7577. name: "Macro",
  7578. height: math.unit(177.5, "feet")
  7579. },
  7580. {
  7581. name: "Megamacro",
  7582. height: math.unit(152, "miles")
  7583. },
  7584. ]
  7585. ))
  7586. characterMakers.push(() => makeCharacter(
  7587. { name: "Dafydd Tomos" },
  7588. {
  7589. front: {
  7590. height: math.unit(6.5, "inches"),
  7591. weight: math.unit(13, "oz"),
  7592. name: "Front",
  7593. image: {
  7594. source: "./media/characters/dafydd-tomos/front.svg",
  7595. extra: 2990 / 2603,
  7596. bottom: 0.03
  7597. }
  7598. },
  7599. },
  7600. [
  7601. {
  7602. name: "Micro",
  7603. height: math.unit(6.5, "inches"),
  7604. default: true
  7605. },
  7606. ]
  7607. ))
  7608. characterMakers.push(() => makeCharacter(
  7609. { name: "Splinter" },
  7610. {
  7611. front: {
  7612. height: math.unit(6, "feet"),
  7613. weight: math.unit(150, "lb"),
  7614. name: "Front",
  7615. image: {
  7616. source: "./media/characters/splinter/front.svg",
  7617. extra: 2990 / 2882,
  7618. bottom: 0.04
  7619. }
  7620. },
  7621. back: {
  7622. height: math.unit(6, "feet"),
  7623. weight: math.unit(150, "lb"),
  7624. name: "Back",
  7625. image: {
  7626. source: "./media/characters/splinter/back.svg",
  7627. extra: 2990 / 2882,
  7628. bottom: 0.04
  7629. }
  7630. },
  7631. },
  7632. [
  7633. {
  7634. name: "Normal",
  7635. height: math.unit(6, "feet")
  7636. },
  7637. {
  7638. name: "Macro",
  7639. height: math.unit(230, "meters"),
  7640. default: true
  7641. },
  7642. ]
  7643. ))
  7644. characterMakers.push(() => makeCharacter(
  7645. { name: "SnowGabumon" },
  7646. {
  7647. front: {
  7648. height: math.unit(4 + 10 / 12, "feet"),
  7649. weight: math.unit(480, "lb"),
  7650. name: "Front",
  7651. image: {
  7652. source: "./media/characters/snow-gabumon/front.svg",
  7653. extra: 1140 / 963,
  7654. bottom: 0.058
  7655. }
  7656. },
  7657. back: {
  7658. height: math.unit(4 + 10 / 12, "feet"),
  7659. weight: math.unit(480, "lb"),
  7660. name: "Back",
  7661. image: {
  7662. source: "./media/characters/snow-gabumon/back.svg",
  7663. extra: 1115 / 962,
  7664. bottom: 0.041
  7665. }
  7666. },
  7667. frontUndresed: {
  7668. height: math.unit(4 + 10 / 12, "feet"),
  7669. weight: math.unit(480, "lb"),
  7670. name: "Front (Undressed)",
  7671. image: {
  7672. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7673. extra: 1061 / 960,
  7674. bottom: 0.045
  7675. }
  7676. },
  7677. },
  7678. [
  7679. {
  7680. name: "Micro",
  7681. height: math.unit(1, "inch")
  7682. },
  7683. {
  7684. name: "Normal",
  7685. height: math.unit(4 + 10 / 12, "feet"),
  7686. default: true
  7687. },
  7688. {
  7689. name: "Macro",
  7690. height: math.unit(200, "feet")
  7691. },
  7692. {
  7693. name: "Megamacro",
  7694. height: math.unit(120, "miles")
  7695. },
  7696. {
  7697. name: "Gigamacro",
  7698. height: math.unit(9800, "miles")
  7699. },
  7700. ]
  7701. ))
  7702. characterMakers.push(() => makeCharacter(
  7703. { name: "Moody" },
  7704. {
  7705. front: {
  7706. height: math.unit(1.7, "meters"),
  7707. weight: math.unit(140, "lb"),
  7708. name: "Front",
  7709. image: {
  7710. source: "./media/characters/moody/front.svg",
  7711. extra: 3226 / 3007,
  7712. bottom: 0.087
  7713. }
  7714. },
  7715. },
  7716. [
  7717. {
  7718. name: "Micro",
  7719. height: math.unit(1, "mm")
  7720. },
  7721. {
  7722. name: "Normal",
  7723. height: math.unit(1.7, "meters"),
  7724. default: true
  7725. },
  7726. {
  7727. name: "Macro",
  7728. height: math.unit(80, "meters")
  7729. },
  7730. {
  7731. name: "Macro+",
  7732. height: math.unit(500, "meters")
  7733. },
  7734. ]
  7735. ))
  7736. characterMakers.push(() => makeCharacter(
  7737. { name: "Zyas" },
  7738. {
  7739. front: {
  7740. height: math.unit(6, "feet"),
  7741. weight: math.unit(150, "lb"),
  7742. name: "Front",
  7743. image: {
  7744. source: "./media/characters/zyas/front.svg",
  7745. extra: 1180 / 1120,
  7746. bottom: 0.045
  7747. }
  7748. },
  7749. },
  7750. [
  7751. {
  7752. name: "Normal",
  7753. height: math.unit(10, "feet"),
  7754. default: true
  7755. },
  7756. {
  7757. name: "Macro",
  7758. height: math.unit(500, "feet")
  7759. },
  7760. {
  7761. name: "Megamacro",
  7762. height: math.unit(5, "miles")
  7763. },
  7764. {
  7765. name: "Teramacro",
  7766. height: math.unit(150000, "miles")
  7767. },
  7768. ]
  7769. ))
  7770. characterMakers.push(() => makeCharacter(
  7771. { name: "Cuon" },
  7772. {
  7773. front: {
  7774. height: math.unit(6, "feet"),
  7775. weight: math.unit(150, "lb"),
  7776. name: "Front",
  7777. image: {
  7778. source: "./media/characters/cuon/front.svg",
  7779. extra: 1390 / 1320,
  7780. bottom: 0.008
  7781. }
  7782. },
  7783. },
  7784. [
  7785. {
  7786. name: "Micro",
  7787. height: math.unit(3, "inches")
  7788. },
  7789. {
  7790. name: "Normal",
  7791. height: math.unit(18 + 9 / 12, "feet"),
  7792. default: true
  7793. },
  7794. {
  7795. name: "Macro",
  7796. height: math.unit(360, "feet")
  7797. },
  7798. {
  7799. name: "Megamacro",
  7800. height: math.unit(360, "miles")
  7801. },
  7802. ]
  7803. ))
  7804. characterMakers.push(() => makeCharacter(
  7805. { name: "Nyanuxk" },
  7806. {
  7807. front: {
  7808. height: math.unit(2.4, "meters"),
  7809. weight: math.unit(70, "kg"),
  7810. name: "Front",
  7811. image: {
  7812. source: "./media/characters/nyanuxk/front.svg",
  7813. extra: 1172 / 1084,
  7814. bottom: 0.065
  7815. }
  7816. },
  7817. side: {
  7818. height: math.unit(2.4, "meters"),
  7819. weight: math.unit(70, "kg"),
  7820. name: "Side",
  7821. image: {
  7822. source: "./media/characters/nyanuxk/side.svg",
  7823. extra: 1190 / 1132,
  7824. bottom: 0.007
  7825. }
  7826. },
  7827. back: {
  7828. height: math.unit(2.4, "meters"),
  7829. weight: math.unit(70, "kg"),
  7830. name: "Back",
  7831. image: {
  7832. source: "./media/characters/nyanuxk/back.svg",
  7833. extra: 1200 / 1141,
  7834. bottom: 0.015
  7835. }
  7836. },
  7837. foot: {
  7838. height: math.unit(0.52, "meters"),
  7839. name: "Foot",
  7840. image: {
  7841. source: "./media/characters/nyanuxk/foot.svg"
  7842. }
  7843. },
  7844. },
  7845. [
  7846. {
  7847. name: "Micro",
  7848. height: math.unit(2, "cm")
  7849. },
  7850. {
  7851. name: "Normal",
  7852. height: math.unit(2.4, "meters"),
  7853. default: true
  7854. },
  7855. {
  7856. name: "Smaller Macro",
  7857. height: math.unit(120, "meters")
  7858. },
  7859. {
  7860. name: "Bigger Macro",
  7861. height: math.unit(1.2, "km")
  7862. },
  7863. {
  7864. name: "Megamacro",
  7865. height: math.unit(15, "kilometers")
  7866. },
  7867. {
  7868. name: "Gigamacro",
  7869. height: math.unit(2000, "km")
  7870. },
  7871. {
  7872. name: "Teramacro",
  7873. height: math.unit(500000, "km")
  7874. },
  7875. ]
  7876. ))
  7877. characterMakers.push(() => makeCharacter(
  7878. { name: "Ailbhe" },
  7879. {
  7880. side: {
  7881. height: math.unit(6, "feet"),
  7882. name: "Side",
  7883. image: {
  7884. source: "./media/characters/ailbhe/side.svg",
  7885. extra: 757 / 464,
  7886. bottom: 0.041
  7887. }
  7888. },
  7889. },
  7890. [
  7891. {
  7892. name: "Normal",
  7893. height: math.unit(1.07, "meters"),
  7894. default: true
  7895. },
  7896. ]
  7897. ))
  7898. characterMakers.push(() => makeCharacter(
  7899. { name: "Zevulfius" },
  7900. {
  7901. front: {
  7902. height: math.unit(6, "feet"),
  7903. weight: math.unit(120, "kg"),
  7904. name: "Front",
  7905. image: {
  7906. source: "./media/characters/zevulfius/front.svg",
  7907. extra: 965 / 903
  7908. }
  7909. },
  7910. side: {
  7911. height: math.unit(6, "feet"),
  7912. weight: math.unit(120, "kg"),
  7913. name: "Side",
  7914. image: {
  7915. source: "./media/characters/zevulfius/side.svg",
  7916. extra: 939 / 900
  7917. }
  7918. },
  7919. back: {
  7920. height: math.unit(6, "feet"),
  7921. weight: math.unit(120, "kg"),
  7922. name: "Back",
  7923. image: {
  7924. source: "./media/characters/zevulfius/back.svg",
  7925. extra: 918 / 854,
  7926. bottom: 0.005
  7927. }
  7928. },
  7929. foot: {
  7930. height: math.unit(6 / 3.72, "feet"),
  7931. name: "Foot",
  7932. image: {
  7933. source: "./media/characters/zevulfius/foot.svg"
  7934. }
  7935. },
  7936. },
  7937. [
  7938. {
  7939. name: "Macro",
  7940. height: math.unit(750, "meters")
  7941. },
  7942. {
  7943. name: "Megamacro",
  7944. height: math.unit(20, "km"),
  7945. default: true
  7946. },
  7947. {
  7948. name: "Gigamacro",
  7949. height: math.unit(2000, "km")
  7950. },
  7951. {
  7952. name: "Teramacro",
  7953. height: math.unit(250000, "km")
  7954. },
  7955. ]
  7956. ))
  7957. characterMakers.push(() => makeCharacter(
  7958. { name: "Rikes" },
  7959. {
  7960. front: {
  7961. height: math.unit(100, "feet"),
  7962. weight: math.unit(350, "kg"),
  7963. name: "Front",
  7964. image: {
  7965. source: "./media/characters/rikes/front.svg",
  7966. extra: 1565 / 1483,
  7967. bottom: 0.017
  7968. }
  7969. },
  7970. },
  7971. [
  7972. {
  7973. name: "Macro",
  7974. height: math.unit(100, "feet"),
  7975. default: true
  7976. },
  7977. ]
  7978. ))
  7979. characterMakers.push(() => makeCharacter(
  7980. { name: "Adam Silver-Mane" },
  7981. {
  7982. anthro: {
  7983. height: math.unit(8, "feet"),
  7984. weight: math.unit(120, "kg"),
  7985. name: "Anthro",
  7986. image: {
  7987. source: "./media/characters/adam-silver-mane/anthro.svg",
  7988. extra: 5743 / 5339,
  7989. bottom: 0.07
  7990. }
  7991. },
  7992. taur: {
  7993. height: math.unit(16, "feet"),
  7994. weight: math.unit(1500, "kg"),
  7995. name: "Taur",
  7996. image: {
  7997. source: "./media/characters/adam-silver-mane/taur.svg",
  7998. extra: 1713 / 1571,
  7999. bottom: 0.01
  8000. }
  8001. },
  8002. },
  8003. [
  8004. {
  8005. name: "Normal",
  8006. height: math.unit(8, "feet")
  8007. },
  8008. {
  8009. name: "Minimacro",
  8010. height: math.unit(80, "feet")
  8011. },
  8012. {
  8013. name: "Macro",
  8014. height: math.unit(800, "feet"),
  8015. default: true
  8016. },
  8017. {
  8018. name: "Megamacro",
  8019. height: math.unit(8000, "feet")
  8020. },
  8021. {
  8022. name: "Gigamacro",
  8023. height: math.unit(800, "miles")
  8024. },
  8025. {
  8026. name: "Teramacro",
  8027. height: math.unit(80000, "miles")
  8028. },
  8029. {
  8030. name: "Celestial",
  8031. height: math.unit(8e6, "miles")
  8032. },
  8033. {
  8034. name: "Star Dragon",
  8035. height: math.unit(800000, "parsecs")
  8036. },
  8037. {
  8038. name: "Godly",
  8039. height: math.unit(800, "teraparsecs")
  8040. },
  8041. ]
  8042. ))
  8043. characterMakers.push(() => makeCharacter(
  8044. { name: "Ky'owin" },
  8045. {
  8046. front: {
  8047. height: math.unit(6, "feet"),
  8048. weight: math.unit(150, "lb"),
  8049. name: "Front",
  8050. image: {
  8051. source: "./media/characters/ky'owin/front.svg",
  8052. extra: 3888 / 3068,
  8053. bottom: 0.015
  8054. }
  8055. },
  8056. },
  8057. [
  8058. {
  8059. name: "Normal",
  8060. height: math.unit(6 + 8 / 12, "feet")
  8061. },
  8062. {
  8063. name: "Large",
  8064. height: math.unit(68, "feet")
  8065. },
  8066. {
  8067. name: "Macro",
  8068. height: math.unit(132, "feet")
  8069. },
  8070. {
  8071. name: "Macro+",
  8072. height: math.unit(340, "feet")
  8073. },
  8074. {
  8075. name: "Macro++",
  8076. height: math.unit(680, "feet"),
  8077. default: true
  8078. },
  8079. {
  8080. name: "Megamacro",
  8081. height: math.unit(1, "mile")
  8082. },
  8083. {
  8084. name: "Megamacro+",
  8085. height: math.unit(10, "miles")
  8086. },
  8087. ]
  8088. ))
  8089. characterMakers.push(() => makeCharacter(
  8090. { name: "Mal" },
  8091. {
  8092. front: {
  8093. height: math.unit(4, "feet"),
  8094. weight: math.unit(50, "lb"),
  8095. name: "Front",
  8096. image: {
  8097. source: "./media/characters/mal/front.svg",
  8098. extra: 785 / 724,
  8099. bottom: 0.07
  8100. }
  8101. },
  8102. },
  8103. [
  8104. {
  8105. name: "Micro",
  8106. height: math.unit(4, "inches")
  8107. },
  8108. {
  8109. name: "Normal",
  8110. height: math.unit(4, "feet"),
  8111. default: true
  8112. },
  8113. {
  8114. name: "Macro",
  8115. height: math.unit(200, "feet")
  8116. },
  8117. ]
  8118. ))
  8119. characterMakers.push(() => makeCharacter(
  8120. { name: "Jordan Deware" },
  8121. {
  8122. front: {
  8123. height: math.unit(6, "feet"),
  8124. weight: math.unit(150, "lb"),
  8125. name: "Front",
  8126. image: {
  8127. source: "./media/characters/jordan-deware/front.svg",
  8128. extra: 1191 / 1012
  8129. }
  8130. },
  8131. },
  8132. [
  8133. {
  8134. name: "Nano",
  8135. height: math.unit(0.01, "mm")
  8136. },
  8137. {
  8138. name: "Minimicro",
  8139. height: math.unit(1, "mm")
  8140. },
  8141. {
  8142. name: "Micro",
  8143. height: math.unit(0.5, "inches")
  8144. },
  8145. {
  8146. name: "Normal",
  8147. height: math.unit(4, "feet"),
  8148. default: true
  8149. },
  8150. {
  8151. name: "Minimacro",
  8152. height: math.unit(40, "meters")
  8153. },
  8154. {
  8155. name: "Small Macro",
  8156. height: math.unit(400, "meters")
  8157. },
  8158. {
  8159. name: "Macro",
  8160. height: math.unit(4, "miles")
  8161. },
  8162. {
  8163. name: "Megamacro",
  8164. height: math.unit(40, "miles")
  8165. },
  8166. {
  8167. name: "Megamacro+",
  8168. height: math.unit(400, "miles")
  8169. },
  8170. {
  8171. name: "Gigamacro",
  8172. height: math.unit(400000, "miles")
  8173. },
  8174. ]
  8175. ))
  8176. characterMakers.push(() => makeCharacter(
  8177. { name: "Kimiko" },
  8178. {
  8179. side: {
  8180. height: math.unit(6, "feet"),
  8181. weight: math.unit(150, "lb"),
  8182. name: "Side",
  8183. image: {
  8184. source: "./media/characters/kimiko/side.svg",
  8185. extra: 600 / 358
  8186. }
  8187. },
  8188. },
  8189. [
  8190. {
  8191. name: "Normal",
  8192. height: math.unit(15, "feet"),
  8193. default: true
  8194. },
  8195. {
  8196. name: "Macro",
  8197. height: math.unit(220, "feet")
  8198. },
  8199. {
  8200. name: "Macro+",
  8201. height: math.unit(1450, "feet")
  8202. },
  8203. {
  8204. name: "Megamacro",
  8205. height: math.unit(11500, "feet")
  8206. },
  8207. {
  8208. name: "Gigamacro",
  8209. height: math.unit(9500, "miles")
  8210. },
  8211. {
  8212. name: "Teramacro",
  8213. height: math.unit(2208005005, "miles")
  8214. },
  8215. {
  8216. name: "Examacro",
  8217. height: math.unit(2750, "parsecs")
  8218. },
  8219. {
  8220. name: "Zettamacro",
  8221. height: math.unit(101500, "parsecs")
  8222. },
  8223. ]
  8224. ))
  8225. characterMakers.push(() => makeCharacter(
  8226. { name: "Andrew Sleepy" },
  8227. {
  8228. front: {
  8229. height: math.unit(6, "feet"),
  8230. weight: math.unit(70, "kg"),
  8231. name: "Front",
  8232. image: {
  8233. source: "./media/characters/andrew-sleepy/front.svg"
  8234. }
  8235. },
  8236. side: {
  8237. height: math.unit(6, "feet"),
  8238. weight: math.unit(70, "kg"),
  8239. name: "Side",
  8240. image: {
  8241. source: "./media/characters/andrew-sleepy/side.svg"
  8242. }
  8243. },
  8244. },
  8245. [
  8246. {
  8247. name: "Micro",
  8248. height: math.unit(1, "mm"),
  8249. default: true
  8250. },
  8251. ]
  8252. ))
  8253. characterMakers.push(() => makeCharacter(
  8254. { name: "Judio" },
  8255. {
  8256. front: {
  8257. height: math.unit(6, "feet"),
  8258. weight: math.unit(150, "lb"),
  8259. name: "Front",
  8260. image: {
  8261. source: "./media/characters/judio/front.svg",
  8262. extra: 1258 / 1110
  8263. }
  8264. },
  8265. },
  8266. [
  8267. {
  8268. name: "Normal",
  8269. height: math.unit(5 + 6 / 12, "feet")
  8270. },
  8271. {
  8272. name: "Macro",
  8273. height: math.unit(1000, "feet"),
  8274. default: true
  8275. },
  8276. {
  8277. name: "Megamacro",
  8278. height: math.unit(10, "miles")
  8279. },
  8280. ]
  8281. ))
  8282. characterMakers.push(() => makeCharacter(
  8283. { name: "Nomaxice" },
  8284. {
  8285. front: {
  8286. height: math.unit(6, "feet"),
  8287. weight: math.unit(68, "kg"),
  8288. name: "Front",
  8289. image: {
  8290. source: "./media/characters/nomaxice/front.svg",
  8291. extra: 1498 / 1073,
  8292. bottom: 0.075
  8293. }
  8294. },
  8295. foot: {
  8296. height: math.unit(1.1, "feet"),
  8297. name: "Foot",
  8298. image: {
  8299. source: "./media/characters/nomaxice/foot.svg"
  8300. }
  8301. },
  8302. },
  8303. [
  8304. {
  8305. name: "Micro",
  8306. height: math.unit(8, "cm")
  8307. },
  8308. {
  8309. name: "Norm",
  8310. height: math.unit(1.82, "m")
  8311. },
  8312. {
  8313. name: "Norm+",
  8314. height: math.unit(8.8, "feet")
  8315. },
  8316. {
  8317. name: "Big",
  8318. height: math.unit(8, "meters"),
  8319. default: true
  8320. },
  8321. {
  8322. name: "Macro",
  8323. height: math.unit(18, "meters")
  8324. },
  8325. {
  8326. name: "Macro+",
  8327. height: math.unit(88, "meters")
  8328. },
  8329. ]
  8330. ))
  8331. characterMakers.push(() => makeCharacter(
  8332. { name: "Dydros" },
  8333. {
  8334. front: {
  8335. height: math.unit(12, "feet"),
  8336. weight: math.unit(1.5, "tons"),
  8337. name: "Front",
  8338. image: {
  8339. source: "./media/characters/dydros/front.svg",
  8340. extra: 863 / 800,
  8341. bottom: 0.015
  8342. }
  8343. },
  8344. back: {
  8345. height: math.unit(12, "feet"),
  8346. weight: math.unit(1.5, "tons"),
  8347. name: "Back",
  8348. image: {
  8349. source: "./media/characters/dydros/back.svg",
  8350. extra: 900 / 843,
  8351. bottom: 0.005
  8352. }
  8353. },
  8354. },
  8355. [
  8356. {
  8357. name: "Normal",
  8358. height: math.unit(12, "feet"),
  8359. default: true
  8360. },
  8361. ]
  8362. ))
  8363. characterMakers.push(() => makeCharacter(
  8364. { name: "Riggi" },
  8365. {
  8366. front: {
  8367. height: math.unit(6, "feet"),
  8368. weight: math.unit(100, "kg"),
  8369. name: "Front",
  8370. image: {
  8371. source: "./media/characters/riggi/front.svg",
  8372. extra: 5787 / 5303
  8373. }
  8374. },
  8375. hyper: {
  8376. height: math.unit(6 * 5 / 3, "feet"),
  8377. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8378. name: "Hyper",
  8379. image: {
  8380. source: "./media/characters/riggi/hyper.svg",
  8381. extra: 3595 / 3485
  8382. }
  8383. },
  8384. },
  8385. [
  8386. {
  8387. name: "Small Macro",
  8388. height: math.unit(50, "feet")
  8389. },
  8390. {
  8391. name: "Default",
  8392. height: math.unit(200, "feet"),
  8393. default: true
  8394. },
  8395. {
  8396. name: "Loom",
  8397. height: math.unit(10000, "feet")
  8398. },
  8399. {
  8400. name: "Cruising Altitude",
  8401. height: math.unit(30000, "feet")
  8402. },
  8403. {
  8404. name: "Megamacro",
  8405. height: math.unit(100, "miles")
  8406. },
  8407. {
  8408. name: "Continent Sized",
  8409. height: math.unit(2800, "miles")
  8410. },
  8411. {
  8412. name: "Earth Sized",
  8413. height: math.unit(8000, "miles")
  8414. },
  8415. ]
  8416. ))
  8417. characterMakers.push(() => makeCharacter(
  8418. { name: "Alexi" },
  8419. {
  8420. front: {
  8421. height: math.unit(6, "feet"),
  8422. weight: math.unit(250, "lb"),
  8423. name: "Front",
  8424. image: {
  8425. source: "./media/characters/alexi/front.svg",
  8426. extra: 3483 / 3291,
  8427. bottom: 0.04
  8428. }
  8429. },
  8430. back: {
  8431. height: math.unit(6, "feet"),
  8432. weight: math.unit(250, "lb"),
  8433. name: "Back",
  8434. image: {
  8435. source: "./media/characters/alexi/back.svg",
  8436. extra: 3533 / 3356,
  8437. bottom: 0.021
  8438. }
  8439. },
  8440. frontTransformed: {
  8441. height: math.unit(12.5, "feet"),
  8442. weight: math.unit(4000, "lb"),
  8443. name: "Front (Transformed)",
  8444. image: {
  8445. source: "./media/characters/alexi/front-transformed.svg",
  8446. extra: 5345 / 5100,
  8447. bottom: 0.03
  8448. }
  8449. },
  8450. },
  8451. [
  8452. {
  8453. name: "Normal",
  8454. height: math.unit(3, "meters"),
  8455. default: true
  8456. },
  8457. {
  8458. name: "Minimacro",
  8459. height: math.unit(30, "meters")
  8460. },
  8461. {
  8462. name: "Macro",
  8463. height: math.unit(500, "meters")
  8464. },
  8465. {
  8466. name: "Megamacro",
  8467. height: math.unit(9000, "km")
  8468. },
  8469. {
  8470. name: "Teramacro",
  8471. height: math.unit(384000, "km")
  8472. },
  8473. ]
  8474. ))
  8475. characterMakers.push(() => makeCharacter(
  8476. { name: "Kayroo" },
  8477. {
  8478. front: {
  8479. height: math.unit(6, "feet"),
  8480. weight: math.unit(150, "lb"),
  8481. name: "Front",
  8482. image: {
  8483. source: "./media/characters/kayroo/front.svg",
  8484. extra: 1153 / 1038,
  8485. bottom: 0.06
  8486. }
  8487. },
  8488. foot: {
  8489. height: math.unit(6, "feet"),
  8490. weight: math.unit(150, "lb"),
  8491. name: "Foot",
  8492. image: {
  8493. source: "./media/characters/kayroo/foot.svg"
  8494. }
  8495. },
  8496. },
  8497. [
  8498. {
  8499. name: "Normal",
  8500. height: math.unit(8, "feet"),
  8501. default: true
  8502. },
  8503. {
  8504. name: "Minimacro",
  8505. height: math.unit(250, "feet")
  8506. },
  8507. {
  8508. name: "Macro",
  8509. height: math.unit(2800, "feet")
  8510. },
  8511. {
  8512. name: "Megamacro",
  8513. height: math.unit(5200, "feet")
  8514. },
  8515. {
  8516. name: "Gigamacro",
  8517. height: math.unit(27000, "feet")
  8518. },
  8519. {
  8520. name: "Omega",
  8521. height: math.unit(45000, "feet")
  8522. },
  8523. ]
  8524. ))
  8525. characterMakers.push(() => makeCharacter(
  8526. { name: "Rhys" },
  8527. {
  8528. front: {
  8529. height: math.unit(18, "feet"),
  8530. weight: math.unit(5800, "lb"),
  8531. name: "Front",
  8532. image: {
  8533. source: "./media/characters/rhys/front.svg",
  8534. extra: 3386 / 3090,
  8535. bottom: 0.07
  8536. }
  8537. },
  8538. },
  8539. [
  8540. {
  8541. name: "Normal",
  8542. height: math.unit(18, "feet"),
  8543. default: true
  8544. },
  8545. {
  8546. name: "Working Size",
  8547. height: math.unit(200, "feet")
  8548. },
  8549. {
  8550. name: "Demolition Size",
  8551. height: math.unit(2000, "feet")
  8552. },
  8553. {
  8554. name: "Maximum Licensed Size",
  8555. height: math.unit(5, "miles")
  8556. },
  8557. {
  8558. name: "Maximum Observed Size",
  8559. height: math.unit(10, "yottameters")
  8560. },
  8561. ]
  8562. ))
  8563. characterMakers.push(() => makeCharacter(
  8564. { name: "Toto" },
  8565. {
  8566. front: {
  8567. height: math.unit(6, "feet"),
  8568. weight: math.unit(250, "lb"),
  8569. name: "Front",
  8570. image: {
  8571. source: "./media/characters/toto/front.svg",
  8572. extra: 527 / 479,
  8573. bottom: 0.05
  8574. }
  8575. },
  8576. },
  8577. [
  8578. {
  8579. name: "Micro",
  8580. height: math.unit(3, "feet")
  8581. },
  8582. {
  8583. name: "Normal",
  8584. height: math.unit(10, "feet")
  8585. },
  8586. {
  8587. name: "Macro",
  8588. height: math.unit(150, "feet"),
  8589. default: true
  8590. },
  8591. {
  8592. name: "Megamacro",
  8593. height: math.unit(1200, "feet")
  8594. },
  8595. ]
  8596. ))
  8597. characterMakers.push(() => makeCharacter(
  8598. { name: "King" },
  8599. {
  8600. back: {
  8601. height: math.unit(6, "feet"),
  8602. weight: math.unit(150, "lb"),
  8603. name: "Back",
  8604. image: {
  8605. source: "./media/characters/king/back.svg"
  8606. }
  8607. },
  8608. },
  8609. [
  8610. {
  8611. name: "Micro",
  8612. height: math.unit(2, "inches")
  8613. },
  8614. {
  8615. name: "Normal",
  8616. height: math.unit(8, "feet")
  8617. },
  8618. {
  8619. name: "Macro",
  8620. height: math.unit(200, "feet"),
  8621. default: true
  8622. },
  8623. {
  8624. name: "Megamacro",
  8625. height: math.unit(50, "miles")
  8626. },
  8627. ]
  8628. ))
  8629. characterMakers.push(() => makeCharacter(
  8630. { name: "Cordite" },
  8631. {
  8632. anthro: {
  8633. height: math.unit(6 + 5 / 12, "feet"),
  8634. weight: math.unit(280, "lb"),
  8635. name: "Anthro",
  8636. image: {
  8637. source: "./media/characters/cordite/anthro.svg",
  8638. extra: 1986 / 1905,
  8639. bottom: 0.025
  8640. }
  8641. },
  8642. feral: {
  8643. height: math.unit(2, "feet"),
  8644. weight: math.unit(90, "lb"),
  8645. name: "Feral",
  8646. image: {
  8647. source: "./media/characters/cordite/feral.svg",
  8648. extra: 1260 / 755,
  8649. bottom: 0.05
  8650. }
  8651. },
  8652. },
  8653. [
  8654. {
  8655. name: "Normal",
  8656. height: math.unit(6 + 5 / 12, "feet"),
  8657. default: true
  8658. },
  8659. ]
  8660. ))
  8661. characterMakers.push(() => makeCharacter(
  8662. { name: "Pianostrong" },
  8663. {
  8664. front: {
  8665. height: math.unit(6, "feet"),
  8666. weight: math.unit(150, "lb"),
  8667. name: "Front",
  8668. image: {
  8669. source: "./media/characters/pianostrong/front.svg",
  8670. extra: 6577 / 6254,
  8671. bottom: 0.02
  8672. }
  8673. },
  8674. side: {
  8675. height: math.unit(6, "feet"),
  8676. weight: math.unit(150, "lb"),
  8677. name: "Side",
  8678. image: {
  8679. source: "./media/characters/pianostrong/side.svg",
  8680. extra: 6106 / 5730
  8681. }
  8682. },
  8683. back: {
  8684. height: math.unit(6, "feet"),
  8685. weight: math.unit(150, "lb"),
  8686. name: "Back",
  8687. image: {
  8688. source: "./media/characters/pianostrong/back.svg",
  8689. extra: 6085 / 5733,
  8690. bottom: 0.01
  8691. }
  8692. },
  8693. },
  8694. [
  8695. {
  8696. name: "Macro",
  8697. height: math.unit(100, "feet")
  8698. },
  8699. {
  8700. name: "Macro+",
  8701. height: math.unit(300, "feet"),
  8702. default: true
  8703. },
  8704. {
  8705. name: "Macro++",
  8706. height: math.unit(1000, "feet")
  8707. },
  8708. ]
  8709. ))
  8710. characterMakers.push(() => makeCharacter(
  8711. { name: "Kona" },
  8712. {
  8713. front: {
  8714. height: math.unit(6, "feet"),
  8715. weight: math.unit(150, "lb"),
  8716. name: "Front",
  8717. image: {
  8718. source: "./media/characters/kona/front.svg",
  8719. extra: 2960 / 2629,
  8720. bottom: 0.005
  8721. }
  8722. },
  8723. },
  8724. [
  8725. {
  8726. name: "Normal",
  8727. height: math.unit(11 + 8 / 12, "feet")
  8728. },
  8729. {
  8730. name: "Macro",
  8731. height: math.unit(850, "feet"),
  8732. default: true
  8733. },
  8734. {
  8735. name: "Macro+",
  8736. height: math.unit(1.5, "km"),
  8737. default: true
  8738. },
  8739. {
  8740. name: "Megamacro",
  8741. height: math.unit(80, "miles")
  8742. },
  8743. {
  8744. name: "Gigamacro",
  8745. height: math.unit(3500, "miles")
  8746. },
  8747. ]
  8748. ))
  8749. characterMakers.push(() => makeCharacter(
  8750. { name: "Levi" },
  8751. {
  8752. side: {
  8753. height: math.unit(1.9, "meters"),
  8754. weight: math.unit(326, "kg"),
  8755. name: "Side",
  8756. image: {
  8757. source: "./media/characters/levi/side.svg",
  8758. extra: 1704 / 1334,
  8759. bottom: 0.02
  8760. }
  8761. },
  8762. },
  8763. [
  8764. {
  8765. name: "Normal",
  8766. height: math.unit(1.9, "meters"),
  8767. default: true
  8768. },
  8769. {
  8770. name: "Macro",
  8771. height: math.unit(20, "meters")
  8772. },
  8773. {
  8774. name: "Macro+",
  8775. height: math.unit(200, "meters")
  8776. },
  8777. {
  8778. name: "Megamacro",
  8779. height: math.unit(2, "km")
  8780. },
  8781. {
  8782. name: "Megamacro+",
  8783. height: math.unit(20, "km")
  8784. },
  8785. {
  8786. name: "Gigamacro",
  8787. height: math.unit(2500, "km")
  8788. },
  8789. {
  8790. name: "Gigamacro+",
  8791. height: math.unit(120000, "km")
  8792. },
  8793. {
  8794. name: "Teramacro",
  8795. height: math.unit(7.77e6, "km")
  8796. },
  8797. ]
  8798. ))
  8799. characterMakers.push(() => makeCharacter(
  8800. { name: "BMC" },
  8801. {
  8802. front: {
  8803. height: math.unit(6 + 4 / 12, "feet"),
  8804. weight: math.unit(188, "lb"),
  8805. name: "Front",
  8806. image: {
  8807. source: "./media/characters/bmc/front.svg",
  8808. extra: 1067 / 1022,
  8809. bottom: 0.047
  8810. }
  8811. },
  8812. },
  8813. [
  8814. {
  8815. name: "Human-sized",
  8816. height: math.unit(6 + 4 / 12, "feet")
  8817. },
  8818. {
  8819. name: "Small",
  8820. height: math.unit(250, "feet")
  8821. },
  8822. {
  8823. name: "Normal",
  8824. height: math.unit(1250, "feet"),
  8825. default: true
  8826. },
  8827. {
  8828. name: "Good Day",
  8829. height: math.unit(88, "miles")
  8830. },
  8831. {
  8832. name: "Largest Measured Size",
  8833. height: math.unit(11.2e6, "lightyears")
  8834. },
  8835. ]
  8836. ))
  8837. characterMakers.push(() => makeCharacter(
  8838. { name: "Sven the Kaiju" },
  8839. {
  8840. front: {
  8841. height: math.unit(20, "feet"),
  8842. weight: math.unit(2016, "kg"),
  8843. name: "Front",
  8844. image: {
  8845. source: "./media/characters/sven-the-kaiju/front.svg",
  8846. extra: 1479 / 1449,
  8847. bottom: 0.05
  8848. }
  8849. },
  8850. },
  8851. [
  8852. {
  8853. name: "Fairy",
  8854. height: math.unit(6, "inches")
  8855. },
  8856. {
  8857. name: "Normal",
  8858. height: math.unit(20, "feet"),
  8859. default: true
  8860. },
  8861. {
  8862. name: "Rampage",
  8863. height: math.unit(200, "feet")
  8864. },
  8865. {
  8866. name: "Archfey Forest Guardian",
  8867. height: math.unit(1, "mile")
  8868. },
  8869. ]
  8870. ))
  8871. characterMakers.push(() => makeCharacter(
  8872. { name: "Marik" },
  8873. {
  8874. front: {
  8875. height: math.unit(4, "meters"),
  8876. weight: math.unit(2, "tons"),
  8877. name: "Front",
  8878. image: {
  8879. source: "./media/characters/marik/front.svg",
  8880. extra: 1057 / 1003,
  8881. bottom: 0.08
  8882. }
  8883. },
  8884. },
  8885. [
  8886. {
  8887. name: "Normal",
  8888. height: math.unit(4, "meters"),
  8889. default: true
  8890. },
  8891. {
  8892. name: "Macro",
  8893. height: math.unit(20, "meters")
  8894. },
  8895. {
  8896. name: "Megamacro",
  8897. height: math.unit(50, "km")
  8898. },
  8899. {
  8900. name: "Gigamacro",
  8901. height: math.unit(100, "km")
  8902. },
  8903. {
  8904. name: "Alpha Macro",
  8905. height: math.unit(7.88e7, "yottameters")
  8906. },
  8907. ]
  8908. ))
  8909. characterMakers.push(() => makeCharacter(
  8910. { name: "Mel" },
  8911. {
  8912. front: {
  8913. height: math.unit(6, "feet"),
  8914. weight: math.unit(110, "lb"),
  8915. name: "Front",
  8916. image: {
  8917. source: "./media/characters/mel/front.svg",
  8918. extra: 736 / 617,
  8919. bottom: 0.017
  8920. }
  8921. },
  8922. },
  8923. [
  8924. {
  8925. name: "Pico",
  8926. height: math.unit(3, "pm")
  8927. },
  8928. {
  8929. name: "Nano",
  8930. height: math.unit(3, "nm")
  8931. },
  8932. {
  8933. name: "Micro",
  8934. height: math.unit(0.3, "mm"),
  8935. default: true
  8936. },
  8937. {
  8938. name: "Micro+",
  8939. height: math.unit(3, "mm")
  8940. },
  8941. {
  8942. name: "Normal",
  8943. height: math.unit(5 + 10.5 / 12, "feet")
  8944. },
  8945. ]
  8946. ))
  8947. characterMakers.push(() => makeCharacter(
  8948. { name: "Lykonous" },
  8949. {
  8950. kaiju: {
  8951. height: math.unit(1.75, "meters"),
  8952. weight: math.unit(55, "kg"),
  8953. name: "Kaiju",
  8954. image: {
  8955. source: "./media/characters/lykonous/kaiju.svg",
  8956. extra: 1055 / 946,
  8957. bottom: 0.135
  8958. }
  8959. },
  8960. },
  8961. [
  8962. {
  8963. name: "Normal",
  8964. height: math.unit(2.5, "meters"),
  8965. default: true
  8966. },
  8967. {
  8968. name: "Kaiju Dragon",
  8969. height: math.unit(60, "meters")
  8970. },
  8971. {
  8972. name: "Mega Kaiju",
  8973. height: math.unit(120, "km")
  8974. },
  8975. {
  8976. name: "Giga Kaiju",
  8977. height: math.unit(200, "megameters")
  8978. },
  8979. {
  8980. name: "Terra Kaiju",
  8981. height: math.unit(400, "gigameters")
  8982. },
  8983. {
  8984. name: "Kaiju Dragon God",
  8985. height: math.unit(13000, "exaparsecs")
  8986. },
  8987. ]
  8988. ))
  8989. characterMakers.push(() => makeCharacter(
  8990. { name: "Blü" },
  8991. {
  8992. front: {
  8993. height: math.unit(6, "feet"),
  8994. weight: math.unit(150, "lb"),
  8995. name: "Front",
  8996. image: {
  8997. source: "./media/characters/blü/front.svg",
  8998. extra: 1883 / 1564,
  8999. bottom: 0.031
  9000. }
  9001. },
  9002. },
  9003. [
  9004. {
  9005. name: "Normal",
  9006. height: math.unit(13, "feet"),
  9007. default: true
  9008. },
  9009. {
  9010. name: "Big Boi",
  9011. height: math.unit(150, "meters")
  9012. },
  9013. {
  9014. name: "Mini Stomper",
  9015. height: math.unit(300, "meters")
  9016. },
  9017. {
  9018. name: "Macro",
  9019. height: math.unit(1000, "meters")
  9020. },
  9021. {
  9022. name: "Megamacro",
  9023. height: math.unit(11000, "meters")
  9024. },
  9025. {
  9026. name: "Gigamacro",
  9027. height: math.unit(11000, "km")
  9028. },
  9029. {
  9030. name: "Teramacro",
  9031. height: math.unit(420000, "km")
  9032. },
  9033. {
  9034. name: "Examacro",
  9035. height: math.unit(120, "parsecs")
  9036. },
  9037. {
  9038. name: "God Tho",
  9039. height: math.unit(98000000000, "parsecs")
  9040. },
  9041. ]
  9042. ))
  9043. characterMakers.push(() => makeCharacter(
  9044. { name: "Scales" },
  9045. {
  9046. taurFront: {
  9047. height: math.unit(6, "feet"),
  9048. weight: math.unit(200, "lb"),
  9049. name: "Taur (Front)",
  9050. image: {
  9051. source: "./media/characters/scales/taur-front.svg",
  9052. extra: 1,
  9053. bottom: 0.05
  9054. }
  9055. },
  9056. taurBack: {
  9057. height: math.unit(6, "feet"),
  9058. weight: math.unit(200, "lb"),
  9059. name: "Taur (Back)",
  9060. image: {
  9061. source: "./media/characters/scales/taur-back.svg",
  9062. extra: 1,
  9063. bottom: 0.08
  9064. }
  9065. },
  9066. anthro: {
  9067. height: math.unit(6 * 7 / 12, "feet"),
  9068. weight: math.unit(100, "lb"),
  9069. name: "Anthro",
  9070. image: {
  9071. source: "./media/characters/scales/anthro.svg",
  9072. extra: 1,
  9073. bottom: 0.06
  9074. }
  9075. },
  9076. },
  9077. [
  9078. {
  9079. name: "Normal",
  9080. height: math.unit(12, "feet"),
  9081. default: true
  9082. },
  9083. ]
  9084. ))
  9085. characterMakers.push(() => makeCharacter(
  9086. { name: "Koragos" },
  9087. {
  9088. front: {
  9089. height: math.unit(6, "feet"),
  9090. weight: math.unit(150, "lb"),
  9091. name: "Front",
  9092. image: {
  9093. source: "./media/characters/koragos/front.svg",
  9094. extra: 841 / 794,
  9095. bottom: 0.035
  9096. }
  9097. },
  9098. back: {
  9099. height: math.unit(6, "feet"),
  9100. weight: math.unit(150, "lb"),
  9101. name: "Back",
  9102. image: {
  9103. source: "./media/characters/koragos/back.svg",
  9104. extra: 841 / 810,
  9105. bottom: 0.022
  9106. }
  9107. },
  9108. },
  9109. [
  9110. {
  9111. name: "Normal",
  9112. height: math.unit(6 + 11 / 12, "feet"),
  9113. default: true
  9114. },
  9115. {
  9116. name: "Macro",
  9117. height: math.unit(490, "feet")
  9118. },
  9119. {
  9120. name: "Megamacro",
  9121. height: math.unit(10, "miles")
  9122. },
  9123. {
  9124. name: "Gigamacro",
  9125. height: math.unit(50, "miles")
  9126. },
  9127. ]
  9128. ))
  9129. characterMakers.push(() => makeCharacter(
  9130. { name: "Xylrem" },
  9131. {
  9132. front: {
  9133. height: math.unit(6, "feet"),
  9134. weight: math.unit(250, "lb"),
  9135. name: "Front",
  9136. image: {
  9137. source: "./media/characters/xylrem/front.svg",
  9138. extra: 3323 / 3050,
  9139. bottom: 0.065
  9140. }
  9141. },
  9142. },
  9143. [
  9144. {
  9145. name: "Micro",
  9146. height: math.unit(4, "feet")
  9147. },
  9148. {
  9149. name: "Normal",
  9150. height: math.unit(16, "feet"),
  9151. default: true
  9152. },
  9153. {
  9154. name: "Macro",
  9155. height: math.unit(2720, "feet")
  9156. },
  9157. {
  9158. name: "Megamacro",
  9159. height: math.unit(25000, "miles")
  9160. },
  9161. ]
  9162. ))
  9163. characterMakers.push(() => makeCharacter(
  9164. { name: "Ikideru" },
  9165. {
  9166. front: {
  9167. height: math.unit(8, "feet"),
  9168. weight: math.unit(250, "kg"),
  9169. name: "Front",
  9170. image: {
  9171. source: "./media/characters/ikideru/front.svg",
  9172. extra: 930 / 870,
  9173. bottom: 0.087
  9174. }
  9175. },
  9176. back: {
  9177. height: math.unit(8, "feet"),
  9178. weight: math.unit(250, "kg"),
  9179. name: "Back",
  9180. image: {
  9181. source: "./media/characters/ikideru/back.svg",
  9182. extra: 919 / 852,
  9183. bottom: 0.055
  9184. }
  9185. },
  9186. },
  9187. [
  9188. {
  9189. name: "Rare",
  9190. height: math.unit(8, "feet"),
  9191. default: true
  9192. },
  9193. {
  9194. name: "Playful Loom",
  9195. height: math.unit(80, "feet")
  9196. },
  9197. {
  9198. name: "City Leaner",
  9199. height: math.unit(230, "feet")
  9200. },
  9201. {
  9202. name: "Megamacro",
  9203. height: math.unit(2500, "feet")
  9204. },
  9205. {
  9206. name: "Gigamacro",
  9207. height: math.unit(26400, "feet")
  9208. },
  9209. {
  9210. name: "Tectonic Shifter",
  9211. height: math.unit(1.7, "megameters")
  9212. },
  9213. {
  9214. name: "Planet Carer",
  9215. height: math.unit(21, "megameters")
  9216. },
  9217. {
  9218. name: "God",
  9219. height: math.unit(11157.22, "parsecs")
  9220. },
  9221. ]
  9222. ))
  9223. characterMakers.push(() => makeCharacter(
  9224. { name: "Neo" },
  9225. {
  9226. front: {
  9227. height: math.unit(6, "feet"),
  9228. weight: math.unit(120, "lb"),
  9229. name: "Front",
  9230. image: {
  9231. source: "./media/characters/neo/front.svg"
  9232. }
  9233. },
  9234. },
  9235. [
  9236. {
  9237. name: "Micro",
  9238. height: math.unit(2, "inches"),
  9239. default: true
  9240. },
  9241. {
  9242. name: "Human Size",
  9243. height: math.unit(5 + 8 / 12, "feet")
  9244. },
  9245. ]
  9246. ))
  9247. characterMakers.push(() => makeCharacter(
  9248. { name: "Chauncey (Chantz)" },
  9249. {
  9250. front: {
  9251. height: math.unit(13 + 10 / 12, "feet"),
  9252. weight: math.unit(5320, "lb"),
  9253. name: "Front",
  9254. image: {
  9255. source: "./media/characters/chauncey-chantz/front.svg",
  9256. extra: 1587 / 1435,
  9257. bottom: 0.02
  9258. }
  9259. },
  9260. },
  9261. [
  9262. {
  9263. name: "Normal",
  9264. height: math.unit(13 + 10 / 12, "feet"),
  9265. default: true
  9266. },
  9267. {
  9268. name: "Macro",
  9269. height: math.unit(45, "feet")
  9270. },
  9271. {
  9272. name: "Megamacro",
  9273. height: math.unit(250, "miles")
  9274. },
  9275. {
  9276. name: "Planetary",
  9277. height: math.unit(10000, "miles")
  9278. },
  9279. {
  9280. name: "Galactic",
  9281. height: math.unit(40000, "parsecs")
  9282. },
  9283. {
  9284. name: "Universal",
  9285. height: math.unit(1, "yottameter")
  9286. },
  9287. ]
  9288. ))
  9289. characterMakers.push(() => makeCharacter(
  9290. { name: "Epifox" },
  9291. {
  9292. front: {
  9293. height: math.unit(6, "feet"),
  9294. weight: math.unit(150, "lb"),
  9295. name: "Front",
  9296. image: {
  9297. source: "./media/characters/epifox/front.svg",
  9298. extra: 1,
  9299. bottom: 0.075
  9300. }
  9301. },
  9302. },
  9303. [
  9304. {
  9305. name: "Micro",
  9306. height: math.unit(6, "inches")
  9307. },
  9308. {
  9309. name: "Normal",
  9310. height: math.unit(12, "feet"),
  9311. default: true
  9312. },
  9313. {
  9314. name: "Macro",
  9315. height: math.unit(3810, "feet")
  9316. },
  9317. {
  9318. name: "Megamacro",
  9319. height: math.unit(500, "miles")
  9320. },
  9321. ]
  9322. ))
  9323. characterMakers.push(() => makeCharacter(
  9324. { name: "Colin T." },
  9325. {
  9326. front: {
  9327. height: math.unit(1.8796, "m"),
  9328. weight: math.unit(230, "lb"),
  9329. name: "Front",
  9330. image: {
  9331. source: "./media/characters/colin-t/front.svg",
  9332. extra: 1272 / 1193,
  9333. bottom: 0.07
  9334. }
  9335. },
  9336. },
  9337. [
  9338. {
  9339. name: "Micro",
  9340. height: math.unit(0.571, "meters")
  9341. },
  9342. {
  9343. name: "Normal",
  9344. height: math.unit(1.8796, "meters"),
  9345. default: true
  9346. },
  9347. {
  9348. name: "Tall",
  9349. height: math.unit(4, "meters")
  9350. },
  9351. {
  9352. name: "Macro",
  9353. height: math.unit(67.241, "meters")
  9354. },
  9355. {
  9356. name: "Megamacro",
  9357. height: math.unit(371.856, "meters")
  9358. },
  9359. {
  9360. name: "Planetary",
  9361. height: math.unit(12631.5689, "km")
  9362. },
  9363. ]
  9364. ))
  9365. characterMakers.push(() => makeCharacter(
  9366. { name: "Matvei" },
  9367. {
  9368. front: {
  9369. height: math.unit(1.85, "meters"),
  9370. weight: math.unit(80, "kg"),
  9371. name: "Front",
  9372. image: {
  9373. source: "./media/characters/matvei/front.svg",
  9374. extra: 614 / 594,
  9375. bottom: 0.01
  9376. }
  9377. },
  9378. },
  9379. [
  9380. {
  9381. name: "Normal",
  9382. height: math.unit(1.85, "meters"),
  9383. default: true
  9384. },
  9385. ]
  9386. ))
  9387. characterMakers.push(() => makeCharacter(
  9388. { name: "Quincy" },
  9389. {
  9390. front: {
  9391. height: math.unit(5 + 9 / 12, "feet"),
  9392. weight: math.unit(70, "lb"),
  9393. name: "Front",
  9394. image: {
  9395. source: "./media/characters/quincy/front.svg",
  9396. extra: 3041 / 2751
  9397. }
  9398. },
  9399. back: {
  9400. height: math.unit(5 + 9 / 12, "feet"),
  9401. weight: math.unit(70, "lb"),
  9402. name: "Back",
  9403. image: {
  9404. source: "./media/characters/quincy/back.svg",
  9405. extra: 3041 / 2751
  9406. }
  9407. },
  9408. flying: {
  9409. height: math.unit(5 + 4 / 12, "feet"),
  9410. weight: math.unit(70, "lb"),
  9411. name: "Flying",
  9412. image: {
  9413. source: "./media/characters/quincy/flying.svg",
  9414. extra: 1044 / 930
  9415. }
  9416. },
  9417. },
  9418. [
  9419. {
  9420. name: "Micro",
  9421. height: math.unit(3, "cm")
  9422. },
  9423. {
  9424. name: "Normal",
  9425. height: math.unit(5 + 9 / 12, "feet")
  9426. },
  9427. {
  9428. name: "Macro",
  9429. height: math.unit(200, "meters"),
  9430. default: true
  9431. },
  9432. {
  9433. name: "Megamacro",
  9434. height: math.unit(1000, "meters")
  9435. },
  9436. ]
  9437. ))
  9438. characterMakers.push(() => makeCharacter(
  9439. { name: "Vanrel" },
  9440. {
  9441. front: {
  9442. height: math.unit(4 + 7 / 12, "feet"),
  9443. weight: math.unit(150, "lb"),
  9444. name: "Front",
  9445. image: {
  9446. source: "./media/characters/vanrel/front.svg",
  9447. extra: 1,
  9448. bottom: 0.02
  9449. }
  9450. },
  9451. elemental: {
  9452. height: math.unit(3, "feet"),
  9453. weight: math.unit(150, "lb"),
  9454. name: "Elemental",
  9455. image: {
  9456. source: "./media/characters/vanrel/elemental.svg",
  9457. extra: 192.3/162.8,
  9458. bottom: 1.79/194.17
  9459. }
  9460. },
  9461. side: {
  9462. height: math.unit(4 + 7 / 12, "feet"),
  9463. weight: math.unit(150, "lb"),
  9464. name: "Side",
  9465. image: {
  9466. source: "./media/characters/vanrel/side.svg",
  9467. extra: 1,
  9468. bottom: 0.025
  9469. }
  9470. },
  9471. tome: {
  9472. height: math.unit(1.35, "feet"),
  9473. weight: math.unit(10, "lb"),
  9474. name: "Vanrel's Tome",
  9475. rename: true,
  9476. image: {
  9477. source: "./media/characters/vanrel/tome.svg"
  9478. }
  9479. },
  9480. beans: {
  9481. height: math.unit(0.89, "feet"),
  9482. name: "Beans",
  9483. image: {
  9484. source: "./media/characters/vanrel/beans.svg"
  9485. }
  9486. },
  9487. },
  9488. [
  9489. {
  9490. name: "Normal",
  9491. height: math.unit(4 + 7 / 12, "feet"),
  9492. default: true
  9493. },
  9494. ]
  9495. ))
  9496. characterMakers.push(() => makeCharacter(
  9497. { name: "Kuiper Vanrel" },
  9498. {
  9499. front: {
  9500. height: math.unit(7 + 5 / 12, "feet"),
  9501. weight: math.unit(150, "lb"),
  9502. name: "Front",
  9503. image: {
  9504. source: "./media/characters/kuiper-vanrel/front.svg",
  9505. extra: 1118 / 1068,
  9506. bottom: 0.09
  9507. }
  9508. },
  9509. foot: {
  9510. height: math.unit(0.55, "meters"),
  9511. name: "Foot",
  9512. image: {
  9513. source: "./media/characters/kuiper-vanrel/foot.svg",
  9514. }
  9515. },
  9516. },
  9517. [
  9518. {
  9519. name: "Normal",
  9520. height: math.unit(7 + 5 / 12, "feet"),
  9521. default: true
  9522. },
  9523. ]
  9524. ))
  9525. characterMakers.push(() => makeCharacter(
  9526. { name: "Keset Vanrel" },
  9527. {
  9528. front: {
  9529. height: math.unit(8 + 5 / 12, "feet"),
  9530. weight: math.unit(150, "lb"),
  9531. name: "Front",
  9532. image: {
  9533. source: "./media/characters/keset-vanrel/front.svg",
  9534. extra: 1150 / 1084,
  9535. bottom: 0.05
  9536. }
  9537. },
  9538. hand: {
  9539. height: math.unit(0.6, "meters"),
  9540. name: "Hand",
  9541. image: {
  9542. source: "./media/characters/keset-vanrel/hand.svg"
  9543. }
  9544. },
  9545. foot: {
  9546. height: math.unit(0.94978, "meters"),
  9547. name: "Foot",
  9548. image: {
  9549. source: "./media/characters/keset-vanrel/foot.svg"
  9550. }
  9551. },
  9552. },
  9553. [
  9554. {
  9555. name: "Normal",
  9556. height: math.unit(8 + 5 / 12, "feet"),
  9557. default: true
  9558. },
  9559. ]
  9560. ))
  9561. characterMakers.push(() => makeCharacter(
  9562. { name: "Neos" },
  9563. {
  9564. front: {
  9565. height: math.unit(6, "feet"),
  9566. weight: math.unit(150, "lb"),
  9567. name: "Front",
  9568. image: {
  9569. source: "./media/characters/neos/front.svg",
  9570. extra: 1696 / 992,
  9571. bottom: 0.14
  9572. }
  9573. },
  9574. },
  9575. [
  9576. {
  9577. name: "Normal",
  9578. height: math.unit(54, "cm"),
  9579. default: true
  9580. },
  9581. {
  9582. name: "Macro",
  9583. height: math.unit(100, "m")
  9584. },
  9585. {
  9586. name: "Megamacro",
  9587. height: math.unit(10, "km")
  9588. },
  9589. {
  9590. name: "Megamacro+",
  9591. height: math.unit(100, "km")
  9592. },
  9593. {
  9594. name: "Gigamacro",
  9595. height: math.unit(100, "Mm")
  9596. },
  9597. {
  9598. name: "Teramacro",
  9599. height: math.unit(100, "Gm")
  9600. },
  9601. {
  9602. name: "Examacro",
  9603. height: math.unit(100, "Em")
  9604. },
  9605. {
  9606. name: "Godly",
  9607. height: math.unit(10000, "Ym")
  9608. },
  9609. {
  9610. name: "Beyond Godly",
  9611. height: math.unit(10000000, "Ym")
  9612. },
  9613. ]
  9614. ))
  9615. characterMakers.push(() => makeCharacter(
  9616. { name: "Sammy Mouse" },
  9617. {
  9618. feminine: {
  9619. height: math.unit(5, "feet"),
  9620. weight: math.unit(100, "lb"),
  9621. name: "Feminine",
  9622. image: {
  9623. source: "./media/characters/sammy-mouse/feminine.svg",
  9624. extra: 2526 / 2425,
  9625. bottom: 0.123
  9626. }
  9627. },
  9628. masculine: {
  9629. height: math.unit(5, "feet"),
  9630. weight: math.unit(100, "lb"),
  9631. name: "Masculine",
  9632. image: {
  9633. source: "./media/characters/sammy-mouse/masculine.svg",
  9634. extra: 2526 / 2425,
  9635. bottom: 0.123
  9636. }
  9637. },
  9638. },
  9639. [
  9640. {
  9641. name: "Micro",
  9642. height: math.unit(5, "inches")
  9643. },
  9644. {
  9645. name: "Normal",
  9646. height: math.unit(5, "feet"),
  9647. default: true
  9648. },
  9649. {
  9650. name: "Macro",
  9651. height: math.unit(60, "feet")
  9652. },
  9653. ]
  9654. ))
  9655. characterMakers.push(() => makeCharacter(
  9656. { name: "Kole" },
  9657. {
  9658. front: {
  9659. height: math.unit(4, "feet"),
  9660. weight: math.unit(50, "lb"),
  9661. name: "Front",
  9662. image: {
  9663. source: "./media/characters/kole/front.svg",
  9664. extra: 1423 / 1303,
  9665. bottom: 0.025
  9666. }
  9667. },
  9668. back: {
  9669. height: math.unit(4, "feet"),
  9670. weight: math.unit(50, "lb"),
  9671. name: "Back",
  9672. image: {
  9673. source: "./media/characters/kole/back.svg",
  9674. extra: 1426 / 1280,
  9675. bottom: 0.02
  9676. }
  9677. },
  9678. },
  9679. [
  9680. {
  9681. name: "Normal",
  9682. height: math.unit(4, "feet"),
  9683. default: true
  9684. },
  9685. ]
  9686. ))
  9687. characterMakers.push(() => makeCharacter(
  9688. { name: "Rufran" },
  9689. {
  9690. front: {
  9691. height: math.unit(2 + 6 / 12, "feet"),
  9692. weight: math.unit(20, "lb"),
  9693. name: "Front",
  9694. image: {
  9695. source: "./media/characters/rufran/front.svg",
  9696. extra: 2041 / 1839,
  9697. bottom: 0.055
  9698. }
  9699. },
  9700. back: {
  9701. height: math.unit(2 + 6 / 12, "feet"),
  9702. weight: math.unit(20, "lb"),
  9703. name: "Back",
  9704. image: {
  9705. source: "./media/characters/rufran/back.svg",
  9706. extra: 2054 / 1839,
  9707. bottom: 0.01
  9708. }
  9709. },
  9710. hand: {
  9711. height: math.unit(0.2166, "meters"),
  9712. name: "Hand",
  9713. image: {
  9714. source: "./media/characters/rufran/hand.svg"
  9715. }
  9716. },
  9717. foot: {
  9718. height: math.unit(0.185, "meters"),
  9719. name: "Foot",
  9720. image: {
  9721. source: "./media/characters/rufran/foot.svg"
  9722. }
  9723. },
  9724. },
  9725. [
  9726. {
  9727. name: "Micro",
  9728. height: math.unit(1, "inch")
  9729. },
  9730. {
  9731. name: "Normal",
  9732. height: math.unit(2 + 6 / 12, "feet"),
  9733. default: true
  9734. },
  9735. {
  9736. name: "Big",
  9737. height: math.unit(60, "feet")
  9738. },
  9739. {
  9740. name: "Macro",
  9741. height: math.unit(325, "feet")
  9742. },
  9743. ]
  9744. ))
  9745. characterMakers.push(() => makeCharacter(
  9746. { name: "Chip" },
  9747. {
  9748. front: {
  9749. height: math.unit(0.3, "meters"),
  9750. weight: math.unit(3.5, "kg"),
  9751. name: "Front",
  9752. image: {
  9753. source: "./media/characters/chip/front.svg",
  9754. extra: 748 / 674
  9755. }
  9756. },
  9757. },
  9758. [
  9759. {
  9760. name: "Micro",
  9761. height: math.unit(1, "inch"),
  9762. default: true
  9763. },
  9764. ]
  9765. ))
  9766. characterMakers.push(() => makeCharacter(
  9767. { name: "Torvid" },
  9768. {
  9769. side: {
  9770. height: math.unit(2.3, "meters"),
  9771. weight: math.unit(3500, "lb"),
  9772. name: "Side",
  9773. image: {
  9774. source: "./media/characters/torvid/side.svg",
  9775. extra: 1972 / 722,
  9776. bottom: 0.035
  9777. }
  9778. },
  9779. },
  9780. [
  9781. {
  9782. name: "Normal",
  9783. height: math.unit(2.3, "meters"),
  9784. default: true
  9785. },
  9786. ]
  9787. ))
  9788. characterMakers.push(() => makeCharacter(
  9789. { name: "Susan" },
  9790. {
  9791. front: {
  9792. height: math.unit(2, "meters"),
  9793. weight: math.unit(150.5, "kg"),
  9794. name: "Front",
  9795. image: {
  9796. source: "./media/characters/susan/front.svg",
  9797. extra: 693 / 635,
  9798. bottom: 0.05
  9799. }
  9800. },
  9801. },
  9802. [
  9803. {
  9804. name: "Megamacro",
  9805. height: math.unit(505, "miles"),
  9806. default: true
  9807. },
  9808. ]
  9809. ))
  9810. characterMakers.push(() => makeCharacter(
  9811. { name: "Raindrops" },
  9812. {
  9813. front: {
  9814. height: math.unit(6, "feet"),
  9815. weight: math.unit(150, "lb"),
  9816. name: "Front",
  9817. image: {
  9818. source: "./media/characters/raindrops/front.svg",
  9819. extra: 2655 / 2461,
  9820. bottom: 0.02
  9821. }
  9822. },
  9823. back: {
  9824. height: math.unit(6, "feet"),
  9825. weight: math.unit(150, "lb"),
  9826. name: "Back",
  9827. image: {
  9828. source: "./media/characters/raindrops/back.svg",
  9829. extra: 2574 / 2400,
  9830. bottom: 0.03
  9831. }
  9832. },
  9833. },
  9834. [
  9835. {
  9836. name: "Micro",
  9837. height: math.unit(6, "inches")
  9838. },
  9839. {
  9840. name: "Normal",
  9841. height: math.unit(6 + 2 / 12, "feet")
  9842. },
  9843. {
  9844. name: "Macro",
  9845. height: math.unit(131, "feet"),
  9846. default: true
  9847. },
  9848. {
  9849. name: "Megamacro",
  9850. height: math.unit(15, "miles")
  9851. },
  9852. {
  9853. name: "Gigamacro",
  9854. height: math.unit(4000, "miles")
  9855. },
  9856. {
  9857. name: "Teramacro",
  9858. height: math.unit(315000, "miles")
  9859. },
  9860. ]
  9861. ))
  9862. characterMakers.push(() => makeCharacter(
  9863. { name: "Tezwa" },
  9864. {
  9865. front: {
  9866. height: math.unit(2.794, "meters"),
  9867. weight: math.unit(325, "kg"),
  9868. name: "Front",
  9869. image: {
  9870. source: "./media/characters/tezwa/front.svg",
  9871. extra: 2083 / 1906,
  9872. bottom: 0.031
  9873. }
  9874. },
  9875. foot: {
  9876. height: math.unit(0.687, "meters"),
  9877. name: "Foot",
  9878. image: {
  9879. source: "./media/characters/tezwa/foot.svg"
  9880. }
  9881. },
  9882. },
  9883. [
  9884. {
  9885. name: "Normal",
  9886. height: math.unit(9 + 2 / 12, "feet"),
  9887. default: true
  9888. },
  9889. ]
  9890. ))
  9891. characterMakers.push(() => makeCharacter(
  9892. { name: "Typhus" },
  9893. {
  9894. front: {
  9895. height: math.unit(58, "feet"),
  9896. weight: math.unit(89000, "lb"),
  9897. name: "Front",
  9898. image: {
  9899. source: "./media/characters/typhus/front.svg",
  9900. extra: 816 / 800,
  9901. bottom: 0.065
  9902. }
  9903. },
  9904. },
  9905. [
  9906. {
  9907. name: "Macro",
  9908. height: math.unit(58, "feet"),
  9909. default: true
  9910. },
  9911. ]
  9912. ))
  9913. characterMakers.push(() => makeCharacter(
  9914. { name: "Lyra Von Wulf" },
  9915. {
  9916. front: {
  9917. height: math.unit(12, "feet"),
  9918. weight: math.unit(6, "tonnes"),
  9919. name: "Front",
  9920. image: {
  9921. source: "./media/characters/lyra-von-wulf/front.svg",
  9922. extra: 1,
  9923. bottom: 0.10
  9924. }
  9925. },
  9926. frontMecha: {
  9927. height: math.unit(12, "feet"),
  9928. weight: math.unit(12, "tonnes"),
  9929. name: "Front (Mecha)",
  9930. image: {
  9931. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9932. extra: 1,
  9933. bottom: 0.042
  9934. }
  9935. },
  9936. maw: {
  9937. height: math.unit(2.2, "feet"),
  9938. name: "Maw",
  9939. image: {
  9940. source: "./media/characters/lyra-von-wulf/maw.svg"
  9941. }
  9942. },
  9943. },
  9944. [
  9945. {
  9946. name: "Normal",
  9947. height: math.unit(12, "feet"),
  9948. default: true
  9949. },
  9950. {
  9951. name: "Classic",
  9952. height: math.unit(50, "feet")
  9953. },
  9954. {
  9955. name: "Macro",
  9956. height: math.unit(500, "feet")
  9957. },
  9958. {
  9959. name: "Megamacro",
  9960. height: math.unit(1, "mile")
  9961. },
  9962. {
  9963. name: "Gigamacro",
  9964. height: math.unit(400, "miles")
  9965. },
  9966. {
  9967. name: "Teramacro",
  9968. height: math.unit(22000, "miles")
  9969. },
  9970. {
  9971. name: "Solarmacro",
  9972. height: math.unit(8600000, "miles")
  9973. },
  9974. {
  9975. name: "Galactic",
  9976. height: math.unit(1057000, "lightyears")
  9977. },
  9978. ]
  9979. ))
  9980. characterMakers.push(() => makeCharacter(
  9981. { name: "Dixon" },
  9982. {
  9983. front: {
  9984. height: math.unit(6 + 10 / 12, "feet"),
  9985. weight: math.unit(150, "lb"),
  9986. name: "Front",
  9987. image: {
  9988. source: "./media/characters/dixon/front.svg",
  9989. extra: 3361 / 3209,
  9990. bottom: 0.01
  9991. }
  9992. },
  9993. },
  9994. [
  9995. {
  9996. name: "Normal",
  9997. height: math.unit(6 + 10 / 12, "feet"),
  9998. default: true
  9999. },
  10000. {
  10001. name: "Big",
  10002. height: math.unit(12, "meters")
  10003. },
  10004. {
  10005. name: "Macro",
  10006. height: math.unit(500, "meters")
  10007. },
  10008. {
  10009. name: "Megamacro",
  10010. height: math.unit(2, "km")
  10011. },
  10012. ]
  10013. ))
  10014. characterMakers.push(() => makeCharacter(
  10015. { name: "Kauko" },
  10016. {
  10017. front: {
  10018. height: math.unit(185, "cm"),
  10019. weight: math.unit(68, "kg"),
  10020. name: "Front",
  10021. image: {
  10022. source: "./media/characters/kauko/front.svg",
  10023. extra: 1455 / 1421,
  10024. bottom: 0.03
  10025. }
  10026. },
  10027. back: {
  10028. height: math.unit(185, "cm"),
  10029. weight: math.unit(68, "kg"),
  10030. name: "Back",
  10031. image: {
  10032. source: "./media/characters/kauko/back.svg",
  10033. extra: 1455 / 1421,
  10034. bottom: 0.004
  10035. }
  10036. },
  10037. },
  10038. [
  10039. {
  10040. name: "Normal",
  10041. height: math.unit(185, "cm"),
  10042. default: true
  10043. },
  10044. ]
  10045. ))
  10046. characterMakers.push(() => makeCharacter(
  10047. { name: "Varg" },
  10048. {
  10049. front: {
  10050. height: math.unit(6, "feet"),
  10051. weight: math.unit(150, "kg"),
  10052. name: "Front",
  10053. image: {
  10054. source: "./media/characters/varg/front.svg",
  10055. extra: 1108 / 1018,
  10056. bottom: 0.0375
  10057. }
  10058. },
  10059. },
  10060. [
  10061. {
  10062. name: "Normal",
  10063. height: math.unit(5, "meters")
  10064. },
  10065. {
  10066. name: "Macro",
  10067. height: math.unit(200, "meters")
  10068. },
  10069. {
  10070. name: "Megamacro",
  10071. height: math.unit(20, "kilometers")
  10072. },
  10073. {
  10074. name: "True Size",
  10075. height: math.unit(211, "km"),
  10076. default: true
  10077. },
  10078. {
  10079. name: "Gigamacro",
  10080. height: math.unit(1000, "km")
  10081. },
  10082. {
  10083. name: "Gigamacro+",
  10084. height: math.unit(8000, "km")
  10085. },
  10086. {
  10087. name: "Teramacro",
  10088. height: math.unit(1000000, "km")
  10089. },
  10090. ]
  10091. ))
  10092. characterMakers.push(() => makeCharacter(
  10093. { name: "Dayza" },
  10094. {
  10095. front: {
  10096. height: math.unit(7 + 7 / 12, "feet"),
  10097. weight: math.unit(267, "lb"),
  10098. name: "Front",
  10099. image: {
  10100. source: "./media/characters/dayza/front.svg",
  10101. extra: 1262 / 1200,
  10102. bottom: 0.035
  10103. }
  10104. },
  10105. side: {
  10106. height: math.unit(7 + 7 / 12, "feet"),
  10107. weight: math.unit(267, "lb"),
  10108. name: "Side",
  10109. image: {
  10110. source: "./media/characters/dayza/side.svg",
  10111. extra: 1295 / 1245,
  10112. bottom: 0.05
  10113. }
  10114. },
  10115. back: {
  10116. height: math.unit(7 + 7 / 12, "feet"),
  10117. weight: math.unit(267, "lb"),
  10118. name: "Back",
  10119. image: {
  10120. source: "./media/characters/dayza/back.svg",
  10121. extra: 1241 / 1170
  10122. }
  10123. },
  10124. },
  10125. [
  10126. {
  10127. name: "Normal",
  10128. height: math.unit(7 + 7 / 12, "feet"),
  10129. default: true
  10130. },
  10131. {
  10132. name: "Macro",
  10133. height: math.unit(155, "feet")
  10134. },
  10135. ]
  10136. ))
  10137. characterMakers.push(() => makeCharacter(
  10138. { name: "Xanthos" },
  10139. {
  10140. front: {
  10141. height: math.unit(6 + 5 / 12, "feet"),
  10142. weight: math.unit(160, "lb"),
  10143. name: "Front",
  10144. image: {
  10145. source: "./media/characters/xanthos/front.svg",
  10146. extra: 1,
  10147. bottom: 0.04
  10148. }
  10149. },
  10150. back: {
  10151. height: math.unit(6 + 5 / 12, "feet"),
  10152. weight: math.unit(160, "lb"),
  10153. name: "Back",
  10154. image: {
  10155. source: "./media/characters/xanthos/back.svg",
  10156. extra: 1,
  10157. bottom: 0.03
  10158. }
  10159. },
  10160. hand: {
  10161. height: math.unit(0.928, "feet"),
  10162. name: "Hand",
  10163. image: {
  10164. source: "./media/characters/xanthos/hand.svg"
  10165. }
  10166. },
  10167. foot: {
  10168. height: math.unit(1.286, "feet"),
  10169. name: "Foot",
  10170. image: {
  10171. source: "./media/characters/xanthos/foot.svg"
  10172. }
  10173. },
  10174. },
  10175. [
  10176. {
  10177. name: "Normal",
  10178. height: math.unit(6 + 5 / 12, "feet"),
  10179. default: true
  10180. },
  10181. {
  10182. name: "Normal+",
  10183. height: math.unit(6, "meters")
  10184. },
  10185. {
  10186. name: "Macro",
  10187. height: math.unit(40, "feet")
  10188. },
  10189. {
  10190. name: "Macro+",
  10191. height: math.unit(200, "meters")
  10192. },
  10193. {
  10194. name: "Megamacro",
  10195. height: math.unit(20, "km")
  10196. },
  10197. {
  10198. name: "Megamacro+",
  10199. height: math.unit(100, "km")
  10200. },
  10201. ]
  10202. ))
  10203. characterMakers.push(() => makeCharacter(
  10204. { name: "Grynn" },
  10205. {
  10206. front: {
  10207. height: math.unit(6 + 3 / 12, "feet"),
  10208. weight: math.unit(215, "lb"),
  10209. name: "Front",
  10210. image: {
  10211. source: "./media/characters/grynn/front.svg",
  10212. extra: 4627 / 4209,
  10213. bottom: 0.047
  10214. }
  10215. },
  10216. },
  10217. [
  10218. {
  10219. name: "Micro",
  10220. height: math.unit(6, "inches")
  10221. },
  10222. {
  10223. name: "Normal",
  10224. height: math.unit(6 + 3 / 12, "feet"),
  10225. default: true
  10226. },
  10227. {
  10228. name: "Big",
  10229. height: math.unit(104, "feet")
  10230. },
  10231. {
  10232. name: "Macro",
  10233. height: math.unit(944, "feet")
  10234. },
  10235. {
  10236. name: "Macro+",
  10237. height: math.unit(9480, "feet")
  10238. },
  10239. {
  10240. name: "Megamacro",
  10241. height: math.unit(78752, "feet")
  10242. },
  10243. {
  10244. name: "Megamacro+",
  10245. height: math.unit(630128, "feet")
  10246. },
  10247. {
  10248. name: "Megamacro++",
  10249. height: math.unit(3150695, "feet")
  10250. },
  10251. ]
  10252. ))
  10253. characterMakers.push(() => makeCharacter(
  10254. { name: "Mocha Aura" },
  10255. {
  10256. front: {
  10257. height: math.unit(7 + 5 / 12, "feet"),
  10258. weight: math.unit(450, "lb"),
  10259. name: "Front",
  10260. image: {
  10261. source: "./media/characters/mocha-aura/front.svg",
  10262. extra: 1907 / 1817,
  10263. bottom: 0.04
  10264. }
  10265. },
  10266. back: {
  10267. height: math.unit(7 + 5 / 12, "feet"),
  10268. weight: math.unit(450, "lb"),
  10269. name: "Back",
  10270. image: {
  10271. source: "./media/characters/mocha-aura/back.svg",
  10272. extra: 1900 / 1825,
  10273. bottom: 0.045
  10274. }
  10275. },
  10276. },
  10277. [
  10278. {
  10279. name: "Nano",
  10280. height: math.unit(1, "nm")
  10281. },
  10282. {
  10283. name: "Megamicro",
  10284. height: math.unit(1, "mm")
  10285. },
  10286. {
  10287. name: "Micro",
  10288. height: math.unit(3, "inches")
  10289. },
  10290. {
  10291. name: "Normal",
  10292. height: math.unit(7 + 5 / 12, "feet"),
  10293. default: true
  10294. },
  10295. {
  10296. name: "Macro",
  10297. height: math.unit(30, "feet")
  10298. },
  10299. {
  10300. name: "Megamacro",
  10301. height: math.unit(3500, "feet")
  10302. },
  10303. {
  10304. name: "Teramacro",
  10305. height: math.unit(500000, "miles")
  10306. },
  10307. {
  10308. name: "Petamacro",
  10309. height: math.unit(50000000000000000, "parsecs")
  10310. },
  10311. ]
  10312. ))
  10313. characterMakers.push(() => makeCharacter(
  10314. { name: "Ilisha Devya" },
  10315. {
  10316. front: {
  10317. height: math.unit(6, "feet"),
  10318. weight: math.unit(150, "lb"),
  10319. name: "Front",
  10320. image: {
  10321. source: "./media/characters/ilisha-devya/front.svg",
  10322. extra: 1,
  10323. bottom: 0.175
  10324. }
  10325. },
  10326. back: {
  10327. height: math.unit(6, "feet"),
  10328. weight: math.unit(150, "lb"),
  10329. name: "Back",
  10330. image: {
  10331. source: "./media/characters/ilisha-devya/back.svg",
  10332. extra: 1,
  10333. bottom: 0.015
  10334. }
  10335. },
  10336. },
  10337. [
  10338. {
  10339. name: "Macro",
  10340. height: math.unit(500, "feet"),
  10341. default: true
  10342. },
  10343. {
  10344. name: "Megamacro",
  10345. height: math.unit(10, "miles")
  10346. },
  10347. {
  10348. name: "Gigamacro",
  10349. height: math.unit(100000, "miles")
  10350. },
  10351. {
  10352. name: "Examacro",
  10353. height: math.unit(1e9, "lightyears")
  10354. },
  10355. {
  10356. name: "Omniversal",
  10357. height: math.unit(1e33, "lightyears")
  10358. },
  10359. {
  10360. name: "Beyond Infinite",
  10361. height: math.unit(1e100, "lightyears")
  10362. },
  10363. ]
  10364. ))
  10365. characterMakers.push(() => makeCharacter(
  10366. { name: "Mira" },
  10367. {
  10368. Side: {
  10369. height: math.unit(6, "feet"),
  10370. weight: math.unit(150, "lb"),
  10371. name: "Side",
  10372. image: {
  10373. source: "./media/characters/mira/side.svg",
  10374. extra: 900 / 799,
  10375. bottom: 0.02
  10376. }
  10377. },
  10378. },
  10379. [
  10380. {
  10381. name: "Human Size",
  10382. height: math.unit(6, "feet")
  10383. },
  10384. {
  10385. name: "Macro",
  10386. height: math.unit(100, "feet"),
  10387. default: true
  10388. },
  10389. {
  10390. name: "Megamacro",
  10391. height: math.unit(10, "miles")
  10392. },
  10393. {
  10394. name: "Gigamacro",
  10395. height: math.unit(25000, "miles")
  10396. },
  10397. {
  10398. name: "Teramacro",
  10399. height: math.unit(300, "AU")
  10400. },
  10401. {
  10402. name: "Full Size",
  10403. height: math.unit(4.5e10, "lightyears")
  10404. },
  10405. ]
  10406. ))
  10407. characterMakers.push(() => makeCharacter(
  10408. { name: "Holly" },
  10409. {
  10410. front: {
  10411. height: math.unit(6, "feet"),
  10412. weight: math.unit(150, "lb"),
  10413. name: "Front",
  10414. image: {
  10415. source: "./media/characters/holly/front.svg",
  10416. extra: 639 / 606
  10417. }
  10418. },
  10419. back: {
  10420. height: math.unit(6, "feet"),
  10421. weight: math.unit(150, "lb"),
  10422. name: "Back",
  10423. image: {
  10424. source: "./media/characters/holly/back.svg",
  10425. extra: 623 / 598
  10426. }
  10427. },
  10428. frontWorking: {
  10429. height: math.unit(6, "feet"),
  10430. weight: math.unit(150, "lb"),
  10431. name: "Front (Working)",
  10432. image: {
  10433. source: "./media/characters/holly/front-working.svg",
  10434. extra: 607 / 577,
  10435. bottom: 0.048
  10436. }
  10437. },
  10438. },
  10439. [
  10440. {
  10441. name: "Normal",
  10442. height: math.unit(12 + 3 / 12, "feet"),
  10443. default: true
  10444. },
  10445. ]
  10446. ))
  10447. characterMakers.push(() => makeCharacter(
  10448. { name: "Porter" },
  10449. {
  10450. front: {
  10451. height: math.unit(6, "feet"),
  10452. weight: math.unit(150, "lb"),
  10453. name: "Front",
  10454. image: {
  10455. source: "./media/characters/porter/front.svg",
  10456. extra: 1,
  10457. bottom: 0.01
  10458. }
  10459. },
  10460. frontRobes: {
  10461. height: math.unit(6, "feet"),
  10462. weight: math.unit(150, "lb"),
  10463. name: "Front (Robes)",
  10464. image: {
  10465. source: "./media/characters/porter/front-robes.svg",
  10466. extra: 1.01,
  10467. bottom: 0.01
  10468. }
  10469. },
  10470. },
  10471. [
  10472. {
  10473. name: "Normal",
  10474. height: math.unit(11 + 9 / 12, "feet"),
  10475. default: true
  10476. },
  10477. ]
  10478. ))
  10479. characterMakers.push(() => makeCharacter(
  10480. { name: "Lucy" },
  10481. {
  10482. legendary: {
  10483. height: math.unit(6, "feet"),
  10484. weight: math.unit(150, "lb"),
  10485. name: "Legendary",
  10486. image: {
  10487. source: "./media/characters/lucy/legendary.svg",
  10488. extra: 1355 / 1100,
  10489. bottom: 0.045
  10490. }
  10491. },
  10492. },
  10493. [
  10494. {
  10495. name: "Legendary",
  10496. height: math.unit(86882 * 2, "miles"),
  10497. default: true
  10498. },
  10499. ]
  10500. ))
  10501. characterMakers.push(() => makeCharacter(
  10502. { name: "Drusilla" },
  10503. {
  10504. front: {
  10505. height: math.unit(6, "feet"),
  10506. weight: math.unit(150, "lb"),
  10507. name: "Front",
  10508. image: {
  10509. source: "./media/characters/drusilla/front.svg",
  10510. extra: 678 / 635,
  10511. bottom: 0.03
  10512. }
  10513. },
  10514. back: {
  10515. height: math.unit(6, "feet"),
  10516. weight: math.unit(150, "lb"),
  10517. name: "Back",
  10518. image: {
  10519. source: "./media/characters/drusilla/back.svg",
  10520. extra: 678 / 635,
  10521. bottom: 0.005
  10522. }
  10523. },
  10524. },
  10525. [
  10526. {
  10527. name: "Macro",
  10528. height: math.unit(100, "feet")
  10529. },
  10530. {
  10531. name: "Canon Height",
  10532. height: math.unit(2000, "feet"),
  10533. default: true
  10534. },
  10535. ]
  10536. ))
  10537. characterMakers.push(() => makeCharacter(
  10538. { name: "Renard Thatch" },
  10539. {
  10540. front: {
  10541. height: math.unit(6, "feet"),
  10542. weight: math.unit(180, "lb"),
  10543. name: "Front",
  10544. image: {
  10545. source: "./media/characters/renard-thatch/front.svg",
  10546. extra: 2411 / 2275,
  10547. bottom: 0.01
  10548. }
  10549. },
  10550. frontPosing: {
  10551. height: math.unit(6, "feet"),
  10552. weight: math.unit(180, "lb"),
  10553. name: "Front (Posing)",
  10554. image: {
  10555. source: "./media/characters/renard-thatch/front-posing.svg",
  10556. extra: 2381 / 2261,
  10557. bottom: 0.01
  10558. }
  10559. },
  10560. back: {
  10561. height: math.unit(6, "feet"),
  10562. weight: math.unit(180, "lb"),
  10563. name: "Back",
  10564. image: {
  10565. source: "./media/characters/renard-thatch/back.svg",
  10566. extra: 2428 / 2288
  10567. }
  10568. },
  10569. },
  10570. [
  10571. {
  10572. name: "Micro",
  10573. height: math.unit(3, "inches")
  10574. },
  10575. {
  10576. name: "Default",
  10577. height: math.unit(6, "feet"),
  10578. default: true
  10579. },
  10580. {
  10581. name: "Macro",
  10582. height: math.unit(75, "feet")
  10583. },
  10584. ]
  10585. ))
  10586. characterMakers.push(() => makeCharacter(
  10587. { name: "Sekvra" },
  10588. {
  10589. front: {
  10590. height: math.unit(1450, "feet"),
  10591. weight: math.unit(1.21e6, "tons"),
  10592. name: "Front",
  10593. image: {
  10594. source: "./media/characters/sekvra/front.svg",
  10595. extra: 1,
  10596. bottom: 0.03
  10597. }
  10598. },
  10599. frontClothed: {
  10600. height: math.unit(1450, "feet"),
  10601. weight: math.unit(1.21e6, "tons"),
  10602. name: "Front (Clothed)",
  10603. image: {
  10604. source: "./media/characters/sekvra/front-clothed.svg",
  10605. extra: 1,
  10606. bottom: 0.03
  10607. }
  10608. },
  10609. side: {
  10610. height: math.unit(1450, "feet"),
  10611. weight: math.unit(1.21e6, "tons"),
  10612. name: "Side",
  10613. image: {
  10614. source: "./media/characters/sekvra/side.svg",
  10615. extra: 1,
  10616. bottom: 0.025
  10617. }
  10618. },
  10619. back: {
  10620. height: math.unit(1450, "feet"),
  10621. weight: math.unit(1.21e6, "tons"),
  10622. name: "Back",
  10623. image: {
  10624. source: "./media/characters/sekvra/back.svg",
  10625. extra: 1,
  10626. bottom: 0.005
  10627. }
  10628. },
  10629. },
  10630. [
  10631. {
  10632. name: "Macro",
  10633. height: math.unit(1450, "feet"),
  10634. default: true
  10635. },
  10636. {
  10637. name: "Megamacro",
  10638. height: math.unit(15000, "feet")
  10639. },
  10640. ]
  10641. ))
  10642. characterMakers.push(() => makeCharacter(
  10643. { name: "Carmine" },
  10644. {
  10645. front: {
  10646. height: math.unit(6, "feet"),
  10647. weight: math.unit(150, "lb"),
  10648. name: "Front",
  10649. image: {
  10650. source: "./media/characters/carmine/front.svg",
  10651. extra: 1,
  10652. bottom: 0.035
  10653. }
  10654. },
  10655. frontArmor: {
  10656. height: math.unit(6, "feet"),
  10657. weight: math.unit(150, "lb"),
  10658. name: "Front (Armor)",
  10659. image: {
  10660. source: "./media/characters/carmine/front-armor.svg",
  10661. extra: 1,
  10662. bottom: 0.035
  10663. }
  10664. },
  10665. },
  10666. [
  10667. {
  10668. name: "Large",
  10669. height: math.unit(1, "mile")
  10670. },
  10671. {
  10672. name: "Huge",
  10673. height: math.unit(40, "miles"),
  10674. default: true
  10675. },
  10676. {
  10677. name: "Colossal",
  10678. height: math.unit(2500, "miles")
  10679. },
  10680. ]
  10681. ))
  10682. characterMakers.push(() => makeCharacter(
  10683. { name: "Elyssia" },
  10684. {
  10685. front: {
  10686. height: math.unit(6, "feet"),
  10687. weight: math.unit(150, "lb"),
  10688. name: "Front",
  10689. image: {
  10690. source: "./media/characters/elyssia/front.svg",
  10691. extra: 2201 / 2035,
  10692. bottom: 0.05
  10693. }
  10694. },
  10695. frontClothed: {
  10696. height: math.unit(6, "feet"),
  10697. weight: math.unit(150, "lb"),
  10698. name: "Front (Clothed)",
  10699. image: {
  10700. source: "./media/characters/elyssia/front-clothed.svg",
  10701. extra: 2201 / 2035,
  10702. bottom: 0.05
  10703. }
  10704. },
  10705. back: {
  10706. height: math.unit(6, "feet"),
  10707. weight: math.unit(150, "lb"),
  10708. name: "Back",
  10709. image: {
  10710. source: "./media/characters/elyssia/back.svg",
  10711. extra: 2201 / 2035,
  10712. bottom: 0.013
  10713. }
  10714. },
  10715. },
  10716. [
  10717. {
  10718. name: "Smaller",
  10719. height: math.unit(150, "feet")
  10720. },
  10721. {
  10722. name: "Standard",
  10723. height: math.unit(1400, "feet"),
  10724. default: true
  10725. },
  10726. {
  10727. name: "Distracted",
  10728. height: math.unit(15000, "feet")
  10729. },
  10730. ]
  10731. ))
  10732. characterMakers.push(() => makeCharacter(
  10733. { name: "Geno Maxwell" },
  10734. {
  10735. front: {
  10736. height: math.unit(7 + 4 / 12, "feet"),
  10737. weight: math.unit(500, "lb"),
  10738. name: "Front",
  10739. image: {
  10740. source: "./media/characters/geno-maxwell/front.svg",
  10741. extra: 2207 / 2040,
  10742. bottom: 0.015
  10743. }
  10744. },
  10745. },
  10746. [
  10747. {
  10748. name: "Micro",
  10749. height: math.unit(3, "inches")
  10750. },
  10751. {
  10752. name: "Normal",
  10753. height: math.unit(7 + 4 / 12, "feet"),
  10754. default: true
  10755. },
  10756. {
  10757. name: "Macro",
  10758. height: math.unit(220, "feet")
  10759. },
  10760. {
  10761. name: "Megamacro",
  10762. height: math.unit(11, "miles")
  10763. },
  10764. ]
  10765. ))
  10766. characterMakers.push(() => makeCharacter(
  10767. { name: "Regena Maxwell" },
  10768. {
  10769. front: {
  10770. height: math.unit(7 + 4 / 12, "feet"),
  10771. weight: math.unit(500, "lb"),
  10772. name: "Front",
  10773. image: {
  10774. source: "./media/characters/regena-maxwell/front.svg",
  10775. extra: 3115 / 2770,
  10776. bottom: 0.02
  10777. }
  10778. },
  10779. },
  10780. [
  10781. {
  10782. name: "Normal",
  10783. height: math.unit(7 + 4 / 12, "feet"),
  10784. default: true
  10785. },
  10786. {
  10787. name: "Macro",
  10788. height: math.unit(220, "feet")
  10789. },
  10790. {
  10791. name: "Megamacro",
  10792. height: math.unit(11, "miles")
  10793. },
  10794. ]
  10795. ))
  10796. characterMakers.push(() => makeCharacter(
  10797. { name: "XGlidingDragonX" },
  10798. {
  10799. front: {
  10800. height: math.unit(6, "feet"),
  10801. weight: math.unit(150, "lb"),
  10802. name: "Front",
  10803. image: {
  10804. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10805. extra: 860 / 690,
  10806. bottom: 0.03
  10807. }
  10808. },
  10809. },
  10810. [
  10811. {
  10812. name: "Normal",
  10813. height: math.unit(1.7, "meters"),
  10814. default: true
  10815. },
  10816. ]
  10817. ))
  10818. characterMakers.push(() => makeCharacter(
  10819. { name: "Quilly" },
  10820. {
  10821. front: {
  10822. height: math.unit(6, "feet"),
  10823. weight: math.unit(150, "lb"),
  10824. name: "Front",
  10825. image: {
  10826. source: "./media/characters/quilly/front.svg",
  10827. extra: 890 / 776
  10828. }
  10829. },
  10830. },
  10831. [
  10832. {
  10833. name: "Gigamacro",
  10834. height: math.unit(404090, "miles"),
  10835. default: true
  10836. },
  10837. ]
  10838. ))
  10839. characterMakers.push(() => makeCharacter(
  10840. { name: "Tempest" },
  10841. {
  10842. front: {
  10843. height: math.unit(7 + 8 / 12, "feet"),
  10844. weight: math.unit(350, "lb"),
  10845. name: "Front",
  10846. image: {
  10847. source: "./media/characters/tempest/front.svg",
  10848. extra: 1175 / 1086,
  10849. bottom: 0.02
  10850. }
  10851. },
  10852. },
  10853. [
  10854. {
  10855. name: "Normal",
  10856. height: math.unit(7 + 8 / 12, "feet"),
  10857. default: true
  10858. },
  10859. ]
  10860. ))
  10861. characterMakers.push(() => makeCharacter(
  10862. { name: "Rodger" },
  10863. {
  10864. side: {
  10865. height: math.unit(4 + 5 / 12, "feet"),
  10866. weight: math.unit(80, "lb"),
  10867. name: "Side",
  10868. image: {
  10869. source: "./media/characters/rodger/side.svg",
  10870. extra: 1235 / 1118
  10871. }
  10872. },
  10873. },
  10874. [
  10875. {
  10876. name: "Micro",
  10877. height: math.unit(1, "inch")
  10878. },
  10879. {
  10880. name: "Normal",
  10881. height: math.unit(4 + 5 / 12, "feet"),
  10882. default: true
  10883. },
  10884. {
  10885. name: "Macro",
  10886. height: math.unit(120, "feet")
  10887. },
  10888. ]
  10889. ))
  10890. characterMakers.push(() => makeCharacter(
  10891. { name: "Danyel" },
  10892. {
  10893. front: {
  10894. height: math.unit(6, "feet"),
  10895. weight: math.unit(150, "lb"),
  10896. name: "Front",
  10897. image: {
  10898. source: "./media/characters/danyel/front.svg",
  10899. extra: 1185 / 1123,
  10900. bottom: 0.05
  10901. }
  10902. },
  10903. },
  10904. [
  10905. {
  10906. name: "Shrunken",
  10907. height: math.unit(0.5, "mm")
  10908. },
  10909. {
  10910. name: "Micro",
  10911. height: math.unit(1, "mm"),
  10912. default: true
  10913. },
  10914. {
  10915. name: "Upsized",
  10916. height: math.unit(5 + 5 / 12, "feet")
  10917. },
  10918. ]
  10919. ))
  10920. characterMakers.push(() => makeCharacter(
  10921. { name: "Vivian Bijoux" },
  10922. {
  10923. front: {
  10924. height: math.unit(5 + 6 / 12, "feet"),
  10925. weight: math.unit(200, "lb"),
  10926. name: "Front",
  10927. image: {
  10928. source: "./media/characters/vivian-bijoux/front.svg",
  10929. extra: 1,
  10930. bottom: 0.072
  10931. }
  10932. },
  10933. },
  10934. [
  10935. {
  10936. name: "Normal",
  10937. height: math.unit(5 + 6 / 12, "feet"),
  10938. default: true
  10939. },
  10940. {
  10941. name: "Bad Dream",
  10942. height: math.unit(500, "feet")
  10943. },
  10944. {
  10945. name: "Nightmare",
  10946. height: math.unit(500, "miles")
  10947. },
  10948. ]
  10949. ))
  10950. characterMakers.push(() => makeCharacter(
  10951. { name: "Zeta" },
  10952. {
  10953. front: {
  10954. height: math.unit(6 + 1 / 12, "feet"),
  10955. weight: math.unit(260, "lb"),
  10956. name: "Front",
  10957. image: {
  10958. source: "./media/characters/zeta/front.svg",
  10959. extra: 1968 / 1889,
  10960. bottom: 0.06
  10961. }
  10962. },
  10963. back: {
  10964. height: math.unit(6 + 1 / 12, "feet"),
  10965. weight: math.unit(260, "lb"),
  10966. name: "Back",
  10967. image: {
  10968. source: "./media/characters/zeta/back.svg",
  10969. extra: 1944 / 1858,
  10970. bottom: 0.03
  10971. }
  10972. },
  10973. hand: {
  10974. height: math.unit(1.112, "feet"),
  10975. name: "Hand",
  10976. image: {
  10977. source: "./media/characters/zeta/hand.svg"
  10978. }
  10979. },
  10980. foot: {
  10981. height: math.unit(1.48, "feet"),
  10982. name: "Foot",
  10983. image: {
  10984. source: "./media/characters/zeta/foot.svg"
  10985. }
  10986. },
  10987. },
  10988. [
  10989. {
  10990. name: "Micro",
  10991. height: math.unit(6, "inches")
  10992. },
  10993. {
  10994. name: "Normal",
  10995. height: math.unit(6 + 1 / 12, "feet"),
  10996. default: true
  10997. },
  10998. {
  10999. name: "Macro",
  11000. height: math.unit(20, "feet")
  11001. },
  11002. ]
  11003. ))
  11004. characterMakers.push(() => makeCharacter(
  11005. { name: "Jamie Larsen" },
  11006. {
  11007. front: {
  11008. height: math.unit(6, "feet"),
  11009. weight: math.unit(150, "lb"),
  11010. name: "Front",
  11011. image: {
  11012. source: "./media/characters/jamie-larsen/front.svg",
  11013. extra: 962 / 933,
  11014. bottom: 0.02
  11015. }
  11016. },
  11017. back: {
  11018. height: math.unit(6, "feet"),
  11019. weight: math.unit(150, "lb"),
  11020. name: "Back",
  11021. image: {
  11022. source: "./media/characters/jamie-larsen/back.svg",
  11023. extra: 997 / 946
  11024. }
  11025. },
  11026. },
  11027. [
  11028. {
  11029. name: "Macro",
  11030. height: math.unit(28 + 7 / 12, "feet"),
  11031. default: true
  11032. },
  11033. {
  11034. name: "Macro+",
  11035. height: math.unit(180, "feet")
  11036. },
  11037. {
  11038. name: "Megamacro",
  11039. height: math.unit(10, "miles")
  11040. },
  11041. {
  11042. name: "Gigamacro",
  11043. height: math.unit(200000, "miles")
  11044. },
  11045. ]
  11046. ))
  11047. characterMakers.push(() => makeCharacter(
  11048. { name: "Vance" },
  11049. {
  11050. front: {
  11051. height: math.unit(6, "feet"),
  11052. weight: math.unit(120, "lb"),
  11053. name: "Front",
  11054. image: {
  11055. source: "./media/characters/vance/front.svg",
  11056. extra: 1980 / 1890,
  11057. bottom: 0.09
  11058. }
  11059. },
  11060. back: {
  11061. height: math.unit(6, "feet"),
  11062. weight: math.unit(120, "lb"),
  11063. name: "Back",
  11064. image: {
  11065. source: "./media/characters/vance/back.svg",
  11066. extra: 2081 / 1994,
  11067. bottom: 0.014
  11068. }
  11069. },
  11070. hand: {
  11071. height: math.unit(0.88, "feet"),
  11072. name: "Hand",
  11073. image: {
  11074. source: "./media/characters/vance/hand.svg"
  11075. }
  11076. },
  11077. foot: {
  11078. height: math.unit(0.64, "feet"),
  11079. name: "Foot",
  11080. image: {
  11081. source: "./media/characters/vance/foot.svg"
  11082. }
  11083. },
  11084. },
  11085. [
  11086. {
  11087. name: "Small",
  11088. height: math.unit(90, "feet"),
  11089. default: true
  11090. },
  11091. {
  11092. name: "Macro",
  11093. height: math.unit(100, "meters")
  11094. },
  11095. {
  11096. name: "Megamacro",
  11097. height: math.unit(15, "miles")
  11098. },
  11099. ]
  11100. ))
  11101. characterMakers.push(() => makeCharacter(
  11102. { name: "Xochitl" },
  11103. {
  11104. front: {
  11105. height: math.unit(6, "feet"),
  11106. weight: math.unit(180, "lb"),
  11107. name: "Front",
  11108. image: {
  11109. source: "./media/characters/xochitl/front.svg",
  11110. extra: 2297 / 2261,
  11111. bottom: 0.065
  11112. }
  11113. },
  11114. back: {
  11115. height: math.unit(6, "feet"),
  11116. weight: math.unit(180, "lb"),
  11117. name: "Back",
  11118. image: {
  11119. source: "./media/characters/xochitl/back.svg",
  11120. extra: 2386 / 2354,
  11121. bottom: 0.01
  11122. }
  11123. },
  11124. foot: {
  11125. height: math.unit(6 / 5 * 1.15, "feet"),
  11126. weight: math.unit(150, "lb"),
  11127. name: "Foot",
  11128. image: {
  11129. source: "./media/characters/xochitl/foot.svg"
  11130. }
  11131. },
  11132. },
  11133. [
  11134. {
  11135. name: "Macro",
  11136. height: math.unit(80, "feet")
  11137. },
  11138. {
  11139. name: "Macro+",
  11140. height: math.unit(400, "feet"),
  11141. default: true
  11142. },
  11143. {
  11144. name: "Gigamacro",
  11145. height: math.unit(80000, "miles")
  11146. },
  11147. {
  11148. name: "Gigamacro+",
  11149. height: math.unit(400000, "miles")
  11150. },
  11151. {
  11152. name: "Teramacro",
  11153. height: math.unit(300, "AU")
  11154. },
  11155. ]
  11156. ))
  11157. characterMakers.push(() => makeCharacter(
  11158. { name: "Vincent" },
  11159. {
  11160. front: {
  11161. height: math.unit(6, "feet"),
  11162. weight: math.unit(150, "lb"),
  11163. name: "Front",
  11164. image: {
  11165. source: "./media/characters/vincent/front.svg",
  11166. extra: 1130 / 1080,
  11167. bottom: 0.055
  11168. }
  11169. },
  11170. beak: {
  11171. height: math.unit(6 * 0.1, "feet"),
  11172. name: "Beak",
  11173. image: {
  11174. source: "./media/characters/vincent/beak.svg"
  11175. }
  11176. },
  11177. hand: {
  11178. height: math.unit(6 * 0.85, "feet"),
  11179. weight: math.unit(150, "lb"),
  11180. name: "Hand",
  11181. image: {
  11182. source: "./media/characters/vincent/hand.svg"
  11183. }
  11184. },
  11185. foot: {
  11186. height: math.unit(6 * 0.19, "feet"),
  11187. weight: math.unit(150, "lb"),
  11188. name: "Foot",
  11189. image: {
  11190. source: "./media/characters/vincent/foot.svg"
  11191. }
  11192. },
  11193. },
  11194. [
  11195. {
  11196. name: "Base",
  11197. height: math.unit(6 + 5 / 12, "feet"),
  11198. default: true
  11199. },
  11200. {
  11201. name: "Macro",
  11202. height: math.unit(300, "feet")
  11203. },
  11204. {
  11205. name: "Megamacro",
  11206. height: math.unit(2, "miles")
  11207. },
  11208. {
  11209. name: "Gigamacro",
  11210. height: math.unit(1000, "miles")
  11211. },
  11212. ]
  11213. ))
  11214. characterMakers.push(() => makeCharacter(
  11215. { name: "Jay" },
  11216. {
  11217. front: {
  11218. height: math.unit(6 + 2 / 12, "feet"),
  11219. weight: math.unit(65, "lb"),
  11220. name: "Front",
  11221. image: {
  11222. source: "./media/characters/jay/front.svg",
  11223. extra: 1510 / 1430,
  11224. bottom: 0.042
  11225. }
  11226. },
  11227. back: {
  11228. height: math.unit(6 + 2 / 12, "feet"),
  11229. weight: math.unit(65, "lb"),
  11230. name: "Back",
  11231. image: {
  11232. source: "./media/characters/jay/back.svg",
  11233. extra: 1510 / 1430,
  11234. bottom: 0.025
  11235. }
  11236. },
  11237. clothed: {
  11238. height: math.unit(6 + 2 / 12, "feet"),
  11239. weight: math.unit(65, "lb"),
  11240. name: "Front (Clothed)",
  11241. image: {
  11242. source: "./media/characters/jay/clothed.svg",
  11243. extra: 744 / 699,
  11244. bottom: 0.043
  11245. }
  11246. },
  11247. },
  11248. [
  11249. {
  11250. name: "Micro",
  11251. height: math.unit(1, "inch")
  11252. },
  11253. {
  11254. name: "Normal",
  11255. height: math.unit(6 + 2 / 12, "feet"),
  11256. default: true
  11257. },
  11258. {
  11259. name: "Macro",
  11260. height: math.unit(1, "mile")
  11261. },
  11262. {
  11263. name: "Megamacro",
  11264. height: math.unit(100, "miles")
  11265. },
  11266. ]
  11267. ))
  11268. characterMakers.push(() => makeCharacter(
  11269. { name: "Coatl" },
  11270. {
  11271. front: {
  11272. height: math.unit(2, "meters"),
  11273. weight: math.unit(500, "kg"),
  11274. name: "Front",
  11275. image: {
  11276. source: "./media/characters/coatl/front.svg",
  11277. extra: 3948 / 3500,
  11278. bottom: 0.082
  11279. }
  11280. },
  11281. },
  11282. [
  11283. {
  11284. name: "Normal",
  11285. height: math.unit(4, "meters")
  11286. },
  11287. {
  11288. name: "Macro",
  11289. height: math.unit(100, "meters"),
  11290. default: true
  11291. },
  11292. {
  11293. name: "Macro+",
  11294. height: math.unit(300, "meters")
  11295. },
  11296. {
  11297. name: "Megamacro",
  11298. height: math.unit(3, "gigameters")
  11299. },
  11300. {
  11301. name: "Megamacro+",
  11302. height: math.unit(300, "terameters")
  11303. },
  11304. {
  11305. name: "Megamacro++",
  11306. height: math.unit(3, "lightyears")
  11307. },
  11308. ]
  11309. ))
  11310. characterMakers.push(() => makeCharacter(
  11311. { name: "Shiroryu" },
  11312. {
  11313. front: {
  11314. height: math.unit(6, "feet"),
  11315. weight: math.unit(50, "kg"),
  11316. name: "front",
  11317. image: {
  11318. source: "./media/characters/shiroryu/front.svg",
  11319. extra: 1990 / 1935
  11320. }
  11321. },
  11322. },
  11323. [
  11324. {
  11325. name: "Mortal Mingling",
  11326. height: math.unit(3, "meters")
  11327. },
  11328. {
  11329. name: "Kaiju-ish",
  11330. height: math.unit(250, "meters")
  11331. },
  11332. {
  11333. name: "Somewhat Godly",
  11334. height: math.unit(400, "km"),
  11335. default: true
  11336. },
  11337. {
  11338. name: "Planetary",
  11339. height: math.unit(300, "megameters")
  11340. },
  11341. {
  11342. name: "Galaxy-dwarfing",
  11343. height: math.unit(450, "kiloparsecs")
  11344. },
  11345. {
  11346. name: "Universe Eater",
  11347. height: math.unit(150, "gigaparsecs")
  11348. },
  11349. {
  11350. name: "Almost Immeasurable",
  11351. height: math.unit(1.3e266, "yottaparsecs")
  11352. },
  11353. ]
  11354. ))
  11355. characterMakers.push(() => makeCharacter(
  11356. { name: "Umeko" },
  11357. {
  11358. front: {
  11359. height: math.unit(6, "feet"),
  11360. weight: math.unit(150, "lb"),
  11361. name: "Front",
  11362. image: {
  11363. source: "./media/characters/umeko/front.svg",
  11364. extra: 1,
  11365. bottom: 0.019
  11366. }
  11367. },
  11368. frontArmored: {
  11369. height: math.unit(6, "feet"),
  11370. weight: math.unit(150, "lb"),
  11371. name: "Front (Armored)",
  11372. image: {
  11373. source: "./media/characters/umeko/front-armored.svg",
  11374. extra: 1,
  11375. bottom: 0.021
  11376. }
  11377. },
  11378. },
  11379. [
  11380. {
  11381. name: "Macro",
  11382. height: math.unit(220, "feet"),
  11383. default: true
  11384. },
  11385. {
  11386. name: "Guardian Dragon",
  11387. height: math.unit(50, "miles")
  11388. },
  11389. {
  11390. name: "Cosmic",
  11391. height: math.unit(800000, "miles")
  11392. },
  11393. ]
  11394. ))
  11395. characterMakers.push(() => makeCharacter(
  11396. { name: "Cassidy" },
  11397. {
  11398. front: {
  11399. height: math.unit(6, "feet"),
  11400. weight: math.unit(150, "lb"),
  11401. name: "Front",
  11402. image: {
  11403. source: "./media/characters/cassidy/front.svg",
  11404. extra: 1,
  11405. bottom: 0.043
  11406. }
  11407. },
  11408. },
  11409. [
  11410. {
  11411. name: "Canon Height",
  11412. height: math.unit(120, "feet"),
  11413. default: true
  11414. },
  11415. {
  11416. name: "Macro+",
  11417. height: math.unit(400, "feet")
  11418. },
  11419. {
  11420. name: "Macro++",
  11421. height: math.unit(4000, "feet")
  11422. },
  11423. {
  11424. name: "Megamacro",
  11425. height: math.unit(3, "miles")
  11426. },
  11427. ]
  11428. ))
  11429. characterMakers.push(() => makeCharacter(
  11430. { name: "Isaac" },
  11431. {
  11432. front: {
  11433. height: math.unit(6, "feet"),
  11434. weight: math.unit(150, "lb"),
  11435. name: "Front",
  11436. image: {
  11437. source: "./media/characters/isaac/front.svg",
  11438. extra: 896 / 815,
  11439. bottom: 0.11
  11440. }
  11441. },
  11442. },
  11443. [
  11444. {
  11445. name: "Human Size",
  11446. height: math.unit(8, "feet"),
  11447. default: true
  11448. },
  11449. {
  11450. name: "Macro",
  11451. height: math.unit(400, "feet")
  11452. },
  11453. {
  11454. name: "Megamacro",
  11455. height: math.unit(50, "miles")
  11456. },
  11457. {
  11458. name: "Canon Height",
  11459. height: math.unit(200, "AU")
  11460. },
  11461. ]
  11462. ))
  11463. characterMakers.push(() => makeCharacter(
  11464. { name: "Sleekit" },
  11465. {
  11466. front: {
  11467. height: math.unit(6, "feet"),
  11468. weight: math.unit(72, "kg"),
  11469. name: "Front",
  11470. image: {
  11471. source: "./media/characters/sleekit/front.svg",
  11472. extra: 4693 / 4487,
  11473. bottom: 0.012
  11474. }
  11475. },
  11476. },
  11477. [
  11478. {
  11479. name: "Minimum Height",
  11480. height: math.unit(10, "meters")
  11481. },
  11482. {
  11483. name: "Smaller",
  11484. height: math.unit(25, "meters")
  11485. },
  11486. {
  11487. name: "Larger",
  11488. height: math.unit(38, "meters"),
  11489. default: true
  11490. },
  11491. {
  11492. name: "Maximum height",
  11493. height: math.unit(100, "meters")
  11494. },
  11495. ]
  11496. ))
  11497. characterMakers.push(() => makeCharacter(
  11498. { name: "Nillia" },
  11499. {
  11500. front: {
  11501. height: math.unit(6, "feet"),
  11502. weight: math.unit(150, "lb"),
  11503. name: "Front",
  11504. image: {
  11505. source: "./media/characters/nillia/front.svg",
  11506. extra: 2195 / 2037,
  11507. bottom: 0.005
  11508. }
  11509. },
  11510. back: {
  11511. height: math.unit(6, "feet"),
  11512. weight: math.unit(150, "lb"),
  11513. name: "Back",
  11514. image: {
  11515. source: "./media/characters/nillia/back.svg",
  11516. extra: 2195 / 2037,
  11517. bottom: 0.005
  11518. }
  11519. },
  11520. },
  11521. [
  11522. {
  11523. name: "Canon Height",
  11524. height: math.unit(489, "feet"),
  11525. default: true
  11526. }
  11527. ]
  11528. ))
  11529. characterMakers.push(() => makeCharacter(
  11530. { name: "Mesmyriza" },
  11531. {
  11532. front: {
  11533. height: math.unit(6, "feet"),
  11534. weight: math.unit(150, "lb"),
  11535. name: "Front",
  11536. image: {
  11537. source: "./media/characters/mesmyriza/front.svg",
  11538. extra: 2067 / 1784,
  11539. bottom: 0.035
  11540. }
  11541. },
  11542. foot: {
  11543. height: math.unit(6 / (250 / 35), "feet"),
  11544. name: "Foot",
  11545. image: {
  11546. source: "./media/characters/mesmyriza/foot.svg"
  11547. }
  11548. },
  11549. },
  11550. [
  11551. {
  11552. name: "Macro",
  11553. height: math.unit(457, "meters"),
  11554. default: true
  11555. },
  11556. {
  11557. name: "Megamacro",
  11558. height: math.unit(8, "megameters")
  11559. },
  11560. ]
  11561. ))
  11562. characterMakers.push(() => makeCharacter(
  11563. { name: "Saudade" },
  11564. {
  11565. front: {
  11566. height: math.unit(6, "feet"),
  11567. weight: math.unit(250, "lb"),
  11568. name: "Front",
  11569. image: {
  11570. source: "./media/characters/saudade/front.svg",
  11571. extra: 1172 / 1139,
  11572. bottom: 0.035
  11573. }
  11574. },
  11575. },
  11576. [
  11577. {
  11578. name: "Micro",
  11579. height: math.unit(3, "inches")
  11580. },
  11581. {
  11582. name: "Normal",
  11583. height: math.unit(6, "feet"),
  11584. default: true
  11585. },
  11586. {
  11587. name: "Macro",
  11588. height: math.unit(50, "feet")
  11589. },
  11590. {
  11591. name: "Megamacro",
  11592. height: math.unit(2800, "feet")
  11593. },
  11594. ]
  11595. ))
  11596. characterMakers.push(() => makeCharacter(
  11597. { name: "Keireer" },
  11598. {
  11599. front: {
  11600. height: math.unit(5 + 4 / 12, "feet"),
  11601. weight: math.unit(100, "lb"),
  11602. name: "Front",
  11603. image: {
  11604. source: "./media/characters/keireer/front.svg",
  11605. extra: 716 / 666,
  11606. bottom: 0.05
  11607. }
  11608. },
  11609. },
  11610. [
  11611. {
  11612. name: "Normal",
  11613. height: math.unit(5 + 4 / 12, "feet"),
  11614. default: true
  11615. },
  11616. ]
  11617. ))
  11618. characterMakers.push(() => makeCharacter(
  11619. { name: "Mirja" },
  11620. {
  11621. front: {
  11622. height: math.unit(6, "feet"),
  11623. weight: math.unit(90, "kg"),
  11624. name: "Front",
  11625. image: {
  11626. source: "./media/characters/mirja/front.svg",
  11627. extra: 1789 / 1683,
  11628. bottom: 0.05
  11629. }
  11630. },
  11631. frontDressed: {
  11632. height: math.unit(6, "feet"),
  11633. weight: math.unit(90, "lb"),
  11634. name: "Front (Dressed)",
  11635. image: {
  11636. source: "./media/characters/mirja/front-dressed.svg",
  11637. extra: 1789 / 1683,
  11638. bottom: 0.05
  11639. }
  11640. },
  11641. back: {
  11642. height: math.unit(6, "feet"),
  11643. weight: math.unit(90, "lb"),
  11644. name: "Back",
  11645. image: {
  11646. source: "./media/characters/mirja/back.svg",
  11647. extra: 953 / 917,
  11648. bottom: 0.017
  11649. }
  11650. },
  11651. },
  11652. [
  11653. {
  11654. name: "\"Incognito\"",
  11655. height: math.unit(3, "meters")
  11656. },
  11657. {
  11658. name: "Strolling Size",
  11659. height: math.unit(15, "km")
  11660. },
  11661. {
  11662. name: "Larger Strolling Size",
  11663. height: math.unit(400, "km")
  11664. },
  11665. {
  11666. name: "Preferred Size",
  11667. height: math.unit(5000, "km")
  11668. },
  11669. {
  11670. name: "True Size",
  11671. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11672. default: true
  11673. },
  11674. ]
  11675. ))
  11676. characterMakers.push(() => makeCharacter(
  11677. { name: "Nightraver" },
  11678. {
  11679. front: {
  11680. height: math.unit(15, "feet"),
  11681. weight: math.unit(880, "kg"),
  11682. name: "Front",
  11683. image: {
  11684. source: "./media/characters/nightraver/front.svg",
  11685. extra: 2444 / 2160,
  11686. bottom: 0.027
  11687. }
  11688. },
  11689. back: {
  11690. height: math.unit(15, "feet"),
  11691. weight: math.unit(880, "kg"),
  11692. name: "Back",
  11693. image: {
  11694. source: "./media/characters/nightraver/back.svg",
  11695. extra: 2309 / 2180,
  11696. bottom: 0.005
  11697. }
  11698. },
  11699. sole: {
  11700. height: math.unit(2.878, "feet"),
  11701. name: "Sole",
  11702. image: {
  11703. source: "./media/characters/nightraver/sole.svg"
  11704. }
  11705. },
  11706. foot: {
  11707. height: math.unit(2.285, "feet"),
  11708. name: "Foot",
  11709. image: {
  11710. source: "./media/characters/nightraver/foot.svg"
  11711. }
  11712. },
  11713. maw: {
  11714. height: math.unit(2.67, "feet"),
  11715. name: "Maw",
  11716. image: {
  11717. source: "./media/characters/nightraver/maw.svg"
  11718. }
  11719. },
  11720. },
  11721. [
  11722. {
  11723. name: "Micro",
  11724. height: math.unit(1, "cm")
  11725. },
  11726. {
  11727. name: "Normal",
  11728. height: math.unit(15, "feet"),
  11729. default: true
  11730. },
  11731. {
  11732. name: "Macro",
  11733. height: math.unit(300, "feet")
  11734. },
  11735. {
  11736. name: "Megamacro",
  11737. height: math.unit(300, "miles")
  11738. },
  11739. {
  11740. name: "Gigamacro",
  11741. height: math.unit(10000, "miles")
  11742. },
  11743. ]
  11744. ))
  11745. characterMakers.push(() => makeCharacter(
  11746. { name: "Arc" },
  11747. {
  11748. side: {
  11749. height: math.unit(2, "inches"),
  11750. weight: math.unit(5, "grams"),
  11751. name: "Side",
  11752. image: {
  11753. source: "./media/characters/arc/side.svg"
  11754. }
  11755. },
  11756. },
  11757. [
  11758. {
  11759. name: "Micro",
  11760. height: math.unit(2, "inches"),
  11761. default: true
  11762. },
  11763. ]
  11764. ))
  11765. characterMakers.push(() => makeCharacter(
  11766. { name: "Nebula Shahar" },
  11767. {
  11768. front: {
  11769. height: math.unit(1.1938, "meters"),
  11770. weight: math.unit(54, "kg"),
  11771. name: "Front",
  11772. image: {
  11773. source: "./media/characters/nebula-shahar/front.svg",
  11774. extra: 1642 / 1436,
  11775. bottom: 0.06
  11776. }
  11777. },
  11778. },
  11779. [
  11780. {
  11781. name: "Megamicro",
  11782. height: math.unit(0.3, "mm")
  11783. },
  11784. {
  11785. name: "Micro",
  11786. height: math.unit(3, "cm")
  11787. },
  11788. {
  11789. name: "Normal",
  11790. height: math.unit(138, "cm"),
  11791. default: true
  11792. },
  11793. {
  11794. name: "Macro",
  11795. height: math.unit(30, "m")
  11796. },
  11797. ]
  11798. ))
  11799. characterMakers.push(() => makeCharacter(
  11800. { name: "Shayla" },
  11801. {
  11802. front: {
  11803. height: math.unit(5.24, "feet"),
  11804. weight: math.unit(150, "lb"),
  11805. name: "Front",
  11806. image: {
  11807. source: "./media/characters/shayla/front.svg",
  11808. extra: 1512 / 1414,
  11809. bottom: 0.01
  11810. }
  11811. },
  11812. back: {
  11813. height: math.unit(5.24, "feet"),
  11814. weight: math.unit(150, "lb"),
  11815. name: "Back",
  11816. image: {
  11817. source: "./media/characters/shayla/back.svg",
  11818. extra: 1512 / 1414
  11819. }
  11820. },
  11821. hand: {
  11822. height: math.unit(0.7781496062992126, "feet"),
  11823. name: "Hand",
  11824. image: {
  11825. source: "./media/characters/shayla/hand.svg"
  11826. }
  11827. },
  11828. foot: {
  11829. height: math.unit(1.4206036745406823, "feet"),
  11830. name: "Foot",
  11831. image: {
  11832. source: "./media/characters/shayla/foot.svg"
  11833. }
  11834. },
  11835. },
  11836. [
  11837. {
  11838. name: "Micro",
  11839. height: math.unit(0.32, "feet")
  11840. },
  11841. {
  11842. name: "Normal",
  11843. height: math.unit(5.24, "feet"),
  11844. default: true
  11845. },
  11846. {
  11847. name: "Macro",
  11848. height: math.unit(492.12, "feet")
  11849. },
  11850. {
  11851. name: "Megamacro",
  11852. height: math.unit(186.41, "miles")
  11853. },
  11854. ]
  11855. ))
  11856. characterMakers.push(() => makeCharacter(
  11857. { name: "Pia Jr." },
  11858. {
  11859. front: {
  11860. height: math.unit(2.2, "m"),
  11861. weight: math.unit(120, "kg"),
  11862. name: "Front",
  11863. image: {
  11864. source: "./media/characters/pia-jr/front.svg",
  11865. extra: 1000 / 970,
  11866. bottom: 0.035
  11867. }
  11868. },
  11869. hand: {
  11870. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11871. name: "Hand",
  11872. image: {
  11873. source: "./media/characters/pia-jr/hand.svg"
  11874. }
  11875. },
  11876. paw: {
  11877. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11878. name: "Paw",
  11879. image: {
  11880. source: "./media/characters/pia-jr/paw.svg"
  11881. }
  11882. },
  11883. },
  11884. [
  11885. {
  11886. name: "Micro",
  11887. height: math.unit(1.2, "cm")
  11888. },
  11889. {
  11890. name: "Normal",
  11891. height: math.unit(2.2, "m"),
  11892. default: true
  11893. },
  11894. {
  11895. name: "Macro",
  11896. height: math.unit(180, "m")
  11897. },
  11898. {
  11899. name: "Megamacro",
  11900. height: math.unit(420, "km")
  11901. },
  11902. ]
  11903. ))
  11904. characterMakers.push(() => makeCharacter(
  11905. { name: "Pia Sr." },
  11906. {
  11907. front: {
  11908. height: math.unit(2, "m"),
  11909. weight: math.unit(115, "kg"),
  11910. name: "Front",
  11911. image: {
  11912. source: "./media/characters/pia-sr/front.svg",
  11913. extra: 760 / 730,
  11914. bottom: 0.015
  11915. }
  11916. },
  11917. back: {
  11918. height: math.unit(2, "m"),
  11919. weight: math.unit(115, "kg"),
  11920. name: "Back",
  11921. image: {
  11922. source: "./media/characters/pia-sr/back.svg",
  11923. extra: 760 / 730,
  11924. bottom: 0.01
  11925. }
  11926. },
  11927. hand: {
  11928. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11929. name: "Hand",
  11930. image: {
  11931. source: "./media/characters/pia-sr/hand.svg"
  11932. }
  11933. },
  11934. foot: {
  11935. height: math.unit(1.83, "feet"),
  11936. name: "Foot",
  11937. image: {
  11938. source: "./media/characters/pia-sr/foot.svg"
  11939. }
  11940. },
  11941. },
  11942. [
  11943. {
  11944. name: "Micro",
  11945. height: math.unit(88, "mm")
  11946. },
  11947. {
  11948. name: "Normal",
  11949. height: math.unit(2, "m"),
  11950. default: true
  11951. },
  11952. {
  11953. name: "Macro",
  11954. height: math.unit(200, "m")
  11955. },
  11956. {
  11957. name: "Megamacro",
  11958. height: math.unit(420, "km")
  11959. },
  11960. ]
  11961. ))
  11962. characterMakers.push(() => makeCharacter(
  11963. { name: "KIBIBYTE" },
  11964. {
  11965. front: {
  11966. height: math.unit(8 + 2 / 12, "feet"),
  11967. weight: math.unit(300, "lb"),
  11968. name: "Front",
  11969. image: {
  11970. source: "./media/characters/kibibyte/front.svg",
  11971. extra: 2221 / 2098,
  11972. bottom: 0.04
  11973. }
  11974. },
  11975. },
  11976. [
  11977. {
  11978. name: "Normal",
  11979. height: math.unit(8 + 2 / 12, "feet"),
  11980. default: true
  11981. },
  11982. {
  11983. name: "Socialable Macro",
  11984. height: math.unit(50, "feet")
  11985. },
  11986. {
  11987. name: "Macro",
  11988. height: math.unit(300, "feet")
  11989. },
  11990. {
  11991. name: "Megamacro",
  11992. height: math.unit(500, "miles")
  11993. },
  11994. ]
  11995. ))
  11996. characterMakers.push(() => makeCharacter(
  11997. { name: "Felix" },
  11998. {
  11999. front: {
  12000. height: math.unit(6, "feet"),
  12001. weight: math.unit(150, "lb"),
  12002. name: "Front",
  12003. image: {
  12004. source: "./media/characters/felix/front.svg",
  12005. extra: 762 / 722,
  12006. bottom: 0.02
  12007. }
  12008. },
  12009. frontClothed: {
  12010. height: math.unit(6, "feet"),
  12011. weight: math.unit(150, "lb"),
  12012. name: "Front (Clothed)",
  12013. image: {
  12014. source: "./media/characters/felix/front-clothed.svg",
  12015. extra: 762 / 722,
  12016. bottom: 0.02
  12017. }
  12018. },
  12019. },
  12020. [
  12021. {
  12022. name: "Normal",
  12023. height: math.unit(6 + 8 / 12, "feet"),
  12024. default: true
  12025. },
  12026. {
  12027. name: "Macro",
  12028. height: math.unit(2600, "feet")
  12029. },
  12030. {
  12031. name: "Megamacro",
  12032. height: math.unit(450, "miles")
  12033. },
  12034. ]
  12035. ))
  12036. characterMakers.push(() => makeCharacter(
  12037. { name: "Tobo" },
  12038. {
  12039. front: {
  12040. height: math.unit(6 + 1 / 12, "feet"),
  12041. weight: math.unit(250, "lb"),
  12042. name: "Front",
  12043. image: {
  12044. source: "./media/characters/tobo/front.svg",
  12045. extra: 608 / 586,
  12046. bottom: 0.023
  12047. }
  12048. },
  12049. back: {
  12050. height: math.unit(6 + 1 / 12, "feet"),
  12051. weight: math.unit(250, "lb"),
  12052. name: "Back",
  12053. image: {
  12054. source: "./media/characters/tobo/back.svg",
  12055. extra: 608 / 586
  12056. }
  12057. },
  12058. },
  12059. [
  12060. {
  12061. name: "Nano",
  12062. height: math.unit(2, "nm")
  12063. },
  12064. {
  12065. name: "Megamicro",
  12066. height: math.unit(0.1, "mm")
  12067. },
  12068. {
  12069. name: "Micro",
  12070. height: math.unit(1, "inch"),
  12071. default: true
  12072. },
  12073. {
  12074. name: "Human-sized",
  12075. height: math.unit(6 + 1 / 12, "feet")
  12076. },
  12077. {
  12078. name: "Macro",
  12079. height: math.unit(250, "feet")
  12080. },
  12081. {
  12082. name: "Megamacro",
  12083. height: math.unit(75, "miles")
  12084. },
  12085. {
  12086. name: "Texas-sized",
  12087. height: math.unit(750, "miles")
  12088. },
  12089. {
  12090. name: "Teramacro",
  12091. height: math.unit(50000, "miles")
  12092. },
  12093. ]
  12094. ))
  12095. characterMakers.push(() => makeCharacter(
  12096. { name: "Danny Kapowsky" },
  12097. {
  12098. front: {
  12099. height: math.unit(6, "feet"),
  12100. weight: math.unit(269, "lb"),
  12101. name: "Front",
  12102. image: {
  12103. source: "./media/characters/danny-kapowsky/front.svg",
  12104. extra: 766 / 736,
  12105. bottom: 0.044
  12106. }
  12107. },
  12108. back: {
  12109. height: math.unit(6, "feet"),
  12110. weight: math.unit(269, "lb"),
  12111. name: "Back",
  12112. image: {
  12113. source: "./media/characters/danny-kapowsky/back.svg",
  12114. extra: 797 / 760,
  12115. bottom: 0.025
  12116. }
  12117. },
  12118. },
  12119. [
  12120. {
  12121. name: "Macro",
  12122. height: math.unit(150, "feet"),
  12123. default: true
  12124. },
  12125. {
  12126. name: "Macro+",
  12127. height: math.unit(200, "feet")
  12128. },
  12129. {
  12130. name: "Macro++",
  12131. height: math.unit(300, "feet")
  12132. },
  12133. {
  12134. name: "Macro+++",
  12135. height: math.unit(400, "feet")
  12136. },
  12137. ]
  12138. ))
  12139. characterMakers.push(() => makeCharacter(
  12140. { name: "Finn" },
  12141. {
  12142. side: {
  12143. height: math.unit(6, "feet"),
  12144. weight: math.unit(170, "lb"),
  12145. name: "Side",
  12146. image: {
  12147. source: "./media/characters/finn/side.svg",
  12148. extra: 1953 / 1807,
  12149. bottom: 0.057
  12150. }
  12151. },
  12152. },
  12153. [
  12154. {
  12155. name: "Megamacro",
  12156. height: math.unit(14445, "feet"),
  12157. default: true
  12158. },
  12159. ]
  12160. ))
  12161. characterMakers.push(() => makeCharacter(
  12162. { name: "Roy" },
  12163. {
  12164. front: {
  12165. height: math.unit(5 + 6 / 12, "feet"),
  12166. weight: math.unit(125, "lb"),
  12167. name: "Front",
  12168. image: {
  12169. source: "./media/characters/roy/front.svg",
  12170. extra: 1,
  12171. bottom: 0.11
  12172. }
  12173. },
  12174. },
  12175. [
  12176. {
  12177. name: "Micro",
  12178. height: math.unit(3, "inches"),
  12179. default: true
  12180. },
  12181. {
  12182. name: "Normal",
  12183. height: math.unit(5 + 6 / 12, "feet")
  12184. },
  12185. {
  12186. name: "Lesser Macro",
  12187. height: math.unit(60, "feet")
  12188. },
  12189. {
  12190. name: "Greater Macro",
  12191. height: math.unit(120, "feet")
  12192. },
  12193. ]
  12194. ))
  12195. characterMakers.push(() => makeCharacter(
  12196. { name: "Aevsivs" },
  12197. {
  12198. front: {
  12199. height: math.unit(6, "feet"),
  12200. weight: math.unit(100, "lb"),
  12201. name: "Front",
  12202. image: {
  12203. source: "./media/characters/aevsivs/front.svg",
  12204. extra: 1,
  12205. bottom: 0.03
  12206. }
  12207. },
  12208. back: {
  12209. height: math.unit(6, "feet"),
  12210. weight: math.unit(100, "lb"),
  12211. name: "Back",
  12212. image: {
  12213. source: "./media/characters/aevsivs/back.svg"
  12214. }
  12215. },
  12216. },
  12217. [
  12218. {
  12219. name: "Micro",
  12220. height: math.unit(2, "inches"),
  12221. default: true
  12222. },
  12223. {
  12224. name: "Normal",
  12225. height: math.unit(5, "feet")
  12226. },
  12227. ]
  12228. ))
  12229. characterMakers.push(() => makeCharacter(
  12230. { name: "Hildegard" },
  12231. {
  12232. front: {
  12233. height: math.unit(5 + 7 / 12, "feet"),
  12234. weight: math.unit(159, "lb"),
  12235. name: "Front",
  12236. image: {
  12237. source: "./media/characters/hildegard/front.svg",
  12238. extra: 312 / 286,
  12239. bottom: 0.005
  12240. }
  12241. },
  12242. },
  12243. [
  12244. {
  12245. name: "Normal",
  12246. height: math.unit(5 + 7 / 12, "feet"),
  12247. default: true
  12248. },
  12249. ]
  12250. ))
  12251. characterMakers.push(() => makeCharacter(
  12252. { name: "Bernard & Wilder" },
  12253. {
  12254. bernard: {
  12255. height: math.unit(2 + 7 / 12, "feet"),
  12256. weight: math.unit(66, "lb"),
  12257. name: "Bernard",
  12258. rename: true,
  12259. image: {
  12260. source: "./media/characters/bernard-wilder/bernard.svg",
  12261. extra: 192 / 128,
  12262. bottom: 0.05
  12263. }
  12264. },
  12265. wilder: {
  12266. height: math.unit(5 + 8 / 12, "feet"),
  12267. weight: math.unit(143, "lb"),
  12268. name: "Wilder",
  12269. rename: true,
  12270. image: {
  12271. source: "./media/characters/bernard-wilder/wilder.svg",
  12272. extra: 361 / 312,
  12273. bottom: 0.02
  12274. }
  12275. },
  12276. },
  12277. [
  12278. {
  12279. name: "Normal",
  12280. height: math.unit(2 + 7 / 12, "feet"),
  12281. default: true
  12282. },
  12283. ]
  12284. ))
  12285. characterMakers.push(() => makeCharacter(
  12286. { name: "Hearth" },
  12287. {
  12288. anthro: {
  12289. height: math.unit(6 + 1 / 12, "feet"),
  12290. weight: math.unit(155, "lb"),
  12291. name: "Anthro",
  12292. image: {
  12293. source: "./media/characters/hearth/anthro.svg",
  12294. extra: 260 / 250,
  12295. bottom: 0.02
  12296. }
  12297. },
  12298. feral: {
  12299. height: math.unit(3.78, "feet"),
  12300. weight: math.unit(35, "kg"),
  12301. name: "Feral",
  12302. image: {
  12303. source: "./media/characters/hearth/feral.svg",
  12304. extra: 153 / 135,
  12305. bottom: 0.03
  12306. }
  12307. },
  12308. },
  12309. [
  12310. {
  12311. name: "Normal",
  12312. height: math.unit(6 + 1 / 12, "feet"),
  12313. default: true
  12314. },
  12315. ]
  12316. ))
  12317. characterMakers.push(() => makeCharacter(
  12318. { name: "Ingrid" },
  12319. {
  12320. front: {
  12321. height: math.unit(6, "feet"),
  12322. weight: math.unit(182, "lb"),
  12323. name: "Front",
  12324. image: {
  12325. source: "./media/characters/ingrid/front.svg",
  12326. extra: 294 / 268,
  12327. bottom: 0.027
  12328. }
  12329. },
  12330. },
  12331. [
  12332. {
  12333. name: "Normal",
  12334. height: math.unit(6, "feet"),
  12335. default: true
  12336. },
  12337. ]
  12338. ))
  12339. characterMakers.push(() => makeCharacter(
  12340. { name: "Malgam" },
  12341. {
  12342. eevee: {
  12343. height: math.unit(2 + 10 / 12, "feet"),
  12344. weight: math.unit(86, "lb"),
  12345. name: "Malgam",
  12346. image: {
  12347. source: "./media/characters/malgam/eevee.svg",
  12348. extra: 218 / 180,
  12349. bottom: 0.2
  12350. }
  12351. },
  12352. sylveon: {
  12353. height: math.unit(4, "feet"),
  12354. weight: math.unit(101, "lb"),
  12355. name: "Future Malgam",
  12356. rename: true,
  12357. image: {
  12358. source: "./media/characters/malgam/sylveon.svg",
  12359. extra: 371 / 325,
  12360. bottom: 0.015
  12361. }
  12362. },
  12363. gigantamax: {
  12364. height: math.unit(50, "feet"),
  12365. name: "Gigantamax Malgam",
  12366. rename: true,
  12367. image: {
  12368. source: "./media/characters/malgam/gigantamax.svg"
  12369. }
  12370. },
  12371. },
  12372. [
  12373. {
  12374. name: "Normal",
  12375. height: math.unit(2 + 10 / 12, "feet"),
  12376. default: true
  12377. },
  12378. ]
  12379. ))
  12380. characterMakers.push(() => makeCharacter(
  12381. { name: "Fleur" },
  12382. {
  12383. front: {
  12384. height: math.unit(5 + 11 / 12, "feet"),
  12385. weight: math.unit(188, "lb"),
  12386. name: "Front",
  12387. image: {
  12388. source: "./media/characters/fleur/front.svg",
  12389. extra: 309 / 283,
  12390. bottom: 0.007
  12391. }
  12392. },
  12393. },
  12394. [
  12395. {
  12396. name: "Normal",
  12397. height: math.unit(5 + 11 / 12, "feet"),
  12398. default: true
  12399. },
  12400. ]
  12401. ))
  12402. characterMakers.push(() => makeCharacter(
  12403. { name: "Jude" },
  12404. {
  12405. front: {
  12406. height: math.unit(5 + 4 / 12, "feet"),
  12407. weight: math.unit(122, "lb"),
  12408. name: "Front",
  12409. image: {
  12410. source: "./media/characters/jude/front.svg",
  12411. extra: 288 / 273,
  12412. bottom: 0.03
  12413. }
  12414. },
  12415. },
  12416. [
  12417. {
  12418. name: "Normal",
  12419. height: math.unit(5 + 4 / 12, "feet"),
  12420. default: true
  12421. },
  12422. ]
  12423. ))
  12424. characterMakers.push(() => makeCharacter(
  12425. { name: "Seara" },
  12426. {
  12427. front: {
  12428. height: math.unit(5 + 11 / 12, "feet"),
  12429. weight: math.unit(190, "lb"),
  12430. name: "Front",
  12431. image: {
  12432. source: "./media/characters/seara/front.svg",
  12433. extra: 1,
  12434. bottom: 0.05
  12435. }
  12436. },
  12437. },
  12438. [
  12439. {
  12440. name: "Normal",
  12441. height: math.unit(5 + 11 / 12, "feet"),
  12442. default: true
  12443. },
  12444. ]
  12445. ))
  12446. characterMakers.push(() => makeCharacter(
  12447. { name: "Caspian" },
  12448. {
  12449. front: {
  12450. height: math.unit(16 + 5 / 12, "feet"),
  12451. weight: math.unit(524, "lb"),
  12452. name: "Front",
  12453. image: {
  12454. source: "./media/characters/caspian/front.svg",
  12455. extra: 1,
  12456. bottom: 0.04
  12457. }
  12458. },
  12459. },
  12460. [
  12461. {
  12462. name: "Normal",
  12463. height: math.unit(16 + 5 / 12, "feet"),
  12464. default: true
  12465. },
  12466. ]
  12467. ))
  12468. characterMakers.push(() => makeCharacter(
  12469. { name: "Mika" },
  12470. {
  12471. front: {
  12472. height: math.unit(5 + 7 / 12, "feet"),
  12473. weight: math.unit(170, "lb"),
  12474. name: "Front",
  12475. image: {
  12476. source: "./media/characters/mika/front.svg",
  12477. extra: 1,
  12478. bottom: 0.016
  12479. }
  12480. },
  12481. },
  12482. [
  12483. {
  12484. name: "Normal",
  12485. height: math.unit(5 + 7 / 12, "feet"),
  12486. default: true
  12487. },
  12488. ]
  12489. ))
  12490. characterMakers.push(() => makeCharacter(
  12491. { name: "Sol" },
  12492. {
  12493. front: {
  12494. height: math.unit(6 + 2 / 12, "feet"),
  12495. weight: math.unit(268, "lb"),
  12496. name: "Front",
  12497. image: {
  12498. source: "./media/characters/sol/front.svg",
  12499. extra: 247 / 231,
  12500. bottom: 0.05
  12501. }
  12502. },
  12503. },
  12504. [
  12505. {
  12506. name: "Normal",
  12507. height: math.unit(6 + 2 / 12, "feet"),
  12508. default: true
  12509. },
  12510. ]
  12511. ))
  12512. characterMakers.push(() => makeCharacter(
  12513. { name: "Umiko" },
  12514. {
  12515. buizel: {
  12516. height: math.unit(2 + 5 / 12, "feet"),
  12517. weight: math.unit(87, "lb"),
  12518. name: "Buizel",
  12519. image: {
  12520. source: "./media/characters/umiko/buizel.svg",
  12521. extra: 172 / 157,
  12522. bottom: 0.01
  12523. }
  12524. },
  12525. floatzel: {
  12526. height: math.unit(5 + 9 / 12, "feet"),
  12527. weight: math.unit(250, "lb"),
  12528. name: "Floatzel",
  12529. image: {
  12530. source: "./media/characters/umiko/floatzel.svg",
  12531. extra: 262 / 248
  12532. }
  12533. },
  12534. },
  12535. [
  12536. {
  12537. name: "Normal",
  12538. height: math.unit(2 + 5 / 12, "feet"),
  12539. default: true
  12540. },
  12541. ]
  12542. ))
  12543. characterMakers.push(() => makeCharacter(
  12544. { name: "Iliac" },
  12545. {
  12546. front: {
  12547. height: math.unit(6 + 2 / 12, "feet"),
  12548. weight: math.unit(146, "lb"),
  12549. name: "Front",
  12550. image: {
  12551. source: "./media/characters/iliac/front.svg",
  12552. extra: 389 / 365,
  12553. bottom: 0.035
  12554. }
  12555. },
  12556. },
  12557. [
  12558. {
  12559. name: "Normal",
  12560. height: math.unit(6 + 2 / 12, "feet"),
  12561. default: true
  12562. },
  12563. ]
  12564. ))
  12565. characterMakers.push(() => makeCharacter(
  12566. { name: "Topaz" },
  12567. {
  12568. front: {
  12569. height: math.unit(6, "feet"),
  12570. weight: math.unit(170, "lb"),
  12571. name: "Front",
  12572. image: {
  12573. source: "./media/characters/topaz/front.svg",
  12574. extra: 317 / 303,
  12575. bottom: 0.055
  12576. }
  12577. },
  12578. },
  12579. [
  12580. {
  12581. name: "Normal",
  12582. height: math.unit(6, "feet"),
  12583. default: true
  12584. },
  12585. ]
  12586. ))
  12587. characterMakers.push(() => makeCharacter(
  12588. { name: "Gabriel" },
  12589. {
  12590. front: {
  12591. height: math.unit(5 + 11 / 12, "feet"),
  12592. weight: math.unit(144, "lb"),
  12593. name: "Front",
  12594. image: {
  12595. source: "./media/characters/gabriel/front.svg",
  12596. extra: 285 / 262,
  12597. bottom: 0.004
  12598. }
  12599. },
  12600. },
  12601. [
  12602. {
  12603. name: "Normal",
  12604. height: math.unit(5 + 11 / 12, "feet"),
  12605. default: true
  12606. },
  12607. ]
  12608. ))
  12609. characterMakers.push(() => makeCharacter(
  12610. { name: "Tempest (Suicune)" },
  12611. {
  12612. side: {
  12613. height: math.unit(6 + 5 / 12, "feet"),
  12614. weight: math.unit(300, "lb"),
  12615. name: "Side",
  12616. image: {
  12617. source: "./media/characters/tempest-suicune/side.svg",
  12618. extra: 195 / 154,
  12619. bottom: 0.04
  12620. }
  12621. },
  12622. },
  12623. [
  12624. {
  12625. name: "Normal",
  12626. height: math.unit(6 + 5 / 12, "feet"),
  12627. default: true
  12628. },
  12629. ]
  12630. ))
  12631. characterMakers.push(() => makeCharacter(
  12632. { name: "Vulcan" },
  12633. {
  12634. front: {
  12635. height: math.unit(7 + 2 / 12, "feet"),
  12636. weight: math.unit(322, "lb"),
  12637. name: "Front",
  12638. image: {
  12639. source: "./media/characters/vulcan/front.svg",
  12640. extra: 154 / 147,
  12641. bottom: 0.04
  12642. }
  12643. },
  12644. },
  12645. [
  12646. {
  12647. name: "Normal",
  12648. height: math.unit(7 + 2 / 12, "feet"),
  12649. default: true
  12650. },
  12651. ]
  12652. ))
  12653. characterMakers.push(() => makeCharacter(
  12654. { name: "Gault" },
  12655. {
  12656. front: {
  12657. height: math.unit(5 + 10 / 12, "feet"),
  12658. weight: math.unit(264, "lb"),
  12659. name: "Front",
  12660. image: {
  12661. source: "./media/characters/gault/front.svg",
  12662. extra: 161 / 140,
  12663. bottom: 0.028
  12664. }
  12665. },
  12666. },
  12667. [
  12668. {
  12669. name: "Normal",
  12670. height: math.unit(5 + 10 / 12, "feet"),
  12671. default: true
  12672. },
  12673. ]
  12674. ))
  12675. characterMakers.push(() => makeCharacter(
  12676. { name: "Shard" },
  12677. {
  12678. front: {
  12679. height: math.unit(6, "feet"),
  12680. weight: math.unit(150, "lb"),
  12681. name: "Front",
  12682. image: {
  12683. source: "./media/characters/shard/front.svg",
  12684. extra: 273 / 238,
  12685. bottom: 0.02
  12686. }
  12687. },
  12688. },
  12689. [
  12690. {
  12691. name: "Normal",
  12692. height: math.unit(3 + 6 / 12, "feet"),
  12693. default: true
  12694. },
  12695. ]
  12696. ))
  12697. characterMakers.push(() => makeCharacter(
  12698. { name: "Ashe" },
  12699. {
  12700. front: {
  12701. height: math.unit(5 + 11 / 12, "feet"),
  12702. weight: math.unit(146, "lb"),
  12703. name: "Front",
  12704. image: {
  12705. source: "./media/characters/ashe/front.svg",
  12706. extra: 400 / 373,
  12707. bottom: 0.01
  12708. }
  12709. },
  12710. },
  12711. [
  12712. {
  12713. name: "Normal",
  12714. height: math.unit(5 + 11 / 12, "feet"),
  12715. default: true
  12716. },
  12717. ]
  12718. ))
  12719. characterMakers.push(() => makeCharacter(
  12720. { name: "Beatrix" },
  12721. {
  12722. front: {
  12723. height: math.unit(5 + 5 / 12, "feet"),
  12724. weight: math.unit(135, "lb"),
  12725. name: "Front",
  12726. image: {
  12727. source: "./media/characters/beatrix/front.svg",
  12728. extra: 392 / 379,
  12729. bottom: 0.01
  12730. }
  12731. },
  12732. },
  12733. [
  12734. {
  12735. name: "Normal",
  12736. height: math.unit(6, "feet"),
  12737. default: true
  12738. },
  12739. ]
  12740. ))
  12741. characterMakers.push(() => makeCharacter(
  12742. { name: "Ignatius" },
  12743. {
  12744. front: {
  12745. height: math.unit(6, "feet"),
  12746. weight: math.unit(150, "lb"),
  12747. name: "Front",
  12748. image: {
  12749. source: "./media/characters/ignatius/front.svg",
  12750. extra: 245 / 222,
  12751. bottom: 0.01
  12752. }
  12753. },
  12754. },
  12755. [
  12756. {
  12757. name: "Normal",
  12758. height: math.unit(5 + 5 / 12, "feet"),
  12759. default: true
  12760. },
  12761. ]
  12762. ))
  12763. characterMakers.push(() => makeCharacter(
  12764. { name: "Mei Li" },
  12765. {
  12766. front: {
  12767. height: math.unit(6 + 2 / 12, "feet"),
  12768. weight: math.unit(138, "lb"),
  12769. name: "Front",
  12770. image: {
  12771. source: "./media/characters/mei-li/front.svg",
  12772. extra: 237 / 229,
  12773. bottom: 0.03
  12774. }
  12775. },
  12776. },
  12777. [
  12778. {
  12779. name: "Normal",
  12780. height: math.unit(6 + 2 / 12, "feet"),
  12781. default: true
  12782. },
  12783. ]
  12784. ))
  12785. characterMakers.push(() => makeCharacter(
  12786. { name: "Puru" },
  12787. {
  12788. front: {
  12789. height: math.unit(2 + 4 / 12, "feet"),
  12790. weight: math.unit(62, "lb"),
  12791. name: "Front",
  12792. image: {
  12793. source: "./media/characters/puru/front.svg",
  12794. extra: 206 / 149,
  12795. bottom: 0.06
  12796. }
  12797. },
  12798. },
  12799. [
  12800. {
  12801. name: "Normal",
  12802. height: math.unit(2 + 4 / 12, "feet"),
  12803. default: true
  12804. },
  12805. ]
  12806. ))
  12807. characterMakers.push(() => makeCharacter(
  12808. { name: "Kee" },
  12809. {
  12810. taur: {
  12811. height: math.unit(11, "feet"),
  12812. weight: math.unit(500, "lb"),
  12813. name: "Taur",
  12814. image: {
  12815. source: "./media/characters/kee/taur.svg",
  12816. extra: 1,
  12817. bottom: 0.04
  12818. }
  12819. },
  12820. },
  12821. [
  12822. {
  12823. name: "Normal",
  12824. height: math.unit(11, "feet"),
  12825. default: true
  12826. },
  12827. ]
  12828. ))
  12829. characterMakers.push(() => makeCharacter(
  12830. { name: "Cobalt (Dracha)" },
  12831. {
  12832. anthro: {
  12833. height: math.unit(7, "feet"),
  12834. weight: math.unit(190, "lb"),
  12835. name: "Anthro",
  12836. image: {
  12837. source: "./media/characters/cobalt-dracha/anthro.svg",
  12838. extra: 231 / 225,
  12839. bottom: 0.04
  12840. }
  12841. },
  12842. feral: {
  12843. height: math.unit(9 + 7 / 12, "feet"),
  12844. weight: math.unit(294, "lb"),
  12845. name: "Feral",
  12846. image: {
  12847. source: "./media/characters/cobalt-dracha/feral.svg",
  12848. extra: 692 / 633,
  12849. bottom: 0.05
  12850. }
  12851. },
  12852. },
  12853. [
  12854. {
  12855. name: "Normal",
  12856. height: math.unit(7, "feet"),
  12857. default: true
  12858. },
  12859. ]
  12860. ))
  12861. characterMakers.push(() => makeCharacter(
  12862. { name: "Java" },
  12863. {
  12864. fallen: {
  12865. height: math.unit(11 + 8 / 12, "feet"),
  12866. weight: math.unit(485, "lb"),
  12867. name: "Java (Fallen)",
  12868. rename: true,
  12869. image: {
  12870. source: "./media/characters/java/fallen.svg",
  12871. extra: 226 / 208,
  12872. bottom: 0.005
  12873. }
  12874. },
  12875. godkin: {
  12876. height: math.unit(10 + 6 / 12, "feet"),
  12877. weight: math.unit(328, "lb"),
  12878. name: "Java (Godkin)",
  12879. rename: true,
  12880. image: {
  12881. source: "./media/characters/java/godkin.svg",
  12882. extra: 270 / 262,
  12883. bottom: 0.02
  12884. }
  12885. },
  12886. },
  12887. [
  12888. {
  12889. name: "Normal",
  12890. height: math.unit(11 + 8 / 12, "feet"),
  12891. default: true
  12892. },
  12893. ]
  12894. ))
  12895. characterMakers.push(() => makeCharacter(
  12896. { name: "Skoll" },
  12897. {
  12898. front: {
  12899. height: math.unit(7 + 8 / 12, "feet"),
  12900. weight: math.unit(320, "lb"),
  12901. name: "Front",
  12902. image: {
  12903. source: "./media/characters/skoll/front.svg",
  12904. extra: 232 / 220,
  12905. bottom: 0.02
  12906. }
  12907. },
  12908. },
  12909. [
  12910. {
  12911. name: "Normal",
  12912. height: math.unit(7 + 8 / 12, "feet"),
  12913. default: true
  12914. },
  12915. ]
  12916. ))
  12917. characterMakers.push(() => makeCharacter(
  12918. { name: "Purna" },
  12919. {
  12920. front: {
  12921. height: math.unit(5 + 9 / 12, "feet"),
  12922. weight: math.unit(170, "lb"),
  12923. name: "Front",
  12924. image: {
  12925. source: "./media/characters/purna/front.svg",
  12926. extra: 239 / 229,
  12927. bottom: 0.01
  12928. }
  12929. },
  12930. },
  12931. [
  12932. {
  12933. name: "Normal",
  12934. height: math.unit(5 + 9 / 12, "feet"),
  12935. default: true
  12936. },
  12937. ]
  12938. ))
  12939. characterMakers.push(() => makeCharacter(
  12940. { name: "Kuva" },
  12941. {
  12942. front: {
  12943. height: math.unit(5 + 9 / 12, "feet"),
  12944. weight: math.unit(142, "lb"),
  12945. name: "Front",
  12946. image: {
  12947. source: "./media/characters/kuva/front.svg",
  12948. extra: 281 / 271,
  12949. bottom: 0.006
  12950. }
  12951. },
  12952. },
  12953. [
  12954. {
  12955. name: "Normal",
  12956. height: math.unit(5 + 9 / 12, "feet"),
  12957. default: true
  12958. },
  12959. ]
  12960. ))
  12961. characterMakers.push(() => makeCharacter(
  12962. { name: "Embra" },
  12963. {
  12964. anthro: {
  12965. height: math.unit(9 + 2 / 12, "feet"),
  12966. weight: math.unit(270, "lb"),
  12967. name: "Anthro",
  12968. image: {
  12969. source: "./media/characters/embra/anthro.svg",
  12970. extra: 200 / 187,
  12971. bottom: 0.02
  12972. }
  12973. },
  12974. feral: {
  12975. height: math.unit(18 + 8 / 12, "feet"),
  12976. weight: math.unit(576, "lb"),
  12977. name: "Feral",
  12978. image: {
  12979. source: "./media/characters/embra/feral.svg",
  12980. extra: 152 / 137,
  12981. bottom: 0.037
  12982. }
  12983. },
  12984. },
  12985. [
  12986. {
  12987. name: "Normal",
  12988. height: math.unit(9 + 2 / 12, "feet"),
  12989. default: true
  12990. },
  12991. ]
  12992. ))
  12993. characterMakers.push(() => makeCharacter(
  12994. { name: "Grottos" },
  12995. {
  12996. anthro: {
  12997. height: math.unit(10 + 9 / 12, "feet"),
  12998. weight: math.unit(224, "lb"),
  12999. name: "Anthro",
  13000. image: {
  13001. source: "./media/characters/grottos/anthro.svg",
  13002. extra: 350 / 332,
  13003. bottom: 0.045
  13004. }
  13005. },
  13006. feral: {
  13007. height: math.unit(20 + 7 / 12, "feet"),
  13008. weight: math.unit(629, "lb"),
  13009. name: "Feral",
  13010. image: {
  13011. source: "./media/characters/grottos/feral.svg",
  13012. extra: 207 / 190,
  13013. bottom: 0.05
  13014. }
  13015. },
  13016. },
  13017. [
  13018. {
  13019. name: "Normal",
  13020. height: math.unit(10 + 9 / 12, "feet"),
  13021. default: true
  13022. },
  13023. ]
  13024. ))
  13025. characterMakers.push(() => makeCharacter(
  13026. { name: "Frifna" },
  13027. {
  13028. anthro: {
  13029. height: math.unit(9 + 6 / 12, "feet"),
  13030. weight: math.unit(298, "lb"),
  13031. name: "Anthro",
  13032. image: {
  13033. source: "./media/characters/frifna/anthro.svg",
  13034. extra: 282 / 269,
  13035. bottom: 0.015
  13036. }
  13037. },
  13038. feral: {
  13039. height: math.unit(16 + 2 / 12, "feet"),
  13040. weight: math.unit(624, "lb"),
  13041. name: "Feral",
  13042. image: {
  13043. source: "./media/characters/frifna/feral.svg"
  13044. }
  13045. },
  13046. },
  13047. [
  13048. {
  13049. name: "Normal",
  13050. height: math.unit(9 + 6 / 12, "feet"),
  13051. default: true
  13052. },
  13053. ]
  13054. ))
  13055. characterMakers.push(() => makeCharacter(
  13056. { name: "Elise" },
  13057. {
  13058. front: {
  13059. height: math.unit(6 + 2 / 12, "feet"),
  13060. weight: math.unit(168, "lb"),
  13061. name: "Front",
  13062. image: {
  13063. source: "./media/characters/elise/front.svg",
  13064. extra: 276 / 271
  13065. }
  13066. },
  13067. },
  13068. [
  13069. {
  13070. name: "Normal",
  13071. height: math.unit(6 + 2 / 12, "feet"),
  13072. default: true
  13073. },
  13074. ]
  13075. ))
  13076. characterMakers.push(() => makeCharacter(
  13077. { name: "Glade" },
  13078. {
  13079. front: {
  13080. height: math.unit(5 + 10 / 12, "feet"),
  13081. weight: math.unit(210, "lb"),
  13082. name: "Front",
  13083. image: {
  13084. source: "./media/characters/glade/front.svg",
  13085. extra: 258 / 247,
  13086. bottom: 0.008
  13087. }
  13088. },
  13089. },
  13090. [
  13091. {
  13092. name: "Normal",
  13093. height: math.unit(5 + 10 / 12, "feet"),
  13094. default: true
  13095. },
  13096. ]
  13097. ))
  13098. characterMakers.push(() => makeCharacter(
  13099. { name: "Rina" },
  13100. {
  13101. front: {
  13102. height: math.unit(5 + 10 / 12, "feet"),
  13103. weight: math.unit(129, "lb"),
  13104. name: "Front",
  13105. image: {
  13106. source: "./media/characters/rina/front.svg",
  13107. extra: 266 / 255,
  13108. bottom: 0.005
  13109. }
  13110. },
  13111. },
  13112. [
  13113. {
  13114. name: "Normal",
  13115. height: math.unit(5 + 10 / 12, "feet"),
  13116. default: true
  13117. },
  13118. ]
  13119. ))
  13120. characterMakers.push(() => makeCharacter(
  13121. { name: "Veronica" },
  13122. {
  13123. front: {
  13124. height: math.unit(6 + 1 / 12, "feet"),
  13125. weight: math.unit(192, "lb"),
  13126. name: "Front",
  13127. image: {
  13128. source: "./media/characters/veronica/front.svg",
  13129. extra: 319 / 309,
  13130. bottom: 0.005
  13131. }
  13132. },
  13133. },
  13134. [
  13135. {
  13136. name: "Normal",
  13137. height: math.unit(6 + 1 / 12, "feet"),
  13138. default: true
  13139. },
  13140. ]
  13141. ))
  13142. characterMakers.push(() => makeCharacter(
  13143. { name: "Braxton" },
  13144. {
  13145. front: {
  13146. height: math.unit(9 + 3 / 12, "feet"),
  13147. weight: math.unit(1100, "lb"),
  13148. name: "Front",
  13149. image: {
  13150. source: "./media/characters/braxton/front.svg",
  13151. extra: 1057 / 984,
  13152. bottom: 0.05
  13153. }
  13154. },
  13155. },
  13156. [
  13157. {
  13158. name: "Normal",
  13159. height: math.unit(9 + 3 / 12, "feet")
  13160. },
  13161. {
  13162. name: "Giant",
  13163. height: math.unit(300, "feet"),
  13164. default: true
  13165. },
  13166. {
  13167. name: "Macro",
  13168. height: math.unit(700, "feet")
  13169. },
  13170. {
  13171. name: "Megamacro",
  13172. height: math.unit(6000, "feet")
  13173. },
  13174. ]
  13175. ))
  13176. characterMakers.push(() => makeCharacter(
  13177. { name: "Blue Feyonics" },
  13178. {
  13179. front: {
  13180. height: math.unit(6 + 7 / 12, "feet"),
  13181. weight: math.unit(150, "lb"),
  13182. name: "Front",
  13183. image: {
  13184. source: "./media/characters/blue-feyonics/front.svg",
  13185. extra: 1403 / 1306,
  13186. bottom: 0.047
  13187. }
  13188. },
  13189. },
  13190. [
  13191. {
  13192. name: "Normal",
  13193. height: math.unit(6 + 7 / 12, "feet"),
  13194. default: true
  13195. },
  13196. ]
  13197. ))
  13198. characterMakers.push(() => makeCharacter(
  13199. { name: "Maxwell" },
  13200. {
  13201. front: {
  13202. height: math.unit(1.8, "meters"),
  13203. weight: math.unit(60, "kg"),
  13204. name: "Front",
  13205. image: {
  13206. source: "./media/characters/maxwell/front.svg",
  13207. extra: 2060 / 1873
  13208. }
  13209. },
  13210. },
  13211. [
  13212. {
  13213. name: "Micro",
  13214. height: math.unit(1, "mm")
  13215. },
  13216. {
  13217. name: "Normal",
  13218. height: math.unit(1.8, "meter"),
  13219. default: true
  13220. },
  13221. {
  13222. name: "Macro",
  13223. height: math.unit(30, "meters")
  13224. },
  13225. {
  13226. name: "Megamacro",
  13227. height: math.unit(10, "km")
  13228. },
  13229. ]
  13230. ))
  13231. characterMakers.push(() => makeCharacter(
  13232. { name: "Jack" },
  13233. {
  13234. front: {
  13235. height: math.unit(6, "feet"),
  13236. weight: math.unit(150, "lb"),
  13237. name: "Front",
  13238. image: {
  13239. source: "./media/characters/jack/front.svg",
  13240. extra: 1754 / 1640,
  13241. bottom: 0.01
  13242. }
  13243. },
  13244. },
  13245. [
  13246. {
  13247. name: "Normal",
  13248. height: math.unit(80000, "feet"),
  13249. default: true
  13250. },
  13251. {
  13252. name: "Max size",
  13253. height: math.unit(10, "lightyears")
  13254. },
  13255. ]
  13256. ))
  13257. characterMakers.push(() => makeCharacter(
  13258. { name: "Cafat" },
  13259. {
  13260. upright: {
  13261. height: math.unit(7, "feet"),
  13262. weight: math.unit(170, "lb"),
  13263. name: "Upright",
  13264. image: {
  13265. source: "./media/characters/cafat/upright.svg",
  13266. bottom: 0.01
  13267. }
  13268. },
  13269. uprightFull: {
  13270. height: math.unit(7, "feet"),
  13271. weight: math.unit(170, "lb"),
  13272. name: "Upright (Full)",
  13273. image: {
  13274. source: "./media/characters/cafat/upright-full.svg",
  13275. bottom: 0.01
  13276. }
  13277. },
  13278. side: {
  13279. height: math.unit(5, "feet"),
  13280. weight: math.unit(150, "lb"),
  13281. name: "Side",
  13282. image: {
  13283. source: "./media/characters/cafat/side.svg"
  13284. }
  13285. },
  13286. },
  13287. [
  13288. {
  13289. name: "Small",
  13290. height: math.unit(7, "feet"),
  13291. default: true
  13292. },
  13293. {
  13294. name: "Large",
  13295. height: math.unit(15.5, "feet")
  13296. },
  13297. ]
  13298. ))
  13299. characterMakers.push(() => makeCharacter(
  13300. { name: "Verin Raharra" },
  13301. {
  13302. front: {
  13303. height: math.unit(6, "feet"),
  13304. weight: math.unit(150, "lb"),
  13305. name: "Front",
  13306. image: {
  13307. source: "./media/characters/verin-raharra/front.svg",
  13308. extra: 5019 / 4835,
  13309. bottom: 0.023
  13310. }
  13311. },
  13312. },
  13313. [
  13314. {
  13315. name: "Normal",
  13316. height: math.unit(7 + 5 / 12, "feet"),
  13317. default: true
  13318. },
  13319. {
  13320. name: "Upsized",
  13321. height: math.unit(20, "feet")
  13322. },
  13323. ]
  13324. ))
  13325. characterMakers.push(() => makeCharacter(
  13326. { name: "Nakata" },
  13327. {
  13328. front: {
  13329. height: math.unit(7, "feet"),
  13330. weight: math.unit(230, "lb"),
  13331. name: "Front",
  13332. image: {
  13333. source: "./media/characters/nakata/front.svg",
  13334. extra: 1.005,
  13335. bottom: 0.01
  13336. }
  13337. },
  13338. },
  13339. [
  13340. {
  13341. name: "Normal",
  13342. height: math.unit(7, "feet"),
  13343. default: true
  13344. },
  13345. {
  13346. name: "Big",
  13347. height: math.unit(14, "feet")
  13348. },
  13349. {
  13350. name: "Macro",
  13351. height: math.unit(400, "feet")
  13352. },
  13353. ]
  13354. ))
  13355. characterMakers.push(() => makeCharacter(
  13356. { name: "Lily" },
  13357. {
  13358. front: {
  13359. height: math.unit(4.91, "feet"),
  13360. weight: math.unit(100, "lb"),
  13361. name: "Front",
  13362. image: {
  13363. source: "./media/characters/lily/front.svg",
  13364. extra: 1585 / 1415,
  13365. bottom: 0.02
  13366. }
  13367. },
  13368. },
  13369. [
  13370. {
  13371. name: "Normal",
  13372. height: math.unit(4.91, "feet"),
  13373. default: true
  13374. },
  13375. ]
  13376. ))
  13377. characterMakers.push(() => makeCharacter(
  13378. { name: "Sheila" },
  13379. {
  13380. laying: {
  13381. height: math.unit(4 + 4 / 12, "feet"),
  13382. weight: math.unit(600, "lb"),
  13383. name: "Laying",
  13384. image: {
  13385. source: "./media/characters/sheila/laying.svg",
  13386. extra: 1333 / 1265,
  13387. bottom: 0.16
  13388. }
  13389. },
  13390. },
  13391. [
  13392. {
  13393. name: "Normal",
  13394. height: math.unit(4 + 4 / 12, "feet"),
  13395. default: true
  13396. },
  13397. ]
  13398. ))
  13399. characterMakers.push(() => makeCharacter(
  13400. { name: "Sax" },
  13401. {
  13402. front: {
  13403. height: math.unit(6, "feet"),
  13404. weight: math.unit(190, "lb"),
  13405. name: "Front",
  13406. image: {
  13407. source: "./media/characters/sax/front.svg",
  13408. extra: 1187 / 973,
  13409. bottom: 0.042
  13410. }
  13411. },
  13412. },
  13413. [
  13414. {
  13415. name: "Micro",
  13416. height: math.unit(4, "inches"),
  13417. default: true
  13418. },
  13419. ]
  13420. ))
  13421. characterMakers.push(() => makeCharacter(
  13422. { name: "Pandora" },
  13423. {
  13424. front: {
  13425. height: math.unit(6, "feet"),
  13426. weight: math.unit(150, "lb"),
  13427. name: "Front",
  13428. image: {
  13429. source: "./media/characters/pandora/front.svg",
  13430. extra: 2720 / 2556,
  13431. bottom: 0.015
  13432. }
  13433. },
  13434. back: {
  13435. height: math.unit(6, "feet"),
  13436. weight: math.unit(150, "lb"),
  13437. name: "Back",
  13438. image: {
  13439. source: "./media/characters/pandora/back.svg",
  13440. extra: 2720 / 2556,
  13441. bottom: 0.01
  13442. }
  13443. },
  13444. beans: {
  13445. height: math.unit(6 / 8, "feet"),
  13446. name: "Beans",
  13447. image: {
  13448. source: "./media/characters/pandora/beans.svg"
  13449. }
  13450. },
  13451. skirt: {
  13452. height: math.unit(6, "feet"),
  13453. weight: math.unit(150, "lb"),
  13454. name: "Skirt",
  13455. image: {
  13456. source: "./media/characters/pandora/skirt.svg",
  13457. extra: 1622 / 1525,
  13458. bottom: 0.015
  13459. }
  13460. },
  13461. hoodie: {
  13462. height: math.unit(6, "feet"),
  13463. weight: math.unit(150, "lb"),
  13464. name: "Hoodie",
  13465. image: {
  13466. source: "./media/characters/pandora/hoodie.svg",
  13467. extra: 1622 / 1525,
  13468. bottom: 0.015
  13469. }
  13470. },
  13471. casual: {
  13472. height: math.unit(6, "feet"),
  13473. weight: math.unit(150, "lb"),
  13474. name: "Casual",
  13475. image: {
  13476. source: "./media/characters/pandora/casual.svg",
  13477. extra: 1622 / 1525,
  13478. bottom: 0.015
  13479. }
  13480. },
  13481. },
  13482. [
  13483. {
  13484. name: "Normal",
  13485. height: math.unit(6, "feet")
  13486. },
  13487. {
  13488. name: "Big Steppy",
  13489. height: math.unit(1, "km"),
  13490. default: true
  13491. },
  13492. ]
  13493. ))
  13494. characterMakers.push(() => makeCharacter(
  13495. { name: "Venio Darcony" },
  13496. {
  13497. side: {
  13498. height: math.unit(10, "feet"),
  13499. weight: math.unit(800, "kg"),
  13500. name: "Side",
  13501. image: {
  13502. source: "./media/characters/venio-darcony/side.svg",
  13503. extra: 1373 / 1003,
  13504. bottom: 0.037
  13505. }
  13506. },
  13507. front: {
  13508. height: math.unit(19, "feet"),
  13509. weight: math.unit(800, "kg"),
  13510. name: "Front",
  13511. image: {
  13512. source: "./media/characters/venio-darcony/front.svg"
  13513. }
  13514. },
  13515. back: {
  13516. height: math.unit(19, "feet"),
  13517. weight: math.unit(800, "kg"),
  13518. name: "Back",
  13519. image: {
  13520. source: "./media/characters/venio-darcony/back.svg"
  13521. }
  13522. },
  13523. },
  13524. [
  13525. {
  13526. name: "Normal",
  13527. height: math.unit(10, "feet")
  13528. },
  13529. {
  13530. name: "Macro",
  13531. height: math.unit(130, "feet"),
  13532. default: true
  13533. },
  13534. {
  13535. name: "Macro+",
  13536. height: math.unit(240, "feet")
  13537. },
  13538. ]
  13539. ))
  13540. characterMakers.push(() => makeCharacter(
  13541. { name: "Veski" },
  13542. {
  13543. front: {
  13544. height: math.unit(6, "feet"),
  13545. weight: math.unit(150, "lb"),
  13546. name: "Front",
  13547. image: {
  13548. source: "./media/characters/veski/front.svg",
  13549. extra: 1299 / 1225,
  13550. bottom: 0.04
  13551. }
  13552. },
  13553. back: {
  13554. height: math.unit(6, "feet"),
  13555. weight: math.unit(150, "lb"),
  13556. name: "Back",
  13557. image: {
  13558. source: "./media/characters/veski/back.svg",
  13559. extra: 1299 / 1225,
  13560. bottom: 0.008
  13561. }
  13562. },
  13563. maw: {
  13564. height: math.unit(1.5 * 1.21, "feet"),
  13565. name: "Maw",
  13566. image: {
  13567. source: "./media/characters/veski/maw.svg"
  13568. }
  13569. },
  13570. },
  13571. [
  13572. {
  13573. name: "Macro",
  13574. height: math.unit(2, "km"),
  13575. default: true
  13576. },
  13577. ]
  13578. ))
  13579. characterMakers.push(() => makeCharacter(
  13580. { name: "Isabelle" },
  13581. {
  13582. front: {
  13583. height: math.unit(5 + 7 / 12, "feet"),
  13584. name: "Front",
  13585. image: {
  13586. source: "./media/characters/isabelle/front.svg",
  13587. extra: 2130 / 1976,
  13588. bottom: 0.05
  13589. }
  13590. },
  13591. },
  13592. [
  13593. {
  13594. name: "Supermicro",
  13595. height: math.unit(10, "micrometers")
  13596. },
  13597. {
  13598. name: "Micro",
  13599. height: math.unit(1, "inch")
  13600. },
  13601. {
  13602. name: "Tiny",
  13603. height: math.unit(5, "inches")
  13604. },
  13605. {
  13606. name: "Standard",
  13607. height: math.unit(5 + 7 / 12, "inches")
  13608. },
  13609. {
  13610. name: "Macro",
  13611. height: math.unit(80, "meters"),
  13612. default: true
  13613. },
  13614. {
  13615. name: "Megamacro",
  13616. height: math.unit(250, "meters")
  13617. },
  13618. {
  13619. name: "Gigamacro",
  13620. height: math.unit(5, "km")
  13621. },
  13622. {
  13623. name: "Cosmic",
  13624. height: math.unit(2.5e6, "miles")
  13625. },
  13626. ]
  13627. ))
  13628. characterMakers.push(() => makeCharacter(
  13629. { name: "Hanzo" },
  13630. {
  13631. front: {
  13632. height: math.unit(6, "feet"),
  13633. weight: math.unit(150, "lb"),
  13634. name: "Front",
  13635. image: {
  13636. source: "./media/characters/hanzo/front.svg",
  13637. extra: 374 / 344,
  13638. bottom: 0.02
  13639. }
  13640. },
  13641. },
  13642. [
  13643. {
  13644. name: "Normal",
  13645. height: math.unit(8, "feet"),
  13646. default: true
  13647. },
  13648. ]
  13649. ))
  13650. characterMakers.push(() => makeCharacter(
  13651. { name: "Anna" },
  13652. {
  13653. front: {
  13654. height: math.unit(7, "feet"),
  13655. weight: math.unit(130, "lb"),
  13656. name: "Front",
  13657. image: {
  13658. source: "./media/characters/anna/front.svg",
  13659. extra: 169 / 145,
  13660. bottom: 0.06
  13661. }
  13662. },
  13663. full: {
  13664. height: math.unit(4.96, "feet"),
  13665. weight: math.unit(220, "lb"),
  13666. name: "Full",
  13667. image: {
  13668. source: "./media/characters/anna/full.svg",
  13669. extra: 138 / 114,
  13670. bottom: 0.15
  13671. }
  13672. },
  13673. tongue: {
  13674. height: math.unit(2.53, "feet"),
  13675. name: "Tongue",
  13676. image: {
  13677. source: "./media/characters/anna/tongue.svg"
  13678. }
  13679. },
  13680. },
  13681. [
  13682. {
  13683. name: "Normal",
  13684. height: math.unit(7, "feet"),
  13685. default: true
  13686. },
  13687. ]
  13688. ))
  13689. characterMakers.push(() => makeCharacter(
  13690. { name: "Ian Corvid" },
  13691. {
  13692. front: {
  13693. height: math.unit(7, "feet"),
  13694. weight: math.unit(150, "lb"),
  13695. name: "Front",
  13696. image: {
  13697. source: "./media/characters/ian-corvid/front.svg",
  13698. extra: 150 / 142,
  13699. bottom: 0.02
  13700. }
  13701. },
  13702. back: {
  13703. height: math.unit(7, "feet"),
  13704. weight: math.unit(150, "lb"),
  13705. name: "Back",
  13706. image: {
  13707. source: "./media/characters/ian-corvid/back.svg",
  13708. extra: 150 / 143,
  13709. bottom: 0.01
  13710. }
  13711. },
  13712. stomping: {
  13713. height: math.unit(7, "feet"),
  13714. weight: math.unit(150, "lb"),
  13715. name: "Stomping",
  13716. image: {
  13717. source: "./media/characters/ian-corvid/stomping.svg",
  13718. extra: 76 / 72
  13719. }
  13720. },
  13721. sitting: {
  13722. height: math.unit(7 / 1.8, "feet"),
  13723. weight: math.unit(150, "lb"),
  13724. name: "Sitting",
  13725. image: {
  13726. source: "./media/characters/ian-corvid/sitting.svg",
  13727. extra: 1400 / 1269,
  13728. bottom: 0.15
  13729. }
  13730. },
  13731. },
  13732. [
  13733. {
  13734. name: "Tiny Microw",
  13735. height: math.unit(1, "inch")
  13736. },
  13737. {
  13738. name: "Microw",
  13739. height: math.unit(6, "inches")
  13740. },
  13741. {
  13742. name: "Crow",
  13743. height: math.unit(7 + 1 / 12, "feet"),
  13744. default: true
  13745. },
  13746. {
  13747. name: "Macrow",
  13748. height: math.unit(176, "feet")
  13749. },
  13750. ]
  13751. ))
  13752. characterMakers.push(() => makeCharacter(
  13753. { name: "Natalie Kellon" },
  13754. {
  13755. front: {
  13756. height: math.unit(5 + 7 / 12, "feet"),
  13757. weight: math.unit(147, "lb"),
  13758. name: "Front",
  13759. image: {
  13760. source: "./media/characters/natalie-kellon/front.svg",
  13761. extra: 1214 / 1141,
  13762. bottom: 0.02
  13763. }
  13764. },
  13765. },
  13766. [
  13767. {
  13768. name: "Micro",
  13769. height: math.unit(1 / 16, "inch")
  13770. },
  13771. {
  13772. name: "Tiny",
  13773. height: math.unit(4, "inches")
  13774. },
  13775. {
  13776. name: "Normal",
  13777. height: math.unit(5 + 7 / 12, "feet"),
  13778. default: true
  13779. },
  13780. {
  13781. name: "Amazon",
  13782. height: math.unit(12, "feet")
  13783. },
  13784. {
  13785. name: "Giantess",
  13786. height: math.unit(160, "meters")
  13787. },
  13788. {
  13789. name: "Titaness",
  13790. height: math.unit(800, "meters")
  13791. },
  13792. ]
  13793. ))
  13794. characterMakers.push(() => makeCharacter(
  13795. { name: "Alluria" },
  13796. {
  13797. front: {
  13798. height: math.unit(6, "feet"),
  13799. weight: math.unit(150, "lb"),
  13800. name: "Front",
  13801. image: {
  13802. source: "./media/characters/alluria/front.svg",
  13803. extra: 806 / 738,
  13804. bottom: 0.01
  13805. }
  13806. },
  13807. side: {
  13808. height: math.unit(6, "feet"),
  13809. weight: math.unit(150, "lb"),
  13810. name: "Side",
  13811. image: {
  13812. source: "./media/characters/alluria/side.svg",
  13813. extra: 800 / 750,
  13814. }
  13815. },
  13816. back: {
  13817. height: math.unit(6, "feet"),
  13818. weight: math.unit(150, "lb"),
  13819. name: "Back",
  13820. image: {
  13821. source: "./media/characters/alluria/back.svg",
  13822. extra: 806 / 738,
  13823. }
  13824. },
  13825. frontMaid: {
  13826. height: math.unit(6, "feet"),
  13827. weight: math.unit(150, "lb"),
  13828. name: "Front (Maid)",
  13829. image: {
  13830. source: "./media/characters/alluria/front-maid.svg",
  13831. extra: 806 / 738,
  13832. bottom: 0.01
  13833. }
  13834. },
  13835. sideMaid: {
  13836. height: math.unit(6, "feet"),
  13837. weight: math.unit(150, "lb"),
  13838. name: "Side (Maid)",
  13839. image: {
  13840. source: "./media/characters/alluria/side-maid.svg",
  13841. extra: 800 / 750,
  13842. bottom: 0.005
  13843. }
  13844. },
  13845. backMaid: {
  13846. height: math.unit(6, "feet"),
  13847. weight: math.unit(150, "lb"),
  13848. name: "Back (Maid)",
  13849. image: {
  13850. source: "./media/characters/alluria/back-maid.svg",
  13851. extra: 806 / 738,
  13852. }
  13853. },
  13854. },
  13855. [
  13856. {
  13857. name: "Micro",
  13858. height: math.unit(6, "inches"),
  13859. default: true
  13860. },
  13861. ]
  13862. ))
  13863. characterMakers.push(() => makeCharacter(
  13864. { name: "Kyle" },
  13865. {
  13866. front: {
  13867. height: math.unit(6, "feet"),
  13868. weight: math.unit(150, "lb"),
  13869. name: "Front",
  13870. image: {
  13871. source: "./media/characters/kyle/front.svg",
  13872. extra: 1069 / 962,
  13873. bottom: 77.228 / 1727.45
  13874. }
  13875. },
  13876. },
  13877. [
  13878. {
  13879. name: "Macro",
  13880. height: math.unit(150, "feet"),
  13881. default: true
  13882. },
  13883. ]
  13884. ))
  13885. characterMakers.push(() => makeCharacter(
  13886. { name: "Duncan" },
  13887. {
  13888. front: {
  13889. height: math.unit(6, "feet"),
  13890. weight: math.unit(300, "lb"),
  13891. name: "Front",
  13892. image: {
  13893. source: "./media/characters/duncan/front.svg",
  13894. extra: 1650 / 1482,
  13895. bottom: 0.05
  13896. }
  13897. },
  13898. },
  13899. [
  13900. {
  13901. name: "Macro",
  13902. height: math.unit(100, "feet"),
  13903. default: true
  13904. },
  13905. ]
  13906. ))
  13907. characterMakers.push(() => makeCharacter(
  13908. { name: "Memory" },
  13909. {
  13910. front: {
  13911. height: math.unit(5 + 4 / 12, "feet"),
  13912. weight: math.unit(220, "lb"),
  13913. name: "Front",
  13914. image: {
  13915. source: "./media/characters/memory/front.svg",
  13916. extra: 3641 / 3545,
  13917. bottom: 0.03
  13918. }
  13919. },
  13920. back: {
  13921. height: math.unit(5 + 4 / 12, "feet"),
  13922. weight: math.unit(220, "lb"),
  13923. name: "Back",
  13924. image: {
  13925. source: "./media/characters/memory/back.svg",
  13926. extra: 3641 / 3545,
  13927. bottom: 0.025
  13928. }
  13929. },
  13930. frontSkirt: {
  13931. height: math.unit(5 + 4 / 12, "feet"),
  13932. weight: math.unit(220, "lb"),
  13933. name: "Front (Skirt)",
  13934. image: {
  13935. source: "./media/characters/memory/front-skirt.svg",
  13936. extra: 3641 / 3545,
  13937. bottom: 0.03
  13938. }
  13939. },
  13940. frontDress: {
  13941. height: math.unit(5 + 4 / 12, "feet"),
  13942. weight: math.unit(220, "lb"),
  13943. name: "Front (Dress)",
  13944. image: {
  13945. source: "./media/characters/memory/front-dress.svg",
  13946. extra: 3641 / 3545,
  13947. bottom: 0.03
  13948. }
  13949. },
  13950. },
  13951. [
  13952. {
  13953. name: "Micro",
  13954. height: math.unit(6, "inches"),
  13955. default: true
  13956. },
  13957. {
  13958. name: "Normal",
  13959. height: math.unit(5 + 4 / 12, "feet")
  13960. },
  13961. ]
  13962. ))
  13963. characterMakers.push(() => makeCharacter(
  13964. { name: "Luno" },
  13965. {
  13966. front: {
  13967. height: math.unit(4 + 11 / 12, "feet"),
  13968. weight: math.unit(100, "lb"),
  13969. name: "Front",
  13970. image: {
  13971. source: "./media/characters/luno/front.svg",
  13972. extra: 1535 / 1487,
  13973. bottom: 0.03
  13974. }
  13975. },
  13976. },
  13977. [
  13978. {
  13979. name: "Micro",
  13980. height: math.unit(3, "inches")
  13981. },
  13982. {
  13983. name: "Normal",
  13984. height: math.unit(4 + 11 / 12, "feet"),
  13985. default: true
  13986. },
  13987. {
  13988. name: "Macro",
  13989. height: math.unit(300, "feet")
  13990. },
  13991. {
  13992. name: "Megamacro",
  13993. height: math.unit(700, "miles")
  13994. },
  13995. ]
  13996. ))
  13997. characterMakers.push(() => makeCharacter(
  13998. { name: "Jamesy" },
  13999. {
  14000. front: {
  14001. height: math.unit(6 + 2 / 12, "feet"),
  14002. weight: math.unit(170, "lb"),
  14003. name: "Front",
  14004. image: {
  14005. source: "./media/characters/jamesy/front.svg",
  14006. extra: 440 / 382,
  14007. bottom: 0.005
  14008. }
  14009. },
  14010. },
  14011. [
  14012. {
  14013. name: "Micro",
  14014. height: math.unit(3, "inches")
  14015. },
  14016. {
  14017. name: "Normal",
  14018. height: math.unit(6 + 2 / 12, "feet"),
  14019. default: true
  14020. },
  14021. {
  14022. name: "Macro",
  14023. height: math.unit(300, "feet")
  14024. },
  14025. {
  14026. name: "Megamacro",
  14027. height: math.unit(700, "miles")
  14028. },
  14029. ]
  14030. ))
  14031. characterMakers.push(() => makeCharacter(
  14032. { name: "Mark" },
  14033. {
  14034. front: {
  14035. height: math.unit(6, "feet"),
  14036. weight: math.unit(160, "lb"),
  14037. name: "Front",
  14038. image: {
  14039. source: "./media/characters/mark/front.svg",
  14040. extra: 3300 / 3100,
  14041. bottom: 136.42 / 3440.47
  14042. }
  14043. },
  14044. },
  14045. [
  14046. {
  14047. name: "Macro",
  14048. height: math.unit(120, "meters")
  14049. },
  14050. {
  14051. name: "Bigger Macro",
  14052. height: math.unit(350, "meters")
  14053. },
  14054. {
  14055. name: "Megamacro",
  14056. height: math.unit(8, "km"),
  14057. default: true
  14058. },
  14059. {
  14060. name: "Continental",
  14061. height: math.unit(4550, "km")
  14062. },
  14063. {
  14064. name: "Planetary",
  14065. height: math.unit(65000, "km")
  14066. },
  14067. ]
  14068. ))
  14069. characterMakers.push(() => makeCharacter(
  14070. { name: "Mac" },
  14071. {
  14072. front: {
  14073. height: math.unit(6, "feet"),
  14074. weight: math.unit(400, "lb"),
  14075. name: "Front",
  14076. image: {
  14077. source: "./media/characters/mac/front.svg",
  14078. extra: 1048 / 987.7,
  14079. bottom: 60 / 1107.6,
  14080. }
  14081. },
  14082. },
  14083. [
  14084. {
  14085. name: "Macro",
  14086. height: math.unit(500, "feet"),
  14087. default: true
  14088. },
  14089. ]
  14090. ))
  14091. characterMakers.push(() => makeCharacter(
  14092. { name: "Bari" },
  14093. {
  14094. front: {
  14095. height: math.unit(5 + 2 / 12, "feet"),
  14096. weight: math.unit(190, "lb"),
  14097. name: "Front",
  14098. image: {
  14099. source: "./media/characters/bari/front.svg",
  14100. extra: 3156 / 2880,
  14101. bottom: 0.03
  14102. }
  14103. },
  14104. back: {
  14105. height: math.unit(5 + 2 / 12, "feet"),
  14106. weight: math.unit(190, "lb"),
  14107. name: "Back",
  14108. image: {
  14109. source: "./media/characters/bari/back.svg",
  14110. extra: 3260 / 2834,
  14111. bottom: 0.025
  14112. }
  14113. },
  14114. frontPlush: {
  14115. height: math.unit(5 + 2 / 12, "feet"),
  14116. weight: math.unit(190, "lb"),
  14117. name: "Front (Plush)",
  14118. image: {
  14119. source: "./media/characters/bari/front-plush.svg",
  14120. extra: 1112 / 1061,
  14121. bottom: 0.002
  14122. }
  14123. },
  14124. },
  14125. [
  14126. {
  14127. name: "Micro",
  14128. height: math.unit(3, "inches")
  14129. },
  14130. {
  14131. name: "Normal",
  14132. height: math.unit(5 + 2 / 12, "feet"),
  14133. default: true
  14134. },
  14135. {
  14136. name: "Macro",
  14137. height: math.unit(20, "feet")
  14138. },
  14139. ]
  14140. ))
  14141. characterMakers.push(() => makeCharacter(
  14142. { name: "Hunter Misha Raven" },
  14143. {
  14144. front: {
  14145. height: math.unit(6 + 1 / 12, "feet"),
  14146. weight: math.unit(275, "lb"),
  14147. name: "Front",
  14148. image: {
  14149. source: "./media/characters/hunter-misha-raven/front.svg"
  14150. }
  14151. },
  14152. },
  14153. [
  14154. {
  14155. name: "Mortal",
  14156. height: math.unit(6 + 1 / 12, "feet")
  14157. },
  14158. {
  14159. name: "Divine",
  14160. height: math.unit(1.12134e34, "parsecs"),
  14161. default: true
  14162. },
  14163. ]
  14164. ))
  14165. characterMakers.push(() => makeCharacter(
  14166. { name: "Max Calore" },
  14167. {
  14168. front: {
  14169. height: math.unit(6 + 3 / 12, "feet"),
  14170. weight: math.unit(220, "lb"),
  14171. name: "Front",
  14172. image: {
  14173. source: "./media/characters/max-calore/front.svg",
  14174. extra: 1700 / 1648,
  14175. bottom: 0.01
  14176. }
  14177. },
  14178. back: {
  14179. height: math.unit(6 + 3 / 12, "feet"),
  14180. weight: math.unit(220, "lb"),
  14181. name: "Back",
  14182. image: {
  14183. source: "./media/characters/max-calore/back.svg",
  14184. extra: 1700 / 1648,
  14185. bottom: 0.01
  14186. }
  14187. },
  14188. },
  14189. [
  14190. {
  14191. name: "Normal",
  14192. height: math.unit(6 + 3 / 12, "feet"),
  14193. default: true
  14194. },
  14195. ]
  14196. ))
  14197. characterMakers.push(() => makeCharacter(
  14198. { name: "Aspen" },
  14199. {
  14200. side: {
  14201. height: math.unit(2 + 8 / 12, "feet"),
  14202. weight: math.unit(99, "lb"),
  14203. name: "Side",
  14204. image: {
  14205. source: "./media/characters/aspen/side.svg",
  14206. extra: 152 / 138,
  14207. bottom: 0.032
  14208. }
  14209. },
  14210. },
  14211. [
  14212. {
  14213. name: "Normal",
  14214. height: math.unit(2 + 8 / 12, "feet"),
  14215. default: true
  14216. },
  14217. ]
  14218. ))
  14219. characterMakers.push(() => makeCharacter(
  14220. { name: "Sheila (Feral Wolf)" },
  14221. {
  14222. side: {
  14223. height: math.unit(3 + 2 / 12, "feet"),
  14224. weight: math.unit(224, "lb"),
  14225. name: "Side",
  14226. image: {
  14227. source: "./media/characters/sheila-feral-wolf/side.svg",
  14228. extra: 179 / 166,
  14229. bottom: 0.03
  14230. }
  14231. },
  14232. },
  14233. [
  14234. {
  14235. name: "Normal",
  14236. height: math.unit(3 + 2 / 12, "feet"),
  14237. default: true
  14238. },
  14239. ]
  14240. ))
  14241. characterMakers.push(() => makeCharacter(
  14242. { name: "Michelle" },
  14243. {
  14244. side: {
  14245. height: math.unit(1 + 9 / 12, "feet"),
  14246. weight: math.unit(38, "lb"),
  14247. name: "Side",
  14248. image: {
  14249. source: "./media/characters/michelle/side.svg",
  14250. extra: 147 / 136.7,
  14251. bottom: 0.03
  14252. }
  14253. },
  14254. },
  14255. [
  14256. {
  14257. name: "Normal",
  14258. height: math.unit(1 + 9 / 12, "feet"),
  14259. default: true
  14260. },
  14261. ]
  14262. ))
  14263. characterMakers.push(() => makeCharacter(
  14264. { name: "Nino" },
  14265. {
  14266. front: {
  14267. height: math.unit(1 + 1 / 12, "feet"),
  14268. weight: math.unit(18, "lb"),
  14269. name: "Front",
  14270. image: {
  14271. source: "./media/characters/nino/front.svg"
  14272. }
  14273. },
  14274. },
  14275. [
  14276. {
  14277. name: "Normal",
  14278. height: math.unit(1 + 1 / 12, "feet"),
  14279. default: true
  14280. },
  14281. ]
  14282. ))
  14283. characterMakers.push(() => makeCharacter(
  14284. { name: "Viola" },
  14285. {
  14286. front: {
  14287. height: math.unit(1, "feet"),
  14288. weight: math.unit(16, "lb"),
  14289. name: "Front",
  14290. image: {
  14291. source: "./media/characters/viola/front.svg"
  14292. }
  14293. },
  14294. },
  14295. [
  14296. {
  14297. name: "Normal",
  14298. height: math.unit(1, "feet"),
  14299. default: true
  14300. },
  14301. ]
  14302. ))
  14303. characterMakers.push(() => makeCharacter(
  14304. { name: "Atlas" },
  14305. {
  14306. front: {
  14307. height: math.unit(6 + 5 / 12, "feet"),
  14308. weight: math.unit(580, "lb"),
  14309. name: "Front",
  14310. image: {
  14311. source: "./media/characters/atlas/front.svg",
  14312. extra: 298.5 / 290,
  14313. bottom: 0.015
  14314. }
  14315. },
  14316. },
  14317. [
  14318. {
  14319. name: "Normal",
  14320. height: math.unit(6 + 5 / 12, "feet"),
  14321. default: true
  14322. },
  14323. ]
  14324. ))
  14325. characterMakers.push(() => makeCharacter(
  14326. { name: "Davy" },
  14327. {
  14328. side: {
  14329. height: math.unit(1 + 10 / 12, "feet"),
  14330. weight: math.unit(25, "lb"),
  14331. name: "Side",
  14332. image: {
  14333. source: "./media/characters/davy/side.svg",
  14334. extra: 200 / 170,
  14335. bottom: 0.01
  14336. }
  14337. },
  14338. },
  14339. [
  14340. {
  14341. name: "Normal",
  14342. height: math.unit(1 + 10 / 12, "feet"),
  14343. default: true
  14344. },
  14345. ]
  14346. ))
  14347. characterMakers.push(() => makeCharacter(
  14348. { name: "Fiona" },
  14349. {
  14350. side: {
  14351. height: math.unit(4 + 8 / 12, "feet"),
  14352. weight: math.unit(166, "lb"),
  14353. name: "Side",
  14354. image: {
  14355. source: "./media/characters/fiona/side.svg",
  14356. extra: 232 / 220,
  14357. bottom: 0.03
  14358. }
  14359. },
  14360. },
  14361. [
  14362. {
  14363. name: "Normal",
  14364. height: math.unit(4 + 8 / 12, "feet"),
  14365. default: true
  14366. },
  14367. ]
  14368. ))
  14369. characterMakers.push(() => makeCharacter(
  14370. { name: "Lyla" },
  14371. {
  14372. front: {
  14373. height: math.unit(2, "feet"),
  14374. weight: math.unit(62, "lb"),
  14375. name: "Front",
  14376. image: {
  14377. source: "./media/characters/lyla/front.svg",
  14378. bottom: 0.1
  14379. }
  14380. },
  14381. },
  14382. [
  14383. {
  14384. name: "Normal",
  14385. height: math.unit(2, "feet"),
  14386. default: true
  14387. },
  14388. ]
  14389. ))
  14390. characterMakers.push(() => makeCharacter(
  14391. { name: "Perseus" },
  14392. {
  14393. side: {
  14394. height: math.unit(1.8, "feet"),
  14395. weight: math.unit(44, "lb"),
  14396. name: "Side",
  14397. image: {
  14398. source: "./media/characters/perseus/side.svg",
  14399. bottom: 0.21
  14400. }
  14401. },
  14402. },
  14403. [
  14404. {
  14405. name: "Normal",
  14406. height: math.unit(1.8, "feet"),
  14407. default: true
  14408. },
  14409. ]
  14410. ))
  14411. characterMakers.push(() => makeCharacter(
  14412. { name: "Remus" },
  14413. {
  14414. side: {
  14415. height: math.unit(4 + 2 / 12, "feet"),
  14416. weight: math.unit(20, "lb"),
  14417. name: "Side",
  14418. image: {
  14419. source: "./media/characters/remus/side.svg"
  14420. }
  14421. },
  14422. },
  14423. [
  14424. {
  14425. name: "Normal",
  14426. height: math.unit(4 + 2 / 12, "feet"),
  14427. default: true
  14428. },
  14429. ]
  14430. ))
  14431. characterMakers.push(() => makeCharacter(
  14432. { name: "Raf" },
  14433. {
  14434. front: {
  14435. height: math.unit(4 + 11 / 12, "feet"),
  14436. weight: math.unit(114, "lb"),
  14437. name: "Front",
  14438. image: {
  14439. source: "./media/characters/raf/front.svg",
  14440. bottom: 0.01
  14441. }
  14442. },
  14443. side: {
  14444. height: math.unit(4 + 11 / 12, "feet"),
  14445. weight: math.unit(114, "lb"),
  14446. name: "Side",
  14447. image: {
  14448. source: "./media/characters/raf/side.svg",
  14449. bottom: 0.005
  14450. }
  14451. },
  14452. },
  14453. [
  14454. {
  14455. name: "Micro",
  14456. height: math.unit(2, "inches")
  14457. },
  14458. {
  14459. name: "Normal",
  14460. height: math.unit(4 + 11 / 12, "feet"),
  14461. default: true
  14462. },
  14463. {
  14464. name: "Macro",
  14465. height: math.unit(70, "feet")
  14466. },
  14467. ]
  14468. ))
  14469. characterMakers.push(() => makeCharacter(
  14470. { name: "Liam Einarr" },
  14471. {
  14472. front: {
  14473. height: math.unit(1.5, "meters"),
  14474. weight: math.unit(68, "kg"),
  14475. name: "Front",
  14476. image: {
  14477. source: "./media/characters/liam-einarr/front.svg",
  14478. extra: 2822 / 2666
  14479. }
  14480. },
  14481. back: {
  14482. height: math.unit(1.5, "meters"),
  14483. weight: math.unit(68, "kg"),
  14484. name: "Back",
  14485. image: {
  14486. source: "./media/characters/liam-einarr/back.svg",
  14487. extra: 2822 / 2666,
  14488. bottom: 0.015
  14489. }
  14490. },
  14491. },
  14492. [
  14493. {
  14494. name: "Normal",
  14495. height: math.unit(1.5, "meters"),
  14496. default: true
  14497. },
  14498. {
  14499. name: "Macro",
  14500. height: math.unit(150, "meters")
  14501. },
  14502. {
  14503. name: "Megamacro",
  14504. height: math.unit(35, "km")
  14505. },
  14506. ]
  14507. ))
  14508. characterMakers.push(() => makeCharacter(
  14509. { name: "Linda" },
  14510. {
  14511. front: {
  14512. height: math.unit(6, "feet"),
  14513. weight: math.unit(75, "kg"),
  14514. name: "Front",
  14515. image: {
  14516. source: "./media/characters/linda/front.svg",
  14517. extra: 930 / 874,
  14518. bottom: 0.004
  14519. }
  14520. },
  14521. },
  14522. [
  14523. {
  14524. name: "Normal",
  14525. height: math.unit(6, "feet"),
  14526. default: true
  14527. },
  14528. ]
  14529. ))
  14530. characterMakers.push(() => makeCharacter(
  14531. { name: "Caylex" },
  14532. {
  14533. front: {
  14534. height: math.unit(6 + 8 / 12, "feet"),
  14535. weight: math.unit(220, "lb"),
  14536. name: "Front",
  14537. image: {
  14538. source: "./media/characters/caylex/front.svg",
  14539. extra: 821 / 772,
  14540. bottom: 0.07
  14541. }
  14542. },
  14543. back: {
  14544. height: math.unit(6 + 8 / 12, "feet"),
  14545. weight: math.unit(220, "lb"),
  14546. name: "Back",
  14547. image: {
  14548. source: "./media/characters/caylex/back.svg",
  14549. extra: 821 / 772,
  14550. bottom: 0.022
  14551. }
  14552. },
  14553. hand: {
  14554. height: math.unit(1.25, "feet"),
  14555. name: "Hand",
  14556. image: {
  14557. source: "./media/characters/caylex/hand.svg"
  14558. }
  14559. },
  14560. foot: {
  14561. height: math.unit(1.6, "feet"),
  14562. name: "Foot",
  14563. image: {
  14564. source: "./media/characters/caylex/foot.svg"
  14565. }
  14566. },
  14567. armored: {
  14568. height: math.unit(6 + 8 / 12, "feet"),
  14569. weight: math.unit(250, "lb"),
  14570. name: "Armored",
  14571. image: {
  14572. source: "./media/characters/caylex/armored.svg",
  14573. extra: 1420 / 1310,
  14574. bottom: 0.045
  14575. }
  14576. },
  14577. },
  14578. [
  14579. {
  14580. name: "Normal",
  14581. height: math.unit(6 + 8 / 12, "feet"),
  14582. default: true
  14583. },
  14584. {
  14585. name: "Normal+",
  14586. height: math.unit(12, "feet")
  14587. },
  14588. ]
  14589. ))
  14590. characterMakers.push(() => makeCharacter(
  14591. { name: "Alana" },
  14592. {
  14593. front: {
  14594. height: math.unit(7 + 6 / 12, "feet"),
  14595. weight: math.unit(288, "lb"),
  14596. name: "Front",
  14597. image: {
  14598. source: "./media/characters/alana/front.svg",
  14599. extra: 679 / 653,
  14600. bottom: 22.5 / 701
  14601. }
  14602. },
  14603. },
  14604. [
  14605. {
  14606. name: "Normal",
  14607. height: math.unit(7 + 6 / 12, "feet")
  14608. },
  14609. {
  14610. name: "Large",
  14611. height: math.unit(50, "feet")
  14612. },
  14613. {
  14614. name: "Macro",
  14615. height: math.unit(100, "feet"),
  14616. default: true
  14617. },
  14618. {
  14619. name: "Macro+",
  14620. height: math.unit(200, "feet")
  14621. },
  14622. ]
  14623. ))
  14624. characterMakers.push(() => makeCharacter(
  14625. { name: "Hasani" },
  14626. {
  14627. front: {
  14628. height: math.unit(6 + 1 / 12, "feet"),
  14629. weight: math.unit(210, "lb"),
  14630. name: "Front",
  14631. image: {
  14632. source: "./media/characters/hasani/front.svg",
  14633. extra: 244 / 232,
  14634. bottom: 0.01
  14635. }
  14636. },
  14637. back: {
  14638. height: math.unit(6 + 1 / 12, "feet"),
  14639. weight: math.unit(210, "lb"),
  14640. name: "Back",
  14641. image: {
  14642. source: "./media/characters/hasani/back.svg",
  14643. extra: 244 / 232,
  14644. bottom: 0.01
  14645. }
  14646. },
  14647. },
  14648. [
  14649. {
  14650. name: "Normal",
  14651. height: math.unit(6 + 1 / 12, "feet")
  14652. },
  14653. {
  14654. name: "Macro",
  14655. height: math.unit(175, "feet"),
  14656. default: true
  14657. },
  14658. ]
  14659. ))
  14660. characterMakers.push(() => makeCharacter(
  14661. { name: "Nita" },
  14662. {
  14663. front: {
  14664. height: math.unit(1.82, "meters"),
  14665. weight: math.unit(140, "lb"),
  14666. name: "Front",
  14667. image: {
  14668. source: "./media/characters/nita/front.svg",
  14669. extra: 2473 / 2363,
  14670. bottom: 0.01
  14671. }
  14672. },
  14673. },
  14674. [
  14675. {
  14676. name: "Normal",
  14677. height: math.unit(1.82, "m")
  14678. },
  14679. {
  14680. name: "Macro",
  14681. height: math.unit(300, "m")
  14682. },
  14683. {
  14684. name: "Mistake Canon",
  14685. height: math.unit(0.5, "miles"),
  14686. default: true
  14687. },
  14688. {
  14689. name: "Big Mistake",
  14690. height: math.unit(13, "miles")
  14691. },
  14692. {
  14693. name: "Playing God",
  14694. height: math.unit(2450, "miles")
  14695. },
  14696. ]
  14697. ))
  14698. characterMakers.push(() => makeCharacter(
  14699. { name: "Shiriko" },
  14700. {
  14701. front: {
  14702. height: math.unit(4, "feet"),
  14703. weight: math.unit(120, "lb"),
  14704. name: "Front",
  14705. image: {
  14706. source: "./media/characters/shiriko/front.svg",
  14707. extra: 195 / 188
  14708. }
  14709. },
  14710. },
  14711. [
  14712. {
  14713. name: "Normal",
  14714. height: math.unit(4, "feet"),
  14715. default: true
  14716. },
  14717. ]
  14718. ))
  14719. characterMakers.push(() => makeCharacter(
  14720. { name: "Deja" },
  14721. {
  14722. front: {
  14723. height: math.unit(6, "feet"),
  14724. name: "front",
  14725. image: {
  14726. source: "./media/characters/deja/front.svg",
  14727. extra: 926 / 840,
  14728. bottom: 0.07
  14729. }
  14730. },
  14731. },
  14732. [
  14733. {
  14734. name: "Planck Length",
  14735. height: math.unit(1.6e-35, "meters")
  14736. },
  14737. {
  14738. name: "Normal",
  14739. height: math.unit(30.48, "meters"),
  14740. default: true
  14741. },
  14742. {
  14743. name: "Universal",
  14744. height: math.unit(8.8e26, "meters")
  14745. },
  14746. ]
  14747. ))
  14748. characterMakers.push(() => makeCharacter(
  14749. { name: "Anima" },
  14750. {
  14751. side: {
  14752. height: math.unit(8, "feet"),
  14753. weight: math.unit(6300, "lb"),
  14754. name: "Side",
  14755. image: {
  14756. source: "./media/characters/anima/side.svg",
  14757. bottom: 0.035
  14758. }
  14759. },
  14760. },
  14761. [
  14762. {
  14763. name: "Normal",
  14764. height: math.unit(8, "feet"),
  14765. default: true
  14766. },
  14767. ]
  14768. ))
  14769. characterMakers.push(() => makeCharacter(
  14770. { name: "Bianca" },
  14771. {
  14772. front: {
  14773. height: math.unit(8, "feet"),
  14774. weight: math.unit(350, "lb"),
  14775. name: "Front",
  14776. image: {
  14777. source: "./media/characters/bianca/front.svg",
  14778. extra: 234 / 225,
  14779. bottom: 0.03
  14780. }
  14781. },
  14782. },
  14783. [
  14784. {
  14785. name: "Normal",
  14786. height: math.unit(8, "feet"),
  14787. default: true
  14788. },
  14789. ]
  14790. ))
  14791. characterMakers.push(() => makeCharacter(
  14792. { name: "Adinia" },
  14793. {
  14794. front: {
  14795. height: math.unit(6, "feet"),
  14796. weight: math.unit(150, "lb"),
  14797. name: "Front",
  14798. image: {
  14799. source: "./media/characters/adinia/front.svg",
  14800. extra: 1845 / 1672,
  14801. bottom: 0.02
  14802. }
  14803. },
  14804. back: {
  14805. height: math.unit(6, "feet"),
  14806. weight: math.unit(150, "lb"),
  14807. name: "Back",
  14808. image: {
  14809. source: "./media/characters/adinia/back.svg",
  14810. extra: 1845 / 1672,
  14811. bottom: 0.002
  14812. }
  14813. },
  14814. },
  14815. [
  14816. {
  14817. name: "Normal",
  14818. height: math.unit(11 + 5 / 12, "feet"),
  14819. default: true
  14820. },
  14821. ]
  14822. ))
  14823. characterMakers.push(() => makeCharacter(
  14824. { name: "Lykasa" },
  14825. {
  14826. front: {
  14827. height: math.unit(3, "meters"),
  14828. weight: math.unit(200, "kg"),
  14829. name: "Front",
  14830. image: {
  14831. source: "./media/characters/lykasa/front.svg",
  14832. extra: 1076 / 976,
  14833. bottom: 0.06
  14834. }
  14835. },
  14836. },
  14837. [
  14838. {
  14839. name: "Normal",
  14840. height: math.unit(3, "meters")
  14841. },
  14842. {
  14843. name: "Kaiku",
  14844. height: math.unit(120, "meters"),
  14845. default: true
  14846. },
  14847. {
  14848. name: "Mega Kaiju",
  14849. height: math.unit(240, "km")
  14850. },
  14851. {
  14852. name: "Giga Kaiju",
  14853. height: math.unit(400, "megameters")
  14854. },
  14855. {
  14856. name: "Tera Kaiju",
  14857. height: math.unit(800, "gigameters")
  14858. },
  14859. {
  14860. name: "Kaiju Dragon Goddess",
  14861. height: math.unit(26, "zettaparsecs")
  14862. },
  14863. ]
  14864. ))
  14865. characterMakers.push(() => makeCharacter(
  14866. { name: "Malfaren" },
  14867. {
  14868. side: {
  14869. height: math.unit(283 / 124 * 6, "feet"),
  14870. weight: math.unit(35000, "lb"),
  14871. name: "Side",
  14872. image: {
  14873. source: "./media/characters/malfaren/side.svg",
  14874. extra: 2500 / 1010,
  14875. bottom: 0.01
  14876. }
  14877. },
  14878. front: {
  14879. height: math.unit(22.36, "feet"),
  14880. weight: math.unit(35000, "lb"),
  14881. name: "Front",
  14882. image: {
  14883. source: "./media/characters/malfaren/front.svg",
  14884. extra: 1631 / 1476,
  14885. bottom: 0.01
  14886. }
  14887. },
  14888. maw: {
  14889. height: math.unit(6.9, "feet"),
  14890. name: "Maw",
  14891. image: {
  14892. source: "./media/characters/malfaren/maw.svg"
  14893. }
  14894. },
  14895. },
  14896. [
  14897. {
  14898. name: "Big",
  14899. height: math.unit(283 / 162 * 6, "feet"),
  14900. },
  14901. {
  14902. name: "Bigger",
  14903. height: math.unit(283 / 124 * 6, "feet")
  14904. },
  14905. {
  14906. name: "Massive",
  14907. height: math.unit(283 / 92 * 6, "feet"),
  14908. default: true
  14909. },
  14910. {
  14911. name: "👀💦",
  14912. height: math.unit(283 / 73 * 6, "feet"),
  14913. },
  14914. ]
  14915. ))
  14916. characterMakers.push(() => makeCharacter(
  14917. { name: "Kernel" },
  14918. {
  14919. front: {
  14920. height: math.unit(1.7, "m"),
  14921. weight: math.unit(70, "kg"),
  14922. name: "Front",
  14923. image: {
  14924. source: "./media/characters/kernel/front.svg",
  14925. extra: 222 / 210,
  14926. bottom: 0.007
  14927. }
  14928. },
  14929. },
  14930. [
  14931. {
  14932. name: "Nano",
  14933. height: math.unit(17, "micrometers")
  14934. },
  14935. {
  14936. name: "Micro",
  14937. height: math.unit(1.7, "mm")
  14938. },
  14939. {
  14940. name: "Small",
  14941. height: math.unit(1.7, "cm")
  14942. },
  14943. {
  14944. name: "Normal",
  14945. height: math.unit(1.7, "m"),
  14946. default: true
  14947. },
  14948. ]
  14949. ))
  14950. characterMakers.push(() => makeCharacter(
  14951. { name: "Jayne Folest" },
  14952. {
  14953. front: {
  14954. height: math.unit(1.75, "meters"),
  14955. weight: math.unit(65, "kg"),
  14956. name: "Front",
  14957. image: {
  14958. source: "./media/characters/jayne-folest/front.svg",
  14959. extra: 2115 / 2007,
  14960. bottom: 0.02
  14961. }
  14962. },
  14963. back: {
  14964. height: math.unit(1.75, "meters"),
  14965. weight: math.unit(65, "kg"),
  14966. name: "Back",
  14967. image: {
  14968. source: "./media/characters/jayne-folest/back.svg",
  14969. extra: 2115 / 2007,
  14970. bottom: 0.005
  14971. }
  14972. },
  14973. frontClothed: {
  14974. height: math.unit(1.75, "meters"),
  14975. weight: math.unit(65, "kg"),
  14976. name: "Front (Clothed)",
  14977. image: {
  14978. source: "./media/characters/jayne-folest/front-clothed.svg",
  14979. extra: 2115 / 2007,
  14980. bottom: 0.035
  14981. }
  14982. },
  14983. hand: {
  14984. height: math.unit(1 / 1.260, "feet"),
  14985. name: "Hand",
  14986. image: {
  14987. source: "./media/characters/jayne-folest/hand.svg"
  14988. }
  14989. },
  14990. foot: {
  14991. height: math.unit(1 / 0.918, "feet"),
  14992. name: "Foot",
  14993. image: {
  14994. source: "./media/characters/jayne-folest/foot.svg"
  14995. }
  14996. },
  14997. },
  14998. [
  14999. {
  15000. name: "Micro",
  15001. height: math.unit(4, "cm")
  15002. },
  15003. {
  15004. name: "Normal",
  15005. height: math.unit(1.75, "meters")
  15006. },
  15007. {
  15008. name: "Macro",
  15009. height: math.unit(47.5, "meters"),
  15010. default: true
  15011. },
  15012. ]
  15013. ))
  15014. characterMakers.push(() => makeCharacter(
  15015. { name: "Algier" },
  15016. {
  15017. front: {
  15018. height: math.unit(180, "cm"),
  15019. weight: math.unit(70, "kg"),
  15020. name: "Front",
  15021. image: {
  15022. source: "./media/characters/algier/front.svg",
  15023. extra: 596 / 572,
  15024. bottom: 0.04
  15025. }
  15026. },
  15027. back: {
  15028. height: math.unit(180, "cm"),
  15029. weight: math.unit(70, "kg"),
  15030. name: "Back",
  15031. image: {
  15032. source: "./media/characters/algier/back.svg",
  15033. extra: 596 / 572,
  15034. bottom: 0.025
  15035. }
  15036. },
  15037. frontdressed: {
  15038. height: math.unit(180, "cm"),
  15039. weight: math.unit(150, "kg"),
  15040. name: "Front-dressed",
  15041. image: {
  15042. source: "./media/characters/algier/front-dressed.svg",
  15043. extra: 596 / 572,
  15044. bottom: 0.038
  15045. }
  15046. },
  15047. },
  15048. [
  15049. {
  15050. name: "Micro",
  15051. height: math.unit(5, "cm")
  15052. },
  15053. {
  15054. name: "Normal",
  15055. height: math.unit(180, "cm"),
  15056. default: true
  15057. },
  15058. {
  15059. name: "Macro",
  15060. height: math.unit(64, "m")
  15061. },
  15062. ]
  15063. ))
  15064. characterMakers.push(() => makeCharacter(
  15065. { name: "Pretzel" },
  15066. {
  15067. upright: {
  15068. height: math.unit(7, "feet"),
  15069. weight: math.unit(300, "lb"),
  15070. name: "Upright",
  15071. image: {
  15072. source: "./media/characters/pretzel/upright.svg",
  15073. extra: 534 / 522,
  15074. bottom: 0.065
  15075. }
  15076. },
  15077. sprawling: {
  15078. height: math.unit(3.75, "feet"),
  15079. weight: math.unit(300, "lb"),
  15080. name: "Sprawling",
  15081. image: {
  15082. source: "./media/characters/pretzel/sprawling.svg",
  15083. extra: 314 / 281,
  15084. bottom: 0.1
  15085. }
  15086. },
  15087. tongue: {
  15088. height: math.unit(2, "feet"),
  15089. name: "Tongue",
  15090. image: {
  15091. source: "./media/characters/pretzel/tongue.svg"
  15092. }
  15093. },
  15094. },
  15095. [
  15096. {
  15097. name: "Normal",
  15098. height: math.unit(7, "feet"),
  15099. default: true
  15100. },
  15101. {
  15102. name: "Oversized",
  15103. height: math.unit(15, "feet")
  15104. },
  15105. {
  15106. name: "Huge",
  15107. height: math.unit(30, "feet")
  15108. },
  15109. {
  15110. name: "Macro",
  15111. height: math.unit(250, "feet")
  15112. },
  15113. ]
  15114. ))
  15115. characterMakers.push(() => makeCharacter(
  15116. { name: "Roxi" },
  15117. {
  15118. sideFront: {
  15119. height: math.unit(5 + 2 / 12, "feet"),
  15120. weight: math.unit(120, "lb"),
  15121. name: "Front Side",
  15122. image: {
  15123. source: "./media/characters/roxi/side-front.svg",
  15124. extra: 2924 / 2717,
  15125. bottom: 0.08
  15126. }
  15127. },
  15128. sideBack: {
  15129. height: math.unit(5 + 2 / 12, "feet"),
  15130. weight: math.unit(120, "lb"),
  15131. name: "Back Side",
  15132. image: {
  15133. source: "./media/characters/roxi/side-back.svg",
  15134. extra: 2904 / 2693,
  15135. bottom: 0.06
  15136. }
  15137. },
  15138. front: {
  15139. height: math.unit(5 + 2 / 12, "feet"),
  15140. weight: math.unit(120, "lb"),
  15141. name: "Front",
  15142. image: {
  15143. source: "./media/characters/roxi/front.svg",
  15144. extra: 2028 / 1907,
  15145. bottom: 0.01
  15146. }
  15147. },
  15148. frontAlt: {
  15149. height: math.unit(5 + 2 / 12, "feet"),
  15150. weight: math.unit(120, "lb"),
  15151. name: "Front (Alt)",
  15152. image: {
  15153. source: "./media/characters/roxi/front-alt.svg",
  15154. extra: 1828 / 1798,
  15155. bottom: 0.01
  15156. }
  15157. },
  15158. sitting: {
  15159. height: math.unit(2.8, "feet"),
  15160. weight: math.unit(120, "lb"),
  15161. name: "Sitting",
  15162. image: {
  15163. source: "./media/characters/roxi/sitting.svg",
  15164. extra: 2660 / 2462,
  15165. bottom: 0.1
  15166. }
  15167. },
  15168. },
  15169. [
  15170. {
  15171. name: "Normal",
  15172. height: math.unit(5 + 2 / 12, "feet"),
  15173. default: true
  15174. },
  15175. ]
  15176. ))
  15177. characterMakers.push(() => makeCharacter(
  15178. { name: "Shadow" },
  15179. {
  15180. side: {
  15181. height: math.unit(55, "feet"),
  15182. weight: math.unit(153, "tons"),
  15183. name: "Side",
  15184. image: {
  15185. source: "./media/characters/shadow/side.svg",
  15186. extra: 701 / 628,
  15187. bottom: 0.02
  15188. }
  15189. },
  15190. flying: {
  15191. height: math.unit(145, "feet"),
  15192. weight: math.unit(153, "tons"),
  15193. name: "Flying",
  15194. image: {
  15195. source: "./media/characters/shadow/flying.svg"
  15196. }
  15197. },
  15198. },
  15199. [
  15200. {
  15201. name: "Normal",
  15202. height: math.unit(55, "feet"),
  15203. default: true
  15204. },
  15205. ]
  15206. ))
  15207. characterMakers.push(() => makeCharacter(
  15208. { name: "Marcie" },
  15209. {
  15210. front: {
  15211. height: math.unit(6, "feet"),
  15212. weight: math.unit(200, "lb"),
  15213. name: "Front",
  15214. image: {
  15215. source: "./media/characters/marcie/front.svg",
  15216. extra: 960 / 876,
  15217. bottom: 58 / 1017.87
  15218. }
  15219. },
  15220. },
  15221. [
  15222. {
  15223. name: "Macro",
  15224. height: math.unit(1, "mile"),
  15225. default: true
  15226. },
  15227. ]
  15228. ))
  15229. characterMakers.push(() => makeCharacter(
  15230. { name: "Kachina" },
  15231. {
  15232. front: {
  15233. height: math.unit(7, "feet"),
  15234. weight: math.unit(200, "lb"),
  15235. name: "Front",
  15236. image: {
  15237. source: "./media/characters/kachina/front.svg",
  15238. extra: 1290.68 / 1119,
  15239. bottom: 36.5 / 1327.18
  15240. }
  15241. },
  15242. },
  15243. [
  15244. {
  15245. name: "Normal",
  15246. height: math.unit(7, "feet"),
  15247. default: true
  15248. },
  15249. ]
  15250. ))
  15251. characterMakers.push(() => makeCharacter(
  15252. { name: "Kash" },
  15253. {
  15254. looking: {
  15255. height: math.unit(2, "meters"),
  15256. weight: math.unit(300, "kg"),
  15257. name: "Looking",
  15258. image: {
  15259. source: "./media/characters/kash/looking.svg",
  15260. extra: 474 / 344,
  15261. bottom: 0.03
  15262. }
  15263. },
  15264. side: {
  15265. height: math.unit(2, "meters"),
  15266. weight: math.unit(300, "kg"),
  15267. name: "Side",
  15268. image: {
  15269. source: "./media/characters/kash/side.svg",
  15270. extra: 302 / 251,
  15271. bottom: 0.03
  15272. }
  15273. },
  15274. front: {
  15275. height: math.unit(2, "meters"),
  15276. weight: math.unit(300, "kg"),
  15277. name: "Front",
  15278. image: {
  15279. source: "./media/characters/kash/front.svg",
  15280. extra: 495 / 360,
  15281. bottom: 0.015
  15282. }
  15283. },
  15284. },
  15285. [
  15286. {
  15287. name: "Normal",
  15288. height: math.unit(2, "meters"),
  15289. default: true
  15290. },
  15291. {
  15292. name: "Big",
  15293. height: math.unit(3, "meters")
  15294. },
  15295. {
  15296. name: "Large",
  15297. height: math.unit(5, "meters")
  15298. },
  15299. ]
  15300. ))
  15301. characterMakers.push(() => makeCharacter(
  15302. { name: "Lalim" },
  15303. {
  15304. feeding: {
  15305. height: math.unit(6.7, "feet"),
  15306. weight: math.unit(350, "lb"),
  15307. name: "Feeding",
  15308. image: {
  15309. source: "./media/characters/lalim/feeding.svg",
  15310. }
  15311. },
  15312. },
  15313. [
  15314. {
  15315. name: "Normal",
  15316. height: math.unit(6.7, "feet"),
  15317. default: true
  15318. },
  15319. ]
  15320. ))
  15321. characterMakers.push(() => makeCharacter(
  15322. { name: "De'Vout" },
  15323. {
  15324. front: {
  15325. height: math.unit(9.5, "feet"),
  15326. weight: math.unit(600, "lb"),
  15327. name: "Front",
  15328. image: {
  15329. source: "./media/characters/de'vout/front.svg",
  15330. extra: 1443 / 1328,
  15331. bottom: 0.025
  15332. }
  15333. },
  15334. back: {
  15335. height: math.unit(9.5, "feet"),
  15336. weight: math.unit(600, "lb"),
  15337. name: "Back",
  15338. image: {
  15339. source: "./media/characters/de'vout/back.svg",
  15340. extra: 1443 / 1328
  15341. }
  15342. },
  15343. frontDressed: {
  15344. height: math.unit(9.5, "feet"),
  15345. weight: math.unit(600, "lb"),
  15346. name: "Front (Dressed",
  15347. image: {
  15348. source: "./media/characters/de'vout/front-dressed.svg",
  15349. extra: 1443 / 1328,
  15350. bottom: 0.025
  15351. }
  15352. },
  15353. backDressed: {
  15354. height: math.unit(9.5, "feet"),
  15355. weight: math.unit(600, "lb"),
  15356. name: "Back (Dressed",
  15357. image: {
  15358. source: "./media/characters/de'vout/back-dressed.svg",
  15359. extra: 1443 / 1328
  15360. }
  15361. },
  15362. },
  15363. [
  15364. {
  15365. name: "Normal",
  15366. height: math.unit(9.5, "feet"),
  15367. default: true
  15368. },
  15369. ]
  15370. ))
  15371. characterMakers.push(() => makeCharacter(
  15372. { name: "Talana" },
  15373. {
  15374. front: {
  15375. height: math.unit(8, "feet"),
  15376. weight: math.unit(225, "lb"),
  15377. name: "Front",
  15378. image: {
  15379. source: "./media/characters/talana/front.svg",
  15380. extra: 1410 / 1300,
  15381. bottom: 0.015
  15382. }
  15383. },
  15384. frontDressed: {
  15385. height: math.unit(8, "feet"),
  15386. weight: math.unit(225, "lb"),
  15387. name: "Front (Dressed",
  15388. image: {
  15389. source: "./media/characters/talana/front-dressed.svg",
  15390. extra: 1410 / 1300,
  15391. bottom: 0.015
  15392. }
  15393. },
  15394. },
  15395. [
  15396. {
  15397. name: "Normal",
  15398. height: math.unit(8, "feet"),
  15399. default: true
  15400. },
  15401. ]
  15402. ))
  15403. characterMakers.push(() => makeCharacter(
  15404. { name: "Xeauvok" },
  15405. {
  15406. side: {
  15407. height: math.unit(7.2, "feet"),
  15408. weight: math.unit(150, "lb"),
  15409. name: "Side",
  15410. image: {
  15411. source: "./media/characters/xeauvok/side.svg",
  15412. extra: 1975 / 1523,
  15413. bottom: 0.07
  15414. }
  15415. },
  15416. },
  15417. [
  15418. {
  15419. name: "Normal",
  15420. height: math.unit(7.2, "feet"),
  15421. default: true
  15422. },
  15423. ]
  15424. ))
  15425. characterMakers.push(() => makeCharacter(
  15426. { name: "Zara" },
  15427. {
  15428. side: {
  15429. height: math.unit(10, "feet"),
  15430. weight: math.unit(900, "kg"),
  15431. name: "Side",
  15432. image: {
  15433. source: "./media/characters/zara/side.svg",
  15434. extra: 504 / 498
  15435. }
  15436. },
  15437. },
  15438. [
  15439. {
  15440. name: "Normal",
  15441. height: math.unit(10, "feet"),
  15442. default: true
  15443. },
  15444. ]
  15445. ))
  15446. characterMakers.push(() => makeCharacter(
  15447. { name: "Richard (Dragon)" },
  15448. {
  15449. side: {
  15450. height: math.unit(6, "feet"),
  15451. weight: math.unit(150, "lb"),
  15452. name: "Side",
  15453. image: {
  15454. source: "./media/characters/richard-dragon/side.svg",
  15455. extra: 845 / 340,
  15456. bottom: 0.017
  15457. }
  15458. },
  15459. maw: {
  15460. height: math.unit(2.97, "feet"),
  15461. name: "Maw",
  15462. image: {
  15463. source: "./media/characters/richard-dragon/maw.svg"
  15464. }
  15465. },
  15466. },
  15467. [
  15468. ]
  15469. ))
  15470. characterMakers.push(() => makeCharacter(
  15471. { name: "Richard (Smeargle)" },
  15472. {
  15473. front: {
  15474. height: math.unit(4, "feet"),
  15475. weight: math.unit(100, "lb"),
  15476. name: "Front",
  15477. image: {
  15478. source: "./media/characters/richard-smeargle/front.svg",
  15479. extra: 2952 / 2820,
  15480. bottom: 0.028
  15481. }
  15482. },
  15483. },
  15484. [
  15485. {
  15486. name: "Normal",
  15487. height: math.unit(4, "feet"),
  15488. default: true
  15489. },
  15490. {
  15491. name: "Dynamax",
  15492. height: math.unit(20, "meters")
  15493. },
  15494. ]
  15495. ))
  15496. characterMakers.push(() => makeCharacter(
  15497. { name: "Klay" },
  15498. {
  15499. front: {
  15500. height: math.unit(6, "feet"),
  15501. weight: math.unit(110, "lb"),
  15502. name: "Front",
  15503. image: {
  15504. source: "./media/characters/klay/front.svg",
  15505. extra: 962 / 883,
  15506. bottom: 0.04
  15507. }
  15508. },
  15509. back: {
  15510. height: math.unit(6, "feet"),
  15511. weight: math.unit(110, "lb"),
  15512. name: "Back",
  15513. image: {
  15514. source: "./media/characters/klay/back.svg",
  15515. extra: 962 / 883
  15516. }
  15517. },
  15518. beans: {
  15519. height: math.unit(1.15, "feet"),
  15520. name: "Beans",
  15521. image: {
  15522. source: "./media/characters/klay/beans.svg"
  15523. }
  15524. },
  15525. },
  15526. [
  15527. {
  15528. name: "Micro",
  15529. height: math.unit(6, "inches")
  15530. },
  15531. {
  15532. name: "Mini",
  15533. height: math.unit(3, "feet")
  15534. },
  15535. {
  15536. name: "Normal",
  15537. height: math.unit(6, "feet"),
  15538. default: true
  15539. },
  15540. {
  15541. name: "Big",
  15542. height: math.unit(25, "feet")
  15543. },
  15544. {
  15545. name: "Macro",
  15546. height: math.unit(100, "feet")
  15547. },
  15548. {
  15549. name: "Megamacro",
  15550. height: math.unit(400, "feet")
  15551. },
  15552. ]
  15553. ))
  15554. characterMakers.push(() => makeCharacter(
  15555. { name: "Marcus" },
  15556. {
  15557. front: {
  15558. height: math.unit(6, "feet"),
  15559. weight: math.unit(160, "lb"),
  15560. name: "Front",
  15561. image: {
  15562. source: "./media/characters/marcus/front.svg",
  15563. extra: 734 / 676,
  15564. bottom: 0.03
  15565. }
  15566. },
  15567. },
  15568. [
  15569. {
  15570. name: "Little",
  15571. height: math.unit(6, "feet")
  15572. },
  15573. {
  15574. name: "Normal",
  15575. height: math.unit(110, "feet"),
  15576. default: true
  15577. },
  15578. {
  15579. name: "Macro",
  15580. height: math.unit(250, "feet")
  15581. },
  15582. {
  15583. name: "Megamacro",
  15584. height: math.unit(1000, "feet")
  15585. },
  15586. ]
  15587. ))
  15588. characterMakers.push(() => makeCharacter(
  15589. { name: "Claude DelRoute" },
  15590. {
  15591. front: {
  15592. height: math.unit(7, "feet"),
  15593. weight: math.unit(275, "lb"),
  15594. name: "Front",
  15595. image: {
  15596. source: "./media/characters/claude-delroute/front.svg",
  15597. extra: 230 / 214,
  15598. bottom: 0.007
  15599. }
  15600. },
  15601. side: {
  15602. height: math.unit(7, "feet"),
  15603. weight: math.unit(275, "lb"),
  15604. name: "Side",
  15605. image: {
  15606. source: "./media/characters/claude-delroute/side.svg",
  15607. extra: 222 / 214,
  15608. bottom: 0.01
  15609. }
  15610. },
  15611. back: {
  15612. height: math.unit(7, "feet"),
  15613. weight: math.unit(275, "lb"),
  15614. name: "Back",
  15615. image: {
  15616. source: "./media/characters/claude-delroute/back.svg",
  15617. extra: 230 / 214,
  15618. bottom: 0.015
  15619. }
  15620. },
  15621. maw: {
  15622. height: math.unit(0.6407, "meters"),
  15623. name: "Maw",
  15624. image: {
  15625. source: "./media/characters/claude-delroute/maw.svg"
  15626. }
  15627. },
  15628. },
  15629. [
  15630. {
  15631. name: "Normal",
  15632. height: math.unit(7, "feet"),
  15633. default: true
  15634. },
  15635. {
  15636. name: "Lorge",
  15637. height: math.unit(20, "feet")
  15638. },
  15639. ]
  15640. ))
  15641. characterMakers.push(() => makeCharacter(
  15642. { name: "Dragonien" },
  15643. {
  15644. front: {
  15645. height: math.unit(8 + 4 / 12, "feet"),
  15646. weight: math.unit(600, "lb"),
  15647. name: "Front",
  15648. image: {
  15649. source: "./media/characters/dragonien/front.svg",
  15650. extra: 100 / 94,
  15651. bottom: 3.3 / 103.3445
  15652. }
  15653. },
  15654. back: {
  15655. height: math.unit(8 + 4 / 12, "feet"),
  15656. weight: math.unit(600, "lb"),
  15657. name: "Back",
  15658. image: {
  15659. source: "./media/characters/dragonien/back.svg",
  15660. extra: 776 / 746,
  15661. bottom: 6.4 / 782.0616
  15662. }
  15663. },
  15664. foot: {
  15665. height: math.unit(1.54, "feet"),
  15666. name: "Foot",
  15667. image: {
  15668. source: "./media/characters/dragonien/foot.svg",
  15669. }
  15670. },
  15671. },
  15672. [
  15673. {
  15674. name: "Normal",
  15675. height: math.unit(8 + 4 / 12, "feet"),
  15676. default: true
  15677. },
  15678. {
  15679. name: "Macro",
  15680. height: math.unit(200, "feet")
  15681. },
  15682. {
  15683. name: "Megamacro",
  15684. height: math.unit(1, "mile")
  15685. },
  15686. {
  15687. name: "Gigamacro",
  15688. height: math.unit(1000, "miles")
  15689. },
  15690. ]
  15691. ))
  15692. characterMakers.push(() => makeCharacter(
  15693. { name: "Desta" },
  15694. {
  15695. front: {
  15696. height: math.unit(5 + 2 / 12, "feet"),
  15697. weight: math.unit(110, "lb"),
  15698. name: "Front",
  15699. image: {
  15700. source: "./media/characters/desta/front.svg",
  15701. extra: 1482 / 1417
  15702. }
  15703. },
  15704. side: {
  15705. height: math.unit(5 + 2 / 12, "feet"),
  15706. weight: math.unit(110, "lb"),
  15707. name: "Side",
  15708. image: {
  15709. source: "./media/characters/desta/side.svg",
  15710. extra: 2579 / 2491,
  15711. bottom: 0.053
  15712. }
  15713. },
  15714. },
  15715. [
  15716. {
  15717. name: "Micro",
  15718. height: math.unit(6, "inches")
  15719. },
  15720. {
  15721. name: "Normal",
  15722. height: math.unit(5 + 2 / 12, "feet"),
  15723. default: true
  15724. },
  15725. {
  15726. name: "Macro",
  15727. height: math.unit(62, "feet")
  15728. },
  15729. {
  15730. name: "Megamacro",
  15731. height: math.unit(1800, "feet")
  15732. },
  15733. ]
  15734. ))
  15735. characterMakers.push(() => makeCharacter(
  15736. { name: "Storm Alystar" },
  15737. {
  15738. front: {
  15739. height: math.unit(10, "feet"),
  15740. weight: math.unit(700, "lb"),
  15741. name: "Front",
  15742. image: {
  15743. source: "./media/characters/storm-alystar/front.svg",
  15744. extra: 2112 / 1898,
  15745. bottom: 0.034
  15746. }
  15747. },
  15748. },
  15749. [
  15750. {
  15751. name: "Micro",
  15752. height: math.unit(3.5, "inches")
  15753. },
  15754. {
  15755. name: "Normal",
  15756. height: math.unit(10, "feet"),
  15757. default: true
  15758. },
  15759. {
  15760. name: "Macro",
  15761. height: math.unit(400, "feet")
  15762. },
  15763. {
  15764. name: "Deific",
  15765. height: math.unit(60, "miles")
  15766. },
  15767. ]
  15768. ))
  15769. characterMakers.push(() => makeCharacter(
  15770. { name: "Ilia" },
  15771. {
  15772. front: {
  15773. height: math.unit(2.35, "meters"),
  15774. weight: math.unit(119, "kg"),
  15775. name: "Front",
  15776. image: {
  15777. source: "./media/characters/ilia/front.svg",
  15778. extra: 1285 / 1255,
  15779. bottom: 0.06
  15780. }
  15781. },
  15782. },
  15783. [
  15784. {
  15785. name: "Normal",
  15786. height: math.unit(2.35, "meters")
  15787. },
  15788. {
  15789. name: "Macro",
  15790. height: math.unit(140, "meters"),
  15791. default: true
  15792. },
  15793. {
  15794. name: "Megamacro",
  15795. height: math.unit(100, "miles")
  15796. },
  15797. ]
  15798. ))
  15799. characterMakers.push(() => makeCharacter(
  15800. { name: "KingDead" },
  15801. {
  15802. front: {
  15803. height: math.unit(6 + 5 / 12, "feet"),
  15804. weight: math.unit(190, "lb"),
  15805. name: "Front",
  15806. image: {
  15807. source: "./media/characters/kingdead/front.svg",
  15808. extra: 1228 / 1177
  15809. }
  15810. },
  15811. },
  15812. [
  15813. {
  15814. name: "Micro",
  15815. height: math.unit(7, "inches")
  15816. },
  15817. {
  15818. name: "Normal",
  15819. height: math.unit(6 + 5 / 12, "feet")
  15820. },
  15821. {
  15822. name: "Macro",
  15823. height: math.unit(150, "feet"),
  15824. default: true
  15825. },
  15826. {
  15827. name: "Megamacro",
  15828. height: math.unit(200, "miles")
  15829. },
  15830. ]
  15831. ))
  15832. characterMakers.push(() => makeCharacter(
  15833. { name: "Kyrehx" },
  15834. {
  15835. front: {
  15836. height: math.unit(8, "feet"),
  15837. weight: math.unit(600, "lb"),
  15838. name: "Front",
  15839. image: {
  15840. source: "./media/characters/kyrehx/front.svg",
  15841. extra: 1195 / 1095,
  15842. bottom: 0.034
  15843. }
  15844. },
  15845. },
  15846. [
  15847. {
  15848. name: "Micro",
  15849. height: math.unit(2, "inches")
  15850. },
  15851. {
  15852. name: "Normal",
  15853. height: math.unit(8, "feet"),
  15854. default: true
  15855. },
  15856. {
  15857. name: "Macro",
  15858. height: math.unit(255, "feet")
  15859. },
  15860. ]
  15861. ))
  15862. characterMakers.push(() => makeCharacter(
  15863. { name: "Xang" },
  15864. {
  15865. front: {
  15866. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15867. weight: math.unit(184, "lb"),
  15868. name: "Front",
  15869. image: {
  15870. source: "./media/characters/xang/front.svg",
  15871. extra: 845 / 755
  15872. }
  15873. },
  15874. },
  15875. [
  15876. {
  15877. name: "Normal",
  15878. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15879. default: true
  15880. },
  15881. {
  15882. name: "Macro",
  15883. height: math.unit(0.935 * 146, "feet")
  15884. },
  15885. {
  15886. name: "Megamacro",
  15887. height: math.unit(0.935 * 3, "miles")
  15888. },
  15889. ]
  15890. ))
  15891. characterMakers.push(() => makeCharacter(
  15892. { name: "Doc Weardno" },
  15893. {
  15894. frontDressed: {
  15895. height: math.unit(5 + 7 / 12, "feet"),
  15896. weight: math.unit(140, "lb"),
  15897. name: "Front (Dressed)",
  15898. image: {
  15899. source: "./media/characters/doc-weardno/front-dressed.svg",
  15900. extra: 263 / 234
  15901. }
  15902. },
  15903. backDressed: {
  15904. height: math.unit(5 + 7 / 12, "feet"),
  15905. weight: math.unit(140, "lb"),
  15906. name: "Back (Dressed)",
  15907. image: {
  15908. source: "./media/characters/doc-weardno/back-dressed.svg",
  15909. extra: 266 / 238
  15910. }
  15911. },
  15912. front: {
  15913. height: math.unit(5 + 7 / 12, "feet"),
  15914. weight: math.unit(140, "lb"),
  15915. name: "Front",
  15916. image: {
  15917. source: "./media/characters/doc-weardno/front.svg",
  15918. extra: 254 / 233
  15919. }
  15920. },
  15921. },
  15922. [
  15923. {
  15924. name: "Micro",
  15925. height: math.unit(3, "inches")
  15926. },
  15927. {
  15928. name: "Normal",
  15929. height: math.unit(5 + 7 / 12, "feet"),
  15930. default: true
  15931. },
  15932. {
  15933. name: "Macro",
  15934. height: math.unit(25, "feet")
  15935. },
  15936. {
  15937. name: "Megamacro",
  15938. height: math.unit(2, "miles")
  15939. },
  15940. ]
  15941. ))
  15942. characterMakers.push(() => makeCharacter(
  15943. { name: "Seth Whilst" },
  15944. {
  15945. front: {
  15946. height: math.unit(6 + 2 / 12, "feet"),
  15947. weight: math.unit(153, "lb"),
  15948. name: "Front",
  15949. image: {
  15950. source: "./media/characters/seth-whilst/front.svg",
  15951. bottom: 0.07
  15952. }
  15953. },
  15954. },
  15955. [
  15956. {
  15957. name: "Micro",
  15958. height: math.unit(5, "inches")
  15959. },
  15960. {
  15961. name: "Normal",
  15962. height: math.unit(6 + 2 / 12, "feet"),
  15963. default: true
  15964. },
  15965. ]
  15966. ))
  15967. characterMakers.push(() => makeCharacter(
  15968. { name: "Pocket Jabari" },
  15969. {
  15970. front: {
  15971. height: math.unit(3, "inches"),
  15972. weight: math.unit(8, "grams"),
  15973. name: "Front",
  15974. image: {
  15975. source: "./media/characters/pocket-jabari/front.svg",
  15976. extra: 1024 / 974,
  15977. bottom: 0.039
  15978. }
  15979. },
  15980. },
  15981. [
  15982. {
  15983. name: "Minimicro",
  15984. height: math.unit(8, "mm")
  15985. },
  15986. {
  15987. name: "Micro",
  15988. height: math.unit(3, "inches"),
  15989. default: true
  15990. },
  15991. {
  15992. name: "Normal",
  15993. height: math.unit(3, "feet")
  15994. },
  15995. ]
  15996. ))
  15997. characterMakers.push(() => makeCharacter(
  15998. { name: "Sapphy" },
  15999. {
  16000. front: {
  16001. height: math.unit(15, "feet"),
  16002. weight: math.unit(3280, "lb"),
  16003. name: "Front",
  16004. image: {
  16005. source: "./media/characters/sapphy/front.svg",
  16006. extra: 671 / 577,
  16007. bottom: 0.085
  16008. }
  16009. },
  16010. back: {
  16011. height: math.unit(15, "feet"),
  16012. weight: math.unit(3280, "lb"),
  16013. name: "Back",
  16014. image: {
  16015. source: "./media/characters/sapphy/back.svg",
  16016. extra: 631 / 607,
  16017. bottom: 0.045
  16018. }
  16019. },
  16020. },
  16021. [
  16022. {
  16023. name: "Normal",
  16024. height: math.unit(15, "feet")
  16025. },
  16026. {
  16027. name: "Casual Macro",
  16028. height: math.unit(120, "feet")
  16029. },
  16030. {
  16031. name: "Macro",
  16032. height: math.unit(2150, "feet"),
  16033. default: true
  16034. },
  16035. {
  16036. name: "Megamacro",
  16037. height: math.unit(8, "miles")
  16038. },
  16039. {
  16040. name: "Galaxy Mom",
  16041. height: math.unit(6, "megalightyears")
  16042. },
  16043. ]
  16044. ))
  16045. characterMakers.push(() => makeCharacter(
  16046. { name: "Kiro" },
  16047. {
  16048. front: {
  16049. height: math.unit(6, "feet"),
  16050. weight: math.unit(170, "lb"),
  16051. name: "Front",
  16052. image: {
  16053. source: "./media/characters/kiro/front.svg",
  16054. extra: 1064 / 1012,
  16055. bottom: 0.052
  16056. }
  16057. },
  16058. },
  16059. [
  16060. {
  16061. name: "Micro",
  16062. height: math.unit(6, "inches")
  16063. },
  16064. {
  16065. name: "Normal",
  16066. height: math.unit(6, "feet"),
  16067. default: true
  16068. },
  16069. {
  16070. name: "Macro",
  16071. height: math.unit(72, "feet")
  16072. },
  16073. ]
  16074. ))
  16075. characterMakers.push(() => makeCharacter(
  16076. { name: "Irishfox" },
  16077. {
  16078. front: {
  16079. height: math.unit(5 + 9 / 12, "feet"),
  16080. weight: math.unit(175, "lb"),
  16081. name: "Front",
  16082. image: {
  16083. source: "./media/characters/irishfox/front.svg",
  16084. extra: 1912 / 1680,
  16085. bottom: 0.02
  16086. }
  16087. },
  16088. },
  16089. [
  16090. {
  16091. name: "Nano",
  16092. height: math.unit(1, "mm")
  16093. },
  16094. {
  16095. name: "Micro",
  16096. height: math.unit(2, "inches")
  16097. },
  16098. {
  16099. name: "Normal",
  16100. height: math.unit(5 + 9 / 12, "feet"),
  16101. default: true
  16102. },
  16103. {
  16104. name: "Macro",
  16105. height: math.unit(45, "feet")
  16106. },
  16107. ]
  16108. ))
  16109. characterMakers.push(() => makeCharacter(
  16110. { name: "Aronai Sieyes" },
  16111. {
  16112. front: {
  16113. height: math.unit(6 + 1 / 12, "feet"),
  16114. weight: math.unit(150, "lb"),
  16115. name: "Front",
  16116. image: {
  16117. source: "./media/characters/aronai-sieyes/front.svg",
  16118. extra: 1556 / 1480,
  16119. bottom: 0.015
  16120. }
  16121. },
  16122. side: {
  16123. height: math.unit(6 + 1 / 12, "feet"),
  16124. weight: math.unit(150, "lb"),
  16125. name: "Side",
  16126. image: {
  16127. source: "./media/characters/aronai-sieyes/side.svg",
  16128. extra: 1433 / 1390,
  16129. bottom: 0.0393
  16130. }
  16131. },
  16132. back: {
  16133. height: math.unit(6 + 1 / 12, "feet"),
  16134. weight: math.unit(150, "lb"),
  16135. name: "Back",
  16136. image: {
  16137. source: "./media/characters/aronai-sieyes/back.svg",
  16138. extra: 1544 / 1494,
  16139. bottom: 0.02
  16140. }
  16141. },
  16142. frontClothed: {
  16143. height: math.unit(6 + 1 / 12, "feet"),
  16144. weight: math.unit(150, "lb"),
  16145. name: "Front (Clothed)",
  16146. image: {
  16147. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16148. extra: 1582 / 1527
  16149. }
  16150. },
  16151. feral: {
  16152. height: math.unit(18, "feet"),
  16153. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16154. name: "Feral",
  16155. image: {
  16156. source: "./media/characters/aronai-sieyes/feral.svg",
  16157. extra: 1530 / 1240,
  16158. bottom: 0.035
  16159. }
  16160. },
  16161. },
  16162. [
  16163. {
  16164. name: "Micro",
  16165. height: math.unit(2, "inches")
  16166. },
  16167. {
  16168. name: "Normal",
  16169. height: math.unit(6 + 1 / 12, "feet"),
  16170. default: true
  16171. }
  16172. ]
  16173. ))
  16174. characterMakers.push(() => makeCharacter(
  16175. { name: "Xuna" },
  16176. {
  16177. front: {
  16178. height: math.unit(12, "feet"),
  16179. weight: math.unit(410, "kg"),
  16180. name: "Front",
  16181. image: {
  16182. source: "./media/characters/xuna/front.svg",
  16183. extra: 2184 / 1980
  16184. }
  16185. },
  16186. side: {
  16187. height: math.unit(12, "feet"),
  16188. weight: math.unit(410, "kg"),
  16189. name: "Side",
  16190. image: {
  16191. source: "./media/characters/xuna/side.svg",
  16192. extra: 2184 / 1980
  16193. }
  16194. },
  16195. back: {
  16196. height: math.unit(12, "feet"),
  16197. weight: math.unit(410, "kg"),
  16198. name: "Back",
  16199. image: {
  16200. source: "./media/characters/xuna/back.svg",
  16201. extra: 2184 / 1980
  16202. }
  16203. },
  16204. },
  16205. [
  16206. {
  16207. name: "Nano glow",
  16208. height: math.unit(10, "nm")
  16209. },
  16210. {
  16211. name: "Micro floof",
  16212. height: math.unit(0.3, "m")
  16213. },
  16214. {
  16215. name: "Huggable softy boi",
  16216. height: math.unit(3.6576, "m"),
  16217. default: true
  16218. },
  16219. {
  16220. name: "Admirable floof",
  16221. height: math.unit(80, "meters")
  16222. },
  16223. {
  16224. name: "Gentle macro",
  16225. height: math.unit(300, "meters")
  16226. },
  16227. {
  16228. name: "Very careful floof",
  16229. height: math.unit(3200, "meters")
  16230. },
  16231. {
  16232. name: "The mega floof",
  16233. height: math.unit(36000, "meters")
  16234. },
  16235. {
  16236. name: "Giga-fur-Wicker",
  16237. height: math.unit(4800000, "meters")
  16238. },
  16239. {
  16240. name: "Licky world",
  16241. height: math.unit(20000000, "meters")
  16242. },
  16243. {
  16244. name: "Floofy cyan sun",
  16245. height: math.unit(1500000000, "meters")
  16246. },
  16247. {
  16248. name: "Milky Wicker",
  16249. height: math.unit(1000000000000000000000, "meters")
  16250. },
  16251. {
  16252. name: "The observing Wicker",
  16253. height: math.unit(999999999999999999999999999, "meters")
  16254. },
  16255. ]
  16256. ))
  16257. characterMakers.push(() => makeCharacter(
  16258. { name: "Arokha Sieyes" },
  16259. {
  16260. front: {
  16261. height: math.unit(5 + 9 / 12, "feet"),
  16262. weight: math.unit(150, "lb"),
  16263. name: "Front",
  16264. image: {
  16265. source: "./media/characters/arokha-sieyes/front.svg",
  16266. extra: 1425 / 1284,
  16267. bottom: 0.05
  16268. }
  16269. },
  16270. },
  16271. [
  16272. {
  16273. name: "Normal",
  16274. height: math.unit(5 + 9 / 12, "feet")
  16275. },
  16276. {
  16277. name: "Macro",
  16278. height: math.unit(30, "meters"),
  16279. default: true
  16280. },
  16281. ]
  16282. ))
  16283. characterMakers.push(() => makeCharacter(
  16284. { name: "Arokh Sieyes" },
  16285. {
  16286. front: {
  16287. height: math.unit(6, "feet"),
  16288. weight: math.unit(180, "lb"),
  16289. name: "Front",
  16290. image: {
  16291. source: "./media/characters/arokh-sieyes/front.svg",
  16292. extra: 1830 / 1769,
  16293. bottom: 0.01
  16294. }
  16295. },
  16296. },
  16297. [
  16298. {
  16299. name: "Normal",
  16300. height: math.unit(6, "feet")
  16301. },
  16302. {
  16303. name: "Macro",
  16304. height: math.unit(30, "meters"),
  16305. default: true
  16306. },
  16307. ]
  16308. ))
  16309. characterMakers.push(() => makeCharacter(
  16310. { name: "Goldeneye" },
  16311. {
  16312. side: {
  16313. height: math.unit(13 + 1 / 12, "feet"),
  16314. weight: math.unit(8.5, "tonnes"),
  16315. name: "Side",
  16316. image: {
  16317. source: "./media/characters/goldeneye/side.svg",
  16318. extra: 1182 / 778,
  16319. bottom: 0.067
  16320. }
  16321. },
  16322. paw: {
  16323. height: math.unit(3.4, "feet"),
  16324. name: "Paw",
  16325. image: {
  16326. source: "./media/characters/goldeneye/paw.svg"
  16327. }
  16328. },
  16329. },
  16330. [
  16331. {
  16332. name: "Normal",
  16333. height: math.unit(13 + 1 / 12, "feet"),
  16334. default: true
  16335. },
  16336. ]
  16337. ))
  16338. characterMakers.push(() => makeCharacter(
  16339. { name: "Leonardo Lycheborne" },
  16340. {
  16341. front: {
  16342. height: math.unit(6 + 1 / 12, "feet"),
  16343. weight: math.unit(210, "lb"),
  16344. name: "Front",
  16345. image: {
  16346. source: "./media/characters/leonardo-lycheborne/front.svg",
  16347. extra: 390 / 365,
  16348. bottom: 0.032
  16349. }
  16350. },
  16351. side: {
  16352. height: math.unit(6 + 1 / 12, "feet"),
  16353. weight: math.unit(210, "lb"),
  16354. name: "Side",
  16355. image: {
  16356. source: "./media/characters/leonardo-lycheborne/side.svg",
  16357. extra: 390 / 365,
  16358. bottom: 0.005
  16359. }
  16360. },
  16361. back: {
  16362. height: math.unit(6 + 1 / 12, "feet"),
  16363. weight: math.unit(210, "lb"),
  16364. name: "Back",
  16365. image: {
  16366. source: "./media/characters/leonardo-lycheborne/back.svg",
  16367. extra: 392 / 366,
  16368. bottom: 0.01
  16369. }
  16370. },
  16371. hand: {
  16372. height: math.unit(1.08, "feet"),
  16373. name: "Hand",
  16374. image: {
  16375. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16376. }
  16377. },
  16378. foot: {
  16379. height: math.unit(1.32, "feet"),
  16380. name: "Foot",
  16381. image: {
  16382. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16383. }
  16384. },
  16385. were: {
  16386. height: math.unit(20, "feet"),
  16387. weight: math.unit(7800, "lb"),
  16388. name: "Were",
  16389. image: {
  16390. source: "./media/characters/leonardo-lycheborne/were.svg",
  16391. extra: 308 / 294,
  16392. bottom: 0.048
  16393. }
  16394. },
  16395. feral: {
  16396. height: math.unit(7.5, "feet"),
  16397. weight: math.unit(600, "lb"),
  16398. name: "Feral",
  16399. image: {
  16400. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16401. extra: 210 / 186,
  16402. bottom: 0.108
  16403. }
  16404. },
  16405. taur: {
  16406. height: math.unit(11, "feet"),
  16407. weight: math.unit(3300, "lb"),
  16408. name: "Taur",
  16409. image: {
  16410. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16411. extra: 320 / 303,
  16412. bottom: 0.025
  16413. }
  16414. },
  16415. barghest: {
  16416. height: math.unit(11, "feet"),
  16417. weight: math.unit(1300, "lb"),
  16418. name: "Barghest",
  16419. image: {
  16420. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16421. extra: 323 / 302,
  16422. bottom: 0.027
  16423. }
  16424. },
  16425. dick: {
  16426. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16427. name: "Dick",
  16428. image: {
  16429. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16430. }
  16431. },
  16432. dickWere: {
  16433. height: math.unit((20) / 3.8, "feet"),
  16434. name: "Dick (Were)",
  16435. image: {
  16436. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16437. }
  16438. },
  16439. },
  16440. [
  16441. {
  16442. name: "Normal",
  16443. height: math.unit(6 + 1 / 12, "feet"),
  16444. default: true
  16445. },
  16446. ]
  16447. ))
  16448. characterMakers.push(() => makeCharacter(
  16449. { name: "Jet" },
  16450. {
  16451. front: {
  16452. height: math.unit(10, "feet"),
  16453. weight: math.unit(350, "lb"),
  16454. name: "Front",
  16455. image: {
  16456. source: "./media/characters/jet/front.svg",
  16457. extra: 2050 / 1980,
  16458. bottom: 0.013
  16459. }
  16460. },
  16461. back: {
  16462. height: math.unit(10, "feet"),
  16463. weight: math.unit(350, "lb"),
  16464. name: "Back",
  16465. image: {
  16466. source: "./media/characters/jet/back.svg",
  16467. extra: 2050 / 1980,
  16468. bottom: 0.013
  16469. }
  16470. },
  16471. },
  16472. [
  16473. {
  16474. name: "Micro",
  16475. height: math.unit(6, "inches")
  16476. },
  16477. {
  16478. name: "Normal",
  16479. height: math.unit(10, "feet"),
  16480. default: true
  16481. },
  16482. {
  16483. name: "Macro",
  16484. height: math.unit(100, "feet")
  16485. },
  16486. ]
  16487. ))
  16488. characterMakers.push(() => makeCharacter(
  16489. { name: "Tanarath" },
  16490. {
  16491. front: {
  16492. height: math.unit(15, "feet"),
  16493. weight: math.unit(2800, "lb"),
  16494. name: "Front",
  16495. image: {
  16496. source: "./media/characters/tanarath/front.svg",
  16497. extra: 2392 / 2220,
  16498. bottom: 0.03
  16499. }
  16500. },
  16501. back: {
  16502. height: math.unit(15, "feet"),
  16503. weight: math.unit(2800, "lb"),
  16504. name: "Back",
  16505. image: {
  16506. source: "./media/characters/tanarath/back.svg",
  16507. extra: 2392 / 2220,
  16508. bottom: 0.03
  16509. }
  16510. },
  16511. },
  16512. [
  16513. {
  16514. name: "Normal",
  16515. height: math.unit(15, "feet"),
  16516. default: true
  16517. },
  16518. ]
  16519. ))
  16520. characterMakers.push(() => makeCharacter(
  16521. { name: "Patty CattyBatty" },
  16522. {
  16523. front: {
  16524. height: math.unit(7 + 1 / 12, "feet"),
  16525. weight: math.unit(175, "lb"),
  16526. name: "Front",
  16527. image: {
  16528. source: "./media/characters/patty-cattybatty/front.svg",
  16529. extra: 908 / 874,
  16530. bottom: 0.025
  16531. }
  16532. },
  16533. },
  16534. [
  16535. {
  16536. name: "Micro",
  16537. height: math.unit(1, "inch")
  16538. },
  16539. {
  16540. name: "Normal",
  16541. height: math.unit(7 + 1 / 12, "feet")
  16542. },
  16543. {
  16544. name: "Mini Macro",
  16545. height: math.unit(155, "feet")
  16546. },
  16547. {
  16548. name: "Macro",
  16549. height: math.unit(1077, "feet")
  16550. },
  16551. {
  16552. name: "Mega Macro",
  16553. height: math.unit(47650, "feet"),
  16554. default: true
  16555. },
  16556. {
  16557. name: "Giga Macro",
  16558. height: math.unit(440, "miles")
  16559. },
  16560. {
  16561. name: "Tera Macro",
  16562. height: math.unit(8700, "miles")
  16563. },
  16564. {
  16565. name: "Planetary Macro",
  16566. height: math.unit(32700, "miles")
  16567. },
  16568. {
  16569. name: "Solar Macro",
  16570. height: math.unit(550000, "miles")
  16571. },
  16572. {
  16573. name: "Celestial Macro",
  16574. height: math.unit(2.5, "AU")
  16575. },
  16576. ]
  16577. ))
  16578. characterMakers.push(() => makeCharacter(
  16579. { name: "Cappu" },
  16580. {
  16581. front: {
  16582. height: math.unit(4 + 5 / 12, "feet"),
  16583. weight: math.unit(90, "lb"),
  16584. name: "Front",
  16585. image: {
  16586. source: "./media/characters/cappu/front.svg",
  16587. extra: 1247 / 1152,
  16588. bottom: 0.012
  16589. }
  16590. },
  16591. },
  16592. [
  16593. {
  16594. name: "Normal",
  16595. height: math.unit(4 + 5 / 12, "feet"),
  16596. default: true
  16597. },
  16598. ]
  16599. ))
  16600. characterMakers.push(() => makeCharacter(
  16601. { name: "Sebi" },
  16602. {
  16603. frontDressed: {
  16604. height: math.unit(70, "cm"),
  16605. weight: math.unit(6, "kg"),
  16606. name: "Front (Dressed)",
  16607. image: {
  16608. source: "./media/characters/sebi/front-dressed.svg",
  16609. extra: 713.5 / 686.5,
  16610. bottom: 0.003
  16611. }
  16612. },
  16613. front: {
  16614. height: math.unit(70, "cm"),
  16615. weight: math.unit(5, "kg"),
  16616. name: "Front",
  16617. image: {
  16618. source: "./media/characters/sebi/front.svg",
  16619. extra: 713.5 / 686.5,
  16620. bottom: 0.003
  16621. }
  16622. }
  16623. },
  16624. [
  16625. {
  16626. name: "Normal",
  16627. height: math.unit(70, "cm"),
  16628. default: true
  16629. },
  16630. {
  16631. name: "Macro",
  16632. height: math.unit(8, "meters")
  16633. },
  16634. ]
  16635. ))
  16636. characterMakers.push(() => makeCharacter(
  16637. { name: "Typhek" },
  16638. {
  16639. front: {
  16640. height: math.unit(6, "feet"),
  16641. weight: math.unit(150, "lb"),
  16642. name: "Front",
  16643. image: {
  16644. source: "./media/characters/typhek/front.svg",
  16645. extra: 1948 / 1929,
  16646. bottom: 0.025
  16647. }
  16648. },
  16649. side: {
  16650. height: math.unit(6, "feet"),
  16651. weight: math.unit(150, "lb"),
  16652. name: "Side",
  16653. image: {
  16654. source: "./media/characters/typhek/side.svg",
  16655. extra: 2034 / 2010,
  16656. bottom: 0.003
  16657. }
  16658. },
  16659. back: {
  16660. height: math.unit(6, "feet"),
  16661. weight: math.unit(150, "lb"),
  16662. name: "Back",
  16663. image: {
  16664. source: "./media/characters/typhek/back.svg",
  16665. extra: 2005 / 1978,
  16666. bottom: 0.004
  16667. }
  16668. },
  16669. palm: {
  16670. height: math.unit(1.2, "feet"),
  16671. name: "Palm",
  16672. image: {
  16673. source: "./media/characters/typhek/palm.svg"
  16674. }
  16675. },
  16676. fist: {
  16677. height: math.unit(1.1, "feet"),
  16678. name: "Fist",
  16679. image: {
  16680. source: "./media/characters/typhek/fist.svg"
  16681. }
  16682. },
  16683. foot: {
  16684. height: math.unit(1.57, "feet"),
  16685. name: "Foot",
  16686. image: {
  16687. source: "./media/characters/typhek/foot.svg"
  16688. }
  16689. },
  16690. sole: {
  16691. height: math.unit(2.05, "feet"),
  16692. name: "Sole",
  16693. image: {
  16694. source: "./media/characters/typhek/sole.svg"
  16695. }
  16696. },
  16697. },
  16698. [
  16699. {
  16700. name: "Macro",
  16701. height: math.unit(40, "stories"),
  16702. default: true
  16703. },
  16704. {
  16705. name: "Megamacro",
  16706. height: math.unit(1, "mile")
  16707. },
  16708. {
  16709. name: "Gigamacro",
  16710. height: math.unit(4000, "solarradii")
  16711. },
  16712. {
  16713. name: "Universal",
  16714. height: math.unit(1.1, "universes")
  16715. }
  16716. ]
  16717. ))
  16718. characterMakers.push(() => makeCharacter(
  16719. { name: "Kassy" },
  16720. {
  16721. side: {
  16722. height: math.unit(5 + 7 / 12, "feet"),
  16723. weight: math.unit(150, "lb"),
  16724. name: "Side",
  16725. image: {
  16726. source: "./media/characters/kassy/side.svg",
  16727. extra: 1280 / 1225,
  16728. bottom: 0.002
  16729. }
  16730. },
  16731. front: {
  16732. height: math.unit(5 + 7 / 12, "feet"),
  16733. weight: math.unit(150, "lb"),
  16734. name: "Front",
  16735. image: {
  16736. source: "./media/characters/kassy/front.svg",
  16737. extra: 1280 / 1225,
  16738. bottom: 0.025
  16739. }
  16740. },
  16741. back: {
  16742. height: math.unit(5 + 7 / 12, "feet"),
  16743. weight: math.unit(150, "lb"),
  16744. name: "Back",
  16745. image: {
  16746. source: "./media/characters/kassy/back.svg",
  16747. extra: 1280 / 1225,
  16748. bottom: 0.002
  16749. }
  16750. },
  16751. foot: {
  16752. height: math.unit(1.266, "feet"),
  16753. name: "Foot",
  16754. image: {
  16755. source: "./media/characters/kassy/foot.svg"
  16756. }
  16757. },
  16758. },
  16759. [
  16760. {
  16761. name: "Normal",
  16762. height: math.unit(5 + 7 / 12, "feet")
  16763. },
  16764. {
  16765. name: "Macro",
  16766. height: math.unit(137, "feet"),
  16767. default: true
  16768. },
  16769. {
  16770. name: "Megamacro",
  16771. height: math.unit(1, "mile")
  16772. },
  16773. ]
  16774. ))
  16775. characterMakers.push(() => makeCharacter(
  16776. { name: "Neil" },
  16777. {
  16778. front: {
  16779. height: math.unit(6 + 1 / 12, "feet"),
  16780. weight: math.unit(200, "lb"),
  16781. name: "Front",
  16782. image: {
  16783. source: "./media/characters/neil/front.svg",
  16784. extra: 1326 / 1250,
  16785. bottom: 0.023
  16786. }
  16787. },
  16788. },
  16789. [
  16790. {
  16791. name: "Normal",
  16792. height: math.unit(6 + 1 / 12, "feet"),
  16793. default: true
  16794. },
  16795. {
  16796. name: "Macro",
  16797. height: math.unit(200, "feet")
  16798. },
  16799. ]
  16800. ))
  16801. characterMakers.push(() => makeCharacter(
  16802. { name: "Atticus" },
  16803. {
  16804. front: {
  16805. height: math.unit(5 + 9 / 12, "feet"),
  16806. weight: math.unit(190, "lb"),
  16807. name: "Front",
  16808. image: {
  16809. source: "./media/characters/atticus/front.svg",
  16810. extra: 2934 / 2785,
  16811. bottom: 0.025
  16812. }
  16813. },
  16814. },
  16815. [
  16816. {
  16817. name: "Normal",
  16818. height: math.unit(5 + 9 / 12, "feet"),
  16819. default: true
  16820. },
  16821. {
  16822. name: "Macro",
  16823. height: math.unit(180, "feet")
  16824. },
  16825. ]
  16826. ))
  16827. characterMakers.push(() => makeCharacter(
  16828. { name: "Milo" },
  16829. {
  16830. side: {
  16831. height: math.unit(9, "feet"),
  16832. weight: math.unit(650, "lb"),
  16833. name: "Side",
  16834. image: {
  16835. source: "./media/characters/milo/side.svg",
  16836. extra: 2644 / 2310,
  16837. bottom: 0.032
  16838. }
  16839. },
  16840. },
  16841. [
  16842. {
  16843. name: "Normal",
  16844. height: math.unit(9, "feet"),
  16845. default: true
  16846. },
  16847. {
  16848. name: "Macro",
  16849. height: math.unit(300, "feet")
  16850. },
  16851. ]
  16852. ))
  16853. characterMakers.push(() => makeCharacter(
  16854. { name: "Ijzer" },
  16855. {
  16856. side: {
  16857. height: math.unit(8, "meters"),
  16858. weight: math.unit(90000, "kg"),
  16859. name: "Side",
  16860. image: {
  16861. source: "./media/characters/ijzer/side.svg",
  16862. extra: 2756 / 1600,
  16863. bottom: 0.01
  16864. }
  16865. },
  16866. },
  16867. [
  16868. {
  16869. name: "Small",
  16870. height: math.unit(3, "meters")
  16871. },
  16872. {
  16873. name: "Normal",
  16874. height: math.unit(8, "meters"),
  16875. default: true
  16876. },
  16877. {
  16878. name: "Normal+",
  16879. height: math.unit(10, "meters")
  16880. },
  16881. {
  16882. name: "Bigger",
  16883. height: math.unit(24, "meters")
  16884. },
  16885. {
  16886. name: "Huge",
  16887. height: math.unit(80, "meters")
  16888. },
  16889. ]
  16890. ))
  16891. characterMakers.push(() => makeCharacter(
  16892. { name: "Luca Cervicum" },
  16893. {
  16894. front: {
  16895. height: math.unit(6 + 2 / 12, "feet"),
  16896. weight: math.unit(153, "lb"),
  16897. name: "Front",
  16898. image: {
  16899. source: "./media/characters/luca-cervicum/front.svg",
  16900. extra: 370 / 327,
  16901. bottom: 0.015
  16902. }
  16903. },
  16904. back: {
  16905. height: math.unit(6 + 2 / 12, "feet"),
  16906. weight: math.unit(153, "lb"),
  16907. name: "Back",
  16908. image: {
  16909. source: "./media/characters/luca-cervicum/back.svg",
  16910. extra: 367 / 333,
  16911. bottom: 0.005
  16912. }
  16913. },
  16914. frontGear: {
  16915. height: math.unit(6 + 2 / 12, "feet"),
  16916. weight: math.unit(173, "lb"),
  16917. name: "Front (Gear)",
  16918. image: {
  16919. source: "./media/characters/luca-cervicum/front-gear.svg",
  16920. extra: 377 / 333,
  16921. bottom: 0.006
  16922. }
  16923. },
  16924. },
  16925. [
  16926. {
  16927. name: "Normal",
  16928. height: math.unit(6 + 2 / 12, "feet"),
  16929. default: true
  16930. },
  16931. ]
  16932. ))
  16933. characterMakers.push(() => makeCharacter(
  16934. { name: "Oliver" },
  16935. {
  16936. front: {
  16937. height: math.unit(6 + 1 / 12, "feet"),
  16938. weight: math.unit(304, "lb"),
  16939. name: "Front",
  16940. image: {
  16941. source: "./media/characters/oliver/front.svg",
  16942. extra: 157 / 143,
  16943. bottom: 0.08
  16944. }
  16945. },
  16946. },
  16947. [
  16948. {
  16949. name: "Normal",
  16950. height: math.unit(6 + 1 / 12, "feet"),
  16951. default: true
  16952. },
  16953. ]
  16954. ))
  16955. characterMakers.push(() => makeCharacter(
  16956. { name: "Shane" },
  16957. {
  16958. front: {
  16959. height: math.unit(5 + 7 / 12, "feet"),
  16960. weight: math.unit(140, "lb"),
  16961. name: "Front",
  16962. image: {
  16963. source: "./media/characters/shane/front.svg",
  16964. extra: 304 / 289,
  16965. bottom: 0.005
  16966. }
  16967. },
  16968. },
  16969. [
  16970. {
  16971. name: "Normal",
  16972. height: math.unit(5 + 7 / 12, "feet"),
  16973. default: true
  16974. },
  16975. ]
  16976. ))
  16977. characterMakers.push(() => makeCharacter(
  16978. { name: "Shin" },
  16979. {
  16980. front: {
  16981. height: math.unit(5 + 9 / 12, "feet"),
  16982. weight: math.unit(178, "lb"),
  16983. name: "Front",
  16984. image: {
  16985. source: "./media/characters/shin/front.svg",
  16986. extra: 159 / 151,
  16987. bottom: 0.015
  16988. }
  16989. },
  16990. },
  16991. [
  16992. {
  16993. name: "Normal",
  16994. height: math.unit(5 + 9 / 12, "feet"),
  16995. default: true
  16996. },
  16997. ]
  16998. ))
  16999. characterMakers.push(() => makeCharacter(
  17000. { name: "Xerxes" },
  17001. {
  17002. front: {
  17003. height: math.unit(5 + 10 / 12, "feet"),
  17004. weight: math.unit(168, "lb"),
  17005. name: "Front",
  17006. image: {
  17007. source: "./media/characters/xerxes/front.svg",
  17008. extra: 282 / 260,
  17009. bottom: 0.045
  17010. }
  17011. },
  17012. },
  17013. [
  17014. {
  17015. name: "Normal",
  17016. height: math.unit(5 + 10 / 12, "feet"),
  17017. default: true
  17018. },
  17019. ]
  17020. ))
  17021. characterMakers.push(() => makeCharacter(
  17022. { name: "Chaska" },
  17023. {
  17024. front: {
  17025. height: math.unit(6 + 7 / 12, "feet"),
  17026. weight: math.unit(208, "lb"),
  17027. name: "Front",
  17028. image: {
  17029. source: "./media/characters/chaska/front.svg",
  17030. extra: 332 / 319,
  17031. bottom: 0.015
  17032. }
  17033. },
  17034. },
  17035. [
  17036. {
  17037. name: "Normal",
  17038. height: math.unit(6 + 7 / 12, "feet"),
  17039. default: true
  17040. },
  17041. ]
  17042. ))
  17043. characterMakers.push(() => makeCharacter(
  17044. { name: "Enuk" },
  17045. {
  17046. front: {
  17047. height: math.unit(5 + 8 / 12, "feet"),
  17048. weight: math.unit(208, "lb"),
  17049. name: "Front",
  17050. image: {
  17051. source: "./media/characters/enuk/front.svg",
  17052. extra: 437 / 406,
  17053. bottom: 0.02
  17054. }
  17055. },
  17056. },
  17057. [
  17058. {
  17059. name: "Normal",
  17060. height: math.unit(5 + 8 / 12, "feet"),
  17061. default: true
  17062. },
  17063. ]
  17064. ))
  17065. characterMakers.push(() => makeCharacter(
  17066. { name: "Bruun" },
  17067. {
  17068. front: {
  17069. height: math.unit(5 + 10 / 12, "feet"),
  17070. weight: math.unit(252, "lb"),
  17071. name: "Front",
  17072. image: {
  17073. source: "./media/characters/bruun/front.svg",
  17074. extra: 197 / 187,
  17075. bottom: 0.012
  17076. }
  17077. },
  17078. },
  17079. [
  17080. {
  17081. name: "Normal",
  17082. height: math.unit(5 + 10 / 12, "feet"),
  17083. default: true
  17084. },
  17085. ]
  17086. ))
  17087. characterMakers.push(() => makeCharacter(
  17088. { name: "Alexeev" },
  17089. {
  17090. front: {
  17091. height: math.unit(6 + 10 / 12, "feet"),
  17092. weight: math.unit(255, "lb"),
  17093. name: "Front",
  17094. image: {
  17095. source: "./media/characters/alexeev/front.svg",
  17096. extra: 213 / 200,
  17097. bottom: 0.05
  17098. }
  17099. },
  17100. },
  17101. [
  17102. {
  17103. name: "Normal",
  17104. height: math.unit(6 + 10 / 12, "feet"),
  17105. default: true
  17106. },
  17107. ]
  17108. ))
  17109. characterMakers.push(() => makeCharacter(
  17110. { name: "Evelyn" },
  17111. {
  17112. front: {
  17113. height: math.unit(2 + 8 / 12, "feet"),
  17114. weight: math.unit(22, "lb"),
  17115. name: "Front",
  17116. image: {
  17117. source: "./media/characters/evelyn/front.svg",
  17118. extra: 208 / 180
  17119. }
  17120. },
  17121. },
  17122. [
  17123. {
  17124. name: "Normal",
  17125. height: math.unit(2 + 8 / 12, "feet"),
  17126. default: true
  17127. },
  17128. ]
  17129. ))
  17130. characterMakers.push(() => makeCharacter(
  17131. { name: "Inca" },
  17132. {
  17133. front: {
  17134. height: math.unit(5 + 9 / 12, "feet"),
  17135. weight: math.unit(139, "lb"),
  17136. name: "Front",
  17137. image: {
  17138. source: "./media/characters/inca/front.svg",
  17139. extra: 294 / 291,
  17140. bottom: 0.03
  17141. }
  17142. },
  17143. },
  17144. [
  17145. {
  17146. name: "Normal",
  17147. height: math.unit(5 + 9 / 12, "feet"),
  17148. default: true
  17149. },
  17150. ]
  17151. ))
  17152. characterMakers.push(() => makeCharacter(
  17153. { name: "Magdalene" },
  17154. {
  17155. front: {
  17156. height: math.unit(5 + 1 / 12, "feet"),
  17157. weight: math.unit(84, "lb"),
  17158. name: "Front",
  17159. image: {
  17160. source: "./media/characters/magdalene/front.svg",
  17161. extra: 293 / 273
  17162. }
  17163. },
  17164. },
  17165. [
  17166. {
  17167. name: "Normal",
  17168. height: math.unit(5 + 1 / 12, "feet"),
  17169. default: true
  17170. },
  17171. ]
  17172. ))
  17173. characterMakers.push(() => makeCharacter(
  17174. { name: "Mera" },
  17175. {
  17176. front: {
  17177. height: math.unit(6 + 3 / 12, "feet"),
  17178. weight: math.unit(185, "lb"),
  17179. name: "Front",
  17180. image: {
  17181. source: "./media/characters/mera/front.svg",
  17182. extra: 291 / 277,
  17183. bottom: 0.03
  17184. }
  17185. },
  17186. },
  17187. [
  17188. {
  17189. name: "Normal",
  17190. height: math.unit(6 + 3 / 12, "feet"),
  17191. default: true
  17192. },
  17193. ]
  17194. ))
  17195. characterMakers.push(() => makeCharacter(
  17196. { name: "Ceres" },
  17197. {
  17198. front: {
  17199. height: math.unit(6 + 7 / 12, "feet"),
  17200. weight: math.unit(160, "lb"),
  17201. name: "Front",
  17202. image: {
  17203. source: "./media/characters/ceres/front.svg",
  17204. extra: 1023 / 950,
  17205. bottom: 0.027
  17206. }
  17207. },
  17208. back: {
  17209. height: math.unit(6 + 7 / 12, "feet"),
  17210. weight: math.unit(160, "lb"),
  17211. name: "Back",
  17212. image: {
  17213. source: "./media/characters/ceres/back.svg",
  17214. extra: 1023 / 950
  17215. }
  17216. },
  17217. },
  17218. [
  17219. {
  17220. name: "Normal",
  17221. height: math.unit(6 + 7 / 12, "feet"),
  17222. default: true
  17223. },
  17224. ]
  17225. ))
  17226. characterMakers.push(() => makeCharacter(
  17227. { name: "Kris" },
  17228. {
  17229. front: {
  17230. height: math.unit(5 + 10 / 12, "feet"),
  17231. weight: math.unit(150, "lb"),
  17232. name: "Front",
  17233. image: {
  17234. source: "./media/characters/kris/front.svg",
  17235. extra: 885 / 803,
  17236. bottom: 0.03
  17237. }
  17238. },
  17239. },
  17240. [
  17241. {
  17242. name: "Normal",
  17243. height: math.unit(5 + 10 / 12, "feet"),
  17244. default: true
  17245. },
  17246. ]
  17247. ))
  17248. characterMakers.push(() => makeCharacter(
  17249. { name: "Taluthus" },
  17250. {
  17251. front: {
  17252. height: math.unit(7, "feet"),
  17253. weight: math.unit(120, "kg"),
  17254. name: "Front",
  17255. image: {
  17256. source: "./media/characters/taluthus/front.svg",
  17257. extra: 903 / 833,
  17258. bottom: 0.015
  17259. }
  17260. },
  17261. },
  17262. [
  17263. {
  17264. name: "Normal",
  17265. height: math.unit(7, "feet"),
  17266. default: true
  17267. },
  17268. {
  17269. name: "Macro",
  17270. height: math.unit(300, "feet")
  17271. },
  17272. ]
  17273. ))
  17274. characterMakers.push(() => makeCharacter(
  17275. { name: "Dawn" },
  17276. {
  17277. front: {
  17278. height: math.unit(5 + 9 / 12, "feet"),
  17279. weight: math.unit(145, "lb"),
  17280. name: "Front",
  17281. image: {
  17282. source: "./media/characters/dawn/front.svg",
  17283. extra: 2094 / 2016,
  17284. bottom: 0.025
  17285. }
  17286. },
  17287. back: {
  17288. height: math.unit(5 + 9 / 12, "feet"),
  17289. weight: math.unit(160, "lb"),
  17290. name: "Back",
  17291. image: {
  17292. source: "./media/characters/dawn/back.svg",
  17293. extra: 2112 / 2080,
  17294. bottom: 0.005
  17295. }
  17296. },
  17297. },
  17298. [
  17299. {
  17300. name: "Normal",
  17301. height: math.unit(6 + 7 / 12, "feet"),
  17302. default: true
  17303. },
  17304. ]
  17305. ))
  17306. characterMakers.push(() => makeCharacter(
  17307. { name: "Arador" },
  17308. {
  17309. anthro: {
  17310. height: math.unit(8 + 3 / 12, "feet"),
  17311. weight: math.unit(450, "lb"),
  17312. name: "Anthro",
  17313. image: {
  17314. source: "./media/characters/arador/anthro.svg",
  17315. extra: 1835 / 1718,
  17316. bottom: 0.025
  17317. }
  17318. },
  17319. feral: {
  17320. height: math.unit(4, "feet"),
  17321. weight: math.unit(200, "lb"),
  17322. name: "Feral",
  17323. image: {
  17324. source: "./media/characters/arador/feral.svg",
  17325. extra: 1683 / 1514,
  17326. bottom: 0.07
  17327. }
  17328. },
  17329. },
  17330. [
  17331. {
  17332. name: "Normal",
  17333. height: math.unit(8 + 3 / 12, "feet")
  17334. },
  17335. {
  17336. name: "Macro",
  17337. height: math.unit(82.5, "feet"),
  17338. default: true
  17339. },
  17340. ]
  17341. ))
  17342. characterMakers.push(() => makeCharacter(
  17343. { name: "Dharsi" },
  17344. {
  17345. front: {
  17346. height: math.unit(5 + 10 / 12, "feet"),
  17347. weight: math.unit(125, "lb"),
  17348. name: "Front",
  17349. image: {
  17350. source: "./media/characters/dharsi/front.svg",
  17351. extra: 716 / 630,
  17352. bottom: 0.035
  17353. }
  17354. },
  17355. },
  17356. [
  17357. {
  17358. name: "Nano",
  17359. height: math.unit(100, "nm")
  17360. },
  17361. {
  17362. name: "Micro",
  17363. height: math.unit(2, "inches")
  17364. },
  17365. {
  17366. name: "Normal",
  17367. height: math.unit(5 + 10 / 12, "feet"),
  17368. default: true
  17369. },
  17370. {
  17371. name: "Macro",
  17372. height: math.unit(1000, "feet")
  17373. },
  17374. {
  17375. name: "Megamacro",
  17376. height: math.unit(10, "miles")
  17377. },
  17378. {
  17379. name: "Gigamacro",
  17380. height: math.unit(3000, "miles")
  17381. },
  17382. {
  17383. name: "Teramacro",
  17384. height: math.unit(500000, "miles")
  17385. },
  17386. {
  17387. name: "Teramacro+",
  17388. height: math.unit(30, "galaxies")
  17389. },
  17390. ]
  17391. ))
  17392. characterMakers.push(() => makeCharacter(
  17393. { name: "Deathy" },
  17394. {
  17395. front: {
  17396. height: math.unit(6, "feet"),
  17397. weight: math.unit(150, "lb"),
  17398. name: "Front",
  17399. image: {
  17400. source: "./media/characters/deathy/front.svg",
  17401. extra: 1552 / 1463,
  17402. bottom: 0.025
  17403. }
  17404. },
  17405. side: {
  17406. height: math.unit(6, "feet"),
  17407. weight: math.unit(150, "lb"),
  17408. name: "Side",
  17409. image: {
  17410. source: "./media/characters/deathy/side.svg",
  17411. extra: 1604 / 1455,
  17412. bottom: 0.025
  17413. }
  17414. },
  17415. back: {
  17416. height: math.unit(6, "feet"),
  17417. weight: math.unit(150, "lb"),
  17418. name: "Back",
  17419. image: {
  17420. source: "./media/characters/deathy/back.svg",
  17421. extra: 1580 / 1463,
  17422. bottom: 0.005
  17423. }
  17424. },
  17425. },
  17426. [
  17427. {
  17428. name: "Micro",
  17429. height: math.unit(5, "millimeters")
  17430. },
  17431. {
  17432. name: "Normal",
  17433. height: math.unit(6 + 5 / 12, "feet"),
  17434. default: true
  17435. },
  17436. ]
  17437. ))
  17438. characterMakers.push(() => makeCharacter(
  17439. { name: "Juniper" },
  17440. {
  17441. front: {
  17442. height: math.unit(16, "feet"),
  17443. weight: math.unit(4000, "lb"),
  17444. name: "Front",
  17445. image: {
  17446. source: "./media/characters/juniper/front.svg",
  17447. bottom: 0.04
  17448. }
  17449. },
  17450. },
  17451. [
  17452. {
  17453. name: "Normal",
  17454. height: math.unit(16, "feet"),
  17455. default: true
  17456. },
  17457. ]
  17458. ))
  17459. characterMakers.push(() => makeCharacter(
  17460. { name: "Hipster" },
  17461. {
  17462. front: {
  17463. height: math.unit(6, "feet"),
  17464. weight: math.unit(150, "lb"),
  17465. name: "Front",
  17466. image: {
  17467. source: "./media/characters/hipster/front.svg",
  17468. extra: 1312 / 1209,
  17469. bottom: 0.025
  17470. }
  17471. },
  17472. back: {
  17473. height: math.unit(6, "feet"),
  17474. weight: math.unit(150, "lb"),
  17475. name: "Back",
  17476. image: {
  17477. source: "./media/characters/hipster/back.svg",
  17478. extra: 1281 / 1196,
  17479. bottom: 0.01
  17480. }
  17481. },
  17482. },
  17483. [
  17484. {
  17485. name: "Micro",
  17486. height: math.unit(1, "mm")
  17487. },
  17488. {
  17489. name: "Normal",
  17490. height: math.unit(4, "inches"),
  17491. default: true
  17492. },
  17493. {
  17494. name: "Macro",
  17495. height: math.unit(500, "feet")
  17496. },
  17497. {
  17498. name: "Megamacro",
  17499. height: math.unit(1000, "miles")
  17500. },
  17501. ]
  17502. ))
  17503. characterMakers.push(() => makeCharacter(
  17504. { name: "Tendirmuldr" },
  17505. {
  17506. front: {
  17507. height: math.unit(6, "feet"),
  17508. weight: math.unit(150, "lb"),
  17509. name: "Front",
  17510. image: {
  17511. source: "./media/characters/tendirmuldr/front.svg",
  17512. extra: 1878 / 1772,
  17513. bottom: 0.015
  17514. }
  17515. },
  17516. },
  17517. [
  17518. {
  17519. name: "Megamacro",
  17520. height: math.unit(1500, "miles"),
  17521. default: true
  17522. },
  17523. ]
  17524. ))
  17525. characterMakers.push(() => makeCharacter(
  17526. { name: "Mort" },
  17527. {
  17528. front: {
  17529. height: math.unit(14, "feet"),
  17530. weight: math.unit(12000, "lb"),
  17531. name: "Front",
  17532. image: {
  17533. source: "./media/characters/mort/front.svg",
  17534. extra: 365 / 318,
  17535. bottom: 0.01
  17536. }
  17537. },
  17538. side: {
  17539. height: math.unit(14, "feet"),
  17540. weight: math.unit(12000, "lb"),
  17541. name: "Side",
  17542. image: {
  17543. source: "./media/characters/mort/side.svg",
  17544. extra: 365 / 318,
  17545. bottom: 0.052
  17546. },
  17547. default: true
  17548. },
  17549. back: {
  17550. height: math.unit(14, "feet"),
  17551. weight: math.unit(12000, "lb"),
  17552. name: "Back",
  17553. image: {
  17554. source: "./media/characters/mort/back.svg",
  17555. extra: 371 / 332,
  17556. bottom: 0.18
  17557. }
  17558. },
  17559. },
  17560. [
  17561. {
  17562. name: "Normal",
  17563. height: math.unit(14, "feet"),
  17564. default: true
  17565. },
  17566. ]
  17567. ))
  17568. characterMakers.push(() => makeCharacter(
  17569. { name: "Lycoa" },
  17570. {
  17571. front: {
  17572. height: math.unit(8, "feet"),
  17573. weight: math.unit(1, "ton"),
  17574. name: "Front",
  17575. image: {
  17576. source: "./media/characters/lycoa/front.svg",
  17577. extra: 1875 / 1789,
  17578. bottom: 0.022
  17579. }
  17580. },
  17581. back: {
  17582. height: math.unit(8, "feet"),
  17583. weight: math.unit(1, "ton"),
  17584. name: "Back",
  17585. image: {
  17586. source: "./media/characters/lycoa/back.svg",
  17587. extra: 1835 / 1781,
  17588. bottom: 0.03
  17589. }
  17590. },
  17591. },
  17592. [
  17593. {
  17594. name: "Normal",
  17595. height: math.unit(8, "feet"),
  17596. default: true
  17597. },
  17598. {
  17599. name: "Macro",
  17600. height: math.unit(30, "feet")
  17601. },
  17602. ]
  17603. ))
  17604. characterMakers.push(() => makeCharacter(
  17605. { name: "Naldara" },
  17606. {
  17607. front: {
  17608. height: math.unit(4 + 2 / 12, "feet"),
  17609. weight: math.unit(70, "lb"),
  17610. name: "Front",
  17611. image: {
  17612. source: "./media/characters/naldara/front.svg",
  17613. extra: 841 / 720,
  17614. bottom: 0.04
  17615. }
  17616. },
  17617. },
  17618. [
  17619. {
  17620. name: "Normal",
  17621. height: math.unit(4 + 2 / 12, "feet"),
  17622. default: true
  17623. },
  17624. ]
  17625. ))
  17626. characterMakers.push(() => makeCharacter(
  17627. { name: "Briar" },
  17628. {
  17629. front: {
  17630. height: math.unit(13 + 7 / 12, "feet"),
  17631. weight: math.unit(1500, "lb"),
  17632. name: "Front",
  17633. image: {
  17634. source: "./media/characters/briar/front.svg",
  17635. extra: 626 / 596,
  17636. bottom: 0.08
  17637. }
  17638. },
  17639. },
  17640. [
  17641. {
  17642. name: "Normal",
  17643. height: math.unit(13 + 7 / 12, "feet"),
  17644. default: true
  17645. },
  17646. ]
  17647. ))
  17648. characterMakers.push(() => makeCharacter(
  17649. { name: "Vanguard" },
  17650. {
  17651. side: {
  17652. height: math.unit(10, "feet"),
  17653. weight: math.unit(500, "lb"),
  17654. name: "Side",
  17655. image: {
  17656. source: "./media/characters/vanguard/side.svg",
  17657. extra: 502 / 425,
  17658. bottom: 0.087
  17659. }
  17660. },
  17661. },
  17662. [
  17663. {
  17664. name: "Normal",
  17665. height: math.unit(10, "feet"),
  17666. default: true
  17667. },
  17668. ]
  17669. ))
  17670. characterMakers.push(() => makeCharacter(
  17671. { name: "Artemis" },
  17672. {
  17673. front: {
  17674. height: math.unit(7.5, "feet"),
  17675. weight: math.unit(2, "lb"),
  17676. name: "Front",
  17677. image: {
  17678. source: "./media/characters/artemis/front.svg",
  17679. extra: 1192 / 1075,
  17680. bottom: 0.07
  17681. }
  17682. },
  17683. },
  17684. [
  17685. {
  17686. name: "Normal",
  17687. height: math.unit(7.5, "feet"),
  17688. default: true
  17689. },
  17690. {
  17691. name: "Enlarged",
  17692. height: math.unit(12, "feet")
  17693. },
  17694. ]
  17695. ))
  17696. characterMakers.push(() => makeCharacter(
  17697. { name: "Kira" },
  17698. {
  17699. front: {
  17700. height: math.unit(5 + 3 / 12, "feet"),
  17701. weight: math.unit(160, "lb"),
  17702. name: "Front",
  17703. image: {
  17704. source: "./media/characters/kira/front.svg",
  17705. extra: 906 / 786,
  17706. bottom: 0.01
  17707. }
  17708. },
  17709. back: {
  17710. height: math.unit(5 + 3 / 12, "feet"),
  17711. weight: math.unit(160, "lb"),
  17712. name: "Back",
  17713. image: {
  17714. source: "./media/characters/kira/back.svg",
  17715. extra: 882 / 757,
  17716. bottom: 0.005
  17717. }
  17718. },
  17719. frontDressed: {
  17720. height: math.unit(5 + 3 / 12, "feet"),
  17721. weight: math.unit(160, "lb"),
  17722. name: "Front (Dressed)",
  17723. image: {
  17724. source: "./media/characters/kira/front-dressed.svg",
  17725. extra: 906 / 786,
  17726. bottom: 0.01
  17727. }
  17728. },
  17729. beans: {
  17730. height: math.unit(0.92, "feet"),
  17731. name: "Beans",
  17732. image: {
  17733. source: "./media/characters/kira/beans.svg"
  17734. }
  17735. },
  17736. },
  17737. [
  17738. {
  17739. name: "Normal",
  17740. height: math.unit(5 + 3 / 12, "feet"),
  17741. default: true
  17742. },
  17743. ]
  17744. ))
  17745. characterMakers.push(() => makeCharacter(
  17746. { name: "Scramble" },
  17747. {
  17748. front: {
  17749. height: math.unit(5 + 4 / 12, "feet"),
  17750. weight: math.unit(145, "lb"),
  17751. name: "Front",
  17752. image: {
  17753. source: "./media/characters/scramble/front.svg",
  17754. extra: 763 / 727,
  17755. bottom: 0.05
  17756. }
  17757. },
  17758. back: {
  17759. height: math.unit(5 + 4 / 12, "feet"),
  17760. weight: math.unit(145, "lb"),
  17761. name: "Back",
  17762. image: {
  17763. source: "./media/characters/scramble/back.svg",
  17764. extra: 826 / 737,
  17765. bottom: 0.002
  17766. }
  17767. },
  17768. },
  17769. [
  17770. {
  17771. name: "Normal",
  17772. height: math.unit(5 + 4 / 12, "feet"),
  17773. default: true
  17774. },
  17775. ]
  17776. ))
  17777. characterMakers.push(() => makeCharacter(
  17778. { name: "Biscuit" },
  17779. {
  17780. side: {
  17781. height: math.unit(6 + 2 / 12, "feet"),
  17782. weight: math.unit(190, "lb"),
  17783. name: "Side",
  17784. image: {
  17785. source: "./media/characters/biscuit/side.svg",
  17786. extra: 858 / 791,
  17787. bottom: 0.044
  17788. }
  17789. },
  17790. },
  17791. [
  17792. {
  17793. name: "Normal",
  17794. height: math.unit(6 + 2 / 12, "feet"),
  17795. default: true
  17796. },
  17797. ]
  17798. ))
  17799. characterMakers.push(() => makeCharacter(
  17800. { name: "Poffin" },
  17801. {
  17802. front: {
  17803. height: math.unit(5 + 2 / 12, "feet"),
  17804. weight: math.unit(120, "lb"),
  17805. name: "Front",
  17806. image: {
  17807. source: "./media/characters/poffin/front.svg",
  17808. extra: 786 / 680,
  17809. bottom: 0.005
  17810. }
  17811. },
  17812. },
  17813. [
  17814. {
  17815. name: "Normal",
  17816. height: math.unit(5 + 2 / 12, "feet"),
  17817. default: true
  17818. },
  17819. ]
  17820. ))
  17821. characterMakers.push(() => makeCharacter(
  17822. { name: "Dhari" },
  17823. {
  17824. front: {
  17825. height: math.unit(6 + 3 / 12, "feet"),
  17826. weight: math.unit(519, "lb"),
  17827. name: "Front",
  17828. image: {
  17829. source: "./media/characters/dhari/front.svg",
  17830. extra: 1048 / 946,
  17831. bottom: 0.015
  17832. }
  17833. },
  17834. back: {
  17835. height: math.unit(6 + 3 / 12, "feet"),
  17836. weight: math.unit(519, "lb"),
  17837. name: "Back",
  17838. image: {
  17839. source: "./media/characters/dhari/back.svg",
  17840. extra: 1048 / 931,
  17841. bottom: 0.005
  17842. }
  17843. },
  17844. frontDressed: {
  17845. height: math.unit(6 + 3 / 12, "feet"),
  17846. weight: math.unit(519, "lb"),
  17847. name: "Front (Dressed)",
  17848. image: {
  17849. source: "./media/characters/dhari/front-dressed.svg",
  17850. extra: 1713 / 1546,
  17851. bottom: 0.02
  17852. }
  17853. },
  17854. backDressed: {
  17855. height: math.unit(6 + 3 / 12, "feet"),
  17856. weight: math.unit(519, "lb"),
  17857. name: "Back (Dressed)",
  17858. image: {
  17859. source: "./media/characters/dhari/back-dressed.svg",
  17860. extra: 1699 / 1537,
  17861. bottom: 0.01
  17862. }
  17863. },
  17864. maw: {
  17865. height: math.unit(0.95, "feet"),
  17866. name: "Maw",
  17867. image: {
  17868. source: "./media/characters/dhari/maw.svg"
  17869. }
  17870. },
  17871. wereFront: {
  17872. height: math.unit(12 + 8 / 12, "feet"),
  17873. weight: math.unit(4000, "lb"),
  17874. name: "Front (Were)",
  17875. image: {
  17876. source: "./media/characters/dhari/were-front.svg",
  17877. extra: 1065 / 969,
  17878. bottom: 0.015
  17879. }
  17880. },
  17881. wereBack: {
  17882. height: math.unit(12 + 8 / 12, "feet"),
  17883. weight: math.unit(4000, "lb"),
  17884. name: "Back (Were)",
  17885. image: {
  17886. source: "./media/characters/dhari/were-back.svg",
  17887. extra: 1065 / 969,
  17888. bottom: 0.012
  17889. }
  17890. },
  17891. wereMaw: {
  17892. height: math.unit(0.625, "meters"),
  17893. name: "Maw (Were)",
  17894. image: {
  17895. source: "./media/characters/dhari/were-maw.svg"
  17896. }
  17897. },
  17898. },
  17899. [
  17900. {
  17901. name: "Normal",
  17902. height: math.unit(6 + 3 / 12, "feet"),
  17903. default: true
  17904. },
  17905. ]
  17906. ))
  17907. characterMakers.push(() => makeCharacter(
  17908. { name: "Rena Dyne" },
  17909. {
  17910. anthro: {
  17911. height: math.unit(5 + 7 / 12, "feet"),
  17912. weight: math.unit(175, "lb"),
  17913. name: "Anthro",
  17914. image: {
  17915. source: "./media/characters/rena-dyne/anthro.svg",
  17916. extra: 1849 / 1785,
  17917. bottom: 0.005
  17918. }
  17919. },
  17920. taur: {
  17921. height: math.unit(15 + 6 / 12, "feet"),
  17922. weight: math.unit(8000, "lb"),
  17923. name: "Taur",
  17924. image: {
  17925. source: "./media/characters/rena-dyne/taur.svg",
  17926. extra: 2315 / 2234,
  17927. bottom: 0.033
  17928. }
  17929. },
  17930. },
  17931. [
  17932. {
  17933. name: "Normal",
  17934. height: math.unit(5 + 7 / 12, "feet"),
  17935. default: true
  17936. },
  17937. ]
  17938. ))
  17939. characterMakers.push(() => makeCharacter(
  17940. { name: "Weremeep" },
  17941. {
  17942. front: {
  17943. height: math.unit(8, "feet"),
  17944. weight: math.unit(600, "lb"),
  17945. name: "Front",
  17946. image: {
  17947. source: "./media/characters/weremeep/front.svg",
  17948. extra: 967 / 862,
  17949. bottom: 0.01
  17950. }
  17951. },
  17952. },
  17953. [
  17954. {
  17955. name: "Normal",
  17956. height: math.unit(8, "feet"),
  17957. default: true
  17958. },
  17959. {
  17960. name: "Lorg",
  17961. height: math.unit(12, "feet")
  17962. },
  17963. {
  17964. name: "Oh Lawd She Comin'",
  17965. height: math.unit(20, "feet")
  17966. },
  17967. ]
  17968. ))
  17969. characterMakers.push(() => makeCharacter(
  17970. { name: "Reza" },
  17971. {
  17972. front: {
  17973. height: math.unit(4, "feet"),
  17974. weight: math.unit(90, "lb"),
  17975. name: "Front",
  17976. image: {
  17977. source: "./media/characters/reza/front.svg",
  17978. extra: 1183 / 1111,
  17979. bottom: 0.017
  17980. }
  17981. },
  17982. back: {
  17983. height: math.unit(4, "feet"),
  17984. weight: math.unit(90, "lb"),
  17985. name: "Back",
  17986. image: {
  17987. source: "./media/characters/reza/back.svg",
  17988. extra: 1183 / 1111,
  17989. bottom: 0.01
  17990. }
  17991. },
  17992. },
  17993. [
  17994. {
  17995. name: "Normal",
  17996. height: math.unit(4, "feet"),
  17997. default: true
  17998. },
  17999. ]
  18000. ))
  18001. characterMakers.push(() => makeCharacter(
  18002. { name: "Athea" },
  18003. {
  18004. side: {
  18005. height: math.unit(15, "feet"),
  18006. weight: math.unit(14, "tons"),
  18007. name: "Side",
  18008. image: {
  18009. source: "./media/characters/athea/side.svg",
  18010. extra: 960 / 540,
  18011. bottom: 0.003
  18012. }
  18013. },
  18014. sitting: {
  18015. height: math.unit(6 * 2.85, "feet"),
  18016. weight: math.unit(14, "tons"),
  18017. name: "Sitting",
  18018. image: {
  18019. source: "./media/characters/athea/sitting.svg",
  18020. extra: 621 / 581,
  18021. bottom: 0.075
  18022. }
  18023. },
  18024. maw: {
  18025. height: math.unit(7.59498031496063, "feet"),
  18026. name: "Maw",
  18027. image: {
  18028. source: "./media/characters/athea/maw.svg"
  18029. }
  18030. },
  18031. },
  18032. [
  18033. {
  18034. name: "Lap Cat",
  18035. height: math.unit(2.5, "feet")
  18036. },
  18037. {
  18038. name: "Minimacro",
  18039. height: math.unit(15, "feet"),
  18040. default: true
  18041. },
  18042. {
  18043. name: "Macro",
  18044. height: math.unit(120, "feet")
  18045. },
  18046. {
  18047. name: "Macro+",
  18048. height: math.unit(640, "feet")
  18049. },
  18050. {
  18051. name: "Colossus",
  18052. height: math.unit(2.2, "miles")
  18053. },
  18054. ]
  18055. ))
  18056. characterMakers.push(() => makeCharacter(
  18057. { name: "Seroko" },
  18058. {
  18059. front: {
  18060. height: math.unit(8 + 8 / 12, "feet"),
  18061. weight: math.unit(130, "kg"),
  18062. name: "Front",
  18063. image: {
  18064. source: "./media/characters/seroko/front.svg",
  18065. extra: 1385 / 1280,
  18066. bottom: 0.025
  18067. }
  18068. },
  18069. back: {
  18070. height: math.unit(8 + 8 / 12, "feet"),
  18071. weight: math.unit(130, "kg"),
  18072. name: "Back",
  18073. image: {
  18074. source: "./media/characters/seroko/back.svg",
  18075. extra: 1369 / 1238,
  18076. bottom: 0.018
  18077. }
  18078. },
  18079. frontDressed: {
  18080. height: math.unit(8 + 8 / 12, "feet"),
  18081. weight: math.unit(130, "kg"),
  18082. name: "Front (Dressed)",
  18083. image: {
  18084. source: "./media/characters/seroko/front-dressed.svg",
  18085. extra: 1366 / 1275,
  18086. bottom: 0.03
  18087. }
  18088. },
  18089. },
  18090. [
  18091. {
  18092. name: "Normal",
  18093. height: math.unit(8 + 8 / 12, "feet"),
  18094. default: true
  18095. },
  18096. ]
  18097. ))
  18098. characterMakers.push(() => makeCharacter(
  18099. { name: "Quatzi" },
  18100. {
  18101. front: {
  18102. height: math.unit(5.5, "feet"),
  18103. weight: math.unit(160, "lb"),
  18104. name: "Front",
  18105. image: {
  18106. source: "./media/characters/quatzi/front.svg",
  18107. extra: 2346 / 2242,
  18108. bottom: 0.015
  18109. }
  18110. },
  18111. },
  18112. [
  18113. {
  18114. name: "Normal",
  18115. height: math.unit(5.5, "feet"),
  18116. default: true
  18117. },
  18118. {
  18119. name: "Big",
  18120. height: math.unit(7.7, "feet")
  18121. },
  18122. ]
  18123. ))
  18124. characterMakers.push(() => makeCharacter(
  18125. { name: "Sen" },
  18126. {
  18127. front: {
  18128. height: math.unit(5 + 11 / 12, "feet"),
  18129. weight: math.unit(180, "lb"),
  18130. name: "Front",
  18131. image: {
  18132. source: "./media/characters/sen/front.svg",
  18133. extra: 1321 / 1254,
  18134. bottom: 0.015
  18135. }
  18136. },
  18137. side: {
  18138. height: math.unit(5 + 11 / 12, "feet"),
  18139. weight: math.unit(180, "lb"),
  18140. name: "Side",
  18141. image: {
  18142. source: "./media/characters/sen/side.svg",
  18143. extra: 1321 / 1254,
  18144. bottom: 0.007
  18145. }
  18146. },
  18147. back: {
  18148. height: math.unit(5 + 11 / 12, "feet"),
  18149. weight: math.unit(180, "lb"),
  18150. name: "Back",
  18151. image: {
  18152. source: "./media/characters/sen/back.svg",
  18153. extra: 1321 / 1254
  18154. }
  18155. },
  18156. },
  18157. [
  18158. {
  18159. name: "Normal",
  18160. height: math.unit(5 + 11 / 12, "feet"),
  18161. default: true
  18162. },
  18163. ]
  18164. ))
  18165. characterMakers.push(() => makeCharacter(
  18166. { name: "Fruity" },
  18167. {
  18168. front: {
  18169. height: math.unit(166.6, "cm"),
  18170. weight: math.unit(66.6, "kg"),
  18171. name: "Front",
  18172. image: {
  18173. source: "./media/characters/fruity/front.svg",
  18174. extra: 1510 / 1386,
  18175. bottom: 0.04
  18176. }
  18177. },
  18178. back: {
  18179. height: math.unit(166.6, "cm"),
  18180. weight: math.unit(66.6, "lb"),
  18181. name: "Back",
  18182. image: {
  18183. source: "./media/characters/fruity/back.svg",
  18184. extra: 1563 / 1435,
  18185. bottom: 0.005
  18186. }
  18187. },
  18188. },
  18189. [
  18190. {
  18191. name: "Normal",
  18192. height: math.unit(166.6, "cm"),
  18193. default: true
  18194. },
  18195. {
  18196. name: "Demonic",
  18197. height: math.unit(166.6, "feet")
  18198. },
  18199. ]
  18200. ))
  18201. characterMakers.push(() => makeCharacter(
  18202. { name: "Zost" },
  18203. {
  18204. side: {
  18205. height: math.unit(10, "feet"),
  18206. weight: math.unit(500, "lb"),
  18207. name: "Side",
  18208. image: {
  18209. source: "./media/characters/zost/side.svg",
  18210. extra: 966 / 880,
  18211. bottom: 0.075
  18212. }
  18213. },
  18214. mawFront: {
  18215. height: math.unit(1.08, "meters"),
  18216. name: "Maw (Front)",
  18217. image: {
  18218. source: "./media/characters/zost/maw-front.svg"
  18219. }
  18220. },
  18221. mawSide: {
  18222. height: math.unit(2.66, "feet"),
  18223. name: "Maw (Side)",
  18224. image: {
  18225. source: "./media/characters/zost/maw-side.svg"
  18226. }
  18227. },
  18228. },
  18229. [
  18230. {
  18231. name: "Normal",
  18232. height: math.unit(10, "feet"),
  18233. default: true
  18234. },
  18235. ]
  18236. ))
  18237. characterMakers.push(() => makeCharacter(
  18238. { name: "Luci" },
  18239. {
  18240. front: {
  18241. height: math.unit(5 + 4 / 12, "feet"),
  18242. weight: math.unit(120, "lb"),
  18243. name: "Front",
  18244. image: {
  18245. source: "./media/characters/luci/front.svg",
  18246. extra: 1985 / 1884,
  18247. bottom: 0.04
  18248. }
  18249. },
  18250. back: {
  18251. height: math.unit(5 + 4 / 12, "feet"),
  18252. weight: math.unit(120, "lb"),
  18253. name: "Back",
  18254. image: {
  18255. source: "./media/characters/luci/back.svg",
  18256. extra: 1892 / 1791,
  18257. bottom: 0.002
  18258. }
  18259. },
  18260. },
  18261. [
  18262. {
  18263. name: "Normal",
  18264. height: math.unit(5 + 4 / 12, "feet"),
  18265. default: true
  18266. },
  18267. ]
  18268. ))
  18269. characterMakers.push(() => makeCharacter(
  18270. { name: "2th" },
  18271. {
  18272. front: {
  18273. height: math.unit(1500, "feet"),
  18274. weight: math.unit(3.8e6, "tons"),
  18275. name: "Front",
  18276. image: {
  18277. source: "./media/characters/2th/front.svg",
  18278. extra: 3489 / 3350,
  18279. bottom: 0.1
  18280. }
  18281. },
  18282. foot: {
  18283. height: math.unit(461, "feet"),
  18284. name: "Foot",
  18285. image: {
  18286. source: "./media/characters/2th/foot.svg"
  18287. }
  18288. },
  18289. },
  18290. [
  18291. {
  18292. name: "\"Micro\"",
  18293. height: math.unit(15 + 7 / 12, "feet")
  18294. },
  18295. {
  18296. name: "Normal",
  18297. height: math.unit(1500, "feet"),
  18298. default: true
  18299. },
  18300. {
  18301. name: "Macro",
  18302. height: math.unit(5000, "feet")
  18303. },
  18304. {
  18305. name: "Megamacro",
  18306. height: math.unit(15, "miles")
  18307. },
  18308. {
  18309. name: "Gigamacro",
  18310. height: math.unit(4000, "miles")
  18311. },
  18312. {
  18313. name: "Galactic",
  18314. height: math.unit(50, "AU")
  18315. },
  18316. ]
  18317. ))
  18318. characterMakers.push(() => makeCharacter(
  18319. { name: "Amethyst" },
  18320. {
  18321. front: {
  18322. height: math.unit(5 + 6 / 12, "feet"),
  18323. weight: math.unit(220, "lb"),
  18324. name: "Front",
  18325. image: {
  18326. source: "./media/characters/amethyst/front.svg",
  18327. extra: 2078 / 2040,
  18328. bottom: 0.045
  18329. }
  18330. },
  18331. back: {
  18332. height: math.unit(5 + 6 / 12, "feet"),
  18333. weight: math.unit(220, "lb"),
  18334. name: "Back",
  18335. image: {
  18336. source: "./media/characters/amethyst/back.svg",
  18337. extra: 2021 / 1989,
  18338. bottom: 0.02
  18339. }
  18340. },
  18341. },
  18342. [
  18343. {
  18344. name: "Normal",
  18345. height: math.unit(5 + 6 / 12, "feet"),
  18346. default: true
  18347. },
  18348. ]
  18349. ))
  18350. characterMakers.push(() => makeCharacter(
  18351. { name: "Yumi Akiyama" },
  18352. {
  18353. front: {
  18354. height: math.unit(4 + 11 / 12, "feet"),
  18355. weight: math.unit(120, "lb"),
  18356. name: "Front",
  18357. image: {
  18358. source: "./media/characters/yumi-akiyama/front.svg",
  18359. extra: 1327 / 1235,
  18360. bottom: 0.02
  18361. }
  18362. },
  18363. back: {
  18364. height: math.unit(4 + 11 / 12, "feet"),
  18365. weight: math.unit(120, "lb"),
  18366. name: "Back",
  18367. image: {
  18368. source: "./media/characters/yumi-akiyama/back.svg",
  18369. extra: 1287 / 1245,
  18370. bottom: 0.002
  18371. }
  18372. },
  18373. },
  18374. [
  18375. {
  18376. name: "Galactic",
  18377. height: math.unit(50, "galaxies"),
  18378. default: true
  18379. },
  18380. {
  18381. name: "Universal",
  18382. height: math.unit(100, "universes")
  18383. },
  18384. ]
  18385. ))
  18386. characterMakers.push(() => makeCharacter(
  18387. { name: "Rifter Yrmori" },
  18388. {
  18389. front: {
  18390. height: math.unit(8, "feet"),
  18391. weight: math.unit(500, "lb"),
  18392. name: "Front",
  18393. image: {
  18394. source: "./media/characters/rifter-yrmori/front.svg",
  18395. extra: 1180 / 1125,
  18396. bottom: 0.02
  18397. }
  18398. },
  18399. back: {
  18400. height: math.unit(8, "feet"),
  18401. weight: math.unit(500, "lb"),
  18402. name: "Back",
  18403. image: {
  18404. source: "./media/characters/rifter-yrmori/back.svg",
  18405. extra: 1190 / 1145,
  18406. bottom: 0.001
  18407. }
  18408. },
  18409. wings: {
  18410. height: math.unit(7.75, "feet"),
  18411. weight: math.unit(500, "lb"),
  18412. name: "Wings",
  18413. image: {
  18414. source: "./media/characters/rifter-yrmori/wings.svg",
  18415. extra: 1357 / 1285
  18416. }
  18417. },
  18418. maw: {
  18419. height: math.unit(0.8, "feet"),
  18420. name: "Maw",
  18421. image: {
  18422. source: "./media/characters/rifter-yrmori/maw.svg"
  18423. }
  18424. },
  18425. },
  18426. [
  18427. {
  18428. name: "Normal",
  18429. height: math.unit(8, "feet"),
  18430. default: true
  18431. },
  18432. {
  18433. name: "Macro",
  18434. height: math.unit(42, "meters")
  18435. },
  18436. ]
  18437. ))
  18438. characterMakers.push(() => makeCharacter(
  18439. { name: "Tahajin" },
  18440. {
  18441. were: {
  18442. height: math.unit(25 + 6 / 12, "feet"),
  18443. weight: math.unit(10000, "lb"),
  18444. name: "Were",
  18445. image: {
  18446. source: "./media/characters/tahajin/were.svg",
  18447. extra: 801 / 770,
  18448. bottom: 0.042
  18449. }
  18450. },
  18451. aquatic: {
  18452. height: math.unit(6 + 4 / 12, "feet"),
  18453. weight: math.unit(160, "lb"),
  18454. name: "Aquatic",
  18455. image: {
  18456. source: "./media/characters/tahajin/aquatic.svg",
  18457. extra: 572 / 542,
  18458. bottom: 0.04
  18459. }
  18460. },
  18461. chow: {
  18462. height: math.unit(8 + 11 / 12, "feet"),
  18463. weight: math.unit(450, "lb"),
  18464. name: "Chow",
  18465. image: {
  18466. source: "./media/characters/tahajin/chow.svg",
  18467. extra: 660 / 640,
  18468. bottom: 0.015
  18469. }
  18470. },
  18471. demiNaga: {
  18472. height: math.unit(6 + 8 / 12, "feet"),
  18473. weight: math.unit(300, "lb"),
  18474. name: "Demi Naga",
  18475. image: {
  18476. source: "./media/characters/tahajin/demi-naga.svg",
  18477. extra: 643 / 615,
  18478. bottom: 0.1
  18479. }
  18480. },
  18481. data: {
  18482. height: math.unit(5, "inches"),
  18483. weight: math.unit(0.1, "lb"),
  18484. name: "Data",
  18485. image: {
  18486. source: "./media/characters/tahajin/data.svg"
  18487. }
  18488. },
  18489. fluu: {
  18490. height: math.unit(5 + 7 / 12, "feet"),
  18491. weight: math.unit(140, "lb"),
  18492. name: "Fluu",
  18493. image: {
  18494. source: "./media/characters/tahajin/fluu.svg",
  18495. extra: 628 / 592,
  18496. bottom: 0.02
  18497. }
  18498. },
  18499. starWarrior: {
  18500. height: math.unit(4 + 5 / 12, "feet"),
  18501. weight: math.unit(50, "lb"),
  18502. name: "Star Warrior",
  18503. image: {
  18504. source: "./media/characters/tahajin/star-warrior.svg"
  18505. }
  18506. },
  18507. },
  18508. [
  18509. {
  18510. name: "Normal",
  18511. height: math.unit(25 + 6 / 12, "feet"),
  18512. default: true
  18513. },
  18514. ]
  18515. ))
  18516. characterMakers.push(() => makeCharacter(
  18517. { name: "Gabira" },
  18518. {
  18519. front: {
  18520. height: math.unit(8, "feet"),
  18521. weight: math.unit(350, "lb"),
  18522. name: "Front",
  18523. image: {
  18524. source: "./media/characters/gabira/front.svg",
  18525. extra: 608 / 580,
  18526. bottom: 0.03
  18527. }
  18528. },
  18529. back: {
  18530. height: math.unit(8, "feet"),
  18531. weight: math.unit(350, "lb"),
  18532. name: "Back",
  18533. image: {
  18534. source: "./media/characters/gabira/back.svg",
  18535. extra: 608 / 580,
  18536. bottom: 0.03
  18537. }
  18538. },
  18539. },
  18540. [
  18541. {
  18542. name: "Normal",
  18543. height: math.unit(8, "feet"),
  18544. default: true
  18545. },
  18546. ]
  18547. ))
  18548. characterMakers.push(() => makeCharacter(
  18549. { name: "Sasha Katraine" },
  18550. {
  18551. front: {
  18552. height: math.unit(5 + 3 / 12, "feet"),
  18553. weight: math.unit(137, "lb"),
  18554. name: "Front",
  18555. image: {
  18556. source: "./media/characters/sasha-katraine/front.svg",
  18557. bottom: 0.045
  18558. }
  18559. },
  18560. },
  18561. [
  18562. {
  18563. name: "Micro",
  18564. height: math.unit(5, "inches")
  18565. },
  18566. {
  18567. name: "Normal",
  18568. height: math.unit(5 + 3 / 12, "feet"),
  18569. default: true
  18570. },
  18571. ]
  18572. ))
  18573. characterMakers.push(() => makeCharacter(
  18574. { name: "Der" },
  18575. {
  18576. side: {
  18577. height: math.unit(4, "inches"),
  18578. weight: math.unit(200, "grams"),
  18579. name: "Side",
  18580. image: {
  18581. source: "./media/characters/der/side.svg",
  18582. extra: 719 / 400,
  18583. bottom: 30.6 / 749.9187
  18584. }
  18585. },
  18586. },
  18587. [
  18588. {
  18589. name: "Micro",
  18590. height: math.unit(4, "inches"),
  18591. default: true
  18592. },
  18593. ]
  18594. ))
  18595. characterMakers.push(() => makeCharacter(
  18596. { name: "Fixerdragon" },
  18597. {
  18598. side: {
  18599. height: math.unit(30, "meters"),
  18600. weight: math.unit(700, "tonnes"),
  18601. name: "Side",
  18602. image: {
  18603. source: "./media/characters/fixerdragon/side.svg",
  18604. extra: (1293.0514 - 116.03) / 1106.86,
  18605. bottom: 116.03 / 1293.0514
  18606. }
  18607. },
  18608. },
  18609. [
  18610. {
  18611. name: "Planck",
  18612. height: math.unit(1.6e-35, "meters")
  18613. },
  18614. {
  18615. name: "Micro",
  18616. height: math.unit(0.4, "meters")
  18617. },
  18618. {
  18619. name: "Normal",
  18620. height: math.unit(30, "meters"),
  18621. default: true
  18622. },
  18623. {
  18624. name: "Megamacro",
  18625. height: math.unit(1.2, "megameters")
  18626. },
  18627. {
  18628. name: "Teramacro",
  18629. height: math.unit(130, "terameters")
  18630. },
  18631. {
  18632. name: "Yottamacro",
  18633. height: math.unit(6200, "yottameters")
  18634. },
  18635. ]
  18636. ));
  18637. characterMakers.push(() => makeCharacter(
  18638. { name: "Kite" },
  18639. {
  18640. front: {
  18641. height: math.unit(8, "feet"),
  18642. weight: math.unit(250, "lb"),
  18643. name: "Front",
  18644. image: {
  18645. source: "./media/characters/kite/front.svg",
  18646. extra: 2796 / 2659,
  18647. bottom: 0.002
  18648. }
  18649. },
  18650. },
  18651. [
  18652. {
  18653. name: "Normal",
  18654. height: math.unit(8, "feet"),
  18655. default: true
  18656. },
  18657. {
  18658. name: "Macro",
  18659. height: math.unit(360, "feet")
  18660. },
  18661. {
  18662. name: "Megamacro",
  18663. height: math.unit(1500, "feet")
  18664. },
  18665. ]
  18666. ))
  18667. characterMakers.push(() => makeCharacter(
  18668. { name: "Poojawa Vynar" },
  18669. {
  18670. front: {
  18671. height: math.unit(5 + 10 / 12, "feet"),
  18672. weight: math.unit(150, "lb"),
  18673. name: "Front",
  18674. image: {
  18675. source: "./media/characters/poojawa-vynar/front.svg",
  18676. extra: (1506.1547 - 55) / 1356.6,
  18677. bottom: 55 / 1506.1547
  18678. }
  18679. },
  18680. frontTailless: {
  18681. height: math.unit(5 + 10 / 12, "feet"),
  18682. weight: math.unit(150, "lb"),
  18683. name: "Front (Tailless)",
  18684. image: {
  18685. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18686. extra: (1506.1547 - 55) / 1356.6,
  18687. bottom: 55 / 1506.1547
  18688. }
  18689. },
  18690. },
  18691. [
  18692. {
  18693. name: "Normal",
  18694. height: math.unit(5 + 10 / 12, "feet"),
  18695. default: true
  18696. },
  18697. ]
  18698. ))
  18699. characterMakers.push(() => makeCharacter(
  18700. { name: "Violette" },
  18701. {
  18702. front: {
  18703. height: math.unit(293, "meters"),
  18704. weight: math.unit(70400, "tons"),
  18705. name: "Front",
  18706. image: {
  18707. source: "./media/characters/violette/front.svg",
  18708. extra: 1227 / 1180,
  18709. bottom: 0.005
  18710. }
  18711. },
  18712. back: {
  18713. height: math.unit(293, "meters"),
  18714. weight: math.unit(70400, "tons"),
  18715. name: "Back",
  18716. image: {
  18717. source: "./media/characters/violette/back.svg",
  18718. extra: 1227 / 1180,
  18719. bottom: 0.005
  18720. }
  18721. },
  18722. },
  18723. [
  18724. {
  18725. name: "Macro",
  18726. height: math.unit(293, "meters"),
  18727. default: true
  18728. },
  18729. ]
  18730. ))
  18731. characterMakers.push(() => makeCharacter(
  18732. { name: "Alessandra" },
  18733. {
  18734. front: {
  18735. height: math.unit(1050, "feet"),
  18736. weight: math.unit(200000, "tons"),
  18737. name: "Front",
  18738. image: {
  18739. source: "./media/characters/alessandra/front.svg",
  18740. extra: 960 / 912,
  18741. bottom: 0.06
  18742. }
  18743. },
  18744. },
  18745. [
  18746. {
  18747. name: "Macro",
  18748. height: math.unit(1050, "feet")
  18749. },
  18750. {
  18751. name: "Macro+",
  18752. height: math.unit(900, "meters"),
  18753. default: true
  18754. },
  18755. ]
  18756. ))
  18757. characterMakers.push(() => makeCharacter(
  18758. { name: "Person", species: "Catdragon" },
  18759. {
  18760. front: {
  18761. height: math.unit(5, "feet"),
  18762. weight: math.unit(187, "lb"),
  18763. name: "Front",
  18764. image: {
  18765. source: "./media/characters/person/front.svg",
  18766. extra: 3087 / 2945,
  18767. bottom: 91 / 3181
  18768. }
  18769. },
  18770. },
  18771. [
  18772. {
  18773. name: "Micro",
  18774. height: math.unit(3, "inches")
  18775. },
  18776. {
  18777. name: "Normal",
  18778. height: math.unit(5, "feet"),
  18779. default: true
  18780. },
  18781. {
  18782. name: "Macro",
  18783. height: math.unit(90, "feet")
  18784. },
  18785. {
  18786. name: "Max Size",
  18787. height: math.unit(280, "feet")
  18788. },
  18789. ]
  18790. ))
  18791. characterMakers.push(() => makeCharacter(
  18792. { name: "Ty" },
  18793. {
  18794. front: {
  18795. height: math.unit(4.5, "meters"),
  18796. weight: math.unit(3200, "lb"),
  18797. name: "Front",
  18798. image: {
  18799. source: "./media/characters/ty/front.svg",
  18800. extra: 1038 / 960,
  18801. bottom: 31.156 / 1068
  18802. }
  18803. },
  18804. back: {
  18805. height: math.unit(4.5, "meters"),
  18806. weight: math.unit(3200, "lb"),
  18807. name: "Back",
  18808. image: {
  18809. source: "./media/characters/ty/back.svg",
  18810. extra: 1044 / 966,
  18811. bottom: 7.48 / 1049
  18812. }
  18813. },
  18814. },
  18815. [
  18816. {
  18817. name: "Normal",
  18818. height: math.unit(4.5, "meters"),
  18819. default: true
  18820. },
  18821. ]
  18822. ))
  18823. characterMakers.push(() => makeCharacter(
  18824. { name: "Rocky" },
  18825. {
  18826. front: {
  18827. height: math.unit(5 + 4 / 12, "feet"),
  18828. weight: math.unit(115, "lb"),
  18829. name: "Front",
  18830. image: {
  18831. source: "./media/characters/rocky/front.svg",
  18832. extra: 1012 / 975,
  18833. bottom: 54 / 1066
  18834. }
  18835. },
  18836. },
  18837. [
  18838. {
  18839. name: "Normal",
  18840. height: math.unit(5 + 4 / 12, "feet"),
  18841. default: true
  18842. },
  18843. ]
  18844. ))
  18845. characterMakers.push(() => makeCharacter(
  18846. { name: "Ruin" },
  18847. {
  18848. upright: {
  18849. height: math.unit(6, "meters"),
  18850. weight: math.unit(4000, "kg"),
  18851. name: "Upright",
  18852. image: {
  18853. source: "./media/characters/ruin/upright.svg",
  18854. extra: 668 / 661,
  18855. bottom: 42 / 799.8396
  18856. }
  18857. },
  18858. },
  18859. [
  18860. {
  18861. name: "Normal",
  18862. height: math.unit(6, "meters"),
  18863. default: true
  18864. },
  18865. ]
  18866. ))
  18867. characterMakers.push(() => makeCharacter(
  18868. { name: "Robin" },
  18869. {
  18870. front: {
  18871. height: math.unit(5, "feet"),
  18872. weight: math.unit(106, "lb"),
  18873. name: "Front",
  18874. image: {
  18875. source: "./media/characters/robin/front.svg",
  18876. extra: 862 / 799,
  18877. bottom: 42.4 / 914.8856
  18878. }
  18879. },
  18880. },
  18881. [
  18882. {
  18883. name: "Normal",
  18884. height: math.unit(5, "feet"),
  18885. default: true
  18886. },
  18887. ]
  18888. ))
  18889. characterMakers.push(() => makeCharacter(
  18890. { name: "Saian" },
  18891. {
  18892. side: {
  18893. height: math.unit(3, "feet"),
  18894. weight: math.unit(225, "lb"),
  18895. name: "Side",
  18896. image: {
  18897. source: "./media/characters/saian/side.svg",
  18898. extra: 566 / 356,
  18899. bottom: 79.7 / 643
  18900. }
  18901. },
  18902. maw: {
  18903. height: math.unit(2.85, "feet"),
  18904. name: "Maw",
  18905. image: {
  18906. source: "./media/characters/saian/maw.svg"
  18907. }
  18908. },
  18909. },
  18910. [
  18911. {
  18912. name: "Normal",
  18913. height: math.unit(3, "feet"),
  18914. default: true
  18915. },
  18916. ]
  18917. ))
  18918. characterMakers.push(() => makeCharacter(
  18919. { name: "Equus Silvermane" },
  18920. {
  18921. side: {
  18922. height: math.unit(8, "feet"),
  18923. weight: math.unit(300, "lb"),
  18924. name: "Side",
  18925. image: {
  18926. source: "./media/characters/equus-silvermane/side.svg",
  18927. extra: 2176 / 2050,
  18928. bottom: 65.7 / 2245
  18929. }
  18930. },
  18931. front: {
  18932. height: math.unit(8, "feet"),
  18933. weight: math.unit(300, "lb"),
  18934. name: "Front",
  18935. image: {
  18936. source: "./media/characters/equus-silvermane/front.svg",
  18937. extra: 4633 / 4400,
  18938. bottom: 71.3 / 4706.915
  18939. }
  18940. },
  18941. sideStepping: {
  18942. height: math.unit(8, "feet"),
  18943. weight: math.unit(300, "lb"),
  18944. name: "Side (Stepping)",
  18945. image: {
  18946. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18947. extra: 1968 / 1860,
  18948. bottom: 16.4 / 1989
  18949. }
  18950. },
  18951. },
  18952. [
  18953. {
  18954. name: "Normal",
  18955. height: math.unit(8, "feet")
  18956. },
  18957. {
  18958. name: "Minimacro",
  18959. height: math.unit(75, "feet"),
  18960. default: true
  18961. },
  18962. {
  18963. name: "Macro",
  18964. height: math.unit(150, "feet")
  18965. },
  18966. {
  18967. name: "Macro+",
  18968. height: math.unit(1000, "feet")
  18969. },
  18970. {
  18971. name: "Megamacro",
  18972. height: math.unit(1, "mile")
  18973. },
  18974. ]
  18975. ))
  18976. characterMakers.push(() => makeCharacter(
  18977. { name: "Windar" },
  18978. {
  18979. side: {
  18980. height: math.unit(20, "feet"),
  18981. weight: math.unit(30000, "kg"),
  18982. name: "Side",
  18983. image: {
  18984. source: "./media/characters/windar/side.svg",
  18985. extra: 1491 / 1248,
  18986. bottom: 82.56 / 1568
  18987. }
  18988. },
  18989. },
  18990. [
  18991. {
  18992. name: "Normal",
  18993. height: math.unit(20, "feet"),
  18994. default: true
  18995. },
  18996. ]
  18997. ))
  18998. characterMakers.push(() => makeCharacter(
  18999. { name: "Melody" },
  19000. {
  19001. side: {
  19002. height: math.unit(15.66, "feet"),
  19003. weight: math.unit(150, "lb"),
  19004. name: "Side",
  19005. image: {
  19006. source: "./media/characters/melody/side.svg",
  19007. extra: 1097 / 944,
  19008. bottom: 11.8 / 1109
  19009. }
  19010. },
  19011. sideOutfit: {
  19012. height: math.unit(15.66, "feet"),
  19013. weight: math.unit(150, "lb"),
  19014. name: "Side (Outfit)",
  19015. image: {
  19016. source: "./media/characters/melody/side-outfit.svg",
  19017. extra: 1097 / 944,
  19018. bottom: 11.8 / 1109
  19019. }
  19020. },
  19021. },
  19022. [
  19023. {
  19024. name: "Normal",
  19025. height: math.unit(15.66, "feet"),
  19026. default: true
  19027. },
  19028. ]
  19029. ))
  19030. characterMakers.push(() => makeCharacter(
  19031. { name: "Windera" },
  19032. {
  19033. front: {
  19034. height: math.unit(8, "feet"),
  19035. weight: math.unit(325, "lb"),
  19036. name: "Front",
  19037. image: {
  19038. source: "./media/characters/windera/front.svg",
  19039. extra: 3180 / 2845,
  19040. bottom: 178 / 3365
  19041. }
  19042. },
  19043. },
  19044. [
  19045. {
  19046. name: "Normal",
  19047. height: math.unit(8, "feet"),
  19048. default: true
  19049. },
  19050. ]
  19051. ))
  19052. characterMakers.push(() => makeCharacter(
  19053. { name: "Sonear" },
  19054. {
  19055. front: {
  19056. height: math.unit(28.75, "feet"),
  19057. weight: math.unit(2000, "kg"),
  19058. name: "Front",
  19059. image: {
  19060. source: "./media/characters/sonear/front.svg",
  19061. extra: 1041.1 / 964.9,
  19062. bottom: 53.7 / 1096.6
  19063. }
  19064. },
  19065. },
  19066. [
  19067. {
  19068. name: "Normal",
  19069. height: math.unit(28.75, "feet"),
  19070. default: true
  19071. },
  19072. ]
  19073. ))
  19074. characterMakers.push(() => makeCharacter(
  19075. { name: "Kanara" },
  19076. {
  19077. side: {
  19078. height: math.unit(25.5, "feet"),
  19079. weight: math.unit(23000, "kg"),
  19080. name: "Side",
  19081. image: {
  19082. source: "./media/characters/kanara/side.svg"
  19083. }
  19084. },
  19085. },
  19086. [
  19087. {
  19088. name: "Normal",
  19089. height: math.unit(25.5, "feet"),
  19090. default: true
  19091. },
  19092. ]
  19093. ))
  19094. characterMakers.push(() => makeCharacter(
  19095. { name: "Ereus" },
  19096. {
  19097. side: {
  19098. height: math.unit(10, "feet"),
  19099. weight: math.unit(1000, "kg"),
  19100. name: "Side",
  19101. image: {
  19102. source: "./media/characters/ereus/side.svg",
  19103. extra: 1157 / 959,
  19104. bottom: 153 / 1312.5
  19105. }
  19106. },
  19107. },
  19108. [
  19109. {
  19110. name: "Normal",
  19111. height: math.unit(10, "feet"),
  19112. default: true
  19113. },
  19114. ]
  19115. ))
  19116. characterMakers.push(() => makeCharacter(
  19117. { name: "E-ter" },
  19118. {
  19119. side: {
  19120. height: math.unit(4.5, "feet"),
  19121. weight: math.unit(500, "lb"),
  19122. name: "Side",
  19123. image: {
  19124. source: "./media/characters/e-ter/side.svg",
  19125. extra: 1550 / 1248,
  19126. bottom: 146 / 1694
  19127. }
  19128. },
  19129. },
  19130. [
  19131. {
  19132. name: "Normal",
  19133. height: math.unit(4.5, "feet"),
  19134. default: true
  19135. },
  19136. ]
  19137. ))
  19138. characterMakers.push(() => makeCharacter(
  19139. { name: "Yamie" },
  19140. {
  19141. side: {
  19142. height: math.unit(9.7, "feet"),
  19143. weight: math.unit(4000, "kg"),
  19144. name: "Side",
  19145. image: {
  19146. source: "./media/characters/yamie/side.svg"
  19147. }
  19148. },
  19149. },
  19150. [
  19151. {
  19152. name: "Normal",
  19153. height: math.unit(9.7, "feet"),
  19154. default: true
  19155. },
  19156. ]
  19157. ))
  19158. characterMakers.push(() => makeCharacter(
  19159. { name: "Anders" },
  19160. {
  19161. front: {
  19162. height: math.unit(50, "feet"),
  19163. weight: math.unit(50000, "kg"),
  19164. name: "Front",
  19165. image: {
  19166. source: "./media/characters/anders/front.svg",
  19167. extra: 570 / 539,
  19168. bottom: 14.7 / 586.7
  19169. }
  19170. },
  19171. },
  19172. [
  19173. {
  19174. name: "Large",
  19175. height: math.unit(50, "feet")
  19176. },
  19177. {
  19178. name: "Macro",
  19179. height: math.unit(2000, "feet"),
  19180. default: true
  19181. },
  19182. {
  19183. name: "Megamacro",
  19184. height: math.unit(12, "miles")
  19185. },
  19186. ]
  19187. ))
  19188. characterMakers.push(() => makeCharacter(
  19189. { name: "Reban" },
  19190. {
  19191. front: {
  19192. height: math.unit(7 + 2 / 12, "feet"),
  19193. weight: math.unit(300, "lb"),
  19194. name: "Front",
  19195. image: {
  19196. source: "./media/characters/reban/front.svg",
  19197. extra: 516 / 487,
  19198. bottom: 42.82 / 558.356
  19199. }
  19200. },
  19201. dick: {
  19202. height: math.unit(7 / 5, "feet"),
  19203. name: "Dick",
  19204. image: {
  19205. source: "./media/characters/reban/dick.svg"
  19206. }
  19207. },
  19208. },
  19209. [
  19210. {
  19211. name: "Natural Height",
  19212. height: math.unit(7 + 2 / 12, "feet")
  19213. },
  19214. {
  19215. name: "Macro",
  19216. height: math.unit(500, "feet"),
  19217. default: true
  19218. },
  19219. {
  19220. name: "Canon Height",
  19221. height: math.unit(50, "AU")
  19222. },
  19223. ]
  19224. ))
  19225. characterMakers.push(() => makeCharacter(
  19226. { name: "Terrance Keayes" },
  19227. {
  19228. front: {
  19229. height: math.unit(6, "feet"),
  19230. weight: math.unit(150, "lb"),
  19231. name: "Front",
  19232. image: {
  19233. source: "./media/characters/terrance-keayes/front.svg",
  19234. extra: 1.005,
  19235. bottom: 151 / 1615
  19236. }
  19237. },
  19238. side: {
  19239. height: math.unit(6, "feet"),
  19240. weight: math.unit(150, "lb"),
  19241. name: "Side",
  19242. image: {
  19243. source: "./media/characters/terrance-keayes/side.svg",
  19244. extra: 1.005,
  19245. bottom: 129.4 / 1544
  19246. }
  19247. },
  19248. back: {
  19249. height: math.unit(6, "feet"),
  19250. weight: math.unit(150, "lb"),
  19251. name: "Back",
  19252. image: {
  19253. source: "./media/characters/terrance-keayes/back.svg",
  19254. extra: 1.005,
  19255. bottom: 58.4 / 1557.3
  19256. }
  19257. },
  19258. dick: {
  19259. height: math.unit(6 * 0.208, "feet"),
  19260. name: "Dick",
  19261. image: {
  19262. source: "./media/characters/terrance-keayes/dick.svg"
  19263. }
  19264. },
  19265. },
  19266. [
  19267. {
  19268. name: "Canon Height",
  19269. height: math.unit(35, "miles"),
  19270. default: true
  19271. },
  19272. ]
  19273. ))
  19274. characterMakers.push(() => makeCharacter(
  19275. { name: "Ofelia" },
  19276. {
  19277. front: {
  19278. height: math.unit(6, "feet"),
  19279. weight: math.unit(150, "lb"),
  19280. name: "Front",
  19281. image: {
  19282. source: "./media/characters/ofelia/front.svg",
  19283. extra: 546 / 541,
  19284. bottom: 39 / 583
  19285. }
  19286. },
  19287. back: {
  19288. height: math.unit(6, "feet"),
  19289. weight: math.unit(150, "lb"),
  19290. name: "Back",
  19291. image: {
  19292. source: "./media/characters/ofelia/back.svg",
  19293. extra: 564 / 559.5,
  19294. bottom: 8.69 / 573.02
  19295. }
  19296. },
  19297. maw: {
  19298. height: math.unit(1, "feet"),
  19299. name: "Maw",
  19300. image: {
  19301. source: "./media/characters/ofelia/maw.svg"
  19302. }
  19303. },
  19304. foot: {
  19305. height: math.unit(1.949, "feet"),
  19306. name: "Foot",
  19307. image: {
  19308. source: "./media/characters/ofelia/foot.svg"
  19309. }
  19310. },
  19311. },
  19312. [
  19313. {
  19314. name: "Canon Height",
  19315. height: math.unit(2000, "miles"),
  19316. default: true
  19317. },
  19318. ]
  19319. ))
  19320. characterMakers.push(() => makeCharacter(
  19321. { name: "Samuel" },
  19322. {
  19323. front: {
  19324. height: math.unit(6, "feet"),
  19325. weight: math.unit(150, "lb"),
  19326. name: "Front",
  19327. image: {
  19328. source: "./media/characters/samuel/front.svg",
  19329. extra: 265 / 258,
  19330. bottom: 2 / 266.1566
  19331. }
  19332. },
  19333. },
  19334. [
  19335. {
  19336. name: "Macro",
  19337. height: math.unit(100, "feet"),
  19338. default: true
  19339. },
  19340. {
  19341. name: "Full Size",
  19342. height: math.unit(1000, "miles")
  19343. },
  19344. ]
  19345. ))
  19346. characterMakers.push(() => makeCharacter(
  19347. { name: "Beishir Kiel" },
  19348. {
  19349. front: {
  19350. height: math.unit(6, "feet"),
  19351. weight: math.unit(300, "lb"),
  19352. name: "Front",
  19353. image: {
  19354. source: "./media/characters/beishir-kiel/front.svg",
  19355. extra: 569 / 547,
  19356. bottom: 41.9 / 609
  19357. }
  19358. },
  19359. maw: {
  19360. height: math.unit(6 * 0.202, "feet"),
  19361. name: "Maw",
  19362. image: {
  19363. source: "./media/characters/beishir-kiel/maw.svg"
  19364. }
  19365. },
  19366. },
  19367. [
  19368. {
  19369. name: "Macro",
  19370. height: math.unit(300, "feet"),
  19371. default: true
  19372. },
  19373. ]
  19374. ))
  19375. characterMakers.push(() => makeCharacter(
  19376. { name: "Logan Grey" },
  19377. {
  19378. front: {
  19379. height: math.unit(5 + 8 / 12, "feet"),
  19380. weight: math.unit(120, "lb"),
  19381. name: "Front",
  19382. image: {
  19383. source: "./media/characters/logan-grey/front.svg",
  19384. extra: 2539 / 2393,
  19385. bottom: 97.6 / 2636.37
  19386. }
  19387. },
  19388. frontAlt: {
  19389. height: math.unit(5 + 8 / 12, "feet"),
  19390. weight: math.unit(120, "lb"),
  19391. name: "Front (Alt)",
  19392. image: {
  19393. source: "./media/characters/logan-grey/front-alt.svg",
  19394. extra: 958 / 893,
  19395. bottom: 15 / 970.768
  19396. }
  19397. },
  19398. back: {
  19399. height: math.unit(5 + 8 / 12, "feet"),
  19400. weight: math.unit(120, "lb"),
  19401. name: "Back",
  19402. image: {
  19403. source: "./media/characters/logan-grey/back.svg",
  19404. extra: 958 / 893,
  19405. bottom: 2.1881 / 970.9788
  19406. }
  19407. },
  19408. dick: {
  19409. height: math.unit(1.437, "feet"),
  19410. name: "Dick",
  19411. image: {
  19412. source: "./media/characters/logan-grey/dick.svg"
  19413. }
  19414. },
  19415. },
  19416. [
  19417. {
  19418. name: "Normal",
  19419. height: math.unit(5 + 8 / 12, "feet")
  19420. },
  19421. {
  19422. name: "The 500 Foot Femboy",
  19423. height: math.unit(500, "feet"),
  19424. default: true
  19425. },
  19426. {
  19427. name: "Megmacro",
  19428. height: math.unit(20, "miles")
  19429. },
  19430. ]
  19431. ))
  19432. characterMakers.push(() => makeCharacter(
  19433. { name: "Draganta" },
  19434. {
  19435. front: {
  19436. height: math.unit(8 + 2 / 12, "feet"),
  19437. weight: math.unit(275, "lb"),
  19438. name: "Front",
  19439. image: {
  19440. source: "./media/characters/draganta/front.svg",
  19441. extra: 1177 / 1135,
  19442. bottom: 33.46 / 1212.1
  19443. }
  19444. },
  19445. },
  19446. [
  19447. {
  19448. name: "Normal",
  19449. height: math.unit(8 + 6 / 12, "feet"),
  19450. default: true
  19451. },
  19452. {
  19453. name: "Macro",
  19454. height: math.unit(150, "feet")
  19455. },
  19456. {
  19457. name: "Megamacro",
  19458. height: math.unit(1000, "miles")
  19459. },
  19460. ]
  19461. ))
  19462. characterMakers.push(() => makeCharacter(
  19463. { name: "Voski", species: "Corvid" },
  19464. {
  19465. front: {
  19466. height: math.unit(1.72, "m"),
  19467. weight: math.unit(80, "lb"),
  19468. name: "Front",
  19469. image: {
  19470. source: "./media/characters/voski/front.svg",
  19471. extra: 2076.22 / 2022.4,
  19472. bottom: 102.7 / 2177.3866
  19473. }
  19474. },
  19475. frontNsfw: {
  19476. height: math.unit(1.72, "m"),
  19477. weight: math.unit(80, "lb"),
  19478. name: "Front (NSFW)",
  19479. image: {
  19480. source: "./media/characters/voski/front-nsfw.svg",
  19481. extra: 2076.22 / 2022.4,
  19482. bottom: 102.7 / 2177.3866
  19483. }
  19484. },
  19485. back: {
  19486. height: math.unit(1.72, "m"),
  19487. weight: math.unit(80, "lb"),
  19488. name: "Back",
  19489. image: {
  19490. source: "./media/characters/voski/back.svg",
  19491. extra: 2104 / 2051,
  19492. bottom: 10.45 / 2113.63
  19493. }
  19494. },
  19495. },
  19496. [
  19497. {
  19498. name: "Normal",
  19499. height: math.unit(1.72, "m")
  19500. },
  19501. {
  19502. name: "Macro",
  19503. height: math.unit(55, "m"),
  19504. default: true
  19505. },
  19506. {
  19507. name: "Macro+",
  19508. height: math.unit(300, "m")
  19509. },
  19510. {
  19511. name: "Macro++",
  19512. height: math.unit(700, "m")
  19513. },
  19514. {
  19515. name: "Macro+++",
  19516. height: math.unit(4500, "m")
  19517. },
  19518. {
  19519. name: "Macro++++",
  19520. height: math.unit(45, "km")
  19521. },
  19522. {
  19523. name: "Macro+++++",
  19524. height: math.unit(1220, "km")
  19525. },
  19526. ]
  19527. ))
  19528. characterMakers.push(() => makeCharacter(
  19529. { name: "Icowom Lee" },
  19530. {
  19531. front: {
  19532. height: math.unit(2.3, "m"),
  19533. weight: math.unit(304, "kg"),
  19534. name: "Front",
  19535. image: {
  19536. source: "./media/characters/icowom-lee/front.svg",
  19537. extra: 3076 / 2933,
  19538. bottom: 51.4 / 3125.1889
  19539. }
  19540. },
  19541. },
  19542. [
  19543. {
  19544. name: "Normal",
  19545. height: math.unit(2.3, "meters"),
  19546. default: true
  19547. },
  19548. {
  19549. name: "Macro",
  19550. height: math.unit(94, "meters"),
  19551. default: true
  19552. },
  19553. ]
  19554. ))
  19555. characterMakers.push(() => makeCharacter(
  19556. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19557. {
  19558. front: {
  19559. height: math.unit(22, "meters"),
  19560. weight: math.unit(21000, "kg"),
  19561. name: "Front",
  19562. image: {
  19563. source: "./media/characters/shock-diamond/front.svg",
  19564. extra: 2204 / 2053,
  19565. bottom: 65 / 2239.47
  19566. }
  19567. },
  19568. frontNude: {
  19569. height: math.unit(22, "meters"),
  19570. weight: math.unit(21000, "kg"),
  19571. name: "Front (Nude)",
  19572. image: {
  19573. source: "./media/characters/shock-diamond/front-nude.svg",
  19574. extra: 2514 / 2285,
  19575. bottom: 13 / 2527.56
  19576. }
  19577. },
  19578. },
  19579. [
  19580. {
  19581. name: "Normal",
  19582. height: math.unit(3, "meters")
  19583. },
  19584. {
  19585. name: "Macro",
  19586. height: math.unit(22, "meters"),
  19587. default: true
  19588. },
  19589. ]
  19590. ))
  19591. characterMakers.push(() => makeCharacter(
  19592. { name: "Rory" },
  19593. {
  19594. front: {
  19595. height: math.unit(5 + 4 / 12, "feet"),
  19596. weight: math.unit(120, "lb"),
  19597. name: "Front",
  19598. image: {
  19599. source: "./media/characters/rory/front.svg",
  19600. extra: 589 / 556,
  19601. bottom: 45.7 / 635.76
  19602. }
  19603. },
  19604. frontNude: {
  19605. height: math.unit(5 + 4 / 12, "feet"),
  19606. weight: math.unit(120, "lb"),
  19607. name: "Front (Nude)",
  19608. image: {
  19609. source: "./media/characters/rory/front-nude.svg",
  19610. extra: 589 / 556,
  19611. bottom: 45.7 / 635.76
  19612. }
  19613. },
  19614. side: {
  19615. height: math.unit(5 + 4 / 12, "feet"),
  19616. weight: math.unit(120, "lb"),
  19617. name: "Side",
  19618. image: {
  19619. source: "./media/characters/rory/side.svg",
  19620. extra: 597 / 564,
  19621. bottom: 55 / 653
  19622. }
  19623. },
  19624. back: {
  19625. height: math.unit(5 + 4 / 12, "feet"),
  19626. weight: math.unit(120, "lb"),
  19627. name: "Back",
  19628. image: {
  19629. source: "./media/characters/rory/back.svg",
  19630. extra: 620 / 585,
  19631. bottom: 8.86 / 630.43
  19632. }
  19633. },
  19634. dick: {
  19635. height: math.unit(0.86, "feet"),
  19636. name: "Dick",
  19637. image: {
  19638. source: "./media/characters/rory/dick.svg"
  19639. }
  19640. },
  19641. },
  19642. [
  19643. {
  19644. name: "Normal",
  19645. height: math.unit(5 + 4 / 12, "feet"),
  19646. default: true
  19647. },
  19648. {
  19649. name: "Macro",
  19650. height: math.unit(100, "feet")
  19651. },
  19652. {
  19653. name: "Macro+",
  19654. height: math.unit(140, "feet")
  19655. },
  19656. {
  19657. name: "Macro++",
  19658. height: math.unit(300, "feet")
  19659. },
  19660. ]
  19661. ))
  19662. characterMakers.push(() => makeCharacter(
  19663. { name: "Sprisk" },
  19664. {
  19665. front: {
  19666. height: math.unit(5 + 9 / 12, "feet"),
  19667. weight: math.unit(190, "lb"),
  19668. name: "Front",
  19669. image: {
  19670. source: "./media/characters/sprisk/front.svg",
  19671. extra: 1225 / 1180,
  19672. bottom: 42.7 / 1266.4
  19673. }
  19674. },
  19675. frontNsfw: {
  19676. height: math.unit(5 + 9 / 12, "feet"),
  19677. weight: math.unit(190, "lb"),
  19678. name: "Front (NSFW)",
  19679. image: {
  19680. source: "./media/characters/sprisk/front-nsfw.svg",
  19681. extra: 1225 / 1180,
  19682. bottom: 42.7 / 1266.4
  19683. }
  19684. },
  19685. back: {
  19686. height: math.unit(5 + 9 / 12, "feet"),
  19687. weight: math.unit(190, "lb"),
  19688. name: "Back",
  19689. image: {
  19690. source: "./media/characters/sprisk/back.svg",
  19691. extra: 1247 / 1200,
  19692. bottom: 5.6 / 1253.04
  19693. }
  19694. },
  19695. },
  19696. [
  19697. {
  19698. name: "Tiny",
  19699. height: math.unit(2, "inches")
  19700. },
  19701. {
  19702. name: "Normal",
  19703. height: math.unit(5 + 9 / 12, "feet"),
  19704. default: true
  19705. },
  19706. {
  19707. name: "Mini Macro",
  19708. height: math.unit(18, "feet")
  19709. },
  19710. {
  19711. name: "Macro",
  19712. height: math.unit(100, "feet")
  19713. },
  19714. {
  19715. name: "MACRO",
  19716. height: math.unit(50, "miles")
  19717. },
  19718. {
  19719. name: "M A C R O",
  19720. height: math.unit(300, "miles")
  19721. },
  19722. ]
  19723. ))
  19724. characterMakers.push(() => makeCharacter(
  19725. { name: "Bunsen" },
  19726. {
  19727. side: {
  19728. height: math.unit(15.6, "meters"),
  19729. weight: math.unit(700000, "kg"),
  19730. name: "Side",
  19731. image: {
  19732. source: "./media/characters/bunsen/side.svg",
  19733. extra: 1644 / 358
  19734. }
  19735. },
  19736. foot: {
  19737. height: math.unit(1.611 * 1644 / 358, "meter"),
  19738. name: "Foot",
  19739. image: {
  19740. source: "./media/characters/bunsen/foot.svg"
  19741. }
  19742. },
  19743. },
  19744. [
  19745. {
  19746. name: "Small",
  19747. height: math.unit(10, "feet")
  19748. },
  19749. {
  19750. name: "Normal",
  19751. height: math.unit(15.6, "meters"),
  19752. default: true
  19753. },
  19754. ]
  19755. ))
  19756. characterMakers.push(() => makeCharacter(
  19757. { name: "Sesh" },
  19758. {
  19759. front: {
  19760. height: math.unit(4 + 11 / 12, "feet"),
  19761. weight: math.unit(140, "lb"),
  19762. name: "Front",
  19763. image: {
  19764. source: "./media/characters/sesh/front.svg",
  19765. extra: 3420 / 3231,
  19766. bottom: 72 / 3949.5
  19767. }
  19768. },
  19769. },
  19770. [
  19771. {
  19772. name: "Normal",
  19773. height: math.unit(4 + 11 / 12, "feet")
  19774. },
  19775. {
  19776. name: "Grown",
  19777. height: math.unit(15, "feet"),
  19778. default: true
  19779. },
  19780. {
  19781. name: "Macro",
  19782. height: math.unit(1500, "feet")
  19783. },
  19784. {
  19785. name: "Megamacro",
  19786. height: math.unit(30, "miles")
  19787. },
  19788. {
  19789. name: "Continental",
  19790. height: math.unit(3000, "miles")
  19791. },
  19792. {
  19793. name: "Gravity Mass",
  19794. height: math.unit(300000, "miles")
  19795. },
  19796. {
  19797. name: "Planet Buster",
  19798. height: math.unit(30000000, "miles")
  19799. },
  19800. {
  19801. name: "Big",
  19802. height: math.unit(3000000000, "miles")
  19803. },
  19804. ]
  19805. ))
  19806. characterMakers.push(() => makeCharacter(
  19807. { name: "Pepper" },
  19808. {
  19809. front: {
  19810. height: math.unit(9, "feet"),
  19811. weight: math.unit(350, "lb"),
  19812. name: "Front",
  19813. image: {
  19814. source: "./media/characters/pepper/front.svg",
  19815. extra: 1448/1312,
  19816. bottom: 9.4/1457.88
  19817. }
  19818. },
  19819. back: {
  19820. height: math.unit(9, "feet"),
  19821. weight: math.unit(350, "lb"),
  19822. name: "Back",
  19823. image: {
  19824. source: "./media/characters/pepper/back.svg",
  19825. extra: 1423/1300,
  19826. bottom: 4.6/1429
  19827. }
  19828. },
  19829. maw: {
  19830. height: math.unit(0.932, "feet"),
  19831. name: "Maw",
  19832. image: {
  19833. source: "./media/characters/pepper/maw.svg"
  19834. }
  19835. },
  19836. },
  19837. [
  19838. {
  19839. name: "Normal",
  19840. height: math.unit(9, "feet"),
  19841. default: true
  19842. },
  19843. ]
  19844. ))
  19845. characterMakers.push(() => makeCharacter(
  19846. { name: "Maelstrom" },
  19847. {
  19848. front: {
  19849. height: math.unit(6, "feet"),
  19850. weight: math.unit(150, "lb"),
  19851. name: "Front",
  19852. image: {
  19853. source: "./media/characters/maelstrom/front.svg",
  19854. extra: 2100/1883,
  19855. bottom: 94/2196.7
  19856. }
  19857. },
  19858. },
  19859. [
  19860. {
  19861. name: "Less Kaiju",
  19862. height: math.unit(200, "feet")
  19863. },
  19864. {
  19865. name: "Kaiju",
  19866. height: math.unit(400, "feet"),
  19867. default: true
  19868. },
  19869. {
  19870. name: "Kaiju-er",
  19871. height: math.unit(600, "feet")
  19872. },
  19873. ]
  19874. ))
  19875. characterMakers.push(() => makeCharacter(
  19876. { name: "Lexir" },
  19877. {
  19878. front: {
  19879. height: math.unit(6 + 5/12, "feet"),
  19880. weight: math.unit(180, "lb"),
  19881. name: "Front",
  19882. image: {
  19883. source: "./media/characters/lexir/front.svg",
  19884. extra: 180/172,
  19885. bottom: 12/192
  19886. }
  19887. },
  19888. back: {
  19889. height: math.unit(6 + 5/12, "feet"),
  19890. weight: math.unit(180, "lb"),
  19891. name: "Back",
  19892. image: {
  19893. source: "./media/characters/lexir/back.svg",
  19894. extra: 183.84/175.5,
  19895. bottom: 3.1/187
  19896. }
  19897. },
  19898. },
  19899. [
  19900. {
  19901. name: "Very Smal",
  19902. height: math.unit(1, "nm")
  19903. },
  19904. {
  19905. name: "Normal",
  19906. height: math.unit(6 + 5/12, "feet"),
  19907. default: true
  19908. },
  19909. {
  19910. name: "Macro",
  19911. height: math.unit(1, "mile")
  19912. },
  19913. {
  19914. name: "Megamacro",
  19915. height: math.unit(50, "miles")
  19916. },
  19917. ]
  19918. ))
  19919. characterMakers.push(() => makeCharacter(
  19920. { name: "Maksio" },
  19921. {
  19922. front: {
  19923. height: math.unit(1.5, "meters"),
  19924. weight: math.unit(100, "lb"),
  19925. name: "Front",
  19926. image: {
  19927. source: "./media/characters/maksio/front.svg",
  19928. extra: 1549/1531,
  19929. bottom: 123.7/1674.5429
  19930. }
  19931. },
  19932. back: {
  19933. height: math.unit(1.5, "meters"),
  19934. weight: math.unit(100, "lb"),
  19935. name: "Back",
  19936. image: {
  19937. source: "./media/characters/maksio/back.svg",
  19938. extra: 1541/1509,
  19939. bottom: 97/1639
  19940. }
  19941. },
  19942. hand: {
  19943. height: math.unit(0.621, "feet"),
  19944. name: "Hand",
  19945. image: {
  19946. source: "./media/characters/maksio/hand.svg"
  19947. }
  19948. },
  19949. foot: {
  19950. height: math.unit(1.611, "feet"),
  19951. name: "Foot",
  19952. image: {
  19953. source: "./media/characters/maksio/foot.svg"
  19954. }
  19955. },
  19956. },
  19957. [
  19958. {
  19959. name: "Shrunken",
  19960. height: math.unit(10, "cm")
  19961. },
  19962. {
  19963. name: "Normal",
  19964. height: math.unit(150, "cm"),
  19965. default: true
  19966. },
  19967. ]
  19968. ))
  19969. characterMakers.push(() => makeCharacter(
  19970. { name: "Erza Bear" },
  19971. {
  19972. front: {
  19973. height: math.unit(100, "feet"),
  19974. name: "Front",
  19975. image: {
  19976. source: "./media/characters/erza-bear/front.svg",
  19977. extra: 2449/2390,
  19978. bottom: 46/2494
  19979. }
  19980. },
  19981. back: {
  19982. height: math.unit(100, "feet"),
  19983. name: "Back",
  19984. image: {
  19985. source: "./media/characters/erza-bear/back.svg",
  19986. extra: 2489/2430,
  19987. bottom: 85.4/2480
  19988. }
  19989. },
  19990. tail: {
  19991. height: math.unit(42, "feet"),
  19992. name: "Tail",
  19993. image: {
  19994. source: "./media/characters/erza-bear/tail.svg"
  19995. }
  19996. },
  19997. tongue: {
  19998. height: math.unit(8, "feet"),
  19999. name: "Tongue",
  20000. image: {
  20001. source: "./media/characters/erza-bear/tongue.svg"
  20002. }
  20003. },
  20004. dick: {
  20005. height: math.unit(10.5, "feet"),
  20006. name: "Dick",
  20007. image: {
  20008. source: "./media/characters/erza-bear/dick.svg"
  20009. }
  20010. },
  20011. dickVertical: {
  20012. height: math.unit(16.9, "feet"),
  20013. name: "Dick (Vertical)",
  20014. image: {
  20015. source: "./media/characters/erza-bear/dick-vertical.svg"
  20016. }
  20017. },
  20018. },
  20019. [
  20020. {
  20021. name: "Macro",
  20022. height: math.unit(100, "feet"),
  20023. default: true
  20024. },
  20025. ]
  20026. ))
  20027. characterMakers.push(() => makeCharacter(
  20028. { name: "Violet Flor", species: "Skunk" },
  20029. {
  20030. front: {
  20031. height: math.unit(172, "cm"),
  20032. weight: math.unit(73, "kg"),
  20033. name: "Front",
  20034. image: {
  20035. source: "./media/characters/violet-flor/front.svg",
  20036. extra: 1530/1442,
  20037. bottom: 61.9/1588.8
  20038. }
  20039. },
  20040. back: {
  20041. height: math.unit(180, "cm"),
  20042. weight: math.unit(73, "kg"),
  20043. name: "Back",
  20044. image: {
  20045. source: "./media/characters/violet-flor/back.svg",
  20046. extra: 1692/1630,
  20047. bottom: 20/1712
  20048. }
  20049. },
  20050. },
  20051. [
  20052. {
  20053. name: "Normal",
  20054. height: math.unit(172, "cm"),
  20055. default: true
  20056. },
  20057. ]
  20058. ))
  20059. characterMakers.push(() => makeCharacter(
  20060. { name: "Lynn Rhea", species: "Shark" },
  20061. {
  20062. front: {
  20063. height: math.unit(6, "feet"),
  20064. weight: math.unit(220, "lb"),
  20065. name: "Front",
  20066. image: {
  20067. source: "./media/characters/lynn-rhea/front.svg",
  20068. extra: 310/273
  20069. }
  20070. },
  20071. back: {
  20072. height: math.unit(6, "feet"),
  20073. weight: math.unit(220, "lb"),
  20074. name: "Back",
  20075. image: {
  20076. source: "./media/characters/lynn-rhea/back.svg",
  20077. extra: 310/273
  20078. }
  20079. },
  20080. dicks: {
  20081. height: math.unit(0.9, "feet"),
  20082. name: "Dicks",
  20083. image: {
  20084. source: "./media/characters/lynn-rhea/dicks.svg"
  20085. }
  20086. },
  20087. slit: {
  20088. height: math.unit(0.4, "feet"),
  20089. name: "Slit",
  20090. image: {
  20091. source: "./media/characters/lynn-rhea/slit.svg"
  20092. }
  20093. },
  20094. },
  20095. [
  20096. {
  20097. name: "Micro",
  20098. height: math.unit(1, "inch")
  20099. },
  20100. {
  20101. name: "Macro",
  20102. height: math.unit(60, "feet"),
  20103. default: true
  20104. },
  20105. {
  20106. name: "Megamacro",
  20107. height: math.unit(2, "miles")
  20108. },
  20109. {
  20110. name: "Gigamacro",
  20111. height: math.unit(3, "earths")
  20112. },
  20113. {
  20114. name: "Galactic",
  20115. height: math.unit(0.8, "galaxies")
  20116. },
  20117. ]
  20118. ))
  20119. characterMakers.push(() => makeCharacter(
  20120. { name: "Valathos" },
  20121. {
  20122. front: {
  20123. height: math.unit(1600, "feet"),
  20124. weight: math.unit(85758785169, "kg"),
  20125. name: "Front",
  20126. image: {
  20127. source: "./media/characters/valathos/front.svg",
  20128. extra: 1451/1339
  20129. }
  20130. },
  20131. },
  20132. [
  20133. {
  20134. name: "Macro",
  20135. height: math.unit(1600, "feet"),
  20136. default: true
  20137. },
  20138. ]
  20139. ))
  20140. characterMakers.push(() => makeCharacter(
  20141. { name: "Azula" },
  20142. {
  20143. front: {
  20144. height: math.unit(7 + 5/12, "feet"),
  20145. weight: math.unit(300, "lb"),
  20146. name: "Front",
  20147. image: {
  20148. source: "./media/characters/azula/front.svg",
  20149. extra: 3208/2880,
  20150. bottom: 80.2/3277
  20151. }
  20152. },
  20153. back: {
  20154. height: math.unit(7 + 5/12, "feet"),
  20155. weight: math.unit(300, "lb"),
  20156. name: "Back",
  20157. image: {
  20158. source: "./media/characters/azula/back.svg",
  20159. extra: 3169/2822,
  20160. bottom: 150.6/3321
  20161. }
  20162. },
  20163. },
  20164. [
  20165. {
  20166. name: "Normal",
  20167. height: math.unit(7 + 5/12, "feet"),
  20168. default: true
  20169. },
  20170. {
  20171. name: "Big",
  20172. height: math.unit(20, "feet")
  20173. },
  20174. ]
  20175. ))
  20176. characterMakers.push(() => makeCharacter(
  20177. { name: "Rupert" },
  20178. {
  20179. front: {
  20180. height: math.unit(5 + 1/12, "feet"),
  20181. weight: math.unit(110, "lb"),
  20182. name: "Front",
  20183. image: {
  20184. source: "./media/characters/rupert/front.svg",
  20185. extra: 1549/1495,
  20186. bottom: 54.2/1604.4
  20187. }
  20188. },
  20189. },
  20190. [
  20191. {
  20192. name: "Normal",
  20193. height: math.unit(5 + 1/12, "feet"),
  20194. default: true
  20195. },
  20196. ]
  20197. ))
  20198. characterMakers.push(() => makeCharacter(
  20199. { name: "Sheera Castellar" },
  20200. {
  20201. front: {
  20202. height: math.unit(8 + 4/12, "feet"),
  20203. weight: math.unit(350, "lb"),
  20204. name: "Front",
  20205. image: {
  20206. source: "./media/characters/sheera-castellar/front.svg",
  20207. extra: 1957/1894,
  20208. bottom: 26.97/1975.017
  20209. }
  20210. },
  20211. side: {
  20212. height: math.unit(8 + 4/12, "feet"),
  20213. weight: math.unit(350, "lb"),
  20214. name: "Side",
  20215. image: {
  20216. source: "./media/characters/sheera-castellar/side.svg",
  20217. extra: 1957/1894
  20218. }
  20219. },
  20220. back: {
  20221. height: math.unit(8 + 4/12, "feet"),
  20222. weight: math.unit(350, "lb"),
  20223. name: "Back",
  20224. image: {
  20225. source: "./media/characters/sheera-castellar/back.svg",
  20226. extra: 1957/1894
  20227. }
  20228. },
  20229. angled: {
  20230. height: math.unit((8 + 4/12) * (1 - 68/1875), "feet"),
  20231. weight: math.unit(350, "lb"),
  20232. name: "Angled",
  20233. image: {
  20234. source: "./media/characters/sheera-castellar/angled.svg",
  20235. extra: 1807/1707,
  20236. bottom: 68/1875
  20237. }
  20238. },
  20239. genitals: {
  20240. height: math.unit(2.2, "feet"),
  20241. name: "Genitals",
  20242. image: {
  20243. source: "./media/characters/sheera-castellar/genitals.svg"
  20244. }
  20245. },
  20246. },
  20247. [
  20248. {
  20249. name: "Normal",
  20250. height: math.unit(8 + 4/12, "feet")
  20251. },
  20252. {
  20253. name: "Macro",
  20254. height: math.unit(150, "feet"),
  20255. default: true
  20256. },
  20257. {
  20258. name: "Macro+",
  20259. height: math.unit(800, "feet")
  20260. },
  20261. ]
  20262. ))
  20263. characterMakers.push(() => makeCharacter(
  20264. { name: "Jaipur", species: "Black Panther" },
  20265. {
  20266. front: {
  20267. height: math.unit(6, "feet"),
  20268. weight: math.unit(150, "lb"),
  20269. name: "Front",
  20270. image: {
  20271. source: "./media/characters/jaipur/front.svg",
  20272. extra: 3860/3731,
  20273. bottom: 287/4140
  20274. }
  20275. },
  20276. back: {
  20277. height: math.unit(6, "feet"),
  20278. weight: math.unit(150, "lb"),
  20279. name: "Back",
  20280. image: {
  20281. source: "./media/characters/jaipur/back.svg",
  20282. extra: 4060/3930,
  20283. bottom: 151/4200
  20284. }
  20285. },
  20286. },
  20287. [
  20288. {
  20289. name: "Normal",
  20290. height: math.unit(1.85, "meters"),
  20291. default: true
  20292. },
  20293. {
  20294. name: "Macro",
  20295. height: math.unit(150, "meters")
  20296. },
  20297. {
  20298. name: "Macro+",
  20299. height: math.unit(0.5, "miles")
  20300. },
  20301. {
  20302. name: "Macro++",
  20303. height: math.unit(2.5, "miles")
  20304. },
  20305. {
  20306. name: "Macro+++",
  20307. height: math.unit(12, "miles")
  20308. },
  20309. {
  20310. name: "Macro++++",
  20311. height: math.unit(120, "miles")
  20312. },
  20313. {
  20314. name: "Macro+++++",
  20315. height: math.unit(1200, "miles")
  20316. },
  20317. ]
  20318. ))
  20319. characterMakers.push(() => makeCharacter(
  20320. { name: "Sheila (Wolf)" },
  20321. {
  20322. front: {
  20323. height: math.unit(6, "feet"),
  20324. weight: math.unit(150, "lb"),
  20325. name: "Front",
  20326. image: {
  20327. source: "./media/characters/sheila-wolf/front.svg",
  20328. extra: 1931/1808,
  20329. bottom: 29.5/1960
  20330. }
  20331. },
  20332. dick: {
  20333. height: math.unit(1.464, "feet"),
  20334. name: "Dick",
  20335. image: {
  20336. source: "./media/characters/sheila-wolf/dick.svg"
  20337. }
  20338. },
  20339. muzzle: {
  20340. height: math.unit(0.513, "feet"),
  20341. name: "Muzzle",
  20342. image: {
  20343. source: "./media/characters/sheila-wolf/muzzle.svg"
  20344. }
  20345. },
  20346. },
  20347. [
  20348. {
  20349. name: "Macro",
  20350. height: math.unit(70, "feet"),
  20351. default: true
  20352. },
  20353. ]
  20354. ))
  20355. characterMakers.push(() => makeCharacter(
  20356. { name: "Almor", species: "Dragon" },
  20357. {
  20358. front: {
  20359. height: math.unit(32, "meters"),
  20360. weight: math.unit(300000, "kg"),
  20361. name: "Front",
  20362. image: {
  20363. source: "./media/characters/almor/front.svg",
  20364. extra: 1408/1322,
  20365. bottom: 94.6/1506.5
  20366. }
  20367. },
  20368. },
  20369. [
  20370. {
  20371. name: "Macro",
  20372. height: math.unit(32, "meters"),
  20373. default: true
  20374. },
  20375. ]
  20376. ))
  20377. characterMakers.push(() => makeCharacter(
  20378. { name: "Silver" },
  20379. {
  20380. front: {
  20381. height: math.unit(7, "feet"),
  20382. weight: math.unit(200, "lb"),
  20383. name: "Front",
  20384. image: {
  20385. source: "./media/characters/silver/front.svg",
  20386. extra: 472.1/450.5,
  20387. bottom: 26.5/499.424
  20388. }
  20389. },
  20390. },
  20391. [
  20392. {
  20393. name: "Normal",
  20394. height: math.unit(7, "feet"),
  20395. default: true
  20396. },
  20397. {
  20398. name: "Macro",
  20399. height: math.unit(800, "feet")
  20400. },
  20401. {
  20402. name: "Megamacro",
  20403. height: math.unit(250, "miles")
  20404. },
  20405. ]
  20406. ))
  20407. characterMakers.push(() => makeCharacter(
  20408. { name: "Pliskin" },
  20409. {
  20410. front: {
  20411. height: math.unit(6, "feet"),
  20412. weight: math.unit(150, "lb"),
  20413. name: "Front",
  20414. image: {
  20415. source: "./media/characters/pliskin/front.svg",
  20416. extra: 1469/1359,
  20417. bottom: 70/1540
  20418. }
  20419. },
  20420. },
  20421. [
  20422. {
  20423. name: "Micro",
  20424. height: math.unit(3, "inches")
  20425. },
  20426. {
  20427. name: "Normal",
  20428. height: math.unit(5 + 11/12, "feet"),
  20429. default: true
  20430. },
  20431. {
  20432. name: "Macro",
  20433. height: math.unit(120, "feet")
  20434. },
  20435. ]
  20436. ))
  20437. characterMakers.push(() => makeCharacter(
  20438. { name: "Sammy" },
  20439. {
  20440. front: {
  20441. height: math.unit(6, "feet"),
  20442. weight: math.unit(150, "lb"),
  20443. name: "Front",
  20444. image: {
  20445. source: "./media/characters/sammy/front.svg",
  20446. extra: 1193/1089,
  20447. bottom: 30.5/1226
  20448. }
  20449. },
  20450. },
  20451. [
  20452. {
  20453. name: "Macro",
  20454. height: math.unit(1700, "feet"),
  20455. default: true
  20456. },
  20457. {
  20458. name: "Examacro",
  20459. height: math.unit(2.5e9, "lightyears")
  20460. },
  20461. ]
  20462. ))
  20463. characterMakers.push(() => makeCharacter(
  20464. { name: "Kuru", species: "Umbra" },
  20465. {
  20466. front: {
  20467. height: math.unit(21, "meters"),
  20468. weight: math.unit(12, "tonnes"),
  20469. name: "Front",
  20470. image: {
  20471. source: "./media/characters/kuru/front.svg",
  20472. extra: 4301/3785,
  20473. bottom: 371.3/4691
  20474. }
  20475. },
  20476. },
  20477. [
  20478. {
  20479. name: "Macro",
  20480. height: math.unit(21, "meters"),
  20481. default: true
  20482. },
  20483. ]
  20484. ))
  20485. characterMakers.push(() => makeCharacter(
  20486. { name: "Rakka", species: "Umbra" },
  20487. {
  20488. front: {
  20489. height: math.unit(23, "meters"),
  20490. weight: math.unit(12.2, "tonnes"),
  20491. name: "Front",
  20492. image: {
  20493. source: "./media/characters/rakka/front.svg",
  20494. extra: 4670/4169,
  20495. bottom: 301/4968.7
  20496. }
  20497. },
  20498. },
  20499. [
  20500. {
  20501. name: "Macro",
  20502. height: math.unit(23, "meters"),
  20503. default: true
  20504. },
  20505. ]
  20506. ))
  20507. //characters
  20508. function makeCharacters() {
  20509. const results = [];
  20510. characterMakers.forEach(character => {
  20511. results.push(character());
  20512. });
  20513. return results;
  20514. }