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.
 
 
 

20407 lines
486 KiB

  1. const characterMakers = [];
  2. function makeCharacter(info, viewInfo, defaultSizes) {
  3. views = {};
  4. Object.entries(viewInfo).forEach(([key, value]) => {
  5. views[key] = {
  6. attributes: {
  7. height: {
  8. name: "Height",
  9. power: 1,
  10. type: "length",
  11. base: value.height
  12. }
  13. },
  14. image: value.image,
  15. name: value.name,
  16. info: value.info,
  17. rename: value.rename
  18. }
  19. if (value.weight) {
  20. views[key].attributes.weight = {
  21. name: "Mass",
  22. power: 3,
  23. type: "mass",
  24. base: value.weight
  25. };
  26. }
  27. });
  28. return createEntityMaker(info, views, defaultSizes);
  29. }
  30. characterMakers.push(() => makeCharacter(
  31. {
  32. name: "Fen",
  33. species: "Crux",
  34. description: {
  35. title: "Bio",
  36. text: "Very furry. Sheds on everything."
  37. }
  38. },
  39. {
  40. back: {
  41. height: math.unit(2.2428, "meter"),
  42. weight: math.unit(124.738, "kg"),
  43. name: "Back",
  44. image: {
  45. source: "./media/characters/fen/back.svg",
  46. extra: 1025 / 935
  47. },
  48. info: {
  49. description: {
  50. mode: "append",
  51. text: "\n\nHe is not currently looking at you."
  52. }
  53. }
  54. },
  55. full: {
  56. height: math.unit(1.34, "meter"),
  57. weight: math.unit(225, "kg"),
  58. name: "Full",
  59. image: {
  60. source: "./media/characters/fen/full.svg"
  61. },
  62. info: {
  63. description: {
  64. mode: "append",
  65. text: "\n\nMunch."
  66. }
  67. }
  68. },
  69. kneeling: {
  70. height: math.unit(5.4, "feet"),
  71. weight: math.unit(124.738, "kg"),
  72. name: "Kneeling",
  73. image: {
  74. source: "./media/characters/fen/kneeling.svg",
  75. extra: 563 / 507
  76. }
  77. },
  78. },
  79. [
  80. {
  81. name: "Normal",
  82. height: math.unit(2.2428, "meter")
  83. },
  84. {
  85. name: "Big",
  86. height: math.unit(12, "feet")
  87. },
  88. {
  89. name: "Minimacro",
  90. height: math.unit(30, "meter"),
  91. default: true,
  92. info: {
  93. description: {
  94. mode: "append",
  95. text: "\n\nTOO DAMN BIG"
  96. }
  97. }
  98. },
  99. {
  100. name: "Macro",
  101. height: math.unit(100, "meter"),
  102. info: {
  103. description: {
  104. mode: "append",
  105. text: "\n\nTOO DAMN BIG"
  106. }
  107. }
  108. },
  109. {
  110. name: "Macro+",
  111. height: math.unit(1000, "meter")
  112. },
  113. {
  114. name: "Megamacro",
  115. height: math.unit(10, "miles")
  116. }
  117. ]
  118. ))
  119. characterMakers.push(() => makeCharacter(
  120. { name: "Sofia Fluttertail" },
  121. {
  122. front: {
  123. height: math.unit(183, "cm"),
  124. weight: math.unit(80, "kg"),
  125. name: "Front",
  126. image: {
  127. source: "./media/characters/sofia-fluttertail/front.svg",
  128. bottom: 0.01,
  129. extra: 2154 / 2081
  130. }
  131. },
  132. frontAlt: {
  133. height: math.unit(183, "cm"),
  134. weight: math.unit(80, "kg"),
  135. name: "Front (alt)",
  136. image: {
  137. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  138. }
  139. },
  140. back: {
  141. height: math.unit(183, "cm"),
  142. weight: math.unit(80, "kg"),
  143. name: "Back",
  144. image: {
  145. source: "./media/characters/sofia-fluttertail/back.svg"
  146. }
  147. },
  148. maw: {
  149. height: math.unit(183 / 5, "cm"),
  150. name: "Maw",
  151. image: {
  152. source: "./media/characters/sofia-fluttertail/maw.svg"
  153. }
  154. },
  155. },
  156. [
  157. {
  158. name: "Normal",
  159. height: math.unit(1.83, "meter")
  160. },
  161. {
  162. name: "Macro",
  163. height: math.unit(96, "feet"),
  164. default: true
  165. },
  166. {
  167. name: "Megamerger",
  168. height: math.unit(650, "feet")
  169. },
  170. ]
  171. ))
  172. characterMakers.push(() => makeCharacter(
  173. { name: "March" },
  174. {
  175. front: {
  176. height: math.unit(7, "feet"),
  177. weight: math.unit(100, "kg"),
  178. name: "Front",
  179. image: {
  180. source: "./media/characters/march/front.svg",
  181. extra: 1,
  182. bottom: 0.015
  183. }
  184. },
  185. foot: {
  186. height: math.unit(0.9, "feet"),
  187. name: "Foot",
  188. image: {
  189. source: "./media/characters/march/foot.svg"
  190. }
  191. },
  192. },
  193. [
  194. {
  195. name: "Normal",
  196. height: math.unit(7.9, "feet")
  197. },
  198. {
  199. name: "Macro",
  200. height: math.unit(220, "meters")
  201. },
  202. {
  203. name: "Megamacro",
  204. height: math.unit(2.98, "km"),
  205. default: true
  206. },
  207. {
  208. name: "Gigamacro",
  209. height: math.unit(15963, "km")
  210. },
  211. {
  212. name: "Teramacro",
  213. height: math.unit(2980000000, "km")
  214. },
  215. {
  216. name: "Examacro",
  217. height: math.unit(250, "parsecs")
  218. },
  219. ]
  220. ))
  221. characterMakers.push(() => makeCharacter(
  222. { name: "Noir" },
  223. {
  224. front: {
  225. height: math.unit(6, "feet"),
  226. weight: math.unit(60, "kg"),
  227. name: "Front",
  228. image: {
  229. source: "./media/characters/noir/front.svg",
  230. extra: 1,
  231. bottom: 0.032
  232. }
  233. },
  234. },
  235. [
  236. {
  237. name: "Normal",
  238. height: math.unit(6.6, "feet")
  239. },
  240. {
  241. name: "Macro",
  242. height: math.unit(500, "feet")
  243. },
  244. {
  245. name: "Megamacro",
  246. height: math.unit(2.5, "km"),
  247. default: true
  248. },
  249. {
  250. name: "Gigamacro",
  251. height: math.unit(22500, "km")
  252. },
  253. {
  254. name: "Teramacro",
  255. height: math.unit(2500000000, "km")
  256. },
  257. {
  258. name: "Examacro",
  259. height: math.unit(200, "parsecs")
  260. },
  261. ]
  262. ))
  263. characterMakers.push(() => makeCharacter(
  264. { name: "Okuri" },
  265. {
  266. front: {
  267. height: math.unit(7, "feet"),
  268. weight: math.unit(100, "kg"),
  269. name: "Front",
  270. image: {
  271. source: "./media/characters/okuri/front.svg",
  272. extra: 1,
  273. bottom: 0.037
  274. }
  275. },
  276. back: {
  277. height: math.unit(7, "feet"),
  278. weight: math.unit(100, "kg"),
  279. name: "Back",
  280. image: {
  281. source: "./media/characters/okuri/back.svg",
  282. extra: 1,
  283. bottom: 0.007
  284. }
  285. },
  286. },
  287. [
  288. {
  289. name: "Megamacro",
  290. height: math.unit(100, "miles"),
  291. default: true
  292. },
  293. ]
  294. ))
  295. characterMakers.push(() => makeCharacter(
  296. { name: "Manny" },
  297. {
  298. front: {
  299. height: math.unit(7, "feet"),
  300. weight: math.unit(100, "kg"),
  301. name: "Front",
  302. image: {
  303. source: "./media/characters/manny/front.svg",
  304. extra: 1,
  305. bottom: 0.06
  306. }
  307. },
  308. back: {
  309. height: math.unit(7, "feet"),
  310. weight: math.unit(100, "kg"),
  311. name: "Back",
  312. image: {
  313. source: "./media/characters/manny/back.svg",
  314. extra: 1,
  315. bottom: 0.014
  316. }
  317. },
  318. },
  319. [
  320. {
  321. name: "Normal",
  322. height: math.unit(7, "feet"),
  323. },
  324. {
  325. name: "Macro",
  326. height: math.unit(78, "feet"),
  327. default: true
  328. },
  329. {
  330. name: "Macro+",
  331. height: math.unit(300, "meters")
  332. },
  333. {
  334. name: "Macro++",
  335. height: math.unit(2400, "meters")
  336. },
  337. {
  338. name: "Megamacro",
  339. height: math.unit(5167, "meters")
  340. },
  341. {
  342. name: "Gigamacro",
  343. height: math.unit(41769, "miles")
  344. },
  345. ]
  346. ))
  347. characterMakers.push(() => makeCharacter(
  348. { name: "Adake" },
  349. {
  350. front: {
  351. height: math.unit(7, "feet"),
  352. weight: math.unit(100, "kg"),
  353. name: "Front",
  354. image: {
  355. source: "./media/characters/adake/front-1.svg"
  356. }
  357. },
  358. frontAlt: {
  359. height: math.unit(7, "feet"),
  360. weight: math.unit(100, "kg"),
  361. name: "Front (Alt)",
  362. image: {
  363. source: "./media/characters/adake/front-2.svg",
  364. extra: 1,
  365. bottom: 0.01
  366. }
  367. },
  368. back: {
  369. height: math.unit(7, "feet"),
  370. weight: math.unit(100, "kg"),
  371. name: "Back",
  372. image: {
  373. source: "./media/characters/adake/back.svg",
  374. }
  375. },
  376. kneel: {
  377. height: math.unit(5.385, "feet"),
  378. weight: math.unit(100, "kg"),
  379. name: "Kneeling",
  380. image: {
  381. source: "./media/characters/adake/kneel.svg",
  382. bottom: 0.052
  383. }
  384. },
  385. },
  386. [
  387. {
  388. name: "Normal",
  389. height: math.unit(7, "feet"),
  390. },
  391. {
  392. name: "Macro",
  393. height: math.unit(78, "feet"),
  394. default: true
  395. },
  396. {
  397. name: "Macro+",
  398. height: math.unit(300, "meters")
  399. },
  400. {
  401. name: "Macro++",
  402. height: math.unit(2400, "meters")
  403. },
  404. {
  405. name: "Megamacro",
  406. height: math.unit(5167, "meters")
  407. },
  408. {
  409. name: "Gigamacro",
  410. height: math.unit(41769, "miles")
  411. },
  412. ]
  413. ))
  414. characterMakers.push(() => makeCharacter(
  415. { name: "Elijah" },
  416. {
  417. front: {
  418. height: math.unit(1.65, "meters"),
  419. weight: math.unit(50, "kg"),
  420. name: "Front",
  421. image: {
  422. source: "./media/characters/elijah/front.svg",
  423. extra: 639 / 626,
  424. bottom: 58.7 / 697.8
  425. }
  426. },
  427. side: {
  428. height: math.unit(1.65, "meters"),
  429. weight: math.unit(50, "kg"),
  430. name: "Side",
  431. image: {
  432. source: "./media/characters/elijah/side.svg",
  433. extra: 1840 / 1795,
  434. bottom: 106 / 1943
  435. }
  436. },
  437. back: {
  438. height: math.unit(1.65, "meters"),
  439. weight: math.unit(50, "kg"),
  440. name: "Back",
  441. image: {
  442. source: "./media/characters/elijah/back.svg",
  443. extra: 661.2 / 639.5,
  444. bottom: 21.2 / 682.5
  445. }
  446. },
  447. foot: {
  448. height: math.unit(1.4, "feet"),
  449. name: "Foot",
  450. image: {
  451. source: "./media/characters/elijah/foot.svg"
  452. }
  453. },
  454. footFlexing: {
  455. height: math.unit(1.243, "feet"),
  456. name: "Foot (Flexing)",
  457. image: {
  458. source: "./media/characters/elijah/foot-flexing.svg"
  459. }
  460. },
  461. footStepping: {
  462. height: math.unit(1.3, "feet"),
  463. name: "Foot (Stepping)",
  464. image: {
  465. source: "./media/characters/elijah/foot-stepping.svg"
  466. }
  467. },
  468. beak: {
  469. height: math.unit(0.666, "feet"),
  470. name: "Beak",
  471. image: {
  472. source: "./media/characters/elijah/beak.svg"
  473. }
  474. },
  475. dick: {
  476. height: math.unit(0.85, "feet"),
  477. name: "Dick",
  478. image: {
  479. source: "./media/characters/elijah/dick.svg"
  480. }
  481. },
  482. },
  483. [
  484. {
  485. name: "Normal",
  486. height: math.unit(1.65, "meters")
  487. },
  488. {
  489. name: "Macro",
  490. height: math.unit(55, "meters"),
  491. default: true
  492. },
  493. {
  494. name: "Macro+",
  495. height: math.unit(105, "meters")
  496. },
  497. ]
  498. ))
  499. characterMakers.push(() => makeCharacter(
  500. { name: "Rai" },
  501. {
  502. front: {
  503. height: math.unit(11, "feet"),
  504. weight: math.unit(80, "kg"),
  505. name: "Front",
  506. image: {
  507. source: "./media/characters/rai/front.svg",
  508. extra: 1,
  509. bottom: 0.03
  510. }
  511. },
  512. side: {
  513. height: math.unit(11, "feet"),
  514. weight: math.unit(80, "kg"),
  515. name: "Side",
  516. image: {
  517. source: "./media/characters/rai/side.svg"
  518. }
  519. },
  520. back: {
  521. height: math.unit(11, "feet"),
  522. weight: math.unit(80, "lb"),
  523. name: "Back",
  524. image: {
  525. source: "./media/characters/rai/back.svg",
  526. extra: 1,
  527. bottom: 0.01
  528. }
  529. },
  530. feral: {
  531. height: math.unit(11, "feet"),
  532. weight: math.unit(800, "lb"),
  533. name: "Feral",
  534. image: {
  535. source: "./media/characters/rai/feral.svg",
  536. extra: 1050 / 659,
  537. bottom: 0.07
  538. }
  539. },
  540. maw: {
  541. height: math.unit(6 / 3.81416, "feet"),
  542. name: "Maw",
  543. image: {
  544. source: "./media/characters/rai/maw.svg"
  545. }
  546. },
  547. },
  548. [
  549. {
  550. name: "Normal",
  551. height: math.unit(11, "feet")
  552. },
  553. {
  554. name: "Macro",
  555. height: math.unit(302, "feet"),
  556. default: true
  557. },
  558. ]
  559. ))
  560. characterMakers.push(() => makeCharacter(
  561. { name: "Jazzy" },
  562. {
  563. front: {
  564. height: math.unit(7, "feet"),
  565. weight: math.unit(80, "kg"),
  566. name: "Front",
  567. image: {
  568. source: "./media/characters/jazzy/front.svg",
  569. extra: 1,
  570. bottom: 0.01
  571. }
  572. },
  573. back: {
  574. height: math.unit(7, "feet"),
  575. weight: math.unit(80, "kg"),
  576. name: "Back",
  577. image: {
  578. source: "./media/characters/jazzy/back.svg",
  579. extra: 1,
  580. bottom: 0.01
  581. }
  582. },
  583. },
  584. [
  585. {
  586. name: "Macro",
  587. height: math.unit(216, "feet"),
  588. default: true
  589. },
  590. ]
  591. ))
  592. characterMakers.push(() => makeCharacter(
  593. { name: "Flamm" },
  594. {
  595. front: {
  596. height: math.unit(7, "feet"),
  597. weight: math.unit(80, "kg"),
  598. name: "Front",
  599. image: {
  600. source: "./media/characters/flamm/front.svg",
  601. extra: 1794 / 1677,
  602. bottom: 31.7 / 1828.5
  603. }
  604. },
  605. },
  606. [
  607. {
  608. name: "Normal",
  609. height: math.unit(9.5, "feet")
  610. },
  611. {
  612. name: "Macro",
  613. height: math.unit(200, "feet"),
  614. default: true
  615. },
  616. ]
  617. ))
  618. characterMakers.push(() => makeCharacter(
  619. { name: "Zephiro" },
  620. {
  621. front: {
  622. height: math.unit(7, "feet"),
  623. weight: math.unit(80, "kg"),
  624. name: "Front",
  625. image: {
  626. source: "./media/characters/zephiro/front.svg",
  627. extra: 2309 / 2162,
  628. bottom: 0.069
  629. }
  630. },
  631. side: {
  632. height: math.unit(7, "feet"),
  633. weight: math.unit(80, "kg"),
  634. name: "Side",
  635. image: {
  636. source: "./media/characters/zephiro/side.svg",
  637. extra: 2403 / 2279,
  638. bottom: 0.015
  639. }
  640. },
  641. back: {
  642. height: math.unit(7, "feet"),
  643. weight: math.unit(80, "kg"),
  644. name: "Back",
  645. image: {
  646. source: "./media/characters/zephiro/back.svg",
  647. extra: 2373 / 2244,
  648. bottom: 0.013
  649. }
  650. },
  651. },
  652. [
  653. {
  654. name: "Micro",
  655. height: math.unit(3, "inches")
  656. },
  657. {
  658. name: "Normal",
  659. height: math.unit(5 + 3 / 12, "feet"),
  660. default: true
  661. },
  662. {
  663. name: "Macro",
  664. height: math.unit(118, "feet")
  665. },
  666. ]
  667. ))
  668. characterMakers.push(() => makeCharacter(
  669. { name: "Fory" },
  670. {
  671. front: {
  672. height: math.unit(5, "feet"),
  673. weight: math.unit(90, "kg"),
  674. name: "Front",
  675. image: {
  676. source: "./media/characters/fory/front.svg",
  677. extra: 2862 / 2674,
  678. bottom: 180 / 3043.8
  679. }
  680. },
  681. back: {
  682. height: math.unit(5, "feet"),
  683. weight: math.unit(90, "kg"),
  684. name: "Back",
  685. image: {
  686. source: "./media/characters/fory/back.svg",
  687. extra: 2962 / 2791,
  688. bottom: 106 / 3071.8
  689. }
  690. },
  691. foot: {
  692. height: math.unit(2.14, "feet"),
  693. name: "Foot",
  694. image: {
  695. source: "./media/characters/fory/foot.svg"
  696. }
  697. },
  698. },
  699. [
  700. {
  701. name: "Normal",
  702. height: math.unit(5, "feet")
  703. },
  704. {
  705. name: "Macro",
  706. height: math.unit(50, "feet"),
  707. default: true
  708. },
  709. {
  710. name: "Megamacro",
  711. height: math.unit(10, "miles")
  712. },
  713. {
  714. name: "Gigamacro",
  715. height: math.unit(5, "earths")
  716. },
  717. ]
  718. ))
  719. characterMakers.push(() => makeCharacter(
  720. { name: "Kurrikage" },
  721. {
  722. front: {
  723. height: math.unit(7, "feet"),
  724. weight: math.unit(90, "kg"),
  725. name: "Front",
  726. image: {
  727. source: "./media/characters/kurrikage/front.svg",
  728. extra: 1,
  729. bottom: 0.035
  730. }
  731. },
  732. back: {
  733. height: math.unit(7, "feet"),
  734. weight: math.unit(90, "lb"),
  735. name: "Back",
  736. image: {
  737. source: "./media/characters/kurrikage/back.svg"
  738. }
  739. },
  740. paw: {
  741. height: math.unit(1.5, "feet"),
  742. name: "Paw",
  743. image: {
  744. source: "./media/characters/kurrikage/paw.svg"
  745. }
  746. },
  747. staff: {
  748. height: math.unit(6.7, "feet"),
  749. name: "Staff",
  750. image: {
  751. source: "./media/characters/kurrikage/staff.svg"
  752. }
  753. },
  754. peek: {
  755. height: math.unit(1.05, "feet"),
  756. name: "Peeking",
  757. image: {
  758. source: "./media/characters/kurrikage/peek.svg",
  759. bottom: 0.08
  760. }
  761. },
  762. },
  763. [
  764. {
  765. name: "Normal",
  766. height: math.unit(12, "feet"),
  767. default: true
  768. },
  769. {
  770. name: "Big",
  771. height: math.unit(20, "feet")
  772. },
  773. {
  774. name: "Macro",
  775. height: math.unit(500, "feet")
  776. },
  777. {
  778. name: "Megamacro",
  779. height: math.unit(20, "miles")
  780. },
  781. ]
  782. ))
  783. characterMakers.push(() => makeCharacter(
  784. { name: "Shingo" },
  785. {
  786. front: {
  787. height: math.unit(6, "feet"),
  788. weight: math.unit(75, "kg"),
  789. name: "Front",
  790. image: {
  791. source: "./media/characters/shingo/front.svg",
  792. extra: 3511 / 3338,
  793. bottom: 0.005
  794. }
  795. },
  796. },
  797. [
  798. {
  799. name: "Micro",
  800. height: math.unit(4, "inches")
  801. },
  802. {
  803. name: "Normal",
  804. height: math.unit(6, "feet"),
  805. default: true
  806. },
  807. {
  808. name: "Macro",
  809. height: math.unit(108, "feet")
  810. }
  811. ]
  812. ))
  813. characterMakers.push(() => makeCharacter(
  814. { name: "Aigey" },
  815. {
  816. side: {
  817. height: math.unit(6, "feet"),
  818. weight: math.unit(75, "kg"),
  819. name: "Side",
  820. image: {
  821. source: "./media/characters/aigey/side.svg"
  822. }
  823. },
  824. },
  825. [
  826. {
  827. name: "Macro",
  828. height: math.unit(200, "feet"),
  829. default: true
  830. },
  831. {
  832. name: "Megamacro",
  833. height: math.unit(100, "miles")
  834. },
  835. ]
  836. )
  837. )
  838. characterMakers.push(() => makeCharacter(
  839. { name: "Natasha" },
  840. {
  841. front: {
  842. height: math.unit(5 + 5 / 12, "feet"),
  843. weight: math.unit(75, "kg"),
  844. name: "Front",
  845. image: {
  846. source: "./media/characters/natasha/front.svg",
  847. extra: 859/824,
  848. bottom: 23/879.6
  849. }
  850. },
  851. frontNsfw: {
  852. height: math.unit(5 + 5 / 12, "feet"),
  853. weight: math.unit(75, "kg"),
  854. name: "Front (NSFW)",
  855. image: {
  856. source: "./media/characters/natasha/front-nsfw.svg",
  857. extra: 859/824,
  858. bottom: 23/879.6
  859. }
  860. },
  861. frontErect: {
  862. height: math.unit(5 + 5 / 12, "feet"),
  863. weight: math.unit(75, "kg"),
  864. name: "Front (Erect)",
  865. image: {
  866. source: "./media/characters/natasha/front-erect.svg",
  867. extra: 859/824,
  868. bottom: 23/879.6
  869. }
  870. },
  871. back: {
  872. height: math.unit(5 + 5 / 12, "feet"),
  873. weight: math.unit(75, "kg"),
  874. name: "Back",
  875. image: {
  876. source: "./media/characters/natasha/back.svg",
  877. extra: 887.9/852.6,
  878. bottom: 9.7/896.4
  879. }
  880. },
  881. backAlt: {
  882. height: math.unit(5 + 5 / 12, "feet"),
  883. weight: math.unit(75, "kg"),
  884. name: "Back (Alt)",
  885. image: {
  886. source: "./media/characters/natasha/back-alt.svg",
  887. extra: 1236.7/1192,
  888. bottom: 22.3/1258.2
  889. }
  890. },
  891. dick: {
  892. height: math.unit(1.772, "feet"),
  893. name: "Dick",
  894. image: {
  895. source: "./media/characters/natasha/dick.svg"
  896. }
  897. },
  898. },
  899. [
  900. {
  901. name: "Normal",
  902. height: math.unit(5 + 5 / 12, "feet")
  903. },
  904. {
  905. name: "Large",
  906. height: math.unit(12, "feet")
  907. },
  908. {
  909. name: "Macro",
  910. height: math.unit(100, "feet"),
  911. default: true
  912. },
  913. {
  914. name: "Macro+",
  915. height: math.unit(260, "feet")
  916. },
  917. {
  918. name: "Macro++",
  919. height: math.unit(1, "mile")
  920. },
  921. ]
  922. ))
  923. characterMakers.push(() => makeCharacter(
  924. { name: "Malik" },
  925. {
  926. front: {
  927. height: math.unit(6, "feet"),
  928. weight: math.unit(75, "kg"),
  929. name: "Front",
  930. image: {
  931. source: "./media/characters/malik/front.svg"
  932. }
  933. },
  934. side: {
  935. height: math.unit(6, "feet"),
  936. weight: math.unit(75, "kg"),
  937. name: "Side",
  938. image: {
  939. source: "./media/characters/malik/side.svg",
  940. extra: 1.1539
  941. }
  942. },
  943. back: {
  944. height: math.unit(6, "feet"),
  945. weight: math.unit(75, "kg"),
  946. name: "Back",
  947. image: {
  948. source: "./media/characters/malik/back.svg"
  949. }
  950. },
  951. },
  952. [
  953. {
  954. name: "Macro",
  955. height: math.unit(156, "feet"),
  956. default: true
  957. },
  958. {
  959. name: "Macro+",
  960. height: math.unit(1188, "feet")
  961. },
  962. ]
  963. ))
  964. characterMakers.push(() => makeCharacter(
  965. { name: "Sefer" },
  966. {
  967. front: {
  968. height: math.unit(6, "feet"),
  969. weight: math.unit(75, "kg"),
  970. name: "Front",
  971. image: {
  972. source: "./media/characters/sefer/front.svg"
  973. }
  974. },
  975. back: {
  976. height: math.unit(6, "feet"),
  977. weight: math.unit(75, "kg"),
  978. name: "Back",
  979. image: {
  980. source: "./media/characters/sefer/back.svg"
  981. }
  982. },
  983. },
  984. [
  985. {
  986. name: "Normal",
  987. height: math.unit(6, "feet"),
  988. default: true
  989. },
  990. ]
  991. ))
  992. characterMakers.push(() => makeCharacter(
  993. { name: "North" },
  994. {
  995. body: {
  996. height: math.unit(2.2428, "meter"),
  997. weight: math.unit(124.738, "kg"),
  998. name: "Body",
  999. image: {
  1000. extra: 1225 / 1050,
  1001. source: "./media/characters/north/front.svg"
  1002. }
  1003. }
  1004. },
  1005. [
  1006. {
  1007. name: "Micro",
  1008. height: math.unit(4, "inches")
  1009. },
  1010. {
  1011. name: "Macro",
  1012. height: math.unit(63, "meters")
  1013. },
  1014. {
  1015. name: "Megamacro",
  1016. height: math.unit(101, "miles"),
  1017. default: true
  1018. }
  1019. ]
  1020. ))
  1021. characterMakers.push(() => makeCharacter(
  1022. { name: "Talan" },
  1023. {
  1024. angled: {
  1025. height: math.unit(4, "meter"),
  1026. weight: math.unit(150, "kg"),
  1027. name: "Angled",
  1028. image: {
  1029. source: "./media/characters/talan/angled-sfw.svg",
  1030. bottom: 29 / 3734
  1031. }
  1032. },
  1033. angledNsfw: {
  1034. height: math.unit(4, "meter"),
  1035. weight: math.unit(150, "kg"),
  1036. name: "Angled (NSFW)",
  1037. image: {
  1038. source: "./media/characters/talan/angled-nsfw.svg",
  1039. bottom: 29 / 3734
  1040. }
  1041. },
  1042. frontNsfw: {
  1043. height: math.unit(4, "meter"),
  1044. weight: math.unit(150, "kg"),
  1045. name: "Front (NSFW)",
  1046. image: {
  1047. source: "./media/characters/talan/front-nsfw.svg",
  1048. bottom: 29 / 3734
  1049. }
  1050. },
  1051. sideNsfw: {
  1052. height: math.unit(4, "meter"),
  1053. weight: math.unit(150, "kg"),
  1054. name: "Side (NSFW)",
  1055. image: {
  1056. source: "./media/characters/talan/side-nsfw.svg",
  1057. bottom: 29 / 3734
  1058. }
  1059. },
  1060. back: {
  1061. height: math.unit(4, "meter"),
  1062. weight: math.unit(150, "kg"),
  1063. name: "Back",
  1064. image: {
  1065. source: "./media/characters/talan/back.svg"
  1066. }
  1067. },
  1068. dickBottom: {
  1069. height: math.unit(0.621, "meter"),
  1070. name: "Dick (Bottom)",
  1071. image: {
  1072. source: "./media/characters/talan/dick-bottom.svg"
  1073. }
  1074. },
  1075. dickTop: {
  1076. height: math.unit(0.621, "meter"),
  1077. name: "Dick (Top)",
  1078. image: {
  1079. source: "./media/characters/talan/dick-top.svg"
  1080. }
  1081. },
  1082. dickSide: {
  1083. height: math.unit(0.305, "meter"),
  1084. name: "Dick (Side)",
  1085. image: {
  1086. source: "./media/characters/talan/dick-side.svg"
  1087. }
  1088. },
  1089. dickFront: {
  1090. height: math.unit(0.305, "meter"),
  1091. name: "Dick (Front)",
  1092. image: {
  1093. source: "./media/characters/talan/dick-front.svg"
  1094. }
  1095. },
  1096. },
  1097. [
  1098. {
  1099. name: "Normal",
  1100. height: math.unit(4, "meters")
  1101. },
  1102. {
  1103. name: "Macro",
  1104. height: math.unit(100, "meters")
  1105. },
  1106. {
  1107. name: "Megamacro",
  1108. height: math.unit(2, "miles"),
  1109. default: true
  1110. },
  1111. {
  1112. name: "Gigamacro",
  1113. height: math.unit(5000, "miles")
  1114. },
  1115. {
  1116. name: "Teramacro",
  1117. height: math.unit(100, "parsecs")
  1118. }
  1119. ]
  1120. ))
  1121. characterMakers.push(() => makeCharacter(
  1122. { name: "Gael'Rathus" },
  1123. {
  1124. front: {
  1125. height: math.unit(2, "meter"),
  1126. weight: math.unit(90, "kg"),
  1127. name: "Front",
  1128. image: {
  1129. source: "./media/characters/gael'rathus/front.svg"
  1130. }
  1131. },
  1132. frontAlt: {
  1133. height: math.unit(2, "meter"),
  1134. weight: math.unit(90, "kg"),
  1135. name: "Front (alt)",
  1136. image: {
  1137. source: "./media/characters/gael'rathus/front-alt.svg"
  1138. }
  1139. },
  1140. frontAlt2: {
  1141. height: math.unit(2, "meter"),
  1142. weight: math.unit(90, "kg"),
  1143. name: "Front (alt 2)",
  1144. image: {
  1145. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1146. }
  1147. }
  1148. },
  1149. [
  1150. {
  1151. name: "Normal",
  1152. height: math.unit(9, "feet"),
  1153. default: true
  1154. },
  1155. {
  1156. name: "Large",
  1157. height: math.unit(25, "feet")
  1158. },
  1159. {
  1160. name: "Macro",
  1161. height: math.unit(0.25, "miles")
  1162. },
  1163. {
  1164. name: "Megamacro",
  1165. height: math.unit(10, "miles")
  1166. }
  1167. ]
  1168. ))
  1169. characterMakers.push(() => makeCharacter(
  1170. { name: "Sosha" },
  1171. {
  1172. side: {
  1173. height: math.unit(2, "meter"),
  1174. weight: math.unit(140, "kg"),
  1175. name: "Side",
  1176. image: {
  1177. source: "./media/characters/sosha/side.svg",
  1178. bottom: 0.042
  1179. }
  1180. },
  1181. },
  1182. [
  1183. {
  1184. name: "Normal",
  1185. height: math.unit(12, "feet"),
  1186. default: true
  1187. }
  1188. ]
  1189. ))
  1190. characterMakers.push(() => makeCharacter(
  1191. { name: "RuNNoLa" },
  1192. {
  1193. side: {
  1194. height: math.unit(5 + 5 / 12, "feet"),
  1195. weight: math.unit(170, "kg"),
  1196. name: "Side",
  1197. image: {
  1198. source: "./media/characters/runnola/side.svg",
  1199. extra: 741 / 448,
  1200. bottom: 0.05
  1201. }
  1202. },
  1203. },
  1204. [
  1205. {
  1206. name: "Small",
  1207. height: math.unit(3, "feet")
  1208. },
  1209. {
  1210. name: "Normal",
  1211. height: math.unit(5 + 5 / 12, "feet"),
  1212. default: true
  1213. },
  1214. {
  1215. name: "Big",
  1216. height: math.unit(10, "feet")
  1217. },
  1218. ]
  1219. ))
  1220. characterMakers.push(() => makeCharacter(
  1221. { name: "Kurribird" },
  1222. {
  1223. front: {
  1224. height: math.unit(2, "meter"),
  1225. weight: math.unit(50, "kg"),
  1226. name: "Front",
  1227. image: {
  1228. source: "./media/characters/kurribird/front.svg",
  1229. bottom: 0.015
  1230. }
  1231. },
  1232. frontAlt: {
  1233. height: math.unit(1.5, "meter"),
  1234. weight: math.unit(50, "kg"),
  1235. name: "Front (Alt)",
  1236. image: {
  1237. source: "./media/characters/kurribird/front-alt.svg",
  1238. extra: 1.45
  1239. }
  1240. },
  1241. },
  1242. [
  1243. {
  1244. name: "Normal",
  1245. height: math.unit(7, "feet")
  1246. },
  1247. {
  1248. name: "Big",
  1249. height: math.unit(12, "feet"),
  1250. default: true
  1251. },
  1252. {
  1253. name: "Macro",
  1254. height: math.unit(1500, "feet")
  1255. },
  1256. {
  1257. name: "Megamacro",
  1258. height: math.unit(2, "miles")
  1259. }
  1260. ]
  1261. ))
  1262. characterMakers.push(() => makeCharacter(
  1263. { name: "Elbial" },
  1264. {
  1265. front: {
  1266. height: math.unit(2, "meter"),
  1267. weight: math.unit(80, "kg"),
  1268. name: "Front",
  1269. image: {
  1270. source: "./media/characters/elbial/front.svg",
  1271. extra: 1643 / 1556,
  1272. bottom: 60.2 / 1696
  1273. }
  1274. },
  1275. side: {
  1276. height: math.unit(2, "meter"),
  1277. weight: math.unit(80, "kg"),
  1278. name: "Side",
  1279. image: {
  1280. source: "./media/characters/elbial/side.svg",
  1281. extra: 1630 / 1565,
  1282. bottom: 71.5 / 1697
  1283. }
  1284. },
  1285. back: {
  1286. height: math.unit(2, "meter"),
  1287. weight: math.unit(80, "kg"),
  1288. name: "Back",
  1289. image: {
  1290. source: "./media/characters/elbial/back.svg",
  1291. extra: 1668 / 1595,
  1292. bottom: 5.6 / 1672
  1293. }
  1294. },
  1295. frontDressed: {
  1296. height: math.unit(2, "meter"),
  1297. weight: math.unit(80, "kg"),
  1298. name: "Front (Dressed)",
  1299. image: {
  1300. source: "./media/characters/elbial/front-dressed.svg",
  1301. extra: 1653 / 1584,
  1302. bottom: 57 / 1708
  1303. }
  1304. },
  1305. genitals: {
  1306. height: math.unit(2 / 3.367, "meter"),
  1307. name: "Genitals",
  1308. image: {
  1309. source: "./media/characters/elbial/genitals.svg"
  1310. }
  1311. },
  1312. },
  1313. [
  1314. {
  1315. name: "Large",
  1316. height: math.unit(100, "feet")
  1317. },
  1318. {
  1319. name: "Macro",
  1320. height: math.unit(500, "feet"),
  1321. default: true
  1322. },
  1323. {
  1324. name: "Megamacro",
  1325. height: math.unit(10, "miles")
  1326. },
  1327. {
  1328. name: "Gigamacro",
  1329. height: math.unit(25000, "miles")
  1330. },
  1331. {
  1332. name: "Full-Size",
  1333. height: math.unit(8000000, "gigaparsecs")
  1334. }
  1335. ]
  1336. ))
  1337. characterMakers.push(() => makeCharacter(
  1338. { name: "Noah" },
  1339. {
  1340. front: {
  1341. height: math.unit(2, "meter"),
  1342. weight: math.unit(60, "kg"),
  1343. name: "Front",
  1344. image: {
  1345. source: "./media/characters/noah/front.svg"
  1346. }
  1347. },
  1348. talons: {
  1349. height: math.unit(0.315, "meter"),
  1350. name: "Talons",
  1351. image: {
  1352. source: "./media/characters/noah/talons.svg"
  1353. }
  1354. }
  1355. },
  1356. [
  1357. {
  1358. name: "Large",
  1359. height: math.unit(50, "feet")
  1360. },
  1361. {
  1362. name: "Macro",
  1363. height: math.unit(750, "feet"),
  1364. default: true
  1365. },
  1366. {
  1367. name: "Megamacro",
  1368. height: math.unit(50, "miles")
  1369. },
  1370. {
  1371. name: "Gigamacro",
  1372. height: math.unit(100000, "miles")
  1373. },
  1374. {
  1375. name: "Full-Size",
  1376. height: math.unit(3000000000, "miles")
  1377. }
  1378. ]
  1379. ))
  1380. characterMakers.push(() => makeCharacter(
  1381. { name: "Natalya" },
  1382. {
  1383. front: {
  1384. height: math.unit(2, "meter"),
  1385. weight: math.unit(80, "kg"),
  1386. name: "Front",
  1387. image: {
  1388. source: "./media/characters/natalya/front.svg"
  1389. }
  1390. },
  1391. back: {
  1392. height: math.unit(2, "meter"),
  1393. weight: math.unit(80, "kg"),
  1394. name: "Back",
  1395. image: {
  1396. source: "./media/characters/natalya/back.svg"
  1397. }
  1398. }
  1399. },
  1400. [
  1401. {
  1402. name: "Normal",
  1403. height: math.unit(150, "feet"),
  1404. default: true
  1405. },
  1406. {
  1407. name: "Megamacro",
  1408. height: math.unit(5, "miles")
  1409. },
  1410. {
  1411. name: "Full-Size",
  1412. height: math.unit(600, "kiloparsecs")
  1413. }
  1414. ]
  1415. ))
  1416. characterMakers.push(() => makeCharacter(
  1417. { name: "Erestrebah" },
  1418. {
  1419. front: {
  1420. height: math.unit(2, "meter"),
  1421. weight: math.unit(50, "kg"),
  1422. name: "Front",
  1423. image: {
  1424. source: "./media/characters/erestrebah/front.svg",
  1425. extra: 208 / 193,
  1426. bottom: 0.055
  1427. }
  1428. },
  1429. back: {
  1430. height: math.unit(2, "meter"),
  1431. weight: math.unit(50, "kg"),
  1432. name: "Back",
  1433. image: {
  1434. source: "./media/characters/erestrebah/back.svg",
  1435. extra: 1.3
  1436. }
  1437. }
  1438. },
  1439. [
  1440. {
  1441. name: "Normal",
  1442. height: math.unit(10, "feet")
  1443. },
  1444. {
  1445. name: "Large",
  1446. height: math.unit(50, "feet"),
  1447. default: true
  1448. },
  1449. {
  1450. name: "Macro",
  1451. height: math.unit(300, "feet")
  1452. },
  1453. {
  1454. name: "Macro+",
  1455. height: math.unit(750, "feet")
  1456. },
  1457. {
  1458. name: "Megamacro",
  1459. height: math.unit(3, "miles")
  1460. }
  1461. ]
  1462. ))
  1463. characterMakers.push(() => makeCharacter(
  1464. { name: "Jennifer" },
  1465. {
  1466. front: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(80, "kg"),
  1469. name: "Front",
  1470. image: {
  1471. source: "./media/characters/jennifer/front.svg",
  1472. bottom: 0.11,
  1473. extra: 1.16
  1474. }
  1475. },
  1476. frontAlt: {
  1477. height: math.unit(2, "meter"),
  1478. weight: math.unit(80, "kg"),
  1479. name: "Front (Alt)",
  1480. image: {
  1481. source: "./media/characters/jennifer/front-alt.svg"
  1482. }
  1483. }
  1484. },
  1485. [
  1486. {
  1487. name: "Canon Height",
  1488. height: math.unit(120, "feet"),
  1489. default: true
  1490. },
  1491. {
  1492. name: "Macro+",
  1493. height: math.unit(300, "feet")
  1494. },
  1495. {
  1496. name: "Megamacro",
  1497. height: math.unit(20000, "feet")
  1498. }
  1499. ]
  1500. ))
  1501. characterMakers.push(() => makeCharacter(
  1502. { name: "Kalista" },
  1503. {
  1504. front: {
  1505. height: math.unit(2, "meter"),
  1506. weight: math.unit(50, "kg"),
  1507. name: "Front",
  1508. image: {
  1509. source: "./media/characters/kalista/front.svg",
  1510. extra: 1947 / 1700
  1511. }
  1512. },
  1513. back: {
  1514. height: math.unit(2, "meter"),
  1515. weight: math.unit(50, "kg"),
  1516. name: "Back",
  1517. image: {
  1518. source: "./media/characters/kalista/back.svg",
  1519. extra: 1366 / 1156
  1520. }
  1521. }
  1522. },
  1523. [
  1524. {
  1525. name: "Uncomfortably Small",
  1526. height: math.unit(10, "feet")
  1527. },
  1528. {
  1529. name: "Small",
  1530. height: math.unit(30, "feet")
  1531. },
  1532. {
  1533. name: "Macro",
  1534. height: math.unit(100, "feet"),
  1535. default: true
  1536. },
  1537. {
  1538. name: "Macro+",
  1539. height: math.unit(2000, "feet")
  1540. },
  1541. {
  1542. name: "True Form",
  1543. height: math.unit(8924, "miles")
  1544. }
  1545. ]
  1546. ))
  1547. characterMakers.push(() => makeCharacter(
  1548. { name: "GiantGrowingVixen" },
  1549. {
  1550. front: {
  1551. height: math.unit(2, "meter"),
  1552. weight: math.unit(120, "kg"),
  1553. name: "Front",
  1554. image: {
  1555. source: "./media/characters/ggv/front.svg"
  1556. }
  1557. },
  1558. side: {
  1559. height: math.unit(2, "meter"),
  1560. weight: math.unit(120, "kg"),
  1561. name: "Side",
  1562. image: {
  1563. source: "./media/characters/ggv/side.svg"
  1564. }
  1565. }
  1566. },
  1567. [
  1568. {
  1569. name: "Extremely Puny",
  1570. height: math.unit(9 + 5 / 12, "feet")
  1571. },
  1572. {
  1573. name: "Horribly Small",
  1574. height: math.unit(47.7, "miles"),
  1575. default: true
  1576. },
  1577. {
  1578. name: "Reasonably Sized",
  1579. height: math.unit(25000, "parsecs")
  1580. },
  1581. {
  1582. name: "Slightly Uncompressed",
  1583. height: math.unit(7.77e31, "parsecs")
  1584. },
  1585. {
  1586. name: "Omniversal",
  1587. height: math.unit(1e300, "meters")
  1588. },
  1589. ]
  1590. ))
  1591. characterMakers.push(() => makeCharacter(
  1592. { name: "Napalm" },
  1593. {
  1594. front: {
  1595. height: math.unit(2, "meter"),
  1596. weight: math.unit(75, "lb"),
  1597. name: "Front",
  1598. image: {
  1599. source: "./media/characters/napalm/front.svg"
  1600. }
  1601. },
  1602. back: {
  1603. height: math.unit(2, "meter"),
  1604. weight: math.unit(75, "lb"),
  1605. name: "Back",
  1606. image: {
  1607. source: "./media/characters/napalm/back.svg"
  1608. }
  1609. }
  1610. },
  1611. [
  1612. {
  1613. name: "Standard",
  1614. height: math.unit(55, "feet"),
  1615. default: true
  1616. }
  1617. ]
  1618. ))
  1619. characterMakers.push(() => makeCharacter(
  1620. { name: "Asana" },
  1621. {
  1622. front: {
  1623. height: math.unit(7 + 5 / 6, "feet"),
  1624. weight: math.unit(325, "lb"),
  1625. name: "Front",
  1626. image: {
  1627. source: "./media/characters/asana/front.svg",
  1628. extra: 1128 / 1068
  1629. }
  1630. },
  1631. back: {
  1632. height: math.unit(7 + 5 / 6, "feet"),
  1633. weight: math.unit(325, "lb"),
  1634. name: "Back",
  1635. image: {
  1636. source: "./media/characters/asana/back.svg",
  1637. extra: 1128 / 1068
  1638. }
  1639. },
  1640. },
  1641. [
  1642. {
  1643. name: "Standard",
  1644. height: math.unit(7 + 5 / 6, "feet"),
  1645. default: true
  1646. },
  1647. {
  1648. name: "Large",
  1649. height: math.unit(10, "meters")
  1650. },
  1651. {
  1652. name: "Macro",
  1653. height: math.unit(2500, "meters")
  1654. },
  1655. {
  1656. name: "Megamacro",
  1657. height: math.unit(5e6, "meters")
  1658. },
  1659. {
  1660. name: "Examacro",
  1661. height: math.unit(5e12, "lightyears")
  1662. },
  1663. {
  1664. name: "Max Size",
  1665. height: math.unit(1e31, "lightyears")
  1666. }
  1667. ]
  1668. ))
  1669. characterMakers.push(() => makeCharacter(
  1670. { name: "Ebony" },
  1671. {
  1672. front: {
  1673. height: math.unit(2, "meter"),
  1674. weight: math.unit(60, "kg"),
  1675. name: "Front",
  1676. image: {
  1677. source: "./media/characters/ebony/front.svg",
  1678. bottom: 0.03,
  1679. extra: 1045 / 810 + 0.03
  1680. }
  1681. },
  1682. side: {
  1683. height: math.unit(2, "meter"),
  1684. weight: math.unit(60, "kg"),
  1685. name: "Side",
  1686. image: {
  1687. source: "./media/characters/ebony/side.svg",
  1688. bottom: 0.03,
  1689. extra: 1045 / 810 + 0.03
  1690. }
  1691. },
  1692. back: {
  1693. height: math.unit(2, "meter"),
  1694. weight: math.unit(60, "kg"),
  1695. name: "Back",
  1696. image: {
  1697. source: "./media/characters/ebony/back.svg",
  1698. bottom: 0.01,
  1699. extra: 1045 / 810 + 0.01
  1700. }
  1701. },
  1702. },
  1703. [
  1704. // TODO check why I did this lol
  1705. {
  1706. name: "Standard",
  1707. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1708. default: true
  1709. },
  1710. {
  1711. name: "Macro",
  1712. height: math.unit(200, "feet")
  1713. },
  1714. {
  1715. name: "Gigamacro",
  1716. height: math.unit(13000, "km")
  1717. }
  1718. ]
  1719. ))
  1720. characterMakers.push(() => makeCharacter(
  1721. { name: "Mountain" },
  1722. {
  1723. front: {
  1724. height: math.unit(6, "feet"),
  1725. weight: math.unit(175, "lb"),
  1726. name: "Front",
  1727. image: {
  1728. source: "./media/characters/mountain/front.svg"
  1729. }
  1730. },
  1731. back: {
  1732. height: math.unit(6, "feet"),
  1733. weight: math.unit(175, "lb"),
  1734. name: "Back",
  1735. image: {
  1736. source: "./media/characters/mountain/back.svg"
  1737. }
  1738. },
  1739. },
  1740. [
  1741. {
  1742. name: "Large",
  1743. height: math.unit(20, "meters")
  1744. },
  1745. {
  1746. name: "Macro",
  1747. height: math.unit(300, "meters")
  1748. },
  1749. {
  1750. name: "Gigamacro",
  1751. height: math.unit(10000, "km"),
  1752. default: true
  1753. },
  1754. {
  1755. name: "Examacro",
  1756. height: math.unit(10e9, "lightyears")
  1757. }
  1758. ]
  1759. ))
  1760. characterMakers.push(() => makeCharacter(
  1761. { name: "Rick" },
  1762. {
  1763. front: {
  1764. height: math.unit(8, "feet"),
  1765. weight: math.unit(500, "lb"),
  1766. name: "Front",
  1767. image: {
  1768. source: "./media/characters/rick/front.svg"
  1769. }
  1770. }
  1771. },
  1772. [
  1773. {
  1774. name: "Normal",
  1775. height: math.unit(8, "feet"),
  1776. default: true
  1777. },
  1778. {
  1779. name: "Macro",
  1780. height: math.unit(5, "km")
  1781. }
  1782. ]
  1783. ))
  1784. characterMakers.push(() => makeCharacter(
  1785. { name: "Ona" },
  1786. {
  1787. front: {
  1788. height: math.unit(8, "feet"),
  1789. weight: math.unit(120, "lb"),
  1790. name: "Front",
  1791. image: {
  1792. source: "./media/characters/ona/front.svg"
  1793. }
  1794. },
  1795. frontAlt: {
  1796. height: math.unit(8, "feet"),
  1797. weight: math.unit(120, "lb"),
  1798. name: "Front (Alt)",
  1799. image: {
  1800. source: "./media/characters/ona/front-alt.svg"
  1801. }
  1802. },
  1803. back: {
  1804. height: math.unit(8, "feet"),
  1805. weight: math.unit(120, "lb"),
  1806. name: "Back",
  1807. image: {
  1808. source: "./media/characters/ona/back.svg"
  1809. }
  1810. },
  1811. foot: {
  1812. height: math.unit(1.1, "feet"),
  1813. name: "Foot",
  1814. image: {
  1815. source: "./media/characters/ona/foot.svg"
  1816. }
  1817. }
  1818. },
  1819. [
  1820. {
  1821. name: "Megamacro",
  1822. height: math.unit(70, "km"),
  1823. default: true
  1824. },
  1825. {
  1826. name: "Gigamacro",
  1827. height: math.unit(681818, "miles")
  1828. },
  1829. {
  1830. name: "Examacro",
  1831. height: math.unit(3800000, "lightyears")
  1832. },
  1833. ]
  1834. ))
  1835. characterMakers.push(() => makeCharacter(
  1836. { name: "Mech" },
  1837. {
  1838. front: {
  1839. height: math.unit(12, "feet"),
  1840. weight: math.unit(3000, "lb"),
  1841. name: "Front",
  1842. image: {
  1843. source: "./media/characters/mech/front.svg",
  1844. bottom: 0.025,
  1845. }
  1846. },
  1847. back: {
  1848. height: math.unit(12, "feet"),
  1849. weight: math.unit(3000, "lb"),
  1850. name: "Back",
  1851. image: {
  1852. source: "./media/characters/mech/back.svg",
  1853. bottom: 0.03,
  1854. }
  1855. }
  1856. },
  1857. [
  1858. {
  1859. name: "Normal",
  1860. height: math.unit(12, "feet")
  1861. },
  1862. {
  1863. name: "Macro",
  1864. height: math.unit(300, "feet"),
  1865. default: true
  1866. },
  1867. {
  1868. name: "Macro+",
  1869. height: math.unit(1500, "feet")
  1870. },
  1871. ]
  1872. ))
  1873. characterMakers.push(() => makeCharacter(
  1874. { name: "Gregory" },
  1875. {
  1876. front: {
  1877. height: math.unit(1.3, "meter"),
  1878. weight: math.unit(30, "kg"),
  1879. name: "Front",
  1880. image: {
  1881. source: "./media/characters/gregory/front.svg",
  1882. }
  1883. }
  1884. },
  1885. [
  1886. {
  1887. name: "Normal",
  1888. height: math.unit(1.3, "meter"),
  1889. default: true
  1890. },
  1891. {
  1892. name: "Macro",
  1893. height: math.unit(20, "meter")
  1894. }
  1895. ]
  1896. ))
  1897. characterMakers.push(() => makeCharacter(
  1898. { name: "Elory" },
  1899. {
  1900. front: {
  1901. height: math.unit(2.8, "meter"),
  1902. weight: math.unit(200, "kg"),
  1903. name: "Front",
  1904. image: {
  1905. source: "./media/characters/elory/front.svg",
  1906. }
  1907. }
  1908. },
  1909. [
  1910. {
  1911. name: "Normal",
  1912. height: math.unit(2.8, "meter"),
  1913. default: true
  1914. },
  1915. {
  1916. name: "Macro",
  1917. height: math.unit(38, "meter")
  1918. }
  1919. ]
  1920. ))
  1921. characterMakers.push(() => makeCharacter(
  1922. { name: "Angelpatamon" },
  1923. {
  1924. front: {
  1925. height: math.unit(470, "feet"),
  1926. weight: math.unit(924, "tons"),
  1927. name: "Front",
  1928. image: {
  1929. source: "./media/characters/angelpatamon/front.svg",
  1930. }
  1931. }
  1932. },
  1933. [
  1934. {
  1935. name: "Normal",
  1936. height: math.unit(470, "feet"),
  1937. default: true
  1938. },
  1939. {
  1940. name: "Deity Size I",
  1941. height: math.unit(28651.2, "km")
  1942. },
  1943. {
  1944. name: "Deity Size II",
  1945. height: math.unit(171907.2, "km")
  1946. }
  1947. ]
  1948. ))
  1949. characterMakers.push(() => makeCharacter(
  1950. { name: "Cryae" },
  1951. {
  1952. side: {
  1953. height: math.unit(7.2, "meter"),
  1954. weight: math.unit(8.2, "tons"),
  1955. name: "Side",
  1956. image: {
  1957. source: "./media/characters/cryae/side.svg",
  1958. extra: 3500 / 1500
  1959. }
  1960. }
  1961. },
  1962. [
  1963. {
  1964. name: "Normal",
  1965. height: math.unit(7.2, "meter"),
  1966. default: true
  1967. }
  1968. ]
  1969. ))
  1970. characterMakers.push(() => makeCharacter(
  1971. { name: "Xera" },
  1972. {
  1973. front: {
  1974. height: math.unit(6, "feet"),
  1975. weight: math.unit(175, "lb"),
  1976. name: "Front",
  1977. image: {
  1978. source: "./media/characters/xera/front.svg",
  1979. extra: 2300 / 2061
  1980. }
  1981. },
  1982. side: {
  1983. height: math.unit(6, "feet"),
  1984. weight: math.unit(175, "lb"),
  1985. name: "Side",
  1986. image: {
  1987. source: "./media/characters/xera/side.svg",
  1988. extra: 2300 / 2061
  1989. }
  1990. },
  1991. back: {
  1992. height: math.unit(6, "feet"),
  1993. weight: math.unit(175, "lb"),
  1994. name: "Back",
  1995. image: {
  1996. source: "./media/characters/xera/back.svg"
  1997. }
  1998. },
  1999. },
  2000. [
  2001. {
  2002. name: "Small",
  2003. height: math.unit(10, "feet")
  2004. },
  2005. {
  2006. name: "Macro",
  2007. height: math.unit(500, "meters"),
  2008. default: true
  2009. },
  2010. {
  2011. name: "Macro+",
  2012. height: math.unit(10, "km")
  2013. },
  2014. {
  2015. name: "Gigamacro",
  2016. height: math.unit(25000, "km")
  2017. },
  2018. {
  2019. name: "Teramacro",
  2020. height: math.unit(3e6, "km")
  2021. }
  2022. ]
  2023. ))
  2024. characterMakers.push(() => makeCharacter(
  2025. { name: "Nebula" },
  2026. {
  2027. front: {
  2028. height: math.unit(6, "feet"),
  2029. weight: math.unit(175, "lb"),
  2030. name: "Front",
  2031. image: {
  2032. source: "./media/characters/nebula/front.svg",
  2033. extra: 2600 / 2450
  2034. }
  2035. }
  2036. },
  2037. [
  2038. {
  2039. name: "Small",
  2040. height: math.unit(4.5, "meters")
  2041. },
  2042. {
  2043. name: "Macro",
  2044. height: math.unit(1500, "meters"),
  2045. default: true
  2046. },
  2047. {
  2048. name: "Megamacro",
  2049. height: math.unit(150, "km")
  2050. },
  2051. {
  2052. name: "Gigamacro",
  2053. height: math.unit(27000, "km")
  2054. }
  2055. ]
  2056. ))
  2057. characterMakers.push(() => makeCharacter(
  2058. { name: "Abysgar" },
  2059. {
  2060. front: {
  2061. height: math.unit(6, "feet"),
  2062. weight: math.unit(225, "lb"),
  2063. name: "Front",
  2064. image: {
  2065. source: "./media/characters/abysgar/front.svg"
  2066. }
  2067. }
  2068. },
  2069. [
  2070. {
  2071. name: "Small",
  2072. height: math.unit(4.5, "meters")
  2073. },
  2074. {
  2075. name: "Macro",
  2076. height: math.unit(1250, "meters"),
  2077. default: true
  2078. },
  2079. {
  2080. name: "Megamacro",
  2081. height: math.unit(125, "km")
  2082. },
  2083. {
  2084. name: "Gigamacro",
  2085. height: math.unit(26000, "km")
  2086. }
  2087. ]
  2088. ))
  2089. characterMakers.push(() => makeCharacter(
  2090. { name: "Yakuz" },
  2091. {
  2092. front: {
  2093. height: math.unit(6, "feet"),
  2094. weight: math.unit(180, "lb"),
  2095. name: "Front",
  2096. image: {
  2097. source: "./media/characters/yakuz/front.svg"
  2098. }
  2099. }
  2100. },
  2101. [
  2102. {
  2103. name: "Small",
  2104. height: math.unit(5, "meters")
  2105. },
  2106. {
  2107. name: "Macro",
  2108. height: math.unit(1500, "meters"),
  2109. default: true
  2110. },
  2111. {
  2112. name: "Megamacro",
  2113. height: math.unit(200, "km")
  2114. },
  2115. {
  2116. name: "Gigamacro",
  2117. height: math.unit(100000, "km")
  2118. }
  2119. ]
  2120. ))
  2121. characterMakers.push(() => makeCharacter(
  2122. { name: "Mirova" },
  2123. {
  2124. front: {
  2125. height: math.unit(6, "feet"),
  2126. weight: math.unit(175, "lb"),
  2127. name: "Front",
  2128. image: {
  2129. source: "./media/characters/mirova/front.svg"
  2130. }
  2131. }
  2132. },
  2133. [
  2134. {
  2135. name: "Small",
  2136. height: math.unit(5, "meters")
  2137. },
  2138. {
  2139. name: "Macro",
  2140. height: math.unit(900, "meters"),
  2141. default: true
  2142. },
  2143. {
  2144. name: "Megamacro",
  2145. height: math.unit(135, "km")
  2146. },
  2147. {
  2148. name: "Gigamacro",
  2149. height: math.unit(20000, "km")
  2150. }
  2151. ]
  2152. ))
  2153. characterMakers.push(() => makeCharacter(
  2154. { name: "Asana (Mech)" },
  2155. {
  2156. side: {
  2157. height: math.unit(28.35, "feet"),
  2158. weight: math.unit(99.75, "tons"),
  2159. name: "Side",
  2160. image: {
  2161. source: "./media/characters/asana-mech/side.svg"
  2162. }
  2163. }
  2164. },
  2165. [
  2166. {
  2167. name: "Normal",
  2168. height: math.unit(28.35, "feet"),
  2169. default: true
  2170. },
  2171. {
  2172. name: "Macro",
  2173. height: math.unit(2500, "feet")
  2174. },
  2175. {
  2176. name: "Megamacro",
  2177. height: math.unit(25, "miles")
  2178. },
  2179. {
  2180. name: "Examacro",
  2181. height: math.unit(6e8, "lightyears")
  2182. },
  2183. ]
  2184. ))
  2185. characterMakers.push(() => makeCharacter(
  2186. { name: "Ashtrek" },
  2187. {
  2188. front: {
  2189. height: math.unit(2, "meters"),
  2190. weight: math.unit(70, "kg"),
  2191. name: "Front",
  2192. image: {
  2193. source: "./media/characters/ashtrek/front.svg",
  2194. extra: 560 / 524,
  2195. bottom: 0.01
  2196. }
  2197. },
  2198. frontArmor: {
  2199. height: math.unit(2, "meters"),
  2200. weight: math.unit(76, "kg"),
  2201. name: "Front (Armor)",
  2202. image: {
  2203. source: "./media/characters/ashtrek/front-armor.svg",
  2204. extra: 561 / 527,
  2205. bottom: 0.01
  2206. }
  2207. },
  2208. side: {
  2209. height: math.unit(2, "meters"),
  2210. weight: math.unit(70, "kg"),
  2211. name: "Side",
  2212. image: {
  2213. source: "./media/characters/ashtrek/side.svg",
  2214. extra: 1717 / 1609,
  2215. bottom: 0.005
  2216. }
  2217. },
  2218. back: {
  2219. height: math.unit(2, "meters"),
  2220. weight: math.unit(70, "kg"),
  2221. name: "Back",
  2222. image: {
  2223. source: "./media/characters/ashtrek/back.svg",
  2224. extra: 1570 / 1501
  2225. }
  2226. },
  2227. },
  2228. [
  2229. {
  2230. name: "DEFCON 5",
  2231. height: math.unit(5, "meters")
  2232. },
  2233. {
  2234. name: "DEFCON 4",
  2235. height: math.unit(500, "meters"),
  2236. default: true
  2237. },
  2238. {
  2239. name: "DEFCON 3",
  2240. height: math.unit(5, "km")
  2241. },
  2242. {
  2243. name: "DEFCON 2",
  2244. height: math.unit(500, "km")
  2245. },
  2246. {
  2247. name: "DEFCON 1",
  2248. height: math.unit(500000, "km")
  2249. },
  2250. {
  2251. name: "DEFCON 0",
  2252. height: math.unit(3, "gigaparsecs")
  2253. },
  2254. ]
  2255. ))
  2256. characterMakers.push(() => makeCharacter(
  2257. { name: "Gale" },
  2258. {
  2259. front: {
  2260. height: math.unit(2, "meters"),
  2261. weight: math.unit(76, "kg"),
  2262. name: "Front",
  2263. image: {
  2264. source: "./media/characters/gale/front.svg"
  2265. }
  2266. },
  2267. frontAlt1: {
  2268. height: math.unit(2, "meters"),
  2269. weight: math.unit(76, "kg"),
  2270. name: "Front (Alt 1)",
  2271. image: {
  2272. source: "./media/characters/gale/front-alt-1.svg"
  2273. }
  2274. },
  2275. frontAlt2: {
  2276. height: math.unit(2, "meters"),
  2277. weight: math.unit(76, "kg"),
  2278. name: "Front (Alt 2)",
  2279. image: {
  2280. source: "./media/characters/gale/front-alt-2.svg"
  2281. }
  2282. },
  2283. },
  2284. [
  2285. {
  2286. name: "Normal",
  2287. height: math.unit(7, "feet")
  2288. },
  2289. {
  2290. name: "Macro",
  2291. height: math.unit(150, "feet"),
  2292. default: true
  2293. },
  2294. {
  2295. name: "Macro+",
  2296. height: math.unit(300, "feet")
  2297. },
  2298. ]
  2299. ))
  2300. characterMakers.push(() => makeCharacter(
  2301. { name: "Draylen" },
  2302. {
  2303. front: {
  2304. height: math.unit(2, "meters"),
  2305. weight: math.unit(76, "kg"),
  2306. name: "Front",
  2307. image: {
  2308. source: "./media/characters/draylen/front.svg"
  2309. }
  2310. }
  2311. },
  2312. [
  2313. {
  2314. name: "Macro",
  2315. height: math.unit(150, "feet"),
  2316. default: true
  2317. }
  2318. ]
  2319. ))
  2320. characterMakers.push(() => makeCharacter(
  2321. { name: "Chez" },
  2322. {
  2323. front: {
  2324. height: math.unit(7 + 9 / 12, "feet"),
  2325. weight: math.unit(379, "lbs"),
  2326. name: "Front",
  2327. image: {
  2328. source: "./media/characters/chez/front.svg"
  2329. }
  2330. },
  2331. side: {
  2332. height: math.unit(7 + 9 / 12, "feet"),
  2333. weight: math.unit(379, "lbs"),
  2334. name: "Side",
  2335. image: {
  2336. source: "./media/characters/chez/side.svg"
  2337. }
  2338. }
  2339. },
  2340. [
  2341. {
  2342. name: "Normal",
  2343. height: math.unit(7 + 9 / 12, "feet"),
  2344. default: true
  2345. },
  2346. {
  2347. name: "God King",
  2348. height: math.unit(9750000, "meters")
  2349. }
  2350. ]
  2351. ))
  2352. characterMakers.push(() => makeCharacter(
  2353. { name: "Kaylum" },
  2354. {
  2355. front: {
  2356. height: math.unit(6, "feet"),
  2357. weight: math.unit(275, "lbs"),
  2358. name: "Front",
  2359. image: {
  2360. source: "./media/characters/kaylum/front.svg",
  2361. bottom: 0.01,
  2362. extra: 1166 / 1031
  2363. }
  2364. },
  2365. frontWingless: {
  2366. height: math.unit(6, "feet"),
  2367. weight: math.unit(275, "lbs"),
  2368. name: "Front (Wingless)",
  2369. image: {
  2370. source: "./media/characters/kaylum/front-wingless.svg",
  2371. bottom: 0.01,
  2372. extra: 1117 / 1031
  2373. }
  2374. }
  2375. },
  2376. [
  2377. {
  2378. name: "Normal",
  2379. height: math.unit(3.05, "meters")
  2380. },
  2381. {
  2382. name: "Master",
  2383. height: math.unit(5.5, "meters")
  2384. },
  2385. {
  2386. name: "Rampage",
  2387. height: math.unit(19, "meters")
  2388. },
  2389. {
  2390. name: "Macro Lite",
  2391. height: math.unit(37, "meters")
  2392. },
  2393. {
  2394. name: "Hyper Predator",
  2395. height: math.unit(61, "meters")
  2396. },
  2397. {
  2398. name: "Macro",
  2399. height: math.unit(138, "meters"),
  2400. default: true
  2401. }
  2402. ]
  2403. ))
  2404. characterMakers.push(() => makeCharacter(
  2405. { name: "Geta" },
  2406. {
  2407. front: {
  2408. height: math.unit(6, "feet"),
  2409. weight: math.unit(150, "lbs"),
  2410. name: "Front",
  2411. image: {
  2412. source: "./media/characters/geta/front.svg"
  2413. }
  2414. }
  2415. },
  2416. [
  2417. {
  2418. name: "Micro",
  2419. height: math.unit(3, "inches"),
  2420. default: true
  2421. },
  2422. {
  2423. name: "Normal",
  2424. height: math.unit(5 + 5 / 12, "feet")
  2425. }
  2426. ]
  2427. ))
  2428. characterMakers.push(() => makeCharacter(
  2429. { name: "Tyrnn" },
  2430. {
  2431. front: {
  2432. height: math.unit(6, "feet"),
  2433. weight: math.unit(300, "lbs"),
  2434. name: "Front",
  2435. image: {
  2436. source: "./media/characters/tyrnn/front.svg"
  2437. }
  2438. }
  2439. },
  2440. [
  2441. {
  2442. name: "Main Height",
  2443. height: math.unit(355, "feet"),
  2444. default: true
  2445. },
  2446. {
  2447. name: "Fave. Height",
  2448. height: math.unit(2400, "feet")
  2449. }
  2450. ]
  2451. ))
  2452. characterMakers.push(() => makeCharacter(
  2453. { name: "Apple" },
  2454. {
  2455. front: {
  2456. height: math.unit(6, "feet"),
  2457. weight: math.unit(300, "lbs"),
  2458. name: "Front",
  2459. image: {
  2460. source: "./media/characters/appledectomy/front.svg"
  2461. }
  2462. }
  2463. },
  2464. [
  2465. {
  2466. name: "Macro",
  2467. height: math.unit(2500, "feet")
  2468. },
  2469. {
  2470. name: "Megamacro",
  2471. height: math.unit(50, "miles"),
  2472. default: true
  2473. },
  2474. {
  2475. name: "Gigamacro",
  2476. height: math.unit(5000, "miles")
  2477. },
  2478. {
  2479. name: "Teramacro",
  2480. height: math.unit(250000, "miles")
  2481. },
  2482. ]
  2483. ))
  2484. characterMakers.push(() => makeCharacter(
  2485. { name: "Vulpes" },
  2486. {
  2487. front: {
  2488. height: math.unit(6, "feet"),
  2489. weight: math.unit(200, "lbs"),
  2490. name: "Front",
  2491. image: {
  2492. source: "./media/characters/vulpes/front.svg",
  2493. extra: 573 / 543,
  2494. bottom: 0.033
  2495. }
  2496. },
  2497. side: {
  2498. height: math.unit(6, "feet"),
  2499. weight: math.unit(200, "lbs"),
  2500. name: "Side",
  2501. image: {
  2502. source: "./media/characters/vulpes/side.svg",
  2503. extra: 573 / 543,
  2504. bottom: 0.01
  2505. }
  2506. },
  2507. back: {
  2508. height: math.unit(6, "feet"),
  2509. weight: math.unit(200, "lbs"),
  2510. name: "Back",
  2511. image: {
  2512. source: "./media/characters/vulpes/back.svg",
  2513. extra: 573 / 543,
  2514. }
  2515. },
  2516. feet: {
  2517. height: math.unit(1.276, "feet"),
  2518. name: "Feet",
  2519. image: {
  2520. source: "./media/characters/vulpes/feet.svg"
  2521. }
  2522. },
  2523. maw: {
  2524. height: math.unit(1.18, "feet"),
  2525. name: "Maw",
  2526. image: {
  2527. source: "./media/characters/vulpes/maw.svg"
  2528. }
  2529. },
  2530. },
  2531. [
  2532. {
  2533. name: "Micro",
  2534. height: math.unit(2, "inches")
  2535. },
  2536. {
  2537. name: "Normal",
  2538. height: math.unit(6.3, "feet")
  2539. },
  2540. {
  2541. name: "Macro",
  2542. height: math.unit(850, "feet")
  2543. },
  2544. {
  2545. name: "Megamacro",
  2546. height: math.unit(7500, "feet"),
  2547. default: true
  2548. },
  2549. {
  2550. name: "Gigamacro",
  2551. height: math.unit(570000, "miles")
  2552. }
  2553. ]
  2554. ))
  2555. characterMakers.push(() => makeCharacter(
  2556. { name: "Rain Fallen" },
  2557. {
  2558. front: {
  2559. height: math.unit(6, "feet"),
  2560. weight: math.unit(210, "lbs"),
  2561. name: "Front",
  2562. image: {
  2563. source: "./media/characters/rain-fallen/front.svg"
  2564. }
  2565. },
  2566. side: {
  2567. height: math.unit(6, "feet"),
  2568. weight: math.unit(210, "lbs"),
  2569. name: "Side",
  2570. image: {
  2571. source: "./media/characters/rain-fallen/side.svg"
  2572. }
  2573. },
  2574. back: {
  2575. height: math.unit(6, "feet"),
  2576. weight: math.unit(210, "lbs"),
  2577. name: "Back",
  2578. image: {
  2579. source: "./media/characters/rain-fallen/back.svg"
  2580. }
  2581. },
  2582. feral: {
  2583. height: math.unit(9, "feet"),
  2584. weight: math.unit(700, "lbs"),
  2585. name: "Feral",
  2586. image: {
  2587. source: "./media/characters/rain-fallen/feral.svg"
  2588. }
  2589. },
  2590. },
  2591. [
  2592. {
  2593. name: "Normal",
  2594. height: math.unit(5, "meter")
  2595. },
  2596. {
  2597. name: "Macro",
  2598. height: math.unit(150, "meter"),
  2599. default: true
  2600. },
  2601. {
  2602. name: "Megamacro",
  2603. height: math.unit(278e6, "meter")
  2604. },
  2605. {
  2606. name: "Gigamacro",
  2607. height: math.unit(2e9, "meter")
  2608. },
  2609. {
  2610. name: "Teramacro",
  2611. height: math.unit(8e12, "meter")
  2612. },
  2613. {
  2614. name: "Devourer",
  2615. height: math.unit(14, "zettameters")
  2616. },
  2617. {
  2618. name: "Scarlet King",
  2619. height: math.unit(18, "yottameters")
  2620. },
  2621. {
  2622. name: "Void",
  2623. height: math.unit(6.66e66, "yottameters")
  2624. }
  2625. ]
  2626. ))
  2627. characterMakers.push(() => makeCharacter(
  2628. { name: "Zaakira" },
  2629. {
  2630. standing: {
  2631. height: math.unit(6, "feet"),
  2632. weight: math.unit(180, "lbs"),
  2633. name: "Standing",
  2634. image: {
  2635. source: "./media/characters/zaakira/standing.svg"
  2636. }
  2637. },
  2638. laying: {
  2639. height: math.unit(3, "feet"),
  2640. weight: math.unit(180, "lbs"),
  2641. name: "Laying",
  2642. image: {
  2643. source: "./media/characters/zaakira/laying.svg"
  2644. }
  2645. },
  2646. },
  2647. [
  2648. {
  2649. name: "Normal",
  2650. height: math.unit(12, "feet")
  2651. },
  2652. {
  2653. name: "Macro",
  2654. height: math.unit(279, "feet"),
  2655. default: true
  2656. }
  2657. ]
  2658. ))
  2659. characterMakers.push(() => makeCharacter(
  2660. { name: "Sigvald" },
  2661. {
  2662. front: {
  2663. height: math.unit(6, "feet"),
  2664. weight: math.unit(250, "lbs"),
  2665. name: "Front",
  2666. image: {
  2667. source: "./media/characters/sigvald/front.svg",
  2668. extra: 1000 / 850
  2669. }
  2670. },
  2671. back: {
  2672. height: math.unit(6, "feet"),
  2673. weight: math.unit(250, "lbs"),
  2674. name: "Back",
  2675. image: {
  2676. source: "./media/characters/sigvald/back.svg"
  2677. }
  2678. },
  2679. },
  2680. [
  2681. {
  2682. name: "Normal",
  2683. height: math.unit(8, "feet")
  2684. },
  2685. {
  2686. name: "Large",
  2687. height: math.unit(12, "feet")
  2688. },
  2689. {
  2690. name: "Larger",
  2691. height: math.unit(20, "feet")
  2692. },
  2693. {
  2694. name: "Macro",
  2695. height: math.unit(150, "feet")
  2696. },
  2697. {
  2698. name: "Macro+",
  2699. height: math.unit(200, "feet"),
  2700. default: true
  2701. },
  2702. ]
  2703. ))
  2704. characterMakers.push(() => makeCharacter(
  2705. { name: "Scott" },
  2706. {
  2707. side: {
  2708. height: math.unit(12, "feet"),
  2709. weight: math.unit(3000, "lbs"),
  2710. name: "Side",
  2711. image: {
  2712. source: "./media/characters/scott/side.svg",
  2713. extra: 1,
  2714. bottom: 0.069
  2715. }
  2716. },
  2717. upright: {
  2718. height: math.unit(12, "feet"),
  2719. weight: math.unit(3000, "lbs"),
  2720. name: "Upright",
  2721. image: {
  2722. source: "./media/characters/scott/upright.svg",
  2723. extra: 1,
  2724. bottom: 0.05
  2725. }
  2726. },
  2727. },
  2728. [
  2729. {
  2730. name: "Normal",
  2731. height: math.unit(12, "feet"),
  2732. default: true
  2733. },
  2734. ]
  2735. ))
  2736. characterMakers.push(() => makeCharacter(
  2737. { name: "Tobias" },
  2738. {
  2739. side: {
  2740. height: math.unit(8, "meters"),
  2741. weight: math.unit(84755, "lbs"),
  2742. name: "Side",
  2743. image: {
  2744. source: "./media/characters/tobias/side.svg",
  2745. extra: 1474 / 1096,
  2746. bottom: 38.9 / 1513.1235
  2747. }
  2748. },
  2749. },
  2750. [
  2751. {
  2752. name: "Normal",
  2753. height: math.unit(8, "meters"),
  2754. default: true
  2755. },
  2756. ]
  2757. ))
  2758. characterMakers.push(() => makeCharacter(
  2759. { name: "Kieran" },
  2760. {
  2761. front: {
  2762. height: math.unit(5.5, "feet"),
  2763. weight: math.unit(400, "lbs"),
  2764. name: "Front",
  2765. image: {
  2766. source: "./media/characters/kieran/front.svg",
  2767. extra: 2694/2364,
  2768. bottom: 217/2908
  2769. }
  2770. },
  2771. side: {
  2772. height: math.unit(5.5, "feet"),
  2773. weight: math.unit(400, "lbs"),
  2774. name: "Side",
  2775. image: {
  2776. source: "./media/characters/kieran/side.svg",
  2777. extra: 875/777,
  2778. bottom: 84.6/959
  2779. }
  2780. },
  2781. },
  2782. [
  2783. {
  2784. name: "Normal",
  2785. height: math.unit(5.5, "feet"),
  2786. default: true
  2787. },
  2788. ]
  2789. ))
  2790. characterMakers.push(() => makeCharacter(
  2791. { name: "Sanya" },
  2792. {
  2793. side: {
  2794. height: math.unit(2, "meters"),
  2795. weight: math.unit(70, "kg"),
  2796. name: "Side",
  2797. image: {
  2798. source: "./media/characters/sanya/side.svg",
  2799. bottom: 0.02,
  2800. extra: 1.02
  2801. }
  2802. },
  2803. },
  2804. [
  2805. {
  2806. name: "Small",
  2807. height: math.unit(2, "meters")
  2808. },
  2809. {
  2810. name: "Normal",
  2811. height: math.unit(3, "meters")
  2812. },
  2813. {
  2814. name: "Macro",
  2815. height: math.unit(16, "meters"),
  2816. default: true
  2817. },
  2818. ]
  2819. ))
  2820. characterMakers.push(() => makeCharacter(
  2821. { name: "Miranda" },
  2822. {
  2823. side: {
  2824. height: math.unit(2, "meters"),
  2825. weight: math.unit(120, "kg"),
  2826. name: "Front",
  2827. image: {
  2828. source: "./media/characters/miranda/front.svg",
  2829. extra: 10.6 / 10
  2830. }
  2831. },
  2832. },
  2833. [
  2834. {
  2835. name: "Normal",
  2836. height: math.unit(10, "feet"),
  2837. default: true
  2838. }
  2839. ]
  2840. ))
  2841. characterMakers.push(() => makeCharacter(
  2842. { name: "James" },
  2843. {
  2844. side: {
  2845. height: math.unit(2, "meters"),
  2846. weight: math.unit(100, "kg"),
  2847. name: "Front",
  2848. image: {
  2849. source: "./media/characters/james/front.svg",
  2850. extra: 10 / 8.5
  2851. }
  2852. },
  2853. },
  2854. [
  2855. {
  2856. name: "Normal",
  2857. height: math.unit(8.5, "feet"),
  2858. default: true
  2859. }
  2860. ]
  2861. ))
  2862. characterMakers.push(() => makeCharacter(
  2863. { name: "Heather" },
  2864. {
  2865. side: {
  2866. height: math.unit(9.5, "feet"),
  2867. weight: math.unit(2500, "lbs"),
  2868. name: "Side",
  2869. image: {
  2870. source: "./media/characters/heather/side.svg"
  2871. }
  2872. },
  2873. },
  2874. [
  2875. {
  2876. name: "Normal",
  2877. height: math.unit(9.5, "feet"),
  2878. default: true
  2879. }
  2880. ]
  2881. ))
  2882. characterMakers.push(() => makeCharacter(
  2883. { name: "Lukas" },
  2884. {
  2885. side: {
  2886. height: math.unit(6.5, "feet"),
  2887. weight: math.unit(400, "lbs"),
  2888. name: "Side",
  2889. image: {
  2890. source: "./media/characters/lukas/side.svg",
  2891. extra: 7.25 / 6.5
  2892. }
  2893. },
  2894. },
  2895. [
  2896. {
  2897. name: "Normal",
  2898. height: math.unit(6.5, "feet"),
  2899. default: true
  2900. }
  2901. ]
  2902. ))
  2903. characterMakers.push(() => makeCharacter(
  2904. { name: "Louise" },
  2905. {
  2906. side: {
  2907. height: math.unit(5, "feet"),
  2908. weight: math.unit(3000, "lbs"),
  2909. name: "Side",
  2910. image: {
  2911. source: "./media/characters/louise/side.svg"
  2912. }
  2913. },
  2914. },
  2915. [
  2916. {
  2917. name: "Normal",
  2918. height: math.unit(5, "feet"),
  2919. default: true
  2920. }
  2921. ]
  2922. ))
  2923. characterMakers.push(() => makeCharacter(
  2924. { name: "Ramona" },
  2925. {
  2926. side: {
  2927. height: math.unit(6, "feet"),
  2928. weight: math.unit(150, "lbs"),
  2929. name: "Side",
  2930. image: {
  2931. source: "./media/characters/ramona/side.svg"
  2932. }
  2933. },
  2934. },
  2935. [
  2936. {
  2937. name: "Normal",
  2938. height: math.unit(5.3, "meters"),
  2939. default: true
  2940. },
  2941. {
  2942. name: "Macro",
  2943. height: math.unit(20, "stories")
  2944. },
  2945. {
  2946. name: "Macro+",
  2947. height: math.unit(50, "stories")
  2948. },
  2949. ]
  2950. ))
  2951. characterMakers.push(() => makeCharacter(
  2952. { name: "Deerpuff" },
  2953. {
  2954. standing: {
  2955. height: math.unit(5.75, "feet"),
  2956. weight: math.unit(160, "lbs"),
  2957. name: "Standing",
  2958. image: {
  2959. source: "./media/characters/deerpuff/standing.svg",
  2960. extra: 682 / 624
  2961. }
  2962. },
  2963. sitting: {
  2964. height: math.unit(5.75 / 1.79, "feet"),
  2965. weight: math.unit(160, "lbs"),
  2966. name: "Sitting",
  2967. image: {
  2968. source: "./media/characters/deerpuff/sitting.svg",
  2969. bottom: 44 / 400,
  2970. extra: 1
  2971. }
  2972. },
  2973. taurLaying: {
  2974. height: math.unit(6, "feet"),
  2975. weight: math.unit(400, "lbs"),
  2976. name: "Taur (Laying)",
  2977. image: {
  2978. source: "./media/characters/deerpuff/taur-laying.svg"
  2979. }
  2980. },
  2981. },
  2982. [
  2983. {
  2984. name: "Puffball",
  2985. height: math.unit(6, "inches")
  2986. },
  2987. {
  2988. name: "Normalpuff",
  2989. height: math.unit(5.75, "feet")
  2990. },
  2991. {
  2992. name: "Macropuff",
  2993. height: math.unit(1500, "feet"),
  2994. default: true
  2995. },
  2996. {
  2997. name: "Megapuff",
  2998. height: math.unit(500, "miles")
  2999. },
  3000. {
  3001. name: "Gigapuff",
  3002. height: math.unit(250000, "miles")
  3003. },
  3004. {
  3005. name: "Omegapuff",
  3006. height: math.unit(1000, "lightyears")
  3007. },
  3008. ]
  3009. ))
  3010. characterMakers.push(() => makeCharacter(
  3011. { name: "Vivian" },
  3012. {
  3013. stomping: {
  3014. height: math.unit(6, "feet"),
  3015. weight: math.unit(170, "lbs"),
  3016. name: "Stomping",
  3017. image: {
  3018. source: "./media/characters/vivian/stomping.svg"
  3019. }
  3020. },
  3021. sitting: {
  3022. height: math.unit(6 / 1.75, "feet"),
  3023. weight: math.unit(170, "lbs"),
  3024. name: "Sitting",
  3025. image: {
  3026. source: "./media/characters/vivian/sitting.svg",
  3027. bottom: 1 / 6.4,
  3028. extra: 1,
  3029. }
  3030. },
  3031. },
  3032. [
  3033. {
  3034. name: "Normal",
  3035. height: math.unit(7, "feet"),
  3036. default: true
  3037. },
  3038. {
  3039. name: "Macro",
  3040. height: math.unit(10, "stories")
  3041. },
  3042. {
  3043. name: "Macro+",
  3044. height: math.unit(30, "stories")
  3045. },
  3046. {
  3047. name: "Megamacro",
  3048. height: math.unit(10, "miles")
  3049. },
  3050. {
  3051. name: "Megamacro+",
  3052. height: math.unit(2750000, "meters")
  3053. },
  3054. ]
  3055. ))
  3056. characterMakers.push(() => makeCharacter(
  3057. { name: "Prince" },
  3058. {
  3059. front: {
  3060. height: math.unit(6, "feet"),
  3061. weight: math.unit(160, "lbs"),
  3062. name: "Front",
  3063. image: {
  3064. source: "./media/characters/prince/front.svg",
  3065. extra: 3400 / 3000
  3066. }
  3067. },
  3068. jumping: {
  3069. height: math.unit(6, "feet"),
  3070. weight: math.unit(160, "lbs"),
  3071. name: "Jumping",
  3072. image: {
  3073. source: "./media/characters/prince/jump.svg",
  3074. extra: 2555 / 2134
  3075. }
  3076. },
  3077. },
  3078. [
  3079. {
  3080. name: "Normal",
  3081. height: math.unit(7.75, "feet"),
  3082. default: true
  3083. },
  3084. {
  3085. name: "Not cute",
  3086. height: math.unit(17, "feet")
  3087. },
  3088. {
  3089. name: "I said NOT",
  3090. height: math.unit(91, "feet")
  3091. },
  3092. {
  3093. name: "Please stop",
  3094. height: math.unit(560, "feet")
  3095. },
  3096. {
  3097. name: "What have you done",
  3098. height: math.unit(2200, "feet")
  3099. },
  3100. {
  3101. name: "Deer God",
  3102. height: math.unit(3.6, "miles")
  3103. },
  3104. ]
  3105. ))
  3106. characterMakers.push(() => makeCharacter(
  3107. { name: "Psymon" },
  3108. {
  3109. standing: {
  3110. height: math.unit(6, "feet"),
  3111. weight: math.unit(300, "lbs"),
  3112. name: "Standing",
  3113. image: {
  3114. source: "./media/characters/psymon/standing.svg",
  3115. extra: 1888 / 1810,
  3116. bottom: 0.05
  3117. }
  3118. },
  3119. slithering: {
  3120. height: math.unit(6, "feet"),
  3121. weight: math.unit(300, "lbs"),
  3122. name: "Slithering",
  3123. image: {
  3124. source: "./media/characters/psymon/slithering.svg",
  3125. extra: 1330 / 1224
  3126. }
  3127. },
  3128. slitheringAlt: {
  3129. height: math.unit(6, "feet"),
  3130. weight: math.unit(300, "lbs"),
  3131. name: "Slithering (Alt)",
  3132. image: {
  3133. source: "./media/characters/psymon/slithering-alt.svg",
  3134. extra: 1330 / 1224
  3135. }
  3136. },
  3137. },
  3138. [
  3139. {
  3140. name: "Normal",
  3141. height: math.unit(11.25, "feet"),
  3142. default: true
  3143. },
  3144. {
  3145. name: "Large",
  3146. height: math.unit(27, "feet")
  3147. },
  3148. {
  3149. name: "Giant",
  3150. height: math.unit(87, "feet")
  3151. },
  3152. {
  3153. name: "Macro",
  3154. height: math.unit(365, "feet")
  3155. },
  3156. {
  3157. name: "Megamacro",
  3158. height: math.unit(3, "miles")
  3159. },
  3160. {
  3161. name: "World Serpent",
  3162. height: math.unit(8000, "miles")
  3163. },
  3164. ]
  3165. ))
  3166. characterMakers.push(() => makeCharacter(
  3167. { name: "Daimos" },
  3168. {
  3169. front: {
  3170. height: math.unit(6, "feet"),
  3171. weight: math.unit(180, "lbs"),
  3172. name: "Front",
  3173. image: {
  3174. source: "./media/characters/daimos/front.svg",
  3175. extra: 4160 / 3897,
  3176. bottom: 0.021
  3177. }
  3178. }
  3179. },
  3180. [
  3181. {
  3182. name: "Normal",
  3183. height: math.unit(8, "feet"),
  3184. default: true
  3185. },
  3186. {
  3187. name: "Big Dog",
  3188. height: math.unit(22, "feet")
  3189. },
  3190. {
  3191. name: "Macro",
  3192. height: math.unit(127, "feet")
  3193. },
  3194. {
  3195. name: "Megamacro",
  3196. height: math.unit(3600, "feet")
  3197. },
  3198. ]
  3199. ))
  3200. characterMakers.push(() => makeCharacter(
  3201. { name: "Blake" },
  3202. {
  3203. side: {
  3204. height: math.unit(6, "feet"),
  3205. weight: math.unit(180, "lbs"),
  3206. name: "Side",
  3207. image: {
  3208. source: "./media/characters/blake/side.svg",
  3209. extra: 1212 / 1120,
  3210. bottom: 0.05
  3211. }
  3212. },
  3213. crouched: {
  3214. height: math.unit(6 * 0.57, "feet"),
  3215. weight: math.unit(180, "lbs"),
  3216. name: "Crouched",
  3217. image: {
  3218. source: "./media/characters/blake/crouched.svg",
  3219. extra: 840 / 587,
  3220. bottom: 0.04
  3221. }
  3222. },
  3223. bent: {
  3224. height: math.unit(6 * 0.75, "feet"),
  3225. weight: math.unit(180, "lbs"),
  3226. name: "Bent",
  3227. image: {
  3228. source: "./media/characters/blake/bent.svg",
  3229. extra: 592 / 544,
  3230. bottom: 0.035
  3231. }
  3232. },
  3233. },
  3234. [
  3235. {
  3236. name: "Normal",
  3237. height: math.unit(8 + 1 / 6, "feet"),
  3238. default: true
  3239. },
  3240. {
  3241. name: "Big Backside",
  3242. height: math.unit(37, "feet")
  3243. },
  3244. {
  3245. name: "Subway Shredder",
  3246. height: math.unit(72, "feet")
  3247. },
  3248. {
  3249. name: "City Carver",
  3250. height: math.unit(1675, "feet")
  3251. },
  3252. {
  3253. name: "Tectonic Tweaker",
  3254. height: math.unit(2300, "miles")
  3255. },
  3256. ]
  3257. ))
  3258. characterMakers.push(() => makeCharacter(
  3259. { name: "Guisetto" },
  3260. {
  3261. front: {
  3262. height: math.unit(6, "feet"),
  3263. weight: math.unit(180, "lbs"),
  3264. name: "Front",
  3265. image: {
  3266. source: "./media/characters/guisetto/front.svg",
  3267. extra: 856 / 817,
  3268. bottom: 0.06
  3269. }
  3270. },
  3271. airborne: {
  3272. height: math.unit(6, "feet"),
  3273. weight: math.unit(180, "lbs"),
  3274. name: "Airborne",
  3275. image: {
  3276. source: "./media/characters/guisetto/airborne.svg",
  3277. extra: 584 / 525
  3278. }
  3279. },
  3280. },
  3281. [
  3282. {
  3283. name: "Normal",
  3284. height: math.unit(10 + 11 / 12, "feet"),
  3285. default: true
  3286. },
  3287. {
  3288. name: "Large",
  3289. height: math.unit(35, "feet")
  3290. },
  3291. {
  3292. name: "Macro",
  3293. height: math.unit(475, "feet")
  3294. },
  3295. ]
  3296. ))
  3297. characterMakers.push(() => makeCharacter(
  3298. { name: "Luxor" },
  3299. {
  3300. front: {
  3301. height: math.unit(6, "feet"),
  3302. weight: math.unit(180, "lbs"),
  3303. name: "Front",
  3304. image: {
  3305. source: "./media/characters/luxor/front.svg",
  3306. extra: 2940 / 2152
  3307. }
  3308. },
  3309. back: {
  3310. height: math.unit(6, "feet"),
  3311. weight: math.unit(180, "lbs"),
  3312. name: "Back",
  3313. image: {
  3314. source: "./media/characters/luxor/back.svg",
  3315. extra: 1083 / 960
  3316. }
  3317. },
  3318. },
  3319. [
  3320. {
  3321. name: "Normal",
  3322. height: math.unit(5 + 5 / 6, "feet"),
  3323. default: true
  3324. },
  3325. {
  3326. name: "Lamp",
  3327. height: math.unit(50, "feet")
  3328. },
  3329. {
  3330. name: "Lämp",
  3331. height: math.unit(300, "feet")
  3332. },
  3333. {
  3334. name: "The sun is a lamp",
  3335. height: math.unit(250000, "miles")
  3336. },
  3337. ]
  3338. ))
  3339. characterMakers.push(() => makeCharacter(
  3340. { name: "Huoyan" },
  3341. {
  3342. front: {
  3343. height: math.unit(6, "feet"),
  3344. weight: math.unit(50, "lbs"),
  3345. name: "Front",
  3346. image: {
  3347. source: "./media/characters/huoyan/front.svg"
  3348. }
  3349. },
  3350. side: {
  3351. height: math.unit(6, "feet"),
  3352. weight: math.unit(180, "lbs"),
  3353. name: "Side",
  3354. image: {
  3355. source: "./media/characters/huoyan/side.svg"
  3356. }
  3357. },
  3358. },
  3359. [
  3360. {
  3361. name: "Chef",
  3362. height: math.unit(9, "feet")
  3363. },
  3364. {
  3365. name: "Normal",
  3366. height: math.unit(65, "feet"),
  3367. default: true
  3368. },
  3369. {
  3370. name: "Macro",
  3371. height: math.unit(780, "feet")
  3372. },
  3373. {
  3374. name: "Flaming Mountain",
  3375. height: math.unit(4.8, "miles")
  3376. },
  3377. {
  3378. name: "Celestial",
  3379. height: math.unit(765000, "miles")
  3380. },
  3381. ]
  3382. ))
  3383. characterMakers.push(() => makeCharacter(
  3384. { name: "Tails" },
  3385. {
  3386. front: {
  3387. height: math.unit(5 + 3 / 4, "feet"),
  3388. weight: math.unit(120, "lbs"),
  3389. name: "Front",
  3390. image: {
  3391. source: "./media/characters/tails/front.svg"
  3392. }
  3393. }
  3394. },
  3395. [
  3396. {
  3397. name: "Normal",
  3398. height: math.unit(5 + 3 / 4, "feet"),
  3399. default: true
  3400. }
  3401. ]
  3402. ))
  3403. characterMakers.push(() => makeCharacter(
  3404. { name: "Rainy" },
  3405. {
  3406. front: {
  3407. height: math.unit(4, "feet"),
  3408. weight: math.unit(50, "lbs"),
  3409. name: "Front",
  3410. image: {
  3411. source: "./media/characters/rainy/front.svg"
  3412. }
  3413. }
  3414. },
  3415. [
  3416. {
  3417. name: "Macro",
  3418. height: math.unit(800, "feet"),
  3419. default: true
  3420. }
  3421. ]
  3422. ))
  3423. characterMakers.push(() => makeCharacter(
  3424. { name: "Rainier" },
  3425. {
  3426. front: {
  3427. height: math.unit(6, "feet"),
  3428. weight: math.unit(150, "lbs"),
  3429. name: "Front",
  3430. image: {
  3431. source: "./media/characters/rainier/front.svg"
  3432. }
  3433. }
  3434. },
  3435. [
  3436. {
  3437. name: "Micro",
  3438. height: math.unit(2, "mm"),
  3439. default: true
  3440. }
  3441. ]
  3442. ))
  3443. characterMakers.push(() => makeCharacter(
  3444. { name: "Andy" },
  3445. {
  3446. front: {
  3447. height: math.unit(6, "feet"),
  3448. weight: math.unit(180, "lbs"),
  3449. name: "Front",
  3450. image: {
  3451. source: "./media/characters/andy/front.svg"
  3452. }
  3453. }
  3454. },
  3455. [
  3456. {
  3457. name: "Normal",
  3458. height: math.unit(8, "feet"),
  3459. default: true
  3460. },
  3461. {
  3462. name: "Macro",
  3463. height: math.unit(1000, "feet")
  3464. },
  3465. {
  3466. name: "Megamacro",
  3467. height: math.unit(5, "miles")
  3468. },
  3469. {
  3470. name: "Gigamacro",
  3471. height: math.unit(5000, "miles")
  3472. },
  3473. ]
  3474. ))
  3475. characterMakers.push(() => makeCharacter(
  3476. { name: "Cimmaron" },
  3477. {
  3478. frontClothed: {
  3479. height: math.unit(6, "feet"),
  3480. weight: math.unit(210, "lbs"),
  3481. name: "Front (Clothed)",
  3482. image: {
  3483. source: "./media/characters/cimmaron/front-clothed.svg",
  3484. extra: 701 / 676,
  3485. bottom: 0.046
  3486. }
  3487. },
  3488. backClothed: {
  3489. height: math.unit(6, "feet"),
  3490. weight: math.unit(210, "lbs"),
  3491. name: "Back (Clothed)",
  3492. image: {
  3493. source: "./media/characters/cimmaron/back-clothed.svg",
  3494. extra: 701 / 676,
  3495. bottom: 0.046
  3496. }
  3497. },
  3498. frontNude: {
  3499. height: math.unit(6, "feet"),
  3500. weight: math.unit(210, "lbs"),
  3501. name: "Front (Nude)",
  3502. image: {
  3503. source: "./media/characters/cimmaron/front-nude.svg",
  3504. extra: 701 / 676,
  3505. bottom: 0.046
  3506. }
  3507. },
  3508. backNude: {
  3509. height: math.unit(6, "feet"),
  3510. weight: math.unit(210, "lbs"),
  3511. name: "Back (Nude)",
  3512. image: {
  3513. source: "./media/characters/cimmaron/back-nude.svg",
  3514. extra: 701 / 676,
  3515. bottom: 0.046
  3516. }
  3517. }
  3518. },
  3519. [
  3520. {
  3521. name: "Normal",
  3522. height: math.unit(6, "feet"),
  3523. default: true
  3524. },
  3525. {
  3526. name: "Macro Mayor",
  3527. height: math.unit(350, "meters")
  3528. },
  3529. ]
  3530. ))
  3531. characterMakers.push(() => makeCharacter(
  3532. { name: "Akari Kaen" },
  3533. {
  3534. front: {
  3535. height: math.unit(6, "feet"),
  3536. weight: math.unit(200, "lbs"),
  3537. name: "Front",
  3538. image: {
  3539. source: "./media/characters/akari/front.svg",
  3540. extra: 962 / 901,
  3541. bottom: 0.04
  3542. }
  3543. }
  3544. },
  3545. [
  3546. {
  3547. name: "Micro",
  3548. height: math.unit(5, "inches"),
  3549. default: true
  3550. },
  3551. {
  3552. name: "Normal",
  3553. height: math.unit(7, "feet")
  3554. },
  3555. ]
  3556. ))
  3557. characterMakers.push(() => makeCharacter(
  3558. { name: "Cynosura" },
  3559. {
  3560. front: {
  3561. height: math.unit(6, "feet"),
  3562. weight: math.unit(140, "lbs"),
  3563. name: "Front",
  3564. image: {
  3565. source: "./media/characters/cynosura/front.svg",
  3566. extra: 896 / 847
  3567. }
  3568. },
  3569. back: {
  3570. height: math.unit(6, "feet"),
  3571. weight: math.unit(140, "lbs"),
  3572. name: "Back",
  3573. image: {
  3574. source: "./media/characters/cynosura/back.svg",
  3575. extra: 1365 / 1250
  3576. }
  3577. },
  3578. },
  3579. [
  3580. {
  3581. name: "Micro",
  3582. height: math.unit(4, "inches")
  3583. },
  3584. {
  3585. name: "Normal",
  3586. height: math.unit(5.75, "feet"),
  3587. default: true
  3588. },
  3589. {
  3590. name: "Tall",
  3591. height: math.unit(10, "feet")
  3592. },
  3593. {
  3594. name: "Big",
  3595. height: math.unit(20, "feet")
  3596. },
  3597. {
  3598. name: "Macro",
  3599. height: math.unit(50, "feet")
  3600. },
  3601. ]
  3602. ))
  3603. characterMakers.push(() => makeCharacter(
  3604. { name: "Gin" },
  3605. {
  3606. front: {
  3607. height: math.unit(6, "feet"),
  3608. weight: math.unit(170, "lbs"),
  3609. name: "Front",
  3610. image: {
  3611. source: "./media/characters/gin/front.svg",
  3612. extra: 1.053,
  3613. bottom: 0.025
  3614. }
  3615. },
  3616. foot: {
  3617. height: math.unit(6 / 4.25, "feet"),
  3618. name: "Foot",
  3619. image: {
  3620. source: "./media/characters/gin/foot.svg"
  3621. }
  3622. },
  3623. sole: {
  3624. height: math.unit(6 / 4.40, "feet"),
  3625. name: "Sole",
  3626. image: {
  3627. source: "./media/characters/gin/sole.svg"
  3628. }
  3629. },
  3630. },
  3631. [
  3632. {
  3633. name: "Normal",
  3634. height: math.unit(9 + 4 / 12, "feet")
  3635. },
  3636. {
  3637. name: "Macro",
  3638. height: math.unit(1500, "feet")
  3639. },
  3640. {
  3641. name: "Megamacro",
  3642. height: math.unit(200, "miles"),
  3643. default: true
  3644. },
  3645. {
  3646. name: "Gigamacro",
  3647. height: math.unit(500, "megameters")
  3648. },
  3649. {
  3650. name: "Teramacro",
  3651. height: math.unit(15, "lightyears")
  3652. }
  3653. ]
  3654. ))
  3655. characterMakers.push(() => makeCharacter(
  3656. { name: "Guy" },
  3657. {
  3658. front: {
  3659. height: math.unit(6 + 1 / 6, "feet"),
  3660. weight: math.unit(178, "lbs"),
  3661. name: "Front",
  3662. image: {
  3663. source: "./media/characters/guy/front.svg"
  3664. }
  3665. }
  3666. },
  3667. [
  3668. {
  3669. name: "Normal",
  3670. height: math.unit(6 + 1 / 6, "feet"),
  3671. default: true
  3672. },
  3673. {
  3674. name: "Large",
  3675. height: math.unit(25 + 7 / 12, "feet")
  3676. },
  3677. {
  3678. name: "Macro",
  3679. height: math.unit(60 + 9 / 12, "feet")
  3680. },
  3681. {
  3682. name: "Macro+",
  3683. height: math.unit(246, "feet")
  3684. },
  3685. {
  3686. name: "Macro++",
  3687. height: math.unit(878, "feet")
  3688. }
  3689. ]
  3690. ))
  3691. characterMakers.push(() => makeCharacter(
  3692. { name: "Tiberius" },
  3693. {
  3694. front: {
  3695. height: math.unit(9, "feet"),
  3696. weight: math.unit(800, "lbs"),
  3697. name: "Front",
  3698. image: {
  3699. source: "./media/characters/tiberius/front.svg",
  3700. extra: 2295 / 2071
  3701. }
  3702. },
  3703. back: {
  3704. height: math.unit(9, "feet"),
  3705. weight: math.unit(800, "lbs"),
  3706. name: "Back",
  3707. image: {
  3708. source: "./media/characters/tiberius/back.svg",
  3709. extra: 2373 / 2160
  3710. }
  3711. },
  3712. },
  3713. [
  3714. {
  3715. name: "Normal",
  3716. height: math.unit(9, "feet"),
  3717. default: true
  3718. }
  3719. ]
  3720. ))
  3721. characterMakers.push(() => makeCharacter(
  3722. { name: "Surgo" },
  3723. {
  3724. front: {
  3725. height: math.unit(6, "feet"),
  3726. weight: math.unit(600, "lbs"),
  3727. name: "Front",
  3728. image: {
  3729. source: "./media/characters/surgo/front.svg",
  3730. extra: 3591 / 2227
  3731. }
  3732. },
  3733. back: {
  3734. height: math.unit(6, "feet"),
  3735. weight: math.unit(600, "lbs"),
  3736. name: "Back",
  3737. image: {
  3738. source: "./media/characters/surgo/back.svg",
  3739. extra: 3557 / 2228
  3740. }
  3741. },
  3742. laying: {
  3743. height: math.unit(6 * 0.85, "feet"),
  3744. weight: math.unit(600, "lbs"),
  3745. name: "Laying",
  3746. image: {
  3747. source: "./media/characters/surgo/laying.svg"
  3748. }
  3749. },
  3750. },
  3751. [
  3752. {
  3753. name: "Normal",
  3754. height: math.unit(6, "feet"),
  3755. default: true
  3756. }
  3757. ]
  3758. ))
  3759. characterMakers.push(() => makeCharacter(
  3760. { name: "Cibus" },
  3761. {
  3762. side: {
  3763. height: math.unit(6, "feet"),
  3764. weight: math.unit(150, "lbs"),
  3765. name: "Side",
  3766. image: {
  3767. source: "./media/characters/cibus/side.svg",
  3768. extra: 800 / 400
  3769. }
  3770. },
  3771. },
  3772. [
  3773. {
  3774. name: "Normal",
  3775. height: math.unit(6, "feet"),
  3776. default: true
  3777. }
  3778. ]
  3779. ))
  3780. characterMakers.push(() => makeCharacter(
  3781. { name: "Nibbles" },
  3782. {
  3783. front: {
  3784. height: math.unit(6, "feet"),
  3785. weight: math.unit(240, "lbs"),
  3786. name: "Front",
  3787. image: {
  3788. source: "./media/characters/nibbles/front.svg"
  3789. }
  3790. },
  3791. side: {
  3792. height: math.unit(6, "feet"),
  3793. weight: math.unit(240, "lbs"),
  3794. name: "Side",
  3795. image: {
  3796. source: "./media/characters/nibbles/side.svg"
  3797. }
  3798. },
  3799. },
  3800. [
  3801. {
  3802. name: "Normal",
  3803. height: math.unit(9, "feet"),
  3804. default: true
  3805. }
  3806. ]
  3807. ))
  3808. characterMakers.push(() => makeCharacter(
  3809. { name: "Rikky" },
  3810. {
  3811. side: {
  3812. height: math.unit(5 + 1 / 6, "feet"),
  3813. weight: math.unit(130, "lbs"),
  3814. name: "Side",
  3815. image: {
  3816. source: "./media/characters/rikky/side.svg"
  3817. }
  3818. },
  3819. },
  3820. [
  3821. {
  3822. name: "Normal",
  3823. height: math.unit(5 + 1 / 6, "feet")
  3824. },
  3825. {
  3826. name: "Macro",
  3827. height: math.unit(152, "feet"),
  3828. default: true
  3829. },
  3830. {
  3831. name: "Megamacro",
  3832. height: math.unit(7, "miles")
  3833. }
  3834. ]
  3835. ))
  3836. characterMakers.push(() => makeCharacter(
  3837. { name: "Malfressa" },
  3838. {
  3839. side: {
  3840. height: math.unit(370, "cm"),
  3841. weight: math.unit(350, "lbs"),
  3842. name: "Side",
  3843. image: {
  3844. source: "./media/characters/malfressa/side.svg"
  3845. }
  3846. },
  3847. walking: {
  3848. height: math.unit(370, "cm"),
  3849. weight: math.unit(350, "lbs"),
  3850. name: "Walking",
  3851. image: {
  3852. source: "./media/characters/malfressa/walking.svg"
  3853. }
  3854. },
  3855. feral: {
  3856. height: math.unit(2500, "cm"),
  3857. weight: math.unit(100000, "lbs"),
  3858. name: "Feral",
  3859. image: {
  3860. source: "./media/characters/malfressa/feral.svg",
  3861. extra: 2108 / 837,
  3862. bottom: 0.02
  3863. }
  3864. },
  3865. },
  3866. [
  3867. {
  3868. name: "Normal",
  3869. height: math.unit(370, "cm")
  3870. },
  3871. {
  3872. name: "Macro",
  3873. height: math.unit(300, "meters"),
  3874. default: true
  3875. }
  3876. ]
  3877. ))
  3878. characterMakers.push(() => makeCharacter(
  3879. { name: "Jaro" },
  3880. {
  3881. front: {
  3882. height: math.unit(6, "feet"),
  3883. weight: math.unit(60, "kg"),
  3884. name: "Front",
  3885. image: {
  3886. source: "./media/characters/jaro/front.svg"
  3887. }
  3888. },
  3889. back: {
  3890. height: math.unit(6, "feet"),
  3891. weight: math.unit(60, "kg"),
  3892. name: "Back",
  3893. image: {
  3894. source: "./media/characters/jaro/back.svg"
  3895. }
  3896. },
  3897. },
  3898. [
  3899. {
  3900. name: "Micro",
  3901. height: math.unit(7, "inches")
  3902. },
  3903. {
  3904. name: "Normal",
  3905. height: math.unit(5.5, "feet"),
  3906. default: true
  3907. },
  3908. {
  3909. name: "Minimacro",
  3910. height: math.unit(20, "feet")
  3911. },
  3912. {
  3913. name: "Macro",
  3914. height: math.unit(200, "meters")
  3915. }
  3916. ]
  3917. ))
  3918. characterMakers.push(() => makeCharacter(
  3919. { name: "Rogue" },
  3920. {
  3921. front: {
  3922. height: math.unit(6, "feet"),
  3923. weight: math.unit(195, "lb"),
  3924. name: "Front",
  3925. image: {
  3926. source: "./media/characters/rogue/front.svg"
  3927. }
  3928. },
  3929. },
  3930. [
  3931. {
  3932. name: "Macro",
  3933. height: math.unit(90, "feet"),
  3934. default: true
  3935. },
  3936. ]
  3937. ))
  3938. characterMakers.push(() => makeCharacter(
  3939. { name: "Piper" },
  3940. {
  3941. front: {
  3942. height: math.unit(5 + 8 / 12, "feet"),
  3943. weight: math.unit(140, "lb"),
  3944. name: "Front",
  3945. image: {
  3946. source: "./media/characters/piper/front.svg",
  3947. extra: 3928 / 3681
  3948. }
  3949. },
  3950. },
  3951. [
  3952. {
  3953. name: "Micro",
  3954. height: math.unit(2, "inches")
  3955. },
  3956. {
  3957. name: "Normal",
  3958. height: math.unit(5 + 8 / 12, "feet")
  3959. },
  3960. {
  3961. name: "Macro",
  3962. height: math.unit(250, "feet"),
  3963. default: true
  3964. },
  3965. {
  3966. name: "Megamacro",
  3967. height: math.unit(7, "miles")
  3968. },
  3969. ]
  3970. ))
  3971. characterMakers.push(() => makeCharacter(
  3972. { name: "Gemini" },
  3973. {
  3974. front: {
  3975. height: math.unit(6, "feet"),
  3976. weight: math.unit(220, "lb"),
  3977. name: "Front",
  3978. image: {
  3979. source: "./media/characters/gemini/front.svg"
  3980. }
  3981. },
  3982. back: {
  3983. height: math.unit(6, "feet"),
  3984. weight: math.unit(220, "lb"),
  3985. name: "Back",
  3986. image: {
  3987. source: "./media/characters/gemini/back.svg"
  3988. }
  3989. },
  3990. kneeling: {
  3991. height: math.unit(6 / 1.5, "feet"),
  3992. weight: math.unit(220, "lb"),
  3993. name: "Kneeling",
  3994. image: {
  3995. source: "./media/characters/gemini/kneeling.svg",
  3996. bottom: 0.02
  3997. }
  3998. },
  3999. },
  4000. [
  4001. {
  4002. name: "Macro",
  4003. height: math.unit(300, "meters"),
  4004. default: true
  4005. },
  4006. {
  4007. name: "Megamacro",
  4008. height: math.unit(6900, "meters")
  4009. },
  4010. ]
  4011. ))
  4012. characterMakers.push(() => makeCharacter(
  4013. { name: "Alicia" },
  4014. {
  4015. anthro: {
  4016. height: math.unit(2.35, "meters"),
  4017. weight: math.unit(73, "kg"),
  4018. name: "Anthro",
  4019. image: {
  4020. source: "./media/characters/alicia/anthro.svg"
  4021. }
  4022. },
  4023. feral: {
  4024. height: math.unit(1.69, "meters"),
  4025. weight: math.unit(73, "kg"),
  4026. name: "Feral",
  4027. image: {
  4028. source: "./media/characters/alicia/feral.svg"
  4029. }
  4030. },
  4031. },
  4032. [
  4033. {
  4034. name: "Normal",
  4035. height: math.unit(2.35, "meters")
  4036. },
  4037. {
  4038. name: "Macro",
  4039. height: math.unit(60, "meters"),
  4040. default: true
  4041. },
  4042. {
  4043. name: "Megamacro",
  4044. height: math.unit(10000, "kilometers")
  4045. },
  4046. ]
  4047. ))
  4048. characterMakers.push(() => makeCharacter(
  4049. { name: "Archy" },
  4050. {
  4051. front: {
  4052. height: math.unit(7, "feet"),
  4053. weight: math.unit(250, "lbs"),
  4054. name: "Front",
  4055. image: {
  4056. source: "./media/characters/archy/front.svg"
  4057. }
  4058. }
  4059. },
  4060. [
  4061. {
  4062. name: "Micro",
  4063. height: math.unit(1, "inch")
  4064. },
  4065. {
  4066. name: "Shorty",
  4067. height: math.unit(5, "feet")
  4068. },
  4069. {
  4070. name: "Normal",
  4071. height: math.unit(7, "feet")
  4072. },
  4073. {
  4074. name: "Macro",
  4075. height: math.unit(600, "meters"),
  4076. default: true
  4077. },
  4078. {
  4079. name: "Megamacro",
  4080. height: math.unit(1, "mile")
  4081. },
  4082. ]
  4083. ))
  4084. characterMakers.push(() => makeCharacter(
  4085. { name: "Berri" },
  4086. {
  4087. front: {
  4088. height: math.unit(1.65, "meters"),
  4089. weight: math.unit(74, "kg"),
  4090. name: "Front",
  4091. image: {
  4092. source: "./media/characters/berri/front.svg"
  4093. }
  4094. }
  4095. },
  4096. [
  4097. {
  4098. name: "Normal",
  4099. height: math.unit(1.65, "meters")
  4100. },
  4101. {
  4102. name: "Macro",
  4103. height: math.unit(60, "m"),
  4104. default: true
  4105. },
  4106. {
  4107. name: "Megamacro",
  4108. height: math.unit(9.213, "km")
  4109. },
  4110. {
  4111. name: "Planet Eater",
  4112. height: math.unit(489, "megameters")
  4113. },
  4114. {
  4115. name: "Teramacro",
  4116. height: math.unit(2471635000000, "meters")
  4117. },
  4118. {
  4119. name: "Examacro",
  4120. height: math.unit(8.0624e+26, "meters")
  4121. }
  4122. ]
  4123. ))
  4124. characterMakers.push(() => makeCharacter(
  4125. { name: "Lexi" },
  4126. {
  4127. front: {
  4128. height: math.unit(1.72, "meters"),
  4129. weight: math.unit(68, "kg"),
  4130. name: "Front",
  4131. image: {
  4132. source: "./media/characters/lexi/front.svg"
  4133. }
  4134. }
  4135. },
  4136. [
  4137. {
  4138. name: "Very Smol",
  4139. height: math.unit(10, "mm")
  4140. },
  4141. {
  4142. name: "Micro",
  4143. height: math.unit(6.8, "cm"),
  4144. default: true
  4145. },
  4146. {
  4147. name: "Normal",
  4148. height: math.unit(1.72, "m")
  4149. }
  4150. ]
  4151. ))
  4152. characterMakers.push(() => makeCharacter(
  4153. { name: "Martin" },
  4154. {
  4155. front: {
  4156. height: math.unit(1.69, "meters"),
  4157. weight: math.unit(68, "kg"),
  4158. name: "Front",
  4159. image: {
  4160. source: "./media/characters/martin/front.svg",
  4161. extra: 596 / 581
  4162. }
  4163. }
  4164. },
  4165. [
  4166. {
  4167. name: "Micro",
  4168. height: math.unit(6.85, "cm"),
  4169. default: true
  4170. },
  4171. {
  4172. name: "Normal",
  4173. height: math.unit(1.69, "m")
  4174. }
  4175. ]
  4176. ))
  4177. characterMakers.push(() => makeCharacter(
  4178. { name: "Juno" },
  4179. {
  4180. front: {
  4181. height: math.unit(1.69, "meters"),
  4182. weight: math.unit(68, "kg"),
  4183. name: "Front",
  4184. image: {
  4185. source: "./media/characters/juno/front.svg"
  4186. }
  4187. }
  4188. },
  4189. [
  4190. {
  4191. name: "Micro",
  4192. height: math.unit(7, "cm")
  4193. },
  4194. {
  4195. name: "Normal",
  4196. height: math.unit(1.89, "m")
  4197. },
  4198. {
  4199. name: "Macro",
  4200. height: math.unit(353, "meters"),
  4201. default: true
  4202. }
  4203. ]
  4204. ))
  4205. characterMakers.push(() => makeCharacter(
  4206. { name: "Samantha" },
  4207. {
  4208. front: {
  4209. height: math.unit(1.93, "meters"),
  4210. weight: math.unit(83, "kg"),
  4211. name: "Front",
  4212. image: {
  4213. source: "./media/characters/samantha/front.svg"
  4214. }
  4215. },
  4216. frontClothed: {
  4217. height: math.unit(1.93, "meters"),
  4218. weight: math.unit(83, "kg"),
  4219. name: "Front (Clothed)",
  4220. image: {
  4221. source: "./media/characters/samantha/front-clothed.svg"
  4222. }
  4223. },
  4224. back: {
  4225. height: math.unit(1.93, "meters"),
  4226. weight: math.unit(83, "kg"),
  4227. name: "Back",
  4228. image: {
  4229. source: "./media/characters/samantha/back.svg"
  4230. }
  4231. },
  4232. },
  4233. [
  4234. {
  4235. name: "Normal",
  4236. height: math.unit(1.93, "m")
  4237. },
  4238. {
  4239. name: "Macro",
  4240. height: math.unit(74, "meters"),
  4241. default: true
  4242. },
  4243. {
  4244. name: "Macro+",
  4245. height: math.unit(223, "meters"),
  4246. },
  4247. {
  4248. name: "Megamacro",
  4249. height: math.unit(8381, "meters"),
  4250. },
  4251. {
  4252. name: "Megamacro+",
  4253. height: math.unit(12000, "kilometers")
  4254. },
  4255. ]
  4256. ))
  4257. characterMakers.push(() => makeCharacter(
  4258. { name: "Dr. Clay" },
  4259. {
  4260. front: {
  4261. height: math.unit(1.92, "meters"),
  4262. weight: math.unit(80, "kg"),
  4263. name: "Front",
  4264. image: {
  4265. source: "./media/characters/dr-clay/front.svg"
  4266. }
  4267. },
  4268. frontClothed: {
  4269. height: math.unit(1.92, "meters"),
  4270. weight: math.unit(80, "kg"),
  4271. name: "Front (Clothed)",
  4272. image: {
  4273. source: "./media/characters/dr-clay/front-clothed.svg"
  4274. }
  4275. }
  4276. },
  4277. [
  4278. {
  4279. name: "Normal",
  4280. height: math.unit(1.92, "m")
  4281. },
  4282. {
  4283. name: "Macro",
  4284. height: math.unit(214, "meters"),
  4285. default: true
  4286. },
  4287. {
  4288. name: "Macro+",
  4289. height: math.unit(12.237, "meters"),
  4290. },
  4291. {
  4292. name: "Megamacro",
  4293. height: math.unit(557, "megameters"),
  4294. },
  4295. {
  4296. name: "Unimaginable",
  4297. height: math.unit(120e9, "lightyears")
  4298. },
  4299. ]
  4300. ))
  4301. characterMakers.push(() => makeCharacter(
  4302. { name: "Wyvrn Ripsnarl" },
  4303. {
  4304. front: {
  4305. height: math.unit(2, "meters"),
  4306. weight: math.unit(80, "kg"),
  4307. name: "Front",
  4308. image: {
  4309. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4310. }
  4311. }
  4312. },
  4313. [
  4314. {
  4315. name: "Teramacro",
  4316. height: math.unit(500000, "lightyears"),
  4317. default: true
  4318. },
  4319. ]
  4320. ))
  4321. characterMakers.push(() => makeCharacter(
  4322. { name: "Vemus" },
  4323. {
  4324. front: {
  4325. height: math.unit(2, "meters"),
  4326. weight: math.unit(150, "kg"),
  4327. name: "Front",
  4328. image: {
  4329. source: "./media/characters/vemus/front.svg",
  4330. extra: 2384 / 2084,
  4331. bottom: 0.0123
  4332. }
  4333. }
  4334. },
  4335. [
  4336. {
  4337. name: "Normal",
  4338. height: math.unit(3.75, "meters"),
  4339. default: true
  4340. },
  4341. {
  4342. name: "Big",
  4343. height: math.unit(8, "meters")
  4344. },
  4345. {
  4346. name: "Macro",
  4347. height: math.unit(100, "meters")
  4348. },
  4349. {
  4350. name: "Macro+",
  4351. height: math.unit(1500, "meters")
  4352. },
  4353. {
  4354. name: "Stellar",
  4355. height: math.unit(14e8, "meters")
  4356. },
  4357. ]
  4358. ))
  4359. characterMakers.push(() => makeCharacter(
  4360. { name: "Beherit" },
  4361. {
  4362. front: {
  4363. height: math.unit(2, "meters"),
  4364. weight: math.unit(70, "kg"),
  4365. name: "Front",
  4366. image: {
  4367. source: "./media/characters/beherit/front.svg",
  4368. extra: 1408 / 1242
  4369. }
  4370. }
  4371. },
  4372. [
  4373. {
  4374. name: "Normal",
  4375. height: math.unit(6, "feet")
  4376. },
  4377. {
  4378. name: "Lorg",
  4379. height: math.unit(25, "feet"),
  4380. default: true
  4381. },
  4382. {
  4383. name: "Lorger",
  4384. height: math.unit(75, "feet")
  4385. },
  4386. {
  4387. name: "Macro",
  4388. height: math.unit(200, "meters")
  4389. },
  4390. ]
  4391. ))
  4392. characterMakers.push(() => makeCharacter(
  4393. { name: "Everett" },
  4394. {
  4395. front: {
  4396. height: math.unit(2, "meters"),
  4397. weight: math.unit(150, "kg"),
  4398. name: "Front",
  4399. image: {
  4400. source: "./media/characters/everett/front.svg",
  4401. extra: 2038 / 1737,
  4402. bottom: 0.03
  4403. }
  4404. },
  4405. paw: {
  4406. height: math.unit(2 / 3.6, "meters"),
  4407. name: "Paw",
  4408. image: {
  4409. source: "./media/characters/everett/paw.svg"
  4410. }
  4411. },
  4412. },
  4413. [
  4414. {
  4415. name: "Normal",
  4416. height: math.unit(15, "feet"),
  4417. default: true
  4418. },
  4419. {
  4420. name: "Lorg",
  4421. height: math.unit(70, "feet"),
  4422. default: true
  4423. },
  4424. {
  4425. name: "Lorger",
  4426. height: math.unit(250, "feet")
  4427. },
  4428. {
  4429. name: "Macro",
  4430. height: math.unit(500, "meters")
  4431. },
  4432. ]
  4433. ))
  4434. characterMakers.push(() => makeCharacter(
  4435. { name: "Rose Lion" },
  4436. {
  4437. front: {
  4438. height: math.unit(2, "meters"),
  4439. weight: math.unit(86, "kg"),
  4440. name: "Front",
  4441. image: {
  4442. source: "./media/characters/rose-lion/front.svg"
  4443. }
  4444. },
  4445. bent: {
  4446. height: math.unit(2 / 1.4288, "meters"),
  4447. weight: math.unit(86, "kg"),
  4448. name: "Bent",
  4449. image: {
  4450. source: "./media/characters/rose-lion/bent.svg"
  4451. }
  4452. }
  4453. },
  4454. [
  4455. {
  4456. name: "Mini-Micro",
  4457. height: math.unit(1, "cm")
  4458. },
  4459. {
  4460. name: "Micro",
  4461. height: math.unit(3.5, "inches"),
  4462. default: true
  4463. },
  4464. {
  4465. name: "Normal",
  4466. height: math.unit(6 + 1 / 6, "feet")
  4467. },
  4468. {
  4469. name: "Mini-Macro",
  4470. height: math.unit(9 + 10 / 12, "feet")
  4471. },
  4472. ]
  4473. ))
  4474. characterMakers.push(() => makeCharacter(
  4475. { name: "Regal" },
  4476. {
  4477. front: {
  4478. height: math.unit(2, "meters"),
  4479. weight: math.unit(350, "lbs"),
  4480. name: "Front",
  4481. image: {
  4482. source: "./media/characters/regal/front.svg"
  4483. }
  4484. },
  4485. back: {
  4486. height: math.unit(2, "meters"),
  4487. weight: math.unit(350, "lbs"),
  4488. name: "Back",
  4489. image: {
  4490. source: "./media/characters/regal/back.svg"
  4491. }
  4492. },
  4493. },
  4494. [
  4495. {
  4496. name: "Macro",
  4497. height: math.unit(350, "feet"),
  4498. default: true
  4499. }
  4500. ]
  4501. ))
  4502. characterMakers.push(() => makeCharacter(
  4503. { name: "Opal" },
  4504. {
  4505. front: {
  4506. height: math.unit(4 + 11 / 12, "feet"),
  4507. weight: math.unit(100, "lbs"),
  4508. name: "Front",
  4509. image: {
  4510. source: "./media/characters/opal/front.svg"
  4511. }
  4512. },
  4513. frontAlt: {
  4514. height: math.unit(4 + 11 / 12, "feet"),
  4515. weight: math.unit(100, "lbs"),
  4516. name: "Front (Alt)",
  4517. image: {
  4518. source: "./media/characters/opal/front-alt.svg"
  4519. }
  4520. },
  4521. },
  4522. [
  4523. {
  4524. name: "Small",
  4525. height: math.unit(4 + 11 / 12, "feet")
  4526. },
  4527. {
  4528. name: "Normal",
  4529. height: math.unit(20, "feet"),
  4530. default: true
  4531. },
  4532. {
  4533. name: "Macro",
  4534. height: math.unit(120, "feet")
  4535. },
  4536. {
  4537. name: "Megamacro",
  4538. height: math.unit(80, "miles")
  4539. },
  4540. {
  4541. name: "True Size",
  4542. height: math.unit(100000, "lightyears")
  4543. },
  4544. ]
  4545. ))
  4546. characterMakers.push(() => makeCharacter(
  4547. { name: "Vector Wuff" },
  4548. {
  4549. front: {
  4550. height: math.unit(6, "feet"),
  4551. weight: math.unit(200, "lbs"),
  4552. name: "Front",
  4553. image: {
  4554. source: "./media/characters/vector-wuff/front.svg"
  4555. }
  4556. }
  4557. },
  4558. [
  4559. {
  4560. name: "Normal",
  4561. height: math.unit(2.8, "meters")
  4562. },
  4563. {
  4564. name: "Macro",
  4565. height: math.unit(450, "meters"),
  4566. default: true
  4567. },
  4568. {
  4569. name: "Megamacro",
  4570. height: math.unit(15, "kilometers")
  4571. }
  4572. ]
  4573. ))
  4574. characterMakers.push(() => makeCharacter(
  4575. { name: "Dannik" },
  4576. {
  4577. front: {
  4578. height: math.unit(6, "feet"),
  4579. weight: math.unit(256, "lbs"),
  4580. name: "Front",
  4581. image: {
  4582. source: "./media/characters/dannik/front.svg"
  4583. }
  4584. }
  4585. },
  4586. [
  4587. {
  4588. name: "Macro",
  4589. height: math.unit(69.57, "meters"),
  4590. default: true
  4591. },
  4592. ]
  4593. ))
  4594. characterMakers.push(() => makeCharacter(
  4595. { name: "Azura Saharah" },
  4596. {
  4597. front: {
  4598. height: math.unit(6, "feet"),
  4599. weight: math.unit(120, "lbs"),
  4600. name: "Front",
  4601. image: {
  4602. source: "./media/characters/azura-saharah/front.svg"
  4603. }
  4604. },
  4605. back: {
  4606. height: math.unit(6, "feet"),
  4607. weight: math.unit(120, "lbs"),
  4608. name: "Back",
  4609. image: {
  4610. source: "./media/characters/azura-saharah/back.svg"
  4611. }
  4612. },
  4613. },
  4614. [
  4615. {
  4616. name: "Macro",
  4617. height: math.unit(100, "feet"),
  4618. default: true
  4619. },
  4620. ]
  4621. ))
  4622. characterMakers.push(() => makeCharacter(
  4623. { name: "Kennedy" },
  4624. {
  4625. side: {
  4626. height: math.unit(5 + 4 / 12, "feet"),
  4627. weight: math.unit(163, "lbs"),
  4628. name: "Side",
  4629. image: {
  4630. source: "./media/characters/kennedy/side.svg"
  4631. }
  4632. }
  4633. },
  4634. [
  4635. {
  4636. name: "Standard Doggo",
  4637. height: math.unit(5 + 4 / 12, "feet")
  4638. },
  4639. {
  4640. name: "Big Doggo",
  4641. height: math.unit(25 + 3 / 12, "feet"),
  4642. default: true
  4643. },
  4644. ]
  4645. ))
  4646. characterMakers.push(() => makeCharacter(
  4647. { name: "Odi Lunar" },
  4648. {
  4649. front: {
  4650. height: math.unit(6, "feet"),
  4651. weight: math.unit(90, "lbs"),
  4652. name: "Front",
  4653. image: {
  4654. source: "./media/characters/odi-lunar/front.svg"
  4655. }
  4656. }
  4657. },
  4658. [
  4659. {
  4660. name: "Micro",
  4661. height: math.unit(3, "inches"),
  4662. default: true
  4663. },
  4664. {
  4665. name: "Normal",
  4666. height: math.unit(5.5, "feet")
  4667. }
  4668. ]
  4669. ))
  4670. characterMakers.push(() => makeCharacter(
  4671. { name: "Mandake" },
  4672. {
  4673. back: {
  4674. height: math.unit(6, "feet"),
  4675. weight: math.unit(220, "lbs"),
  4676. name: "Back",
  4677. image: {
  4678. source: "./media/characters/mandake/back.svg"
  4679. }
  4680. }
  4681. },
  4682. [
  4683. {
  4684. name: "Normal",
  4685. height: math.unit(7, "feet"),
  4686. default: true
  4687. },
  4688. {
  4689. name: "Macro",
  4690. height: math.unit(78, "feet")
  4691. },
  4692. {
  4693. name: "Macro+",
  4694. height: math.unit(300, "meters")
  4695. },
  4696. {
  4697. name: "Macro++",
  4698. height: math.unit(2400, "feet")
  4699. },
  4700. {
  4701. name: "Megamacro",
  4702. height: math.unit(5167, "meters")
  4703. },
  4704. {
  4705. name: "Gigamacro",
  4706. height: math.unit(41769, "miles")
  4707. },
  4708. ]
  4709. ))
  4710. characterMakers.push(() => makeCharacter(
  4711. { name: "Yozey" },
  4712. {
  4713. front: {
  4714. height: math.unit(6, "feet"),
  4715. weight: math.unit(120, "lbs"),
  4716. name: "Front",
  4717. image: {
  4718. source: "./media/characters/yozey/front.svg"
  4719. }
  4720. },
  4721. frontAlt: {
  4722. height: math.unit(6, "feet"),
  4723. weight: math.unit(120, "lbs"),
  4724. name: "Front (Alt)",
  4725. image: {
  4726. source: "./media/characters/yozey/front-alt.svg"
  4727. }
  4728. },
  4729. side: {
  4730. height: math.unit(6, "feet"),
  4731. weight: math.unit(120, "lbs"),
  4732. name: "Side",
  4733. image: {
  4734. source: "./media/characters/yozey/side.svg"
  4735. }
  4736. },
  4737. },
  4738. [
  4739. {
  4740. name: "Micro",
  4741. height: math.unit(3, "inches"),
  4742. default: true
  4743. },
  4744. {
  4745. name: "Normal",
  4746. height: math.unit(6, "feet")
  4747. }
  4748. ]
  4749. ))
  4750. characterMakers.push(() => makeCharacter(
  4751. { name: "Valeska Voss" },
  4752. {
  4753. front: {
  4754. height: math.unit(6, "feet"),
  4755. weight: math.unit(103, "lbs"),
  4756. name: "Front",
  4757. image: {
  4758. source: "./media/characters/valeska-voss/front.svg"
  4759. }
  4760. }
  4761. },
  4762. [
  4763. {
  4764. name: "Mini-Sized Sub",
  4765. height: math.unit(3.1, "inches")
  4766. },
  4767. {
  4768. name: "Mid-Sized Sub",
  4769. height: math.unit(6.2, "inches")
  4770. },
  4771. {
  4772. name: "Full-Sized Sub",
  4773. height: math.unit(9.3, "inches")
  4774. },
  4775. {
  4776. name: "Normal",
  4777. height: math.unit(5 + 2 / 12, "foot"),
  4778. default: true
  4779. },
  4780. ]
  4781. ))
  4782. characterMakers.push(() => makeCharacter(
  4783. { name: "Gene Zeta" },
  4784. {
  4785. front: {
  4786. height: math.unit(6, "feet"),
  4787. weight: math.unit(160, "lbs"),
  4788. name: "Front",
  4789. image: {
  4790. source: "./media/characters/gene-zeta/front.svg",
  4791. bottom: 0.03,
  4792. extra: 1
  4793. }
  4794. }
  4795. },
  4796. [
  4797. {
  4798. name: "Normal",
  4799. height: math.unit(6.25, "foot"),
  4800. default: true
  4801. },
  4802. ]
  4803. ))
  4804. characterMakers.push(() => makeCharacter(
  4805. { name: "Razinox" },
  4806. {
  4807. front: {
  4808. height: math.unit(6, "feet"),
  4809. weight: math.unit(350, "lbs"),
  4810. name: "Front",
  4811. image: {
  4812. source: "./media/characters/razinox/front.svg",
  4813. extra: 1686 / 1548
  4814. }
  4815. },
  4816. back: {
  4817. height: math.unit(6, "feet"),
  4818. weight: math.unit(350, "lbs"),
  4819. name: "Back",
  4820. image: {
  4821. source: "./media/characters/razinox/back.svg",
  4822. extra: 1660 / 1590
  4823. }
  4824. },
  4825. },
  4826. [
  4827. {
  4828. name: "Normal",
  4829. height: math.unit(10 + 8 / 12, "foot")
  4830. },
  4831. {
  4832. name: "Minimacro",
  4833. height: math.unit(15, "foot")
  4834. },
  4835. {
  4836. name: "Macro",
  4837. height: math.unit(60, "foot"),
  4838. default: true
  4839. },
  4840. {
  4841. name: "Megamacro",
  4842. height: math.unit(5, "miles")
  4843. },
  4844. {
  4845. name: "Gigamacro",
  4846. height: math.unit(6000, "miles")
  4847. },
  4848. ]
  4849. ))
  4850. characterMakers.push(() => makeCharacter(
  4851. { name: "Cobalt" },
  4852. {
  4853. front: {
  4854. height: math.unit(6, "feet"),
  4855. weight: math.unit(150, "lbs"),
  4856. name: "Front",
  4857. image: {
  4858. source: "./media/characters/cobalt/front.svg"
  4859. }
  4860. }
  4861. },
  4862. [
  4863. {
  4864. name: "Normal",
  4865. height: math.unit(8 + 1 / 12, "foot")
  4866. },
  4867. {
  4868. name: "Macro",
  4869. height: math.unit(111, "foot"),
  4870. default: true
  4871. },
  4872. {
  4873. name: "Supracosmic",
  4874. height: math.unit(1e42, "feet")
  4875. },
  4876. ]
  4877. ))
  4878. characterMakers.push(() => makeCharacter(
  4879. { name: "Amanda" },
  4880. {
  4881. front: {
  4882. height: math.unit(6, "feet"),
  4883. weight: math.unit(140, "lbs"),
  4884. name: "Front",
  4885. image: {
  4886. source: "./media/characters/amanda/front.svg"
  4887. }
  4888. }
  4889. },
  4890. [
  4891. {
  4892. name: "Micro",
  4893. height: math.unit(5, "inches"),
  4894. default: true
  4895. },
  4896. ]
  4897. ))
  4898. characterMakers.push(() => makeCharacter(
  4899. { name: "Teal" },
  4900. {
  4901. front: {
  4902. height: math.unit(5.59, "feet"),
  4903. weight: math.unit(250, "lbs"),
  4904. name: "Front",
  4905. image: {
  4906. source: "./media/characters/teal/front.svg"
  4907. }
  4908. },
  4909. frontAlt: {
  4910. height: math.unit(6, "feet"),
  4911. weight: math.unit(250, "lbs"),
  4912. name: "Front (Alt)",
  4913. image: {
  4914. source: "./media/characters/teal/front-alt.svg",
  4915. bottom: 0.04,
  4916. extra: 1
  4917. }
  4918. },
  4919. },
  4920. [
  4921. {
  4922. name: "Normal",
  4923. height: math.unit(12, "feet"),
  4924. default: true
  4925. },
  4926. {
  4927. name: "Macro",
  4928. height: math.unit(300, "feet")
  4929. },
  4930. ]
  4931. ))
  4932. characterMakers.push(() => makeCharacter(
  4933. { name: "Ravin Amulet" },
  4934. {
  4935. frontCat: {
  4936. height: math.unit(6, "feet"),
  4937. weight: math.unit(180, "lbs"),
  4938. name: "Front (Cat)",
  4939. image: {
  4940. source: "./media/characters/ravin-amulet/front-cat.svg"
  4941. }
  4942. },
  4943. frontCatAlt: {
  4944. height: math.unit(6, "feet"),
  4945. weight: math.unit(180, "lbs"),
  4946. name: "Front (Alt, Cat)",
  4947. image: {
  4948. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4949. }
  4950. },
  4951. frontWerewolf: {
  4952. height: math.unit(6 * 1.2, "feet"),
  4953. weight: math.unit(225, "lbs"),
  4954. name: "Front (Werewolf)",
  4955. image: {
  4956. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4957. }
  4958. },
  4959. backWerewolf: {
  4960. height: math.unit(6 * 1.2, "feet"),
  4961. weight: math.unit(225, "lbs"),
  4962. name: "Back (Werewolf)",
  4963. image: {
  4964. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4965. }
  4966. },
  4967. },
  4968. [
  4969. {
  4970. name: "Nano",
  4971. height: math.unit(1, "micrometer")
  4972. },
  4973. {
  4974. name: "Micro",
  4975. height: math.unit(1, "inch")
  4976. },
  4977. {
  4978. name: "Normal",
  4979. height: math.unit(6, "feet"),
  4980. default: true
  4981. },
  4982. {
  4983. name: "Macro",
  4984. height: math.unit(60, "feet")
  4985. }
  4986. ]
  4987. ))
  4988. characterMakers.push(() => makeCharacter(
  4989. { name: "Fluoresce" },
  4990. {
  4991. front: {
  4992. height: math.unit(6, "feet"),
  4993. weight: math.unit(165, "lbs"),
  4994. name: "Front",
  4995. image: {
  4996. source: "./media/characters/fluoresce/front.svg"
  4997. }
  4998. }
  4999. },
  5000. [
  5001. {
  5002. name: "Micro",
  5003. height: math.unit(6, "cm")
  5004. },
  5005. {
  5006. name: "Normal",
  5007. height: math.unit(5 + 7 / 12, "feet"),
  5008. default: true
  5009. },
  5010. {
  5011. name: "Macro",
  5012. height: math.unit(56, "feet")
  5013. },
  5014. {
  5015. name: "Megamacro",
  5016. height: math.unit(1.9, "miles")
  5017. },
  5018. ]
  5019. ))
  5020. characterMakers.push(() => makeCharacter(
  5021. { name: "Aurora" },
  5022. {
  5023. front: {
  5024. height: math.unit(9 + 6 / 12, "feet"),
  5025. weight: math.unit(523, "lbs"),
  5026. name: "Side",
  5027. image: {
  5028. source: "./media/characters/aurora/side.svg"
  5029. }
  5030. }
  5031. },
  5032. [
  5033. {
  5034. name: "Normal",
  5035. height: math.unit(9 + 6 / 12, "feet")
  5036. },
  5037. {
  5038. name: "Macro",
  5039. height: math.unit(96, "feet"),
  5040. default: true
  5041. },
  5042. {
  5043. name: "Macro+",
  5044. height: math.unit(243, "feet")
  5045. },
  5046. ]
  5047. ))
  5048. characterMakers.push(() => makeCharacter(
  5049. { name: "Ranek" },
  5050. {
  5051. front: {
  5052. height: math.unit(194, "cm"),
  5053. weight: math.unit(90, "kg"),
  5054. name: "Front",
  5055. image: {
  5056. source: "./media/characters/ranek/front.svg"
  5057. }
  5058. },
  5059. side: {
  5060. height: math.unit(194, "cm"),
  5061. weight: math.unit(90, "kg"),
  5062. name: "Side",
  5063. image: {
  5064. source: "./media/characters/ranek/side.svg"
  5065. }
  5066. },
  5067. back: {
  5068. height: math.unit(194, "cm"),
  5069. weight: math.unit(90, "kg"),
  5070. name: "Back",
  5071. image: {
  5072. source: "./media/characters/ranek/back.svg"
  5073. }
  5074. },
  5075. feral: {
  5076. height: math.unit(30, "cm"),
  5077. weight: math.unit(1.6, "lbs"),
  5078. name: "Feral",
  5079. image: {
  5080. source: "./media/characters/ranek/feral.svg"
  5081. }
  5082. },
  5083. },
  5084. [
  5085. {
  5086. name: "Normal",
  5087. height: math.unit(194, "cm"),
  5088. default: true
  5089. },
  5090. {
  5091. name: "Macro",
  5092. height: math.unit(100, "meters")
  5093. },
  5094. ]
  5095. ))
  5096. characterMakers.push(() => makeCharacter(
  5097. { name: "Andrew Cooper" },
  5098. {
  5099. front: {
  5100. height: math.unit(5 + 6 / 12, "feet"),
  5101. weight: math.unit(153, "lbs"),
  5102. name: "Front",
  5103. image: {
  5104. source: "./media/characters/andrew-cooper/front.svg"
  5105. }
  5106. },
  5107. },
  5108. [
  5109. {
  5110. name: "Nano",
  5111. height: math.unit(1, "mm")
  5112. },
  5113. {
  5114. name: "Micro",
  5115. height: math.unit(2, "inches")
  5116. },
  5117. {
  5118. name: "Normal",
  5119. height: math.unit(5 + 6 / 12, "feet"),
  5120. default: true
  5121. }
  5122. ]
  5123. ))
  5124. characterMakers.push(() => makeCharacter(
  5125. { name: "Akane Sato" },
  5126. {
  5127. front: {
  5128. height: math.unit(6, "feet"),
  5129. weight: math.unit(180, "lbs"),
  5130. name: "Front",
  5131. image: {
  5132. source: "./media/characters/akane-sato/front.svg",
  5133. extra: 1219 / 1140
  5134. }
  5135. },
  5136. back: {
  5137. height: math.unit(6, "feet"),
  5138. weight: math.unit(180, "lbs"),
  5139. name: "Back",
  5140. image: {
  5141. source: "./media/characters/akane-sato/back.svg",
  5142. extra: 1219 / 1170
  5143. }
  5144. },
  5145. },
  5146. [
  5147. {
  5148. name: "Normal",
  5149. height: math.unit(2.5, "meters")
  5150. },
  5151. {
  5152. name: "Macro",
  5153. height: math.unit(250, "meters"),
  5154. default: true
  5155. },
  5156. {
  5157. name: "Megamacro",
  5158. height: math.unit(25, "km")
  5159. },
  5160. ]
  5161. ))
  5162. characterMakers.push(() => makeCharacter(
  5163. { name: "Rook" },
  5164. {
  5165. front: {
  5166. height: math.unit(6, "feet"),
  5167. weight: math.unit(65, "kg"),
  5168. name: "Front",
  5169. image: {
  5170. source: "./media/characters/rook/front.svg",
  5171. extra: 960/950
  5172. }
  5173. }
  5174. },
  5175. [
  5176. {
  5177. name: "Normal",
  5178. height: math.unit(8.8, "feet")
  5179. },
  5180. {
  5181. name: "Macro",
  5182. height: math.unit(88, "feet"),
  5183. default: true
  5184. },
  5185. {
  5186. name: "Megamacro",
  5187. height: math.unit(8, "miles")
  5188. },
  5189. ]
  5190. ))
  5191. characterMakers.push(() => makeCharacter(
  5192. { name: "Prodigy" },
  5193. {
  5194. front: {
  5195. height: math.unit(12 + 2 / 12, "feet"),
  5196. weight: math.unit(808, "lbs"),
  5197. name: "Front",
  5198. image: {
  5199. source: "./media/characters/prodigy/front.svg"
  5200. }
  5201. }
  5202. },
  5203. [
  5204. {
  5205. name: "Normal",
  5206. height: math.unit(12 + 2 / 12, "feet"),
  5207. default: true
  5208. },
  5209. {
  5210. name: "Macro",
  5211. height: math.unit(143, "feet")
  5212. },
  5213. {
  5214. name: "Macro+",
  5215. height: math.unit(400, "feet")
  5216. },
  5217. ]
  5218. ))
  5219. characterMakers.push(() => makeCharacter(
  5220. { name: "Daniel" },
  5221. {
  5222. front: {
  5223. height: math.unit(6, "feet"),
  5224. weight: math.unit(225, "lbs"),
  5225. name: "Front",
  5226. image: {
  5227. source: "./media/characters/daniel/front.svg"
  5228. }
  5229. },
  5230. leaning: {
  5231. height: math.unit(6, "feet"),
  5232. weight: math.unit(225, "lbs"),
  5233. name: "Leaning",
  5234. image: {
  5235. source: "./media/characters/daniel/leaning.svg"
  5236. }
  5237. },
  5238. },
  5239. [
  5240. {
  5241. name: "Macro",
  5242. height: math.unit(1000, "feet"),
  5243. default: true
  5244. },
  5245. ]
  5246. ))
  5247. characterMakers.push(() => makeCharacter(
  5248. { name: "Chiros" },
  5249. {
  5250. front: {
  5251. height: math.unit(6, "feet"),
  5252. weight: math.unit(88, "lbs"),
  5253. name: "Front",
  5254. image: {
  5255. source: "./media/characters/chiros/front.svg",
  5256. extra: 306 / 226
  5257. }
  5258. },
  5259. side: {
  5260. height: math.unit(6, "feet"),
  5261. weight: math.unit(88, "lbs"),
  5262. name: "Side",
  5263. image: {
  5264. source: "./media/characters/chiros/side.svg",
  5265. extra: 306 / 226
  5266. }
  5267. },
  5268. },
  5269. [
  5270. {
  5271. name: "Normal",
  5272. height: math.unit(6, "cm"),
  5273. default: true
  5274. },
  5275. ]
  5276. ))
  5277. characterMakers.push(() => makeCharacter(
  5278. { name: "Selka" },
  5279. {
  5280. front: {
  5281. height: math.unit(6, "feet"),
  5282. weight: math.unit(100, "lbs"),
  5283. name: "Front",
  5284. image: {
  5285. source: "./media/characters/selka/front.svg",
  5286. extra: 947 / 887
  5287. }
  5288. }
  5289. },
  5290. [
  5291. {
  5292. name: "Normal",
  5293. height: math.unit(5, "cm"),
  5294. default: true
  5295. },
  5296. ]
  5297. ))
  5298. characterMakers.push(() => makeCharacter(
  5299. { name: "Verin" },
  5300. {
  5301. front: {
  5302. height: math.unit(8 + 3 / 12, "feet"),
  5303. weight: math.unit(424, "lbs"),
  5304. name: "Front",
  5305. image: {
  5306. source: "./media/characters/verin/front.svg",
  5307. extra: 1845 / 1550
  5308. }
  5309. },
  5310. frontArmored: {
  5311. height: math.unit(8 + 3 / 12, "feet"),
  5312. weight: math.unit(424, "lbs"),
  5313. name: "Front (Armored)",
  5314. image: {
  5315. source: "./media/characters/verin/front-armor.svg",
  5316. extra: 1845 / 1550,
  5317. bottom: 0.01
  5318. }
  5319. },
  5320. back: {
  5321. height: math.unit(8 + 3 / 12, "feet"),
  5322. weight: math.unit(424, "lbs"),
  5323. name: "Back",
  5324. image: {
  5325. source: "./media/characters/verin/back.svg",
  5326. bottom: 0.1,
  5327. extra: 1
  5328. }
  5329. },
  5330. foot: {
  5331. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5332. name: "Foot",
  5333. image: {
  5334. source: "./media/characters/verin/foot.svg"
  5335. }
  5336. },
  5337. },
  5338. [
  5339. {
  5340. name: "Normal",
  5341. height: math.unit(8 + 3 / 12, "feet")
  5342. },
  5343. {
  5344. name: "Minimacro",
  5345. height: math.unit(21, "feet"),
  5346. default: true
  5347. },
  5348. {
  5349. name: "Macro",
  5350. height: math.unit(626, "feet")
  5351. },
  5352. ]
  5353. ))
  5354. characterMakers.push(() => makeCharacter(
  5355. { name: "Sovrim Terraquian" },
  5356. {
  5357. front: {
  5358. height: math.unit(2.718, "meters"),
  5359. weight: math.unit(150, "lbs"),
  5360. name: "Front",
  5361. image: {
  5362. source: "./media/characters/sovrim-terraquian/front.svg"
  5363. }
  5364. },
  5365. back: {
  5366. height: math.unit(2.718, "meters"),
  5367. weight: math.unit(150, "lbs"),
  5368. name: "Back",
  5369. image: {
  5370. source: "./media/characters/sovrim-terraquian/back.svg"
  5371. }
  5372. }
  5373. },
  5374. [
  5375. {
  5376. name: "Micro",
  5377. height: math.unit(2, "inches")
  5378. },
  5379. {
  5380. name: "Small",
  5381. height: math.unit(1, "meter")
  5382. },
  5383. {
  5384. name: "Normal",
  5385. height: math.unit(Math.E, "meters"),
  5386. default: true
  5387. },
  5388. {
  5389. name: "Macro",
  5390. height: math.unit(20, "meters")
  5391. },
  5392. {
  5393. name: "Macro+",
  5394. height: math.unit(400, "meters")
  5395. },
  5396. ]
  5397. ))
  5398. characterMakers.push(() => makeCharacter(
  5399. { name: "Reece Silvermane" },
  5400. {
  5401. front: {
  5402. height: math.unit(7, "feet"),
  5403. weight: math.unit(489, "lbs"),
  5404. name: "Front",
  5405. image: {
  5406. source: "./media/characters/reece-silvermane/front.svg",
  5407. bottom: 0.02,
  5408. extra: 1
  5409. }
  5410. },
  5411. },
  5412. [
  5413. {
  5414. name: "Macro",
  5415. height: math.unit(1.5, "miles"),
  5416. default: true
  5417. },
  5418. ]
  5419. ))
  5420. characterMakers.push(() => makeCharacter(
  5421. { name: "Kane" },
  5422. {
  5423. front: {
  5424. height: math.unit(6, "feet"),
  5425. weight: math.unit(78, "kg"),
  5426. name: "Front",
  5427. image: {
  5428. source: "./media/characters/kane/front.svg",
  5429. extra: 978 / 899
  5430. }
  5431. },
  5432. },
  5433. [
  5434. {
  5435. name: "Normal",
  5436. height: math.unit(2.1, "m"),
  5437. },
  5438. {
  5439. name: "Macro",
  5440. height: math.unit(1, "km"),
  5441. default: true
  5442. },
  5443. ]
  5444. ))
  5445. characterMakers.push(() => makeCharacter(
  5446. { name: "Tegon" },
  5447. {
  5448. front: {
  5449. height: math.unit(6, "feet"),
  5450. weight: math.unit(200, "kg"),
  5451. name: "Front",
  5452. image: {
  5453. source: "./media/characters/tegon/front.svg",
  5454. bottom: 0.01,
  5455. extra: 1
  5456. }
  5457. },
  5458. },
  5459. [
  5460. {
  5461. name: "Micro",
  5462. height: math.unit(1, "inch")
  5463. },
  5464. {
  5465. name: "Normal",
  5466. height: math.unit(6 + 3 / 12, "feet"),
  5467. default: true
  5468. },
  5469. {
  5470. name: "Macro",
  5471. height: math.unit(300, "feet")
  5472. },
  5473. {
  5474. name: "Megamacro",
  5475. height: math.unit(69, "miles")
  5476. },
  5477. ]
  5478. ))
  5479. characterMakers.push(() => makeCharacter(
  5480. { name: "Arcturax" },
  5481. {
  5482. side: {
  5483. height: math.unit(6, "feet"),
  5484. weight: math.unit(2304, "lbs"),
  5485. name: "Side",
  5486. image: {
  5487. source: "./media/characters/arcturax/side.svg",
  5488. extra: 790 / 376,
  5489. bottom: 0.01
  5490. }
  5491. },
  5492. },
  5493. [
  5494. {
  5495. name: "Micro",
  5496. height: math.unit(2, "inch")
  5497. },
  5498. {
  5499. name: "Normal",
  5500. height: math.unit(6, "feet")
  5501. },
  5502. {
  5503. name: "Macro",
  5504. height: math.unit(39, "feet"),
  5505. default: true
  5506. },
  5507. {
  5508. name: "Megamacro",
  5509. height: math.unit(7, "miles")
  5510. },
  5511. ]
  5512. ))
  5513. characterMakers.push(() => makeCharacter(
  5514. { name: "Sentri" },
  5515. {
  5516. front: {
  5517. height: math.unit(6, "feet"),
  5518. weight: math.unit(50, "lbs"),
  5519. name: "Front",
  5520. image: {
  5521. source: "./media/characters/sentri/front.svg",
  5522. extra: 1750 / 1570,
  5523. bottom: 0.025
  5524. }
  5525. },
  5526. frontAlt: {
  5527. height: math.unit(6, "feet"),
  5528. weight: math.unit(50, "lbs"),
  5529. name: "Front (Alt)",
  5530. image: {
  5531. source: "./media/characters/sentri/front-alt.svg",
  5532. extra: 1750 / 1570,
  5533. bottom: 0.025
  5534. }
  5535. },
  5536. },
  5537. [
  5538. {
  5539. name: "Normal",
  5540. height: math.unit(15, "feet"),
  5541. default: true
  5542. },
  5543. {
  5544. name: "Macro",
  5545. height: math.unit(2500, "feet")
  5546. }
  5547. ]
  5548. ))
  5549. characterMakers.push(() => makeCharacter(
  5550. { name: "Corvin" },
  5551. {
  5552. front: {
  5553. height: math.unit(5 + 8 / 12, "feet"),
  5554. weight: math.unit(130, "lbs"),
  5555. name: "Front",
  5556. image: {
  5557. source: "./media/characters/corvin/front.svg",
  5558. extra: 1803 / 1629
  5559. }
  5560. },
  5561. frontShirt: {
  5562. height: math.unit(5 + 8 / 12, "feet"),
  5563. weight: math.unit(130, "lbs"),
  5564. name: "Front (Shirt)",
  5565. image: {
  5566. source: "./media/characters/corvin/front-shirt.svg",
  5567. extra: 1803 / 1629
  5568. }
  5569. },
  5570. frontPoncho: {
  5571. height: math.unit(5 + 8 / 12, "feet"),
  5572. weight: math.unit(130, "lbs"),
  5573. name: "Front (Poncho)",
  5574. image: {
  5575. source: "./media/characters/corvin/front-poncho.svg",
  5576. extra: 1803 / 1629
  5577. }
  5578. },
  5579. side: {
  5580. height: math.unit(5 + 8 / 12, "feet"),
  5581. weight: math.unit(130, "lbs"),
  5582. name: "Side",
  5583. image: {
  5584. source: "./media/characters/corvin/side.svg",
  5585. extra: 1012 / 945
  5586. }
  5587. },
  5588. back: {
  5589. height: math.unit(5 + 8 / 12, "feet"),
  5590. weight: math.unit(130, "lbs"),
  5591. name: "Back",
  5592. image: {
  5593. source: "./media/characters/corvin/back.svg",
  5594. extra: 1803 / 1629
  5595. }
  5596. },
  5597. },
  5598. [
  5599. {
  5600. name: "Micro",
  5601. height: math.unit(3, "inches")
  5602. },
  5603. {
  5604. name: "Normal",
  5605. height: math.unit(5 + 8 / 12, "feet")
  5606. },
  5607. {
  5608. name: "Macro",
  5609. height: math.unit(300, "feet"),
  5610. default: true
  5611. },
  5612. {
  5613. name: "Megamacro",
  5614. height: math.unit(500, "miles")
  5615. }
  5616. ]
  5617. ))
  5618. characterMakers.push(() => makeCharacter(
  5619. { name: "Q" },
  5620. {
  5621. front: {
  5622. height: math.unit(6, "feet"),
  5623. weight: math.unit(135, "lbs"),
  5624. name: "Front",
  5625. image: {
  5626. source: "./media/characters/q/front.svg",
  5627. extra: 854 / 752,
  5628. bottom: 0.005
  5629. }
  5630. },
  5631. back: {
  5632. height: math.unit(6, "feet"),
  5633. weight: math.unit(130, "lbs"),
  5634. name: "Back",
  5635. image: {
  5636. source: "./media/characters/q/back.svg",
  5637. extra: 854 / 752
  5638. }
  5639. },
  5640. },
  5641. [
  5642. {
  5643. name: "Macro",
  5644. height: math.unit(90, "feet"),
  5645. default: true
  5646. },
  5647. {
  5648. name: "Extra Macro",
  5649. height: math.unit(300, "feet"),
  5650. },
  5651. {
  5652. name: "BIG WALF",
  5653. height: math.unit(750, "feet"),
  5654. },
  5655. ]
  5656. ))
  5657. characterMakers.push(() => makeCharacter(
  5658. { name: "Carley" },
  5659. {
  5660. front: {
  5661. height: math.unit(6, "feet"),
  5662. weight: math.unit(150, "lbs"),
  5663. name: "Front",
  5664. image: {
  5665. source: "./media/characters/carley/front.svg",
  5666. extra: 3927 / 3540,
  5667. bottom: 0.03
  5668. }
  5669. }
  5670. },
  5671. [
  5672. {
  5673. name: "Normal",
  5674. height: math.unit(6 + 3 / 12, "feet")
  5675. },
  5676. {
  5677. name: "Macro",
  5678. height: math.unit(185, "feet"),
  5679. default: true
  5680. },
  5681. {
  5682. name: "Megamacro",
  5683. height: math.unit(8, "miles"),
  5684. },
  5685. ]
  5686. ))
  5687. characterMakers.push(() => makeCharacter(
  5688. { name: "Citrine" },
  5689. {
  5690. front: {
  5691. height: math.unit(3, "feet"),
  5692. weight: math.unit(28, "lbs"),
  5693. name: "Front",
  5694. image: {
  5695. source: "./media/characters/citrine/front.svg"
  5696. }
  5697. }
  5698. },
  5699. [
  5700. {
  5701. name: "Normal",
  5702. height: math.unit(3, "feet"),
  5703. default: true
  5704. }
  5705. ]
  5706. ))
  5707. characterMakers.push(() => makeCharacter(
  5708. { name: "Aura Starwind" },
  5709. {
  5710. front: {
  5711. height: math.unit(14, "feet"),
  5712. weight: math.unit(1450, "kg"),
  5713. name: "Front",
  5714. image: {
  5715. source: "./media/characters/aura-starwind/front.svg",
  5716. extra: 1455 / 1335
  5717. }
  5718. },
  5719. side: {
  5720. height: math.unit(14, "feet"),
  5721. weight: math.unit(1450, "kg"),
  5722. name: "Side",
  5723. image: {
  5724. source: "./media/characters/aura-starwind/side.svg",
  5725. extra: 1654 / 1497
  5726. }
  5727. },
  5728. taur: {
  5729. height: math.unit(18, "feet"),
  5730. weight: math.unit(5500, "kg"),
  5731. name: "Taur",
  5732. image: {
  5733. source: "./media/characters/aura-starwind/taur.svg",
  5734. extra: 1760 / 1650
  5735. }
  5736. },
  5737. feral: {
  5738. height: math.unit(46, "feet"),
  5739. weight: math.unit(25000, "kg"),
  5740. name: "Feral",
  5741. image: {
  5742. source: "./media/characters/aura-starwind/feral.svg"
  5743. }
  5744. },
  5745. },
  5746. [
  5747. {
  5748. name: "Normal",
  5749. height: math.unit(14, "feet"),
  5750. default: true
  5751. },
  5752. {
  5753. name: "Macro",
  5754. height: math.unit(50, "meters")
  5755. },
  5756. {
  5757. name: "Megamacro",
  5758. height: math.unit(5000, "meters")
  5759. },
  5760. {
  5761. name: "Gigamacro",
  5762. height: math.unit(100000, "kilometers")
  5763. },
  5764. ]
  5765. ))
  5766. characterMakers.push(() => makeCharacter(
  5767. { name: "Rivet" },
  5768. {
  5769. front: {
  5770. height: math.unit(2 + 7 / 12, "feet"),
  5771. weight: math.unit(32, "lbs"),
  5772. name: "Front",
  5773. image: {
  5774. source: "./media/characters/rivet/front.svg",
  5775. extra: 1716 / 1658,
  5776. bottom: 0.03
  5777. }
  5778. },
  5779. foot: {
  5780. height: math.unit(0.551, "feet"),
  5781. name: "Rivet's Foot",
  5782. image: {
  5783. source: "./media/characters/rivet/foot.svg"
  5784. },
  5785. rename: true
  5786. }
  5787. },
  5788. [
  5789. {
  5790. name: "Micro",
  5791. height: math.unit(1.5, "inches"),
  5792. },
  5793. {
  5794. name: "Normal",
  5795. height: math.unit(2 + 7 / 12, "feet"),
  5796. default: true
  5797. },
  5798. {
  5799. name: "Macro",
  5800. height: math.unit(85, "feet")
  5801. },
  5802. {
  5803. name: "Megamacro",
  5804. height: math.unit(2.2, "km")
  5805. }
  5806. ]
  5807. ))
  5808. characterMakers.push(() => makeCharacter(
  5809. { name: "Coffee" },
  5810. {
  5811. front: {
  5812. height: math.unit(5 + 9 / 12, "feet"),
  5813. weight: math.unit(150, "lbs"),
  5814. name: "Front",
  5815. image: {
  5816. source: "./media/characters/coffee/front.svg",
  5817. extra: 3666 / 3032,
  5818. bottom: 0.04
  5819. }
  5820. },
  5821. foot: {
  5822. height: math.unit(1.29, "feet"),
  5823. name: "Foot",
  5824. image: {
  5825. source: "./media/characters/coffee/foot.svg"
  5826. }
  5827. },
  5828. },
  5829. [
  5830. {
  5831. name: "Micro",
  5832. height: math.unit(2, "inches"),
  5833. },
  5834. {
  5835. name: "Normal",
  5836. height: math.unit(5 + 9 / 12, "feet"),
  5837. default: true
  5838. },
  5839. {
  5840. name: "Macro",
  5841. height: math.unit(800, "feet")
  5842. },
  5843. {
  5844. name: "Megamacro",
  5845. height: math.unit(25, "miles")
  5846. }
  5847. ]
  5848. ))
  5849. characterMakers.push(() => makeCharacter(
  5850. { name: "Chari-Gal" },
  5851. {
  5852. front: {
  5853. height: math.unit(6, "feet"),
  5854. weight: math.unit(200, "lbs"),
  5855. name: "Front",
  5856. image: {
  5857. source: "./media/characters/chari-gal/front.svg",
  5858. extra: 1568 / 1385,
  5859. bottom: 0.047
  5860. }
  5861. },
  5862. gigantamax: {
  5863. height: math.unit(6 * 16, "feet"),
  5864. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5865. name: "Gigantamax",
  5866. image: {
  5867. source: "./media/characters/chari-gal/gigantamax.svg",
  5868. extra: 1124 / 888,
  5869. bottom: 0.03
  5870. }
  5871. },
  5872. },
  5873. [
  5874. {
  5875. name: "Normal",
  5876. height: math.unit(5 + 7 / 12, "feet")
  5877. },
  5878. {
  5879. name: "Macro",
  5880. height: math.unit(200, "feet"),
  5881. default: true
  5882. }
  5883. ]
  5884. ))
  5885. characterMakers.push(() => makeCharacter(
  5886. { name: "Nova" },
  5887. {
  5888. front: {
  5889. height: math.unit(6, "feet"),
  5890. weight: math.unit(150, "lbs"),
  5891. name: "Front",
  5892. image: {
  5893. source: "./media/characters/nova/front.svg",
  5894. extra: 5000 / 4722,
  5895. bottom: 0.02
  5896. }
  5897. }
  5898. },
  5899. [
  5900. {
  5901. name: "Micro-",
  5902. height: math.unit(0.8, "inches")
  5903. },
  5904. {
  5905. name: "Micro",
  5906. height: math.unit(2, "inches"),
  5907. default: true
  5908. },
  5909. ]
  5910. ))
  5911. characterMakers.push(() => makeCharacter(
  5912. { name: "Argent" },
  5913. {
  5914. front: {
  5915. height: math.unit(3 + 1 / 12, "feet"),
  5916. weight: math.unit(21.7, "lbs"),
  5917. name: "Front",
  5918. image: {
  5919. source: "./media/characters/argent/front.svg",
  5920. extra: 1565 / 1416,
  5921. bottom: 0.01
  5922. }
  5923. }
  5924. },
  5925. [
  5926. {
  5927. name: "Micro",
  5928. height: math.unit(2, "inches")
  5929. },
  5930. {
  5931. name: "Normal",
  5932. height: math.unit(3 + 1 / 12, "feet"),
  5933. default: true
  5934. },
  5935. {
  5936. name: "Macro",
  5937. height: math.unit(120, "feet")
  5938. },
  5939. ]
  5940. ))
  5941. characterMakers.push(() => makeCharacter(
  5942. { name: "Mira al-Cul" },
  5943. {
  5944. lamp: {
  5945. height: math.unit(7 * 1559 / 989, "feet"),
  5946. name: "Magic Lamp",
  5947. image: {
  5948. source: "./media/characters/mira-al-cul/lamp.svg",
  5949. extra: 1617 / 1559
  5950. }
  5951. },
  5952. front: {
  5953. height: math.unit(7, "feet"),
  5954. name: "Front",
  5955. image: {
  5956. source: "./media/characters/mira-al-cul/front.svg",
  5957. extra: 1044 / 990
  5958. }
  5959. },
  5960. },
  5961. [
  5962. {
  5963. name: "Heavily Restricted",
  5964. height: math.unit(7 * 1559 / 989, "feet")
  5965. },
  5966. {
  5967. name: "Freshly Freed",
  5968. height: math.unit(50 * 1559 / 989, "feet")
  5969. },
  5970. {
  5971. name: "World Encompassing",
  5972. height: math.unit(10000 * 1559 / 989, "miles")
  5973. },
  5974. {
  5975. name: "Galactic",
  5976. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5977. },
  5978. {
  5979. name: "Palmed Universe",
  5980. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5981. default: true
  5982. },
  5983. {
  5984. name: "Multiversal Matriarch",
  5985. height: math.unit(8.87e10, "yottameters")
  5986. },
  5987. {
  5988. name: "Void Mother",
  5989. height: math.unit(3.14e110, "yottaparsecs")
  5990. },
  5991. ]
  5992. ))
  5993. characterMakers.push(() => makeCharacter(
  5994. { name: "Kuro-shi Uchū" },
  5995. {
  5996. front: {
  5997. height: math.unit(17 + 1 / 12, "feet"),
  5998. weight: math.unit(476.2 * 5, "lbs"),
  5999. name: "Front",
  6000. image: {
  6001. source: "./media/characters/kuro-shi-uchū/front.svg",
  6002. extra: 2329 / 1835,
  6003. bottom: 0.02
  6004. }
  6005. },
  6006. },
  6007. [
  6008. {
  6009. name: "Micro",
  6010. height: math.unit(2, "inches")
  6011. },
  6012. {
  6013. name: "Normal",
  6014. height: math.unit(12, "meters")
  6015. },
  6016. {
  6017. name: "Planetary",
  6018. height: math.unit(0.00929, "AU"),
  6019. default: true
  6020. },
  6021. {
  6022. name: "Universal",
  6023. height: math.unit(20, "gigaparsecs")
  6024. },
  6025. ]
  6026. ))
  6027. characterMakers.push(() => makeCharacter(
  6028. { name: "Katherine" },
  6029. {
  6030. front: {
  6031. height: math.unit(5 + 2 / 12, "feet"),
  6032. weight: math.unit(120, "lbs"),
  6033. name: "Front",
  6034. image: {
  6035. source: "./media/characters/katherine/front.svg",
  6036. extra: 2075 / 1969
  6037. }
  6038. },
  6039. dress: {
  6040. height: math.unit(5 + 2 / 12, "feet"),
  6041. weight: math.unit(120, "lbs"),
  6042. name: "Dress",
  6043. image: {
  6044. source: "./media/characters/katherine/dress.svg",
  6045. extra: 2258 / 2064
  6046. }
  6047. },
  6048. },
  6049. [
  6050. {
  6051. name: "Micro",
  6052. height: math.unit(1, "inches"),
  6053. default: true
  6054. },
  6055. {
  6056. name: "Normal",
  6057. height: math.unit(5 + 2 / 12, "feet")
  6058. },
  6059. {
  6060. name: "Macro",
  6061. height: math.unit(100, "meters")
  6062. },
  6063. {
  6064. name: "Megamacro",
  6065. height: math.unit(80, "miles")
  6066. },
  6067. ]
  6068. ))
  6069. characterMakers.push(() => makeCharacter(
  6070. { name: "Yevis" },
  6071. {
  6072. front: {
  6073. height: math.unit(7 + 8 / 12, "feet"),
  6074. weight: math.unit(250, "lbs"),
  6075. name: "Front",
  6076. image: {
  6077. source: "./media/characters/yevis/front.svg",
  6078. extra: 1938 / 1755
  6079. }
  6080. }
  6081. },
  6082. [
  6083. {
  6084. name: "Mortal",
  6085. height: math.unit(7 + 8 / 12, "feet")
  6086. },
  6087. {
  6088. name: "Battle",
  6089. height: math.unit(25 + 11 / 12, "feet")
  6090. },
  6091. {
  6092. name: "Wrath",
  6093. height: math.unit(1654 + 11 / 12, "feet")
  6094. },
  6095. {
  6096. name: "Planet Destroyer",
  6097. height: math.unit(12000, "miles")
  6098. },
  6099. {
  6100. name: "Galaxy Conqueror",
  6101. height: math.unit(1.45, "zettameters"),
  6102. default: true
  6103. },
  6104. {
  6105. name: "Universal War",
  6106. height: math.unit(184, "gigaparsecs")
  6107. },
  6108. {
  6109. name: "Eternity War",
  6110. height: math.unit(1.98e55, "yottaparsecs")
  6111. },
  6112. ]
  6113. ))
  6114. characterMakers.push(() => makeCharacter(
  6115. { name: "Xavier" },
  6116. {
  6117. front: {
  6118. height: math.unit(5 + 8 / 12, "feet"),
  6119. weight: math.unit(63, "kg"),
  6120. name: "Front",
  6121. image: {
  6122. source: "./media/characters/xavier/front.svg",
  6123. extra: 944 / 883
  6124. }
  6125. },
  6126. frontStretch: {
  6127. height: math.unit(5 + 8 / 12, "feet"),
  6128. weight: math.unit(63, "kg"),
  6129. name: "Stretching",
  6130. image: {
  6131. source: "./media/characters/xavier/front-stretch.svg",
  6132. extra: 962 / 820
  6133. }
  6134. },
  6135. },
  6136. [
  6137. {
  6138. name: "Normal",
  6139. height: math.unit(5 + 8 / 12, "feet")
  6140. },
  6141. {
  6142. name: "Macro",
  6143. height: math.unit(100, "meters"),
  6144. default: true
  6145. },
  6146. {
  6147. name: "McLargeHuge",
  6148. height: math.unit(10, "miles")
  6149. },
  6150. ]
  6151. ))
  6152. characterMakers.push(() => makeCharacter(
  6153. { name: "Joshii" },
  6154. {
  6155. front: {
  6156. height: math.unit(5 + 5 / 12, "feet"),
  6157. weight: math.unit(150, "lb"),
  6158. name: "Front",
  6159. image: {
  6160. source: "./media/characters/joshii/front.svg"
  6161. }
  6162. },
  6163. foot: {
  6164. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6165. name: "Foot",
  6166. image: {
  6167. source: "./media/characters/joshii/foot.svg"
  6168. }
  6169. },
  6170. },
  6171. [
  6172. {
  6173. name: "Micro",
  6174. height: math.unit(2, "inches")
  6175. },
  6176. {
  6177. name: "Normal",
  6178. height: math.unit(5 + 5 / 12, "feet"),
  6179. default: true
  6180. },
  6181. {
  6182. name: "Macro",
  6183. height: math.unit(785, "feet")
  6184. },
  6185. {
  6186. name: "Megamacro",
  6187. height: math.unit(24.5, "miles")
  6188. },
  6189. ]
  6190. ))
  6191. characterMakers.push(() => makeCharacter(
  6192. { name: "Goddess Elizabeth" },
  6193. {
  6194. front: {
  6195. height: math.unit(6, "feet"),
  6196. weight: math.unit(150, "lb"),
  6197. name: "Front",
  6198. image: {
  6199. source: "./media/characters/goddess-elizabeth/front.svg",
  6200. extra: 1800 / 1525,
  6201. bottom: 0.005
  6202. }
  6203. },
  6204. foot: {
  6205. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6206. name: "Foot",
  6207. image: {
  6208. source: "./media/characters/goddess-elizabeth/foot.svg"
  6209. }
  6210. },
  6211. },
  6212. [
  6213. {
  6214. name: "Micro",
  6215. height: math.unit(12, "feet")
  6216. },
  6217. {
  6218. name: "Normal",
  6219. height: math.unit(80, "miles"),
  6220. default: true
  6221. },
  6222. {
  6223. name: "Macro",
  6224. height: math.unit(15000, "parsecs")
  6225. },
  6226. ]
  6227. ))
  6228. characterMakers.push(() => makeCharacter(
  6229. { name: "Kara" },
  6230. {
  6231. front: {
  6232. height: math.unit(5 + 9 / 12, "feet"),
  6233. weight: math.unit(144, "lb"),
  6234. name: "Front",
  6235. image: {
  6236. source: "./media/characters/kara/front.svg"
  6237. }
  6238. },
  6239. feet: {
  6240. height: math.unit(6 / 6.765, "feet"),
  6241. name: "Kara's Feet",
  6242. rename: true,
  6243. image: {
  6244. source: "./media/characters/kara/feet.svg"
  6245. }
  6246. },
  6247. },
  6248. [
  6249. {
  6250. name: "Normal",
  6251. height: math.unit(5 + 9 / 12, "feet")
  6252. },
  6253. {
  6254. name: "Macro",
  6255. height: math.unit(174, "feet"),
  6256. default: true
  6257. },
  6258. ]
  6259. ))
  6260. characterMakers.push(() => makeCharacter(
  6261. { name: "Tyrone" },
  6262. {
  6263. front: {
  6264. height: math.unit(18, "feet"),
  6265. weight: math.unit(4050, "lb"),
  6266. name: "Front",
  6267. image: {
  6268. source: "./media/characters/tyrone/front.svg",
  6269. extra: 2520 / 2402,
  6270. bottom: 0.025
  6271. }
  6272. },
  6273. },
  6274. [
  6275. {
  6276. name: "Normal",
  6277. height: math.unit(18, "feet"),
  6278. default: true
  6279. },
  6280. {
  6281. name: "Macro",
  6282. height: math.unit(300, "feet")
  6283. },
  6284. ]
  6285. ))
  6286. characterMakers.push(() => makeCharacter(
  6287. { name: "Danny" },
  6288. {
  6289. front: {
  6290. height: math.unit(7 + 8 / 12, "feet"),
  6291. weight: math.unit(120, "lb"),
  6292. name: "Front",
  6293. image: {
  6294. source: "./media/characters/danny/front.svg",
  6295. extra: 1490 / 1350
  6296. }
  6297. },
  6298. back: {
  6299. height: math.unit(7 + 8 / 12, "feet"),
  6300. weight: math.unit(120, "lb"),
  6301. name: "Back",
  6302. image: {
  6303. source: "./media/characters/danny/back.svg",
  6304. extra: 1490 / 1350
  6305. }
  6306. },
  6307. },
  6308. [
  6309. {
  6310. name: "Normal",
  6311. height: math.unit(7 + 8 / 12, "feet"),
  6312. default: true
  6313. },
  6314. ]
  6315. ))
  6316. characterMakers.push(() => makeCharacter(
  6317. { name: "Mallow" },
  6318. {
  6319. front: {
  6320. height: math.unit(3.5, "inches"),
  6321. weight: math.unit(19, "grams"),
  6322. name: "Front",
  6323. image: {
  6324. source: "./media/characters/mallow/front.svg",
  6325. extra: 471 / 431
  6326. }
  6327. },
  6328. back: {
  6329. height: math.unit(3.5, "inches"),
  6330. weight: math.unit(19, "grams"),
  6331. name: "Back",
  6332. image: {
  6333. source: "./media/characters/mallow/back.svg",
  6334. extra: 471 / 431
  6335. }
  6336. },
  6337. },
  6338. [
  6339. {
  6340. name: "Normal",
  6341. height: math.unit(3.5, "inches"),
  6342. default: true
  6343. },
  6344. ]
  6345. ))
  6346. characterMakers.push(() => makeCharacter(
  6347. { name: "Starry Aqua" },
  6348. {
  6349. front: {
  6350. height: math.unit(9, "feet"),
  6351. weight: math.unit(230, "kg"),
  6352. name: "Front",
  6353. image: {
  6354. source: "./media/characters/starry-aqua/front.svg"
  6355. }
  6356. },
  6357. back: {
  6358. height: math.unit(9, "feet"),
  6359. weight: math.unit(230, "kg"),
  6360. name: "Back",
  6361. image: {
  6362. source: "./media/characters/starry-aqua/back.svg"
  6363. }
  6364. },
  6365. hand: {
  6366. height: math.unit(9 * 0.1168, "feet"),
  6367. name: "Hand",
  6368. image: {
  6369. source: "./media/characters/starry-aqua/hand.svg"
  6370. }
  6371. },
  6372. foot: {
  6373. height: math.unit(9 * 0.18, "feet"),
  6374. name: "Foot",
  6375. image: {
  6376. source: "./media/characters/starry-aqua/foot.svg"
  6377. }
  6378. }
  6379. },
  6380. [
  6381. {
  6382. name: "Micro",
  6383. height: math.unit(3, "inches")
  6384. },
  6385. {
  6386. name: "Normal",
  6387. height: math.unit(9, "feet")
  6388. },
  6389. {
  6390. name: "Macro",
  6391. height: math.unit(300, "feet"),
  6392. default: true
  6393. },
  6394. {
  6395. name: "Megamacro",
  6396. height: math.unit(3200, "feet")
  6397. }
  6398. ]
  6399. ))
  6400. characterMakers.push(() => makeCharacter(
  6401. { name: "Luka" },
  6402. {
  6403. front: {
  6404. height: math.unit(6, "feet"),
  6405. weight: math.unit(230, "lb"),
  6406. name: "Front",
  6407. image: {
  6408. source: "./media/characters/luka/front.svg",
  6409. extra: 1,
  6410. bottom: 0.025
  6411. }
  6412. },
  6413. },
  6414. [
  6415. {
  6416. name: "Normal",
  6417. height: math.unit(12 + 8 / 12, "feet"),
  6418. default: true
  6419. },
  6420. {
  6421. name: "Minimacro",
  6422. height: math.unit(20, "feet")
  6423. },
  6424. {
  6425. name: "Macro",
  6426. height: math.unit(250, "feet")
  6427. },
  6428. {
  6429. name: "Megamacro",
  6430. height: math.unit(5, "miles")
  6431. },
  6432. {
  6433. name: "Gigamacro",
  6434. height: math.unit(8000, "miles")
  6435. },
  6436. ]
  6437. ))
  6438. characterMakers.push(() => makeCharacter(
  6439. { name: "Natalie Nightring" },
  6440. {
  6441. front: {
  6442. height: math.unit(6, "feet"),
  6443. weight: math.unit(150, "lb"),
  6444. name: "Front",
  6445. image: {
  6446. source: "./media/characters/natalie-nightring/front.svg",
  6447. extra: 1,
  6448. bottom: 0.06
  6449. }
  6450. },
  6451. },
  6452. [
  6453. {
  6454. name: "Uh Oh",
  6455. height: math.unit(0.1, "mm")
  6456. },
  6457. {
  6458. name: "Small",
  6459. height: math.unit(3, "inches")
  6460. },
  6461. {
  6462. name: "Human Scale",
  6463. height: math.unit(6, "feet")
  6464. },
  6465. {
  6466. name: "Librarian",
  6467. height: math.unit(50, "feet"),
  6468. default: true
  6469. },
  6470. {
  6471. name: "Immense",
  6472. height: math.unit(200, "miles")
  6473. },
  6474. ]
  6475. ))
  6476. characterMakers.push(() => makeCharacter(
  6477. { name: "Danni Rosie" },
  6478. {
  6479. front: {
  6480. height: math.unit(6, "feet"),
  6481. weight: math.unit(180, "lbs"),
  6482. name: "Front",
  6483. image: {
  6484. source: "./media/characters/danni-rosie/front.svg",
  6485. extra: 1260 / 1128,
  6486. bottom: 0.022
  6487. }
  6488. },
  6489. },
  6490. [
  6491. {
  6492. name: "Micro",
  6493. height: math.unit(2, "inches"),
  6494. default: true
  6495. },
  6496. ]
  6497. ))
  6498. characterMakers.push(() => makeCharacter(
  6499. { name: "Samantha Kruse" },
  6500. {
  6501. front: {
  6502. height: math.unit(5 + 9 / 12, "feet"),
  6503. weight: math.unit(220, "lb"),
  6504. name: "Front",
  6505. image: {
  6506. source: "./media/characters/samantha-kruse/front.svg",
  6507. extra: (985 / 935),
  6508. bottom: 0.03
  6509. }
  6510. },
  6511. frontUndressed: {
  6512. height: math.unit(5 + 9 / 12, "feet"),
  6513. weight: math.unit(220, "lb"),
  6514. name: "Front (Undressed)",
  6515. image: {
  6516. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6517. extra: (973 / 923),
  6518. bottom: 0.025
  6519. }
  6520. },
  6521. fat: {
  6522. height: math.unit(5 + 9 / 12, "feet"),
  6523. weight: math.unit(900, "lb"),
  6524. name: "Front (Fat)",
  6525. image: {
  6526. source: "./media/characters/samantha-kruse/fat.svg",
  6527. extra: 2688 / 2561
  6528. }
  6529. },
  6530. },
  6531. [
  6532. {
  6533. name: "Normal",
  6534. height: math.unit(5 + 9 / 12, "feet"),
  6535. default: true
  6536. }
  6537. ]
  6538. ))
  6539. characterMakers.push(() => makeCharacter(
  6540. { name: "Amelia Rosie" },
  6541. {
  6542. back: {
  6543. height: math.unit(5 + 4 / 12, "feet"),
  6544. weight: math.unit(4963, "lb"),
  6545. name: "Back",
  6546. image: {
  6547. source: "./media/characters/amelia-rosie/back.svg",
  6548. extra: 1113 / 963,
  6549. bottom: 0.01
  6550. }
  6551. },
  6552. },
  6553. [
  6554. {
  6555. name: "Level 0",
  6556. height: math.unit(5 + 4 / 12, "feet")
  6557. },
  6558. {
  6559. name: "Level 1",
  6560. height: math.unit(164597, "feet"),
  6561. default: true
  6562. },
  6563. {
  6564. name: "Level 2",
  6565. height: math.unit(956243, "miles")
  6566. },
  6567. {
  6568. name: "Level 3",
  6569. height: math.unit(29421709423, "miles")
  6570. },
  6571. {
  6572. name: "Level 4",
  6573. height: math.unit(154, "lightyears")
  6574. },
  6575. {
  6576. name: "Level 5",
  6577. height: math.unit(4738272, "lightyears")
  6578. },
  6579. {
  6580. name: "Level 6",
  6581. height: math.unit(145787152896, "lightyears")
  6582. },
  6583. ]
  6584. ))
  6585. characterMakers.push(() => makeCharacter(
  6586. { name: "Rook Kitara" },
  6587. {
  6588. front: {
  6589. height: math.unit(5 + 11 / 12, "feet"),
  6590. weight: math.unit(65, "kg"),
  6591. name: "Front",
  6592. image: {
  6593. source: "./media/characters/rook-kitara/front.svg",
  6594. extra: 1347 / 1274,
  6595. bottom: 0.005
  6596. }
  6597. },
  6598. },
  6599. [
  6600. {
  6601. name: "Totally Unfair",
  6602. height: math.unit(1.8, "mm")
  6603. },
  6604. {
  6605. name: "Lap Rookie",
  6606. height: math.unit(1.4, "feet")
  6607. },
  6608. {
  6609. name: "Normal",
  6610. height: math.unit(5 + 11 / 12, "feet"),
  6611. default: true
  6612. },
  6613. {
  6614. name: "How Did This Happen",
  6615. height: math.unit(80, "miles")
  6616. }
  6617. ]
  6618. ))
  6619. characterMakers.push(() => makeCharacter(
  6620. { name: "Pisces" },
  6621. {
  6622. front: {
  6623. height: math.unit(7, "feet"),
  6624. weight: math.unit(300, "lb"),
  6625. name: "Front",
  6626. image: {
  6627. source: "./media/characters/pisces/front.svg",
  6628. extra: 2255 / 2115,
  6629. bottom: 0.03
  6630. }
  6631. },
  6632. back: {
  6633. height: math.unit(7, "feet"),
  6634. weight: math.unit(300, "lb"),
  6635. name: "Back",
  6636. image: {
  6637. source: "./media/characters/pisces/back.svg",
  6638. extra: 2146 / 2055,
  6639. bottom: 0.04
  6640. }
  6641. },
  6642. },
  6643. [
  6644. {
  6645. name: "Normal",
  6646. height: math.unit(7, "feet"),
  6647. default: true
  6648. },
  6649. {
  6650. name: "Swimming Pool",
  6651. height: math.unit(12.2, "meters")
  6652. },
  6653. {
  6654. name: "Olympic Swimming Pool",
  6655. height: math.unit(56.3, "meters")
  6656. },
  6657. {
  6658. name: "Lake Superior",
  6659. height: math.unit(93900, "meters")
  6660. },
  6661. {
  6662. name: "Mediterranean Sea",
  6663. height: math.unit(644457, "meters")
  6664. },
  6665. {
  6666. name: "World's Oceans",
  6667. height: math.unit(4567491, "meters")
  6668. },
  6669. ]
  6670. ))
  6671. characterMakers.push(() => makeCharacter(
  6672. { name: "Zelas" },
  6673. {
  6674. front: {
  6675. height: math.unit(2.3, "meters"),
  6676. weight: math.unit(120, "kg"),
  6677. name: "Front",
  6678. image: {
  6679. source: "./media/characters/zelas/front.svg"
  6680. }
  6681. },
  6682. side: {
  6683. height: math.unit(2.3, "meters"),
  6684. weight: math.unit(120, "kg"),
  6685. name: "Side",
  6686. image: {
  6687. source: "./media/characters/zelas/side.svg"
  6688. }
  6689. },
  6690. back: {
  6691. height: math.unit(2.3, "meters"),
  6692. weight: math.unit(120, "kg"),
  6693. name: "Back",
  6694. image: {
  6695. source: "./media/characters/zelas/back.svg"
  6696. }
  6697. },
  6698. foot: {
  6699. height: math.unit(1.116, "feet"),
  6700. name: "Foot",
  6701. image: {
  6702. source: "./media/characters/zelas/foot.svg"
  6703. }
  6704. },
  6705. },
  6706. [
  6707. {
  6708. name: "Normal",
  6709. height: math.unit(2.3, "meters")
  6710. },
  6711. {
  6712. name: "Macro",
  6713. height: math.unit(30, "meters"),
  6714. default: true
  6715. },
  6716. ]
  6717. ))
  6718. characterMakers.push(() => makeCharacter(
  6719. { name: "Talbot" },
  6720. {
  6721. front: {
  6722. height: math.unit(1, "inch"),
  6723. weight: math.unit(0.21, "grams"),
  6724. name: "Front",
  6725. image: {
  6726. source: "./media/characters/talbot/front.svg",
  6727. extra: 594 / 544
  6728. }
  6729. },
  6730. },
  6731. [
  6732. {
  6733. name: "Micro",
  6734. height: math.unit(1, "inch"),
  6735. default: true
  6736. },
  6737. ]
  6738. ))
  6739. characterMakers.push(() => makeCharacter(
  6740. { name: "Fliss" },
  6741. {
  6742. front: {
  6743. height: math.unit(3 + 3 / 12, "feet"),
  6744. weight: math.unit(51.8, "lb"),
  6745. name: "Front",
  6746. image: {
  6747. source: "./media/characters/fliss/front.svg",
  6748. extra: 840 / 640
  6749. }
  6750. },
  6751. },
  6752. [
  6753. {
  6754. name: "Teeny Tiny",
  6755. height: math.unit(1, "mm")
  6756. },
  6757. {
  6758. name: "Small",
  6759. height: math.unit(1, "inch"),
  6760. default: true
  6761. },
  6762. {
  6763. name: "Standard Sylveon",
  6764. height: math.unit(3 + 3 / 12, "feet")
  6765. },
  6766. {
  6767. name: "Large Nuisance",
  6768. height: math.unit(33, "feet")
  6769. },
  6770. {
  6771. name: "City Filler",
  6772. height: math.unit(3000, "feet")
  6773. },
  6774. {
  6775. name: "New Horizon",
  6776. height: math.unit(6000, "miles")
  6777. },
  6778. ]
  6779. ))
  6780. characterMakers.push(() => makeCharacter(
  6781. { name: "Fleta" },
  6782. {
  6783. front: {
  6784. height: math.unit(5, "cm"),
  6785. weight: math.unit(1.94, "g"),
  6786. name: "Front",
  6787. image: {
  6788. source: "./media/characters/fleta/front.svg",
  6789. extra: 835 / 803
  6790. }
  6791. },
  6792. back: {
  6793. height: math.unit(5, "cm"),
  6794. weight: math.unit(1.94, "g"),
  6795. name: "Back",
  6796. image: {
  6797. source: "./media/characters/fleta/back.svg",
  6798. extra: 835 / 803
  6799. }
  6800. },
  6801. },
  6802. [
  6803. {
  6804. name: "Micro",
  6805. height: math.unit(5, "cm"),
  6806. default: true
  6807. },
  6808. ]
  6809. ))
  6810. characterMakers.push(() => makeCharacter(
  6811. { name: "Dominic" },
  6812. {
  6813. front: {
  6814. height: math.unit(6, "feet"),
  6815. weight: math.unit(225, "lb"),
  6816. name: "Front",
  6817. image: {
  6818. source: "./media/characters/dominic/front.svg",
  6819. extra: 1770 / 1620,
  6820. bottom: 0.025
  6821. }
  6822. },
  6823. back: {
  6824. height: math.unit(6, "feet"),
  6825. weight: math.unit(225, "lb"),
  6826. name: "Back",
  6827. image: {
  6828. source: "./media/characters/dominic/back.svg",
  6829. extra: 1745 / 1620,
  6830. bottom: 0.065
  6831. }
  6832. },
  6833. },
  6834. [
  6835. {
  6836. name: "Nano",
  6837. height: math.unit(0.1, "mm")
  6838. },
  6839. {
  6840. name: "Micro-",
  6841. height: math.unit(1, "mm")
  6842. },
  6843. {
  6844. name: "Micro",
  6845. height: math.unit(4, "inches")
  6846. },
  6847. {
  6848. name: "Normal",
  6849. height: math.unit(6 + 4 / 12, "feet"),
  6850. default: true
  6851. },
  6852. {
  6853. name: "Macro",
  6854. height: math.unit(115, "feet")
  6855. },
  6856. {
  6857. name: "Macro+",
  6858. height: math.unit(955, "feet")
  6859. },
  6860. {
  6861. name: "Megamacro",
  6862. height: math.unit(8990, "feet")
  6863. },
  6864. {
  6865. name: "Gigmacro",
  6866. height: math.unit(9310, "miles")
  6867. },
  6868. {
  6869. name: "Teramacro",
  6870. height: math.unit(1567005010, "miles")
  6871. },
  6872. {
  6873. name: "Examacro",
  6874. height: math.unit(1425, "parsecs")
  6875. },
  6876. ]
  6877. ))
  6878. characterMakers.push(() => makeCharacter(
  6879. { name: "Major Colonel" },
  6880. {
  6881. front: {
  6882. height: math.unit(400, "feet"),
  6883. weight: math.unit(44444444, "lb"),
  6884. name: "Front",
  6885. image: {
  6886. source: "./media/characters/major-colonel/front.svg"
  6887. }
  6888. },
  6889. back: {
  6890. height: math.unit(400, "feet"),
  6891. weight: math.unit(44444444, "lb"),
  6892. name: "Back",
  6893. image: {
  6894. source: "./media/characters/major-colonel/back.svg"
  6895. }
  6896. },
  6897. },
  6898. [
  6899. {
  6900. name: "Macro",
  6901. height: math.unit(400, "feet"),
  6902. default: true
  6903. },
  6904. ]
  6905. ))
  6906. characterMakers.push(() => makeCharacter(
  6907. { name: "Axel Lycan" },
  6908. {
  6909. front: {
  6910. height: math.unit(6, "feet"),
  6911. weight: math.unit(120, "lb"),
  6912. name: "Front",
  6913. image: {
  6914. source: "./media/characters/axel-lycan/front.svg",
  6915. extra: 1,
  6916. bottom: 0.08
  6917. }
  6918. },
  6919. },
  6920. [
  6921. {
  6922. name: "Macro",
  6923. height: math.unit(1, "km"),
  6924. default: true
  6925. },
  6926. ]
  6927. ))
  6928. characterMakers.push(() => makeCharacter(
  6929. { name: "Vanrel (Hyena)" },
  6930. {
  6931. front: {
  6932. height: math.unit(5 + 9 / 12, "feet"),
  6933. weight: math.unit(175, "lb"),
  6934. name: "Front",
  6935. image: {
  6936. source: "./media/characters/vanrel-hyena/front.svg",
  6937. extra: 1086 / 1010,
  6938. bottom: 0.04
  6939. }
  6940. },
  6941. },
  6942. [
  6943. {
  6944. name: "Normal",
  6945. height: math.unit(5 + 9 / 12, "feet"),
  6946. default: true
  6947. },
  6948. ]
  6949. ))
  6950. characterMakers.push(() => makeCharacter(
  6951. { name: "Abbott Absol" },
  6952. {
  6953. front: {
  6954. height: math.unit(6, "feet"),
  6955. weight: math.unit(103, "lb"),
  6956. name: "Front",
  6957. image: {
  6958. source: "./media/characters/abbott-absol/front.svg",
  6959. extra: 2010 / 1842
  6960. }
  6961. },
  6962. },
  6963. [
  6964. {
  6965. name: "Megamicro",
  6966. height: math.unit(0.1, "mm")
  6967. },
  6968. {
  6969. name: "Micro",
  6970. height: math.unit(1, "inch")
  6971. },
  6972. {
  6973. name: "Normal",
  6974. height: math.unit(6, "feet"),
  6975. default: true
  6976. },
  6977. ]
  6978. ))
  6979. characterMakers.push(() => makeCharacter(
  6980. { name: "Hector" },
  6981. {
  6982. front: {
  6983. height: math.unit(6, "feet"),
  6984. weight: math.unit(264, "lb"),
  6985. name: "Front",
  6986. image: {
  6987. source: "./media/characters/hector/front.svg",
  6988. extra: 2280 / 2130,
  6989. bottom: 0.07
  6990. }
  6991. },
  6992. },
  6993. [
  6994. {
  6995. name: "Normal",
  6996. height: math.unit(12.25, "foot"),
  6997. default: true
  6998. },
  6999. {
  7000. name: "Macro",
  7001. height: math.unit(160, "feet")
  7002. },
  7003. ]
  7004. ))
  7005. characterMakers.push(() => makeCharacter(
  7006. { name: "Sal" },
  7007. {
  7008. front: {
  7009. height: math.unit(6, "feet"),
  7010. weight: math.unit(150, "lb"),
  7011. name: "Front",
  7012. image: {
  7013. source: "./media/characters/sal/front.svg",
  7014. extra: 1846 / 1699,
  7015. bottom: 0.04
  7016. }
  7017. },
  7018. },
  7019. [
  7020. {
  7021. name: "Megamacro",
  7022. height: math.unit(10, "miles"),
  7023. default: true
  7024. },
  7025. ]
  7026. ))
  7027. characterMakers.push(() => makeCharacter(
  7028. { name: "Ranger" },
  7029. {
  7030. front: {
  7031. height: math.unit(3, "meters"),
  7032. weight: math.unit(450, "kg"),
  7033. name: "front",
  7034. image: {
  7035. source: "./media/characters/ranger/front.svg",
  7036. extra: 2401 / 2243,
  7037. bottom: 0.05
  7038. }
  7039. },
  7040. },
  7041. [
  7042. {
  7043. name: "Normal",
  7044. height: math.unit(3, "meters"),
  7045. default: true
  7046. },
  7047. ]
  7048. ))
  7049. characterMakers.push(() => makeCharacter(
  7050. { name: "Theresa" },
  7051. {
  7052. front: {
  7053. height: math.unit(14, "feet"),
  7054. weight: math.unit(800, "kg"),
  7055. name: "Front",
  7056. image: {
  7057. source: "./media/characters/theresa/front.svg",
  7058. extra: 3575 / 3346,
  7059. bottom: 0.03
  7060. }
  7061. },
  7062. },
  7063. [
  7064. {
  7065. name: "Normal",
  7066. height: math.unit(14, "feet"),
  7067. default: true
  7068. },
  7069. ]
  7070. ))
  7071. characterMakers.push(() => makeCharacter(
  7072. { name: "Ine" },
  7073. {
  7074. front: {
  7075. height: math.unit(6, "feet"),
  7076. weight: math.unit(3, "kg"),
  7077. name: "Front",
  7078. image: {
  7079. source: "./media/characters/ine/front.svg",
  7080. extra: 678 / 539,
  7081. bottom: 0.023
  7082. }
  7083. },
  7084. },
  7085. [
  7086. {
  7087. name: "Normal",
  7088. height: math.unit(2.265, "feet"),
  7089. default: true
  7090. },
  7091. ]
  7092. ))
  7093. characterMakers.push(() => makeCharacter(
  7094. { name: "Vial" },
  7095. {
  7096. front: {
  7097. height: math.unit(5, "feet"),
  7098. weight: math.unit(30, "kg"),
  7099. name: "Front",
  7100. image: {
  7101. source: "./media/characters/vial/front.svg",
  7102. extra: 1365 / 1277,
  7103. bottom: 0.04
  7104. }
  7105. },
  7106. },
  7107. [
  7108. {
  7109. name: "Normal",
  7110. height: math.unit(5, "feet"),
  7111. default: true
  7112. },
  7113. ]
  7114. ))
  7115. characterMakers.push(() => makeCharacter(
  7116. { name: "Rovoska" },
  7117. {
  7118. side: {
  7119. height: math.unit(3.4, "meters"),
  7120. weight: math.unit(1000, "lb"),
  7121. name: "Side",
  7122. image: {
  7123. source: "./media/characters/rovoska/side.svg",
  7124. extra: 4403 / 1515
  7125. }
  7126. },
  7127. },
  7128. [
  7129. {
  7130. name: "Normal",
  7131. height: math.unit(3.4, "meters"),
  7132. default: true
  7133. },
  7134. ]
  7135. ))
  7136. characterMakers.push(() => makeCharacter(
  7137. { name: "Gunner Rotthbauer" },
  7138. {
  7139. front: {
  7140. height: math.unit(8, "feet"),
  7141. weight: math.unit(315, "lb"),
  7142. name: "Front",
  7143. image: {
  7144. source: "./media/characters/gunner-rotthbauer/front.svg"
  7145. }
  7146. },
  7147. back: {
  7148. height: math.unit(8, "feet"),
  7149. weight: math.unit(315, "lb"),
  7150. name: "Back",
  7151. image: {
  7152. source: "./media/characters/gunner-rotthbauer/back.svg"
  7153. }
  7154. },
  7155. },
  7156. [
  7157. {
  7158. name: "Micro",
  7159. height: math.unit(3.5, "inches")
  7160. },
  7161. {
  7162. name: "Normal",
  7163. height: math.unit(8, "feet"),
  7164. default: true
  7165. },
  7166. {
  7167. name: "Macro",
  7168. height: math.unit(250, "feet")
  7169. },
  7170. {
  7171. name: "Megamacro",
  7172. height: math.unit(1, "AU")
  7173. },
  7174. ]
  7175. ))
  7176. characterMakers.push(() => makeCharacter(
  7177. { name: "Allatia" },
  7178. {
  7179. front: {
  7180. height: math.unit(5 + 5 / 12, "feet"),
  7181. weight: math.unit(140, "lb"),
  7182. name: "Front",
  7183. image: {
  7184. source: "./media/characters/allatia/front.svg",
  7185. extra: 1227 / 1180,
  7186. bottom: 0.027
  7187. }
  7188. },
  7189. },
  7190. [
  7191. {
  7192. name: "Normal",
  7193. height: math.unit(5 + 5 / 12, "feet")
  7194. },
  7195. {
  7196. name: "Macro",
  7197. height: math.unit(250, "feet"),
  7198. default: true
  7199. },
  7200. {
  7201. name: "Megamacro",
  7202. height: math.unit(8, "miles")
  7203. }
  7204. ]
  7205. ))
  7206. characterMakers.push(() => makeCharacter(
  7207. { name: "Tene" },
  7208. {
  7209. front: {
  7210. height: math.unit(6, "feet"),
  7211. weight: math.unit(120, "lb"),
  7212. name: "Front",
  7213. image: {
  7214. source: "./media/characters/tene/front.svg",
  7215. extra: 1728 / 1578,
  7216. bottom: 0.022
  7217. }
  7218. },
  7219. stomping: {
  7220. height: math.unit(2.025, "meters"),
  7221. weight: math.unit(120, "lb"),
  7222. name: "Stomping",
  7223. image: {
  7224. source: "./media/characters/tene/stomping.svg",
  7225. extra: 938 / 873,
  7226. bottom: 0.01
  7227. }
  7228. },
  7229. sitting: {
  7230. height: math.unit(1, "meter"),
  7231. weight: math.unit(120, "lb"),
  7232. name: "Sitting",
  7233. image: {
  7234. source: "./media/characters/tene/sitting.svg",
  7235. extra: 437 / 415,
  7236. bottom: 0.1
  7237. }
  7238. },
  7239. feral: {
  7240. height: math.unit(3.9, "feet"),
  7241. weight: math.unit(250, "lb"),
  7242. name: "Feral",
  7243. image: {
  7244. source: "./media/characters/tene/feral.svg",
  7245. extra: 717 / 458,
  7246. bottom: 0.179
  7247. }
  7248. },
  7249. },
  7250. [
  7251. {
  7252. name: "Normal",
  7253. height: math.unit(6, "feet")
  7254. },
  7255. {
  7256. name: "Macro",
  7257. height: math.unit(300, "feet"),
  7258. default: true
  7259. },
  7260. {
  7261. name: "Megamacro",
  7262. height: math.unit(5, "miles")
  7263. },
  7264. ]
  7265. ))
  7266. characterMakers.push(() => makeCharacter(
  7267. { name: "Evander" },
  7268. {
  7269. side: {
  7270. height: math.unit(6, "feet"),
  7271. name: "Side",
  7272. image: {
  7273. source: "./media/characters/evander/side.svg",
  7274. extra: 877 / 477
  7275. }
  7276. },
  7277. },
  7278. [
  7279. {
  7280. name: "Normal",
  7281. height: math.unit(0.83, "meters"),
  7282. default: true
  7283. },
  7284. ]
  7285. ))
  7286. characterMakers.push(() => makeCharacter(
  7287. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7288. {
  7289. front: {
  7290. height: math.unit(12, "feet"),
  7291. weight: math.unit(1000, "lb"),
  7292. name: "Front",
  7293. image: {
  7294. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7295. extra: 1762 / 1611
  7296. }
  7297. },
  7298. back: {
  7299. height: math.unit(12, "feet"),
  7300. weight: math.unit(1000, "lb"),
  7301. name: "Back",
  7302. image: {
  7303. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7304. extra: 1762 / 1611
  7305. }
  7306. },
  7307. },
  7308. [
  7309. {
  7310. name: "Normal",
  7311. height: math.unit(12, "feet"),
  7312. default: true
  7313. },
  7314. {
  7315. name: "Kaiju",
  7316. height: math.unit(150, "feet")
  7317. },
  7318. ]
  7319. ))
  7320. characterMakers.push(() => makeCharacter(
  7321. { name: "Zero Alurus" },
  7322. {
  7323. front: {
  7324. height: math.unit(6, "feet"),
  7325. weight: math.unit(150, "lb"),
  7326. name: "Front",
  7327. image: {
  7328. source: "./media/characters/zero-alurus/front.svg"
  7329. }
  7330. },
  7331. back: {
  7332. height: math.unit(6, "feet"),
  7333. weight: math.unit(150, "lb"),
  7334. name: "Back",
  7335. image: {
  7336. source: "./media/characters/zero-alurus/back.svg"
  7337. }
  7338. },
  7339. },
  7340. [
  7341. {
  7342. name: "Normal",
  7343. height: math.unit(5 + 10 / 12, "feet")
  7344. },
  7345. {
  7346. name: "Macro",
  7347. height: math.unit(60, "feet"),
  7348. default: true
  7349. },
  7350. {
  7351. name: "Macro+",
  7352. height: math.unit(450, "feet")
  7353. },
  7354. ]
  7355. ))
  7356. characterMakers.push(() => makeCharacter(
  7357. { name: "Mega Shi" },
  7358. {
  7359. front: {
  7360. height: math.unit(6, "feet"),
  7361. weight: math.unit(200, "lb"),
  7362. name: "Front",
  7363. image: {
  7364. source: "./media/characters/mega-shi/front.svg",
  7365. extra: 1279 / 1250,
  7366. bottom: 0.02
  7367. }
  7368. },
  7369. back: {
  7370. height: math.unit(6, "feet"),
  7371. weight: math.unit(200, "lb"),
  7372. name: "Back",
  7373. image: {
  7374. source: "./media/characters/mega-shi/back.svg",
  7375. extra: 1279 / 1250,
  7376. bottom: 0.02
  7377. }
  7378. },
  7379. },
  7380. [
  7381. {
  7382. name: "Micro",
  7383. height: math.unit(16 + 6 / 12, "feet")
  7384. },
  7385. {
  7386. name: "Normal",
  7387. height: math.unit(660, "feet"),
  7388. default: true
  7389. },
  7390. {
  7391. name: "Megamacro",
  7392. height: math.unit(10, "miles")
  7393. },
  7394. {
  7395. name: "Planetary Launch",
  7396. height: math.unit(500, "miles")
  7397. },
  7398. {
  7399. name: "Interstellar",
  7400. height: math.unit(1e9, "miles")
  7401. },
  7402. {
  7403. name: "Leaving the Universe",
  7404. height: math.unit(1, "gigaparsec")
  7405. },
  7406. {
  7407. name: "Travelling Universes",
  7408. height: math.unit(30e15, "parsecs")
  7409. },
  7410. ]
  7411. ))
  7412. characterMakers.push(() => makeCharacter(
  7413. { name: "Odyssey" },
  7414. {
  7415. front: {
  7416. height: math.unit(6, "feet"),
  7417. weight: math.unit(150, "lb"),
  7418. name: "Front",
  7419. image: {
  7420. source: "./media/characters/odyssey/front.svg",
  7421. extra: 1782 / 1582,
  7422. bottom: 0.01
  7423. }
  7424. },
  7425. side: {
  7426. height: math.unit(5.7, "feet"),
  7427. weight: math.unit(140, "lb"),
  7428. name: "Side",
  7429. image: {
  7430. source: "./media/characters/odyssey/side.svg",
  7431. extra: 6462 / 5700
  7432. }
  7433. },
  7434. },
  7435. [
  7436. {
  7437. name: "Normal",
  7438. height: math.unit(5 + 4 / 12, "feet")
  7439. },
  7440. {
  7441. name: "Macro",
  7442. height: math.unit(1, "km")
  7443. },
  7444. {
  7445. name: "Megamacro",
  7446. height: math.unit(3000, "km")
  7447. },
  7448. {
  7449. name: "Gigamacro",
  7450. height: math.unit(1, "AU"),
  7451. default: true
  7452. },
  7453. {
  7454. name: "Omniversal",
  7455. height: math.unit(100e14, "lightyears")
  7456. },
  7457. ]
  7458. ))
  7459. characterMakers.push(() => makeCharacter(
  7460. { name: "Mekuto" },
  7461. {
  7462. front: {
  7463. height: math.unit(6, "feet"),
  7464. weight: math.unit(300, "lb"),
  7465. name: "Front",
  7466. image: {
  7467. source: "./media/characters/mekuto/front.svg",
  7468. extra: 921 / 832,
  7469. bottom: 0.03
  7470. }
  7471. },
  7472. hand: {
  7473. height: math.unit(6 / 10.24, "feet"),
  7474. name: "Hand",
  7475. image: {
  7476. source: "./media/characters/mekuto/hand.svg"
  7477. }
  7478. },
  7479. foot: {
  7480. height: math.unit(6 / 5.05, "feet"),
  7481. name: "Foot",
  7482. image: {
  7483. source: "./media/characters/mekuto/foot.svg"
  7484. }
  7485. },
  7486. },
  7487. [
  7488. {
  7489. name: "Minimicro",
  7490. height: math.unit(0.2, "inches")
  7491. },
  7492. {
  7493. name: "Micro",
  7494. height: math.unit(1.5, "inches")
  7495. },
  7496. {
  7497. name: "Normal",
  7498. height: math.unit(5 + 11 / 12, "feet"),
  7499. default: true
  7500. },
  7501. {
  7502. name: "Minimacro",
  7503. height: math.unit(17 + 9 / 12, "feet")
  7504. },
  7505. {
  7506. name: "Macro",
  7507. height: math.unit(177.5, "feet")
  7508. },
  7509. {
  7510. name: "Megamacro",
  7511. height: math.unit(152, "miles")
  7512. },
  7513. ]
  7514. ))
  7515. characterMakers.push(() => makeCharacter(
  7516. { name: "Dafydd Tomos" },
  7517. {
  7518. front: {
  7519. height: math.unit(6.5, "inches"),
  7520. weight: math.unit(13, "oz"),
  7521. name: "Front",
  7522. image: {
  7523. source: "./media/characters/dafydd-tomos/front.svg",
  7524. extra: 2990 / 2603,
  7525. bottom: 0.03
  7526. }
  7527. },
  7528. },
  7529. [
  7530. {
  7531. name: "Micro",
  7532. height: math.unit(6.5, "inches"),
  7533. default: true
  7534. },
  7535. ]
  7536. ))
  7537. characterMakers.push(() => makeCharacter(
  7538. { name: "Splinter" },
  7539. {
  7540. front: {
  7541. height: math.unit(6, "feet"),
  7542. weight: math.unit(150, "lb"),
  7543. name: "Front",
  7544. image: {
  7545. source: "./media/characters/splinter/front.svg",
  7546. extra: 2990 / 2882,
  7547. bottom: 0.04
  7548. }
  7549. },
  7550. back: {
  7551. height: math.unit(6, "feet"),
  7552. weight: math.unit(150, "lb"),
  7553. name: "Back",
  7554. image: {
  7555. source: "./media/characters/splinter/back.svg",
  7556. extra: 2990 / 2882,
  7557. bottom: 0.04
  7558. }
  7559. },
  7560. },
  7561. [
  7562. {
  7563. name: "Normal",
  7564. height: math.unit(6, "feet")
  7565. },
  7566. {
  7567. name: "Macro",
  7568. height: math.unit(230, "meters"),
  7569. default: true
  7570. },
  7571. ]
  7572. ))
  7573. characterMakers.push(() => makeCharacter(
  7574. { name: "SnowGabumon" },
  7575. {
  7576. front: {
  7577. height: math.unit(4 + 10 / 12, "feet"),
  7578. weight: math.unit(480, "lb"),
  7579. name: "Front",
  7580. image: {
  7581. source: "./media/characters/snow-gabumon/front.svg",
  7582. extra: 1140 / 963,
  7583. bottom: 0.058
  7584. }
  7585. },
  7586. back: {
  7587. height: math.unit(4 + 10 / 12, "feet"),
  7588. weight: math.unit(480, "lb"),
  7589. name: "Back",
  7590. image: {
  7591. source: "./media/characters/snow-gabumon/back.svg",
  7592. extra: 1115 / 962,
  7593. bottom: 0.041
  7594. }
  7595. },
  7596. frontUndresed: {
  7597. height: math.unit(4 + 10 / 12, "feet"),
  7598. weight: math.unit(480, "lb"),
  7599. name: "Front (Undressed)",
  7600. image: {
  7601. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7602. extra: 1061 / 960,
  7603. bottom: 0.045
  7604. }
  7605. },
  7606. },
  7607. [
  7608. {
  7609. name: "Micro",
  7610. height: math.unit(1, "inch")
  7611. },
  7612. {
  7613. name: "Normal",
  7614. height: math.unit(4 + 10 / 12, "feet"),
  7615. default: true
  7616. },
  7617. {
  7618. name: "Macro",
  7619. height: math.unit(200, "feet")
  7620. },
  7621. {
  7622. name: "Megamacro",
  7623. height: math.unit(120, "miles")
  7624. },
  7625. {
  7626. name: "Gigamacro",
  7627. height: math.unit(9800, "miles")
  7628. },
  7629. ]
  7630. ))
  7631. characterMakers.push(() => makeCharacter(
  7632. { name: "Moody" },
  7633. {
  7634. front: {
  7635. height: math.unit(1.7, "meters"),
  7636. weight: math.unit(140, "lb"),
  7637. name: "Front",
  7638. image: {
  7639. source: "./media/characters/moody/front.svg",
  7640. extra: 3226 / 3007,
  7641. bottom: 0.087
  7642. }
  7643. },
  7644. },
  7645. [
  7646. {
  7647. name: "Micro",
  7648. height: math.unit(1, "mm")
  7649. },
  7650. {
  7651. name: "Normal",
  7652. height: math.unit(1.7, "meters"),
  7653. default: true
  7654. },
  7655. {
  7656. name: "Macro",
  7657. height: math.unit(80, "meters")
  7658. },
  7659. {
  7660. name: "Macro+",
  7661. height: math.unit(500, "meters")
  7662. },
  7663. ]
  7664. ))
  7665. characterMakers.push(() => makeCharacter(
  7666. { name: "Zyas" },
  7667. {
  7668. front: {
  7669. height: math.unit(6, "feet"),
  7670. weight: math.unit(150, "lb"),
  7671. name: "Front",
  7672. image: {
  7673. source: "./media/characters/zyas/front.svg",
  7674. extra: 1180 / 1120,
  7675. bottom: 0.045
  7676. }
  7677. },
  7678. },
  7679. [
  7680. {
  7681. name: "Normal",
  7682. height: math.unit(10, "feet"),
  7683. default: true
  7684. },
  7685. {
  7686. name: "Macro",
  7687. height: math.unit(500, "feet")
  7688. },
  7689. {
  7690. name: "Megamacro",
  7691. height: math.unit(5, "miles")
  7692. },
  7693. {
  7694. name: "Teramacro",
  7695. height: math.unit(150000, "miles")
  7696. },
  7697. ]
  7698. ))
  7699. characterMakers.push(() => makeCharacter(
  7700. { name: "Cuon" },
  7701. {
  7702. front: {
  7703. height: math.unit(6, "feet"),
  7704. weight: math.unit(150, "lb"),
  7705. name: "Front",
  7706. image: {
  7707. source: "./media/characters/cuon/front.svg",
  7708. extra: 1390 / 1320,
  7709. bottom: 0.008
  7710. }
  7711. },
  7712. },
  7713. [
  7714. {
  7715. name: "Micro",
  7716. height: math.unit(3, "inches")
  7717. },
  7718. {
  7719. name: "Normal",
  7720. height: math.unit(18 + 9 / 12, "feet"),
  7721. default: true
  7722. },
  7723. {
  7724. name: "Macro",
  7725. height: math.unit(360, "feet")
  7726. },
  7727. {
  7728. name: "Megamacro",
  7729. height: math.unit(360, "miles")
  7730. },
  7731. ]
  7732. ))
  7733. characterMakers.push(() => makeCharacter(
  7734. { name: "Nyanuxk" },
  7735. {
  7736. front: {
  7737. height: math.unit(2.4, "meters"),
  7738. weight: math.unit(70, "kg"),
  7739. name: "Front",
  7740. image: {
  7741. source: "./media/characters/nyanuxk/front.svg",
  7742. extra: 1172 / 1084,
  7743. bottom: 0.065
  7744. }
  7745. },
  7746. side: {
  7747. height: math.unit(2.4, "meters"),
  7748. weight: math.unit(70, "kg"),
  7749. name: "Side",
  7750. image: {
  7751. source: "./media/characters/nyanuxk/side.svg",
  7752. extra: 1190 / 1132,
  7753. bottom: 0.007
  7754. }
  7755. },
  7756. back: {
  7757. height: math.unit(2.4, "meters"),
  7758. weight: math.unit(70, "kg"),
  7759. name: "Back",
  7760. image: {
  7761. source: "./media/characters/nyanuxk/back.svg",
  7762. extra: 1200 / 1141,
  7763. bottom: 0.015
  7764. }
  7765. },
  7766. foot: {
  7767. height: math.unit(0.52, "meters"),
  7768. name: "Foot",
  7769. image: {
  7770. source: "./media/characters/nyanuxk/foot.svg"
  7771. }
  7772. },
  7773. },
  7774. [
  7775. {
  7776. name: "Micro",
  7777. height: math.unit(2, "cm")
  7778. },
  7779. {
  7780. name: "Normal",
  7781. height: math.unit(2.4, "meters"),
  7782. default: true
  7783. },
  7784. {
  7785. name: "Smaller Macro",
  7786. height: math.unit(120, "meters")
  7787. },
  7788. {
  7789. name: "Bigger Macro",
  7790. height: math.unit(1.2, "km")
  7791. },
  7792. {
  7793. name: "Megamacro",
  7794. height: math.unit(15, "kilometers")
  7795. },
  7796. {
  7797. name: "Gigamacro",
  7798. height: math.unit(2000, "km")
  7799. },
  7800. {
  7801. name: "Teramacro",
  7802. height: math.unit(500000, "km")
  7803. },
  7804. ]
  7805. ))
  7806. characterMakers.push(() => makeCharacter(
  7807. { name: "Ailbhe" },
  7808. {
  7809. side: {
  7810. height: math.unit(6, "feet"),
  7811. name: "Side",
  7812. image: {
  7813. source: "./media/characters/ailbhe/side.svg",
  7814. extra: 757 / 464,
  7815. bottom: 0.041
  7816. }
  7817. },
  7818. },
  7819. [
  7820. {
  7821. name: "Normal",
  7822. height: math.unit(1.07, "meters"),
  7823. default: true
  7824. },
  7825. ]
  7826. ))
  7827. characterMakers.push(() => makeCharacter(
  7828. { name: "Zevulfius" },
  7829. {
  7830. front: {
  7831. height: math.unit(6, "feet"),
  7832. weight: math.unit(120, "kg"),
  7833. name: "Front",
  7834. image: {
  7835. source: "./media/characters/zevulfius/front.svg",
  7836. extra: 965 / 903
  7837. }
  7838. },
  7839. side: {
  7840. height: math.unit(6, "feet"),
  7841. weight: math.unit(120, "kg"),
  7842. name: "Side",
  7843. image: {
  7844. source: "./media/characters/zevulfius/side.svg",
  7845. extra: 939 / 900
  7846. }
  7847. },
  7848. back: {
  7849. height: math.unit(6, "feet"),
  7850. weight: math.unit(120, "kg"),
  7851. name: "Back",
  7852. image: {
  7853. source: "./media/characters/zevulfius/back.svg",
  7854. extra: 918 / 854,
  7855. bottom: 0.005
  7856. }
  7857. },
  7858. foot: {
  7859. height: math.unit(6 / 3.72, "feet"),
  7860. name: "Foot",
  7861. image: {
  7862. source: "./media/characters/zevulfius/foot.svg"
  7863. }
  7864. },
  7865. },
  7866. [
  7867. {
  7868. name: "Macro",
  7869. height: math.unit(750, "meters")
  7870. },
  7871. {
  7872. name: "Megamacro",
  7873. height: math.unit(20, "km"),
  7874. default: true
  7875. },
  7876. {
  7877. name: "Gigamacro",
  7878. height: math.unit(2000, "km")
  7879. },
  7880. {
  7881. name: "Teramacro",
  7882. height: math.unit(250000, "km")
  7883. },
  7884. ]
  7885. ))
  7886. characterMakers.push(() => makeCharacter(
  7887. { name: "Rikes" },
  7888. {
  7889. front: {
  7890. height: math.unit(100, "feet"),
  7891. weight: math.unit(350, "kg"),
  7892. name: "Front",
  7893. image: {
  7894. source: "./media/characters/rikes/front.svg",
  7895. extra: 1565 / 1483,
  7896. bottom: 0.017
  7897. }
  7898. },
  7899. },
  7900. [
  7901. {
  7902. name: "Macro",
  7903. height: math.unit(100, "feet"),
  7904. default: true
  7905. },
  7906. ]
  7907. ))
  7908. characterMakers.push(() => makeCharacter(
  7909. { name: "Adam Silver-Mane" },
  7910. {
  7911. anthro: {
  7912. height: math.unit(8, "feet"),
  7913. weight: math.unit(120, "kg"),
  7914. name: "Anthro",
  7915. image: {
  7916. source: "./media/characters/adam-silver-mane/anthro.svg",
  7917. extra: 5743 / 5339,
  7918. bottom: 0.07
  7919. }
  7920. },
  7921. taur: {
  7922. height: math.unit(16, "feet"),
  7923. weight: math.unit(1500, "kg"),
  7924. name: "Taur",
  7925. image: {
  7926. source: "./media/characters/adam-silver-mane/taur.svg",
  7927. extra: 1713 / 1571,
  7928. bottom: 0.01
  7929. }
  7930. },
  7931. },
  7932. [
  7933. {
  7934. name: "Normal",
  7935. height: math.unit(8, "feet")
  7936. },
  7937. {
  7938. name: "Minimacro",
  7939. height: math.unit(80, "feet")
  7940. },
  7941. {
  7942. name: "Macro",
  7943. height: math.unit(800, "feet"),
  7944. default: true
  7945. },
  7946. {
  7947. name: "Megamacro",
  7948. height: math.unit(8000, "feet")
  7949. },
  7950. {
  7951. name: "Gigamacro",
  7952. height: math.unit(800, "miles")
  7953. },
  7954. {
  7955. name: "Teramacro",
  7956. height: math.unit(80000, "miles")
  7957. },
  7958. {
  7959. name: "Celestial",
  7960. height: math.unit(8e6, "miles")
  7961. },
  7962. {
  7963. name: "Star Dragon",
  7964. height: math.unit(800000, "parsecs")
  7965. },
  7966. {
  7967. name: "Godly",
  7968. height: math.unit(800, "teraparsecs")
  7969. },
  7970. ]
  7971. ))
  7972. characterMakers.push(() => makeCharacter(
  7973. { name: "Ky'owin" },
  7974. {
  7975. front: {
  7976. height: math.unit(6, "feet"),
  7977. weight: math.unit(150, "lb"),
  7978. name: "Front",
  7979. image: {
  7980. source: "./media/characters/ky'owin/front.svg",
  7981. extra: 3888 / 3068,
  7982. bottom: 0.015
  7983. }
  7984. },
  7985. },
  7986. [
  7987. {
  7988. name: "Normal",
  7989. height: math.unit(6 + 8 / 12, "feet")
  7990. },
  7991. {
  7992. name: "Large",
  7993. height: math.unit(68, "feet")
  7994. },
  7995. {
  7996. name: "Macro",
  7997. height: math.unit(132, "feet")
  7998. },
  7999. {
  8000. name: "Macro+",
  8001. height: math.unit(340, "feet")
  8002. },
  8003. {
  8004. name: "Macro++",
  8005. height: math.unit(680, "feet"),
  8006. default: true
  8007. },
  8008. {
  8009. name: "Megamacro",
  8010. height: math.unit(1, "mile")
  8011. },
  8012. {
  8013. name: "Megamacro+",
  8014. height: math.unit(10, "miles")
  8015. },
  8016. ]
  8017. ))
  8018. characterMakers.push(() => makeCharacter(
  8019. { name: "Mal" },
  8020. {
  8021. front: {
  8022. height: math.unit(4, "feet"),
  8023. weight: math.unit(50, "lb"),
  8024. name: "Front",
  8025. image: {
  8026. source: "./media/characters/mal/front.svg",
  8027. extra: 785 / 724,
  8028. bottom: 0.07
  8029. }
  8030. },
  8031. },
  8032. [
  8033. {
  8034. name: "Micro",
  8035. height: math.unit(4, "inches")
  8036. },
  8037. {
  8038. name: "Normal",
  8039. height: math.unit(4, "feet"),
  8040. default: true
  8041. },
  8042. {
  8043. name: "Macro",
  8044. height: math.unit(200, "feet")
  8045. },
  8046. ]
  8047. ))
  8048. characterMakers.push(() => makeCharacter(
  8049. { name: "Jordan Deware" },
  8050. {
  8051. front: {
  8052. height: math.unit(6, "feet"),
  8053. weight: math.unit(150, "lb"),
  8054. name: "Front",
  8055. image: {
  8056. source: "./media/characters/jordan-deware/front.svg",
  8057. extra: 1191 / 1012
  8058. }
  8059. },
  8060. },
  8061. [
  8062. {
  8063. name: "Nano",
  8064. height: math.unit(0.01, "mm")
  8065. },
  8066. {
  8067. name: "Minimicro",
  8068. height: math.unit(1, "mm")
  8069. },
  8070. {
  8071. name: "Micro",
  8072. height: math.unit(0.5, "inches")
  8073. },
  8074. {
  8075. name: "Normal",
  8076. height: math.unit(4, "feet"),
  8077. default: true
  8078. },
  8079. {
  8080. name: "Minimacro",
  8081. height: math.unit(40, "meters")
  8082. },
  8083. {
  8084. name: "Small Macro",
  8085. height: math.unit(400, "meters")
  8086. },
  8087. {
  8088. name: "Macro",
  8089. height: math.unit(4, "miles")
  8090. },
  8091. {
  8092. name: "Megamacro",
  8093. height: math.unit(40, "miles")
  8094. },
  8095. {
  8096. name: "Megamacro+",
  8097. height: math.unit(400, "miles")
  8098. },
  8099. {
  8100. name: "Gigamacro",
  8101. height: math.unit(400000, "miles")
  8102. },
  8103. ]
  8104. ))
  8105. characterMakers.push(() => makeCharacter(
  8106. { name: "Kimiko" },
  8107. {
  8108. side: {
  8109. height: math.unit(6, "feet"),
  8110. weight: math.unit(150, "lb"),
  8111. name: "Side",
  8112. image: {
  8113. source: "./media/characters/kimiko/side.svg",
  8114. extra: 600 / 358
  8115. }
  8116. },
  8117. },
  8118. [
  8119. {
  8120. name: "Normal",
  8121. height: math.unit(15, "feet"),
  8122. default: true
  8123. },
  8124. {
  8125. name: "Macro",
  8126. height: math.unit(220, "feet")
  8127. },
  8128. {
  8129. name: "Macro+",
  8130. height: math.unit(1450, "feet")
  8131. },
  8132. {
  8133. name: "Megamacro",
  8134. height: math.unit(11500, "feet")
  8135. },
  8136. {
  8137. name: "Gigamacro",
  8138. height: math.unit(9500, "miles")
  8139. },
  8140. {
  8141. name: "Teramacro",
  8142. height: math.unit(2208005005, "miles")
  8143. },
  8144. {
  8145. name: "Examacro",
  8146. height: math.unit(2750, "parsecs")
  8147. },
  8148. {
  8149. name: "Zettamacro",
  8150. height: math.unit(101500, "parsecs")
  8151. },
  8152. ]
  8153. ))
  8154. characterMakers.push(() => makeCharacter(
  8155. { name: "Andrew Sleepy" },
  8156. {
  8157. front: {
  8158. height: math.unit(6, "feet"),
  8159. weight: math.unit(70, "kg"),
  8160. name: "Front",
  8161. image: {
  8162. source: "./media/characters/andrew-sleepy/front.svg"
  8163. }
  8164. },
  8165. side: {
  8166. height: math.unit(6, "feet"),
  8167. weight: math.unit(70, "kg"),
  8168. name: "Side",
  8169. image: {
  8170. source: "./media/characters/andrew-sleepy/side.svg"
  8171. }
  8172. },
  8173. },
  8174. [
  8175. {
  8176. name: "Micro",
  8177. height: math.unit(1, "mm"),
  8178. default: true
  8179. },
  8180. ]
  8181. ))
  8182. characterMakers.push(() => makeCharacter(
  8183. { name: "Judio" },
  8184. {
  8185. front: {
  8186. height: math.unit(6, "feet"),
  8187. weight: math.unit(150, "lb"),
  8188. name: "Front",
  8189. image: {
  8190. source: "./media/characters/judio/front.svg",
  8191. extra: 1258 / 1110
  8192. }
  8193. },
  8194. },
  8195. [
  8196. {
  8197. name: "Normal",
  8198. height: math.unit(5 + 6 / 12, "feet")
  8199. },
  8200. {
  8201. name: "Macro",
  8202. height: math.unit(1000, "feet"),
  8203. default: true
  8204. },
  8205. {
  8206. name: "Megamacro",
  8207. height: math.unit(10, "miles")
  8208. },
  8209. ]
  8210. ))
  8211. characterMakers.push(() => makeCharacter(
  8212. { name: "Nomaxice" },
  8213. {
  8214. front: {
  8215. height: math.unit(6, "feet"),
  8216. weight: math.unit(68, "kg"),
  8217. name: "Front",
  8218. image: {
  8219. source: "./media/characters/nomaxice/front.svg",
  8220. extra: 1498 / 1073,
  8221. bottom: 0.075
  8222. }
  8223. },
  8224. foot: {
  8225. height: math.unit(1.1, "feet"),
  8226. name: "Foot",
  8227. image: {
  8228. source: "./media/characters/nomaxice/foot.svg"
  8229. }
  8230. },
  8231. },
  8232. [
  8233. {
  8234. name: "Micro",
  8235. height: math.unit(8, "cm")
  8236. },
  8237. {
  8238. name: "Norm",
  8239. height: math.unit(1.82, "m")
  8240. },
  8241. {
  8242. name: "Norm+",
  8243. height: math.unit(8.8, "feet")
  8244. },
  8245. {
  8246. name: "Big",
  8247. height: math.unit(8, "meters"),
  8248. default: true
  8249. },
  8250. {
  8251. name: "Macro",
  8252. height: math.unit(18, "meters")
  8253. },
  8254. {
  8255. name: "Macro+",
  8256. height: math.unit(88, "meters")
  8257. },
  8258. ]
  8259. ))
  8260. characterMakers.push(() => makeCharacter(
  8261. { name: "Dydros" },
  8262. {
  8263. front: {
  8264. height: math.unit(12, "feet"),
  8265. weight: math.unit(1.5, "tons"),
  8266. name: "Front",
  8267. image: {
  8268. source: "./media/characters/dydros/front.svg",
  8269. extra: 863 / 800,
  8270. bottom: 0.015
  8271. }
  8272. },
  8273. back: {
  8274. height: math.unit(12, "feet"),
  8275. weight: math.unit(1.5, "tons"),
  8276. name: "Back",
  8277. image: {
  8278. source: "./media/characters/dydros/back.svg",
  8279. extra: 900 / 843,
  8280. bottom: 0.005
  8281. }
  8282. },
  8283. },
  8284. [
  8285. {
  8286. name: "Normal",
  8287. height: math.unit(12, "feet"),
  8288. default: true
  8289. },
  8290. ]
  8291. ))
  8292. characterMakers.push(() => makeCharacter(
  8293. { name: "Riggi" },
  8294. {
  8295. front: {
  8296. height: math.unit(6, "feet"),
  8297. weight: math.unit(100, "kg"),
  8298. name: "Front",
  8299. image: {
  8300. source: "./media/characters/riggi/front.svg",
  8301. extra: 5787 / 5303
  8302. }
  8303. },
  8304. hyper: {
  8305. height: math.unit(6 * 5 / 3, "feet"),
  8306. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8307. name: "Hyper",
  8308. image: {
  8309. source: "./media/characters/riggi/hyper.svg",
  8310. extra: 3595 / 3485
  8311. }
  8312. },
  8313. },
  8314. [
  8315. {
  8316. name: "Small Macro",
  8317. height: math.unit(50, "feet")
  8318. },
  8319. {
  8320. name: "Default",
  8321. height: math.unit(200, "feet"),
  8322. default: true
  8323. },
  8324. {
  8325. name: "Loom",
  8326. height: math.unit(10000, "feet")
  8327. },
  8328. {
  8329. name: "Cruising Altitude",
  8330. height: math.unit(30000, "feet")
  8331. },
  8332. {
  8333. name: "Megamacro",
  8334. height: math.unit(100, "miles")
  8335. },
  8336. {
  8337. name: "Continent Sized",
  8338. height: math.unit(2800, "miles")
  8339. },
  8340. {
  8341. name: "Earth Sized",
  8342. height: math.unit(8000, "miles")
  8343. },
  8344. ]
  8345. ))
  8346. characterMakers.push(() => makeCharacter(
  8347. { name: "Alexi" },
  8348. {
  8349. front: {
  8350. height: math.unit(6, "feet"),
  8351. weight: math.unit(250, "lb"),
  8352. name: "Front",
  8353. image: {
  8354. source: "./media/characters/alexi/front.svg",
  8355. extra: 3483 / 3291,
  8356. bottom: 0.04
  8357. }
  8358. },
  8359. back: {
  8360. height: math.unit(6, "feet"),
  8361. weight: math.unit(250, "lb"),
  8362. name: "Back",
  8363. image: {
  8364. source: "./media/characters/alexi/back.svg",
  8365. extra: 3533 / 3356,
  8366. bottom: 0.021
  8367. }
  8368. },
  8369. frontTransformed: {
  8370. height: math.unit(12.5, "feet"),
  8371. weight: math.unit(4000, "lb"),
  8372. name: "Front (Transformed)",
  8373. image: {
  8374. source: "./media/characters/alexi/front-transformed.svg",
  8375. extra: 5345 / 5100,
  8376. bottom: 0.03
  8377. }
  8378. },
  8379. },
  8380. [
  8381. {
  8382. name: "Normal",
  8383. height: math.unit(3, "meters"),
  8384. default: true
  8385. },
  8386. {
  8387. name: "Minimacro",
  8388. height: math.unit(30, "meters")
  8389. },
  8390. {
  8391. name: "Macro",
  8392. height: math.unit(500, "meters")
  8393. },
  8394. {
  8395. name: "Megamacro",
  8396. height: math.unit(9000, "km")
  8397. },
  8398. {
  8399. name: "Teramacro",
  8400. height: math.unit(384000, "km")
  8401. },
  8402. ]
  8403. ))
  8404. characterMakers.push(() => makeCharacter(
  8405. { name: "Kayroo" },
  8406. {
  8407. front: {
  8408. height: math.unit(6, "feet"),
  8409. weight: math.unit(150, "lb"),
  8410. name: "Front",
  8411. image: {
  8412. source: "./media/characters/kayroo/front.svg",
  8413. extra: 1153 / 1038,
  8414. bottom: 0.06
  8415. }
  8416. },
  8417. foot: {
  8418. height: math.unit(6, "feet"),
  8419. weight: math.unit(150, "lb"),
  8420. name: "Foot",
  8421. image: {
  8422. source: "./media/characters/kayroo/foot.svg"
  8423. }
  8424. },
  8425. },
  8426. [
  8427. {
  8428. name: "Normal",
  8429. height: math.unit(8, "feet"),
  8430. default: true
  8431. },
  8432. {
  8433. name: "Minimacro",
  8434. height: math.unit(250, "feet")
  8435. },
  8436. {
  8437. name: "Macro",
  8438. height: math.unit(2800, "feet")
  8439. },
  8440. {
  8441. name: "Megamacro",
  8442. height: math.unit(5200, "feet")
  8443. },
  8444. {
  8445. name: "Gigamacro",
  8446. height: math.unit(27000, "feet")
  8447. },
  8448. {
  8449. name: "Omega",
  8450. height: math.unit(45000, "feet")
  8451. },
  8452. ]
  8453. ))
  8454. characterMakers.push(() => makeCharacter(
  8455. { name: "Rhys" },
  8456. {
  8457. front: {
  8458. height: math.unit(18, "feet"),
  8459. weight: math.unit(5800, "lb"),
  8460. name: "Front",
  8461. image: {
  8462. source: "./media/characters/rhys/front.svg",
  8463. extra: 3386 / 3090,
  8464. bottom: 0.07
  8465. }
  8466. },
  8467. },
  8468. [
  8469. {
  8470. name: "Normal",
  8471. height: math.unit(18, "feet"),
  8472. default: true
  8473. },
  8474. {
  8475. name: "Working Size",
  8476. height: math.unit(200, "feet")
  8477. },
  8478. {
  8479. name: "Demolition Size",
  8480. height: math.unit(2000, "feet")
  8481. },
  8482. {
  8483. name: "Maximum Licensed Size",
  8484. height: math.unit(5, "miles")
  8485. },
  8486. {
  8487. name: "Maximum Observed Size",
  8488. height: math.unit(10, "yottameters")
  8489. },
  8490. ]
  8491. ))
  8492. characterMakers.push(() => makeCharacter(
  8493. { name: "Toto" },
  8494. {
  8495. front: {
  8496. height: math.unit(6, "feet"),
  8497. weight: math.unit(250, "lb"),
  8498. name: "Front",
  8499. image: {
  8500. source: "./media/characters/toto/front.svg",
  8501. extra: 527 / 479,
  8502. bottom: 0.05
  8503. }
  8504. },
  8505. },
  8506. [
  8507. {
  8508. name: "Micro",
  8509. height: math.unit(3, "feet")
  8510. },
  8511. {
  8512. name: "Normal",
  8513. height: math.unit(10, "feet")
  8514. },
  8515. {
  8516. name: "Macro",
  8517. height: math.unit(150, "feet"),
  8518. default: true
  8519. },
  8520. {
  8521. name: "Megamacro",
  8522. height: math.unit(1200, "feet")
  8523. },
  8524. ]
  8525. ))
  8526. characterMakers.push(() => makeCharacter(
  8527. { name: "King" },
  8528. {
  8529. back: {
  8530. height: math.unit(6, "feet"),
  8531. weight: math.unit(150, "lb"),
  8532. name: "Back",
  8533. image: {
  8534. source: "./media/characters/king/back.svg"
  8535. }
  8536. },
  8537. },
  8538. [
  8539. {
  8540. name: "Micro",
  8541. height: math.unit(2, "inches")
  8542. },
  8543. {
  8544. name: "Normal",
  8545. height: math.unit(8, "feet")
  8546. },
  8547. {
  8548. name: "Macro",
  8549. height: math.unit(200, "feet"),
  8550. default: true
  8551. },
  8552. {
  8553. name: "Megamacro",
  8554. height: math.unit(50, "miles")
  8555. },
  8556. ]
  8557. ))
  8558. characterMakers.push(() => makeCharacter(
  8559. { name: "Cordite" },
  8560. {
  8561. anthro: {
  8562. height: math.unit(6 + 5 / 12, "feet"),
  8563. weight: math.unit(280, "lb"),
  8564. name: "Anthro",
  8565. image: {
  8566. source: "./media/characters/cordite/anthro.svg",
  8567. extra: 1986 / 1905,
  8568. bottom: 0.025
  8569. }
  8570. },
  8571. feral: {
  8572. height: math.unit(2, "feet"),
  8573. weight: math.unit(90, "lb"),
  8574. name: "Feral",
  8575. image: {
  8576. source: "./media/characters/cordite/feral.svg",
  8577. extra: 1260 / 755,
  8578. bottom: 0.05
  8579. }
  8580. },
  8581. },
  8582. [
  8583. {
  8584. name: "Normal",
  8585. height: math.unit(6 + 5 / 12, "feet"),
  8586. default: true
  8587. },
  8588. ]
  8589. ))
  8590. characterMakers.push(() => makeCharacter(
  8591. { name: "Pianostrong" },
  8592. {
  8593. front: {
  8594. height: math.unit(6, "feet"),
  8595. weight: math.unit(150, "lb"),
  8596. name: "Front",
  8597. image: {
  8598. source: "./media/characters/pianostrong/front.svg",
  8599. extra: 6577 / 6254,
  8600. bottom: 0.02
  8601. }
  8602. },
  8603. side: {
  8604. height: math.unit(6, "feet"),
  8605. weight: math.unit(150, "lb"),
  8606. name: "Side",
  8607. image: {
  8608. source: "./media/characters/pianostrong/side.svg",
  8609. extra: 6106 / 5730
  8610. }
  8611. },
  8612. back: {
  8613. height: math.unit(6, "feet"),
  8614. weight: math.unit(150, "lb"),
  8615. name: "Back",
  8616. image: {
  8617. source: "./media/characters/pianostrong/back.svg",
  8618. extra: 6085 / 5733,
  8619. bottom: 0.01
  8620. }
  8621. },
  8622. },
  8623. [
  8624. {
  8625. name: "Macro",
  8626. height: math.unit(100, "feet")
  8627. },
  8628. {
  8629. name: "Macro+",
  8630. height: math.unit(300, "feet"),
  8631. default: true
  8632. },
  8633. {
  8634. name: "Macro++",
  8635. height: math.unit(1000, "feet")
  8636. },
  8637. ]
  8638. ))
  8639. characterMakers.push(() => makeCharacter(
  8640. { name: "Kona" },
  8641. {
  8642. front: {
  8643. height: math.unit(6, "feet"),
  8644. weight: math.unit(150, "lb"),
  8645. name: "Front",
  8646. image: {
  8647. source: "./media/characters/kona/front.svg",
  8648. extra: 2960 / 2629,
  8649. bottom: 0.005
  8650. }
  8651. },
  8652. },
  8653. [
  8654. {
  8655. name: "Normal",
  8656. height: math.unit(11 + 8 / 12, "feet")
  8657. },
  8658. {
  8659. name: "Macro",
  8660. height: math.unit(850, "feet"),
  8661. default: true
  8662. },
  8663. {
  8664. name: "Macro+",
  8665. height: math.unit(1.5, "km"),
  8666. default: true
  8667. },
  8668. {
  8669. name: "Megamacro",
  8670. height: math.unit(80, "miles")
  8671. },
  8672. {
  8673. name: "Gigamacro",
  8674. height: math.unit(3500, "miles")
  8675. },
  8676. ]
  8677. ))
  8678. characterMakers.push(() => makeCharacter(
  8679. { name: "Levi" },
  8680. {
  8681. side: {
  8682. height: math.unit(1.9, "meters"),
  8683. weight: math.unit(326, "kg"),
  8684. name: "Side",
  8685. image: {
  8686. source: "./media/characters/levi/side.svg",
  8687. extra: 1704 / 1334,
  8688. bottom: 0.02
  8689. }
  8690. },
  8691. },
  8692. [
  8693. {
  8694. name: "Normal",
  8695. height: math.unit(1.9, "meters"),
  8696. default: true
  8697. },
  8698. {
  8699. name: "Macro",
  8700. height: math.unit(20, "meters")
  8701. },
  8702. {
  8703. name: "Macro+",
  8704. height: math.unit(200, "meters")
  8705. },
  8706. {
  8707. name: "Megamacro",
  8708. height: math.unit(2, "km")
  8709. },
  8710. {
  8711. name: "Megamacro+",
  8712. height: math.unit(20, "km")
  8713. },
  8714. {
  8715. name: "Gigamacro",
  8716. height: math.unit(2500, "km")
  8717. },
  8718. {
  8719. name: "Gigamacro+",
  8720. height: math.unit(120000, "km")
  8721. },
  8722. {
  8723. name: "Teramacro",
  8724. height: math.unit(7.77e6, "km")
  8725. },
  8726. ]
  8727. ))
  8728. characterMakers.push(() => makeCharacter(
  8729. { name: "BMC" },
  8730. {
  8731. front: {
  8732. height: math.unit(6 + 4 / 12, "feet"),
  8733. weight: math.unit(188, "lb"),
  8734. name: "Front",
  8735. image: {
  8736. source: "./media/characters/bmc/front.svg",
  8737. extra: 1067 / 1022,
  8738. bottom: 0.047
  8739. }
  8740. },
  8741. },
  8742. [
  8743. {
  8744. name: "Human-sized",
  8745. height: math.unit(6 + 4 / 12, "feet")
  8746. },
  8747. {
  8748. name: "Small",
  8749. height: math.unit(250, "feet")
  8750. },
  8751. {
  8752. name: "Normal",
  8753. height: math.unit(1250, "feet"),
  8754. default: true
  8755. },
  8756. {
  8757. name: "Good Day",
  8758. height: math.unit(88, "miles")
  8759. },
  8760. {
  8761. name: "Largest Measured Size",
  8762. height: math.unit(11.2e6, "lightyears")
  8763. },
  8764. ]
  8765. ))
  8766. characterMakers.push(() => makeCharacter(
  8767. { name: "Sven the Kaiju" },
  8768. {
  8769. front: {
  8770. height: math.unit(20, "feet"),
  8771. weight: math.unit(2016, "kg"),
  8772. name: "Front",
  8773. image: {
  8774. source: "./media/characters/sven-the-kaiju/front.svg",
  8775. extra: 1479 / 1449,
  8776. bottom: 0.05
  8777. }
  8778. },
  8779. },
  8780. [
  8781. {
  8782. name: "Fairy",
  8783. height: math.unit(6, "inches")
  8784. },
  8785. {
  8786. name: "Normal",
  8787. height: math.unit(20, "feet"),
  8788. default: true
  8789. },
  8790. {
  8791. name: "Rampage",
  8792. height: math.unit(200, "feet")
  8793. },
  8794. {
  8795. name: "Archfey Forest Guardian",
  8796. height: math.unit(1, "mile")
  8797. },
  8798. ]
  8799. ))
  8800. characterMakers.push(() => makeCharacter(
  8801. { name: "Marik" },
  8802. {
  8803. front: {
  8804. height: math.unit(4, "meters"),
  8805. weight: math.unit(2, "tons"),
  8806. name: "Front",
  8807. image: {
  8808. source: "./media/characters/marik/front.svg",
  8809. extra: 1057 / 1003,
  8810. bottom: 0.08
  8811. }
  8812. },
  8813. },
  8814. [
  8815. {
  8816. name: "Normal",
  8817. height: math.unit(4, "meters"),
  8818. default: true
  8819. },
  8820. {
  8821. name: "Macro",
  8822. height: math.unit(20, "meters")
  8823. },
  8824. {
  8825. name: "Megamacro",
  8826. height: math.unit(50, "km")
  8827. },
  8828. {
  8829. name: "Gigamacro",
  8830. height: math.unit(100, "km")
  8831. },
  8832. {
  8833. name: "Alpha Macro",
  8834. height: math.unit(7.88e7, "yottameters")
  8835. },
  8836. ]
  8837. ))
  8838. characterMakers.push(() => makeCharacter(
  8839. { name: "Mel" },
  8840. {
  8841. front: {
  8842. height: math.unit(6, "feet"),
  8843. weight: math.unit(110, "lb"),
  8844. name: "Front",
  8845. image: {
  8846. source: "./media/characters/mel/front.svg",
  8847. extra: 736 / 617,
  8848. bottom: 0.017
  8849. }
  8850. },
  8851. },
  8852. [
  8853. {
  8854. name: "Pico",
  8855. height: math.unit(3, "pm")
  8856. },
  8857. {
  8858. name: "Nano",
  8859. height: math.unit(3, "nm")
  8860. },
  8861. {
  8862. name: "Micro",
  8863. height: math.unit(0.3, "mm"),
  8864. default: true
  8865. },
  8866. {
  8867. name: "Micro+",
  8868. height: math.unit(3, "mm")
  8869. },
  8870. {
  8871. name: "Normal",
  8872. height: math.unit(5 + 10.5 / 12, "feet")
  8873. },
  8874. ]
  8875. ))
  8876. characterMakers.push(() => makeCharacter(
  8877. { name: "Lykonous" },
  8878. {
  8879. kaiju: {
  8880. height: math.unit(1.75, "meters"),
  8881. weight: math.unit(55, "kg"),
  8882. name: "Kaiju",
  8883. image: {
  8884. source: "./media/characters/lykonous/kaiju.svg",
  8885. extra: 1055 / 946,
  8886. bottom: 0.135
  8887. }
  8888. },
  8889. },
  8890. [
  8891. {
  8892. name: "Normal",
  8893. height: math.unit(2.5, "meters"),
  8894. default: true
  8895. },
  8896. {
  8897. name: "Kaiju Dragon",
  8898. height: math.unit(60, "meters")
  8899. },
  8900. {
  8901. name: "Mega Kaiju",
  8902. height: math.unit(120, "km")
  8903. },
  8904. {
  8905. name: "Giga Kaiju",
  8906. height: math.unit(200, "megameters")
  8907. },
  8908. {
  8909. name: "Terra Kaiju",
  8910. height: math.unit(400, "gigameters")
  8911. },
  8912. {
  8913. name: "Kaiju Dragon God",
  8914. height: math.unit(13000, "exaparsecs")
  8915. },
  8916. ]
  8917. ))
  8918. characterMakers.push(() => makeCharacter(
  8919. { name: "Blü" },
  8920. {
  8921. front: {
  8922. height: math.unit(6, "feet"),
  8923. weight: math.unit(150, "lb"),
  8924. name: "Front",
  8925. image: {
  8926. source: "./media/characters/blü/front.svg",
  8927. extra: 1883 / 1564,
  8928. bottom: 0.031
  8929. }
  8930. },
  8931. },
  8932. [
  8933. {
  8934. name: "Normal",
  8935. height: math.unit(13, "feet"),
  8936. default: true
  8937. },
  8938. {
  8939. name: "Big Boi",
  8940. height: math.unit(150, "meters")
  8941. },
  8942. {
  8943. name: "Mini Stomper",
  8944. height: math.unit(300, "meters")
  8945. },
  8946. {
  8947. name: "Macro",
  8948. height: math.unit(1000, "meters")
  8949. },
  8950. {
  8951. name: "Megamacro",
  8952. height: math.unit(11000, "meters")
  8953. },
  8954. {
  8955. name: "Gigamacro",
  8956. height: math.unit(11000, "km")
  8957. },
  8958. {
  8959. name: "Teramacro",
  8960. height: math.unit(420000, "km")
  8961. },
  8962. {
  8963. name: "Examacro",
  8964. height: math.unit(120, "parsecs")
  8965. },
  8966. {
  8967. name: "God Tho",
  8968. height: math.unit(98000000000, "parsecs")
  8969. },
  8970. ]
  8971. ))
  8972. characterMakers.push(() => makeCharacter(
  8973. { name: "Scales" },
  8974. {
  8975. taurFront: {
  8976. height: math.unit(6, "feet"),
  8977. weight: math.unit(200, "lb"),
  8978. name: "Taur (Front)",
  8979. image: {
  8980. source: "./media/characters/scales/taur-front.svg",
  8981. extra: 1,
  8982. bottom: 0.05
  8983. }
  8984. },
  8985. taurBack: {
  8986. height: math.unit(6, "feet"),
  8987. weight: math.unit(200, "lb"),
  8988. name: "Taur (Back)",
  8989. image: {
  8990. source: "./media/characters/scales/taur-back.svg",
  8991. extra: 1,
  8992. bottom: 0.08
  8993. }
  8994. },
  8995. anthro: {
  8996. height: math.unit(6 * 7 / 12, "feet"),
  8997. weight: math.unit(100, "lb"),
  8998. name: "Anthro",
  8999. image: {
  9000. source: "./media/characters/scales/anthro.svg",
  9001. extra: 1,
  9002. bottom: 0.06
  9003. }
  9004. },
  9005. },
  9006. [
  9007. {
  9008. name: "Normal",
  9009. height: math.unit(12, "feet"),
  9010. default: true
  9011. },
  9012. ]
  9013. ))
  9014. characterMakers.push(() => makeCharacter(
  9015. { name: "Koragos" },
  9016. {
  9017. front: {
  9018. height: math.unit(6, "feet"),
  9019. weight: math.unit(150, "lb"),
  9020. name: "Front",
  9021. image: {
  9022. source: "./media/characters/koragos/front.svg",
  9023. extra: 841 / 794,
  9024. bottom: 0.035
  9025. }
  9026. },
  9027. back: {
  9028. height: math.unit(6, "feet"),
  9029. weight: math.unit(150, "lb"),
  9030. name: "Back",
  9031. image: {
  9032. source: "./media/characters/koragos/back.svg",
  9033. extra: 841 / 810,
  9034. bottom: 0.022
  9035. }
  9036. },
  9037. },
  9038. [
  9039. {
  9040. name: "Normal",
  9041. height: math.unit(6 + 11 / 12, "feet"),
  9042. default: true
  9043. },
  9044. {
  9045. name: "Macro",
  9046. height: math.unit(490, "feet")
  9047. },
  9048. {
  9049. name: "Megamacro",
  9050. height: math.unit(10, "miles")
  9051. },
  9052. {
  9053. name: "Gigamacro",
  9054. height: math.unit(50, "miles")
  9055. },
  9056. ]
  9057. ))
  9058. characterMakers.push(() => makeCharacter(
  9059. { name: "Xylrem" },
  9060. {
  9061. front: {
  9062. height: math.unit(6, "feet"),
  9063. weight: math.unit(250, "lb"),
  9064. name: "Front",
  9065. image: {
  9066. source: "./media/characters/xylrem/front.svg",
  9067. extra: 3323 / 3050,
  9068. bottom: 0.065
  9069. }
  9070. },
  9071. },
  9072. [
  9073. {
  9074. name: "Micro",
  9075. height: math.unit(4, "feet")
  9076. },
  9077. {
  9078. name: "Normal",
  9079. height: math.unit(16, "feet"),
  9080. default: true
  9081. },
  9082. {
  9083. name: "Macro",
  9084. height: math.unit(2720, "feet")
  9085. },
  9086. {
  9087. name: "Megamacro",
  9088. height: math.unit(25000, "miles")
  9089. },
  9090. ]
  9091. ))
  9092. characterMakers.push(() => makeCharacter(
  9093. { name: "Ikideru" },
  9094. {
  9095. front: {
  9096. height: math.unit(8, "feet"),
  9097. weight: math.unit(250, "kg"),
  9098. name: "Front",
  9099. image: {
  9100. source: "./media/characters/ikideru/front.svg",
  9101. extra: 930 / 870,
  9102. bottom: 0.087
  9103. }
  9104. },
  9105. back: {
  9106. height: math.unit(8, "feet"),
  9107. weight: math.unit(250, "kg"),
  9108. name: "Back",
  9109. image: {
  9110. source: "./media/characters/ikideru/back.svg",
  9111. extra: 919 / 852,
  9112. bottom: 0.055
  9113. }
  9114. },
  9115. },
  9116. [
  9117. {
  9118. name: "Rare",
  9119. height: math.unit(8, "feet"),
  9120. default: true
  9121. },
  9122. {
  9123. name: "Playful Loom",
  9124. height: math.unit(80, "feet")
  9125. },
  9126. {
  9127. name: "City Leaner",
  9128. height: math.unit(230, "feet")
  9129. },
  9130. {
  9131. name: "Megamacro",
  9132. height: math.unit(2500, "feet")
  9133. },
  9134. {
  9135. name: "Gigamacro",
  9136. height: math.unit(26400, "feet")
  9137. },
  9138. {
  9139. name: "Tectonic Shifter",
  9140. height: math.unit(1.7, "megameters")
  9141. },
  9142. {
  9143. name: "Planet Carer",
  9144. height: math.unit(21, "megameters")
  9145. },
  9146. {
  9147. name: "God",
  9148. height: math.unit(11157.22, "parsecs")
  9149. },
  9150. ]
  9151. ))
  9152. characterMakers.push(() => makeCharacter(
  9153. { name: "Neo" },
  9154. {
  9155. front: {
  9156. height: math.unit(6, "feet"),
  9157. weight: math.unit(120, "lb"),
  9158. name: "Front",
  9159. image: {
  9160. source: "./media/characters/neo/front.svg"
  9161. }
  9162. },
  9163. },
  9164. [
  9165. {
  9166. name: "Micro",
  9167. height: math.unit(2, "inches"),
  9168. default: true
  9169. },
  9170. {
  9171. name: "Human Size",
  9172. height: math.unit(5 + 8 / 12, "feet")
  9173. },
  9174. ]
  9175. ))
  9176. characterMakers.push(() => makeCharacter(
  9177. { name: "Chauncey (Chantz)" },
  9178. {
  9179. front: {
  9180. height: math.unit(13 + 10 / 12, "feet"),
  9181. weight: math.unit(5320, "lb"),
  9182. name: "Front",
  9183. image: {
  9184. source: "./media/characters/chauncey-chantz/front.svg",
  9185. extra: 1587 / 1435,
  9186. bottom: 0.02
  9187. }
  9188. },
  9189. },
  9190. [
  9191. {
  9192. name: "Normal",
  9193. height: math.unit(13 + 10 / 12, "feet"),
  9194. default: true
  9195. },
  9196. {
  9197. name: "Macro",
  9198. height: math.unit(45, "feet")
  9199. },
  9200. {
  9201. name: "Megamacro",
  9202. height: math.unit(250, "miles")
  9203. },
  9204. {
  9205. name: "Planetary",
  9206. height: math.unit(10000, "miles")
  9207. },
  9208. {
  9209. name: "Galactic",
  9210. height: math.unit(40000, "parsecs")
  9211. },
  9212. {
  9213. name: "Universal",
  9214. height: math.unit(1, "yottameter")
  9215. },
  9216. ]
  9217. ))
  9218. characterMakers.push(() => makeCharacter(
  9219. { name: "Epifox" },
  9220. {
  9221. front: {
  9222. height: math.unit(6, "feet"),
  9223. weight: math.unit(150, "lb"),
  9224. name: "Front",
  9225. image: {
  9226. source: "./media/characters/epifox/front.svg",
  9227. extra: 1,
  9228. bottom: 0.075
  9229. }
  9230. },
  9231. },
  9232. [
  9233. {
  9234. name: "Micro",
  9235. height: math.unit(6, "inches")
  9236. },
  9237. {
  9238. name: "Normal",
  9239. height: math.unit(12, "feet"),
  9240. default: true
  9241. },
  9242. {
  9243. name: "Macro",
  9244. height: math.unit(3810, "feet")
  9245. },
  9246. {
  9247. name: "Megamacro",
  9248. height: math.unit(500, "miles")
  9249. },
  9250. ]
  9251. ))
  9252. characterMakers.push(() => makeCharacter(
  9253. { name: "Colin T." },
  9254. {
  9255. front: {
  9256. height: math.unit(1.8796, "m"),
  9257. weight: math.unit(230, "lb"),
  9258. name: "Front",
  9259. image: {
  9260. source: "./media/characters/colin-t/front.svg",
  9261. extra: 1272 / 1193,
  9262. bottom: 0.07
  9263. }
  9264. },
  9265. },
  9266. [
  9267. {
  9268. name: "Micro",
  9269. height: math.unit(0.571, "meters")
  9270. },
  9271. {
  9272. name: "Normal",
  9273. height: math.unit(1.8796, "meters"),
  9274. default: true
  9275. },
  9276. {
  9277. name: "Tall",
  9278. height: math.unit(4, "meters")
  9279. },
  9280. {
  9281. name: "Macro",
  9282. height: math.unit(67.241, "meters")
  9283. },
  9284. {
  9285. name: "Megamacro",
  9286. height: math.unit(371.856, "meters")
  9287. },
  9288. {
  9289. name: "Planetary",
  9290. height: math.unit(12631.5689, "km")
  9291. },
  9292. ]
  9293. ))
  9294. characterMakers.push(() => makeCharacter(
  9295. { name: "Matvei" },
  9296. {
  9297. front: {
  9298. height: math.unit(1.85, "meters"),
  9299. weight: math.unit(80, "kg"),
  9300. name: "Front",
  9301. image: {
  9302. source: "./media/characters/matvei/front.svg",
  9303. extra: 614 / 594,
  9304. bottom: 0.01
  9305. }
  9306. },
  9307. },
  9308. [
  9309. {
  9310. name: "Normal",
  9311. height: math.unit(1.85, "meters"),
  9312. default: true
  9313. },
  9314. ]
  9315. ))
  9316. characterMakers.push(() => makeCharacter(
  9317. { name: "Quincy" },
  9318. {
  9319. front: {
  9320. height: math.unit(5 + 9 / 12, "feet"),
  9321. weight: math.unit(70, "lb"),
  9322. name: "Front",
  9323. image: {
  9324. source: "./media/characters/quincy/front.svg",
  9325. extra: 3041 / 2751
  9326. }
  9327. },
  9328. back: {
  9329. height: math.unit(5 + 9 / 12, "feet"),
  9330. weight: math.unit(70, "lb"),
  9331. name: "Back",
  9332. image: {
  9333. source: "./media/characters/quincy/back.svg",
  9334. extra: 3041 / 2751
  9335. }
  9336. },
  9337. flying: {
  9338. height: math.unit(5 + 4 / 12, "feet"),
  9339. weight: math.unit(70, "lb"),
  9340. name: "Flying",
  9341. image: {
  9342. source: "./media/characters/quincy/flying.svg",
  9343. extra: 1044 / 930
  9344. }
  9345. },
  9346. },
  9347. [
  9348. {
  9349. name: "Micro",
  9350. height: math.unit(3, "cm")
  9351. },
  9352. {
  9353. name: "Normal",
  9354. height: math.unit(5 + 9 / 12, "feet")
  9355. },
  9356. {
  9357. name: "Macro",
  9358. height: math.unit(200, "meters"),
  9359. default: true
  9360. },
  9361. {
  9362. name: "Megamacro",
  9363. height: math.unit(1000, "meters")
  9364. },
  9365. ]
  9366. ))
  9367. characterMakers.push(() => makeCharacter(
  9368. { name: "Vanrel" },
  9369. {
  9370. front: {
  9371. height: math.unit(4 + 7 / 12, "feet"),
  9372. weight: math.unit(150, "lb"),
  9373. name: "Front",
  9374. image: {
  9375. source: "./media/characters/vanrel/front.svg",
  9376. extra: 1,
  9377. bottom: 0.02
  9378. }
  9379. },
  9380. elemental: {
  9381. height: math.unit(4 + 2 / 12, "feet"),
  9382. weight: math.unit(150, "lb"),
  9383. name: "Elemental",
  9384. image: {
  9385. source: "./media/characters/vanrel/elemental.svg"
  9386. }
  9387. },
  9388. side: {
  9389. height: math.unit(4 + 7 / 12, "feet"),
  9390. weight: math.unit(150, "lb"),
  9391. name: "Side",
  9392. image: {
  9393. source: "./media/characters/vanrel/side.svg",
  9394. extra: 1,
  9395. bottom: 0.025
  9396. }
  9397. },
  9398. tome: {
  9399. height: math.unit(1.35, "feet"),
  9400. weight: math.unit(10, "lb"),
  9401. name: "Vanrel's Tome",
  9402. rename: true,
  9403. image: {
  9404. source: "./media/characters/vanrel/tome.svg"
  9405. }
  9406. },
  9407. beans: {
  9408. height: math.unit(0.89, "feet"),
  9409. name: "Beans",
  9410. image: {
  9411. source: "./media/characters/vanrel/beans.svg"
  9412. }
  9413. },
  9414. },
  9415. [
  9416. {
  9417. name: "Normal",
  9418. height: math.unit(4 + 7 / 12, "feet"),
  9419. default: true
  9420. },
  9421. ]
  9422. ))
  9423. characterMakers.push(() => makeCharacter(
  9424. { name: "Kuiper Vanrel" },
  9425. {
  9426. front: {
  9427. height: math.unit(7 + 5 / 12, "feet"),
  9428. weight: math.unit(150, "lb"),
  9429. name: "Front",
  9430. image: {
  9431. source: "./media/characters/kuiper-vanrel/front.svg",
  9432. extra: 1118 / 1068,
  9433. bottom: 0.09
  9434. }
  9435. },
  9436. foot: {
  9437. height: math.unit(0.55, "meters"),
  9438. name: "Foot",
  9439. image: {
  9440. source: "./media/characters/kuiper-vanrel/foot.svg",
  9441. }
  9442. },
  9443. },
  9444. [
  9445. {
  9446. name: "Normal",
  9447. height: math.unit(7 + 5 / 12, "feet"),
  9448. default: true
  9449. },
  9450. ]
  9451. ))
  9452. characterMakers.push(() => makeCharacter(
  9453. { name: "Keset Vanrel" },
  9454. {
  9455. front: {
  9456. height: math.unit(8 + 5 / 12, "feet"),
  9457. weight: math.unit(150, "lb"),
  9458. name: "Front",
  9459. image: {
  9460. source: "./media/characters/keset-vanrel/front.svg",
  9461. extra: 1150 / 1084,
  9462. bottom: 0.05
  9463. }
  9464. },
  9465. hand: {
  9466. height: math.unit(0.6, "meters"),
  9467. name: "Hand",
  9468. image: {
  9469. source: "./media/characters/keset-vanrel/hand.svg"
  9470. }
  9471. },
  9472. foot: {
  9473. height: math.unit(0.94978, "meters"),
  9474. name: "Foot",
  9475. image: {
  9476. source: "./media/characters/keset-vanrel/foot.svg"
  9477. }
  9478. },
  9479. },
  9480. [
  9481. {
  9482. name: "Normal",
  9483. height: math.unit(8 + 5 / 12, "feet"),
  9484. default: true
  9485. },
  9486. ]
  9487. ))
  9488. characterMakers.push(() => makeCharacter(
  9489. { name: "Neos" },
  9490. {
  9491. front: {
  9492. height: math.unit(6, "feet"),
  9493. weight: math.unit(150, "lb"),
  9494. name: "Front",
  9495. image: {
  9496. source: "./media/characters/neos/front.svg",
  9497. extra: 1696 / 992,
  9498. bottom: 0.14
  9499. }
  9500. },
  9501. },
  9502. [
  9503. {
  9504. name: "Normal",
  9505. height: math.unit(54, "cm"),
  9506. default: true
  9507. },
  9508. {
  9509. name: "Macro",
  9510. height: math.unit(100, "m")
  9511. },
  9512. {
  9513. name: "Megamacro",
  9514. height: math.unit(10, "km")
  9515. },
  9516. {
  9517. name: "Megamacro+",
  9518. height: math.unit(100, "km")
  9519. },
  9520. {
  9521. name: "Gigamacro",
  9522. height: math.unit(100, "Mm")
  9523. },
  9524. {
  9525. name: "Teramacro",
  9526. height: math.unit(100, "Gm")
  9527. },
  9528. {
  9529. name: "Examacro",
  9530. height: math.unit(100, "Em")
  9531. },
  9532. {
  9533. name: "Godly",
  9534. height: math.unit(10000, "Ym")
  9535. },
  9536. {
  9537. name: "Beyond Godly",
  9538. height: math.unit(10000000, "Ym")
  9539. },
  9540. ]
  9541. ))
  9542. characterMakers.push(() => makeCharacter(
  9543. { name: "Sammy Mouse" },
  9544. {
  9545. feminine: {
  9546. height: math.unit(5, "feet"),
  9547. weight: math.unit(100, "lb"),
  9548. name: "Feminine",
  9549. image: {
  9550. source: "./media/characters/sammy-mouse/feminine.svg",
  9551. extra: 2526 / 2425,
  9552. bottom: 0.123
  9553. }
  9554. },
  9555. masculine: {
  9556. height: math.unit(5, "feet"),
  9557. weight: math.unit(100, "lb"),
  9558. name: "Masculine",
  9559. image: {
  9560. source: "./media/characters/sammy-mouse/masculine.svg",
  9561. extra: 2526 / 2425,
  9562. bottom: 0.123
  9563. }
  9564. },
  9565. },
  9566. [
  9567. {
  9568. name: "Micro",
  9569. height: math.unit(5, "inches")
  9570. },
  9571. {
  9572. name: "Normal",
  9573. height: math.unit(5, "feet"),
  9574. default: true
  9575. },
  9576. {
  9577. name: "Macro",
  9578. height: math.unit(60, "feet")
  9579. },
  9580. ]
  9581. ))
  9582. characterMakers.push(() => makeCharacter(
  9583. { name: "Kole" },
  9584. {
  9585. front: {
  9586. height: math.unit(4, "feet"),
  9587. weight: math.unit(50, "lb"),
  9588. name: "Front",
  9589. image: {
  9590. source: "./media/characters/kole/front.svg",
  9591. extra: 1423 / 1303,
  9592. bottom: 0.025
  9593. }
  9594. },
  9595. back: {
  9596. height: math.unit(4, "feet"),
  9597. weight: math.unit(50, "lb"),
  9598. name: "Back",
  9599. image: {
  9600. source: "./media/characters/kole/back.svg",
  9601. extra: 1426 / 1280,
  9602. bottom: 0.02
  9603. }
  9604. },
  9605. },
  9606. [
  9607. {
  9608. name: "Normal",
  9609. height: math.unit(4, "feet"),
  9610. default: true
  9611. },
  9612. ]
  9613. ))
  9614. characterMakers.push(() => makeCharacter(
  9615. { name: "Rufran" },
  9616. {
  9617. front: {
  9618. height: math.unit(2 + 6 / 12, "feet"),
  9619. weight: math.unit(20, "lb"),
  9620. name: "Front",
  9621. image: {
  9622. source: "./media/characters/rufran/front.svg",
  9623. extra: 2041 / 1839,
  9624. bottom: 0.055
  9625. }
  9626. },
  9627. back: {
  9628. height: math.unit(2 + 6 / 12, "feet"),
  9629. weight: math.unit(20, "lb"),
  9630. name: "Back",
  9631. image: {
  9632. source: "./media/characters/rufran/back.svg",
  9633. extra: 2054 / 1839,
  9634. bottom: 0.01
  9635. }
  9636. },
  9637. hand: {
  9638. height: math.unit(0.2166, "meters"),
  9639. name: "Hand",
  9640. image: {
  9641. source: "./media/characters/rufran/hand.svg"
  9642. }
  9643. },
  9644. foot: {
  9645. height: math.unit(0.185, "meters"),
  9646. name: "Foot",
  9647. image: {
  9648. source: "./media/characters/rufran/foot.svg"
  9649. }
  9650. },
  9651. },
  9652. [
  9653. {
  9654. name: "Micro",
  9655. height: math.unit(1, "inch")
  9656. },
  9657. {
  9658. name: "Normal",
  9659. height: math.unit(2 + 6 / 12, "feet"),
  9660. default: true
  9661. },
  9662. {
  9663. name: "Big",
  9664. height: math.unit(60, "feet")
  9665. },
  9666. {
  9667. name: "Macro",
  9668. height: math.unit(325, "feet")
  9669. },
  9670. ]
  9671. ))
  9672. characterMakers.push(() => makeCharacter(
  9673. { name: "Chip" },
  9674. {
  9675. front: {
  9676. height: math.unit(0.3, "meters"),
  9677. weight: math.unit(3.5, "kg"),
  9678. name: "Front",
  9679. image: {
  9680. source: "./media/characters/chip/front.svg",
  9681. extra: 748 / 674
  9682. }
  9683. },
  9684. },
  9685. [
  9686. {
  9687. name: "Micro",
  9688. height: math.unit(1, "inch"),
  9689. default: true
  9690. },
  9691. ]
  9692. ))
  9693. characterMakers.push(() => makeCharacter(
  9694. { name: "Torvid" },
  9695. {
  9696. side: {
  9697. height: math.unit(2.3, "meters"),
  9698. weight: math.unit(3500, "lb"),
  9699. name: "Side",
  9700. image: {
  9701. source: "./media/characters/torvid/side.svg",
  9702. extra: 1972 / 722,
  9703. bottom: 0.035
  9704. }
  9705. },
  9706. },
  9707. [
  9708. {
  9709. name: "Normal",
  9710. height: math.unit(2.3, "meters"),
  9711. default: true
  9712. },
  9713. ]
  9714. ))
  9715. characterMakers.push(() => makeCharacter(
  9716. { name: "Susan" },
  9717. {
  9718. front: {
  9719. height: math.unit(2, "meters"),
  9720. weight: math.unit(150.5, "kg"),
  9721. name: "Front",
  9722. image: {
  9723. source: "./media/characters/susan/front.svg",
  9724. extra: 693 / 635,
  9725. bottom: 0.05
  9726. }
  9727. },
  9728. },
  9729. [
  9730. {
  9731. name: "Megamacro",
  9732. height: math.unit(505, "miles"),
  9733. default: true
  9734. },
  9735. ]
  9736. ))
  9737. characterMakers.push(() => makeCharacter(
  9738. { name: "Raindrops" },
  9739. {
  9740. front: {
  9741. height: math.unit(6, "feet"),
  9742. weight: math.unit(150, "lb"),
  9743. name: "Front",
  9744. image: {
  9745. source: "./media/characters/raindrops/front.svg",
  9746. extra: 2655 / 2461,
  9747. bottom: 0.02
  9748. }
  9749. },
  9750. back: {
  9751. height: math.unit(6, "feet"),
  9752. weight: math.unit(150, "lb"),
  9753. name: "Back",
  9754. image: {
  9755. source: "./media/characters/raindrops/back.svg",
  9756. extra: 2574 / 2400,
  9757. bottom: 0.03
  9758. }
  9759. },
  9760. },
  9761. [
  9762. {
  9763. name: "Micro",
  9764. height: math.unit(6, "inches")
  9765. },
  9766. {
  9767. name: "Normal",
  9768. height: math.unit(6 + 2 / 12, "feet")
  9769. },
  9770. {
  9771. name: "Macro",
  9772. height: math.unit(131, "feet"),
  9773. default: true
  9774. },
  9775. {
  9776. name: "Megamacro",
  9777. height: math.unit(15, "miles")
  9778. },
  9779. {
  9780. name: "Gigamacro",
  9781. height: math.unit(4000, "miles")
  9782. },
  9783. {
  9784. name: "Teramacro",
  9785. height: math.unit(315000, "miles")
  9786. },
  9787. ]
  9788. ))
  9789. characterMakers.push(() => makeCharacter(
  9790. { name: "Tezwa" },
  9791. {
  9792. front: {
  9793. height: math.unit(2.794, "meters"),
  9794. weight: math.unit(325, "kg"),
  9795. name: "Front",
  9796. image: {
  9797. source: "./media/characters/tezwa/front.svg",
  9798. extra: 2083 / 1906,
  9799. bottom: 0.031
  9800. }
  9801. },
  9802. foot: {
  9803. height: math.unit(0.687, "meters"),
  9804. name: "Foot",
  9805. image: {
  9806. source: "./media/characters/tezwa/foot.svg"
  9807. }
  9808. },
  9809. },
  9810. [
  9811. {
  9812. name: "Normal",
  9813. height: math.unit(9 + 2 / 12, "feet"),
  9814. default: true
  9815. },
  9816. ]
  9817. ))
  9818. characterMakers.push(() => makeCharacter(
  9819. { name: "Typhus" },
  9820. {
  9821. front: {
  9822. height: math.unit(58, "feet"),
  9823. weight: math.unit(89000, "lb"),
  9824. name: "Front",
  9825. image: {
  9826. source: "./media/characters/typhus/front.svg",
  9827. extra: 816 / 800,
  9828. bottom: 0.065
  9829. }
  9830. },
  9831. },
  9832. [
  9833. {
  9834. name: "Macro",
  9835. height: math.unit(58, "feet"),
  9836. default: true
  9837. },
  9838. ]
  9839. ))
  9840. characterMakers.push(() => makeCharacter(
  9841. { name: "Lyra Von Wulf" },
  9842. {
  9843. front: {
  9844. height: math.unit(12, "feet"),
  9845. weight: math.unit(6, "tonnes"),
  9846. name: "Front",
  9847. image: {
  9848. source: "./media/characters/lyra-von-wulf/front.svg",
  9849. extra: 1,
  9850. bottom: 0.10
  9851. }
  9852. },
  9853. frontMecha: {
  9854. height: math.unit(12, "feet"),
  9855. weight: math.unit(12, "tonnes"),
  9856. name: "Front (Mecha)",
  9857. image: {
  9858. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9859. extra: 1,
  9860. bottom: 0.042
  9861. }
  9862. },
  9863. maw: {
  9864. height: math.unit(2.2, "feet"),
  9865. name: "Maw",
  9866. image: {
  9867. source: "./media/characters/lyra-von-wulf/maw.svg"
  9868. }
  9869. },
  9870. },
  9871. [
  9872. {
  9873. name: "Normal",
  9874. height: math.unit(12, "feet"),
  9875. default: true
  9876. },
  9877. {
  9878. name: "Classic",
  9879. height: math.unit(50, "feet")
  9880. },
  9881. {
  9882. name: "Macro",
  9883. height: math.unit(500, "feet")
  9884. },
  9885. {
  9886. name: "Megamacro",
  9887. height: math.unit(1, "mile")
  9888. },
  9889. {
  9890. name: "Gigamacro",
  9891. height: math.unit(400, "miles")
  9892. },
  9893. {
  9894. name: "Teramacro",
  9895. height: math.unit(22000, "miles")
  9896. },
  9897. {
  9898. name: "Solarmacro",
  9899. height: math.unit(8600000, "miles")
  9900. },
  9901. {
  9902. name: "Galactic",
  9903. height: math.unit(1057000, "lightyears")
  9904. },
  9905. ]
  9906. ))
  9907. characterMakers.push(() => makeCharacter(
  9908. { name: "Dixon" },
  9909. {
  9910. front: {
  9911. height: math.unit(6 + 10 / 12, "feet"),
  9912. weight: math.unit(150, "lb"),
  9913. name: "Front",
  9914. image: {
  9915. source: "./media/characters/dixon/front.svg",
  9916. extra: 3361 / 3209,
  9917. bottom: 0.01
  9918. }
  9919. },
  9920. },
  9921. [
  9922. {
  9923. name: "Normal",
  9924. height: math.unit(6 + 10 / 12, "feet"),
  9925. default: true
  9926. },
  9927. {
  9928. name: "Big",
  9929. height: math.unit(12, "meters")
  9930. },
  9931. {
  9932. name: "Macro",
  9933. height: math.unit(500, "meters")
  9934. },
  9935. {
  9936. name: "Megamacro",
  9937. height: math.unit(2, "km")
  9938. },
  9939. ]
  9940. ))
  9941. characterMakers.push(() => makeCharacter(
  9942. { name: "Kauko" },
  9943. {
  9944. front: {
  9945. height: math.unit(185, "cm"),
  9946. weight: math.unit(68, "kg"),
  9947. name: "Front",
  9948. image: {
  9949. source: "./media/characters/kauko/front.svg",
  9950. extra: 1455 / 1421,
  9951. bottom: 0.03
  9952. }
  9953. },
  9954. back: {
  9955. height: math.unit(185, "cm"),
  9956. weight: math.unit(68, "kg"),
  9957. name: "Back",
  9958. image: {
  9959. source: "./media/characters/kauko/back.svg",
  9960. extra: 1455 / 1421,
  9961. bottom: 0.004
  9962. }
  9963. },
  9964. },
  9965. [
  9966. {
  9967. name: "Normal",
  9968. height: math.unit(185, "cm"),
  9969. default: true
  9970. },
  9971. ]
  9972. ))
  9973. characterMakers.push(() => makeCharacter(
  9974. { name: "Varg" },
  9975. {
  9976. front: {
  9977. height: math.unit(6, "feet"),
  9978. weight: math.unit(150, "kg"),
  9979. name: "Front",
  9980. image: {
  9981. source: "./media/characters/varg/front.svg",
  9982. extra: 1108 / 1018,
  9983. bottom: 0.0375
  9984. }
  9985. },
  9986. },
  9987. [
  9988. {
  9989. name: "Normal",
  9990. height: math.unit(5, "meters")
  9991. },
  9992. {
  9993. name: "Macro",
  9994. height: math.unit(200, "meters")
  9995. },
  9996. {
  9997. name: "Megamacro",
  9998. height: math.unit(20, "kilometers")
  9999. },
  10000. {
  10001. name: "True Size",
  10002. height: math.unit(211, "km"),
  10003. default: true
  10004. },
  10005. {
  10006. name: "Gigamacro",
  10007. height: math.unit(1000, "km")
  10008. },
  10009. {
  10010. name: "Gigamacro+",
  10011. height: math.unit(8000, "km")
  10012. },
  10013. {
  10014. name: "Teramacro",
  10015. height: math.unit(1000000, "km")
  10016. },
  10017. ]
  10018. ))
  10019. characterMakers.push(() => makeCharacter(
  10020. { name: "Dayza" },
  10021. {
  10022. front: {
  10023. height: math.unit(7 + 7 / 12, "feet"),
  10024. weight: math.unit(267, "lb"),
  10025. name: "Front",
  10026. image: {
  10027. source: "./media/characters/dayza/front.svg",
  10028. extra: 1262 / 1200,
  10029. bottom: 0.035
  10030. }
  10031. },
  10032. side: {
  10033. height: math.unit(7 + 7 / 12, "feet"),
  10034. weight: math.unit(267, "lb"),
  10035. name: "Side",
  10036. image: {
  10037. source: "./media/characters/dayza/side.svg",
  10038. extra: 1295 / 1245,
  10039. bottom: 0.05
  10040. }
  10041. },
  10042. back: {
  10043. height: math.unit(7 + 7 / 12, "feet"),
  10044. weight: math.unit(267, "lb"),
  10045. name: "Back",
  10046. image: {
  10047. source: "./media/characters/dayza/back.svg",
  10048. extra: 1241 / 1170
  10049. }
  10050. },
  10051. },
  10052. [
  10053. {
  10054. name: "Normal",
  10055. height: math.unit(7 + 7 / 12, "feet"),
  10056. default: true
  10057. },
  10058. {
  10059. name: "Macro",
  10060. height: math.unit(155, "feet")
  10061. },
  10062. ]
  10063. ))
  10064. characterMakers.push(() => makeCharacter(
  10065. { name: "Xanthos" },
  10066. {
  10067. front: {
  10068. height: math.unit(6 + 5 / 12, "feet"),
  10069. weight: math.unit(160, "lb"),
  10070. name: "Front",
  10071. image: {
  10072. source: "./media/characters/xanthos/front.svg",
  10073. extra: 1,
  10074. bottom: 0.04
  10075. }
  10076. },
  10077. back: {
  10078. height: math.unit(6 + 5 / 12, "feet"),
  10079. weight: math.unit(160, "lb"),
  10080. name: "Back",
  10081. image: {
  10082. source: "./media/characters/xanthos/back.svg",
  10083. extra: 1,
  10084. bottom: 0.03
  10085. }
  10086. },
  10087. hand: {
  10088. height: math.unit(0.928, "feet"),
  10089. name: "Hand",
  10090. image: {
  10091. source: "./media/characters/xanthos/hand.svg"
  10092. }
  10093. },
  10094. foot: {
  10095. height: math.unit(1.286, "feet"),
  10096. name: "Foot",
  10097. image: {
  10098. source: "./media/characters/xanthos/foot.svg"
  10099. }
  10100. },
  10101. },
  10102. [
  10103. {
  10104. name: "Normal",
  10105. height: math.unit(6 + 5 / 12, "feet"),
  10106. default: true
  10107. },
  10108. {
  10109. name: "Normal+",
  10110. height: math.unit(6, "meters")
  10111. },
  10112. {
  10113. name: "Macro",
  10114. height: math.unit(40, "feet")
  10115. },
  10116. {
  10117. name: "Macro+",
  10118. height: math.unit(200, "meters")
  10119. },
  10120. {
  10121. name: "Megamacro",
  10122. height: math.unit(20, "km")
  10123. },
  10124. {
  10125. name: "Megamacro+",
  10126. height: math.unit(100, "km")
  10127. },
  10128. ]
  10129. ))
  10130. characterMakers.push(() => makeCharacter(
  10131. { name: "Grynn" },
  10132. {
  10133. front: {
  10134. height: math.unit(6 + 3 / 12, "feet"),
  10135. weight: math.unit(215, "lb"),
  10136. name: "Front",
  10137. image: {
  10138. source: "./media/characters/grynn/front.svg",
  10139. extra: 4627 / 4209,
  10140. bottom: 0.047
  10141. }
  10142. },
  10143. },
  10144. [
  10145. {
  10146. name: "Micro",
  10147. height: math.unit(6, "inches")
  10148. },
  10149. {
  10150. name: "Normal",
  10151. height: math.unit(6 + 3 / 12, "feet"),
  10152. default: true
  10153. },
  10154. {
  10155. name: "Big",
  10156. height: math.unit(104, "feet")
  10157. },
  10158. {
  10159. name: "Macro",
  10160. height: math.unit(944, "feet")
  10161. },
  10162. {
  10163. name: "Macro+",
  10164. height: math.unit(9480, "feet")
  10165. },
  10166. {
  10167. name: "Megamacro",
  10168. height: math.unit(78752, "feet")
  10169. },
  10170. {
  10171. name: "Megamacro+",
  10172. height: math.unit(630128, "feet")
  10173. },
  10174. {
  10175. name: "Megamacro++",
  10176. height: math.unit(3150695, "feet")
  10177. },
  10178. ]
  10179. ))
  10180. characterMakers.push(() => makeCharacter(
  10181. { name: "Mocha Aura" },
  10182. {
  10183. front: {
  10184. height: math.unit(7 + 5 / 12, "feet"),
  10185. weight: math.unit(450, "lb"),
  10186. name: "Front",
  10187. image: {
  10188. source: "./media/characters/mocha-aura/front.svg",
  10189. extra: 1907 / 1817,
  10190. bottom: 0.04
  10191. }
  10192. },
  10193. back: {
  10194. height: math.unit(7 + 5 / 12, "feet"),
  10195. weight: math.unit(450, "lb"),
  10196. name: "Back",
  10197. image: {
  10198. source: "./media/characters/mocha-aura/back.svg",
  10199. extra: 1900 / 1825,
  10200. bottom: 0.045
  10201. }
  10202. },
  10203. },
  10204. [
  10205. {
  10206. name: "Nano",
  10207. height: math.unit(1, "nm")
  10208. },
  10209. {
  10210. name: "Megamicro",
  10211. height: math.unit(1, "mm")
  10212. },
  10213. {
  10214. name: "Micro",
  10215. height: math.unit(3, "inches")
  10216. },
  10217. {
  10218. name: "Normal",
  10219. height: math.unit(7 + 5 / 12, "feet"),
  10220. default: true
  10221. },
  10222. {
  10223. name: "Macro",
  10224. height: math.unit(30, "feet")
  10225. },
  10226. {
  10227. name: "Megamacro",
  10228. height: math.unit(3500, "feet")
  10229. },
  10230. {
  10231. name: "Teramacro",
  10232. height: math.unit(500000, "miles")
  10233. },
  10234. {
  10235. name: "Petamacro",
  10236. height: math.unit(50000000000000000, "parsecs")
  10237. },
  10238. ]
  10239. ))
  10240. characterMakers.push(() => makeCharacter(
  10241. { name: "Ilisha Devya" },
  10242. {
  10243. front: {
  10244. height: math.unit(6, "feet"),
  10245. weight: math.unit(150, "lb"),
  10246. name: "Front",
  10247. image: {
  10248. source: "./media/characters/ilisha-devya/front.svg",
  10249. extra: 1,
  10250. bottom: 0.175
  10251. }
  10252. },
  10253. back: {
  10254. height: math.unit(6, "feet"),
  10255. weight: math.unit(150, "lb"),
  10256. name: "Back",
  10257. image: {
  10258. source: "./media/characters/ilisha-devya/back.svg",
  10259. extra: 1,
  10260. bottom: 0.015
  10261. }
  10262. },
  10263. },
  10264. [
  10265. {
  10266. name: "Macro",
  10267. height: math.unit(500, "feet"),
  10268. default: true
  10269. },
  10270. {
  10271. name: "Megamacro",
  10272. height: math.unit(10, "miles")
  10273. },
  10274. {
  10275. name: "Gigamacro",
  10276. height: math.unit(100000, "miles")
  10277. },
  10278. {
  10279. name: "Examacro",
  10280. height: math.unit(1e9, "lightyears")
  10281. },
  10282. {
  10283. name: "Omniversal",
  10284. height: math.unit(1e33, "lightyears")
  10285. },
  10286. {
  10287. name: "Beyond Infinite",
  10288. height: math.unit(1e100, "lightyears")
  10289. },
  10290. ]
  10291. ))
  10292. characterMakers.push(() => makeCharacter(
  10293. { name: "Mira" },
  10294. {
  10295. Side: {
  10296. height: math.unit(6, "feet"),
  10297. weight: math.unit(150, "lb"),
  10298. name: "Side",
  10299. image: {
  10300. source: "./media/characters/mira/side.svg",
  10301. extra: 900 / 799,
  10302. bottom: 0.02
  10303. }
  10304. },
  10305. },
  10306. [
  10307. {
  10308. name: "Human Size",
  10309. height: math.unit(6, "feet")
  10310. },
  10311. {
  10312. name: "Macro",
  10313. height: math.unit(100, "feet"),
  10314. default: true
  10315. },
  10316. {
  10317. name: "Megamacro",
  10318. height: math.unit(10, "miles")
  10319. },
  10320. {
  10321. name: "Gigamacro",
  10322. height: math.unit(25000, "miles")
  10323. },
  10324. {
  10325. name: "Teramacro",
  10326. height: math.unit(300, "AU")
  10327. },
  10328. {
  10329. name: "Full Size",
  10330. height: math.unit(4.5e10, "lightyears")
  10331. },
  10332. ]
  10333. ))
  10334. characterMakers.push(() => makeCharacter(
  10335. { name: "Holly" },
  10336. {
  10337. front: {
  10338. height: math.unit(6, "feet"),
  10339. weight: math.unit(150, "lb"),
  10340. name: "Front",
  10341. image: {
  10342. source: "./media/characters/holly/front.svg",
  10343. extra: 639 / 606
  10344. }
  10345. },
  10346. back: {
  10347. height: math.unit(6, "feet"),
  10348. weight: math.unit(150, "lb"),
  10349. name: "Back",
  10350. image: {
  10351. source: "./media/characters/holly/back.svg",
  10352. extra: 623 / 598
  10353. }
  10354. },
  10355. frontWorking: {
  10356. height: math.unit(6, "feet"),
  10357. weight: math.unit(150, "lb"),
  10358. name: "Front (Working)",
  10359. image: {
  10360. source: "./media/characters/holly/front-working.svg",
  10361. extra: 607 / 577,
  10362. bottom: 0.048
  10363. }
  10364. },
  10365. },
  10366. [
  10367. {
  10368. name: "Normal",
  10369. height: math.unit(12 + 3 / 12, "feet"),
  10370. default: true
  10371. },
  10372. ]
  10373. ))
  10374. characterMakers.push(() => makeCharacter(
  10375. { name: "Porter" },
  10376. {
  10377. front: {
  10378. height: math.unit(6, "feet"),
  10379. weight: math.unit(150, "lb"),
  10380. name: "Front",
  10381. image: {
  10382. source: "./media/characters/porter/front.svg",
  10383. extra: 1,
  10384. bottom: 0.01
  10385. }
  10386. },
  10387. frontRobes: {
  10388. height: math.unit(6, "feet"),
  10389. weight: math.unit(150, "lb"),
  10390. name: "Front (Robes)",
  10391. image: {
  10392. source: "./media/characters/porter/front-robes.svg",
  10393. extra: 1.01,
  10394. bottom: 0.01
  10395. }
  10396. },
  10397. },
  10398. [
  10399. {
  10400. name: "Normal",
  10401. height: math.unit(11 + 9 / 12, "feet"),
  10402. default: true
  10403. },
  10404. ]
  10405. ))
  10406. characterMakers.push(() => makeCharacter(
  10407. { name: "Lucy" },
  10408. {
  10409. legendary: {
  10410. height: math.unit(6, "feet"),
  10411. weight: math.unit(150, "lb"),
  10412. name: "Legendary",
  10413. image: {
  10414. source: "./media/characters/lucy/legendary.svg",
  10415. extra: 1355 / 1100,
  10416. bottom: 0.045
  10417. }
  10418. },
  10419. },
  10420. [
  10421. {
  10422. name: "Legendary",
  10423. height: math.unit(86882 * 2, "miles"),
  10424. default: true
  10425. },
  10426. ]
  10427. ))
  10428. characterMakers.push(() => makeCharacter(
  10429. { name: "Drusilla" },
  10430. {
  10431. front: {
  10432. height: math.unit(6, "feet"),
  10433. weight: math.unit(150, "lb"),
  10434. name: "Front",
  10435. image: {
  10436. source: "./media/characters/drusilla/front.svg",
  10437. extra: 678 / 635,
  10438. bottom: 0.03
  10439. }
  10440. },
  10441. back: {
  10442. height: math.unit(6, "feet"),
  10443. weight: math.unit(150, "lb"),
  10444. name: "Back",
  10445. image: {
  10446. source: "./media/characters/drusilla/back.svg",
  10447. extra: 678 / 635,
  10448. bottom: 0.005
  10449. }
  10450. },
  10451. },
  10452. [
  10453. {
  10454. name: "Macro",
  10455. height: math.unit(100, "feet")
  10456. },
  10457. {
  10458. name: "Canon Height",
  10459. height: math.unit(2000, "feet"),
  10460. default: true
  10461. },
  10462. ]
  10463. ))
  10464. characterMakers.push(() => makeCharacter(
  10465. { name: "Renard Thatch" },
  10466. {
  10467. front: {
  10468. height: math.unit(6, "feet"),
  10469. weight: math.unit(180, "lb"),
  10470. name: "Front",
  10471. image: {
  10472. source: "./media/characters/renard-thatch/front.svg",
  10473. extra: 2411 / 2275,
  10474. bottom: 0.01
  10475. }
  10476. },
  10477. frontPosing: {
  10478. height: math.unit(6, "feet"),
  10479. weight: math.unit(180, "lb"),
  10480. name: "Front (Posing)",
  10481. image: {
  10482. source: "./media/characters/renard-thatch/front-posing.svg",
  10483. extra: 2381 / 2261,
  10484. bottom: 0.01
  10485. }
  10486. },
  10487. back: {
  10488. height: math.unit(6, "feet"),
  10489. weight: math.unit(180, "lb"),
  10490. name: "Back",
  10491. image: {
  10492. source: "./media/characters/renard-thatch/back.svg",
  10493. extra: 2428 / 2288
  10494. }
  10495. },
  10496. },
  10497. [
  10498. {
  10499. name: "Micro",
  10500. height: math.unit(3, "inches")
  10501. },
  10502. {
  10503. name: "Default",
  10504. height: math.unit(6, "feet"),
  10505. default: true
  10506. },
  10507. {
  10508. name: "Macro",
  10509. height: math.unit(75, "feet")
  10510. },
  10511. ]
  10512. ))
  10513. characterMakers.push(() => makeCharacter(
  10514. { name: "Sekvra" },
  10515. {
  10516. front: {
  10517. height: math.unit(1450, "feet"),
  10518. weight: math.unit(1.21e6, "tons"),
  10519. name: "Front",
  10520. image: {
  10521. source: "./media/characters/sekvra/front.svg",
  10522. extra: 1,
  10523. bottom: 0.03
  10524. }
  10525. },
  10526. frontClothed: {
  10527. height: math.unit(1450, "feet"),
  10528. weight: math.unit(1.21e6, "tons"),
  10529. name: "Front (Clothed)",
  10530. image: {
  10531. source: "./media/characters/sekvra/front-clothed.svg",
  10532. extra: 1,
  10533. bottom: 0.03
  10534. }
  10535. },
  10536. side: {
  10537. height: math.unit(1450, "feet"),
  10538. weight: math.unit(1.21e6, "tons"),
  10539. name: "Side",
  10540. image: {
  10541. source: "./media/characters/sekvra/side.svg",
  10542. extra: 1,
  10543. bottom: 0.025
  10544. }
  10545. },
  10546. back: {
  10547. height: math.unit(1450, "feet"),
  10548. weight: math.unit(1.21e6, "tons"),
  10549. name: "Back",
  10550. image: {
  10551. source: "./media/characters/sekvra/back.svg",
  10552. extra: 1,
  10553. bottom: 0.005
  10554. }
  10555. },
  10556. },
  10557. [
  10558. {
  10559. name: "Macro",
  10560. height: math.unit(1450, "feet"),
  10561. default: true
  10562. },
  10563. {
  10564. name: "Megamacro",
  10565. height: math.unit(15000, "feet")
  10566. },
  10567. ]
  10568. ))
  10569. characterMakers.push(() => makeCharacter(
  10570. { name: "Carmine" },
  10571. {
  10572. front: {
  10573. height: math.unit(6, "feet"),
  10574. weight: math.unit(150, "lb"),
  10575. name: "Front",
  10576. image: {
  10577. source: "./media/characters/carmine/front.svg",
  10578. extra: 1,
  10579. bottom: 0.035
  10580. }
  10581. },
  10582. frontArmor: {
  10583. height: math.unit(6, "feet"),
  10584. weight: math.unit(150, "lb"),
  10585. name: "Front (Armor)",
  10586. image: {
  10587. source: "./media/characters/carmine/front-armor.svg",
  10588. extra: 1,
  10589. bottom: 0.035
  10590. }
  10591. },
  10592. },
  10593. [
  10594. {
  10595. name: "Large",
  10596. height: math.unit(1, "mile")
  10597. },
  10598. {
  10599. name: "Huge",
  10600. height: math.unit(40, "miles"),
  10601. default: true
  10602. },
  10603. {
  10604. name: "Colossal",
  10605. height: math.unit(2500, "miles")
  10606. },
  10607. ]
  10608. ))
  10609. characterMakers.push(() => makeCharacter(
  10610. { name: "Elyssia" },
  10611. {
  10612. front: {
  10613. height: math.unit(6, "feet"),
  10614. weight: math.unit(150, "lb"),
  10615. name: "Front",
  10616. image: {
  10617. source: "./media/characters/elyssia/front.svg",
  10618. extra: 2201 / 2035,
  10619. bottom: 0.05
  10620. }
  10621. },
  10622. frontClothed: {
  10623. height: math.unit(6, "feet"),
  10624. weight: math.unit(150, "lb"),
  10625. name: "Front (Clothed)",
  10626. image: {
  10627. source: "./media/characters/elyssia/front-clothed.svg",
  10628. extra: 2201 / 2035,
  10629. bottom: 0.05
  10630. }
  10631. },
  10632. back: {
  10633. height: math.unit(6, "feet"),
  10634. weight: math.unit(150, "lb"),
  10635. name: "Back",
  10636. image: {
  10637. source: "./media/characters/elyssia/back.svg",
  10638. extra: 2201 / 2035,
  10639. bottom: 0.013
  10640. }
  10641. },
  10642. },
  10643. [
  10644. {
  10645. name: "Smaller",
  10646. height: math.unit(150, "feet")
  10647. },
  10648. {
  10649. name: "Standard",
  10650. height: math.unit(1400, "feet"),
  10651. default: true
  10652. },
  10653. {
  10654. name: "Distracted",
  10655. height: math.unit(15000, "feet")
  10656. },
  10657. ]
  10658. ))
  10659. characterMakers.push(() => makeCharacter(
  10660. { name: "Geno Maxwell" },
  10661. {
  10662. front: {
  10663. height: math.unit(7 + 4 / 12, "feet"),
  10664. weight: math.unit(500, "lb"),
  10665. name: "Front",
  10666. image: {
  10667. source: "./media/characters/geno-maxwell/front.svg",
  10668. extra: 2207 / 2040,
  10669. bottom: 0.015
  10670. }
  10671. },
  10672. },
  10673. [
  10674. {
  10675. name: "Micro",
  10676. height: math.unit(3, "inches")
  10677. },
  10678. {
  10679. name: "Normal",
  10680. height: math.unit(7 + 4 / 12, "feet"),
  10681. default: true
  10682. },
  10683. {
  10684. name: "Macro",
  10685. height: math.unit(220, "feet")
  10686. },
  10687. {
  10688. name: "Megamacro",
  10689. height: math.unit(11, "miles")
  10690. },
  10691. ]
  10692. ))
  10693. characterMakers.push(() => makeCharacter(
  10694. { name: "Regena Maxwell" },
  10695. {
  10696. front: {
  10697. height: math.unit(7 + 4 / 12, "feet"),
  10698. weight: math.unit(500, "lb"),
  10699. name: "Front",
  10700. image: {
  10701. source: "./media/characters/regena-maxwell/front.svg",
  10702. extra: 3115 / 2770,
  10703. bottom: 0.02
  10704. }
  10705. },
  10706. },
  10707. [
  10708. {
  10709. name: "Normal",
  10710. height: math.unit(7 + 4 / 12, "feet"),
  10711. default: true
  10712. },
  10713. {
  10714. name: "Macro",
  10715. height: math.unit(220, "feet")
  10716. },
  10717. {
  10718. name: "Megamacro",
  10719. height: math.unit(11, "miles")
  10720. },
  10721. ]
  10722. ))
  10723. characterMakers.push(() => makeCharacter(
  10724. { name: "XGlidingDragonX" },
  10725. {
  10726. front: {
  10727. height: math.unit(6, "feet"),
  10728. weight: math.unit(150, "lb"),
  10729. name: "Front",
  10730. image: {
  10731. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10732. extra: 860 / 690,
  10733. bottom: 0.03
  10734. }
  10735. },
  10736. },
  10737. [
  10738. {
  10739. name: "Normal",
  10740. height: math.unit(1.7, "meters"),
  10741. default: true
  10742. },
  10743. ]
  10744. ))
  10745. characterMakers.push(() => makeCharacter(
  10746. { name: "Quilly" },
  10747. {
  10748. front: {
  10749. height: math.unit(6, "feet"),
  10750. weight: math.unit(150, "lb"),
  10751. name: "Front",
  10752. image: {
  10753. source: "./media/characters/quilly/front.svg",
  10754. extra: 890 / 776
  10755. }
  10756. },
  10757. },
  10758. [
  10759. {
  10760. name: "Gigamacro",
  10761. height: math.unit(404090, "miles"),
  10762. default: true
  10763. },
  10764. ]
  10765. ))
  10766. characterMakers.push(() => makeCharacter(
  10767. { name: "Tempest" },
  10768. {
  10769. front: {
  10770. height: math.unit(7 + 8 / 12, "feet"),
  10771. weight: math.unit(350, "lb"),
  10772. name: "Front",
  10773. image: {
  10774. source: "./media/characters/tempest/front.svg",
  10775. extra: 1175 / 1086,
  10776. bottom: 0.02
  10777. }
  10778. },
  10779. },
  10780. [
  10781. {
  10782. name: "Normal",
  10783. height: math.unit(7 + 8 / 12, "feet"),
  10784. default: true
  10785. },
  10786. ]
  10787. ))
  10788. characterMakers.push(() => makeCharacter(
  10789. { name: "Rodger" },
  10790. {
  10791. side: {
  10792. height: math.unit(4 + 5 / 12, "feet"),
  10793. weight: math.unit(80, "lb"),
  10794. name: "Side",
  10795. image: {
  10796. source: "./media/characters/rodger/side.svg",
  10797. extra: 1235 / 1118
  10798. }
  10799. },
  10800. },
  10801. [
  10802. {
  10803. name: "Micro",
  10804. height: math.unit(1, "inch")
  10805. },
  10806. {
  10807. name: "Normal",
  10808. height: math.unit(4 + 5 / 12, "feet"),
  10809. default: true
  10810. },
  10811. {
  10812. name: "Macro",
  10813. height: math.unit(120, "feet")
  10814. },
  10815. ]
  10816. ))
  10817. characterMakers.push(() => makeCharacter(
  10818. { name: "Danyel" },
  10819. {
  10820. front: {
  10821. height: math.unit(6, "feet"),
  10822. weight: math.unit(150, "lb"),
  10823. name: "Front",
  10824. image: {
  10825. source: "./media/characters/danyel/front.svg",
  10826. extra: 1185 / 1123,
  10827. bottom: 0.05
  10828. }
  10829. },
  10830. },
  10831. [
  10832. {
  10833. name: "Shrunken",
  10834. height: math.unit(0.5, "mm")
  10835. },
  10836. {
  10837. name: "Micro",
  10838. height: math.unit(1, "mm"),
  10839. default: true
  10840. },
  10841. {
  10842. name: "Upsized",
  10843. height: math.unit(5 + 5 / 12, "feet")
  10844. },
  10845. ]
  10846. ))
  10847. characterMakers.push(() => makeCharacter(
  10848. { name: "Vivian Bijoux" },
  10849. {
  10850. front: {
  10851. height: math.unit(5 + 6 / 12, "feet"),
  10852. weight: math.unit(200, "lb"),
  10853. name: "Front",
  10854. image: {
  10855. source: "./media/characters/vivian-bijoux/front.svg",
  10856. extra: 1,
  10857. bottom: 0.072
  10858. }
  10859. },
  10860. },
  10861. [
  10862. {
  10863. name: "Normal",
  10864. height: math.unit(5 + 6 / 12, "feet"),
  10865. default: true
  10866. },
  10867. {
  10868. name: "Bad Dream",
  10869. height: math.unit(500, "feet")
  10870. },
  10871. {
  10872. name: "Nightmare",
  10873. height: math.unit(500, "miles")
  10874. },
  10875. ]
  10876. ))
  10877. characterMakers.push(() => makeCharacter(
  10878. { name: "Zeta" },
  10879. {
  10880. front: {
  10881. height: math.unit(6 + 1 / 12, "feet"),
  10882. weight: math.unit(260, "lb"),
  10883. name: "Front",
  10884. image: {
  10885. source: "./media/characters/zeta/front.svg",
  10886. extra: 1968 / 1889,
  10887. bottom: 0.06
  10888. }
  10889. },
  10890. back: {
  10891. height: math.unit(6 + 1 / 12, "feet"),
  10892. weight: math.unit(260, "lb"),
  10893. name: "Back",
  10894. image: {
  10895. source: "./media/characters/zeta/back.svg",
  10896. extra: 1944 / 1858,
  10897. bottom: 0.03
  10898. }
  10899. },
  10900. hand: {
  10901. height: math.unit(1.112, "feet"),
  10902. name: "Hand",
  10903. image: {
  10904. source: "./media/characters/zeta/hand.svg"
  10905. }
  10906. },
  10907. foot: {
  10908. height: math.unit(1.48, "feet"),
  10909. name: "Foot",
  10910. image: {
  10911. source: "./media/characters/zeta/foot.svg"
  10912. }
  10913. },
  10914. },
  10915. [
  10916. {
  10917. name: "Micro",
  10918. height: math.unit(6, "inches")
  10919. },
  10920. {
  10921. name: "Normal",
  10922. height: math.unit(6 + 1 / 12, "feet"),
  10923. default: true
  10924. },
  10925. {
  10926. name: "Macro",
  10927. height: math.unit(20, "feet")
  10928. },
  10929. ]
  10930. ))
  10931. characterMakers.push(() => makeCharacter(
  10932. { name: "Jamie Larsen" },
  10933. {
  10934. front: {
  10935. height: math.unit(6, "feet"),
  10936. weight: math.unit(150, "lb"),
  10937. name: "Front",
  10938. image: {
  10939. source: "./media/characters/jamie-larsen/front.svg",
  10940. extra: 962 / 933,
  10941. bottom: 0.02
  10942. }
  10943. },
  10944. back: {
  10945. height: math.unit(6, "feet"),
  10946. weight: math.unit(150, "lb"),
  10947. name: "Back",
  10948. image: {
  10949. source: "./media/characters/jamie-larsen/back.svg",
  10950. extra: 997 / 946
  10951. }
  10952. },
  10953. },
  10954. [
  10955. {
  10956. name: "Macro",
  10957. height: math.unit(28 + 7 / 12, "feet"),
  10958. default: true
  10959. },
  10960. {
  10961. name: "Macro+",
  10962. height: math.unit(180, "feet")
  10963. },
  10964. {
  10965. name: "Megamacro",
  10966. height: math.unit(10, "miles")
  10967. },
  10968. {
  10969. name: "Gigamacro",
  10970. height: math.unit(200000, "miles")
  10971. },
  10972. ]
  10973. ))
  10974. characterMakers.push(() => makeCharacter(
  10975. { name: "Vance" },
  10976. {
  10977. front: {
  10978. height: math.unit(6, "feet"),
  10979. weight: math.unit(120, "lb"),
  10980. name: "Front",
  10981. image: {
  10982. source: "./media/characters/vance/front.svg",
  10983. extra: 1980 / 1890,
  10984. bottom: 0.09
  10985. }
  10986. },
  10987. back: {
  10988. height: math.unit(6, "feet"),
  10989. weight: math.unit(120, "lb"),
  10990. name: "Back",
  10991. image: {
  10992. source: "./media/characters/vance/back.svg",
  10993. extra: 2081 / 1994,
  10994. bottom: 0.014
  10995. }
  10996. },
  10997. hand: {
  10998. height: math.unit(0.88, "feet"),
  10999. name: "Hand",
  11000. image: {
  11001. source: "./media/characters/vance/hand.svg"
  11002. }
  11003. },
  11004. foot: {
  11005. height: math.unit(0.64, "feet"),
  11006. name: "Foot",
  11007. image: {
  11008. source: "./media/characters/vance/foot.svg"
  11009. }
  11010. },
  11011. },
  11012. [
  11013. {
  11014. name: "Small",
  11015. height: math.unit(90, "feet"),
  11016. default: true
  11017. },
  11018. {
  11019. name: "Macro",
  11020. height: math.unit(100, "meters")
  11021. },
  11022. {
  11023. name: "Megamacro",
  11024. height: math.unit(15, "miles")
  11025. },
  11026. ]
  11027. ))
  11028. characterMakers.push(() => makeCharacter(
  11029. { name: "Xochitl" },
  11030. {
  11031. front: {
  11032. height: math.unit(6, "feet"),
  11033. weight: math.unit(180, "lb"),
  11034. name: "Front",
  11035. image: {
  11036. source: "./media/characters/xochitl/front.svg",
  11037. extra: 2297 / 2261,
  11038. bottom: 0.065
  11039. }
  11040. },
  11041. back: {
  11042. height: math.unit(6, "feet"),
  11043. weight: math.unit(180, "lb"),
  11044. name: "Back",
  11045. image: {
  11046. source: "./media/characters/xochitl/back.svg",
  11047. extra: 2386 / 2354,
  11048. bottom: 0.01
  11049. }
  11050. },
  11051. foot: {
  11052. height: math.unit(6 / 5 * 1.15, "feet"),
  11053. weight: math.unit(150, "lb"),
  11054. name: "Foot",
  11055. image: {
  11056. source: "./media/characters/xochitl/foot.svg"
  11057. }
  11058. },
  11059. },
  11060. [
  11061. {
  11062. name: "Macro",
  11063. height: math.unit(80, "feet")
  11064. },
  11065. {
  11066. name: "Macro+",
  11067. height: math.unit(400, "feet"),
  11068. default: true
  11069. },
  11070. {
  11071. name: "Gigamacro",
  11072. height: math.unit(80000, "miles")
  11073. },
  11074. {
  11075. name: "Gigamacro+",
  11076. height: math.unit(400000, "miles")
  11077. },
  11078. {
  11079. name: "Teramacro",
  11080. height: math.unit(300, "AU")
  11081. },
  11082. ]
  11083. ))
  11084. characterMakers.push(() => makeCharacter(
  11085. { name: "Vincent" },
  11086. {
  11087. front: {
  11088. height: math.unit(6, "feet"),
  11089. weight: math.unit(150, "lb"),
  11090. name: "Front",
  11091. image: {
  11092. source: "./media/characters/vincent/front.svg",
  11093. extra: 1130 / 1080,
  11094. bottom: 0.055
  11095. }
  11096. },
  11097. beak: {
  11098. height: math.unit(6 * 0.1, "feet"),
  11099. name: "Beak",
  11100. image: {
  11101. source: "./media/characters/vincent/beak.svg"
  11102. }
  11103. },
  11104. hand: {
  11105. height: math.unit(6 * 0.85, "feet"),
  11106. weight: math.unit(150, "lb"),
  11107. name: "Hand",
  11108. image: {
  11109. source: "./media/characters/vincent/hand.svg"
  11110. }
  11111. },
  11112. foot: {
  11113. height: math.unit(6 * 0.19, "feet"),
  11114. weight: math.unit(150, "lb"),
  11115. name: "Foot",
  11116. image: {
  11117. source: "./media/characters/vincent/foot.svg"
  11118. }
  11119. },
  11120. },
  11121. [
  11122. {
  11123. name: "Base",
  11124. height: math.unit(6 + 5 / 12, "feet"),
  11125. default: true
  11126. },
  11127. {
  11128. name: "Macro",
  11129. height: math.unit(300, "feet")
  11130. },
  11131. {
  11132. name: "Megamacro",
  11133. height: math.unit(2, "miles")
  11134. },
  11135. {
  11136. name: "Gigamacro",
  11137. height: math.unit(1000, "miles")
  11138. },
  11139. ]
  11140. ))
  11141. characterMakers.push(() => makeCharacter(
  11142. { name: "Jay" },
  11143. {
  11144. front: {
  11145. height: math.unit(6 + 2 / 12, "feet"),
  11146. weight: math.unit(65, "lb"),
  11147. name: "Front",
  11148. image: {
  11149. source: "./media/characters/jay/front.svg",
  11150. extra: 1510 / 1430,
  11151. bottom: 0.042
  11152. }
  11153. },
  11154. back: {
  11155. height: math.unit(6 + 2 / 12, "feet"),
  11156. weight: math.unit(65, "lb"),
  11157. name: "Back",
  11158. image: {
  11159. source: "./media/characters/jay/back.svg",
  11160. extra: 1510 / 1430,
  11161. bottom: 0.025
  11162. }
  11163. },
  11164. clothed: {
  11165. height: math.unit(6 + 2 / 12, "feet"),
  11166. weight: math.unit(65, "lb"),
  11167. name: "Front (Clothed)",
  11168. image: {
  11169. source: "./media/characters/jay/clothed.svg",
  11170. extra: 744 / 699,
  11171. bottom: 0.043
  11172. }
  11173. },
  11174. },
  11175. [
  11176. {
  11177. name: "Micro",
  11178. height: math.unit(1, "inch")
  11179. },
  11180. {
  11181. name: "Normal",
  11182. height: math.unit(6 + 2 / 12, "feet"),
  11183. default: true
  11184. },
  11185. {
  11186. name: "Macro",
  11187. height: math.unit(1, "mile")
  11188. },
  11189. {
  11190. name: "Megamacro",
  11191. height: math.unit(100, "miles")
  11192. },
  11193. ]
  11194. ))
  11195. characterMakers.push(() => makeCharacter(
  11196. { name: "Coatl" },
  11197. {
  11198. front: {
  11199. height: math.unit(2, "meters"),
  11200. weight: math.unit(500, "kg"),
  11201. name: "Front",
  11202. image: {
  11203. source: "./media/characters/coatl/front.svg",
  11204. extra: 3948 / 3500,
  11205. bottom: 0.082
  11206. }
  11207. },
  11208. },
  11209. [
  11210. {
  11211. name: "Normal",
  11212. height: math.unit(4, "meters")
  11213. },
  11214. {
  11215. name: "Macro",
  11216. height: math.unit(100, "meters"),
  11217. default: true
  11218. },
  11219. {
  11220. name: "Macro+",
  11221. height: math.unit(300, "meters")
  11222. },
  11223. {
  11224. name: "Megamacro",
  11225. height: math.unit(3, "gigameters")
  11226. },
  11227. {
  11228. name: "Megamacro+",
  11229. height: math.unit(300, "terameters")
  11230. },
  11231. {
  11232. name: "Megamacro++",
  11233. height: math.unit(3, "lightyears")
  11234. },
  11235. ]
  11236. ))
  11237. characterMakers.push(() => makeCharacter(
  11238. { name: "Shiroryu" },
  11239. {
  11240. front: {
  11241. height: math.unit(6, "feet"),
  11242. weight: math.unit(50, "kg"),
  11243. name: "front",
  11244. image: {
  11245. source: "./media/characters/shiroryu/front.svg",
  11246. extra: 1990 / 1935
  11247. }
  11248. },
  11249. },
  11250. [
  11251. {
  11252. name: "Mortal Mingling",
  11253. height: math.unit(3, "meters")
  11254. },
  11255. {
  11256. name: "Kaiju-ish",
  11257. height: math.unit(250, "meters")
  11258. },
  11259. {
  11260. name: "Somewhat Godly",
  11261. height: math.unit(400, "km"),
  11262. default: true
  11263. },
  11264. {
  11265. name: "Planetary",
  11266. height: math.unit(300, "megameters")
  11267. },
  11268. {
  11269. name: "Galaxy-dwarfing",
  11270. height: math.unit(450, "kiloparsecs")
  11271. },
  11272. {
  11273. name: "Universe Eater",
  11274. height: math.unit(150, "gigaparsecs")
  11275. },
  11276. {
  11277. name: "Almost Immeasurable",
  11278. height: math.unit(1.3e266, "yottaparsecs")
  11279. },
  11280. ]
  11281. ))
  11282. characterMakers.push(() => makeCharacter(
  11283. { name: "Umeko" },
  11284. {
  11285. front: {
  11286. height: math.unit(6, "feet"),
  11287. weight: math.unit(150, "lb"),
  11288. name: "Front",
  11289. image: {
  11290. source: "./media/characters/umeko/front.svg",
  11291. extra: 1,
  11292. bottom: 0.019
  11293. }
  11294. },
  11295. frontArmored: {
  11296. height: math.unit(6, "feet"),
  11297. weight: math.unit(150, "lb"),
  11298. name: "Front (Armored)",
  11299. image: {
  11300. source: "./media/characters/umeko/front-armored.svg",
  11301. extra: 1,
  11302. bottom: 0.021
  11303. }
  11304. },
  11305. },
  11306. [
  11307. {
  11308. name: "Macro",
  11309. height: math.unit(220, "feet"),
  11310. default: true
  11311. },
  11312. {
  11313. name: "Guardian Dragon",
  11314. height: math.unit(50, "miles")
  11315. },
  11316. {
  11317. name: "Cosmic",
  11318. height: math.unit(800000, "miles")
  11319. },
  11320. ]
  11321. ))
  11322. characterMakers.push(() => makeCharacter(
  11323. { name: "Cassidy" },
  11324. {
  11325. front: {
  11326. height: math.unit(6, "feet"),
  11327. weight: math.unit(150, "lb"),
  11328. name: "Front",
  11329. image: {
  11330. source: "./media/characters/cassidy/front.svg",
  11331. extra: 1,
  11332. bottom: 0.043
  11333. }
  11334. },
  11335. },
  11336. [
  11337. {
  11338. name: "Canon Height",
  11339. height: math.unit(120, "feet"),
  11340. default: true
  11341. },
  11342. {
  11343. name: "Macro+",
  11344. height: math.unit(400, "feet")
  11345. },
  11346. {
  11347. name: "Macro++",
  11348. height: math.unit(4000, "feet")
  11349. },
  11350. {
  11351. name: "Megamacro",
  11352. height: math.unit(3, "miles")
  11353. },
  11354. ]
  11355. ))
  11356. characterMakers.push(() => makeCharacter(
  11357. { name: "Isaac" },
  11358. {
  11359. front: {
  11360. height: math.unit(6, "feet"),
  11361. weight: math.unit(150, "lb"),
  11362. name: "Front",
  11363. image: {
  11364. source: "./media/characters/isaac/front.svg",
  11365. extra: 896 / 815,
  11366. bottom: 0.11
  11367. }
  11368. },
  11369. },
  11370. [
  11371. {
  11372. name: "Human Size",
  11373. height: math.unit(8, "feet"),
  11374. default: true
  11375. },
  11376. {
  11377. name: "Macro",
  11378. height: math.unit(400, "feet")
  11379. },
  11380. {
  11381. name: "Megamacro",
  11382. height: math.unit(50, "miles")
  11383. },
  11384. {
  11385. name: "Canon Height",
  11386. height: math.unit(200, "AU")
  11387. },
  11388. ]
  11389. ))
  11390. characterMakers.push(() => makeCharacter(
  11391. { name: "Sleekit" },
  11392. {
  11393. front: {
  11394. height: math.unit(6, "feet"),
  11395. weight: math.unit(72, "kg"),
  11396. name: "Front",
  11397. image: {
  11398. source: "./media/characters/sleekit/front.svg",
  11399. extra: 4693 / 4487,
  11400. bottom: 0.012
  11401. }
  11402. },
  11403. },
  11404. [
  11405. {
  11406. name: "Minimum Height",
  11407. height: math.unit(10, "meters")
  11408. },
  11409. {
  11410. name: "Smaller",
  11411. height: math.unit(25, "meters")
  11412. },
  11413. {
  11414. name: "Larger",
  11415. height: math.unit(38, "meters"),
  11416. default: true
  11417. },
  11418. {
  11419. name: "Maximum height",
  11420. height: math.unit(100, "meters")
  11421. },
  11422. ]
  11423. ))
  11424. characterMakers.push(() => makeCharacter(
  11425. { name: "Nillia" },
  11426. {
  11427. front: {
  11428. height: math.unit(6, "feet"),
  11429. weight: math.unit(150, "lb"),
  11430. name: "Front",
  11431. image: {
  11432. source: "./media/characters/nillia/front.svg",
  11433. extra: 2195 / 2037,
  11434. bottom: 0.005
  11435. }
  11436. },
  11437. back: {
  11438. height: math.unit(6, "feet"),
  11439. weight: math.unit(150, "lb"),
  11440. name: "Back",
  11441. image: {
  11442. source: "./media/characters/nillia/back.svg",
  11443. extra: 2195 / 2037,
  11444. bottom: 0.005
  11445. }
  11446. },
  11447. },
  11448. [
  11449. {
  11450. name: "Canon Height",
  11451. height: math.unit(489, "feet"),
  11452. default: true
  11453. }
  11454. ]
  11455. ))
  11456. characterMakers.push(() => makeCharacter(
  11457. { name: "Mesmyriza" },
  11458. {
  11459. front: {
  11460. height: math.unit(6, "feet"),
  11461. weight: math.unit(150, "lb"),
  11462. name: "Front",
  11463. image: {
  11464. source: "./media/characters/mesmyriza/front.svg",
  11465. extra: 2067 / 1784,
  11466. bottom: 0.035
  11467. }
  11468. },
  11469. foot: {
  11470. height: math.unit(6 / (250 / 35), "feet"),
  11471. name: "Foot",
  11472. image: {
  11473. source: "./media/characters/mesmyriza/foot.svg"
  11474. }
  11475. },
  11476. },
  11477. [
  11478. {
  11479. name: "Macro",
  11480. height: math.unit(457, "meters"),
  11481. default: true
  11482. },
  11483. {
  11484. name: "Megamacro",
  11485. height: math.unit(8, "megameters")
  11486. },
  11487. ]
  11488. ))
  11489. characterMakers.push(() => makeCharacter(
  11490. { name: "Saudade" },
  11491. {
  11492. front: {
  11493. height: math.unit(6, "feet"),
  11494. weight: math.unit(250, "lb"),
  11495. name: "Front",
  11496. image: {
  11497. source: "./media/characters/saudade/front.svg",
  11498. extra: 1172 / 1139,
  11499. bottom: 0.035
  11500. }
  11501. },
  11502. },
  11503. [
  11504. {
  11505. name: "Micro",
  11506. height: math.unit(3, "inches")
  11507. },
  11508. {
  11509. name: "Normal",
  11510. height: math.unit(6, "feet"),
  11511. default: true
  11512. },
  11513. {
  11514. name: "Macro",
  11515. height: math.unit(50, "feet")
  11516. },
  11517. {
  11518. name: "Megamacro",
  11519. height: math.unit(2800, "feet")
  11520. },
  11521. ]
  11522. ))
  11523. characterMakers.push(() => makeCharacter(
  11524. { name: "Keireer" },
  11525. {
  11526. front: {
  11527. height: math.unit(5 + 4 / 12, "feet"),
  11528. weight: math.unit(100, "lb"),
  11529. name: "Front",
  11530. image: {
  11531. source: "./media/characters/keireer/front.svg",
  11532. extra: 716 / 666,
  11533. bottom: 0.05
  11534. }
  11535. },
  11536. },
  11537. [
  11538. {
  11539. name: "Normal",
  11540. height: math.unit(5 + 4 / 12, "feet"),
  11541. default: true
  11542. },
  11543. ]
  11544. ))
  11545. characterMakers.push(() => makeCharacter(
  11546. { name: "Mirja" },
  11547. {
  11548. front: {
  11549. height: math.unit(6, "feet"),
  11550. weight: math.unit(90, "kg"),
  11551. name: "Front",
  11552. image: {
  11553. source: "./media/characters/mirja/front.svg",
  11554. extra: 1789 / 1683,
  11555. bottom: 0.05
  11556. }
  11557. },
  11558. frontDressed: {
  11559. height: math.unit(6, "feet"),
  11560. weight: math.unit(90, "lb"),
  11561. name: "Front (Dressed)",
  11562. image: {
  11563. source: "./media/characters/mirja/front-dressed.svg",
  11564. extra: 1789 / 1683,
  11565. bottom: 0.05
  11566. }
  11567. },
  11568. back: {
  11569. height: math.unit(6, "feet"),
  11570. weight: math.unit(90, "lb"),
  11571. name: "Back",
  11572. image: {
  11573. source: "./media/characters/mirja/back.svg",
  11574. extra: 953 / 917,
  11575. bottom: 0.017
  11576. }
  11577. },
  11578. },
  11579. [
  11580. {
  11581. name: "\"Incognito\"",
  11582. height: math.unit(3, "meters")
  11583. },
  11584. {
  11585. name: "Strolling Size",
  11586. height: math.unit(15, "km")
  11587. },
  11588. {
  11589. name: "Larger Strolling Size",
  11590. height: math.unit(400, "km")
  11591. },
  11592. {
  11593. name: "Preferred Size",
  11594. height: math.unit(5000, "km")
  11595. },
  11596. {
  11597. name: "True Size",
  11598. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11599. default: true
  11600. },
  11601. ]
  11602. ))
  11603. characterMakers.push(() => makeCharacter(
  11604. { name: "Nightraver" },
  11605. {
  11606. front: {
  11607. height: math.unit(15, "feet"),
  11608. weight: math.unit(880, "kg"),
  11609. name: "Front",
  11610. image: {
  11611. source: "./media/characters/nightraver/front.svg",
  11612. extra: 2444 / 2160,
  11613. bottom: 0.027
  11614. }
  11615. },
  11616. back: {
  11617. height: math.unit(15, "feet"),
  11618. weight: math.unit(880, "kg"),
  11619. name: "Back",
  11620. image: {
  11621. source: "./media/characters/nightraver/back.svg",
  11622. extra: 2309 / 2180,
  11623. bottom: 0.005
  11624. }
  11625. },
  11626. sole: {
  11627. height: math.unit(2.878, "feet"),
  11628. name: "Sole",
  11629. image: {
  11630. source: "./media/characters/nightraver/sole.svg"
  11631. }
  11632. },
  11633. foot: {
  11634. height: math.unit(2.285, "feet"),
  11635. name: "Foot",
  11636. image: {
  11637. source: "./media/characters/nightraver/foot.svg"
  11638. }
  11639. },
  11640. maw: {
  11641. height: math.unit(2.67, "feet"),
  11642. name: "Maw",
  11643. image: {
  11644. source: "./media/characters/nightraver/maw.svg"
  11645. }
  11646. },
  11647. },
  11648. [
  11649. {
  11650. name: "Micro",
  11651. height: math.unit(1, "cm")
  11652. },
  11653. {
  11654. name: "Normal",
  11655. height: math.unit(15, "feet"),
  11656. default: true
  11657. },
  11658. {
  11659. name: "Macro",
  11660. height: math.unit(300, "feet")
  11661. },
  11662. {
  11663. name: "Megamacro",
  11664. height: math.unit(300, "miles")
  11665. },
  11666. {
  11667. name: "Gigamacro",
  11668. height: math.unit(10000, "miles")
  11669. },
  11670. ]
  11671. ))
  11672. characterMakers.push(() => makeCharacter(
  11673. { name: "Arc" },
  11674. {
  11675. side: {
  11676. height: math.unit(2, "inches"),
  11677. weight: math.unit(5, "grams"),
  11678. name: "Side",
  11679. image: {
  11680. source: "./media/characters/arc/side.svg"
  11681. }
  11682. },
  11683. },
  11684. [
  11685. {
  11686. name: "Micro",
  11687. height: math.unit(2, "inches"),
  11688. default: true
  11689. },
  11690. ]
  11691. ))
  11692. characterMakers.push(() => makeCharacter(
  11693. { name: "Nebula Shahar" },
  11694. {
  11695. front: {
  11696. height: math.unit(1.1938, "meters"),
  11697. weight: math.unit(54, "kg"),
  11698. name: "Front",
  11699. image: {
  11700. source: "./media/characters/nebula-shahar/front.svg",
  11701. extra: 1642 / 1436,
  11702. bottom: 0.06
  11703. }
  11704. },
  11705. },
  11706. [
  11707. {
  11708. name: "Megamicro",
  11709. height: math.unit(0.3, "mm")
  11710. },
  11711. {
  11712. name: "Micro",
  11713. height: math.unit(3, "cm")
  11714. },
  11715. {
  11716. name: "Normal",
  11717. height: math.unit(138, "cm"),
  11718. default: true
  11719. },
  11720. {
  11721. name: "Macro",
  11722. height: math.unit(30, "m")
  11723. },
  11724. ]
  11725. ))
  11726. characterMakers.push(() => makeCharacter(
  11727. { name: "Shayla" },
  11728. {
  11729. front: {
  11730. height: math.unit(5.24, "feet"),
  11731. weight: math.unit(150, "lb"),
  11732. name: "Front",
  11733. image: {
  11734. source: "./media/characters/shayla/front.svg",
  11735. extra: 1512 / 1414,
  11736. bottom: 0.01
  11737. }
  11738. },
  11739. back: {
  11740. height: math.unit(5.24, "feet"),
  11741. weight: math.unit(150, "lb"),
  11742. name: "Back",
  11743. image: {
  11744. source: "./media/characters/shayla/back.svg",
  11745. extra: 1512 / 1414
  11746. }
  11747. },
  11748. hand: {
  11749. height: math.unit(0.7781496062992126, "feet"),
  11750. name: "Hand",
  11751. image: {
  11752. source: "./media/characters/shayla/hand.svg"
  11753. }
  11754. },
  11755. foot: {
  11756. height: math.unit(1.4206036745406823, "feet"),
  11757. name: "Foot",
  11758. image: {
  11759. source: "./media/characters/shayla/foot.svg"
  11760. }
  11761. },
  11762. },
  11763. [
  11764. {
  11765. name: "Micro",
  11766. height: math.unit(0.32, "feet")
  11767. },
  11768. {
  11769. name: "Normal",
  11770. height: math.unit(5.24, "feet"),
  11771. default: true
  11772. },
  11773. {
  11774. name: "Macro",
  11775. height: math.unit(492.12, "feet")
  11776. },
  11777. {
  11778. name: "Megamacro",
  11779. height: math.unit(186.41, "miles")
  11780. },
  11781. ]
  11782. ))
  11783. characterMakers.push(() => makeCharacter(
  11784. { name: "Pia Jr." },
  11785. {
  11786. front: {
  11787. height: math.unit(2.2, "m"),
  11788. weight: math.unit(120, "kg"),
  11789. name: "Front",
  11790. image: {
  11791. source: "./media/characters/pia-jr/front.svg",
  11792. extra: 1000 / 970,
  11793. bottom: 0.035
  11794. }
  11795. },
  11796. hand: {
  11797. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11798. name: "Hand",
  11799. image: {
  11800. source: "./media/characters/pia-jr/hand.svg"
  11801. }
  11802. },
  11803. paw: {
  11804. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11805. name: "Paw",
  11806. image: {
  11807. source: "./media/characters/pia-jr/paw.svg"
  11808. }
  11809. },
  11810. },
  11811. [
  11812. {
  11813. name: "Micro",
  11814. height: math.unit(1.2, "cm")
  11815. },
  11816. {
  11817. name: "Normal",
  11818. height: math.unit(2.2, "m"),
  11819. default: true
  11820. },
  11821. {
  11822. name: "Macro",
  11823. height: math.unit(180, "m")
  11824. },
  11825. {
  11826. name: "Megamacro",
  11827. height: math.unit(420, "km")
  11828. },
  11829. ]
  11830. ))
  11831. characterMakers.push(() => makeCharacter(
  11832. { name: "Pia Sr." },
  11833. {
  11834. front: {
  11835. height: math.unit(2, "m"),
  11836. weight: math.unit(115, "kg"),
  11837. name: "Front",
  11838. image: {
  11839. source: "./media/characters/pia-sr/front.svg",
  11840. extra: 760 / 730,
  11841. bottom: 0.015
  11842. }
  11843. },
  11844. back: {
  11845. height: math.unit(2, "m"),
  11846. weight: math.unit(115, "kg"),
  11847. name: "Back",
  11848. image: {
  11849. source: "./media/characters/pia-sr/back.svg",
  11850. extra: 760 / 730,
  11851. bottom: 0.01
  11852. }
  11853. },
  11854. hand: {
  11855. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11856. name: "Hand",
  11857. image: {
  11858. source: "./media/characters/pia-sr/hand.svg"
  11859. }
  11860. },
  11861. foot: {
  11862. height: math.unit(1.83, "feet"),
  11863. name: "Foot",
  11864. image: {
  11865. source: "./media/characters/pia-sr/foot.svg"
  11866. }
  11867. },
  11868. },
  11869. [
  11870. {
  11871. name: "Micro",
  11872. height: math.unit(88, "mm")
  11873. },
  11874. {
  11875. name: "Normal",
  11876. height: math.unit(2, "m"),
  11877. default: true
  11878. },
  11879. {
  11880. name: "Macro",
  11881. height: math.unit(200, "m")
  11882. },
  11883. {
  11884. name: "Megamacro",
  11885. height: math.unit(420, "km")
  11886. },
  11887. ]
  11888. ))
  11889. characterMakers.push(() => makeCharacter(
  11890. { name: "KIBIBYTE" },
  11891. {
  11892. front: {
  11893. height: math.unit(8 + 2 / 12, "feet"),
  11894. weight: math.unit(300, "lb"),
  11895. name: "Front",
  11896. image: {
  11897. source: "./media/characters/kibibyte/front.svg",
  11898. extra: 2221 / 2098,
  11899. bottom: 0.04
  11900. }
  11901. },
  11902. },
  11903. [
  11904. {
  11905. name: "Normal",
  11906. height: math.unit(8 + 2 / 12, "feet"),
  11907. default: true
  11908. },
  11909. {
  11910. name: "Socialable Macro",
  11911. height: math.unit(50, "feet")
  11912. },
  11913. {
  11914. name: "Macro",
  11915. height: math.unit(300, "feet")
  11916. },
  11917. {
  11918. name: "Megamacro",
  11919. height: math.unit(500, "miles")
  11920. },
  11921. ]
  11922. ))
  11923. characterMakers.push(() => makeCharacter(
  11924. { name: "Felix" },
  11925. {
  11926. front: {
  11927. height: math.unit(6, "feet"),
  11928. weight: math.unit(150, "lb"),
  11929. name: "Front",
  11930. image: {
  11931. source: "./media/characters/felix/front.svg",
  11932. extra: 762 / 722,
  11933. bottom: 0.02
  11934. }
  11935. },
  11936. frontClothed: {
  11937. height: math.unit(6, "feet"),
  11938. weight: math.unit(150, "lb"),
  11939. name: "Front (Clothed)",
  11940. image: {
  11941. source: "./media/characters/felix/front-clothed.svg",
  11942. extra: 762 / 722,
  11943. bottom: 0.02
  11944. }
  11945. },
  11946. },
  11947. [
  11948. {
  11949. name: "Normal",
  11950. height: math.unit(6 + 8 / 12, "feet"),
  11951. default: true
  11952. },
  11953. {
  11954. name: "Macro",
  11955. height: math.unit(2600, "feet")
  11956. },
  11957. {
  11958. name: "Megamacro",
  11959. height: math.unit(450, "miles")
  11960. },
  11961. ]
  11962. ))
  11963. characterMakers.push(() => makeCharacter(
  11964. { name: "Tobo" },
  11965. {
  11966. front: {
  11967. height: math.unit(6 + 1 / 12, "feet"),
  11968. weight: math.unit(250, "lb"),
  11969. name: "Front",
  11970. image: {
  11971. source: "./media/characters/tobo/front.svg",
  11972. extra: 608 / 586,
  11973. bottom: 0.023
  11974. }
  11975. },
  11976. back: {
  11977. height: math.unit(6 + 1 / 12, "feet"),
  11978. weight: math.unit(250, "lb"),
  11979. name: "Back",
  11980. image: {
  11981. source: "./media/characters/tobo/back.svg",
  11982. extra: 608 / 586
  11983. }
  11984. },
  11985. },
  11986. [
  11987. {
  11988. name: "Nano",
  11989. height: math.unit(2, "nm")
  11990. },
  11991. {
  11992. name: "Megamicro",
  11993. height: math.unit(0.1, "mm")
  11994. },
  11995. {
  11996. name: "Micro",
  11997. height: math.unit(1, "inch"),
  11998. default: true
  11999. },
  12000. {
  12001. name: "Human-sized",
  12002. height: math.unit(6 + 1 / 12, "feet")
  12003. },
  12004. {
  12005. name: "Macro",
  12006. height: math.unit(250, "feet")
  12007. },
  12008. {
  12009. name: "Megamacro",
  12010. height: math.unit(75, "miles")
  12011. },
  12012. {
  12013. name: "Texas-sized",
  12014. height: math.unit(750, "miles")
  12015. },
  12016. {
  12017. name: "Teramacro",
  12018. height: math.unit(50000, "miles")
  12019. },
  12020. ]
  12021. ))
  12022. characterMakers.push(() => makeCharacter(
  12023. { name: "Danny Kapowsky" },
  12024. {
  12025. front: {
  12026. height: math.unit(6, "feet"),
  12027. weight: math.unit(269, "lb"),
  12028. name: "Front",
  12029. image: {
  12030. source: "./media/characters/danny-kapowsky/front.svg",
  12031. extra: 766 / 736,
  12032. bottom: 0.044
  12033. }
  12034. },
  12035. back: {
  12036. height: math.unit(6, "feet"),
  12037. weight: math.unit(269, "lb"),
  12038. name: "Back",
  12039. image: {
  12040. source: "./media/characters/danny-kapowsky/back.svg",
  12041. extra: 797 / 760,
  12042. bottom: 0.025
  12043. }
  12044. },
  12045. },
  12046. [
  12047. {
  12048. name: "Macro",
  12049. height: math.unit(150, "feet"),
  12050. default: true
  12051. },
  12052. {
  12053. name: "Macro+",
  12054. height: math.unit(200, "feet")
  12055. },
  12056. {
  12057. name: "Macro++",
  12058. height: math.unit(300, "feet")
  12059. },
  12060. {
  12061. name: "Macro+++",
  12062. height: math.unit(400, "feet")
  12063. },
  12064. ]
  12065. ))
  12066. characterMakers.push(() => makeCharacter(
  12067. { name: "Finn" },
  12068. {
  12069. side: {
  12070. height: math.unit(6, "feet"),
  12071. weight: math.unit(170, "lb"),
  12072. name: "Side",
  12073. image: {
  12074. source: "./media/characters/finn/side.svg",
  12075. extra: 1953 / 1807,
  12076. bottom: 0.057
  12077. }
  12078. },
  12079. },
  12080. [
  12081. {
  12082. name: "Megamacro",
  12083. height: math.unit(14445, "feet"),
  12084. default: true
  12085. },
  12086. ]
  12087. ))
  12088. characterMakers.push(() => makeCharacter(
  12089. { name: "Roy" },
  12090. {
  12091. front: {
  12092. height: math.unit(5 + 6 / 12, "feet"),
  12093. weight: math.unit(125, "lb"),
  12094. name: "Front",
  12095. image: {
  12096. source: "./media/characters/roy/front.svg",
  12097. extra: 1,
  12098. bottom: 0.11
  12099. }
  12100. },
  12101. },
  12102. [
  12103. {
  12104. name: "Micro",
  12105. height: math.unit(3, "inches"),
  12106. default: true
  12107. },
  12108. {
  12109. name: "Normal",
  12110. height: math.unit(5 + 6 / 12, "feet")
  12111. },
  12112. {
  12113. name: "Lesser Macro",
  12114. height: math.unit(60, "feet")
  12115. },
  12116. {
  12117. name: "Greater Macro",
  12118. height: math.unit(120, "feet")
  12119. },
  12120. ]
  12121. ))
  12122. characterMakers.push(() => makeCharacter(
  12123. { name: "Aevsivs" },
  12124. {
  12125. front: {
  12126. height: math.unit(6, "feet"),
  12127. weight: math.unit(100, "lb"),
  12128. name: "Front",
  12129. image: {
  12130. source: "./media/characters/aevsivs/front.svg",
  12131. extra: 1,
  12132. bottom: 0.03
  12133. }
  12134. },
  12135. back: {
  12136. height: math.unit(6, "feet"),
  12137. weight: math.unit(100, "lb"),
  12138. name: "Back",
  12139. image: {
  12140. source: "./media/characters/aevsivs/back.svg"
  12141. }
  12142. },
  12143. },
  12144. [
  12145. {
  12146. name: "Micro",
  12147. height: math.unit(2, "inches"),
  12148. default: true
  12149. },
  12150. {
  12151. name: "Normal",
  12152. height: math.unit(5, "feet")
  12153. },
  12154. ]
  12155. ))
  12156. characterMakers.push(() => makeCharacter(
  12157. { name: "Hildegard" },
  12158. {
  12159. front: {
  12160. height: math.unit(5 + 7 / 12, "feet"),
  12161. weight: math.unit(159, "lb"),
  12162. name: "Front",
  12163. image: {
  12164. source: "./media/characters/hildegard/front.svg",
  12165. extra: 312 / 286,
  12166. bottom: 0.005
  12167. }
  12168. },
  12169. },
  12170. [
  12171. {
  12172. name: "Normal",
  12173. height: math.unit(5 + 7 / 12, "feet"),
  12174. default: true
  12175. },
  12176. ]
  12177. ))
  12178. characterMakers.push(() => makeCharacter(
  12179. { name: "Bernard & Wilder" },
  12180. {
  12181. bernard: {
  12182. height: math.unit(2 + 7 / 12, "feet"),
  12183. weight: math.unit(66, "lb"),
  12184. name: "Bernard",
  12185. rename: true,
  12186. image: {
  12187. source: "./media/characters/bernard-wilder/bernard.svg",
  12188. extra: 192 / 128,
  12189. bottom: 0.05
  12190. }
  12191. },
  12192. wilder: {
  12193. height: math.unit(5 + 8 / 12, "feet"),
  12194. weight: math.unit(143, "lb"),
  12195. name: "Wilder",
  12196. rename: true,
  12197. image: {
  12198. source: "./media/characters/bernard-wilder/wilder.svg",
  12199. extra: 361 / 312,
  12200. bottom: 0.02
  12201. }
  12202. },
  12203. },
  12204. [
  12205. {
  12206. name: "Normal",
  12207. height: math.unit(2 + 7 / 12, "feet"),
  12208. default: true
  12209. },
  12210. ]
  12211. ))
  12212. characterMakers.push(() => makeCharacter(
  12213. { name: "Hearth" },
  12214. {
  12215. anthro: {
  12216. height: math.unit(6 + 1 / 12, "feet"),
  12217. weight: math.unit(155, "lb"),
  12218. name: "Anthro",
  12219. image: {
  12220. source: "./media/characters/hearth/anthro.svg",
  12221. extra: 260 / 250,
  12222. bottom: 0.02
  12223. }
  12224. },
  12225. feral: {
  12226. height: math.unit(3.78, "feet"),
  12227. weight: math.unit(35, "kg"),
  12228. name: "Feral",
  12229. image: {
  12230. source: "./media/characters/hearth/feral.svg",
  12231. extra: 153 / 135,
  12232. bottom: 0.03
  12233. }
  12234. },
  12235. },
  12236. [
  12237. {
  12238. name: "Normal",
  12239. height: math.unit(6 + 1 / 12, "feet"),
  12240. default: true
  12241. },
  12242. ]
  12243. ))
  12244. characterMakers.push(() => makeCharacter(
  12245. { name: "Ingrid" },
  12246. {
  12247. front: {
  12248. height: math.unit(6, "feet"),
  12249. weight: math.unit(182, "lb"),
  12250. name: "Front",
  12251. image: {
  12252. source: "./media/characters/ingrid/front.svg",
  12253. extra: 294 / 268,
  12254. bottom: 0.027
  12255. }
  12256. },
  12257. },
  12258. [
  12259. {
  12260. name: "Normal",
  12261. height: math.unit(6, "feet"),
  12262. default: true
  12263. },
  12264. ]
  12265. ))
  12266. characterMakers.push(() => makeCharacter(
  12267. { name: "Malgam" },
  12268. {
  12269. eevee: {
  12270. height: math.unit(2 + 10 / 12, "feet"),
  12271. weight: math.unit(86, "lb"),
  12272. name: "Malgam",
  12273. image: {
  12274. source: "./media/characters/malgam/eevee.svg",
  12275. extra: 218 / 180,
  12276. bottom: 0.2
  12277. }
  12278. },
  12279. sylveon: {
  12280. height: math.unit(4, "feet"),
  12281. weight: math.unit(101, "lb"),
  12282. name: "Future Malgam",
  12283. rename: true,
  12284. image: {
  12285. source: "./media/characters/malgam/sylveon.svg",
  12286. extra: 371 / 325,
  12287. bottom: 0.015
  12288. }
  12289. },
  12290. gigantamax: {
  12291. height: math.unit(50, "feet"),
  12292. name: "Gigantamax Malgam",
  12293. rename: true,
  12294. image: {
  12295. source: "./media/characters/malgam/gigantamax.svg"
  12296. }
  12297. },
  12298. },
  12299. [
  12300. {
  12301. name: "Normal",
  12302. height: math.unit(2 + 10 / 12, "feet"),
  12303. default: true
  12304. },
  12305. ]
  12306. ))
  12307. characterMakers.push(() => makeCharacter(
  12308. { name: "Fleur" },
  12309. {
  12310. front: {
  12311. height: math.unit(5 + 11 / 12, "feet"),
  12312. weight: math.unit(188, "lb"),
  12313. name: "Front",
  12314. image: {
  12315. source: "./media/characters/fleur/front.svg",
  12316. extra: 309 / 283,
  12317. bottom: 0.007
  12318. }
  12319. },
  12320. },
  12321. [
  12322. {
  12323. name: "Normal",
  12324. height: math.unit(5 + 11 / 12, "feet"),
  12325. default: true
  12326. },
  12327. ]
  12328. ))
  12329. characterMakers.push(() => makeCharacter(
  12330. { name: "Jude" },
  12331. {
  12332. front: {
  12333. height: math.unit(5 + 4 / 12, "feet"),
  12334. weight: math.unit(122, "lb"),
  12335. name: "Front",
  12336. image: {
  12337. source: "./media/characters/jude/front.svg",
  12338. extra: 288 / 273,
  12339. bottom: 0.03
  12340. }
  12341. },
  12342. },
  12343. [
  12344. {
  12345. name: "Normal",
  12346. height: math.unit(5 + 4 / 12, "feet"),
  12347. default: true
  12348. },
  12349. ]
  12350. ))
  12351. characterMakers.push(() => makeCharacter(
  12352. { name: "Seara" },
  12353. {
  12354. front: {
  12355. height: math.unit(5 + 11 / 12, "feet"),
  12356. weight: math.unit(190, "lb"),
  12357. name: "Front",
  12358. image: {
  12359. source: "./media/characters/seara/front.svg",
  12360. extra: 1,
  12361. bottom: 0.05
  12362. }
  12363. },
  12364. },
  12365. [
  12366. {
  12367. name: "Normal",
  12368. height: math.unit(5 + 11 / 12, "feet"),
  12369. default: true
  12370. },
  12371. ]
  12372. ))
  12373. characterMakers.push(() => makeCharacter(
  12374. { name: "Caspian" },
  12375. {
  12376. front: {
  12377. height: math.unit(16 + 5 / 12, "feet"),
  12378. weight: math.unit(524, "lb"),
  12379. name: "Front",
  12380. image: {
  12381. source: "./media/characters/caspian/front.svg",
  12382. extra: 1,
  12383. bottom: 0.04
  12384. }
  12385. },
  12386. },
  12387. [
  12388. {
  12389. name: "Normal",
  12390. height: math.unit(16 + 5 / 12, "feet"),
  12391. default: true
  12392. },
  12393. ]
  12394. ))
  12395. characterMakers.push(() => makeCharacter(
  12396. { name: "Mika" },
  12397. {
  12398. front: {
  12399. height: math.unit(5 + 7 / 12, "feet"),
  12400. weight: math.unit(170, "lb"),
  12401. name: "Front",
  12402. image: {
  12403. source: "./media/characters/mika/front.svg",
  12404. extra: 1,
  12405. bottom: 0.016
  12406. }
  12407. },
  12408. },
  12409. [
  12410. {
  12411. name: "Normal",
  12412. height: math.unit(5 + 7 / 12, "feet"),
  12413. default: true
  12414. },
  12415. ]
  12416. ))
  12417. characterMakers.push(() => makeCharacter(
  12418. { name: "Sol" },
  12419. {
  12420. front: {
  12421. height: math.unit(6 + 2 / 12, "feet"),
  12422. weight: math.unit(268, "lb"),
  12423. name: "Front",
  12424. image: {
  12425. source: "./media/characters/sol/front.svg",
  12426. extra: 247 / 231,
  12427. bottom: 0.05
  12428. }
  12429. },
  12430. },
  12431. [
  12432. {
  12433. name: "Normal",
  12434. height: math.unit(6 + 2 / 12, "feet"),
  12435. default: true
  12436. },
  12437. ]
  12438. ))
  12439. characterMakers.push(() => makeCharacter(
  12440. { name: "Umiko" },
  12441. {
  12442. buizel: {
  12443. height: math.unit(2 + 5 / 12, "feet"),
  12444. weight: math.unit(87, "lb"),
  12445. name: "Buizel",
  12446. image: {
  12447. source: "./media/characters/umiko/buizel.svg",
  12448. extra: 172 / 157,
  12449. bottom: 0.01
  12450. }
  12451. },
  12452. floatzel: {
  12453. height: math.unit(5 + 9 / 12, "feet"),
  12454. weight: math.unit(250, "lb"),
  12455. name: "Floatzel",
  12456. image: {
  12457. source: "./media/characters/umiko/floatzel.svg",
  12458. extra: 262 / 248
  12459. }
  12460. },
  12461. },
  12462. [
  12463. {
  12464. name: "Normal",
  12465. height: math.unit(2 + 5 / 12, "feet"),
  12466. default: true
  12467. },
  12468. ]
  12469. ))
  12470. characterMakers.push(() => makeCharacter(
  12471. { name: "Iliac" },
  12472. {
  12473. front: {
  12474. height: math.unit(6 + 2 / 12, "feet"),
  12475. weight: math.unit(146, "lb"),
  12476. name: "Front",
  12477. image: {
  12478. source: "./media/characters/iliac/front.svg",
  12479. extra: 389 / 365,
  12480. bottom: 0.035
  12481. }
  12482. },
  12483. },
  12484. [
  12485. {
  12486. name: "Normal",
  12487. height: math.unit(6 + 2 / 12, "feet"),
  12488. default: true
  12489. },
  12490. ]
  12491. ))
  12492. characterMakers.push(() => makeCharacter(
  12493. { name: "Topaz" },
  12494. {
  12495. front: {
  12496. height: math.unit(6, "feet"),
  12497. weight: math.unit(170, "lb"),
  12498. name: "Front",
  12499. image: {
  12500. source: "./media/characters/topaz/front.svg",
  12501. extra: 317 / 303,
  12502. bottom: 0.055
  12503. }
  12504. },
  12505. },
  12506. [
  12507. {
  12508. name: "Normal",
  12509. height: math.unit(6, "feet"),
  12510. default: true
  12511. },
  12512. ]
  12513. ))
  12514. characterMakers.push(() => makeCharacter(
  12515. { name: "Gabriel" },
  12516. {
  12517. front: {
  12518. height: math.unit(5 + 11 / 12, "feet"),
  12519. weight: math.unit(144, "lb"),
  12520. name: "Front",
  12521. image: {
  12522. source: "./media/characters/gabriel/front.svg",
  12523. extra: 285 / 262,
  12524. bottom: 0.004
  12525. }
  12526. },
  12527. },
  12528. [
  12529. {
  12530. name: "Normal",
  12531. height: math.unit(5 + 11 / 12, "feet"),
  12532. default: true
  12533. },
  12534. ]
  12535. ))
  12536. characterMakers.push(() => makeCharacter(
  12537. { name: "Tempest (Suicune)" },
  12538. {
  12539. side: {
  12540. height: math.unit(6 + 5 / 12, "feet"),
  12541. weight: math.unit(300, "lb"),
  12542. name: "Side",
  12543. image: {
  12544. source: "./media/characters/tempest-suicune/side.svg",
  12545. extra: 195 / 154,
  12546. bottom: 0.04
  12547. }
  12548. },
  12549. },
  12550. [
  12551. {
  12552. name: "Normal",
  12553. height: math.unit(6 + 5 / 12, "feet"),
  12554. default: true
  12555. },
  12556. ]
  12557. ))
  12558. characterMakers.push(() => makeCharacter(
  12559. { name: "Vulcan" },
  12560. {
  12561. front: {
  12562. height: math.unit(7 + 2 / 12, "feet"),
  12563. weight: math.unit(322, "lb"),
  12564. name: "Front",
  12565. image: {
  12566. source: "./media/characters/vulcan/front.svg",
  12567. extra: 154 / 147,
  12568. bottom: 0.04
  12569. }
  12570. },
  12571. },
  12572. [
  12573. {
  12574. name: "Normal",
  12575. height: math.unit(7 + 2 / 12, "feet"),
  12576. default: true
  12577. },
  12578. ]
  12579. ))
  12580. characterMakers.push(() => makeCharacter(
  12581. { name: "Gault" },
  12582. {
  12583. front: {
  12584. height: math.unit(5 + 10 / 12, "feet"),
  12585. weight: math.unit(264, "lb"),
  12586. name: "Front",
  12587. image: {
  12588. source: "./media/characters/gault/front.svg",
  12589. extra: 161 / 140,
  12590. bottom: 0.028
  12591. }
  12592. },
  12593. },
  12594. [
  12595. {
  12596. name: "Normal",
  12597. height: math.unit(5 + 10 / 12, "feet"),
  12598. default: true
  12599. },
  12600. ]
  12601. ))
  12602. characterMakers.push(() => makeCharacter(
  12603. { name: "Shard" },
  12604. {
  12605. front: {
  12606. height: math.unit(6, "feet"),
  12607. weight: math.unit(150, "lb"),
  12608. name: "Front",
  12609. image: {
  12610. source: "./media/characters/shard/front.svg",
  12611. extra: 273 / 238,
  12612. bottom: 0.02
  12613. }
  12614. },
  12615. },
  12616. [
  12617. {
  12618. name: "Normal",
  12619. height: math.unit(3 + 6 / 12, "feet"),
  12620. default: true
  12621. },
  12622. ]
  12623. ))
  12624. characterMakers.push(() => makeCharacter(
  12625. { name: "Ashe" },
  12626. {
  12627. front: {
  12628. height: math.unit(5 + 11 / 12, "feet"),
  12629. weight: math.unit(146, "lb"),
  12630. name: "Front",
  12631. image: {
  12632. source: "./media/characters/ashe/front.svg",
  12633. extra: 400 / 373,
  12634. bottom: 0.01
  12635. }
  12636. },
  12637. },
  12638. [
  12639. {
  12640. name: "Normal",
  12641. height: math.unit(5 + 11 / 12, "feet"),
  12642. default: true
  12643. },
  12644. ]
  12645. ))
  12646. characterMakers.push(() => makeCharacter(
  12647. { name: "Beatrix" },
  12648. {
  12649. front: {
  12650. height: math.unit(5 + 5 / 12, "feet"),
  12651. weight: math.unit(135, "lb"),
  12652. name: "Front",
  12653. image: {
  12654. source: "./media/characters/beatrix/front.svg",
  12655. extra: 392 / 379,
  12656. bottom: 0.01
  12657. }
  12658. },
  12659. },
  12660. [
  12661. {
  12662. name: "Normal",
  12663. height: math.unit(6, "feet"),
  12664. default: true
  12665. },
  12666. ]
  12667. ))
  12668. characterMakers.push(() => makeCharacter(
  12669. { name: "Ignatius" },
  12670. {
  12671. front: {
  12672. height: math.unit(6, "feet"),
  12673. weight: math.unit(150, "lb"),
  12674. name: "Front",
  12675. image: {
  12676. source: "./media/characters/ignatius/front.svg",
  12677. extra: 245 / 222,
  12678. bottom: 0.01
  12679. }
  12680. },
  12681. },
  12682. [
  12683. {
  12684. name: "Normal",
  12685. height: math.unit(5 + 5 / 12, "feet"),
  12686. default: true
  12687. },
  12688. ]
  12689. ))
  12690. characterMakers.push(() => makeCharacter(
  12691. { name: "Mei Li" },
  12692. {
  12693. front: {
  12694. height: math.unit(6 + 2 / 12, "feet"),
  12695. weight: math.unit(138, "lb"),
  12696. name: "Front",
  12697. image: {
  12698. source: "./media/characters/mei-li/front.svg",
  12699. extra: 237 / 229,
  12700. bottom: 0.03
  12701. }
  12702. },
  12703. },
  12704. [
  12705. {
  12706. name: "Normal",
  12707. height: math.unit(6 + 2 / 12, "feet"),
  12708. default: true
  12709. },
  12710. ]
  12711. ))
  12712. characterMakers.push(() => makeCharacter(
  12713. { name: "Puru" },
  12714. {
  12715. front: {
  12716. height: math.unit(2 + 4 / 12, "feet"),
  12717. weight: math.unit(62, "lb"),
  12718. name: "Front",
  12719. image: {
  12720. source: "./media/characters/puru/front.svg",
  12721. extra: 206 / 149,
  12722. bottom: 0.06
  12723. }
  12724. },
  12725. },
  12726. [
  12727. {
  12728. name: "Normal",
  12729. height: math.unit(2 + 4 / 12, "feet"),
  12730. default: true
  12731. },
  12732. ]
  12733. ))
  12734. characterMakers.push(() => makeCharacter(
  12735. { name: "Kee" },
  12736. {
  12737. taur: {
  12738. height: math.unit(11, "feet"),
  12739. weight: math.unit(500, "lb"),
  12740. name: "Taur",
  12741. image: {
  12742. source: "./media/characters/kee/taur.svg",
  12743. extra: 1,
  12744. bottom: 0.04
  12745. }
  12746. },
  12747. },
  12748. [
  12749. {
  12750. name: "Normal",
  12751. height: math.unit(11, "feet"),
  12752. default: true
  12753. },
  12754. ]
  12755. ))
  12756. characterMakers.push(() => makeCharacter(
  12757. { name: "Cobalt (Dracha)" },
  12758. {
  12759. anthro: {
  12760. height: math.unit(7, "feet"),
  12761. weight: math.unit(190, "lb"),
  12762. name: "Anthro",
  12763. image: {
  12764. source: "./media/characters/cobalt-dracha/anthro.svg",
  12765. extra: 231 / 225,
  12766. bottom: 0.04
  12767. }
  12768. },
  12769. feral: {
  12770. height: math.unit(9 + 7 / 12, "feet"),
  12771. weight: math.unit(294, "lb"),
  12772. name: "Feral",
  12773. image: {
  12774. source: "./media/characters/cobalt-dracha/feral.svg",
  12775. extra: 692 / 633,
  12776. bottom: 0.05
  12777. }
  12778. },
  12779. },
  12780. [
  12781. {
  12782. name: "Normal",
  12783. height: math.unit(7, "feet"),
  12784. default: true
  12785. },
  12786. ]
  12787. ))
  12788. characterMakers.push(() => makeCharacter(
  12789. { name: "Java" },
  12790. {
  12791. fallen: {
  12792. height: math.unit(11 + 8 / 12, "feet"),
  12793. weight: math.unit(485, "lb"),
  12794. name: "Java (Fallen)",
  12795. rename: true,
  12796. image: {
  12797. source: "./media/characters/java/fallen.svg",
  12798. extra: 226 / 208,
  12799. bottom: 0.005
  12800. }
  12801. },
  12802. godkin: {
  12803. height: math.unit(10 + 6 / 12, "feet"),
  12804. weight: math.unit(328, "lb"),
  12805. name: "Java (Godkin)",
  12806. rename: true,
  12807. image: {
  12808. source: "./media/characters/java/godkin.svg",
  12809. extra: 270 / 262,
  12810. bottom: 0.02
  12811. }
  12812. },
  12813. },
  12814. [
  12815. {
  12816. name: "Normal",
  12817. height: math.unit(11 + 8 / 12, "feet"),
  12818. default: true
  12819. },
  12820. ]
  12821. ))
  12822. characterMakers.push(() => makeCharacter(
  12823. { name: "Skoll" },
  12824. {
  12825. front: {
  12826. height: math.unit(7 + 8 / 12, "feet"),
  12827. weight: math.unit(320, "lb"),
  12828. name: "Front",
  12829. image: {
  12830. source: "./media/characters/skoll/front.svg",
  12831. extra: 232 / 220,
  12832. bottom: 0.02
  12833. }
  12834. },
  12835. },
  12836. [
  12837. {
  12838. name: "Normal",
  12839. height: math.unit(7 + 8 / 12, "feet"),
  12840. default: true
  12841. },
  12842. ]
  12843. ))
  12844. characterMakers.push(() => makeCharacter(
  12845. { name: "Purna" },
  12846. {
  12847. front: {
  12848. height: math.unit(5 + 9 / 12, "feet"),
  12849. weight: math.unit(170, "lb"),
  12850. name: "Front",
  12851. image: {
  12852. source: "./media/characters/purna/front.svg",
  12853. extra: 239 / 229,
  12854. bottom: 0.01
  12855. }
  12856. },
  12857. },
  12858. [
  12859. {
  12860. name: "Normal",
  12861. height: math.unit(5 + 9 / 12, "feet"),
  12862. default: true
  12863. },
  12864. ]
  12865. ))
  12866. characterMakers.push(() => makeCharacter(
  12867. { name: "Kuva" },
  12868. {
  12869. front: {
  12870. height: math.unit(5 + 9 / 12, "feet"),
  12871. weight: math.unit(142, "lb"),
  12872. name: "Front",
  12873. image: {
  12874. source: "./media/characters/kuva/front.svg",
  12875. extra: 281 / 271,
  12876. bottom: 0.006
  12877. }
  12878. },
  12879. },
  12880. [
  12881. {
  12882. name: "Normal",
  12883. height: math.unit(5 + 9 / 12, "feet"),
  12884. default: true
  12885. },
  12886. ]
  12887. ))
  12888. characterMakers.push(() => makeCharacter(
  12889. { name: "Embra" },
  12890. {
  12891. anthro: {
  12892. height: math.unit(9 + 2 / 12, "feet"),
  12893. weight: math.unit(270, "lb"),
  12894. name: "Anthro",
  12895. image: {
  12896. source: "./media/characters/embra/anthro.svg",
  12897. extra: 200 / 187,
  12898. bottom: 0.02
  12899. }
  12900. },
  12901. feral: {
  12902. height: math.unit(18 + 8 / 12, "feet"),
  12903. weight: math.unit(576, "lb"),
  12904. name: "Feral",
  12905. image: {
  12906. source: "./media/characters/embra/feral.svg",
  12907. extra: 152 / 137,
  12908. bottom: 0.037
  12909. }
  12910. },
  12911. },
  12912. [
  12913. {
  12914. name: "Normal",
  12915. height: math.unit(9 + 2 / 12, "feet"),
  12916. default: true
  12917. },
  12918. ]
  12919. ))
  12920. characterMakers.push(() => makeCharacter(
  12921. { name: "Grottos" },
  12922. {
  12923. anthro: {
  12924. height: math.unit(10 + 9 / 12, "feet"),
  12925. weight: math.unit(224, "lb"),
  12926. name: "Anthro",
  12927. image: {
  12928. source: "./media/characters/grottos/anthro.svg",
  12929. extra: 350 / 332,
  12930. bottom: 0.045
  12931. }
  12932. },
  12933. feral: {
  12934. height: math.unit(20 + 7 / 12, "feet"),
  12935. weight: math.unit(629, "lb"),
  12936. name: "Feral",
  12937. image: {
  12938. source: "./media/characters/grottos/feral.svg",
  12939. extra: 207 / 190,
  12940. bottom: 0.05
  12941. }
  12942. },
  12943. },
  12944. [
  12945. {
  12946. name: "Normal",
  12947. height: math.unit(10 + 9 / 12, "feet"),
  12948. default: true
  12949. },
  12950. ]
  12951. ))
  12952. characterMakers.push(() => makeCharacter(
  12953. { name: "Frifna" },
  12954. {
  12955. anthro: {
  12956. height: math.unit(9 + 6 / 12, "feet"),
  12957. weight: math.unit(298, "lb"),
  12958. name: "Anthro",
  12959. image: {
  12960. source: "./media/characters/frifna/anthro.svg",
  12961. extra: 282 / 269,
  12962. bottom: 0.015
  12963. }
  12964. },
  12965. feral: {
  12966. height: math.unit(16 + 2 / 12, "feet"),
  12967. weight: math.unit(624, "lb"),
  12968. name: "Feral",
  12969. image: {
  12970. source: "./media/characters/frifna/feral.svg"
  12971. }
  12972. },
  12973. },
  12974. [
  12975. {
  12976. name: "Normal",
  12977. height: math.unit(9 + 6 / 12, "feet"),
  12978. default: true
  12979. },
  12980. ]
  12981. ))
  12982. characterMakers.push(() => makeCharacter(
  12983. { name: "Elise" },
  12984. {
  12985. front: {
  12986. height: math.unit(6 + 2 / 12, "feet"),
  12987. weight: math.unit(168, "lb"),
  12988. name: "Front",
  12989. image: {
  12990. source: "./media/characters/elise/front.svg",
  12991. extra: 276 / 271
  12992. }
  12993. },
  12994. },
  12995. [
  12996. {
  12997. name: "Normal",
  12998. height: math.unit(6 + 2 / 12, "feet"),
  12999. default: true
  13000. },
  13001. ]
  13002. ))
  13003. characterMakers.push(() => makeCharacter(
  13004. { name: "Glade" },
  13005. {
  13006. front: {
  13007. height: math.unit(5 + 10 / 12, "feet"),
  13008. weight: math.unit(210, "lb"),
  13009. name: "Front",
  13010. image: {
  13011. source: "./media/characters/glade/front.svg",
  13012. extra: 258 / 247,
  13013. bottom: 0.008
  13014. }
  13015. },
  13016. },
  13017. [
  13018. {
  13019. name: "Normal",
  13020. height: math.unit(5 + 10 / 12, "feet"),
  13021. default: true
  13022. },
  13023. ]
  13024. ))
  13025. characterMakers.push(() => makeCharacter(
  13026. { name: "Rina" },
  13027. {
  13028. front: {
  13029. height: math.unit(5 + 10 / 12, "feet"),
  13030. weight: math.unit(129, "lb"),
  13031. name: "Front",
  13032. image: {
  13033. source: "./media/characters/rina/front.svg",
  13034. extra: 266 / 255,
  13035. bottom: 0.005
  13036. }
  13037. },
  13038. },
  13039. [
  13040. {
  13041. name: "Normal",
  13042. height: math.unit(5 + 10 / 12, "feet"),
  13043. default: true
  13044. },
  13045. ]
  13046. ))
  13047. characterMakers.push(() => makeCharacter(
  13048. { name: "Veronica" },
  13049. {
  13050. front: {
  13051. height: math.unit(6 + 1 / 12, "feet"),
  13052. weight: math.unit(192, "lb"),
  13053. name: "Front",
  13054. image: {
  13055. source: "./media/characters/veronica/front.svg",
  13056. extra: 319 / 309,
  13057. bottom: 0.005
  13058. }
  13059. },
  13060. },
  13061. [
  13062. {
  13063. name: "Normal",
  13064. height: math.unit(6 + 1 / 12, "feet"),
  13065. default: true
  13066. },
  13067. ]
  13068. ))
  13069. characterMakers.push(() => makeCharacter(
  13070. { name: "Braxton" },
  13071. {
  13072. front: {
  13073. height: math.unit(9 + 3 / 12, "feet"),
  13074. weight: math.unit(1100, "lb"),
  13075. name: "Front",
  13076. image: {
  13077. source: "./media/characters/braxton/front.svg",
  13078. extra: 1057 / 984,
  13079. bottom: 0.05
  13080. }
  13081. },
  13082. },
  13083. [
  13084. {
  13085. name: "Normal",
  13086. height: math.unit(9 + 3 / 12, "feet")
  13087. },
  13088. {
  13089. name: "Giant",
  13090. height: math.unit(300, "feet"),
  13091. default: true
  13092. },
  13093. {
  13094. name: "Macro",
  13095. height: math.unit(700, "feet")
  13096. },
  13097. {
  13098. name: "Megamacro",
  13099. height: math.unit(6000, "feet")
  13100. },
  13101. ]
  13102. ))
  13103. characterMakers.push(() => makeCharacter(
  13104. { name: "Blue Feyonics" },
  13105. {
  13106. front: {
  13107. height: math.unit(6 + 7 / 12, "feet"),
  13108. weight: math.unit(150, "lb"),
  13109. name: "Front",
  13110. image: {
  13111. source: "./media/characters/blue-feyonics/front.svg",
  13112. extra: 1403 / 1306,
  13113. bottom: 0.047
  13114. }
  13115. },
  13116. },
  13117. [
  13118. {
  13119. name: "Normal",
  13120. height: math.unit(6 + 7 / 12, "feet"),
  13121. default: true
  13122. },
  13123. ]
  13124. ))
  13125. characterMakers.push(() => makeCharacter(
  13126. { name: "Maxwell" },
  13127. {
  13128. front: {
  13129. height: math.unit(1.8, "meters"),
  13130. weight: math.unit(60, "kg"),
  13131. name: "Front",
  13132. image: {
  13133. source: "./media/characters/maxwell/front.svg",
  13134. extra: 2060 / 1873
  13135. }
  13136. },
  13137. },
  13138. [
  13139. {
  13140. name: "Micro",
  13141. height: math.unit(1, "mm")
  13142. },
  13143. {
  13144. name: "Normal",
  13145. height: math.unit(1.8, "meter"),
  13146. default: true
  13147. },
  13148. {
  13149. name: "Macro",
  13150. height: math.unit(30, "meters")
  13151. },
  13152. {
  13153. name: "Megamacro",
  13154. height: math.unit(10, "km")
  13155. },
  13156. ]
  13157. ))
  13158. characterMakers.push(() => makeCharacter(
  13159. { name: "Jack" },
  13160. {
  13161. front: {
  13162. height: math.unit(6, "feet"),
  13163. weight: math.unit(150, "lb"),
  13164. name: "Front",
  13165. image: {
  13166. source: "./media/characters/jack/front.svg",
  13167. extra: 1754 / 1640,
  13168. bottom: 0.01
  13169. }
  13170. },
  13171. },
  13172. [
  13173. {
  13174. name: "Normal",
  13175. height: math.unit(80000, "feet"),
  13176. default: true
  13177. },
  13178. {
  13179. name: "Max size",
  13180. height: math.unit(10, "lightyears")
  13181. },
  13182. ]
  13183. ))
  13184. characterMakers.push(() => makeCharacter(
  13185. { name: "Cafat" },
  13186. {
  13187. upright: {
  13188. height: math.unit(7, "feet"),
  13189. weight: math.unit(170, "lb"),
  13190. name: "Upright",
  13191. image: {
  13192. source: "./media/characters/cafat/upright.svg",
  13193. bottom: 0.01
  13194. }
  13195. },
  13196. uprightFull: {
  13197. height: math.unit(7, "feet"),
  13198. weight: math.unit(170, "lb"),
  13199. name: "Upright (Full)",
  13200. image: {
  13201. source: "./media/characters/cafat/upright-full.svg",
  13202. bottom: 0.01
  13203. }
  13204. },
  13205. side: {
  13206. height: math.unit(5, "feet"),
  13207. weight: math.unit(150, "lb"),
  13208. name: "Side",
  13209. image: {
  13210. source: "./media/characters/cafat/side.svg"
  13211. }
  13212. },
  13213. },
  13214. [
  13215. {
  13216. name: "Small",
  13217. height: math.unit(7, "feet"),
  13218. default: true
  13219. },
  13220. {
  13221. name: "Large",
  13222. height: math.unit(15.5, "feet")
  13223. },
  13224. ]
  13225. ))
  13226. characterMakers.push(() => makeCharacter(
  13227. { name: "Verin Raharra" },
  13228. {
  13229. front: {
  13230. height: math.unit(6, "feet"),
  13231. weight: math.unit(150, "lb"),
  13232. name: "Front",
  13233. image: {
  13234. source: "./media/characters/verin-raharra/front.svg",
  13235. extra: 5019 / 4835,
  13236. bottom: 0.023
  13237. }
  13238. },
  13239. },
  13240. [
  13241. {
  13242. name: "Normal",
  13243. height: math.unit(7 + 5 / 12, "feet"),
  13244. default: true
  13245. },
  13246. {
  13247. name: "Upsized",
  13248. height: math.unit(20, "feet")
  13249. },
  13250. ]
  13251. ))
  13252. characterMakers.push(() => makeCharacter(
  13253. { name: "Nakata" },
  13254. {
  13255. front: {
  13256. height: math.unit(7, "feet"),
  13257. weight: math.unit(230, "lb"),
  13258. name: "Front",
  13259. image: {
  13260. source: "./media/characters/nakata/front.svg",
  13261. extra: 1.005,
  13262. bottom: 0.01
  13263. }
  13264. },
  13265. },
  13266. [
  13267. {
  13268. name: "Normal",
  13269. height: math.unit(7, "feet"),
  13270. default: true
  13271. },
  13272. {
  13273. name: "Big",
  13274. height: math.unit(14, "feet")
  13275. },
  13276. {
  13277. name: "Macro",
  13278. height: math.unit(400, "feet")
  13279. },
  13280. ]
  13281. ))
  13282. characterMakers.push(() => makeCharacter(
  13283. { name: "Lily" },
  13284. {
  13285. front: {
  13286. height: math.unit(4.91, "feet"),
  13287. weight: math.unit(100, "lb"),
  13288. name: "Front",
  13289. image: {
  13290. source: "./media/characters/lily/front.svg",
  13291. extra: 1585 / 1415,
  13292. bottom: 0.02
  13293. }
  13294. },
  13295. },
  13296. [
  13297. {
  13298. name: "Normal",
  13299. height: math.unit(4.91, "feet"),
  13300. default: true
  13301. },
  13302. ]
  13303. ))
  13304. characterMakers.push(() => makeCharacter(
  13305. { name: "Sheila" },
  13306. {
  13307. laying: {
  13308. height: math.unit(4 + 4 / 12, "feet"),
  13309. weight: math.unit(600, "lb"),
  13310. name: "Laying",
  13311. image: {
  13312. source: "./media/characters/sheila/laying.svg",
  13313. extra: 1333 / 1265,
  13314. bottom: 0.16
  13315. }
  13316. },
  13317. },
  13318. [
  13319. {
  13320. name: "Normal",
  13321. height: math.unit(4 + 4 / 12, "feet"),
  13322. default: true
  13323. },
  13324. ]
  13325. ))
  13326. characterMakers.push(() => makeCharacter(
  13327. { name: "Sax" },
  13328. {
  13329. front: {
  13330. height: math.unit(6, "feet"),
  13331. weight: math.unit(190, "lb"),
  13332. name: "Front",
  13333. image: {
  13334. source: "./media/characters/sax/front.svg",
  13335. extra: 1187 / 973,
  13336. bottom: 0.042
  13337. }
  13338. },
  13339. },
  13340. [
  13341. {
  13342. name: "Micro",
  13343. height: math.unit(4, "inches"),
  13344. default: true
  13345. },
  13346. ]
  13347. ))
  13348. characterMakers.push(() => makeCharacter(
  13349. { name: "Pandora" },
  13350. {
  13351. front: {
  13352. height: math.unit(6, "feet"),
  13353. weight: math.unit(150, "lb"),
  13354. name: "Front",
  13355. image: {
  13356. source: "./media/characters/pandora/front.svg",
  13357. extra: 2720 / 2556,
  13358. bottom: 0.015
  13359. }
  13360. },
  13361. back: {
  13362. height: math.unit(6, "feet"),
  13363. weight: math.unit(150, "lb"),
  13364. name: "Back",
  13365. image: {
  13366. source: "./media/characters/pandora/back.svg",
  13367. extra: 2720 / 2556,
  13368. bottom: 0.01
  13369. }
  13370. },
  13371. beans: {
  13372. height: math.unit(6 / 8, "feet"),
  13373. name: "Beans",
  13374. image: {
  13375. source: "./media/characters/pandora/beans.svg"
  13376. }
  13377. },
  13378. skirt: {
  13379. height: math.unit(6, "feet"),
  13380. weight: math.unit(150, "lb"),
  13381. name: "Skirt",
  13382. image: {
  13383. source: "./media/characters/pandora/skirt.svg",
  13384. extra: 1622 / 1525,
  13385. bottom: 0.015
  13386. }
  13387. },
  13388. hoodie: {
  13389. height: math.unit(6, "feet"),
  13390. weight: math.unit(150, "lb"),
  13391. name: "Hoodie",
  13392. image: {
  13393. source: "./media/characters/pandora/hoodie.svg",
  13394. extra: 1622 / 1525,
  13395. bottom: 0.015
  13396. }
  13397. },
  13398. casual: {
  13399. height: math.unit(6, "feet"),
  13400. weight: math.unit(150, "lb"),
  13401. name: "Casual",
  13402. image: {
  13403. source: "./media/characters/pandora/casual.svg",
  13404. extra: 1622 / 1525,
  13405. bottom: 0.015
  13406. }
  13407. },
  13408. },
  13409. [
  13410. {
  13411. name: "Normal",
  13412. height: math.unit(6, "feet")
  13413. },
  13414. {
  13415. name: "Big Steppy",
  13416. height: math.unit(1, "km"),
  13417. default: true
  13418. },
  13419. ]
  13420. ))
  13421. characterMakers.push(() => makeCharacter(
  13422. { name: "Venio Darcony" },
  13423. {
  13424. side: {
  13425. height: math.unit(10, "feet"),
  13426. weight: math.unit(800, "kg"),
  13427. name: "Side",
  13428. image: {
  13429. source: "./media/characters/venio-darcony/side.svg",
  13430. extra: 1373 / 1003,
  13431. bottom: 0.037
  13432. }
  13433. },
  13434. front: {
  13435. height: math.unit(19, "feet"),
  13436. weight: math.unit(800, "kg"),
  13437. name: "Front",
  13438. image: {
  13439. source: "./media/characters/venio-darcony/front.svg"
  13440. }
  13441. },
  13442. back: {
  13443. height: math.unit(19, "feet"),
  13444. weight: math.unit(800, "kg"),
  13445. name: "Back",
  13446. image: {
  13447. source: "./media/characters/venio-darcony/back.svg"
  13448. }
  13449. },
  13450. },
  13451. [
  13452. {
  13453. name: "Normal",
  13454. height: math.unit(10, "feet")
  13455. },
  13456. {
  13457. name: "Macro",
  13458. height: math.unit(130, "feet"),
  13459. default: true
  13460. },
  13461. {
  13462. name: "Macro+",
  13463. height: math.unit(240, "feet")
  13464. },
  13465. ]
  13466. ))
  13467. characterMakers.push(() => makeCharacter(
  13468. { name: "Veski" },
  13469. {
  13470. front: {
  13471. height: math.unit(6, "feet"),
  13472. weight: math.unit(150, "lb"),
  13473. name: "Front",
  13474. image: {
  13475. source: "./media/characters/veski/front.svg",
  13476. extra: 1299 / 1225,
  13477. bottom: 0.04
  13478. }
  13479. },
  13480. back: {
  13481. height: math.unit(6, "feet"),
  13482. weight: math.unit(150, "lb"),
  13483. name: "Back",
  13484. image: {
  13485. source: "./media/characters/veski/back.svg",
  13486. extra: 1299 / 1225,
  13487. bottom: 0.008
  13488. }
  13489. },
  13490. maw: {
  13491. height: math.unit(1.5 * 1.21, "feet"),
  13492. name: "Maw",
  13493. image: {
  13494. source: "./media/characters/veski/maw.svg"
  13495. }
  13496. },
  13497. },
  13498. [
  13499. {
  13500. name: "Macro",
  13501. height: math.unit(2, "km"),
  13502. default: true
  13503. },
  13504. ]
  13505. ))
  13506. characterMakers.push(() => makeCharacter(
  13507. { name: "Isabelle" },
  13508. {
  13509. front: {
  13510. height: math.unit(5 + 7 / 12, "feet"),
  13511. name: "Front",
  13512. image: {
  13513. source: "./media/characters/isabelle/front.svg",
  13514. extra: 2130 / 1976,
  13515. bottom: 0.05
  13516. }
  13517. },
  13518. },
  13519. [
  13520. {
  13521. name: "Supermicro",
  13522. height: math.unit(10, "micrometers")
  13523. },
  13524. {
  13525. name: "Micro",
  13526. height: math.unit(1, "inch")
  13527. },
  13528. {
  13529. name: "Tiny",
  13530. height: math.unit(5, "inches")
  13531. },
  13532. {
  13533. name: "Standard",
  13534. height: math.unit(5 + 7 / 12, "inches")
  13535. },
  13536. {
  13537. name: "Macro",
  13538. height: math.unit(80, "meters"),
  13539. default: true
  13540. },
  13541. {
  13542. name: "Megamacro",
  13543. height: math.unit(250, "meters")
  13544. },
  13545. {
  13546. name: "Gigamacro",
  13547. height: math.unit(5, "km")
  13548. },
  13549. {
  13550. name: "Cosmic",
  13551. height: math.unit(2.5e6, "miles")
  13552. },
  13553. ]
  13554. ))
  13555. characterMakers.push(() => makeCharacter(
  13556. { name: "Hanzo" },
  13557. {
  13558. front: {
  13559. height: math.unit(6, "feet"),
  13560. weight: math.unit(150, "lb"),
  13561. name: "Front",
  13562. image: {
  13563. source: "./media/characters/hanzo/front.svg",
  13564. extra: 374 / 344,
  13565. bottom: 0.02
  13566. }
  13567. },
  13568. },
  13569. [
  13570. {
  13571. name: "Normal",
  13572. height: math.unit(8, "feet"),
  13573. default: true
  13574. },
  13575. ]
  13576. ))
  13577. characterMakers.push(() => makeCharacter(
  13578. { name: "Anna" },
  13579. {
  13580. front: {
  13581. height: math.unit(7, "feet"),
  13582. weight: math.unit(130, "lb"),
  13583. name: "Front",
  13584. image: {
  13585. source: "./media/characters/anna/front.svg",
  13586. extra: 169 / 145,
  13587. bottom: 0.06
  13588. }
  13589. },
  13590. full: {
  13591. height: math.unit(4.96, "feet"),
  13592. weight: math.unit(220, "lb"),
  13593. name: "Full",
  13594. image: {
  13595. source: "./media/characters/anna/full.svg",
  13596. extra: 138 / 114,
  13597. bottom: 0.15
  13598. }
  13599. },
  13600. tongue: {
  13601. height: math.unit(2.53, "feet"),
  13602. name: "Tongue",
  13603. image: {
  13604. source: "./media/characters/anna/tongue.svg"
  13605. }
  13606. },
  13607. },
  13608. [
  13609. {
  13610. name: "Normal",
  13611. height: math.unit(7, "feet"),
  13612. default: true
  13613. },
  13614. ]
  13615. ))
  13616. characterMakers.push(() => makeCharacter(
  13617. { name: "Ian Corvid" },
  13618. {
  13619. front: {
  13620. height: math.unit(7, "feet"),
  13621. weight: math.unit(150, "lb"),
  13622. name: "Front",
  13623. image: {
  13624. source: "./media/characters/ian-corvid/front.svg",
  13625. extra: 150 / 142,
  13626. bottom: 0.02
  13627. }
  13628. },
  13629. back: {
  13630. height: math.unit(7, "feet"),
  13631. weight: math.unit(150, "lb"),
  13632. name: "Back",
  13633. image: {
  13634. source: "./media/characters/ian-corvid/back.svg",
  13635. extra: 150 / 143,
  13636. bottom: 0.01
  13637. }
  13638. },
  13639. stomping: {
  13640. height: math.unit(7, "feet"),
  13641. weight: math.unit(150, "lb"),
  13642. name: "Stomping",
  13643. image: {
  13644. source: "./media/characters/ian-corvid/stomping.svg",
  13645. extra: 76 / 72
  13646. }
  13647. },
  13648. sitting: {
  13649. height: math.unit(7 / 1.8, "feet"),
  13650. weight: math.unit(150, "lb"),
  13651. name: "Sitting",
  13652. image: {
  13653. source: "./media/characters/ian-corvid/sitting.svg",
  13654. extra: 1400 / 1269,
  13655. bottom: 0.15
  13656. }
  13657. },
  13658. },
  13659. [
  13660. {
  13661. name: "Tiny Microw",
  13662. height: math.unit(1, "inch")
  13663. },
  13664. {
  13665. name: "Microw",
  13666. height: math.unit(6, "inches")
  13667. },
  13668. {
  13669. name: "Crow",
  13670. height: math.unit(7 + 1 / 12, "feet"),
  13671. default: true
  13672. },
  13673. {
  13674. name: "Macrow",
  13675. height: math.unit(176, "feet")
  13676. },
  13677. ]
  13678. ))
  13679. characterMakers.push(() => makeCharacter(
  13680. { name: "Natalie Kellon" },
  13681. {
  13682. front: {
  13683. height: math.unit(5 + 7 / 12, "feet"),
  13684. weight: math.unit(147, "lb"),
  13685. name: "Front",
  13686. image: {
  13687. source: "./media/characters/natalie-kellon/front.svg",
  13688. extra: 1214 / 1141,
  13689. bottom: 0.02
  13690. }
  13691. },
  13692. },
  13693. [
  13694. {
  13695. name: "Micro",
  13696. height: math.unit(1 / 16, "inch")
  13697. },
  13698. {
  13699. name: "Tiny",
  13700. height: math.unit(4, "inches")
  13701. },
  13702. {
  13703. name: "Normal",
  13704. height: math.unit(5 + 7 / 12, "feet"),
  13705. default: true
  13706. },
  13707. {
  13708. name: "Amazon",
  13709. height: math.unit(12, "feet")
  13710. },
  13711. {
  13712. name: "Giantess",
  13713. height: math.unit(160, "meters")
  13714. },
  13715. {
  13716. name: "Titaness",
  13717. height: math.unit(800, "meters")
  13718. },
  13719. ]
  13720. ))
  13721. characterMakers.push(() => makeCharacter(
  13722. { name: "Alluria" },
  13723. {
  13724. front: {
  13725. height: math.unit(6, "feet"),
  13726. weight: math.unit(150, "lb"),
  13727. name: "Front",
  13728. image: {
  13729. source: "./media/characters/alluria/front.svg",
  13730. extra: 806 / 738,
  13731. bottom: 0.01
  13732. }
  13733. },
  13734. side: {
  13735. height: math.unit(6, "feet"),
  13736. weight: math.unit(150, "lb"),
  13737. name: "Side",
  13738. image: {
  13739. source: "./media/characters/alluria/side.svg",
  13740. extra: 800 / 750,
  13741. }
  13742. },
  13743. back: {
  13744. height: math.unit(6, "feet"),
  13745. weight: math.unit(150, "lb"),
  13746. name: "Back",
  13747. image: {
  13748. source: "./media/characters/alluria/back.svg",
  13749. extra: 806 / 738,
  13750. }
  13751. },
  13752. frontMaid: {
  13753. height: math.unit(6, "feet"),
  13754. weight: math.unit(150, "lb"),
  13755. name: "Front (Maid)",
  13756. image: {
  13757. source: "./media/characters/alluria/front-maid.svg",
  13758. extra: 806 / 738,
  13759. bottom: 0.01
  13760. }
  13761. },
  13762. sideMaid: {
  13763. height: math.unit(6, "feet"),
  13764. weight: math.unit(150, "lb"),
  13765. name: "Side (Maid)",
  13766. image: {
  13767. source: "./media/characters/alluria/side-maid.svg",
  13768. extra: 800 / 750,
  13769. bottom: 0.005
  13770. }
  13771. },
  13772. backMaid: {
  13773. height: math.unit(6, "feet"),
  13774. weight: math.unit(150, "lb"),
  13775. name: "Back (Maid)",
  13776. image: {
  13777. source: "./media/characters/alluria/back-maid.svg",
  13778. extra: 806 / 738,
  13779. }
  13780. },
  13781. },
  13782. [
  13783. {
  13784. name: "Micro",
  13785. height: math.unit(6, "inches"),
  13786. default: true
  13787. },
  13788. ]
  13789. ))
  13790. characterMakers.push(() => makeCharacter(
  13791. { name: "Kyle" },
  13792. {
  13793. front: {
  13794. height: math.unit(6, "feet"),
  13795. weight: math.unit(150, "lb"),
  13796. name: "Front",
  13797. image: {
  13798. source: "./media/characters/kyle/front.svg",
  13799. extra: 1069 / 962,
  13800. bottom: 77.228 / 1727.45
  13801. }
  13802. },
  13803. },
  13804. [
  13805. {
  13806. name: "Macro",
  13807. height: math.unit(150, "feet"),
  13808. default: true
  13809. },
  13810. ]
  13811. ))
  13812. characterMakers.push(() => makeCharacter(
  13813. { name: "Duncan" },
  13814. {
  13815. front: {
  13816. height: math.unit(6, "feet"),
  13817. weight: math.unit(300, "lb"),
  13818. name: "Front",
  13819. image: {
  13820. source: "./media/characters/duncan/front.svg",
  13821. extra: 1650 / 1482,
  13822. bottom: 0.05
  13823. }
  13824. },
  13825. },
  13826. [
  13827. {
  13828. name: "Macro",
  13829. height: math.unit(100, "feet"),
  13830. default: true
  13831. },
  13832. ]
  13833. ))
  13834. characterMakers.push(() => makeCharacter(
  13835. { name: "Memory" },
  13836. {
  13837. front: {
  13838. height: math.unit(5 + 4 / 12, "feet"),
  13839. weight: math.unit(220, "lb"),
  13840. name: "Front",
  13841. image: {
  13842. source: "./media/characters/memory/front.svg",
  13843. extra: 3641 / 3545,
  13844. bottom: 0.03
  13845. }
  13846. },
  13847. back: {
  13848. height: math.unit(5 + 4 / 12, "feet"),
  13849. weight: math.unit(220, "lb"),
  13850. name: "Back",
  13851. image: {
  13852. source: "./media/characters/memory/back.svg",
  13853. extra: 3641 / 3545,
  13854. bottom: 0.025
  13855. }
  13856. },
  13857. frontSkirt: {
  13858. height: math.unit(5 + 4 / 12, "feet"),
  13859. weight: math.unit(220, "lb"),
  13860. name: "Front (Skirt)",
  13861. image: {
  13862. source: "./media/characters/memory/front-skirt.svg",
  13863. extra: 3641 / 3545,
  13864. bottom: 0.03
  13865. }
  13866. },
  13867. frontDress: {
  13868. height: math.unit(5 + 4 / 12, "feet"),
  13869. weight: math.unit(220, "lb"),
  13870. name: "Front (Dress)",
  13871. image: {
  13872. source: "./media/characters/memory/front-dress.svg",
  13873. extra: 3641 / 3545,
  13874. bottom: 0.03
  13875. }
  13876. },
  13877. },
  13878. [
  13879. {
  13880. name: "Micro",
  13881. height: math.unit(6, "inches"),
  13882. default: true
  13883. },
  13884. {
  13885. name: "Normal",
  13886. height: math.unit(5 + 4 / 12, "feet")
  13887. },
  13888. ]
  13889. ))
  13890. characterMakers.push(() => makeCharacter(
  13891. { name: "Luno" },
  13892. {
  13893. front: {
  13894. height: math.unit(4 + 11 / 12, "feet"),
  13895. weight: math.unit(100, "lb"),
  13896. name: "Front",
  13897. image: {
  13898. source: "./media/characters/luno/front.svg",
  13899. extra: 1535 / 1487,
  13900. bottom: 0.03
  13901. }
  13902. },
  13903. },
  13904. [
  13905. {
  13906. name: "Micro",
  13907. height: math.unit(3, "inches")
  13908. },
  13909. {
  13910. name: "Normal",
  13911. height: math.unit(4 + 11 / 12, "feet"),
  13912. default: true
  13913. },
  13914. {
  13915. name: "Macro",
  13916. height: math.unit(300, "feet")
  13917. },
  13918. {
  13919. name: "Megamacro",
  13920. height: math.unit(700, "miles")
  13921. },
  13922. ]
  13923. ))
  13924. characterMakers.push(() => makeCharacter(
  13925. { name: "Jamesy" },
  13926. {
  13927. front: {
  13928. height: math.unit(6 + 2 / 12, "feet"),
  13929. weight: math.unit(170, "lb"),
  13930. name: "Front",
  13931. image: {
  13932. source: "./media/characters/jamesy/front.svg",
  13933. extra: 440 / 382,
  13934. bottom: 0.005
  13935. }
  13936. },
  13937. },
  13938. [
  13939. {
  13940. name: "Micro",
  13941. height: math.unit(3, "inches")
  13942. },
  13943. {
  13944. name: "Normal",
  13945. height: math.unit(6 + 2 / 12, "feet"),
  13946. default: true
  13947. },
  13948. {
  13949. name: "Macro",
  13950. height: math.unit(300, "feet")
  13951. },
  13952. {
  13953. name: "Megamacro",
  13954. height: math.unit(700, "miles")
  13955. },
  13956. ]
  13957. ))
  13958. characterMakers.push(() => makeCharacter(
  13959. { name: "Mark" },
  13960. {
  13961. front: {
  13962. height: math.unit(6, "feet"),
  13963. weight: math.unit(160, "lb"),
  13964. name: "Front",
  13965. image: {
  13966. source: "./media/characters/mark/front.svg",
  13967. extra: 3300 / 3100,
  13968. bottom: 136.42 / 3440.47
  13969. }
  13970. },
  13971. },
  13972. [
  13973. {
  13974. name: "Macro",
  13975. height: math.unit(120, "meters")
  13976. },
  13977. {
  13978. name: "Bigger Macro",
  13979. height: math.unit(350, "meters")
  13980. },
  13981. {
  13982. name: "Megamacro",
  13983. height: math.unit(8, "km"),
  13984. default: true
  13985. },
  13986. {
  13987. name: "Continental",
  13988. height: math.unit(4550, "km")
  13989. },
  13990. {
  13991. name: "Planetary",
  13992. height: math.unit(65000, "km")
  13993. },
  13994. ]
  13995. ))
  13996. characterMakers.push(() => makeCharacter(
  13997. { name: "Mac" },
  13998. {
  13999. front: {
  14000. height: math.unit(6, "feet"),
  14001. weight: math.unit(400, "lb"),
  14002. name: "Front",
  14003. image: {
  14004. source: "./media/characters/mac/front.svg",
  14005. extra: 1048 / 987.7,
  14006. bottom: 60 / 1107.6,
  14007. }
  14008. },
  14009. },
  14010. [
  14011. {
  14012. name: "Macro",
  14013. height: math.unit(500, "feet"),
  14014. default: true
  14015. },
  14016. ]
  14017. ))
  14018. characterMakers.push(() => makeCharacter(
  14019. { name: "Bari" },
  14020. {
  14021. front: {
  14022. height: math.unit(5 + 2 / 12, "feet"),
  14023. weight: math.unit(190, "lb"),
  14024. name: "Front",
  14025. image: {
  14026. source: "./media/characters/bari/front.svg",
  14027. extra: 3156 / 2880,
  14028. bottom: 0.03
  14029. }
  14030. },
  14031. back: {
  14032. height: math.unit(5 + 2 / 12, "feet"),
  14033. weight: math.unit(190, "lb"),
  14034. name: "Back",
  14035. image: {
  14036. source: "./media/characters/bari/back.svg",
  14037. extra: 3260 / 2834,
  14038. bottom: 0.025
  14039. }
  14040. },
  14041. frontPlush: {
  14042. height: math.unit(5 + 2 / 12, "feet"),
  14043. weight: math.unit(190, "lb"),
  14044. name: "Front (Plush)",
  14045. image: {
  14046. source: "./media/characters/bari/front-plush.svg",
  14047. extra: 1112 / 1061,
  14048. bottom: 0.002
  14049. }
  14050. },
  14051. },
  14052. [
  14053. {
  14054. name: "Micro",
  14055. height: math.unit(3, "inches")
  14056. },
  14057. {
  14058. name: "Normal",
  14059. height: math.unit(5 + 2 / 12, "feet"),
  14060. default: true
  14061. },
  14062. {
  14063. name: "Macro",
  14064. height: math.unit(20, "feet")
  14065. },
  14066. ]
  14067. ))
  14068. characterMakers.push(() => makeCharacter(
  14069. { name: "Hunter Misha Raven" },
  14070. {
  14071. front: {
  14072. height: math.unit(6 + 1 / 12, "feet"),
  14073. weight: math.unit(275, "lb"),
  14074. name: "Front",
  14075. image: {
  14076. source: "./media/characters/hunter-misha-raven/front.svg"
  14077. }
  14078. },
  14079. },
  14080. [
  14081. {
  14082. name: "Mortal",
  14083. height: math.unit(6 + 1 / 12, "feet")
  14084. },
  14085. {
  14086. name: "Divine",
  14087. height: math.unit(1.12134e34, "parsecs"),
  14088. default: true
  14089. },
  14090. ]
  14091. ))
  14092. characterMakers.push(() => makeCharacter(
  14093. { name: "Max Calore" },
  14094. {
  14095. front: {
  14096. height: math.unit(6 + 3 / 12, "feet"),
  14097. weight: math.unit(220, "lb"),
  14098. name: "Front",
  14099. image: {
  14100. source: "./media/characters/max-calore/front.svg",
  14101. extra: 1700 / 1648,
  14102. bottom: 0.01
  14103. }
  14104. },
  14105. back: {
  14106. height: math.unit(6 + 3 / 12, "feet"),
  14107. weight: math.unit(220, "lb"),
  14108. name: "Back",
  14109. image: {
  14110. source: "./media/characters/max-calore/back.svg",
  14111. extra: 1700 / 1648,
  14112. bottom: 0.01
  14113. }
  14114. },
  14115. },
  14116. [
  14117. {
  14118. name: "Normal",
  14119. height: math.unit(6 + 3 / 12, "feet"),
  14120. default: true
  14121. },
  14122. ]
  14123. ))
  14124. characterMakers.push(() => makeCharacter(
  14125. { name: "Aspen" },
  14126. {
  14127. side: {
  14128. height: math.unit(2 + 8 / 12, "feet"),
  14129. weight: math.unit(99, "lb"),
  14130. name: "Side",
  14131. image: {
  14132. source: "./media/characters/aspen/side.svg",
  14133. extra: 152 / 138,
  14134. bottom: 0.032
  14135. }
  14136. },
  14137. },
  14138. [
  14139. {
  14140. name: "Normal",
  14141. height: math.unit(2 + 8 / 12, "feet"),
  14142. default: true
  14143. },
  14144. ]
  14145. ))
  14146. characterMakers.push(() => makeCharacter(
  14147. { name: "Sheila (Wolf)" },
  14148. {
  14149. side: {
  14150. height: math.unit(3 + 2 / 12, "feet"),
  14151. weight: math.unit(224, "lb"),
  14152. name: "Side",
  14153. image: {
  14154. source: "./media/characters/sheila-wolf/side.svg",
  14155. extra: 179 / 166,
  14156. bottom: 0.03
  14157. }
  14158. },
  14159. },
  14160. [
  14161. {
  14162. name: "Normal",
  14163. height: math.unit(3 + 2 / 12, "feet"),
  14164. default: true
  14165. },
  14166. ]
  14167. ))
  14168. characterMakers.push(() => makeCharacter(
  14169. { name: "Michelle" },
  14170. {
  14171. side: {
  14172. height: math.unit(1 + 9 / 12, "feet"),
  14173. weight: math.unit(38, "lb"),
  14174. name: "Side",
  14175. image: {
  14176. source: "./media/characters/michelle/side.svg",
  14177. extra: 147 / 136.7,
  14178. bottom: 0.03
  14179. }
  14180. },
  14181. },
  14182. [
  14183. {
  14184. name: "Normal",
  14185. height: math.unit(1 + 9 / 12, "feet"),
  14186. default: true
  14187. },
  14188. ]
  14189. ))
  14190. characterMakers.push(() => makeCharacter(
  14191. { name: "Nino" },
  14192. {
  14193. front: {
  14194. height: math.unit(1 + 1 / 12, "feet"),
  14195. weight: math.unit(18, "lb"),
  14196. name: "Front",
  14197. image: {
  14198. source: "./media/characters/nino/front.svg"
  14199. }
  14200. },
  14201. },
  14202. [
  14203. {
  14204. name: "Normal",
  14205. height: math.unit(1 + 1 / 12, "feet"),
  14206. default: true
  14207. },
  14208. ]
  14209. ))
  14210. characterMakers.push(() => makeCharacter(
  14211. { name: "Viola" },
  14212. {
  14213. front: {
  14214. height: math.unit(1, "feet"),
  14215. weight: math.unit(16, "lb"),
  14216. name: "Front",
  14217. image: {
  14218. source: "./media/characters/viola/front.svg"
  14219. }
  14220. },
  14221. },
  14222. [
  14223. {
  14224. name: "Normal",
  14225. height: math.unit(1, "feet"),
  14226. default: true
  14227. },
  14228. ]
  14229. ))
  14230. characterMakers.push(() => makeCharacter(
  14231. { name: "Atlas" },
  14232. {
  14233. front: {
  14234. height: math.unit(6 + 5 / 12, "feet"),
  14235. weight: math.unit(580, "lb"),
  14236. name: "Front",
  14237. image: {
  14238. source: "./media/characters/atlas/front.svg",
  14239. extra: 298.5 / 290,
  14240. bottom: 0.015
  14241. }
  14242. },
  14243. },
  14244. [
  14245. {
  14246. name: "Normal",
  14247. height: math.unit(6 + 5 / 12, "feet"),
  14248. default: true
  14249. },
  14250. ]
  14251. ))
  14252. characterMakers.push(() => makeCharacter(
  14253. { name: "Davy" },
  14254. {
  14255. side: {
  14256. height: math.unit(1 + 10 / 12, "feet"),
  14257. weight: math.unit(25, "lb"),
  14258. name: "Side",
  14259. image: {
  14260. source: "./media/characters/davy/side.svg",
  14261. extra: 200 / 170,
  14262. bottom: 0.01
  14263. }
  14264. },
  14265. },
  14266. [
  14267. {
  14268. name: "Normal",
  14269. height: math.unit(1 + 10 / 12, "feet"),
  14270. default: true
  14271. },
  14272. ]
  14273. ))
  14274. characterMakers.push(() => makeCharacter(
  14275. { name: "Fiona" },
  14276. {
  14277. side: {
  14278. height: math.unit(4 + 8 / 12, "feet"),
  14279. weight: math.unit(166, "lb"),
  14280. name: "Side",
  14281. image: {
  14282. source: "./media/characters/fiona/side.svg",
  14283. extra: 232 / 220,
  14284. bottom: 0.03
  14285. }
  14286. },
  14287. },
  14288. [
  14289. {
  14290. name: "Normal",
  14291. height: math.unit(4 + 8 / 12, "feet"),
  14292. default: true
  14293. },
  14294. ]
  14295. ))
  14296. characterMakers.push(() => makeCharacter(
  14297. { name: "Lyla" },
  14298. {
  14299. front: {
  14300. height: math.unit(2, "feet"),
  14301. weight: math.unit(62, "lb"),
  14302. name: "Front",
  14303. image: {
  14304. source: "./media/characters/lyla/front.svg",
  14305. bottom: 0.1
  14306. }
  14307. },
  14308. },
  14309. [
  14310. {
  14311. name: "Normal",
  14312. height: math.unit(2, "feet"),
  14313. default: true
  14314. },
  14315. ]
  14316. ))
  14317. characterMakers.push(() => makeCharacter(
  14318. { name: "Perseus" },
  14319. {
  14320. side: {
  14321. height: math.unit(1.8, "feet"),
  14322. weight: math.unit(44, "lb"),
  14323. name: "Side",
  14324. image: {
  14325. source: "./media/characters/perseus/side.svg",
  14326. bottom: 0.21
  14327. }
  14328. },
  14329. },
  14330. [
  14331. {
  14332. name: "Normal",
  14333. height: math.unit(1.8, "feet"),
  14334. default: true
  14335. },
  14336. ]
  14337. ))
  14338. characterMakers.push(() => makeCharacter(
  14339. { name: "Remus" },
  14340. {
  14341. side: {
  14342. height: math.unit(4 + 2 / 12, "feet"),
  14343. weight: math.unit(20, "lb"),
  14344. name: "Side",
  14345. image: {
  14346. source: "./media/characters/remus/side.svg"
  14347. }
  14348. },
  14349. },
  14350. [
  14351. {
  14352. name: "Normal",
  14353. height: math.unit(4 + 2 / 12, "feet"),
  14354. default: true
  14355. },
  14356. ]
  14357. ))
  14358. characterMakers.push(() => makeCharacter(
  14359. { name: "Raf" },
  14360. {
  14361. front: {
  14362. height: math.unit(4 + 11 / 12, "feet"),
  14363. weight: math.unit(114, "lb"),
  14364. name: "Front",
  14365. image: {
  14366. source: "./media/characters/raf/front.svg",
  14367. bottom: 0.01
  14368. }
  14369. },
  14370. side: {
  14371. height: math.unit(4 + 11 / 12, "feet"),
  14372. weight: math.unit(114, "lb"),
  14373. name: "Side",
  14374. image: {
  14375. source: "./media/characters/raf/side.svg",
  14376. bottom: 0.005
  14377. }
  14378. },
  14379. },
  14380. [
  14381. {
  14382. name: "Micro",
  14383. height: math.unit(2, "inches")
  14384. },
  14385. {
  14386. name: "Normal",
  14387. height: math.unit(4 + 11 / 12, "feet"),
  14388. default: true
  14389. },
  14390. {
  14391. name: "Macro",
  14392. height: math.unit(70, "feet")
  14393. },
  14394. ]
  14395. ))
  14396. characterMakers.push(() => makeCharacter(
  14397. { name: "Liam Einarr" },
  14398. {
  14399. front: {
  14400. height: math.unit(1.5, "meters"),
  14401. weight: math.unit(68, "kg"),
  14402. name: "Front",
  14403. image: {
  14404. source: "./media/characters/liam-einarr/front.svg",
  14405. extra: 2822 / 2666
  14406. }
  14407. },
  14408. back: {
  14409. height: math.unit(1.5, "meters"),
  14410. weight: math.unit(68, "kg"),
  14411. name: "Back",
  14412. image: {
  14413. source: "./media/characters/liam-einarr/back.svg",
  14414. extra: 2822 / 2666,
  14415. bottom: 0.015
  14416. }
  14417. },
  14418. },
  14419. [
  14420. {
  14421. name: "Normal",
  14422. height: math.unit(1.5, "meters"),
  14423. default: true
  14424. },
  14425. {
  14426. name: "Macro",
  14427. height: math.unit(150, "meters")
  14428. },
  14429. {
  14430. name: "Megamacro",
  14431. height: math.unit(35, "km")
  14432. },
  14433. ]
  14434. ))
  14435. characterMakers.push(() => makeCharacter(
  14436. { name: "Linda" },
  14437. {
  14438. front: {
  14439. height: math.unit(6, "feet"),
  14440. weight: math.unit(75, "kg"),
  14441. name: "Front",
  14442. image: {
  14443. source: "./media/characters/linda/front.svg",
  14444. extra: 930 / 874,
  14445. bottom: 0.004
  14446. }
  14447. },
  14448. },
  14449. [
  14450. {
  14451. name: "Normal",
  14452. height: math.unit(6, "feet"),
  14453. default: true
  14454. },
  14455. ]
  14456. ))
  14457. characterMakers.push(() => makeCharacter(
  14458. { name: "Caylex" },
  14459. {
  14460. front: {
  14461. height: math.unit(6 + 8 / 12, "feet"),
  14462. weight: math.unit(220, "lb"),
  14463. name: "Front",
  14464. image: {
  14465. source: "./media/characters/caylex/front.svg",
  14466. extra: 821 / 772,
  14467. bottom: 0.07
  14468. }
  14469. },
  14470. back: {
  14471. height: math.unit(6 + 8 / 12, "feet"),
  14472. weight: math.unit(220, "lb"),
  14473. name: "Back",
  14474. image: {
  14475. source: "./media/characters/caylex/back.svg",
  14476. extra: 821 / 772,
  14477. bottom: 0.022
  14478. }
  14479. },
  14480. hand: {
  14481. height: math.unit(1.25, "feet"),
  14482. name: "Hand",
  14483. image: {
  14484. source: "./media/characters/caylex/hand.svg"
  14485. }
  14486. },
  14487. foot: {
  14488. height: math.unit(1.6, "feet"),
  14489. name: "Foot",
  14490. image: {
  14491. source: "./media/characters/caylex/foot.svg"
  14492. }
  14493. },
  14494. armored: {
  14495. height: math.unit(6 + 8 / 12, "feet"),
  14496. weight: math.unit(250, "lb"),
  14497. name: "Armored",
  14498. image: {
  14499. source: "./media/characters/caylex/armored.svg",
  14500. extra: 1420 / 1310,
  14501. bottom: 0.045
  14502. }
  14503. },
  14504. },
  14505. [
  14506. {
  14507. name: "Normal",
  14508. height: math.unit(6 + 8 / 12, "feet"),
  14509. default: true
  14510. },
  14511. {
  14512. name: "Normal+",
  14513. height: math.unit(12, "feet")
  14514. },
  14515. ]
  14516. ))
  14517. characterMakers.push(() => makeCharacter(
  14518. { name: "Alana" },
  14519. {
  14520. front: {
  14521. height: math.unit(7 + 6 / 12, "feet"),
  14522. weight: math.unit(288, "lb"),
  14523. name: "Front",
  14524. image: {
  14525. source: "./media/characters/alana/front.svg",
  14526. extra: 679 / 653,
  14527. bottom: 22.5 / 701
  14528. }
  14529. },
  14530. },
  14531. [
  14532. {
  14533. name: "Normal",
  14534. height: math.unit(7 + 6 / 12, "feet")
  14535. },
  14536. {
  14537. name: "Large",
  14538. height: math.unit(50, "feet")
  14539. },
  14540. {
  14541. name: "Macro",
  14542. height: math.unit(100, "feet"),
  14543. default: true
  14544. },
  14545. {
  14546. name: "Macro+",
  14547. height: math.unit(200, "feet")
  14548. },
  14549. ]
  14550. ))
  14551. characterMakers.push(() => makeCharacter(
  14552. { name: "Hasani" },
  14553. {
  14554. front: {
  14555. height: math.unit(6 + 1 / 12, "feet"),
  14556. weight: math.unit(210, "lb"),
  14557. name: "Front",
  14558. image: {
  14559. source: "./media/characters/hasani/front.svg",
  14560. extra: 244 / 232,
  14561. bottom: 0.01
  14562. }
  14563. },
  14564. back: {
  14565. height: math.unit(6 + 1 / 12, "feet"),
  14566. weight: math.unit(210, "lb"),
  14567. name: "Back",
  14568. image: {
  14569. source: "./media/characters/hasani/back.svg",
  14570. extra: 244 / 232,
  14571. bottom: 0.01
  14572. }
  14573. },
  14574. },
  14575. [
  14576. {
  14577. name: "Normal",
  14578. height: math.unit(6 + 1 / 12, "feet")
  14579. },
  14580. {
  14581. name: "Macro",
  14582. height: math.unit(175, "feet"),
  14583. default: true
  14584. },
  14585. ]
  14586. ))
  14587. characterMakers.push(() => makeCharacter(
  14588. { name: "Nita" },
  14589. {
  14590. front: {
  14591. height: math.unit(1.82, "meters"),
  14592. weight: math.unit(140, "lb"),
  14593. name: "Front",
  14594. image: {
  14595. source: "./media/characters/nita/front.svg",
  14596. extra: 2473 / 2363,
  14597. bottom: 0.01
  14598. }
  14599. },
  14600. },
  14601. [
  14602. {
  14603. name: "Normal",
  14604. height: math.unit(1.82, "m")
  14605. },
  14606. {
  14607. name: "Macro",
  14608. height: math.unit(300, "m")
  14609. },
  14610. {
  14611. name: "Mistake Canon",
  14612. height: math.unit(0.5, "miles"),
  14613. default: true
  14614. },
  14615. {
  14616. name: "Big Mistake",
  14617. height: math.unit(13, "miles")
  14618. },
  14619. {
  14620. name: "Playing God",
  14621. height: math.unit(2450, "miles")
  14622. },
  14623. ]
  14624. ))
  14625. characterMakers.push(() => makeCharacter(
  14626. { name: "Shiriko" },
  14627. {
  14628. front: {
  14629. height: math.unit(4, "feet"),
  14630. weight: math.unit(120, "lb"),
  14631. name: "Front",
  14632. image: {
  14633. source: "./media/characters/shiriko/front.svg",
  14634. extra: 195 / 188
  14635. }
  14636. },
  14637. },
  14638. [
  14639. {
  14640. name: "Normal",
  14641. height: math.unit(4, "feet"),
  14642. default: true
  14643. },
  14644. ]
  14645. ))
  14646. characterMakers.push(() => makeCharacter(
  14647. { name: "Deja" },
  14648. {
  14649. front: {
  14650. height: math.unit(6, "feet"),
  14651. name: "front",
  14652. image: {
  14653. source: "./media/characters/deja/front.svg",
  14654. extra: 926 / 840,
  14655. bottom: 0.07
  14656. }
  14657. },
  14658. },
  14659. [
  14660. {
  14661. name: "Planck Length",
  14662. height: math.unit(1.6e-35, "meters")
  14663. },
  14664. {
  14665. name: "Normal",
  14666. height: math.unit(30.48, "meters"),
  14667. default: true
  14668. },
  14669. {
  14670. name: "Universal",
  14671. height: math.unit(8.8e26, "meters")
  14672. },
  14673. ]
  14674. ))
  14675. characterMakers.push(() => makeCharacter(
  14676. { name: "Anima" },
  14677. {
  14678. side: {
  14679. height: math.unit(8, "feet"),
  14680. weight: math.unit(6300, "lb"),
  14681. name: "Side",
  14682. image: {
  14683. source: "./media/characters/anima/side.svg",
  14684. bottom: 0.035
  14685. }
  14686. },
  14687. },
  14688. [
  14689. {
  14690. name: "Normal",
  14691. height: math.unit(8, "feet"),
  14692. default: true
  14693. },
  14694. ]
  14695. ))
  14696. characterMakers.push(() => makeCharacter(
  14697. { name: "Bianca" },
  14698. {
  14699. front: {
  14700. height: math.unit(8, "feet"),
  14701. weight: math.unit(350, "lb"),
  14702. name: "Front",
  14703. image: {
  14704. source: "./media/characters/bianca/front.svg",
  14705. extra: 234 / 225,
  14706. bottom: 0.03
  14707. }
  14708. },
  14709. },
  14710. [
  14711. {
  14712. name: "Normal",
  14713. height: math.unit(8, "feet"),
  14714. default: true
  14715. },
  14716. ]
  14717. ))
  14718. characterMakers.push(() => makeCharacter(
  14719. { name: "Adinia" },
  14720. {
  14721. front: {
  14722. height: math.unit(6, "feet"),
  14723. weight: math.unit(150, "lb"),
  14724. name: "Front",
  14725. image: {
  14726. source: "./media/characters/adinia/front.svg",
  14727. extra: 1845 / 1672,
  14728. bottom: 0.02
  14729. }
  14730. },
  14731. back: {
  14732. height: math.unit(6, "feet"),
  14733. weight: math.unit(150, "lb"),
  14734. name: "Back",
  14735. image: {
  14736. source: "./media/characters/adinia/back.svg",
  14737. extra: 1845 / 1672,
  14738. bottom: 0.002
  14739. }
  14740. },
  14741. },
  14742. [
  14743. {
  14744. name: "Normal",
  14745. height: math.unit(11 + 5 / 12, "feet"),
  14746. default: true
  14747. },
  14748. ]
  14749. ))
  14750. characterMakers.push(() => makeCharacter(
  14751. { name: "Lykasa" },
  14752. {
  14753. front: {
  14754. height: math.unit(3, "meters"),
  14755. weight: math.unit(200, "kg"),
  14756. name: "Front",
  14757. image: {
  14758. source: "./media/characters/lykasa/front.svg",
  14759. extra: 1076 / 976,
  14760. bottom: 0.06
  14761. }
  14762. },
  14763. },
  14764. [
  14765. {
  14766. name: "Normal",
  14767. height: math.unit(3, "meters")
  14768. },
  14769. {
  14770. name: "Kaiku",
  14771. height: math.unit(120, "meters"),
  14772. default: true
  14773. },
  14774. {
  14775. name: "Mega Kaiju",
  14776. height: math.unit(240, "km")
  14777. },
  14778. {
  14779. name: "Giga Kaiju",
  14780. height: math.unit(400, "megameters")
  14781. },
  14782. {
  14783. name: "Tera Kaiju",
  14784. height: math.unit(800, "gigameters")
  14785. },
  14786. {
  14787. name: "Kaiju Dragon Goddess",
  14788. height: math.unit(26, "zettaparsecs")
  14789. },
  14790. ]
  14791. ))
  14792. characterMakers.push(() => makeCharacter(
  14793. { name: "Malfaren" },
  14794. {
  14795. side: {
  14796. height: math.unit(283 / 124 * 6, "feet"),
  14797. weight: math.unit(35000, "lb"),
  14798. name: "Side",
  14799. image: {
  14800. source: "./media/characters/malfaren/side.svg",
  14801. extra: 2500 / 1010,
  14802. bottom: 0.01
  14803. }
  14804. },
  14805. front: {
  14806. height: math.unit(22.36, "feet"),
  14807. weight: math.unit(35000, "lb"),
  14808. name: "Front",
  14809. image: {
  14810. source: "./media/characters/malfaren/front.svg",
  14811. extra: 1631 / 1476,
  14812. bottom: 0.01
  14813. }
  14814. },
  14815. maw: {
  14816. height: math.unit(6.9, "feet"),
  14817. name: "Maw",
  14818. image: {
  14819. source: "./media/characters/malfaren/maw.svg"
  14820. }
  14821. },
  14822. },
  14823. [
  14824. {
  14825. name: "Big",
  14826. height: math.unit(283 / 162 * 6, "feet"),
  14827. },
  14828. {
  14829. name: "Bigger",
  14830. height: math.unit(283 / 124 * 6, "feet")
  14831. },
  14832. {
  14833. name: "Massive",
  14834. height: math.unit(283 / 92 * 6, "feet"),
  14835. default: true
  14836. },
  14837. {
  14838. name: "👀💦",
  14839. height: math.unit(283 / 73 * 6, "feet"),
  14840. },
  14841. ]
  14842. ))
  14843. characterMakers.push(() => makeCharacter(
  14844. { name: "Kernel" },
  14845. {
  14846. front: {
  14847. height: math.unit(1.7, "m"),
  14848. weight: math.unit(70, "kg"),
  14849. name: "Front",
  14850. image: {
  14851. source: "./media/characters/kernel/front.svg",
  14852. extra: 222 / 210,
  14853. bottom: 0.007
  14854. }
  14855. },
  14856. },
  14857. [
  14858. {
  14859. name: "Nano",
  14860. height: math.unit(17, "micrometers")
  14861. },
  14862. {
  14863. name: "Micro",
  14864. height: math.unit(1.7, "mm")
  14865. },
  14866. {
  14867. name: "Small",
  14868. height: math.unit(1.7, "cm")
  14869. },
  14870. {
  14871. name: "Normal",
  14872. height: math.unit(1.7, "m"),
  14873. default: true
  14874. },
  14875. ]
  14876. ))
  14877. characterMakers.push(() => makeCharacter(
  14878. { name: "Jayne Folest" },
  14879. {
  14880. front: {
  14881. height: math.unit(1.75, "meters"),
  14882. weight: math.unit(65, "kg"),
  14883. name: "Front",
  14884. image: {
  14885. source: "./media/characters/jayne-folest/front.svg",
  14886. extra: 2115 / 2007,
  14887. bottom: 0.02
  14888. }
  14889. },
  14890. back: {
  14891. height: math.unit(1.75, "meters"),
  14892. weight: math.unit(65, "kg"),
  14893. name: "Back",
  14894. image: {
  14895. source: "./media/characters/jayne-folest/back.svg",
  14896. extra: 2115 / 2007,
  14897. bottom: 0.005
  14898. }
  14899. },
  14900. frontClothed: {
  14901. height: math.unit(1.75, "meters"),
  14902. weight: math.unit(65, "kg"),
  14903. name: "Front (Clothed)",
  14904. image: {
  14905. source: "./media/characters/jayne-folest/front-clothed.svg",
  14906. extra: 2115 / 2007,
  14907. bottom: 0.035
  14908. }
  14909. },
  14910. hand: {
  14911. height: math.unit(1 / 1.260, "feet"),
  14912. name: "Hand",
  14913. image: {
  14914. source: "./media/characters/jayne-folest/hand.svg"
  14915. }
  14916. },
  14917. foot: {
  14918. height: math.unit(1 / 0.918, "feet"),
  14919. name: "Foot",
  14920. image: {
  14921. source: "./media/characters/jayne-folest/foot.svg"
  14922. }
  14923. },
  14924. },
  14925. [
  14926. {
  14927. name: "Micro",
  14928. height: math.unit(4, "cm")
  14929. },
  14930. {
  14931. name: "Normal",
  14932. height: math.unit(1.75, "meters")
  14933. },
  14934. {
  14935. name: "Macro",
  14936. height: math.unit(47.5, "meters"),
  14937. default: true
  14938. },
  14939. ]
  14940. ))
  14941. characterMakers.push(() => makeCharacter(
  14942. { name: "Algier" },
  14943. {
  14944. front: {
  14945. height: math.unit(180, "cm"),
  14946. weight: math.unit(70, "kg"),
  14947. name: "Front",
  14948. image: {
  14949. source: "./media/characters/algier/front.svg",
  14950. extra: 596 / 572,
  14951. bottom: 0.04
  14952. }
  14953. },
  14954. back: {
  14955. height: math.unit(180, "cm"),
  14956. weight: math.unit(70, "kg"),
  14957. name: "Back",
  14958. image: {
  14959. source: "./media/characters/algier/back.svg",
  14960. extra: 596 / 572,
  14961. bottom: 0.025
  14962. }
  14963. },
  14964. frontdressed: {
  14965. height: math.unit(180, "cm"),
  14966. weight: math.unit(150, "kg"),
  14967. name: "Front-dressed",
  14968. image: {
  14969. source: "./media/characters/algier/front-dressed.svg",
  14970. extra: 596 / 572,
  14971. bottom: 0.038
  14972. }
  14973. },
  14974. },
  14975. [
  14976. {
  14977. name: "Micro",
  14978. height: math.unit(5, "cm")
  14979. },
  14980. {
  14981. name: "Normal",
  14982. height: math.unit(180, "cm"),
  14983. default: true
  14984. },
  14985. {
  14986. name: "Macro",
  14987. height: math.unit(64, "m")
  14988. },
  14989. ]
  14990. ))
  14991. characterMakers.push(() => makeCharacter(
  14992. { name: "Pretzel" },
  14993. {
  14994. upright: {
  14995. height: math.unit(7, "feet"),
  14996. weight: math.unit(300, "lb"),
  14997. name: "Upright",
  14998. image: {
  14999. source: "./media/characters/pretzel/upright.svg",
  15000. extra: 534 / 522,
  15001. bottom: 0.065
  15002. }
  15003. },
  15004. sprawling: {
  15005. height: math.unit(3.75, "feet"),
  15006. weight: math.unit(300, "lb"),
  15007. name: "Sprawling",
  15008. image: {
  15009. source: "./media/characters/pretzel/sprawling.svg",
  15010. extra: 314 / 281,
  15011. bottom: 0.1
  15012. }
  15013. },
  15014. tongue: {
  15015. height: math.unit(2, "feet"),
  15016. name: "Tongue",
  15017. image: {
  15018. source: "./media/characters/pretzel/tongue.svg"
  15019. }
  15020. },
  15021. },
  15022. [
  15023. {
  15024. name: "Normal",
  15025. height: math.unit(7, "feet"),
  15026. default: true
  15027. },
  15028. {
  15029. name: "Oversized",
  15030. height: math.unit(15, "feet")
  15031. },
  15032. {
  15033. name: "Huge",
  15034. height: math.unit(30, "feet")
  15035. },
  15036. {
  15037. name: "Macro",
  15038. height: math.unit(250, "feet")
  15039. },
  15040. ]
  15041. ))
  15042. characterMakers.push(() => makeCharacter(
  15043. { name: "Roxi" },
  15044. {
  15045. sideFront: {
  15046. height: math.unit(5 + 2 / 12, "feet"),
  15047. weight: math.unit(120, "lb"),
  15048. name: "Front Side",
  15049. image: {
  15050. source: "./media/characters/roxi/side-front.svg",
  15051. extra: 2924 / 2717,
  15052. bottom: 0.08
  15053. }
  15054. },
  15055. sideBack: {
  15056. height: math.unit(5 + 2 / 12, "feet"),
  15057. weight: math.unit(120, "lb"),
  15058. name: "Back Side",
  15059. image: {
  15060. source: "./media/characters/roxi/side-back.svg",
  15061. extra: 2904 / 2693,
  15062. bottom: 0.06
  15063. }
  15064. },
  15065. front: {
  15066. height: math.unit(5 + 2 / 12, "feet"),
  15067. weight: math.unit(120, "lb"),
  15068. name: "Front",
  15069. image: {
  15070. source: "./media/characters/roxi/front.svg",
  15071. extra: 2028 / 1907,
  15072. bottom: 0.01
  15073. }
  15074. },
  15075. frontAlt: {
  15076. height: math.unit(5 + 2 / 12, "feet"),
  15077. weight: math.unit(120, "lb"),
  15078. name: "Front (Alt)",
  15079. image: {
  15080. source: "./media/characters/roxi/front-alt.svg",
  15081. extra: 1828 / 1798,
  15082. bottom: 0.01
  15083. }
  15084. },
  15085. sitting: {
  15086. height: math.unit(2.8, "feet"),
  15087. weight: math.unit(120, "lb"),
  15088. name: "Sitting",
  15089. image: {
  15090. source: "./media/characters/roxi/sitting.svg",
  15091. extra: 2660 / 2462,
  15092. bottom: 0.1
  15093. }
  15094. },
  15095. },
  15096. [
  15097. {
  15098. name: "Normal",
  15099. height: math.unit(5 + 2 / 12, "feet"),
  15100. default: true
  15101. },
  15102. ]
  15103. ))
  15104. characterMakers.push(() => makeCharacter(
  15105. { name: "Shadow" },
  15106. {
  15107. side: {
  15108. height: math.unit(55, "feet"),
  15109. weight: math.unit(153, "tons"),
  15110. name: "Side",
  15111. image: {
  15112. source: "./media/characters/shadow/side.svg",
  15113. extra: 701 / 628,
  15114. bottom: 0.02
  15115. }
  15116. },
  15117. flying: {
  15118. height: math.unit(145, "feet"),
  15119. weight: math.unit(153, "tons"),
  15120. name: "Flying",
  15121. image: {
  15122. source: "./media/characters/shadow/flying.svg"
  15123. }
  15124. },
  15125. },
  15126. [
  15127. {
  15128. name: "Normal",
  15129. height: math.unit(55, "feet"),
  15130. default: true
  15131. },
  15132. ]
  15133. ))
  15134. characterMakers.push(() => makeCharacter(
  15135. { name: "Marcie" },
  15136. {
  15137. front: {
  15138. height: math.unit(6, "feet"),
  15139. weight: math.unit(200, "lb"),
  15140. name: "Front",
  15141. image: {
  15142. source: "./media/characters/marcie/front.svg",
  15143. extra: 960 / 876,
  15144. bottom: 58 / 1017.87
  15145. }
  15146. },
  15147. },
  15148. [
  15149. {
  15150. name: "Macro",
  15151. height: math.unit(1, "mile"),
  15152. default: true
  15153. },
  15154. ]
  15155. ))
  15156. characterMakers.push(() => makeCharacter(
  15157. { name: "Kachina" },
  15158. {
  15159. front: {
  15160. height: math.unit(7, "feet"),
  15161. weight: math.unit(200, "lb"),
  15162. name: "Front",
  15163. image: {
  15164. source: "./media/characters/kachina/front.svg",
  15165. extra: 1290.68 / 1119,
  15166. bottom: 36.5 / 1327.18
  15167. }
  15168. },
  15169. },
  15170. [
  15171. {
  15172. name: "Normal",
  15173. height: math.unit(7, "feet"),
  15174. default: true
  15175. },
  15176. ]
  15177. ))
  15178. characterMakers.push(() => makeCharacter(
  15179. { name: "Kash" },
  15180. {
  15181. looking: {
  15182. height: math.unit(2, "meters"),
  15183. weight: math.unit(300, "kg"),
  15184. name: "Looking",
  15185. image: {
  15186. source: "./media/characters/kash/looking.svg",
  15187. extra: 474 / 344,
  15188. bottom: 0.03
  15189. }
  15190. },
  15191. side: {
  15192. height: math.unit(2, "meters"),
  15193. weight: math.unit(300, "kg"),
  15194. name: "Side",
  15195. image: {
  15196. source: "./media/characters/kash/side.svg",
  15197. extra: 302 / 251,
  15198. bottom: 0.03
  15199. }
  15200. },
  15201. front: {
  15202. height: math.unit(2, "meters"),
  15203. weight: math.unit(300, "kg"),
  15204. name: "Front",
  15205. image: {
  15206. source: "./media/characters/kash/front.svg",
  15207. extra: 495 / 360,
  15208. bottom: 0.015
  15209. }
  15210. },
  15211. },
  15212. [
  15213. {
  15214. name: "Normal",
  15215. height: math.unit(2, "meters"),
  15216. default: true
  15217. },
  15218. {
  15219. name: "Big",
  15220. height: math.unit(3, "meters")
  15221. },
  15222. {
  15223. name: "Large",
  15224. height: math.unit(5, "meters")
  15225. },
  15226. ]
  15227. ))
  15228. characterMakers.push(() => makeCharacter(
  15229. { name: "Lalim" },
  15230. {
  15231. feeding: {
  15232. height: math.unit(6.7, "feet"),
  15233. weight: math.unit(350, "lb"),
  15234. name: "Feeding",
  15235. image: {
  15236. source: "./media/characters/lalim/feeding.svg",
  15237. }
  15238. },
  15239. },
  15240. [
  15241. {
  15242. name: "Normal",
  15243. height: math.unit(6.7, "feet"),
  15244. default: true
  15245. },
  15246. ]
  15247. ))
  15248. characterMakers.push(() => makeCharacter(
  15249. { name: "De'Vout" },
  15250. {
  15251. front: {
  15252. height: math.unit(9.5, "feet"),
  15253. weight: math.unit(600, "lb"),
  15254. name: "Front",
  15255. image: {
  15256. source: "./media/characters/de'vout/front.svg",
  15257. extra: 1443 / 1328,
  15258. bottom: 0.025
  15259. }
  15260. },
  15261. back: {
  15262. height: math.unit(9.5, "feet"),
  15263. weight: math.unit(600, "lb"),
  15264. name: "Back",
  15265. image: {
  15266. source: "./media/characters/de'vout/back.svg",
  15267. extra: 1443 / 1328
  15268. }
  15269. },
  15270. frontDressed: {
  15271. height: math.unit(9.5, "feet"),
  15272. weight: math.unit(600, "lb"),
  15273. name: "Front (Dressed",
  15274. image: {
  15275. source: "./media/characters/de'vout/front-dressed.svg",
  15276. extra: 1443 / 1328,
  15277. bottom: 0.025
  15278. }
  15279. },
  15280. backDressed: {
  15281. height: math.unit(9.5, "feet"),
  15282. weight: math.unit(600, "lb"),
  15283. name: "Back (Dressed",
  15284. image: {
  15285. source: "./media/characters/de'vout/back-dressed.svg",
  15286. extra: 1443 / 1328
  15287. }
  15288. },
  15289. },
  15290. [
  15291. {
  15292. name: "Normal",
  15293. height: math.unit(9.5, "feet"),
  15294. default: true
  15295. },
  15296. ]
  15297. ))
  15298. characterMakers.push(() => makeCharacter(
  15299. { name: "Talana" },
  15300. {
  15301. front: {
  15302. height: math.unit(8, "feet"),
  15303. weight: math.unit(225, "lb"),
  15304. name: "Front",
  15305. image: {
  15306. source: "./media/characters/talana/front.svg",
  15307. extra: 1410 / 1300,
  15308. bottom: 0.015
  15309. }
  15310. },
  15311. frontDressed: {
  15312. height: math.unit(8, "feet"),
  15313. weight: math.unit(225, "lb"),
  15314. name: "Front (Dressed",
  15315. image: {
  15316. source: "./media/characters/talana/front-dressed.svg",
  15317. extra: 1410 / 1300,
  15318. bottom: 0.015
  15319. }
  15320. },
  15321. },
  15322. [
  15323. {
  15324. name: "Normal",
  15325. height: math.unit(8, "feet"),
  15326. default: true
  15327. },
  15328. ]
  15329. ))
  15330. characterMakers.push(() => makeCharacter(
  15331. { name: "Xeauvok" },
  15332. {
  15333. side: {
  15334. height: math.unit(7.2, "feet"),
  15335. weight: math.unit(150, "lb"),
  15336. name: "Side",
  15337. image: {
  15338. source: "./media/characters/xeauvok/side.svg",
  15339. extra: 1975 / 1523,
  15340. bottom: 0.07
  15341. }
  15342. },
  15343. },
  15344. [
  15345. {
  15346. name: "Normal",
  15347. height: math.unit(7.2, "feet"),
  15348. default: true
  15349. },
  15350. ]
  15351. ))
  15352. characterMakers.push(() => makeCharacter(
  15353. { name: "Zara" },
  15354. {
  15355. side: {
  15356. height: math.unit(10, "feet"),
  15357. weight: math.unit(900, "kg"),
  15358. name: "Side",
  15359. image: {
  15360. source: "./media/characters/zara/side.svg",
  15361. extra: 504 / 498
  15362. }
  15363. },
  15364. },
  15365. [
  15366. {
  15367. name: "Normal",
  15368. height: math.unit(10, "feet"),
  15369. default: true
  15370. },
  15371. ]
  15372. ))
  15373. characterMakers.push(() => makeCharacter(
  15374. { name: "Richard (Dragon)" },
  15375. {
  15376. side: {
  15377. height: math.unit(6, "feet"),
  15378. weight: math.unit(150, "lb"),
  15379. name: "Side",
  15380. image: {
  15381. source: "./media/characters/richard-dragon/side.svg",
  15382. extra: 845 / 340,
  15383. bottom: 0.017
  15384. }
  15385. },
  15386. maw: {
  15387. height: math.unit(2.97, "feet"),
  15388. name: "Maw",
  15389. image: {
  15390. source: "./media/characters/richard-dragon/maw.svg"
  15391. }
  15392. },
  15393. },
  15394. [
  15395. ]
  15396. ))
  15397. characterMakers.push(() => makeCharacter(
  15398. { name: "Richard (Smeargle)" },
  15399. {
  15400. front: {
  15401. height: math.unit(4, "feet"),
  15402. weight: math.unit(100, "lb"),
  15403. name: "Front",
  15404. image: {
  15405. source: "./media/characters/richard-smeargle/front.svg",
  15406. extra: 2952 / 2820,
  15407. bottom: 0.028
  15408. }
  15409. },
  15410. },
  15411. [
  15412. {
  15413. name: "Normal",
  15414. height: math.unit(4, "feet"),
  15415. default: true
  15416. },
  15417. {
  15418. name: "Dynamax",
  15419. height: math.unit(20, "meters")
  15420. },
  15421. ]
  15422. ))
  15423. characterMakers.push(() => makeCharacter(
  15424. { name: "Klay" },
  15425. {
  15426. front: {
  15427. height: math.unit(6, "feet"),
  15428. weight: math.unit(110, "lb"),
  15429. name: "Front",
  15430. image: {
  15431. source: "./media/characters/klay/front.svg",
  15432. extra: 962 / 883,
  15433. bottom: 0.04
  15434. }
  15435. },
  15436. back: {
  15437. height: math.unit(6, "feet"),
  15438. weight: math.unit(110, "lb"),
  15439. name: "Back",
  15440. image: {
  15441. source: "./media/characters/klay/back.svg",
  15442. extra: 962 / 883
  15443. }
  15444. },
  15445. beans: {
  15446. height: math.unit(1.15, "feet"),
  15447. name: "Beans",
  15448. image: {
  15449. source: "./media/characters/klay/beans.svg"
  15450. }
  15451. },
  15452. },
  15453. [
  15454. {
  15455. name: "Micro",
  15456. height: math.unit(6, "inches")
  15457. },
  15458. {
  15459. name: "Mini",
  15460. height: math.unit(3, "feet")
  15461. },
  15462. {
  15463. name: "Normal",
  15464. height: math.unit(6, "feet"),
  15465. default: true
  15466. },
  15467. {
  15468. name: "Big",
  15469. height: math.unit(25, "feet")
  15470. },
  15471. {
  15472. name: "Macro",
  15473. height: math.unit(100, "feet")
  15474. },
  15475. {
  15476. name: "Megamacro",
  15477. height: math.unit(400, "feet")
  15478. },
  15479. ]
  15480. ))
  15481. characterMakers.push(() => makeCharacter(
  15482. { name: "Marcus" },
  15483. {
  15484. front: {
  15485. height: math.unit(6, "feet"),
  15486. weight: math.unit(160, "lb"),
  15487. name: "Front",
  15488. image: {
  15489. source: "./media/characters/marcus/front.svg",
  15490. extra: 734 / 676,
  15491. bottom: 0.03
  15492. }
  15493. },
  15494. },
  15495. [
  15496. {
  15497. name: "Little",
  15498. height: math.unit(6, "feet")
  15499. },
  15500. {
  15501. name: "Normal",
  15502. height: math.unit(110, "feet"),
  15503. default: true
  15504. },
  15505. {
  15506. name: "Macro",
  15507. height: math.unit(250, "feet")
  15508. },
  15509. {
  15510. name: "Megamacro",
  15511. height: math.unit(1000, "feet")
  15512. },
  15513. ]
  15514. ))
  15515. characterMakers.push(() => makeCharacter(
  15516. { name: "Claude DelRoute" },
  15517. {
  15518. front: {
  15519. height: math.unit(7, "feet"),
  15520. weight: math.unit(275, "lb"),
  15521. name: "Front",
  15522. image: {
  15523. source: "./media/characters/claude-delroute/front.svg",
  15524. extra: 230 / 214,
  15525. bottom: 0.007
  15526. }
  15527. },
  15528. side: {
  15529. height: math.unit(7, "feet"),
  15530. weight: math.unit(275, "lb"),
  15531. name: "Side",
  15532. image: {
  15533. source: "./media/characters/claude-delroute/side.svg",
  15534. extra: 222 / 214,
  15535. bottom: 0.01
  15536. }
  15537. },
  15538. back: {
  15539. height: math.unit(7, "feet"),
  15540. weight: math.unit(275, "lb"),
  15541. name: "Back",
  15542. image: {
  15543. source: "./media/characters/claude-delroute/back.svg",
  15544. extra: 230 / 214,
  15545. bottom: 0.015
  15546. }
  15547. },
  15548. maw: {
  15549. height: math.unit(0.6407, "meters"),
  15550. name: "Maw",
  15551. image: {
  15552. source: "./media/characters/claude-delroute/maw.svg"
  15553. }
  15554. },
  15555. },
  15556. [
  15557. {
  15558. name: "Normal",
  15559. height: math.unit(7, "feet"),
  15560. default: true
  15561. },
  15562. {
  15563. name: "Lorge",
  15564. height: math.unit(20, "feet")
  15565. },
  15566. ]
  15567. ))
  15568. characterMakers.push(() => makeCharacter(
  15569. { name: "Dragonien" },
  15570. {
  15571. front: {
  15572. height: math.unit(8 + 4 / 12, "feet"),
  15573. weight: math.unit(600, "lb"),
  15574. name: "Front",
  15575. image: {
  15576. source: "./media/characters/dragonien/front.svg",
  15577. extra: 100 / 94,
  15578. bottom: 3.3 / 103.3445
  15579. }
  15580. },
  15581. back: {
  15582. height: math.unit(8 + 4 / 12, "feet"),
  15583. weight: math.unit(600, "lb"),
  15584. name: "Back",
  15585. image: {
  15586. source: "./media/characters/dragonien/back.svg",
  15587. extra: 776 / 746,
  15588. bottom: 6.4 / 782.0616
  15589. }
  15590. },
  15591. foot: {
  15592. height: math.unit(1.54, "feet"),
  15593. name: "Foot",
  15594. image: {
  15595. source: "./media/characters/dragonien/foot.svg",
  15596. }
  15597. },
  15598. },
  15599. [
  15600. {
  15601. name: "Normal",
  15602. height: math.unit(8 + 4 / 12, "feet"),
  15603. default: true
  15604. },
  15605. {
  15606. name: "Macro",
  15607. height: math.unit(200, "feet")
  15608. },
  15609. {
  15610. name: "Megamacro",
  15611. height: math.unit(1, "mile")
  15612. },
  15613. {
  15614. name: "Gigamacro",
  15615. height: math.unit(1000, "miles")
  15616. },
  15617. ]
  15618. ))
  15619. characterMakers.push(() => makeCharacter(
  15620. { name: "Desta" },
  15621. {
  15622. front: {
  15623. height: math.unit(5 + 2 / 12, "feet"),
  15624. weight: math.unit(110, "lb"),
  15625. name: "Front",
  15626. image: {
  15627. source: "./media/characters/desta/front.svg",
  15628. extra: 1482 / 1417
  15629. }
  15630. },
  15631. side: {
  15632. height: math.unit(5 + 2 / 12, "feet"),
  15633. weight: math.unit(110, "lb"),
  15634. name: "Side",
  15635. image: {
  15636. source: "./media/characters/desta/side.svg",
  15637. extra: 2579 / 2491,
  15638. bottom: 0.053
  15639. }
  15640. },
  15641. },
  15642. [
  15643. {
  15644. name: "Micro",
  15645. height: math.unit(6, "inches")
  15646. },
  15647. {
  15648. name: "Normal",
  15649. height: math.unit(5 + 2 / 12, "feet"),
  15650. default: true
  15651. },
  15652. {
  15653. name: "Macro",
  15654. height: math.unit(62, "feet")
  15655. },
  15656. {
  15657. name: "Megamacro",
  15658. height: math.unit(1800, "feet")
  15659. },
  15660. ]
  15661. ))
  15662. characterMakers.push(() => makeCharacter(
  15663. { name: "Storm Alystar" },
  15664. {
  15665. front: {
  15666. height: math.unit(10, "feet"),
  15667. weight: math.unit(700, "lb"),
  15668. name: "Front",
  15669. image: {
  15670. source: "./media/characters/storm-alystar/front.svg",
  15671. extra: 2112 / 1898,
  15672. bottom: 0.034
  15673. }
  15674. },
  15675. },
  15676. [
  15677. {
  15678. name: "Micro",
  15679. height: math.unit(3.5, "inches")
  15680. },
  15681. {
  15682. name: "Normal",
  15683. height: math.unit(10, "feet"),
  15684. default: true
  15685. },
  15686. {
  15687. name: "Macro",
  15688. height: math.unit(400, "feet")
  15689. },
  15690. {
  15691. name: "Deific",
  15692. height: math.unit(60, "miles")
  15693. },
  15694. ]
  15695. ))
  15696. characterMakers.push(() => makeCharacter(
  15697. { name: "Ilia" },
  15698. {
  15699. front: {
  15700. height: math.unit(2.35, "meters"),
  15701. weight: math.unit(119, "kg"),
  15702. name: "Front",
  15703. image: {
  15704. source: "./media/characters/ilia/front.svg",
  15705. extra: 1285 / 1255,
  15706. bottom: 0.06
  15707. }
  15708. },
  15709. },
  15710. [
  15711. {
  15712. name: "Normal",
  15713. height: math.unit(2.35, "meters")
  15714. },
  15715. {
  15716. name: "Macro",
  15717. height: math.unit(140, "meters"),
  15718. default: true
  15719. },
  15720. {
  15721. name: "Megamacro",
  15722. height: math.unit(100, "miles")
  15723. },
  15724. ]
  15725. ))
  15726. characterMakers.push(() => makeCharacter(
  15727. { name: "KingDead" },
  15728. {
  15729. front: {
  15730. height: math.unit(6 + 5 / 12, "feet"),
  15731. weight: math.unit(190, "lb"),
  15732. name: "Front",
  15733. image: {
  15734. source: "./media/characters/kingdead/front.svg",
  15735. extra: 1228 / 1177
  15736. }
  15737. },
  15738. },
  15739. [
  15740. {
  15741. name: "Micro",
  15742. height: math.unit(7, "inches")
  15743. },
  15744. {
  15745. name: "Normal",
  15746. height: math.unit(6 + 5 / 12, "feet")
  15747. },
  15748. {
  15749. name: "Macro",
  15750. height: math.unit(150, "feet"),
  15751. default: true
  15752. },
  15753. {
  15754. name: "Megamacro",
  15755. height: math.unit(200, "miles")
  15756. },
  15757. ]
  15758. ))
  15759. characterMakers.push(() => makeCharacter(
  15760. { name: "Kyrehx" },
  15761. {
  15762. front: {
  15763. height: math.unit(8, "feet"),
  15764. weight: math.unit(600, "lb"),
  15765. name: "Front",
  15766. image: {
  15767. source: "./media/characters/kyrehx/front.svg",
  15768. extra: 1195 / 1095,
  15769. bottom: 0.034
  15770. }
  15771. },
  15772. },
  15773. [
  15774. {
  15775. name: "Micro",
  15776. height: math.unit(2, "inches")
  15777. },
  15778. {
  15779. name: "Normal",
  15780. height: math.unit(8, "feet"),
  15781. default: true
  15782. },
  15783. {
  15784. name: "Macro",
  15785. height: math.unit(255, "feet")
  15786. },
  15787. ]
  15788. ))
  15789. characterMakers.push(() => makeCharacter(
  15790. { name: "Xang" },
  15791. {
  15792. front: {
  15793. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15794. weight: math.unit(184, "lb"),
  15795. name: "Front",
  15796. image: {
  15797. source: "./media/characters/xang/front.svg",
  15798. extra: 845 / 755
  15799. }
  15800. },
  15801. },
  15802. [
  15803. {
  15804. name: "Normal",
  15805. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15806. default: true
  15807. },
  15808. {
  15809. name: "Macro",
  15810. height: math.unit(0.935 * 146, "feet")
  15811. },
  15812. {
  15813. name: "Megamacro",
  15814. height: math.unit(0.935 * 3, "miles")
  15815. },
  15816. ]
  15817. ))
  15818. characterMakers.push(() => makeCharacter(
  15819. { name: "Doc Weardno" },
  15820. {
  15821. frontDressed: {
  15822. height: math.unit(5 + 7 / 12, "feet"),
  15823. weight: math.unit(140, "lb"),
  15824. name: "Front (Dressed)",
  15825. image: {
  15826. source: "./media/characters/doc-weardno/front-dressed.svg",
  15827. extra: 263 / 234
  15828. }
  15829. },
  15830. backDressed: {
  15831. height: math.unit(5 + 7 / 12, "feet"),
  15832. weight: math.unit(140, "lb"),
  15833. name: "Back (Dressed)",
  15834. image: {
  15835. source: "./media/characters/doc-weardno/back-dressed.svg",
  15836. extra: 266 / 238
  15837. }
  15838. },
  15839. front: {
  15840. height: math.unit(5 + 7 / 12, "feet"),
  15841. weight: math.unit(140, "lb"),
  15842. name: "Front",
  15843. image: {
  15844. source: "./media/characters/doc-weardno/front.svg",
  15845. extra: 254 / 233
  15846. }
  15847. },
  15848. },
  15849. [
  15850. {
  15851. name: "Micro",
  15852. height: math.unit(3, "inches")
  15853. },
  15854. {
  15855. name: "Normal",
  15856. height: math.unit(5 + 7 / 12, "feet"),
  15857. default: true
  15858. },
  15859. {
  15860. name: "Macro",
  15861. height: math.unit(25, "feet")
  15862. },
  15863. {
  15864. name: "Megamacro",
  15865. height: math.unit(2, "miles")
  15866. },
  15867. ]
  15868. ))
  15869. characterMakers.push(() => makeCharacter(
  15870. { name: "Seth Whilst" },
  15871. {
  15872. front: {
  15873. height: math.unit(6 + 2 / 12, "feet"),
  15874. weight: math.unit(153, "lb"),
  15875. name: "Front",
  15876. image: {
  15877. source: "./media/characters/seth-whilst/front.svg",
  15878. bottom: 0.07
  15879. }
  15880. },
  15881. },
  15882. [
  15883. {
  15884. name: "Micro",
  15885. height: math.unit(5, "inches")
  15886. },
  15887. {
  15888. name: "Normal",
  15889. height: math.unit(6 + 2 / 12, "feet"),
  15890. default: true
  15891. },
  15892. ]
  15893. ))
  15894. characterMakers.push(() => makeCharacter(
  15895. { name: "Pocket Jabari" },
  15896. {
  15897. front: {
  15898. height: math.unit(3, "inches"),
  15899. weight: math.unit(8, "grams"),
  15900. name: "Front",
  15901. image: {
  15902. source: "./media/characters/pocket-jabari/front.svg",
  15903. extra: 1024 / 974,
  15904. bottom: 0.039
  15905. }
  15906. },
  15907. },
  15908. [
  15909. {
  15910. name: "Minimicro",
  15911. height: math.unit(8, "mm")
  15912. },
  15913. {
  15914. name: "Micro",
  15915. height: math.unit(3, "inches"),
  15916. default: true
  15917. },
  15918. {
  15919. name: "Normal",
  15920. height: math.unit(3, "feet")
  15921. },
  15922. ]
  15923. ))
  15924. characterMakers.push(() => makeCharacter(
  15925. { name: "Sapphy" },
  15926. {
  15927. front: {
  15928. height: math.unit(15, "feet"),
  15929. weight: math.unit(3280, "lb"),
  15930. name: "Front",
  15931. image: {
  15932. source: "./media/characters/sapphy/front.svg",
  15933. extra: 671 / 577,
  15934. bottom: 0.085
  15935. }
  15936. },
  15937. back: {
  15938. height: math.unit(15, "feet"),
  15939. weight: math.unit(3280, "lb"),
  15940. name: "Back",
  15941. image: {
  15942. source: "./media/characters/sapphy/back.svg",
  15943. extra: 631 / 607,
  15944. bottom: 0.045
  15945. }
  15946. },
  15947. },
  15948. [
  15949. {
  15950. name: "Normal",
  15951. height: math.unit(15, "feet")
  15952. },
  15953. {
  15954. name: "Casual Macro",
  15955. height: math.unit(120, "feet")
  15956. },
  15957. {
  15958. name: "Macro",
  15959. height: math.unit(2150, "feet"),
  15960. default: true
  15961. },
  15962. {
  15963. name: "Megamacro",
  15964. height: math.unit(8, "miles")
  15965. },
  15966. {
  15967. name: "Galaxy Mom",
  15968. height: math.unit(6, "megalightyears")
  15969. },
  15970. ]
  15971. ))
  15972. characterMakers.push(() => makeCharacter(
  15973. { name: "Kiro" },
  15974. {
  15975. front: {
  15976. height: math.unit(6, "feet"),
  15977. weight: math.unit(170, "lb"),
  15978. name: "Front",
  15979. image: {
  15980. source: "./media/characters/kiro/front.svg",
  15981. extra: 1064 / 1012,
  15982. bottom: 0.052
  15983. }
  15984. },
  15985. },
  15986. [
  15987. {
  15988. name: "Micro",
  15989. height: math.unit(6, "inches")
  15990. },
  15991. {
  15992. name: "Normal",
  15993. height: math.unit(6, "feet"),
  15994. default: true
  15995. },
  15996. {
  15997. name: "Macro",
  15998. height: math.unit(72, "feet")
  15999. },
  16000. ]
  16001. ))
  16002. characterMakers.push(() => makeCharacter(
  16003. { name: "Irishfox" },
  16004. {
  16005. front: {
  16006. height: math.unit(5 + 9 / 12, "feet"),
  16007. weight: math.unit(175, "lb"),
  16008. name: "Front",
  16009. image: {
  16010. source: "./media/characters/irishfox/front.svg",
  16011. extra: 1912 / 1680,
  16012. bottom: 0.02
  16013. }
  16014. },
  16015. },
  16016. [
  16017. {
  16018. name: "Nano",
  16019. height: math.unit(1, "mm")
  16020. },
  16021. {
  16022. name: "Micro",
  16023. height: math.unit(2, "inches")
  16024. },
  16025. {
  16026. name: "Normal",
  16027. height: math.unit(5 + 9 / 12, "feet"),
  16028. default: true
  16029. },
  16030. {
  16031. name: "Macro",
  16032. height: math.unit(45, "feet")
  16033. },
  16034. ]
  16035. ))
  16036. characterMakers.push(() => makeCharacter(
  16037. { name: "Aronai Sieyes" },
  16038. {
  16039. front: {
  16040. height: math.unit(6 + 1 / 12, "feet"),
  16041. weight: math.unit(150, "lb"),
  16042. name: "Front",
  16043. image: {
  16044. source: "./media/characters/aronai-sieyes/front.svg",
  16045. extra: 1556 / 1480,
  16046. bottom: 0.015
  16047. }
  16048. },
  16049. side: {
  16050. height: math.unit(6 + 1 / 12, "feet"),
  16051. weight: math.unit(150, "lb"),
  16052. name: "Side",
  16053. image: {
  16054. source: "./media/characters/aronai-sieyes/side.svg",
  16055. extra: 1433 / 1390,
  16056. bottom: 0.0393
  16057. }
  16058. },
  16059. back: {
  16060. height: math.unit(6 + 1 / 12, "feet"),
  16061. weight: math.unit(150, "lb"),
  16062. name: "Back",
  16063. image: {
  16064. source: "./media/characters/aronai-sieyes/back.svg",
  16065. extra: 1544 / 1494,
  16066. bottom: 0.02
  16067. }
  16068. },
  16069. frontClothed: {
  16070. height: math.unit(6 + 1 / 12, "feet"),
  16071. weight: math.unit(150, "lb"),
  16072. name: "Front (Clothed)",
  16073. image: {
  16074. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16075. extra: 1582 / 1527
  16076. }
  16077. },
  16078. feral: {
  16079. height: math.unit(18, "feet"),
  16080. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16081. name: "Feral",
  16082. image: {
  16083. source: "./media/characters/aronai-sieyes/feral.svg",
  16084. extra: 1530 / 1240,
  16085. bottom: 0.035
  16086. }
  16087. },
  16088. },
  16089. [
  16090. {
  16091. name: "Micro",
  16092. height: math.unit(2, "inches")
  16093. },
  16094. {
  16095. name: "Normal",
  16096. height: math.unit(6 + 1 / 12, "feet"),
  16097. default: true
  16098. }
  16099. ]
  16100. ))
  16101. characterMakers.push(() => makeCharacter(
  16102. { name: "Xuna" },
  16103. {
  16104. front: {
  16105. height: math.unit(12, "feet"),
  16106. weight: math.unit(410, "kg"),
  16107. name: "Front",
  16108. image: {
  16109. source: "./media/characters/xuna/front.svg",
  16110. extra: 2184 / 1980
  16111. }
  16112. },
  16113. side: {
  16114. height: math.unit(12, "feet"),
  16115. weight: math.unit(410, "kg"),
  16116. name: "Side",
  16117. image: {
  16118. source: "./media/characters/xuna/side.svg",
  16119. extra: 2184 / 1980
  16120. }
  16121. },
  16122. back: {
  16123. height: math.unit(12, "feet"),
  16124. weight: math.unit(410, "kg"),
  16125. name: "Back",
  16126. image: {
  16127. source: "./media/characters/xuna/back.svg",
  16128. extra: 2184 / 1980
  16129. }
  16130. },
  16131. },
  16132. [
  16133. {
  16134. name: "Nano glow",
  16135. height: math.unit(10, "nm")
  16136. },
  16137. {
  16138. name: "Micro floof",
  16139. height: math.unit(0.3, "m")
  16140. },
  16141. {
  16142. name: "Huggable softy boi",
  16143. height: math.unit(3.6576, "m"),
  16144. default: true
  16145. },
  16146. {
  16147. name: "Admirable floof",
  16148. height: math.unit(80, "meters")
  16149. },
  16150. {
  16151. name: "Gentle macro",
  16152. height: math.unit(300, "meters")
  16153. },
  16154. {
  16155. name: "Very careful floof",
  16156. height: math.unit(3200, "meters")
  16157. },
  16158. {
  16159. name: "The mega floof",
  16160. height: math.unit(36000, "meters")
  16161. },
  16162. {
  16163. name: "Giga-fur-Wicker",
  16164. height: math.unit(4800000, "meters")
  16165. },
  16166. {
  16167. name: "Licky world",
  16168. height: math.unit(20000000, "meters")
  16169. },
  16170. {
  16171. name: "Floofy cyan sun",
  16172. height: math.unit(1500000000, "meters")
  16173. },
  16174. {
  16175. name: "Milky Wicker",
  16176. height: math.unit(1000000000000000000000, "meters")
  16177. },
  16178. {
  16179. name: "The observing Wicker",
  16180. height: math.unit(999999999999999999999999999, "meters")
  16181. },
  16182. ]
  16183. ))
  16184. characterMakers.push(() => makeCharacter(
  16185. { name: "Arokha Sieyes" },
  16186. {
  16187. front: {
  16188. height: math.unit(5 + 9 / 12, "feet"),
  16189. weight: math.unit(150, "lb"),
  16190. name: "Front",
  16191. image: {
  16192. source: "./media/characters/arokha-sieyes/front.svg",
  16193. extra: 1425 / 1284,
  16194. bottom: 0.05
  16195. }
  16196. },
  16197. },
  16198. [
  16199. {
  16200. name: "Normal",
  16201. height: math.unit(5 + 9 / 12, "feet")
  16202. },
  16203. {
  16204. name: "Macro",
  16205. height: math.unit(30, "meters"),
  16206. default: true
  16207. },
  16208. ]
  16209. ))
  16210. characterMakers.push(() => makeCharacter(
  16211. { name: "Arokh Sieyes" },
  16212. {
  16213. front: {
  16214. height: math.unit(6, "feet"),
  16215. weight: math.unit(180, "lb"),
  16216. name: "Front",
  16217. image: {
  16218. source: "./media/characters/arokh-sieyes/front.svg",
  16219. extra: 1830 / 1769,
  16220. bottom: 0.01
  16221. }
  16222. },
  16223. },
  16224. [
  16225. {
  16226. name: "Normal",
  16227. height: math.unit(6, "feet")
  16228. },
  16229. {
  16230. name: "Macro",
  16231. height: math.unit(30, "meters"),
  16232. default: true
  16233. },
  16234. ]
  16235. ))
  16236. characterMakers.push(() => makeCharacter(
  16237. { name: "Goldeneye" },
  16238. {
  16239. side: {
  16240. height: math.unit(13 + 1 / 12, "feet"),
  16241. weight: math.unit(8.5, "tonnes"),
  16242. name: "Side",
  16243. image: {
  16244. source: "./media/characters/goldeneye/side.svg",
  16245. extra: 1182 / 778,
  16246. bottom: 0.067
  16247. }
  16248. },
  16249. paw: {
  16250. height: math.unit(3.4, "feet"),
  16251. name: "Paw",
  16252. image: {
  16253. source: "./media/characters/goldeneye/paw.svg"
  16254. }
  16255. },
  16256. },
  16257. [
  16258. {
  16259. name: "Normal",
  16260. height: math.unit(13 + 1 / 12, "feet"),
  16261. default: true
  16262. },
  16263. ]
  16264. ))
  16265. characterMakers.push(() => makeCharacter(
  16266. { name: "Leonardo Lycheborne" },
  16267. {
  16268. front: {
  16269. height: math.unit(6 + 1 / 12, "feet"),
  16270. weight: math.unit(210, "lb"),
  16271. name: "Front",
  16272. image: {
  16273. source: "./media/characters/leonardo-lycheborne/front.svg",
  16274. extra: 390 / 365,
  16275. bottom: 0.032
  16276. }
  16277. },
  16278. side: {
  16279. height: math.unit(6 + 1 / 12, "feet"),
  16280. weight: math.unit(210, "lb"),
  16281. name: "Side",
  16282. image: {
  16283. source: "./media/characters/leonardo-lycheborne/side.svg",
  16284. extra: 390 / 365,
  16285. bottom: 0.005
  16286. }
  16287. },
  16288. back: {
  16289. height: math.unit(6 + 1 / 12, "feet"),
  16290. weight: math.unit(210, "lb"),
  16291. name: "Back",
  16292. image: {
  16293. source: "./media/characters/leonardo-lycheborne/back.svg",
  16294. extra: 392 / 366,
  16295. bottom: 0.01
  16296. }
  16297. },
  16298. hand: {
  16299. height: math.unit(1.08, "feet"),
  16300. name: "Hand",
  16301. image: {
  16302. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16303. }
  16304. },
  16305. foot: {
  16306. height: math.unit(1.32, "feet"),
  16307. name: "Foot",
  16308. image: {
  16309. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16310. }
  16311. },
  16312. were: {
  16313. height: math.unit(20, "feet"),
  16314. weight: math.unit(7800, "lb"),
  16315. name: "Were",
  16316. image: {
  16317. source: "./media/characters/leonardo-lycheborne/were.svg",
  16318. extra: 308 / 294,
  16319. bottom: 0.048
  16320. }
  16321. },
  16322. feral: {
  16323. height: math.unit(7.5, "feet"),
  16324. weight: math.unit(600, "lb"),
  16325. name: "Feral",
  16326. image: {
  16327. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16328. extra: 210 / 186,
  16329. bottom: 0.108
  16330. }
  16331. },
  16332. taur: {
  16333. height: math.unit(11, "feet"),
  16334. weight: math.unit(3300, "lb"),
  16335. name: "Taur",
  16336. image: {
  16337. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16338. extra: 320 / 303,
  16339. bottom: 0.025
  16340. }
  16341. },
  16342. barghest: {
  16343. height: math.unit(11, "feet"),
  16344. weight: math.unit(1300, "lb"),
  16345. name: "Barghest",
  16346. image: {
  16347. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16348. extra: 323 / 302,
  16349. bottom: 0.027
  16350. }
  16351. },
  16352. dick: {
  16353. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16354. name: "Dick",
  16355. image: {
  16356. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16357. }
  16358. },
  16359. dickWere: {
  16360. height: math.unit((20) / 3.8, "feet"),
  16361. name: "Dick (Were)",
  16362. image: {
  16363. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16364. }
  16365. },
  16366. },
  16367. [
  16368. {
  16369. name: "Normal",
  16370. height: math.unit(6 + 1 / 12, "feet"),
  16371. default: true
  16372. },
  16373. ]
  16374. ))
  16375. characterMakers.push(() => makeCharacter(
  16376. { name: "Jet" },
  16377. {
  16378. front: {
  16379. height: math.unit(10, "feet"),
  16380. weight: math.unit(350, "lb"),
  16381. name: "Front",
  16382. image: {
  16383. source: "./media/characters/jet/front.svg",
  16384. extra: 2050 / 1980,
  16385. bottom: 0.013
  16386. }
  16387. },
  16388. back: {
  16389. height: math.unit(10, "feet"),
  16390. weight: math.unit(350, "lb"),
  16391. name: "Back",
  16392. image: {
  16393. source: "./media/characters/jet/back.svg",
  16394. extra: 2050 / 1980,
  16395. bottom: 0.013
  16396. }
  16397. },
  16398. },
  16399. [
  16400. {
  16401. name: "Micro",
  16402. height: math.unit(6, "inches")
  16403. },
  16404. {
  16405. name: "Normal",
  16406. height: math.unit(10, "feet"),
  16407. default: true
  16408. },
  16409. {
  16410. name: "Macro",
  16411. height: math.unit(100, "feet")
  16412. },
  16413. ]
  16414. ))
  16415. characterMakers.push(() => makeCharacter(
  16416. { name: "Tanarath" },
  16417. {
  16418. front: {
  16419. height: math.unit(15, "feet"),
  16420. weight: math.unit(2800, "lb"),
  16421. name: "Front",
  16422. image: {
  16423. source: "./media/characters/tanarath/front.svg",
  16424. extra: 2392 / 2220,
  16425. bottom: 0.03
  16426. }
  16427. },
  16428. back: {
  16429. height: math.unit(15, "feet"),
  16430. weight: math.unit(2800, "lb"),
  16431. name: "Back",
  16432. image: {
  16433. source: "./media/characters/tanarath/back.svg",
  16434. extra: 2392 / 2220,
  16435. bottom: 0.03
  16436. }
  16437. },
  16438. },
  16439. [
  16440. {
  16441. name: "Normal",
  16442. height: math.unit(15, "feet"),
  16443. default: true
  16444. },
  16445. ]
  16446. ))
  16447. characterMakers.push(() => makeCharacter(
  16448. { name: "Patty CattyBatty" },
  16449. {
  16450. front: {
  16451. height: math.unit(7 + 1 / 12, "feet"),
  16452. weight: math.unit(175, "lb"),
  16453. name: "Front",
  16454. image: {
  16455. source: "./media/characters/patty-cattybatty/front.svg",
  16456. extra: 908 / 874,
  16457. bottom: 0.025
  16458. }
  16459. },
  16460. },
  16461. [
  16462. {
  16463. name: "Micro",
  16464. height: math.unit(1, "inch")
  16465. },
  16466. {
  16467. name: "Normal",
  16468. height: math.unit(7 + 1 / 12, "feet")
  16469. },
  16470. {
  16471. name: "Mini Macro",
  16472. height: math.unit(155, "feet")
  16473. },
  16474. {
  16475. name: "Macro",
  16476. height: math.unit(1077, "feet")
  16477. },
  16478. {
  16479. name: "Mega Macro",
  16480. height: math.unit(47650, "feet"),
  16481. default: true
  16482. },
  16483. {
  16484. name: "Giga Macro",
  16485. height: math.unit(440, "miles")
  16486. },
  16487. {
  16488. name: "Tera Macro",
  16489. height: math.unit(8700, "miles")
  16490. },
  16491. {
  16492. name: "Planetary Macro",
  16493. height: math.unit(32700, "miles")
  16494. },
  16495. {
  16496. name: "Solar Macro",
  16497. height: math.unit(550000, "miles")
  16498. },
  16499. {
  16500. name: "Celestial Macro",
  16501. height: math.unit(2.5, "AU")
  16502. },
  16503. ]
  16504. ))
  16505. characterMakers.push(() => makeCharacter(
  16506. { name: "Cappu" },
  16507. {
  16508. front: {
  16509. height: math.unit(4 + 5 / 12, "feet"),
  16510. weight: math.unit(90, "lb"),
  16511. name: "Front",
  16512. image: {
  16513. source: "./media/characters/cappu/front.svg",
  16514. extra: 1247 / 1152,
  16515. bottom: 0.012
  16516. }
  16517. },
  16518. },
  16519. [
  16520. {
  16521. name: "Normal",
  16522. height: math.unit(4 + 5 / 12, "feet"),
  16523. default: true
  16524. },
  16525. ]
  16526. ))
  16527. characterMakers.push(() => makeCharacter(
  16528. { name: "Sebi" },
  16529. {
  16530. frontDressed: {
  16531. height: math.unit(70, "cm"),
  16532. weight: math.unit(6, "kg"),
  16533. name: "Front (Dressed)",
  16534. image: {
  16535. source: "./media/characters/sebi/front-dressed.svg",
  16536. extra: 713.5 / 686.5,
  16537. bottom: 0.003
  16538. }
  16539. },
  16540. front: {
  16541. height: math.unit(70, "cm"),
  16542. weight: math.unit(5, "kg"),
  16543. name: "Front",
  16544. image: {
  16545. source: "./media/characters/sebi/front.svg",
  16546. extra: 713.5 / 686.5,
  16547. bottom: 0.003
  16548. }
  16549. }
  16550. },
  16551. [
  16552. {
  16553. name: "Normal",
  16554. height: math.unit(70, "cm"),
  16555. default: true
  16556. },
  16557. {
  16558. name: "Macro",
  16559. height: math.unit(8, "meters")
  16560. },
  16561. ]
  16562. ))
  16563. characterMakers.push(() => makeCharacter(
  16564. { name: "Typhek" },
  16565. {
  16566. front: {
  16567. height: math.unit(6, "feet"),
  16568. weight: math.unit(150, "lb"),
  16569. name: "Front",
  16570. image: {
  16571. source: "./media/characters/typhek/front.svg",
  16572. extra: 1948 / 1929,
  16573. bottom: 0.025
  16574. }
  16575. },
  16576. side: {
  16577. height: math.unit(6, "feet"),
  16578. weight: math.unit(150, "lb"),
  16579. name: "Side",
  16580. image: {
  16581. source: "./media/characters/typhek/side.svg",
  16582. extra: 2034 / 2010,
  16583. bottom: 0.003
  16584. }
  16585. },
  16586. back: {
  16587. height: math.unit(6, "feet"),
  16588. weight: math.unit(150, "lb"),
  16589. name: "Back",
  16590. image: {
  16591. source: "./media/characters/typhek/back.svg",
  16592. extra: 2005 / 1978,
  16593. bottom: 0.004
  16594. }
  16595. },
  16596. palm: {
  16597. height: math.unit(1.2, "feet"),
  16598. name: "Palm",
  16599. image: {
  16600. source: "./media/characters/typhek/palm.svg"
  16601. }
  16602. },
  16603. fist: {
  16604. height: math.unit(1.1, "feet"),
  16605. name: "Fist",
  16606. image: {
  16607. source: "./media/characters/typhek/fist.svg"
  16608. }
  16609. },
  16610. foot: {
  16611. height: math.unit(1.57, "feet"),
  16612. name: "Foot",
  16613. image: {
  16614. source: "./media/characters/typhek/foot.svg"
  16615. }
  16616. },
  16617. sole: {
  16618. height: math.unit(2.05, "feet"),
  16619. name: "Sole",
  16620. image: {
  16621. source: "./media/characters/typhek/sole.svg"
  16622. }
  16623. },
  16624. },
  16625. [
  16626. {
  16627. name: "Macro",
  16628. height: math.unit(40, "stories"),
  16629. default: true
  16630. },
  16631. {
  16632. name: "Megamacro",
  16633. height: math.unit(1, "mile")
  16634. },
  16635. {
  16636. name: "Gigamacro",
  16637. height: math.unit(4000, "solarradii")
  16638. },
  16639. {
  16640. name: "Universal",
  16641. height: math.unit(1.1, "universes")
  16642. }
  16643. ]
  16644. ))
  16645. characterMakers.push(() => makeCharacter(
  16646. { name: "Kassy" },
  16647. {
  16648. side: {
  16649. height: math.unit(5 + 7 / 12, "feet"),
  16650. weight: math.unit(150, "lb"),
  16651. name: "Side",
  16652. image: {
  16653. source: "./media/characters/kassy/side.svg",
  16654. extra: 1280 / 1225,
  16655. bottom: 0.002
  16656. }
  16657. },
  16658. front: {
  16659. height: math.unit(5 + 7 / 12, "feet"),
  16660. weight: math.unit(150, "lb"),
  16661. name: "Front",
  16662. image: {
  16663. source: "./media/characters/kassy/front.svg",
  16664. extra: 1280 / 1225,
  16665. bottom: 0.025
  16666. }
  16667. },
  16668. back: {
  16669. height: math.unit(5 + 7 / 12, "feet"),
  16670. weight: math.unit(150, "lb"),
  16671. name: "Back",
  16672. image: {
  16673. source: "./media/characters/kassy/back.svg",
  16674. extra: 1280 / 1225,
  16675. bottom: 0.002
  16676. }
  16677. },
  16678. foot: {
  16679. height: math.unit(1.266, "feet"),
  16680. name: "Foot",
  16681. image: {
  16682. source: "./media/characters/kassy/foot.svg"
  16683. }
  16684. },
  16685. },
  16686. [
  16687. {
  16688. name: "Normal",
  16689. height: math.unit(5 + 7 / 12, "feet")
  16690. },
  16691. {
  16692. name: "Macro",
  16693. height: math.unit(137, "feet"),
  16694. default: true
  16695. },
  16696. {
  16697. name: "Megamacro",
  16698. height: math.unit(1, "mile")
  16699. },
  16700. ]
  16701. ))
  16702. characterMakers.push(() => makeCharacter(
  16703. { name: "Neil" },
  16704. {
  16705. front: {
  16706. height: math.unit(6 + 1 / 12, "feet"),
  16707. weight: math.unit(200, "lb"),
  16708. name: "Front",
  16709. image: {
  16710. source: "./media/characters/neil/front.svg",
  16711. extra: 1326 / 1250,
  16712. bottom: 0.023
  16713. }
  16714. },
  16715. },
  16716. [
  16717. {
  16718. name: "Normal",
  16719. height: math.unit(6 + 1 / 12, "feet"),
  16720. default: true
  16721. },
  16722. {
  16723. name: "Macro",
  16724. height: math.unit(200, "feet")
  16725. },
  16726. ]
  16727. ))
  16728. characterMakers.push(() => makeCharacter(
  16729. { name: "Atticus" },
  16730. {
  16731. front: {
  16732. height: math.unit(5 + 9 / 12, "feet"),
  16733. weight: math.unit(190, "lb"),
  16734. name: "Front",
  16735. image: {
  16736. source: "./media/characters/atticus/front.svg",
  16737. extra: 2934 / 2785,
  16738. bottom: 0.025
  16739. }
  16740. },
  16741. },
  16742. [
  16743. {
  16744. name: "Normal",
  16745. height: math.unit(5 + 9 / 12, "feet"),
  16746. default: true
  16747. },
  16748. {
  16749. name: "Macro",
  16750. height: math.unit(180, "feet")
  16751. },
  16752. ]
  16753. ))
  16754. characterMakers.push(() => makeCharacter(
  16755. { name: "Milo" },
  16756. {
  16757. side: {
  16758. height: math.unit(9, "feet"),
  16759. weight: math.unit(650, "lb"),
  16760. name: "Side",
  16761. image: {
  16762. source: "./media/characters/milo/side.svg",
  16763. extra: 2644 / 2310,
  16764. bottom: 0.032
  16765. }
  16766. },
  16767. },
  16768. [
  16769. {
  16770. name: "Normal",
  16771. height: math.unit(9, "feet"),
  16772. default: true
  16773. },
  16774. {
  16775. name: "Macro",
  16776. height: math.unit(300, "feet")
  16777. },
  16778. ]
  16779. ))
  16780. characterMakers.push(() => makeCharacter(
  16781. { name: "Ijzer" },
  16782. {
  16783. side: {
  16784. height: math.unit(8, "meters"),
  16785. weight: math.unit(90000, "kg"),
  16786. name: "Side",
  16787. image: {
  16788. source: "./media/characters/ijzer/side.svg",
  16789. extra: 2756 / 1600,
  16790. bottom: 0.01
  16791. }
  16792. },
  16793. },
  16794. [
  16795. {
  16796. name: "Small",
  16797. height: math.unit(3, "meters")
  16798. },
  16799. {
  16800. name: "Normal",
  16801. height: math.unit(8, "meters"),
  16802. default: true
  16803. },
  16804. {
  16805. name: "Normal+",
  16806. height: math.unit(10, "meters")
  16807. },
  16808. {
  16809. name: "Bigger",
  16810. height: math.unit(24, "meters")
  16811. },
  16812. {
  16813. name: "Huge",
  16814. height: math.unit(80, "meters")
  16815. },
  16816. ]
  16817. ))
  16818. characterMakers.push(() => makeCharacter(
  16819. { name: "Luca Cervicum" },
  16820. {
  16821. front: {
  16822. height: math.unit(6 + 2 / 12, "feet"),
  16823. weight: math.unit(153, "lb"),
  16824. name: "Front",
  16825. image: {
  16826. source: "./media/characters/luca-cervicum/front.svg",
  16827. extra: 370 / 327,
  16828. bottom: 0.015
  16829. }
  16830. },
  16831. back: {
  16832. height: math.unit(6 + 2 / 12, "feet"),
  16833. weight: math.unit(153, "lb"),
  16834. name: "Back",
  16835. image: {
  16836. source: "./media/characters/luca-cervicum/back.svg",
  16837. extra: 367 / 333,
  16838. bottom: 0.005
  16839. }
  16840. },
  16841. frontGear: {
  16842. height: math.unit(6 + 2 / 12, "feet"),
  16843. weight: math.unit(173, "lb"),
  16844. name: "Front (Gear)",
  16845. image: {
  16846. source: "./media/characters/luca-cervicum/front-gear.svg",
  16847. extra: 377 / 333,
  16848. bottom: 0.006
  16849. }
  16850. },
  16851. },
  16852. [
  16853. {
  16854. name: "Normal",
  16855. height: math.unit(6 + 2 / 12, "feet"),
  16856. default: true
  16857. },
  16858. ]
  16859. ))
  16860. characterMakers.push(() => makeCharacter(
  16861. { name: "Oliver" },
  16862. {
  16863. front: {
  16864. height: math.unit(6 + 1 / 12, "feet"),
  16865. weight: math.unit(304, "lb"),
  16866. name: "Front",
  16867. image: {
  16868. source: "./media/characters/oliver/front.svg",
  16869. extra: 157 / 143,
  16870. bottom: 0.08
  16871. }
  16872. },
  16873. },
  16874. [
  16875. {
  16876. name: "Normal",
  16877. height: math.unit(6 + 1 / 12, "feet"),
  16878. default: true
  16879. },
  16880. ]
  16881. ))
  16882. characterMakers.push(() => makeCharacter(
  16883. { name: "Shane" },
  16884. {
  16885. front: {
  16886. height: math.unit(5 + 7 / 12, "feet"),
  16887. weight: math.unit(140, "lb"),
  16888. name: "Front",
  16889. image: {
  16890. source: "./media/characters/shane/front.svg",
  16891. extra: 304 / 289,
  16892. bottom: 0.005
  16893. }
  16894. },
  16895. },
  16896. [
  16897. {
  16898. name: "Normal",
  16899. height: math.unit(5 + 7 / 12, "feet"),
  16900. default: true
  16901. },
  16902. ]
  16903. ))
  16904. characterMakers.push(() => makeCharacter(
  16905. { name: "Shin" },
  16906. {
  16907. front: {
  16908. height: math.unit(5 + 9 / 12, "feet"),
  16909. weight: math.unit(178, "lb"),
  16910. name: "Front",
  16911. image: {
  16912. source: "./media/characters/shin/front.svg",
  16913. extra: 159 / 151,
  16914. bottom: 0.015
  16915. }
  16916. },
  16917. },
  16918. [
  16919. {
  16920. name: "Normal",
  16921. height: math.unit(5 + 9 / 12, "feet"),
  16922. default: true
  16923. },
  16924. ]
  16925. ))
  16926. characterMakers.push(() => makeCharacter(
  16927. { name: "Xerxes" },
  16928. {
  16929. front: {
  16930. height: math.unit(5 + 10 / 12, "feet"),
  16931. weight: math.unit(168, "lb"),
  16932. name: "Front",
  16933. image: {
  16934. source: "./media/characters/xerxes/front.svg",
  16935. extra: 282 / 260,
  16936. bottom: 0.045
  16937. }
  16938. },
  16939. },
  16940. [
  16941. {
  16942. name: "Normal",
  16943. height: math.unit(5 + 10 / 12, "feet"),
  16944. default: true
  16945. },
  16946. ]
  16947. ))
  16948. characterMakers.push(() => makeCharacter(
  16949. { name: "Chaska" },
  16950. {
  16951. front: {
  16952. height: math.unit(6 + 7 / 12, "feet"),
  16953. weight: math.unit(208, "lb"),
  16954. name: "Front",
  16955. image: {
  16956. source: "./media/characters/chaska/front.svg",
  16957. extra: 332 / 319,
  16958. bottom: 0.015
  16959. }
  16960. },
  16961. },
  16962. [
  16963. {
  16964. name: "Normal",
  16965. height: math.unit(6 + 7 / 12, "feet"),
  16966. default: true
  16967. },
  16968. ]
  16969. ))
  16970. characterMakers.push(() => makeCharacter(
  16971. { name: "Enuk" },
  16972. {
  16973. front: {
  16974. height: math.unit(5 + 8 / 12, "feet"),
  16975. weight: math.unit(208, "lb"),
  16976. name: "Front",
  16977. image: {
  16978. source: "./media/characters/enuk/front.svg",
  16979. extra: 437 / 406,
  16980. bottom: 0.02
  16981. }
  16982. },
  16983. },
  16984. [
  16985. {
  16986. name: "Normal",
  16987. height: math.unit(5 + 8 / 12, "feet"),
  16988. default: true
  16989. },
  16990. ]
  16991. ))
  16992. characterMakers.push(() => makeCharacter(
  16993. { name: "Bruun" },
  16994. {
  16995. front: {
  16996. height: math.unit(5 + 10 / 12, "feet"),
  16997. weight: math.unit(252, "lb"),
  16998. name: "Front",
  16999. image: {
  17000. source: "./media/characters/bruun/front.svg",
  17001. extra: 197 / 187,
  17002. bottom: 0.012
  17003. }
  17004. },
  17005. },
  17006. [
  17007. {
  17008. name: "Normal",
  17009. height: math.unit(5 + 10 / 12, "feet"),
  17010. default: true
  17011. },
  17012. ]
  17013. ))
  17014. characterMakers.push(() => makeCharacter(
  17015. { name: "Alexeev" },
  17016. {
  17017. front: {
  17018. height: math.unit(6 + 10 / 12, "feet"),
  17019. weight: math.unit(255, "lb"),
  17020. name: "Front",
  17021. image: {
  17022. source: "./media/characters/alexeev/front.svg",
  17023. extra: 213 / 200,
  17024. bottom: 0.05
  17025. }
  17026. },
  17027. },
  17028. [
  17029. {
  17030. name: "Normal",
  17031. height: math.unit(6 + 10 / 12, "feet"),
  17032. default: true
  17033. },
  17034. ]
  17035. ))
  17036. characterMakers.push(() => makeCharacter(
  17037. { name: "Evelyn" },
  17038. {
  17039. front: {
  17040. height: math.unit(2 + 8 / 12, "feet"),
  17041. weight: math.unit(22, "lb"),
  17042. name: "Front",
  17043. image: {
  17044. source: "./media/characters/evelyn/front.svg",
  17045. extra: 208 / 180
  17046. }
  17047. },
  17048. },
  17049. [
  17050. {
  17051. name: "Normal",
  17052. height: math.unit(2 + 8 / 12, "feet"),
  17053. default: true
  17054. },
  17055. ]
  17056. ))
  17057. characterMakers.push(() => makeCharacter(
  17058. { name: "Inca" },
  17059. {
  17060. front: {
  17061. height: math.unit(5 + 9 / 12, "feet"),
  17062. weight: math.unit(139, "lb"),
  17063. name: "Front",
  17064. image: {
  17065. source: "./media/characters/inca/front.svg",
  17066. extra: 294 / 291,
  17067. bottom: 0.03
  17068. }
  17069. },
  17070. },
  17071. [
  17072. {
  17073. name: "Normal",
  17074. height: math.unit(5 + 9 / 12, "feet"),
  17075. default: true
  17076. },
  17077. ]
  17078. ))
  17079. characterMakers.push(() => makeCharacter(
  17080. { name: "Magdalene" },
  17081. {
  17082. front: {
  17083. height: math.unit(5 + 1 / 12, "feet"),
  17084. weight: math.unit(84, "lb"),
  17085. name: "Front",
  17086. image: {
  17087. source: "./media/characters/magdalene/front.svg",
  17088. extra: 293 / 273
  17089. }
  17090. },
  17091. },
  17092. [
  17093. {
  17094. name: "Normal",
  17095. height: math.unit(5 + 1 / 12, "feet"),
  17096. default: true
  17097. },
  17098. ]
  17099. ))
  17100. characterMakers.push(() => makeCharacter(
  17101. { name: "Mera" },
  17102. {
  17103. front: {
  17104. height: math.unit(6 + 3 / 12, "feet"),
  17105. weight: math.unit(185, "lb"),
  17106. name: "Front",
  17107. image: {
  17108. source: "./media/characters/mera/front.svg",
  17109. extra: 291 / 277,
  17110. bottom: 0.03
  17111. }
  17112. },
  17113. },
  17114. [
  17115. {
  17116. name: "Normal",
  17117. height: math.unit(6 + 3 / 12, "feet"),
  17118. default: true
  17119. },
  17120. ]
  17121. ))
  17122. characterMakers.push(() => makeCharacter(
  17123. { name: "Ceres" },
  17124. {
  17125. front: {
  17126. height: math.unit(6 + 7 / 12, "feet"),
  17127. weight: math.unit(160, "lb"),
  17128. name: "Front",
  17129. image: {
  17130. source: "./media/characters/ceres/front.svg",
  17131. extra: 1023 / 950,
  17132. bottom: 0.027
  17133. }
  17134. },
  17135. back: {
  17136. height: math.unit(6 + 7 / 12, "feet"),
  17137. weight: math.unit(160, "lb"),
  17138. name: "Back",
  17139. image: {
  17140. source: "./media/characters/ceres/back.svg",
  17141. extra: 1023 / 950
  17142. }
  17143. },
  17144. },
  17145. [
  17146. {
  17147. name: "Normal",
  17148. height: math.unit(6 + 7 / 12, "feet"),
  17149. default: true
  17150. },
  17151. ]
  17152. ))
  17153. characterMakers.push(() => makeCharacter(
  17154. { name: "Kris" },
  17155. {
  17156. front: {
  17157. height: math.unit(5 + 10 / 12, "feet"),
  17158. weight: math.unit(150, "lb"),
  17159. name: "Front",
  17160. image: {
  17161. source: "./media/characters/kris/front.svg",
  17162. extra: 885 / 803,
  17163. bottom: 0.03
  17164. }
  17165. },
  17166. },
  17167. [
  17168. {
  17169. name: "Normal",
  17170. height: math.unit(5 + 10 / 12, "feet"),
  17171. default: true
  17172. },
  17173. ]
  17174. ))
  17175. characterMakers.push(() => makeCharacter(
  17176. { name: "Taluthus" },
  17177. {
  17178. front: {
  17179. height: math.unit(7, "feet"),
  17180. weight: math.unit(120, "kg"),
  17181. name: "Front",
  17182. image: {
  17183. source: "./media/characters/taluthus/front.svg",
  17184. extra: 903 / 833,
  17185. bottom: 0.015
  17186. }
  17187. },
  17188. },
  17189. [
  17190. {
  17191. name: "Normal",
  17192. height: math.unit(7, "feet"),
  17193. default: true
  17194. },
  17195. {
  17196. name: "Macro",
  17197. height: math.unit(300, "feet")
  17198. },
  17199. ]
  17200. ))
  17201. characterMakers.push(() => makeCharacter(
  17202. { name: "Dawn" },
  17203. {
  17204. front: {
  17205. height: math.unit(5 + 9 / 12, "feet"),
  17206. weight: math.unit(145, "lb"),
  17207. name: "Front",
  17208. image: {
  17209. source: "./media/characters/dawn/front.svg",
  17210. extra: 2094 / 2016,
  17211. bottom: 0.025
  17212. }
  17213. },
  17214. back: {
  17215. height: math.unit(5 + 9 / 12, "feet"),
  17216. weight: math.unit(160, "lb"),
  17217. name: "Back",
  17218. image: {
  17219. source: "./media/characters/dawn/back.svg",
  17220. extra: 2112 / 2080,
  17221. bottom: 0.005
  17222. }
  17223. },
  17224. },
  17225. [
  17226. {
  17227. name: "Normal",
  17228. height: math.unit(6 + 7 / 12, "feet"),
  17229. default: true
  17230. },
  17231. ]
  17232. ))
  17233. characterMakers.push(() => makeCharacter(
  17234. { name: "Arador" },
  17235. {
  17236. anthro: {
  17237. height: math.unit(8 + 3 / 12, "feet"),
  17238. weight: math.unit(450, "lb"),
  17239. name: "Anthro",
  17240. image: {
  17241. source: "./media/characters/arador/anthro.svg",
  17242. extra: 1835 / 1718,
  17243. bottom: 0.025
  17244. }
  17245. },
  17246. feral: {
  17247. height: math.unit(4, "feet"),
  17248. weight: math.unit(200, "lb"),
  17249. name: "Feral",
  17250. image: {
  17251. source: "./media/characters/arador/feral.svg",
  17252. extra: 1683 / 1514,
  17253. bottom: 0.07
  17254. }
  17255. },
  17256. },
  17257. [
  17258. {
  17259. name: "Normal",
  17260. height: math.unit(8 + 3 / 12, "feet")
  17261. },
  17262. {
  17263. name: "Macro",
  17264. height: math.unit(82.5, "feet"),
  17265. default: true
  17266. },
  17267. ]
  17268. ))
  17269. characterMakers.push(() => makeCharacter(
  17270. { name: "Dharsi" },
  17271. {
  17272. front: {
  17273. height: math.unit(5 + 10 / 12, "feet"),
  17274. weight: math.unit(125, "lb"),
  17275. name: "Front",
  17276. image: {
  17277. source: "./media/characters/dharsi/front.svg",
  17278. extra: 716 / 630,
  17279. bottom: 0.035
  17280. }
  17281. },
  17282. },
  17283. [
  17284. {
  17285. name: "Nano",
  17286. height: math.unit(100, "nm")
  17287. },
  17288. {
  17289. name: "Micro",
  17290. height: math.unit(2, "inches")
  17291. },
  17292. {
  17293. name: "Normal",
  17294. height: math.unit(5 + 10 / 12, "feet"),
  17295. default: true
  17296. },
  17297. {
  17298. name: "Macro",
  17299. height: math.unit(1000, "feet")
  17300. },
  17301. {
  17302. name: "Megamacro",
  17303. height: math.unit(10, "miles")
  17304. },
  17305. {
  17306. name: "Gigamacro",
  17307. height: math.unit(3000, "miles")
  17308. },
  17309. {
  17310. name: "Teramacro",
  17311. height: math.unit(500000, "miles")
  17312. },
  17313. {
  17314. name: "Teramacro+",
  17315. height: math.unit(30, "galaxies")
  17316. },
  17317. ]
  17318. ))
  17319. characterMakers.push(() => makeCharacter(
  17320. { name: "Deathy" },
  17321. {
  17322. front: {
  17323. height: math.unit(6, "feet"),
  17324. weight: math.unit(150, "lb"),
  17325. name: "Front",
  17326. image: {
  17327. source: "./media/characters/deathy/front.svg",
  17328. extra: 1552 / 1463,
  17329. bottom: 0.025
  17330. }
  17331. },
  17332. side: {
  17333. height: math.unit(6, "feet"),
  17334. weight: math.unit(150, "lb"),
  17335. name: "Side",
  17336. image: {
  17337. source: "./media/characters/deathy/side.svg",
  17338. extra: 1604 / 1455,
  17339. bottom: 0.025
  17340. }
  17341. },
  17342. back: {
  17343. height: math.unit(6, "feet"),
  17344. weight: math.unit(150, "lb"),
  17345. name: "Back",
  17346. image: {
  17347. source: "./media/characters/deathy/back.svg",
  17348. extra: 1580 / 1463,
  17349. bottom: 0.005
  17350. }
  17351. },
  17352. },
  17353. [
  17354. {
  17355. name: "Micro",
  17356. height: math.unit(5, "millimeters")
  17357. },
  17358. {
  17359. name: "Normal",
  17360. height: math.unit(6 + 5 / 12, "feet"),
  17361. default: true
  17362. },
  17363. ]
  17364. ))
  17365. characterMakers.push(() => makeCharacter(
  17366. { name: "Juniper" },
  17367. {
  17368. front: {
  17369. height: math.unit(16, "feet"),
  17370. weight: math.unit(4000, "lb"),
  17371. name: "Front",
  17372. image: {
  17373. source: "./media/characters/juniper/front.svg",
  17374. bottom: 0.04
  17375. }
  17376. },
  17377. },
  17378. [
  17379. {
  17380. name: "Normal",
  17381. height: math.unit(16, "feet"),
  17382. default: true
  17383. },
  17384. ]
  17385. ))
  17386. characterMakers.push(() => makeCharacter(
  17387. { name: "Hipster" },
  17388. {
  17389. front: {
  17390. height: math.unit(6, "feet"),
  17391. weight: math.unit(150, "lb"),
  17392. name: "Front",
  17393. image: {
  17394. source: "./media/characters/hipster/front.svg",
  17395. extra: 1312 / 1209,
  17396. bottom: 0.025
  17397. }
  17398. },
  17399. back: {
  17400. height: math.unit(6, "feet"),
  17401. weight: math.unit(150, "lb"),
  17402. name: "Back",
  17403. image: {
  17404. source: "./media/characters/hipster/back.svg",
  17405. extra: 1281 / 1196,
  17406. bottom: 0.01
  17407. }
  17408. },
  17409. },
  17410. [
  17411. {
  17412. name: "Micro",
  17413. height: math.unit(1, "mm")
  17414. },
  17415. {
  17416. name: "Normal",
  17417. height: math.unit(4, "inches"),
  17418. default: true
  17419. },
  17420. {
  17421. name: "Macro",
  17422. height: math.unit(500, "feet")
  17423. },
  17424. {
  17425. name: "Megamacro",
  17426. height: math.unit(1000, "miles")
  17427. },
  17428. ]
  17429. ))
  17430. characterMakers.push(() => makeCharacter(
  17431. { name: "Tendirmuldr" },
  17432. {
  17433. front: {
  17434. height: math.unit(6, "feet"),
  17435. weight: math.unit(150, "lb"),
  17436. name: "Front",
  17437. image: {
  17438. source: "./media/characters/tendirmuldr/front.svg",
  17439. extra: 1878 / 1772,
  17440. bottom: 0.015
  17441. }
  17442. },
  17443. },
  17444. [
  17445. {
  17446. name: "Megamacro",
  17447. height: math.unit(1500, "miles"),
  17448. default: true
  17449. },
  17450. ]
  17451. ))
  17452. characterMakers.push(() => makeCharacter(
  17453. { name: "Mort" },
  17454. {
  17455. front: {
  17456. height: math.unit(14, "feet"),
  17457. weight: math.unit(12000, "lb"),
  17458. name: "Front",
  17459. image: {
  17460. source: "./media/characters/mort/front.svg",
  17461. extra: 365 / 318,
  17462. bottom: 0.01
  17463. }
  17464. },
  17465. side: {
  17466. height: math.unit(14, "feet"),
  17467. weight: math.unit(12000, "lb"),
  17468. name: "Side",
  17469. image: {
  17470. source: "./media/characters/mort/side.svg",
  17471. extra: 365 / 318,
  17472. bottom: 0.052
  17473. },
  17474. default: true
  17475. },
  17476. back: {
  17477. height: math.unit(14, "feet"),
  17478. weight: math.unit(12000, "lb"),
  17479. name: "Back",
  17480. image: {
  17481. source: "./media/characters/mort/back.svg",
  17482. extra: 371 / 332,
  17483. bottom: 0.18
  17484. }
  17485. },
  17486. },
  17487. [
  17488. {
  17489. name: "Normal",
  17490. height: math.unit(14, "feet"),
  17491. default: true
  17492. },
  17493. ]
  17494. ))
  17495. characterMakers.push(() => makeCharacter(
  17496. { name: "Lycoa" },
  17497. {
  17498. front: {
  17499. height: math.unit(8, "feet"),
  17500. weight: math.unit(1, "ton"),
  17501. name: "Front",
  17502. image: {
  17503. source: "./media/characters/lycoa/front.svg",
  17504. extra: 1875 / 1789,
  17505. bottom: 0.022
  17506. }
  17507. },
  17508. back: {
  17509. height: math.unit(8, "feet"),
  17510. weight: math.unit(1, "ton"),
  17511. name: "Back",
  17512. image: {
  17513. source: "./media/characters/lycoa/back.svg",
  17514. extra: 1835 / 1781,
  17515. bottom: 0.03
  17516. }
  17517. },
  17518. },
  17519. [
  17520. {
  17521. name: "Normal",
  17522. height: math.unit(8, "feet"),
  17523. default: true
  17524. },
  17525. {
  17526. name: "Macro",
  17527. height: math.unit(30, "feet")
  17528. },
  17529. ]
  17530. ))
  17531. characterMakers.push(() => makeCharacter(
  17532. { name: "Naldara" },
  17533. {
  17534. front: {
  17535. height: math.unit(4 + 2 / 12, "feet"),
  17536. weight: math.unit(70, "lb"),
  17537. name: "Front",
  17538. image: {
  17539. source: "./media/characters/naldara/front.svg",
  17540. extra: 841 / 720,
  17541. bottom: 0.04
  17542. }
  17543. },
  17544. },
  17545. [
  17546. {
  17547. name: "Normal",
  17548. height: math.unit(4 + 2 / 12, "feet"),
  17549. default: true
  17550. },
  17551. ]
  17552. ))
  17553. characterMakers.push(() => makeCharacter(
  17554. { name: "Briar" },
  17555. {
  17556. front: {
  17557. height: math.unit(13 + 7 / 12, "feet"),
  17558. weight: math.unit(1500, "lb"),
  17559. name: "Front",
  17560. image: {
  17561. source: "./media/characters/briar/front.svg",
  17562. extra: 626 / 596,
  17563. bottom: 0.08
  17564. }
  17565. },
  17566. },
  17567. [
  17568. {
  17569. name: "Normal",
  17570. height: math.unit(13 + 7 / 12, "feet"),
  17571. default: true
  17572. },
  17573. ]
  17574. ))
  17575. characterMakers.push(() => makeCharacter(
  17576. { name: "Vanguard" },
  17577. {
  17578. side: {
  17579. height: math.unit(10, "feet"),
  17580. weight: math.unit(500, "lb"),
  17581. name: "Side",
  17582. image: {
  17583. source: "./media/characters/vanguard/side.svg",
  17584. extra: 502 / 425,
  17585. bottom: 0.087
  17586. }
  17587. },
  17588. },
  17589. [
  17590. {
  17591. name: "Normal",
  17592. height: math.unit(10, "feet"),
  17593. default: true
  17594. },
  17595. ]
  17596. ))
  17597. characterMakers.push(() => makeCharacter(
  17598. { name: "Artemis" },
  17599. {
  17600. front: {
  17601. height: math.unit(7.5, "feet"),
  17602. weight: math.unit(2, "lb"),
  17603. name: "Front",
  17604. image: {
  17605. source: "./media/characters/artemis/front.svg",
  17606. extra: 1192 / 1075,
  17607. bottom: 0.07
  17608. }
  17609. },
  17610. },
  17611. [
  17612. {
  17613. name: "Normal",
  17614. height: math.unit(7.5, "feet"),
  17615. default: true
  17616. },
  17617. {
  17618. name: "Enlarged",
  17619. height: math.unit(12, "feet")
  17620. },
  17621. ]
  17622. ))
  17623. characterMakers.push(() => makeCharacter(
  17624. { name: "Kira" },
  17625. {
  17626. front: {
  17627. height: math.unit(5 + 3 / 12, "feet"),
  17628. weight: math.unit(160, "lb"),
  17629. name: "Front",
  17630. image: {
  17631. source: "./media/characters/kira/front.svg",
  17632. extra: 906 / 786,
  17633. bottom: 0.01
  17634. }
  17635. },
  17636. back: {
  17637. height: math.unit(5 + 3 / 12, "feet"),
  17638. weight: math.unit(160, "lb"),
  17639. name: "Back",
  17640. image: {
  17641. source: "./media/characters/kira/back.svg",
  17642. extra: 882 / 757,
  17643. bottom: 0.005
  17644. }
  17645. },
  17646. frontDressed: {
  17647. height: math.unit(5 + 3 / 12, "feet"),
  17648. weight: math.unit(160, "lb"),
  17649. name: "Front (Dressed)",
  17650. image: {
  17651. source: "./media/characters/kira/front-dressed.svg",
  17652. extra: 906 / 786,
  17653. bottom: 0.01
  17654. }
  17655. },
  17656. beans: {
  17657. height: math.unit(0.92, "feet"),
  17658. name: "Beans",
  17659. image: {
  17660. source: "./media/characters/kira/beans.svg"
  17661. }
  17662. },
  17663. },
  17664. [
  17665. {
  17666. name: "Normal",
  17667. height: math.unit(5 + 3 / 12, "feet"),
  17668. default: true
  17669. },
  17670. ]
  17671. ))
  17672. characterMakers.push(() => makeCharacter(
  17673. { name: "Scramble" },
  17674. {
  17675. front: {
  17676. height: math.unit(5 + 4 / 12, "feet"),
  17677. weight: math.unit(145, "lb"),
  17678. name: "Front",
  17679. image: {
  17680. source: "./media/characters/scramble/front.svg",
  17681. extra: 763 / 727,
  17682. bottom: 0.05
  17683. }
  17684. },
  17685. back: {
  17686. height: math.unit(5 + 4 / 12, "feet"),
  17687. weight: math.unit(145, "lb"),
  17688. name: "Back",
  17689. image: {
  17690. source: "./media/characters/scramble/back.svg",
  17691. extra: 826 / 737,
  17692. bottom: 0.002
  17693. }
  17694. },
  17695. },
  17696. [
  17697. {
  17698. name: "Normal",
  17699. height: math.unit(5 + 4 / 12, "feet"),
  17700. default: true
  17701. },
  17702. ]
  17703. ))
  17704. characterMakers.push(() => makeCharacter(
  17705. { name: "Biscuit" },
  17706. {
  17707. side: {
  17708. height: math.unit(6 + 2 / 12, "feet"),
  17709. weight: math.unit(190, "lb"),
  17710. name: "Side",
  17711. image: {
  17712. source: "./media/characters/biscuit/side.svg",
  17713. extra: 858 / 791,
  17714. bottom: 0.044
  17715. }
  17716. },
  17717. },
  17718. [
  17719. {
  17720. name: "Normal",
  17721. height: math.unit(6 + 2 / 12, "feet"),
  17722. default: true
  17723. },
  17724. ]
  17725. ))
  17726. characterMakers.push(() => makeCharacter(
  17727. { name: "Poffin" },
  17728. {
  17729. front: {
  17730. height: math.unit(5 + 2 / 12, "feet"),
  17731. weight: math.unit(120, "lb"),
  17732. name: "Front",
  17733. image: {
  17734. source: "./media/characters/poffin/front.svg",
  17735. extra: 786 / 680,
  17736. bottom: 0.005
  17737. }
  17738. },
  17739. },
  17740. [
  17741. {
  17742. name: "Normal",
  17743. height: math.unit(5 + 2 / 12, "feet"),
  17744. default: true
  17745. },
  17746. ]
  17747. ))
  17748. characterMakers.push(() => makeCharacter(
  17749. { name: "Dhari" },
  17750. {
  17751. front: {
  17752. height: math.unit(6 + 3 / 12, "feet"),
  17753. weight: math.unit(519, "lb"),
  17754. name: "Front",
  17755. image: {
  17756. source: "./media/characters/dhari/front.svg",
  17757. extra: 1048 / 946,
  17758. bottom: 0.015
  17759. }
  17760. },
  17761. back: {
  17762. height: math.unit(6 + 3 / 12, "feet"),
  17763. weight: math.unit(519, "lb"),
  17764. name: "Back",
  17765. image: {
  17766. source: "./media/characters/dhari/back.svg",
  17767. extra: 1048 / 931,
  17768. bottom: 0.005
  17769. }
  17770. },
  17771. frontDressed: {
  17772. height: math.unit(6 + 3 / 12, "feet"),
  17773. weight: math.unit(519, "lb"),
  17774. name: "Front (Dressed)",
  17775. image: {
  17776. source: "./media/characters/dhari/front-dressed.svg",
  17777. extra: 1713 / 1546,
  17778. bottom: 0.02
  17779. }
  17780. },
  17781. backDressed: {
  17782. height: math.unit(6 + 3 / 12, "feet"),
  17783. weight: math.unit(519, "lb"),
  17784. name: "Back (Dressed)",
  17785. image: {
  17786. source: "./media/characters/dhari/back-dressed.svg",
  17787. extra: 1699 / 1537,
  17788. bottom: 0.01
  17789. }
  17790. },
  17791. maw: {
  17792. height: math.unit(0.95, "feet"),
  17793. name: "Maw",
  17794. image: {
  17795. source: "./media/characters/dhari/maw.svg"
  17796. }
  17797. },
  17798. wereFront: {
  17799. height: math.unit(12 + 8 / 12, "feet"),
  17800. weight: math.unit(4000, "lb"),
  17801. name: "Front (Were)",
  17802. image: {
  17803. source: "./media/characters/dhari/were-front.svg",
  17804. extra: 1065 / 969,
  17805. bottom: 0.015
  17806. }
  17807. },
  17808. wereBack: {
  17809. height: math.unit(12 + 8 / 12, "feet"),
  17810. weight: math.unit(4000, "lb"),
  17811. name: "Back (Were)",
  17812. image: {
  17813. source: "./media/characters/dhari/were-back.svg",
  17814. extra: 1065 / 969,
  17815. bottom: 0.012
  17816. }
  17817. },
  17818. wereMaw: {
  17819. height: math.unit(0.625, "meters"),
  17820. name: "Maw (Were)",
  17821. image: {
  17822. source: "./media/characters/dhari/were-maw.svg"
  17823. }
  17824. },
  17825. },
  17826. [
  17827. {
  17828. name: "Normal",
  17829. height: math.unit(6 + 3 / 12, "feet"),
  17830. default: true
  17831. },
  17832. ]
  17833. ))
  17834. characterMakers.push(() => makeCharacter(
  17835. { name: "Rena Dyne" },
  17836. {
  17837. anthro: {
  17838. height: math.unit(5 + 7 / 12, "feet"),
  17839. weight: math.unit(175, "lb"),
  17840. name: "Anthro",
  17841. image: {
  17842. source: "./media/characters/rena-dyne/anthro.svg",
  17843. extra: 1849 / 1785,
  17844. bottom: 0.005
  17845. }
  17846. },
  17847. taur: {
  17848. height: math.unit(15 + 6 / 12, "feet"),
  17849. weight: math.unit(8000, "lb"),
  17850. name: "Taur",
  17851. image: {
  17852. source: "./media/characters/rena-dyne/taur.svg",
  17853. extra: 2315 / 2234,
  17854. bottom: 0.033
  17855. }
  17856. },
  17857. },
  17858. [
  17859. {
  17860. name: "Normal",
  17861. height: math.unit(5 + 7 / 12, "feet"),
  17862. default: true
  17863. },
  17864. ]
  17865. ))
  17866. characterMakers.push(() => makeCharacter(
  17867. { name: "Weremeep" },
  17868. {
  17869. front: {
  17870. height: math.unit(8, "feet"),
  17871. weight: math.unit(600, "lb"),
  17872. name: "Front",
  17873. image: {
  17874. source: "./media/characters/weremeep/front.svg",
  17875. extra: 967 / 862,
  17876. bottom: 0.01
  17877. }
  17878. },
  17879. },
  17880. [
  17881. {
  17882. name: "Normal",
  17883. height: math.unit(8, "feet"),
  17884. default: true
  17885. },
  17886. {
  17887. name: "Lorg",
  17888. height: math.unit(12, "feet")
  17889. },
  17890. {
  17891. name: "Oh Lawd She Comin'",
  17892. height: math.unit(20, "feet")
  17893. },
  17894. ]
  17895. ))
  17896. characterMakers.push(() => makeCharacter(
  17897. { name: "Reza" },
  17898. {
  17899. front: {
  17900. height: math.unit(4, "feet"),
  17901. weight: math.unit(90, "lb"),
  17902. name: "Front",
  17903. image: {
  17904. source: "./media/characters/reza/front.svg",
  17905. extra: 1183 / 1111,
  17906. bottom: 0.017
  17907. }
  17908. },
  17909. back: {
  17910. height: math.unit(4, "feet"),
  17911. weight: math.unit(90, "lb"),
  17912. name: "Back",
  17913. image: {
  17914. source: "./media/characters/reza/back.svg",
  17915. extra: 1183 / 1111,
  17916. bottom: 0.01
  17917. }
  17918. },
  17919. },
  17920. [
  17921. {
  17922. name: "Normal",
  17923. height: math.unit(4, "feet"),
  17924. default: true
  17925. },
  17926. ]
  17927. ))
  17928. characterMakers.push(() => makeCharacter(
  17929. { name: "Athea" },
  17930. {
  17931. side: {
  17932. height: math.unit(15, "feet"),
  17933. weight: math.unit(14, "tons"),
  17934. name: "Side",
  17935. image: {
  17936. source: "./media/characters/athea/side.svg",
  17937. extra: 960 / 540,
  17938. bottom: 0.003
  17939. }
  17940. },
  17941. sitting: {
  17942. height: math.unit(6 * 2.85, "feet"),
  17943. weight: math.unit(14, "tons"),
  17944. name: "Sitting",
  17945. image: {
  17946. source: "./media/characters/athea/sitting.svg",
  17947. extra: 621 / 581,
  17948. bottom: 0.075
  17949. }
  17950. },
  17951. maw: {
  17952. height: math.unit(7.59498031496063, "feet"),
  17953. name: "Maw",
  17954. image: {
  17955. source: "./media/characters/athea/maw.svg"
  17956. }
  17957. },
  17958. },
  17959. [
  17960. {
  17961. name: "Lap Cat",
  17962. height: math.unit(2.5, "feet")
  17963. },
  17964. {
  17965. name: "Minimacro",
  17966. height: math.unit(15, "feet"),
  17967. default: true
  17968. },
  17969. {
  17970. name: "Macro",
  17971. height: math.unit(120, "feet")
  17972. },
  17973. {
  17974. name: "Macro+",
  17975. height: math.unit(640, "feet")
  17976. },
  17977. {
  17978. name: "Colossus",
  17979. height: math.unit(2.2, "miles")
  17980. },
  17981. ]
  17982. ))
  17983. characterMakers.push(() => makeCharacter(
  17984. { name: "Seroko" },
  17985. {
  17986. front: {
  17987. height: math.unit(8 + 8 / 12, "feet"),
  17988. weight: math.unit(130, "kg"),
  17989. name: "Front",
  17990. image: {
  17991. source: "./media/characters/seroko/front.svg",
  17992. extra: 1385 / 1280,
  17993. bottom: 0.025
  17994. }
  17995. },
  17996. back: {
  17997. height: math.unit(8 + 8 / 12, "feet"),
  17998. weight: math.unit(130, "kg"),
  17999. name: "Back",
  18000. image: {
  18001. source: "./media/characters/seroko/back.svg",
  18002. extra: 1369 / 1238,
  18003. bottom: 0.018
  18004. }
  18005. },
  18006. frontDressed: {
  18007. height: math.unit(8 + 8 / 12, "feet"),
  18008. weight: math.unit(130, "kg"),
  18009. name: "Front (Dressed)",
  18010. image: {
  18011. source: "./media/characters/seroko/front-dressed.svg",
  18012. extra: 1366 / 1275,
  18013. bottom: 0.03
  18014. }
  18015. },
  18016. },
  18017. [
  18018. {
  18019. name: "Normal",
  18020. height: math.unit(8 + 8 / 12, "feet"),
  18021. default: true
  18022. },
  18023. ]
  18024. ))
  18025. characterMakers.push(() => makeCharacter(
  18026. { name: "Quatzi" },
  18027. {
  18028. front: {
  18029. height: math.unit(5.5, "feet"),
  18030. weight: math.unit(160, "lb"),
  18031. name: "Front",
  18032. image: {
  18033. source: "./media/characters/quatzi/front.svg",
  18034. extra: 2346 / 2242,
  18035. bottom: 0.015
  18036. }
  18037. },
  18038. },
  18039. [
  18040. {
  18041. name: "Normal",
  18042. height: math.unit(5.5, "feet"),
  18043. default: true
  18044. },
  18045. {
  18046. name: "Big",
  18047. height: math.unit(7.7, "feet")
  18048. },
  18049. ]
  18050. ))
  18051. characterMakers.push(() => makeCharacter(
  18052. { name: "Sen" },
  18053. {
  18054. front: {
  18055. height: math.unit(5 + 11 / 12, "feet"),
  18056. weight: math.unit(180, "lb"),
  18057. name: "Front",
  18058. image: {
  18059. source: "./media/characters/sen/front.svg",
  18060. extra: 1321 / 1254,
  18061. bottom: 0.015
  18062. }
  18063. },
  18064. side: {
  18065. height: math.unit(5 + 11 / 12, "feet"),
  18066. weight: math.unit(180, "lb"),
  18067. name: "Side",
  18068. image: {
  18069. source: "./media/characters/sen/side.svg",
  18070. extra: 1321 / 1254,
  18071. bottom: 0.007
  18072. }
  18073. },
  18074. back: {
  18075. height: math.unit(5 + 11 / 12, "feet"),
  18076. weight: math.unit(180, "lb"),
  18077. name: "Back",
  18078. image: {
  18079. source: "./media/characters/sen/back.svg",
  18080. extra: 1321 / 1254
  18081. }
  18082. },
  18083. },
  18084. [
  18085. {
  18086. name: "Normal",
  18087. height: math.unit(5 + 11 / 12, "feet"),
  18088. default: true
  18089. },
  18090. ]
  18091. ))
  18092. characterMakers.push(() => makeCharacter(
  18093. { name: "Fruity" },
  18094. {
  18095. front: {
  18096. height: math.unit(166.6, "cm"),
  18097. weight: math.unit(66.6, "kg"),
  18098. name: "Front",
  18099. image: {
  18100. source: "./media/characters/fruity/front.svg",
  18101. extra: 1510 / 1386,
  18102. bottom: 0.04
  18103. }
  18104. },
  18105. back: {
  18106. height: math.unit(166.6, "cm"),
  18107. weight: math.unit(66.6, "lb"),
  18108. name: "Back",
  18109. image: {
  18110. source: "./media/characters/fruity/back.svg",
  18111. extra: 1563 / 1435,
  18112. bottom: 0.005
  18113. }
  18114. },
  18115. },
  18116. [
  18117. {
  18118. name: "Normal",
  18119. height: math.unit(166.6, "cm"),
  18120. default: true
  18121. },
  18122. {
  18123. name: "Demonic",
  18124. height: math.unit(166.6, "feet")
  18125. },
  18126. ]
  18127. ))
  18128. characterMakers.push(() => makeCharacter(
  18129. { name: "Zost" },
  18130. {
  18131. side: {
  18132. height: math.unit(10, "feet"),
  18133. weight: math.unit(500, "lb"),
  18134. name: "Side",
  18135. image: {
  18136. source: "./media/characters/zost/side.svg",
  18137. extra: 966 / 880,
  18138. bottom: 0.075
  18139. }
  18140. },
  18141. mawFront: {
  18142. height: math.unit(1.08, "meters"),
  18143. name: "Maw (Front)",
  18144. image: {
  18145. source: "./media/characters/zost/maw-front.svg"
  18146. }
  18147. },
  18148. mawSide: {
  18149. height: math.unit(2.66, "feet"),
  18150. name: "Maw (Side)",
  18151. image: {
  18152. source: "./media/characters/zost/maw-side.svg"
  18153. }
  18154. },
  18155. },
  18156. [
  18157. {
  18158. name: "Normal",
  18159. height: math.unit(10, "feet"),
  18160. default: true
  18161. },
  18162. ]
  18163. ))
  18164. characterMakers.push(() => makeCharacter(
  18165. { name: "Luci" },
  18166. {
  18167. front: {
  18168. height: math.unit(5 + 4 / 12, "feet"),
  18169. weight: math.unit(120, "lb"),
  18170. name: "Front",
  18171. image: {
  18172. source: "./media/characters/luci/front.svg",
  18173. extra: 1985 / 1884,
  18174. bottom: 0.04
  18175. }
  18176. },
  18177. back: {
  18178. height: math.unit(5 + 4 / 12, "feet"),
  18179. weight: math.unit(120, "lb"),
  18180. name: "Back",
  18181. image: {
  18182. source: "./media/characters/luci/back.svg",
  18183. extra: 1892 / 1791,
  18184. bottom: 0.002
  18185. }
  18186. },
  18187. },
  18188. [
  18189. {
  18190. name: "Normal",
  18191. height: math.unit(5 + 4 / 12, "feet"),
  18192. default: true
  18193. },
  18194. ]
  18195. ))
  18196. characterMakers.push(() => makeCharacter(
  18197. { name: "2th" },
  18198. {
  18199. front: {
  18200. height: math.unit(1500, "feet"),
  18201. weight: math.unit(3.8e6, "tons"),
  18202. name: "Front",
  18203. image: {
  18204. source: "./media/characters/2th/front.svg",
  18205. extra: 3489 / 3350,
  18206. bottom: 0.1
  18207. }
  18208. },
  18209. foot: {
  18210. height: math.unit(461, "feet"),
  18211. name: "Foot",
  18212. image: {
  18213. source: "./media/characters/2th/foot.svg"
  18214. }
  18215. },
  18216. },
  18217. [
  18218. {
  18219. name: "\"Micro\"",
  18220. height: math.unit(15 + 7 / 12, "feet")
  18221. },
  18222. {
  18223. name: "Normal",
  18224. height: math.unit(1500, "feet"),
  18225. default: true
  18226. },
  18227. {
  18228. name: "Macro",
  18229. height: math.unit(5000, "feet")
  18230. },
  18231. {
  18232. name: "Megamacro",
  18233. height: math.unit(15, "miles")
  18234. },
  18235. {
  18236. name: "Gigamacro",
  18237. height: math.unit(4000, "miles")
  18238. },
  18239. {
  18240. name: "Galactic",
  18241. height: math.unit(50, "AU")
  18242. },
  18243. ]
  18244. ))
  18245. characterMakers.push(() => makeCharacter(
  18246. { name: "Amethyst" },
  18247. {
  18248. front: {
  18249. height: math.unit(5 + 6 / 12, "feet"),
  18250. weight: math.unit(220, "lb"),
  18251. name: "Front",
  18252. image: {
  18253. source: "./media/characters/amethyst/front.svg",
  18254. extra: 2078 / 2040,
  18255. bottom: 0.045
  18256. }
  18257. },
  18258. back: {
  18259. height: math.unit(5 + 6 / 12, "feet"),
  18260. weight: math.unit(220, "lb"),
  18261. name: "Back",
  18262. image: {
  18263. source: "./media/characters/amethyst/back.svg",
  18264. extra: 2021 / 1989,
  18265. bottom: 0.02
  18266. }
  18267. },
  18268. },
  18269. [
  18270. {
  18271. name: "Normal",
  18272. height: math.unit(5 + 6 / 12, "feet"),
  18273. default: true
  18274. },
  18275. ]
  18276. ))
  18277. characterMakers.push(() => makeCharacter(
  18278. { name: "Yumi Akiyama" },
  18279. {
  18280. front: {
  18281. height: math.unit(4 + 11 / 12, "feet"),
  18282. weight: math.unit(120, "lb"),
  18283. name: "Front",
  18284. image: {
  18285. source: "./media/characters/yumi-akiyama/front.svg",
  18286. extra: 1327 / 1235,
  18287. bottom: 0.02
  18288. }
  18289. },
  18290. back: {
  18291. height: math.unit(4 + 11 / 12, "feet"),
  18292. weight: math.unit(120, "lb"),
  18293. name: "Back",
  18294. image: {
  18295. source: "./media/characters/yumi-akiyama/back.svg",
  18296. extra: 1287 / 1245,
  18297. bottom: 0.002
  18298. }
  18299. },
  18300. },
  18301. [
  18302. {
  18303. name: "Galactic",
  18304. height: math.unit(50, "galaxies"),
  18305. default: true
  18306. },
  18307. {
  18308. name: "Universal",
  18309. height: math.unit(100, "universes")
  18310. },
  18311. ]
  18312. ))
  18313. characterMakers.push(() => makeCharacter(
  18314. { name: "Rifter Yrmori" },
  18315. {
  18316. front: {
  18317. height: math.unit(8, "feet"),
  18318. weight: math.unit(500, "lb"),
  18319. name: "Front",
  18320. image: {
  18321. source: "./media/characters/rifter-yrmori/front.svg",
  18322. extra: 1180 / 1125,
  18323. bottom: 0.02
  18324. }
  18325. },
  18326. back: {
  18327. height: math.unit(8, "feet"),
  18328. weight: math.unit(500, "lb"),
  18329. name: "Back",
  18330. image: {
  18331. source: "./media/characters/rifter-yrmori/back.svg",
  18332. extra: 1190 / 1145,
  18333. bottom: 0.001
  18334. }
  18335. },
  18336. wings: {
  18337. height: math.unit(7.75, "feet"),
  18338. weight: math.unit(500, "lb"),
  18339. name: "Wings",
  18340. image: {
  18341. source: "./media/characters/rifter-yrmori/wings.svg",
  18342. extra: 1357 / 1285
  18343. }
  18344. },
  18345. maw: {
  18346. height: math.unit(0.8, "feet"),
  18347. name: "Maw",
  18348. image: {
  18349. source: "./media/characters/rifter-yrmori/maw.svg"
  18350. }
  18351. },
  18352. },
  18353. [
  18354. {
  18355. name: "Normal",
  18356. height: math.unit(8, "feet"),
  18357. default: true
  18358. },
  18359. {
  18360. name: "Macro",
  18361. height: math.unit(42, "meters")
  18362. },
  18363. ]
  18364. ))
  18365. characterMakers.push(() => makeCharacter(
  18366. { name: "Tahajin" },
  18367. {
  18368. were: {
  18369. height: math.unit(25 + 6 / 12, "feet"),
  18370. weight: math.unit(10000, "lb"),
  18371. name: "Were",
  18372. image: {
  18373. source: "./media/characters/tahajin/were.svg",
  18374. extra: 801 / 770,
  18375. bottom: 0.042
  18376. }
  18377. },
  18378. aquatic: {
  18379. height: math.unit(6 + 4 / 12, "feet"),
  18380. weight: math.unit(160, "lb"),
  18381. name: "Aquatic",
  18382. image: {
  18383. source: "./media/characters/tahajin/aquatic.svg",
  18384. extra: 572 / 542,
  18385. bottom: 0.04
  18386. }
  18387. },
  18388. chow: {
  18389. height: math.unit(8 + 11 / 12, "feet"),
  18390. weight: math.unit(450, "lb"),
  18391. name: "Chow",
  18392. image: {
  18393. source: "./media/characters/tahajin/chow.svg",
  18394. extra: 660 / 640,
  18395. bottom: 0.015
  18396. }
  18397. },
  18398. demiNaga: {
  18399. height: math.unit(6 + 8 / 12, "feet"),
  18400. weight: math.unit(300, "lb"),
  18401. name: "Demi Naga",
  18402. image: {
  18403. source: "./media/characters/tahajin/demi-naga.svg",
  18404. extra: 643 / 615,
  18405. bottom: 0.1
  18406. }
  18407. },
  18408. data: {
  18409. height: math.unit(5, "inches"),
  18410. weight: math.unit(0.1, "lb"),
  18411. name: "Data",
  18412. image: {
  18413. source: "./media/characters/tahajin/data.svg"
  18414. }
  18415. },
  18416. fluu: {
  18417. height: math.unit(5 + 7 / 12, "feet"),
  18418. weight: math.unit(140, "lb"),
  18419. name: "Fluu",
  18420. image: {
  18421. source: "./media/characters/tahajin/fluu.svg",
  18422. extra: 628 / 592,
  18423. bottom: 0.02
  18424. }
  18425. },
  18426. starWarrior: {
  18427. height: math.unit(4 + 5 / 12, "feet"),
  18428. weight: math.unit(50, "lb"),
  18429. name: "Star Warrior",
  18430. image: {
  18431. source: "./media/characters/tahajin/star-warrior.svg"
  18432. }
  18433. },
  18434. },
  18435. [
  18436. {
  18437. name: "Normal",
  18438. height: math.unit(25 + 6 / 12, "feet"),
  18439. default: true
  18440. },
  18441. ]
  18442. ))
  18443. characterMakers.push(() => makeCharacter(
  18444. { name: "Gabira" },
  18445. {
  18446. front: {
  18447. height: math.unit(8, "feet"),
  18448. weight: math.unit(350, "lb"),
  18449. name: "Front",
  18450. image: {
  18451. source: "./media/characters/gabira/front.svg",
  18452. extra: 608 / 580,
  18453. bottom: 0.03
  18454. }
  18455. },
  18456. back: {
  18457. height: math.unit(8, "feet"),
  18458. weight: math.unit(350, "lb"),
  18459. name: "Back",
  18460. image: {
  18461. source: "./media/characters/gabira/back.svg",
  18462. extra: 608 / 580,
  18463. bottom: 0.03
  18464. }
  18465. },
  18466. },
  18467. [
  18468. {
  18469. name: "Normal",
  18470. height: math.unit(8, "feet"),
  18471. default: true
  18472. },
  18473. ]
  18474. ))
  18475. characterMakers.push(() => makeCharacter(
  18476. { name: "Sasha Katraine" },
  18477. {
  18478. front: {
  18479. height: math.unit(5 + 3 / 12, "feet"),
  18480. weight: math.unit(137, "lb"),
  18481. name: "Front",
  18482. image: {
  18483. source: "./media/characters/sasha-katraine/front.svg",
  18484. bottom: 0.045
  18485. }
  18486. },
  18487. },
  18488. [
  18489. {
  18490. name: "Micro",
  18491. height: math.unit(5, "inches")
  18492. },
  18493. {
  18494. name: "Normal",
  18495. height: math.unit(5 + 3 / 12, "feet"),
  18496. default: true
  18497. },
  18498. ]
  18499. ))
  18500. characterMakers.push(() => makeCharacter(
  18501. { name: "Der" },
  18502. {
  18503. side: {
  18504. height: math.unit(4, "inches"),
  18505. weight: math.unit(200, "grams"),
  18506. name: "Side",
  18507. image: {
  18508. source: "./media/characters/der/side.svg",
  18509. extra: 719 / 400,
  18510. bottom: 30.6 / 749.9187
  18511. }
  18512. },
  18513. },
  18514. [
  18515. {
  18516. name: "Micro",
  18517. height: math.unit(4, "inches"),
  18518. default: true
  18519. },
  18520. ]
  18521. ))
  18522. characterMakers.push(() => makeCharacter(
  18523. { name: "Fixerdragon" },
  18524. {
  18525. side: {
  18526. height: math.unit(30, "meters"),
  18527. weight: math.unit(700, "tonnes"),
  18528. name: "Side",
  18529. image: {
  18530. source: "./media/characters/fixerdragon/side.svg",
  18531. extra: (1293.0514 - 116.03) / 1106.86,
  18532. bottom: 116.03 / 1293.0514
  18533. }
  18534. },
  18535. },
  18536. [
  18537. {
  18538. name: "Planck",
  18539. height: math.unit(1.6e-35, "meters")
  18540. },
  18541. {
  18542. name: "Micro",
  18543. height: math.unit(0.4, "meters")
  18544. },
  18545. {
  18546. name: "Normal",
  18547. height: math.unit(30, "meters"),
  18548. default: true
  18549. },
  18550. {
  18551. name: "Megamacro",
  18552. height: math.unit(1.2, "megameters")
  18553. },
  18554. {
  18555. name: "Teramacro",
  18556. height: math.unit(130, "terameters")
  18557. },
  18558. {
  18559. name: "Yottamacro",
  18560. height: math.unit(6200, "yottameters")
  18561. },
  18562. ]
  18563. ));
  18564. characterMakers.push(() => makeCharacter(
  18565. { name: "Kite" },
  18566. {
  18567. front: {
  18568. height: math.unit(8, "feet"),
  18569. weight: math.unit(250, "lb"),
  18570. name: "Front",
  18571. image: {
  18572. source: "./media/characters/kite/front.svg",
  18573. extra: 2796 / 2659,
  18574. bottom: 0.002
  18575. }
  18576. },
  18577. },
  18578. [
  18579. {
  18580. name: "Normal",
  18581. height: math.unit(8, "feet"),
  18582. default: true
  18583. },
  18584. {
  18585. name: "Macro",
  18586. height: math.unit(360, "feet")
  18587. },
  18588. {
  18589. name: "Megamacro",
  18590. height: math.unit(1500, "feet")
  18591. },
  18592. ]
  18593. ))
  18594. characterMakers.push(() => makeCharacter(
  18595. { name: "Poojawa Vynar" },
  18596. {
  18597. front: {
  18598. height: math.unit(5 + 10 / 12, "feet"),
  18599. weight: math.unit(150, "lb"),
  18600. name: "Front",
  18601. image: {
  18602. source: "./media/characters/poojawa-vynar/front.svg",
  18603. extra: (1506.1547 - 55) / 1356.6,
  18604. bottom: 55 / 1506.1547
  18605. }
  18606. },
  18607. frontTailless: {
  18608. height: math.unit(5 + 10 / 12, "feet"),
  18609. weight: math.unit(150, "lb"),
  18610. name: "Front (Tailless)",
  18611. image: {
  18612. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18613. extra: (1506.1547 - 55) / 1356.6,
  18614. bottom: 55 / 1506.1547
  18615. }
  18616. },
  18617. },
  18618. [
  18619. {
  18620. name: "Normal",
  18621. height: math.unit(5 + 10 / 12, "feet"),
  18622. default: true
  18623. },
  18624. ]
  18625. ))
  18626. characterMakers.push(() => makeCharacter(
  18627. { name: "Violette" },
  18628. {
  18629. front: {
  18630. height: math.unit(293, "meters"),
  18631. weight: math.unit(70400, "tons"),
  18632. name: "Front",
  18633. image: {
  18634. source: "./media/characters/violette/front.svg",
  18635. extra: 1227 / 1180,
  18636. bottom: 0.005
  18637. }
  18638. },
  18639. back: {
  18640. height: math.unit(293, "meters"),
  18641. weight: math.unit(70400, "tons"),
  18642. name: "Back",
  18643. image: {
  18644. source: "./media/characters/violette/back.svg",
  18645. extra: 1227 / 1180,
  18646. bottom: 0.005
  18647. }
  18648. },
  18649. },
  18650. [
  18651. {
  18652. name: "Macro",
  18653. height: math.unit(293, "meters"),
  18654. default: true
  18655. },
  18656. ]
  18657. ))
  18658. characterMakers.push(() => makeCharacter(
  18659. { name: "Alessandra" },
  18660. {
  18661. front: {
  18662. height: math.unit(1050, "feet"),
  18663. weight: math.unit(200000, "tons"),
  18664. name: "Front",
  18665. image: {
  18666. source: "./media/characters/alessandra/front.svg",
  18667. extra: 960 / 912,
  18668. bottom: 0.06
  18669. }
  18670. },
  18671. },
  18672. [
  18673. {
  18674. name: "Macro",
  18675. height: math.unit(1050, "feet")
  18676. },
  18677. {
  18678. name: "Macro+",
  18679. height: math.unit(900, "meters"),
  18680. default: true
  18681. },
  18682. ]
  18683. ))
  18684. characterMakers.push(() => makeCharacter(
  18685. { name: "Person", species: "Catdragon" },
  18686. {
  18687. front: {
  18688. height: math.unit(5, "feet"),
  18689. weight: math.unit(187, "lb"),
  18690. name: "Front",
  18691. image: {
  18692. source: "./media/characters/person/front.svg",
  18693. extra: 3087 / 2945,
  18694. bottom: 91 / 3181
  18695. }
  18696. },
  18697. },
  18698. [
  18699. {
  18700. name: "Micro",
  18701. height: math.unit(3, "inches")
  18702. },
  18703. {
  18704. name: "Normal",
  18705. height: math.unit(5, "feet"),
  18706. default: true
  18707. },
  18708. {
  18709. name: "Macro",
  18710. height: math.unit(90, "feet")
  18711. },
  18712. {
  18713. name: "Max Size",
  18714. height: math.unit(280, "feet")
  18715. },
  18716. ]
  18717. ))
  18718. characterMakers.push(() => makeCharacter(
  18719. { name: "Ty" },
  18720. {
  18721. front: {
  18722. height: math.unit(4.5, "meters"),
  18723. weight: math.unit(3200, "lb"),
  18724. name: "Front",
  18725. image: {
  18726. source: "./media/characters/ty/front.svg",
  18727. extra: 1038 / 960,
  18728. bottom: 31.156 / 1068
  18729. }
  18730. },
  18731. back: {
  18732. height: math.unit(4.5, "meters"),
  18733. weight: math.unit(3200, "lb"),
  18734. name: "Back",
  18735. image: {
  18736. source: "./media/characters/ty/back.svg",
  18737. extra: 1044 / 966,
  18738. bottom: 7.48 / 1049
  18739. }
  18740. },
  18741. },
  18742. [
  18743. {
  18744. name: "Normal",
  18745. height: math.unit(4.5, "meters"),
  18746. default: true
  18747. },
  18748. ]
  18749. ))
  18750. characterMakers.push(() => makeCharacter(
  18751. { name: "Rocky" },
  18752. {
  18753. front: {
  18754. height: math.unit(5 + 4 / 12, "feet"),
  18755. weight: math.unit(115, "lb"),
  18756. name: "Front",
  18757. image: {
  18758. source: "./media/characters/rocky/front.svg",
  18759. extra: 1012 / 975,
  18760. bottom: 54 / 1066
  18761. }
  18762. },
  18763. },
  18764. [
  18765. {
  18766. name: "Normal",
  18767. height: math.unit(5 + 4 / 12, "feet"),
  18768. default: true
  18769. },
  18770. ]
  18771. ))
  18772. characterMakers.push(() => makeCharacter(
  18773. { name: "Ruin" },
  18774. {
  18775. upright: {
  18776. height: math.unit(6, "meters"),
  18777. weight: math.unit(4000, "kg"),
  18778. name: "Upright",
  18779. image: {
  18780. source: "./media/characters/ruin/upright.svg",
  18781. extra: 668 / 661,
  18782. bottom: 42 / 799.8396
  18783. }
  18784. },
  18785. },
  18786. [
  18787. {
  18788. name: "Normal",
  18789. height: math.unit(6, "meters")
  18790. },
  18791. ]
  18792. ))
  18793. characterMakers.push(() => makeCharacter(
  18794. { name: "Robin" },
  18795. {
  18796. front: {
  18797. height: math.unit(5, "feet"),
  18798. weight: math.unit(106, "lb"),
  18799. name: "Front",
  18800. image: {
  18801. source: "./media/characters/robin/front.svg",
  18802. extra: 862 / 799,
  18803. bottom: 42.4 / 914.8856
  18804. }
  18805. },
  18806. },
  18807. [
  18808. {
  18809. name: "Normal",
  18810. height: math.unit(5, "feet"),
  18811. default: true
  18812. },
  18813. ]
  18814. ))
  18815. characterMakers.push(() => makeCharacter(
  18816. { name: "Saian" },
  18817. {
  18818. side: {
  18819. height: math.unit(3, "feet"),
  18820. weight: math.unit(225, "lb"),
  18821. name: "Side",
  18822. image: {
  18823. source: "./media/characters/saian/side.svg",
  18824. extra: 566 / 356,
  18825. bottom: 79.7 / 643
  18826. }
  18827. },
  18828. maw: {
  18829. height: math.unit(2.85, "feet"),
  18830. name: "Maw",
  18831. image: {
  18832. source: "./media/characters/saian/maw.svg"
  18833. }
  18834. },
  18835. },
  18836. [
  18837. {
  18838. name: "Normal",
  18839. height: math.unit(3, "feet"),
  18840. default: true
  18841. },
  18842. ]
  18843. ))
  18844. characterMakers.push(() => makeCharacter(
  18845. { name: "Equus Silvermane" },
  18846. {
  18847. side: {
  18848. height: math.unit(8, "feet"),
  18849. weight: math.unit(300, "lb"),
  18850. name: "Side",
  18851. image: {
  18852. source: "./media/characters/equus-silvermane/side.svg",
  18853. extra: 2176 / 2050,
  18854. bottom: 65.7 / 2245
  18855. }
  18856. },
  18857. front: {
  18858. height: math.unit(8, "feet"),
  18859. weight: math.unit(300, "lb"),
  18860. name: "Front",
  18861. image: {
  18862. source: "./media/characters/equus-silvermane/front.svg",
  18863. extra: 4633 / 4400,
  18864. bottom: 71.3 / 4706.915
  18865. }
  18866. },
  18867. sideStepping: {
  18868. height: math.unit(8, "feet"),
  18869. weight: math.unit(300, "lb"),
  18870. name: "Side (Stepping)",
  18871. image: {
  18872. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18873. extra: 1968 / 1860,
  18874. bottom: 16.4 / 1989
  18875. }
  18876. },
  18877. },
  18878. [
  18879. {
  18880. name: "Normal",
  18881. height: math.unit(8, "feet")
  18882. },
  18883. {
  18884. name: "Minimacro",
  18885. height: math.unit(75, "feet"),
  18886. default: true
  18887. },
  18888. {
  18889. name: "Macro",
  18890. height: math.unit(150, "feet")
  18891. },
  18892. {
  18893. name: "Macro+",
  18894. height: math.unit(1000, "feet")
  18895. },
  18896. {
  18897. name: "Megamacro",
  18898. height: math.unit(1, "mile")
  18899. },
  18900. ]
  18901. ))
  18902. characterMakers.push(() => makeCharacter(
  18903. { name: "Windar" },
  18904. {
  18905. side: {
  18906. height: math.unit(20, "feet"),
  18907. weight: math.unit(30000, "kg"),
  18908. name: "Side",
  18909. image: {
  18910. source: "./media/characters/windar/side.svg",
  18911. extra: 1491 / 1248,
  18912. bottom: 82.56 / 1568
  18913. }
  18914. },
  18915. },
  18916. [
  18917. {
  18918. name: "Normal",
  18919. height: math.unit(20, "feet"),
  18920. default: true
  18921. },
  18922. ]
  18923. ))
  18924. characterMakers.push(() => makeCharacter(
  18925. { name: "Melody" },
  18926. {
  18927. side: {
  18928. height: math.unit(15.66, "feet"),
  18929. weight: math.unit(150, "lb"),
  18930. name: "Side",
  18931. image: {
  18932. source: "./media/characters/melody/side.svg",
  18933. extra: 1097 / 944,
  18934. bottom: 11.8 / 1109
  18935. }
  18936. },
  18937. sideOutfit: {
  18938. height: math.unit(15.66, "feet"),
  18939. weight: math.unit(150, "lb"),
  18940. name: "Side (Outfit)",
  18941. image: {
  18942. source: "./media/characters/melody/side-outfit.svg",
  18943. extra: 1097 / 944,
  18944. bottom: 11.8 / 1109
  18945. }
  18946. },
  18947. },
  18948. [
  18949. {
  18950. name: "Normal",
  18951. height: math.unit(15.66, "feet"),
  18952. default: true
  18953. },
  18954. ]
  18955. ))
  18956. characterMakers.push(() => makeCharacter(
  18957. { name: "Windera" },
  18958. {
  18959. front: {
  18960. height: math.unit(8, "feet"),
  18961. weight: math.unit(325, "lb"),
  18962. name: "Front",
  18963. image: {
  18964. source: "./media/characters/windera/front.svg",
  18965. extra: 3180 / 2845,
  18966. bottom: 178 / 3365
  18967. }
  18968. },
  18969. },
  18970. [
  18971. {
  18972. name: "Normal",
  18973. height: math.unit(8, "feet"),
  18974. default: true
  18975. },
  18976. ]
  18977. ))
  18978. characterMakers.push(() => makeCharacter(
  18979. { name: "Sonear" },
  18980. {
  18981. front: {
  18982. height: math.unit(28.75, "feet"),
  18983. weight: math.unit(2000, "kg"),
  18984. name: "Front",
  18985. image: {
  18986. source: "./media/characters/sonear/front.svg",
  18987. extra: 1041.1 / 964.9,
  18988. bottom: 53.7 / 1096.6
  18989. }
  18990. },
  18991. },
  18992. [
  18993. {
  18994. name: "Normal",
  18995. height: math.unit(28.75, "feet"),
  18996. default: true
  18997. },
  18998. ]
  18999. ))
  19000. characterMakers.push(() => makeCharacter(
  19001. { name: "Kanara" },
  19002. {
  19003. side: {
  19004. height: math.unit(25.5, "feet"),
  19005. weight: math.unit(23000, "kg"),
  19006. name: "Side",
  19007. image: {
  19008. source: "./media/characters/kanara/side.svg"
  19009. }
  19010. },
  19011. },
  19012. [
  19013. {
  19014. name: "Normal",
  19015. height: math.unit(25.5, "feet"),
  19016. default: true
  19017. },
  19018. ]
  19019. ))
  19020. characterMakers.push(() => makeCharacter(
  19021. { name: "Ereus" },
  19022. {
  19023. side: {
  19024. height: math.unit(10, "feet"),
  19025. weight: math.unit(1000, "kg"),
  19026. name: "Side",
  19027. image: {
  19028. source: "./media/characters/ereus/side.svg",
  19029. extra: 1157 / 959,
  19030. bottom: 153 / 1312.5
  19031. }
  19032. },
  19033. },
  19034. [
  19035. {
  19036. name: "Normal",
  19037. height: math.unit(10, "feet"),
  19038. default: true
  19039. },
  19040. ]
  19041. ))
  19042. characterMakers.push(() => makeCharacter(
  19043. { name: "E-ter" },
  19044. {
  19045. side: {
  19046. height: math.unit(4.5, "feet"),
  19047. weight: math.unit(500, "lb"),
  19048. name: "Side",
  19049. image: {
  19050. source: "./media/characters/e-ter/side.svg",
  19051. extra: 1550 / 1248,
  19052. bottom: 146 / 1694
  19053. }
  19054. },
  19055. },
  19056. [
  19057. {
  19058. name: "Normal",
  19059. height: math.unit(4.5, "feet"),
  19060. default: true
  19061. },
  19062. ]
  19063. ))
  19064. characterMakers.push(() => makeCharacter(
  19065. { name: "Yamie" },
  19066. {
  19067. side: {
  19068. height: math.unit(9.7, "feet"),
  19069. weight: math.unit(4000, "kg"),
  19070. name: "Side",
  19071. image: {
  19072. source: "./media/characters/yamie/side.svg"
  19073. }
  19074. },
  19075. },
  19076. [
  19077. {
  19078. name: "Normal",
  19079. height: math.unit(9.7, "feet"),
  19080. default: true
  19081. },
  19082. ]
  19083. ))
  19084. characterMakers.push(() => makeCharacter(
  19085. { name: "Anders" },
  19086. {
  19087. front: {
  19088. height: math.unit(50, "feet"),
  19089. weight: math.unit(50000, "kg"),
  19090. name: "Front",
  19091. image: {
  19092. source: "./media/characters/anders/front.svg",
  19093. extra: 570 / 539,
  19094. bottom: 14.7 / 586.7
  19095. }
  19096. },
  19097. },
  19098. [
  19099. {
  19100. name: "Large",
  19101. height: math.unit(50, "feet")
  19102. },
  19103. {
  19104. name: "Macro",
  19105. height: math.unit(2000, "feet"),
  19106. default: true
  19107. },
  19108. {
  19109. name: "Megamacro",
  19110. height: math.unit(12, "miles")
  19111. },
  19112. ]
  19113. ))
  19114. characterMakers.push(() => makeCharacter(
  19115. { name: "Reban" },
  19116. {
  19117. front: {
  19118. height: math.unit(7 + 2 / 12, "feet"),
  19119. weight: math.unit(300, "lb"),
  19120. name: "Front",
  19121. image: {
  19122. source: "./media/characters/reban/front.svg",
  19123. extra: 516 / 487,
  19124. bottom: 42.82 / 558.356
  19125. }
  19126. },
  19127. dick: {
  19128. height: math.unit(7 / 5, "feet"),
  19129. name: "Dick",
  19130. image: {
  19131. source: "./media/characters/reban/dick.svg"
  19132. }
  19133. },
  19134. },
  19135. [
  19136. {
  19137. name: "Natural Height",
  19138. height: math.unit(7 + 2 / 12, "feet")
  19139. },
  19140. {
  19141. name: "Macro",
  19142. height: math.unit(500, "feet"),
  19143. default: true
  19144. },
  19145. {
  19146. name: "Canon Height",
  19147. height: math.unit(50, "AU")
  19148. },
  19149. ]
  19150. ))
  19151. characterMakers.push(() => makeCharacter(
  19152. { name: "Terrance Keayes" },
  19153. {
  19154. front: {
  19155. height: math.unit(6, "feet"),
  19156. weight: math.unit(150, "lb"),
  19157. name: "Front",
  19158. image: {
  19159. source: "./media/characters/terrance-keayes/front.svg",
  19160. extra: 1.005,
  19161. bottom: 151 / 1615
  19162. }
  19163. },
  19164. side: {
  19165. height: math.unit(6, "feet"),
  19166. weight: math.unit(150, "lb"),
  19167. name: "Side",
  19168. image: {
  19169. source: "./media/characters/terrance-keayes/side.svg",
  19170. extra: 1.005,
  19171. bottom: 129.4 / 1544
  19172. }
  19173. },
  19174. back: {
  19175. height: math.unit(6, "feet"),
  19176. weight: math.unit(150, "lb"),
  19177. name: "Back",
  19178. image: {
  19179. source: "./media/characters/terrance-keayes/back.svg",
  19180. extra: 1.005,
  19181. bottom: 58.4 / 1557.3
  19182. }
  19183. },
  19184. dick: {
  19185. height: math.unit(6 * 0.208, "feet"),
  19186. name: "Dick",
  19187. image: {
  19188. source: "./media/characters/terrance-keayes/dick.svg"
  19189. }
  19190. },
  19191. },
  19192. [
  19193. {
  19194. name: "Canon Height",
  19195. height: math.unit(35, "miles"),
  19196. default: true
  19197. },
  19198. ]
  19199. ))
  19200. characterMakers.push(() => makeCharacter(
  19201. { name: "Ofelia" },
  19202. {
  19203. front: {
  19204. height: math.unit(6, "feet"),
  19205. weight: math.unit(150, "lb"),
  19206. name: "Front",
  19207. image: {
  19208. source: "./media/characters/ofelia/front.svg",
  19209. extra: 546 / 541,
  19210. bottom: 39 / 583
  19211. }
  19212. },
  19213. back: {
  19214. height: math.unit(6, "feet"),
  19215. weight: math.unit(150, "lb"),
  19216. name: "Back",
  19217. image: {
  19218. source: "./media/characters/ofelia/back.svg",
  19219. extra: 564 / 559.5,
  19220. bottom: 8.69 / 573.02
  19221. }
  19222. },
  19223. maw: {
  19224. height: math.unit(1, "feet"),
  19225. name: "Maw",
  19226. image: {
  19227. source: "./media/characters/ofelia/maw.svg"
  19228. }
  19229. },
  19230. foot: {
  19231. height: math.unit(1.949, "feet"),
  19232. name: "Foot",
  19233. image: {
  19234. source: "./media/characters/ofelia/foot.svg"
  19235. }
  19236. },
  19237. },
  19238. [
  19239. {
  19240. name: "Canon Height",
  19241. height: math.unit(2000, "miles"),
  19242. default: true
  19243. },
  19244. ]
  19245. ))
  19246. characterMakers.push(() => makeCharacter(
  19247. { name: "Samuel" },
  19248. {
  19249. front: {
  19250. height: math.unit(6, "feet"),
  19251. weight: math.unit(150, "lb"),
  19252. name: "Front",
  19253. image: {
  19254. source: "./media/characters/samuel/front.svg",
  19255. extra: 265 / 258,
  19256. bottom: 2 / 266.1566
  19257. }
  19258. },
  19259. },
  19260. [
  19261. {
  19262. name: "Macro",
  19263. height: math.unit(100, "feet"),
  19264. default: true
  19265. },
  19266. {
  19267. name: "Full Size",
  19268. height: math.unit(1000, "miles")
  19269. },
  19270. ]
  19271. ))
  19272. characterMakers.push(() => makeCharacter(
  19273. { name: "Beishir Kiel" },
  19274. {
  19275. front: {
  19276. height: math.unit(6, "feet"),
  19277. weight: math.unit(300, "lb"),
  19278. name: "Front",
  19279. image: {
  19280. source: "./media/characters/beishir-kiel/front.svg",
  19281. extra: 569 / 547,
  19282. bottom: 41.9 / 609
  19283. }
  19284. },
  19285. maw: {
  19286. height: math.unit(6 * 0.202, "feet"),
  19287. name: "Maw",
  19288. image: {
  19289. source: "./media/characters/beishir-kiel/maw.svg"
  19290. }
  19291. },
  19292. },
  19293. [
  19294. {
  19295. name: "Macro",
  19296. height: math.unit(300, "feet"),
  19297. default: true
  19298. },
  19299. ]
  19300. ))
  19301. characterMakers.push(() => makeCharacter(
  19302. { name: "Logan Grey" },
  19303. {
  19304. front: {
  19305. height: math.unit(5 + 8 / 12, "feet"),
  19306. weight: math.unit(120, "lb"),
  19307. name: "Front",
  19308. image: {
  19309. source: "./media/characters/logan-grey/front.svg",
  19310. extra: 2539 / 2393,
  19311. bottom: 97.6 / 2636.37
  19312. }
  19313. },
  19314. frontAlt: {
  19315. height: math.unit(5 + 8 / 12, "feet"),
  19316. weight: math.unit(120, "lb"),
  19317. name: "Front (Alt)",
  19318. image: {
  19319. source: "./media/characters/logan-grey/front-alt.svg",
  19320. extra: 958 / 893,
  19321. bottom: 15 / 970.768
  19322. }
  19323. },
  19324. back: {
  19325. height: math.unit(5 + 8 / 12, "feet"),
  19326. weight: math.unit(120, "lb"),
  19327. name: "Back",
  19328. image: {
  19329. source: "./media/characters/logan-grey/back.svg",
  19330. extra: 958 / 893,
  19331. bottom: 2.1881 / 970.9788
  19332. }
  19333. },
  19334. dick: {
  19335. height: math.unit(1.437, "feet"),
  19336. name: "Dick",
  19337. image: {
  19338. source: "./media/characters/logan-grey/dick.svg"
  19339. }
  19340. },
  19341. },
  19342. [
  19343. {
  19344. name: "Normal",
  19345. height: math.unit(5 + 8 / 12, "feet")
  19346. },
  19347. {
  19348. name: "The 500 Foot Femboy",
  19349. height: math.unit(500, "feet"),
  19350. default: true
  19351. },
  19352. {
  19353. name: "Megmacro",
  19354. height: math.unit(20, "miles")
  19355. },
  19356. ]
  19357. ))
  19358. characterMakers.push(() => makeCharacter(
  19359. { name: "Draganta" },
  19360. {
  19361. front: {
  19362. height: math.unit(8 + 2 / 12, "feet"),
  19363. weight: math.unit(275, "lb"),
  19364. name: "Front",
  19365. image: {
  19366. source: "./media/characters/draganta/front.svg",
  19367. extra: 1177 / 1135,
  19368. bottom: 33.46 / 1212.1
  19369. }
  19370. },
  19371. },
  19372. [
  19373. {
  19374. name: "Normal",
  19375. height: math.unit(8 + 6 / 12, "feet"),
  19376. default: true
  19377. },
  19378. {
  19379. name: "Macro",
  19380. height: math.unit(150, "feet")
  19381. },
  19382. {
  19383. name: "Megamacro",
  19384. height: math.unit(1000, "miles")
  19385. },
  19386. ]
  19387. ))
  19388. characterMakers.push(() => makeCharacter(
  19389. { name: "Voski", species: "Corvid" },
  19390. {
  19391. front: {
  19392. height: math.unit(1.72, "m"),
  19393. weight: math.unit(80, "lb"),
  19394. name: "Front",
  19395. image: {
  19396. source: "./media/characters/voski/front.svg",
  19397. extra: 2076.22 / 2022.4,
  19398. bottom: 102.7 / 2177.3866
  19399. }
  19400. },
  19401. back: {
  19402. height: math.unit(1.72, "m"),
  19403. weight: math.unit(80, "lb"),
  19404. name: "Back",
  19405. image: {
  19406. source: "./media/characters/voski/back.svg",
  19407. extra: 2104 / 2051,
  19408. bottom: 10.45 / 2113.63
  19409. }
  19410. },
  19411. },
  19412. [
  19413. {
  19414. name: "Normal",
  19415. height: math.unit(1.72, "m")
  19416. },
  19417. {
  19418. name: "Macro",
  19419. height: math.unit(55, "m"),
  19420. default: true
  19421. },
  19422. {
  19423. name: "Macro+",
  19424. height: math.unit(300, "m")
  19425. },
  19426. {
  19427. name: "Macro++",
  19428. height: math.unit(700, "m")
  19429. },
  19430. {
  19431. name: "Macro+++",
  19432. height: math.unit(4500, "m")
  19433. },
  19434. {
  19435. name: "Macro++++",
  19436. height: math.unit(45, "km")
  19437. },
  19438. {
  19439. name: "Macro+++++",
  19440. height: math.unit(1220, "km")
  19441. },
  19442. ]
  19443. ))
  19444. characterMakers.push(() => makeCharacter(
  19445. { name: "Icowom Lee" },
  19446. {
  19447. front: {
  19448. height: math.unit(2.3, "m"),
  19449. weight: math.unit(304, "kg"),
  19450. name: "Front",
  19451. image: {
  19452. source: "./media/characters/icowom-lee/front.svg",
  19453. extra: 3076 / 2933,
  19454. bottom: 51.4 / 3125.1889
  19455. }
  19456. },
  19457. },
  19458. [
  19459. {
  19460. name: "Normal",
  19461. height: math.unit(2.3, "meters"),
  19462. default: true
  19463. },
  19464. {
  19465. name: "Macro",
  19466. height: math.unit(94, "meters"),
  19467. default: true
  19468. },
  19469. ]
  19470. ))
  19471. characterMakers.push(() => makeCharacter(
  19472. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19473. {
  19474. front: {
  19475. height: math.unit(22, "meters"),
  19476. weight: math.unit(21000, "kg"),
  19477. name: "Front",
  19478. image: {
  19479. source: "./media/characters/shock-diamond/front.svg",
  19480. extra: 2204 / 2053,
  19481. bottom: 65 / 2239.47
  19482. }
  19483. },
  19484. frontNude: {
  19485. height: math.unit(22, "meters"),
  19486. weight: math.unit(21000, "kg"),
  19487. name: "Front (Nude)",
  19488. image: {
  19489. source: "./media/characters/shock-diamond/front-nude.svg",
  19490. extra: 2514 / 2285,
  19491. bottom: 13 / 2527.56
  19492. }
  19493. },
  19494. },
  19495. [
  19496. {
  19497. name: "Normal",
  19498. height: math.unit(3, "meters")
  19499. },
  19500. {
  19501. name: "Macro",
  19502. height: math.unit(22, "meters"),
  19503. default: true
  19504. },
  19505. ]
  19506. ))
  19507. characterMakers.push(() => makeCharacter(
  19508. { name: "Rory" },
  19509. {
  19510. front: {
  19511. height: math.unit(5 + 4 / 12, "feet"),
  19512. weight: math.unit(120, "lb"),
  19513. name: "Front",
  19514. image: {
  19515. source: "./media/characters/rory/front.svg",
  19516. extra: 589 / 556,
  19517. bottom: 45.7 / 635.76
  19518. }
  19519. },
  19520. frontNude: {
  19521. height: math.unit(5 + 4 / 12, "feet"),
  19522. weight: math.unit(120, "lb"),
  19523. name: "Front (Nude)",
  19524. image: {
  19525. source: "./media/characters/rory/front-nude.svg",
  19526. extra: 589 / 556,
  19527. bottom: 45.7 / 635.76
  19528. }
  19529. },
  19530. side: {
  19531. height: math.unit(5 + 4 / 12, "feet"),
  19532. weight: math.unit(120, "lb"),
  19533. name: "Side",
  19534. image: {
  19535. source: "./media/characters/rory/side.svg",
  19536. extra: 597 / 564,
  19537. bottom: 55 / 653
  19538. }
  19539. },
  19540. back: {
  19541. height: math.unit(5 + 4 / 12, "feet"),
  19542. weight: math.unit(120, "lb"),
  19543. name: "Back",
  19544. image: {
  19545. source: "./media/characters/rory/back.svg",
  19546. extra: 620 / 585,
  19547. bottom: 8.86 / 630.43
  19548. }
  19549. },
  19550. dick: {
  19551. height: math.unit(0.86, "feet"),
  19552. name: "Dick",
  19553. image: {
  19554. source: "./media/characters/rory/dick.svg"
  19555. }
  19556. },
  19557. },
  19558. [
  19559. {
  19560. name: "Normal",
  19561. height: math.unit(5 + 4 / 12, "feet"),
  19562. default: true
  19563. },
  19564. {
  19565. name: "Macro",
  19566. height: math.unit(100, "feet")
  19567. },
  19568. {
  19569. name: "Macro+",
  19570. height: math.unit(140, "feet")
  19571. },
  19572. {
  19573. name: "Macro++",
  19574. height: math.unit(300, "feet")
  19575. },
  19576. ]
  19577. ))
  19578. characterMakers.push(() => makeCharacter(
  19579. { name: "Sprisk" },
  19580. {
  19581. front: {
  19582. height: math.unit(5 + 9 / 12, "feet"),
  19583. weight: math.unit(190, "lb"),
  19584. name: "Front",
  19585. image: {
  19586. source: "./media/characters/sprisk/front.svg",
  19587. extra: 1225 / 1180,
  19588. bottom: 42.7 / 1266.4
  19589. }
  19590. },
  19591. frontNsfw: {
  19592. height: math.unit(5 + 9 / 12, "feet"),
  19593. weight: math.unit(190, "lb"),
  19594. name: "Front (NSFW)",
  19595. image: {
  19596. source: "./media/characters/sprisk/front-nsfw.svg",
  19597. extra: 1225 / 1180,
  19598. bottom: 42.7 / 1266.4
  19599. }
  19600. },
  19601. back: {
  19602. height: math.unit(5 + 9 / 12, "feet"),
  19603. weight: math.unit(190, "lb"),
  19604. name: "Back",
  19605. image: {
  19606. source: "./media/characters/sprisk/back.svg",
  19607. extra: 1247 / 1200,
  19608. bottom: 5.6 / 1253.04
  19609. }
  19610. },
  19611. },
  19612. [
  19613. {
  19614. name: "Tiny",
  19615. height: math.unit(2, "inches")
  19616. },
  19617. {
  19618. name: "Normal",
  19619. height: math.unit(5 + 9 / 12, "feet"),
  19620. default: true
  19621. },
  19622. {
  19623. name: "Mini Macro",
  19624. height: math.unit(18, "feet")
  19625. },
  19626. {
  19627. name: "Macro",
  19628. height: math.unit(100, "feet")
  19629. },
  19630. {
  19631. name: "MACRO",
  19632. height: math.unit(50, "miles")
  19633. },
  19634. {
  19635. name: "M A C R O",
  19636. height: math.unit(300, "miles")
  19637. },
  19638. ]
  19639. ))
  19640. characterMakers.push(() => makeCharacter(
  19641. { name: "Bunsen" },
  19642. {
  19643. side: {
  19644. height: math.unit(15.6, "meters"),
  19645. weight: math.unit(700000, "kg"),
  19646. name: "Side",
  19647. image: {
  19648. source: "./media/characters/bunsen/side.svg",
  19649. extra: 1644 / 358
  19650. }
  19651. },
  19652. foot: {
  19653. height: math.unit(1.611 * 1644 / 358, "meter"),
  19654. name: "Foot",
  19655. image: {
  19656. source: "./media/characters/bunsen/foot.svg"
  19657. }
  19658. },
  19659. },
  19660. [
  19661. {
  19662. name: "Small",
  19663. height: math.unit(10, "feet")
  19664. },
  19665. {
  19666. name: "Normal",
  19667. height: math.unit(15.6, "meters"),
  19668. default: true
  19669. },
  19670. ]
  19671. ))
  19672. characterMakers.push(() => makeCharacter(
  19673. { name: "Sesh" },
  19674. {
  19675. front: {
  19676. height: math.unit(4 + 11 / 12, "feet"),
  19677. weight: math.unit(140, "lb"),
  19678. name: "Front",
  19679. image: {
  19680. source: "./media/characters/sesh/front.svg",
  19681. extra: 3420 / 3231,
  19682. bottom: 72 / 3949.5
  19683. }
  19684. },
  19685. },
  19686. [
  19687. {
  19688. name: "Normal",
  19689. height: math.unit(4 + 11 / 12, "feet")
  19690. },
  19691. {
  19692. name: "Grown",
  19693. height: math.unit(15, "feet"),
  19694. default: true
  19695. },
  19696. {
  19697. name: "Macro",
  19698. height: math.unit(1500, "feet")
  19699. },
  19700. {
  19701. name: "Megamacro",
  19702. height: math.unit(30, "miles")
  19703. },
  19704. {
  19705. name: "Continental",
  19706. height: math.unit(3000, "miles")
  19707. },
  19708. {
  19709. name: "Gravity Mass",
  19710. height: math.unit(300000, "miles")
  19711. },
  19712. {
  19713. name: "Planet Buster",
  19714. height: math.unit(30000000, "miles")
  19715. },
  19716. {
  19717. name: "Big",
  19718. height: math.unit(3000000000, "miles")
  19719. },
  19720. ]
  19721. ))
  19722. characterMakers.push(() => makeCharacter(
  19723. { name: "Pepper" },
  19724. {
  19725. front: {
  19726. height: math.unit(9, "feet"),
  19727. weight: math.unit(350, "lb"),
  19728. name: "Front",
  19729. image: {
  19730. source: "./media/characters/pepper/front.svg",
  19731. extra: 1448/1312,
  19732. bottom: 9.4/1457.88
  19733. }
  19734. },
  19735. back: {
  19736. height: math.unit(9, "feet"),
  19737. weight: math.unit(350, "lb"),
  19738. name: "Back",
  19739. image: {
  19740. source: "./media/characters/pepper/back.svg",
  19741. extra: 1423/1300,
  19742. bottom: 4.6/1429
  19743. }
  19744. },
  19745. maw: {
  19746. height: math.unit(0.932, "feet"),
  19747. name: "Maw",
  19748. image: {
  19749. source: "./media/characters/pepper/maw.svg"
  19750. }
  19751. },
  19752. },
  19753. [
  19754. {
  19755. name: "Normal",
  19756. height: math.unit(9, "feet"),
  19757. default: true
  19758. },
  19759. ]
  19760. ))
  19761. characterMakers.push(() => makeCharacter(
  19762. { name: "Maelstrom" },
  19763. {
  19764. front: {
  19765. height: math.unit(6, "feet"),
  19766. weight: math.unit(150, "lb"),
  19767. name: "Front",
  19768. image: {
  19769. source: "./media/characters/maelstrom/front.svg",
  19770. extra: 2100/1883,
  19771. bottom: 94/2196.7
  19772. }
  19773. },
  19774. },
  19775. [
  19776. {
  19777. name: "Less Kaiju",
  19778. height: math.unit(200, "feet")
  19779. },
  19780. {
  19781. name: "Kaiju",
  19782. height: math.unit(400, "feet"),
  19783. default: true
  19784. },
  19785. {
  19786. name: "Kaiju-er",
  19787. height: math.unit(600, "feet")
  19788. },
  19789. ]
  19790. ))
  19791. characterMakers.push(() => makeCharacter(
  19792. { name: "Lexir" },
  19793. {
  19794. front: {
  19795. height: math.unit(6 + 5/12, "feet"),
  19796. weight: math.unit(180, "lb"),
  19797. name: "Front",
  19798. image: {
  19799. source: "./media/characters/lexir/front.svg",
  19800. extra: 180/172,
  19801. bottom: 12/192
  19802. }
  19803. },
  19804. back: {
  19805. height: math.unit(6 + 5/12, "feet"),
  19806. weight: math.unit(180, "lb"),
  19807. name: "Back",
  19808. image: {
  19809. source: "./media/characters/lexir/back.svg",
  19810. extra: 183.84/175.5,
  19811. bottom: 3.1/187
  19812. }
  19813. },
  19814. },
  19815. [
  19816. {
  19817. name: "Very Smal",
  19818. height: math.unit(1, "nm")
  19819. },
  19820. {
  19821. name: "Normal",
  19822. height: math.unit(6 + 5/12, "feet"),
  19823. default: true
  19824. },
  19825. {
  19826. name: "Macro",
  19827. height: math.unit(1, "mile")
  19828. },
  19829. {
  19830. name: "Megamacro",
  19831. height: math.unit(50, "miles")
  19832. },
  19833. ]
  19834. ))
  19835. //characters
  19836. function makeCharacters() {
  19837. const results = [];
  19838. characterMakers.forEach(character => {
  19839. results.push(character());
  19840. });
  19841. return results;
  19842. }