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.
 
 
 

20191 lines
480 KiB

  1. const characterMakers = [];
  2. function makeCharacter(info, viewInfo, defaultSizes) {
  3. views = {};
  4. Object.entries(viewInfo).forEach(([key, value]) => {
  5. views[key] = {
  6. attributes: {
  7. height: {
  8. name: "Height",
  9. power: 1,
  10. type: "length",
  11. base: value.height
  12. }
  13. },
  14. image: value.image,
  15. name: value.name,
  16. info: value.info,
  17. rename: value.rename
  18. }
  19. if (value.weight) {
  20. views[key].attributes.weight = {
  21. name: "Mass",
  22. power: 3,
  23. type: "mass",
  24. base: value.weight
  25. };
  26. }
  27. });
  28. return createEntityMaker(info, views, defaultSizes);
  29. }
  30. characterMakers.push(() => makeCharacter(
  31. {
  32. name: "Fen",
  33. species: "Crux",
  34. description: {
  35. title: "Bio",
  36. text: "Very furry. Sheds on everything."
  37. }
  38. },
  39. {
  40. back: {
  41. height: math.unit(2.2428, "meter"),
  42. weight: math.unit(124.738, "kg"),
  43. name: "Back",
  44. image: {
  45. source: "./media/characters/fen/back.svg",
  46. extra: 1025 / 935
  47. },
  48. info: {
  49. description: {
  50. mode: "append",
  51. text: "\n\nHe is not currently looking at you."
  52. }
  53. }
  54. },
  55. full: {
  56. height: math.unit(1.34, "meter"),
  57. weight: math.unit(225, "kg"),
  58. name: "Full",
  59. image: {
  60. source: "./media/characters/fen/full.svg"
  61. },
  62. info: {
  63. description: {
  64. mode: "append",
  65. text: "\n\nMunch."
  66. }
  67. }
  68. },
  69. kneeling: {
  70. height: math.unit(5.4, "feet"),
  71. weight: math.unit(124.738, "kg"),
  72. name: "Kneeling",
  73. image: {
  74. source: "./media/characters/fen/kneeling.svg",
  75. extra: 563 / 507
  76. }
  77. },
  78. },
  79. [
  80. {
  81. name: "Normal",
  82. height: math.unit(2.2428, "meter")
  83. },
  84. {
  85. name: "Big",
  86. height: math.unit(12, "feet")
  87. },
  88. {
  89. name: "Minimacro",
  90. height: math.unit(30, "meter"),
  91. default: true,
  92. info: {
  93. description: {
  94. mode: "append",
  95. text: "\n\nTOO DAMN BIG"
  96. }
  97. }
  98. },
  99. {
  100. name: "Macro",
  101. height: math.unit(100, "meter"),
  102. info: {
  103. description: {
  104. mode: "append",
  105. text: "\n\nTOO DAMN BIG"
  106. }
  107. }
  108. },
  109. {
  110. name: "Macro+",
  111. height: math.unit(1000, "meter")
  112. },
  113. {
  114. name: "Megamacro",
  115. height: math.unit(10, "miles")
  116. }
  117. ]
  118. ))
  119. characterMakers.push(() => makeCharacter(
  120. { name: "Sofia Fluttertail" },
  121. {
  122. front: {
  123. height: math.unit(183, "cm"),
  124. weight: math.unit(80, "kg"),
  125. name: "Front",
  126. image: {
  127. source: "./media/characters/sofia-fluttertail/front.svg",
  128. bottom: 0.01,
  129. extra: 2154 / 2081
  130. }
  131. },
  132. frontAlt: {
  133. height: math.unit(183, "cm"),
  134. weight: math.unit(80, "kg"),
  135. name: "Front (alt)",
  136. image: {
  137. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  138. }
  139. },
  140. back: {
  141. height: math.unit(183, "cm"),
  142. weight: math.unit(80, "kg"),
  143. name: "Back",
  144. image: {
  145. source: "./media/characters/sofia-fluttertail/back.svg"
  146. }
  147. },
  148. maw: {
  149. height: math.unit(183 / 5, "cm"),
  150. name: "Maw",
  151. image: {
  152. source: "./media/characters/sofia-fluttertail/maw.svg"
  153. }
  154. },
  155. },
  156. [
  157. {
  158. name: "Normal",
  159. height: math.unit(1.83, "meter")
  160. },
  161. {
  162. name: "Macro",
  163. height: math.unit(96, "feet"),
  164. default: true
  165. },
  166. {
  167. name: "Megamerger",
  168. height: math.unit(650, "feet")
  169. },
  170. ]
  171. ))
  172. characterMakers.push(() => makeCharacter(
  173. { name: "March" },
  174. {
  175. front: {
  176. height: math.unit(7, "feet"),
  177. weight: math.unit(100, "kg"),
  178. name: "Front",
  179. image: {
  180. source: "./media/characters/march/front.svg",
  181. extra: 1,
  182. bottom: 0.015
  183. }
  184. },
  185. foot: {
  186. height: math.unit(0.9, "feet"),
  187. name: "Foot",
  188. image: {
  189. source: "./media/characters/march/foot.svg"
  190. }
  191. },
  192. },
  193. [
  194. {
  195. name: "Normal",
  196. height: math.unit(7.9, "feet")
  197. },
  198. {
  199. name: "Macro",
  200. height: math.unit(220, "meters")
  201. },
  202. {
  203. name: "Megamacro",
  204. height: math.unit(2.98, "km"),
  205. default: true
  206. },
  207. {
  208. name: "Gigamacro",
  209. height: math.unit(15963, "km")
  210. },
  211. {
  212. name: "Teramacro",
  213. height: math.unit(2980000000, "km")
  214. },
  215. {
  216. name: "Examacro",
  217. height: math.unit(250, "parsecs")
  218. },
  219. ]
  220. ))
  221. characterMakers.push(() => makeCharacter(
  222. { name: "Noir" },
  223. {
  224. front: {
  225. height: math.unit(6, "feet"),
  226. weight: math.unit(60, "kg"),
  227. name: "Front",
  228. image: {
  229. source: "./media/characters/noir/front.svg",
  230. extra: 1,
  231. bottom: 0.032
  232. }
  233. },
  234. },
  235. [
  236. {
  237. name: "Normal",
  238. height: math.unit(6.6, "feet")
  239. },
  240. {
  241. name: "Macro",
  242. height: math.unit(500, "feet")
  243. },
  244. {
  245. name: "Megamacro",
  246. height: math.unit(2.5, "km"),
  247. default: true
  248. },
  249. {
  250. name: "Gigamacro",
  251. height: math.unit(22500, "km")
  252. },
  253. {
  254. name: "Teramacro",
  255. height: math.unit(2500000000, "km")
  256. },
  257. {
  258. name: "Examacro",
  259. height: math.unit(200, "parsecs")
  260. },
  261. ]
  262. ))
  263. characterMakers.push(() => makeCharacter(
  264. { name: "Okuri" },
  265. {
  266. front: {
  267. height: math.unit(7, "feet"),
  268. weight: math.unit(100, "kg"),
  269. name: "Front",
  270. image: {
  271. source: "./media/characters/okuri/front.svg",
  272. extra: 1,
  273. bottom: 0.037
  274. }
  275. },
  276. back: {
  277. height: math.unit(7, "feet"),
  278. weight: math.unit(100, "kg"),
  279. name: "Back",
  280. image: {
  281. source: "./media/characters/okuri/back.svg",
  282. extra: 1,
  283. bottom: 0.007
  284. }
  285. },
  286. },
  287. [
  288. {
  289. name: "Megamacro",
  290. height: math.unit(100, "miles"),
  291. default: true
  292. },
  293. ]
  294. ))
  295. characterMakers.push(() => makeCharacter(
  296. { name: "Manny" },
  297. {
  298. front: {
  299. height: math.unit(7, "feet"),
  300. weight: math.unit(100, "kg"),
  301. name: "Front",
  302. image: {
  303. source: "./media/characters/manny/front.svg",
  304. extra: 1,
  305. bottom: 0.06
  306. }
  307. },
  308. back: {
  309. height: math.unit(7, "feet"),
  310. weight: math.unit(100, "kg"),
  311. name: "Back",
  312. image: {
  313. source: "./media/characters/manny/back.svg",
  314. extra: 1,
  315. bottom: 0.014
  316. }
  317. },
  318. },
  319. [
  320. {
  321. name: "Normal",
  322. height: math.unit(7, "feet"),
  323. },
  324. {
  325. name: "Macro",
  326. height: math.unit(78, "feet"),
  327. default: true
  328. },
  329. {
  330. name: "Macro+",
  331. height: math.unit(300, "meters")
  332. },
  333. {
  334. name: "Macro++",
  335. height: math.unit(2400, "meters")
  336. },
  337. {
  338. name: "Megamacro",
  339. height: math.unit(5167, "meters")
  340. },
  341. {
  342. name: "Gigamacro",
  343. height: math.unit(41769, "miles")
  344. },
  345. ]
  346. ))
  347. characterMakers.push(() => makeCharacter(
  348. { name: "Adake" },
  349. {
  350. front: {
  351. height: math.unit(7, "feet"),
  352. weight: math.unit(100, "kg"),
  353. name: "Front",
  354. image: {
  355. source: "./media/characters/adake/front-1.svg"
  356. }
  357. },
  358. frontAlt: {
  359. height: math.unit(7, "feet"),
  360. weight: math.unit(100, "kg"),
  361. name: "Front (Alt)",
  362. image: {
  363. source: "./media/characters/adake/front-2.svg",
  364. extra: 1,
  365. bottom: 0.01
  366. }
  367. },
  368. back: {
  369. height: math.unit(7, "feet"),
  370. weight: math.unit(100, "kg"),
  371. name: "Back",
  372. image: {
  373. source: "./media/characters/adake/back.svg",
  374. }
  375. },
  376. kneel: {
  377. height: math.unit(5.385, "feet"),
  378. weight: math.unit(100, "kg"),
  379. name: "Kneeling",
  380. image: {
  381. source: "./media/characters/adake/kneel.svg",
  382. bottom: 0.052
  383. }
  384. },
  385. },
  386. [
  387. {
  388. name: "Normal",
  389. height: math.unit(7, "feet"),
  390. },
  391. {
  392. name: "Macro",
  393. height: math.unit(78, "feet"),
  394. default: true
  395. },
  396. {
  397. name: "Macro+",
  398. height: math.unit(300, "meters")
  399. },
  400. {
  401. name: "Macro++",
  402. height: math.unit(2400, "meters")
  403. },
  404. {
  405. name: "Megamacro",
  406. height: math.unit(5167, "meters")
  407. },
  408. {
  409. name: "Gigamacro",
  410. height: math.unit(41769, "miles")
  411. },
  412. ]
  413. ))
  414. characterMakers.push(() => makeCharacter(
  415. { name: "Elijah" },
  416. {
  417. front: {
  418. height: math.unit(1.65, "meters"),
  419. weight: math.unit(50, "kg"),
  420. name: "Front",
  421. image: {
  422. source: "./media/characters/elijah/front.svg",
  423. extra: 639/626,
  424. bottom: 58.7/697.8
  425. }
  426. },
  427. side: {
  428. height: math.unit(1.65, "meters"),
  429. weight: math.unit(50, "kg"),
  430. name: "Side",
  431. image: {
  432. source: "./media/characters/elijah/side.svg",
  433. extra: 1840/1795,
  434. bottom: 106/1943
  435. }
  436. },
  437. back: {
  438. height: math.unit(1.65, "meters"),
  439. weight: math.unit(50, "kg"),
  440. name: "Back",
  441. image: {
  442. source: "./media/characters/elijah/back.svg",
  443. extra: 661.2/639.5,
  444. bottom: 21.2/682.5
  445. }
  446. },
  447. foot: {
  448. height: math.unit(1.4, "feet"),
  449. name: "Foot",
  450. image: {
  451. source: "./media/characters/elijah/foot.svg"
  452. }
  453. },
  454. footFlexing: {
  455. height: math.unit(1.243, "feet"),
  456. name: "Foot (Flexing)",
  457. image: {
  458. source: "./media/characters/elijah/foot-flexing.svg"
  459. }
  460. },
  461. footStepping: {
  462. height: math.unit(1.3, "feet"),
  463. name: "Foot (Stepping)",
  464. image: {
  465. source: "./media/characters/elijah/foot-stepping.svg"
  466. }
  467. },
  468. beak: {
  469. height: math.unit(0.666, "feet"),
  470. name: "Beak",
  471. image: {
  472. source: "./media/characters/elijah/beak.svg"
  473. }
  474. },
  475. dick: {
  476. height: math.unit(0.85, "feet"),
  477. name: "Dick",
  478. image: {
  479. source: "./media/characters/elijah/dick.svg"
  480. }
  481. },
  482. },
  483. [
  484. {
  485. name: "Normal",
  486. height: math.unit(1.65, "meters")
  487. },
  488. {
  489. name: "Macro",
  490. height: math.unit(55, "meters"),
  491. default: true
  492. },
  493. {
  494. name: "Macro+",
  495. height: math.unit(105, "meters")
  496. },
  497. ]
  498. ))
  499. characterMakers.push(() => makeCharacter(
  500. { name: "Rai" },
  501. {
  502. front: {
  503. height: math.unit(11, "feet"),
  504. weight: math.unit(80, "kg"),
  505. name: "Front",
  506. image: {
  507. source: "./media/characters/rai/front.svg",
  508. extra: 1,
  509. bottom: 0.03
  510. }
  511. },
  512. side: {
  513. height: math.unit(11, "feet"),
  514. weight: math.unit(80, "kg"),
  515. name: "Side",
  516. image: {
  517. source: "./media/characters/rai/side.svg"
  518. }
  519. },
  520. back: {
  521. height: math.unit(11, "feet"),
  522. weight: math.unit(80, "lb"),
  523. name: "Back",
  524. image: {
  525. source: "./media/characters/rai/back.svg",
  526. extra: 1,
  527. bottom: 0.01
  528. }
  529. },
  530. feral: {
  531. height: math.unit(11, "feet"),
  532. weight: math.unit(800, "lb"),
  533. name: "Feral",
  534. image: {
  535. source: "./media/characters/rai/feral.svg",
  536. extra: 1050 / 659,
  537. bottom: 0.07
  538. }
  539. },
  540. maw: {
  541. height: math.unit(6 / 3.81416, "feet"),
  542. name: "Maw",
  543. image: {
  544. source: "./media/characters/rai/maw.svg"
  545. }
  546. },
  547. },
  548. [
  549. {
  550. name: "Normal",
  551. height: math.unit(11, "feet")
  552. },
  553. {
  554. name: "Macro",
  555. height: math.unit(302, "feet"),
  556. default: true
  557. },
  558. ]
  559. ))
  560. characterMakers.push(() => makeCharacter(
  561. { name: "Jazzy" },
  562. {
  563. front: {
  564. height: math.unit(7, "feet"),
  565. weight: math.unit(80, "kg"),
  566. name: "Front",
  567. image: {
  568. source: "./media/characters/jazzy/front.svg",
  569. extra: 1,
  570. bottom: 0.01
  571. }
  572. },
  573. back: {
  574. height: math.unit(7, "feet"),
  575. weight: math.unit(80, "kg"),
  576. name: "Back",
  577. image: {
  578. source: "./media/characters/jazzy/back.svg",
  579. extra: 1,
  580. bottom: 0.01
  581. }
  582. },
  583. },
  584. [
  585. {
  586. name: "Macro",
  587. height: math.unit(216, "feet"),
  588. default: true
  589. },
  590. ]
  591. ))
  592. characterMakers.push(() => makeCharacter(
  593. { name: "Flamm" },
  594. {
  595. front: {
  596. height: math.unit(7, "feet"),
  597. weight: math.unit(80, "kg"),
  598. name: "Front",
  599. image: {
  600. source: "./media/characters/flamm/front.svg",
  601. extra: 1794/1677,
  602. bottom: 31.7/1828.5
  603. }
  604. },
  605. },
  606. [
  607. {
  608. name: "Normal",
  609. height: math.unit(9.5, "feet")
  610. },
  611. {
  612. name: "Macro",
  613. height: math.unit(200, "feet"),
  614. default: true
  615. },
  616. ]
  617. ))
  618. characterMakers.push(() => makeCharacter(
  619. { name: "Zephiro" },
  620. {
  621. front: {
  622. height: math.unit(7, "feet"),
  623. weight: math.unit(80, "kg"),
  624. name: "Front",
  625. image: {
  626. source: "./media/characters/zephiro/front.svg",
  627. extra: 2309 / 2162,
  628. bottom: 0.069
  629. }
  630. },
  631. side: {
  632. height: math.unit(7, "feet"),
  633. weight: math.unit(80, "kg"),
  634. name: "Side",
  635. image: {
  636. source: "./media/characters/zephiro/side.svg",
  637. extra: 2403 / 2279,
  638. bottom: 0.015
  639. }
  640. },
  641. back: {
  642. height: math.unit(7, "feet"),
  643. weight: math.unit(80, "kg"),
  644. name: "Back",
  645. image: {
  646. source: "./media/characters/zephiro/back.svg",
  647. extra: 2373 / 2244,
  648. bottom: 0.013
  649. }
  650. },
  651. },
  652. [
  653. {
  654. name: "Micro",
  655. height: math.unit(3, "inches")
  656. },
  657. {
  658. name: "Normal",
  659. height: math.unit(5 + 3 / 12, "feet"),
  660. default: true
  661. },
  662. {
  663. name: "Macro",
  664. height: math.unit(118, "feet")
  665. },
  666. ]
  667. ))
  668. characterMakers.push(() => makeCharacter(
  669. { name: "Fory" },
  670. {
  671. front: {
  672. height: math.unit(5, "feet"),
  673. weight: math.unit(90, "kg"),
  674. name: "Front",
  675. image: {
  676. source: "./media/characters/fory/front.svg",
  677. extra: 2862/2674,
  678. bottom: 180/3043.8
  679. }
  680. },
  681. back: {
  682. height: math.unit(5, "feet"),
  683. weight: math.unit(90, "kg"),
  684. name: "Back",
  685. image: {
  686. source: "./media/characters/fory/back.svg",
  687. extra: 2962/2791,
  688. bottom: 106/3071.8
  689. }
  690. },
  691. foot: {
  692. height: math.unit(2.14, "feet"),
  693. name: "Foot",
  694. image: {
  695. source: "./media/characters/fory/foot.svg"
  696. }
  697. },
  698. },
  699. [
  700. {
  701. name: "Normal",
  702. height: math.unit(5, "feet")
  703. },
  704. {
  705. name: "Macro",
  706. height: math.unit(50, "feet"),
  707. default: true
  708. },
  709. {
  710. name: "Megamacro",
  711. height: math.unit(10, "miles")
  712. },
  713. {
  714. name: "Gigamacro",
  715. height: math.unit(5, "earths")
  716. },
  717. ]
  718. ))
  719. characterMakers.push(() => makeCharacter(
  720. { name: "Kurrikage" },
  721. {
  722. front: {
  723. height: math.unit(7, "feet"),
  724. weight: math.unit(90, "kg"),
  725. name: "Front",
  726. image: {
  727. source: "./media/characters/kurrikage/front.svg",
  728. extra: 1,
  729. bottom: 0.035
  730. }
  731. },
  732. back: {
  733. height: math.unit(7, "feet"),
  734. weight: math.unit(90, "lb"),
  735. name: "Back",
  736. image: {
  737. source: "./media/characters/kurrikage/back.svg"
  738. }
  739. },
  740. paw: {
  741. height: math.unit(1.5, "feet"),
  742. name: "Paw",
  743. image: {
  744. source: "./media/characters/kurrikage/paw.svg"
  745. }
  746. },
  747. staff: {
  748. height: math.unit(6.7, "feet"),
  749. name: "Staff",
  750. image: {
  751. source: "./media/characters/kurrikage/staff.svg"
  752. }
  753. },
  754. peek: {
  755. height: math.unit(1.05, "feet"),
  756. name: "Peeking",
  757. image: {
  758. source: "./media/characters/kurrikage/peek.svg",
  759. bottom: 0.08
  760. }
  761. },
  762. },
  763. [
  764. {
  765. name: "Normal",
  766. height: math.unit(12, "feet"),
  767. default: true
  768. },
  769. {
  770. name: "Big",
  771. height: math.unit(20, "feet")
  772. },
  773. {
  774. name: "Macro",
  775. height: math.unit(500, "feet")
  776. },
  777. {
  778. name: "Megamacro",
  779. height: math.unit(20, "miles")
  780. },
  781. ]
  782. ))
  783. characterMakers.push(() => makeCharacter(
  784. { name: "Shingo" },
  785. {
  786. front: {
  787. height: math.unit(6, "feet"),
  788. weight: math.unit(75, "kg"),
  789. name: "Front",
  790. image: {
  791. source: "./media/characters/shingo/front.svg",
  792. extra: 3511 / 3338,
  793. bottom: 0.005
  794. }
  795. },
  796. },
  797. [
  798. {
  799. name: "Micro",
  800. height: math.unit(4, "inches")
  801. },
  802. {
  803. name: "Normal",
  804. height: math.unit(6, "feet"),
  805. default: true
  806. },
  807. {
  808. name: "Macro",
  809. height: math.unit(108, "feet")
  810. }
  811. ]
  812. ))
  813. characterMakers.push(() => makeCharacter(
  814. { name: "Aigey" },
  815. {
  816. side: {
  817. height: math.unit(6, "feet"),
  818. weight: math.unit(75, "kg"),
  819. name: "Side",
  820. image: {
  821. source: "./media/characters/aigey/side.svg"
  822. }
  823. },
  824. },
  825. [
  826. {
  827. name: "Macro",
  828. height: math.unit(200, "feet"),
  829. default: true
  830. },
  831. {
  832. name: "Megamacro",
  833. height: math.unit(100, "miles")
  834. },
  835. ]
  836. )
  837. )
  838. characterMakers.push(() => makeCharacter(
  839. { name: "Natasha" },
  840. {
  841. front: {
  842. height: math.unit(5 + 5 / 12, "feet"),
  843. weight: math.unit(75, "kg"),
  844. name: "Front",
  845. image: {
  846. source: "./media/characters/natasha/front.svg",
  847. extra: 875 / 846,
  848. bottom: 0.01
  849. }
  850. },
  851. },
  852. [
  853. {
  854. name: "Normal",
  855. height: math.unit(5 + 5 / 12, "feet")
  856. },
  857. {
  858. name: "Large",
  859. height: math.unit(12, "feet")
  860. },
  861. {
  862. name: "Macro",
  863. height: math.unit(100, "feet"),
  864. default: true
  865. },
  866. {
  867. name: "Macro+",
  868. height: math.unit(260, "feet")
  869. },
  870. {
  871. name: "Macro++",
  872. height: math.unit(1, "mile")
  873. },
  874. ]
  875. ))
  876. characterMakers.push(() => makeCharacter(
  877. { name: "Malik" },
  878. {
  879. front: {
  880. height: math.unit(6, "feet"),
  881. weight: math.unit(75, "kg"),
  882. name: "Front",
  883. image: {
  884. source: "./media/characters/malik/front.svg"
  885. }
  886. },
  887. side: {
  888. height: math.unit(6, "feet"),
  889. weight: math.unit(75, "kg"),
  890. name: "Side",
  891. image: {
  892. source: "./media/characters/malik/side.svg",
  893. extra: 1.1539
  894. }
  895. },
  896. back: {
  897. height: math.unit(6, "feet"),
  898. weight: math.unit(75, "kg"),
  899. name: "Back",
  900. image: {
  901. source: "./media/characters/malik/back.svg"
  902. }
  903. },
  904. },
  905. [
  906. {
  907. name: "Macro",
  908. height: math.unit(156, "feet"),
  909. default: true
  910. },
  911. {
  912. name: "Macro+",
  913. height: math.unit(1188, "feet")
  914. },
  915. ]
  916. ))
  917. characterMakers.push(() => makeCharacter(
  918. { name: "Sefer" },
  919. {
  920. front: {
  921. height: math.unit(6, "feet"),
  922. weight: math.unit(75, "kg"),
  923. name: "Front",
  924. image: {
  925. source: "./media/characters/sefer/front.svg"
  926. }
  927. },
  928. back: {
  929. height: math.unit(6, "feet"),
  930. weight: math.unit(75, "kg"),
  931. name: "Back",
  932. image: {
  933. source: "./media/characters/sefer/back.svg"
  934. }
  935. },
  936. },
  937. [
  938. {
  939. name: "Normal",
  940. height: math.unit(6, "feet"),
  941. default: true
  942. },
  943. ]
  944. ))
  945. characterMakers.push(() => makeCharacter(
  946. { name: "North" },
  947. {
  948. body: {
  949. height: math.unit(2.2428, "meter"),
  950. weight: math.unit(124.738, "kg"),
  951. name: "Body",
  952. image: {
  953. extra: 1225 / 1050,
  954. source: "./media/characters/north/front.svg"
  955. }
  956. }
  957. },
  958. [
  959. {
  960. name: "Micro",
  961. height: math.unit(4, "inches")
  962. },
  963. {
  964. name: "Macro",
  965. height: math.unit(63, "meters")
  966. },
  967. {
  968. name: "Megamacro",
  969. height: math.unit(101, "miles"),
  970. default: true
  971. }
  972. ]
  973. ))
  974. characterMakers.push(() => makeCharacter(
  975. { name: "Talan" },
  976. {
  977. angled: {
  978. height: math.unit(4, "meter"),
  979. weight: math.unit(150, "kg"),
  980. name: "Angled",
  981. image: {
  982. source: "./media/characters/talan/angled-sfw.svg",
  983. bottom: 29/3734
  984. }
  985. },
  986. angledNsfw: {
  987. height: math.unit(4, "meter"),
  988. weight: math.unit(150, "kg"),
  989. name: "Angled (NSFW)",
  990. image: {
  991. source: "./media/characters/talan/angled-nsfw.svg",
  992. bottom: 29/3734
  993. }
  994. },
  995. frontNsfw: {
  996. height: math.unit(4, "meter"),
  997. weight: math.unit(150, "kg"),
  998. name: "Front (NSFW)",
  999. image: {
  1000. source: "./media/characters/talan/front-nsfw.svg",
  1001. bottom: 29/3734
  1002. }
  1003. },
  1004. sideNsfw: {
  1005. height: math.unit(4, "meter"),
  1006. weight: math.unit(150, "kg"),
  1007. name: "Side (NSFW)",
  1008. image: {
  1009. source: "./media/characters/talan/side-nsfw.svg",
  1010. bottom: 29/3734
  1011. }
  1012. },
  1013. back: {
  1014. height: math.unit(4, "meter"),
  1015. weight: math.unit(150, "kg"),
  1016. name: "Back",
  1017. image: {
  1018. source: "./media/characters/talan/back.svg"
  1019. }
  1020. },
  1021. dickBottom: {
  1022. height: math.unit(0.621, "meter"),
  1023. name: "Dick (Bottom)",
  1024. image: {
  1025. source: "./media/characters/talan/dick-bottom.svg"
  1026. }
  1027. },
  1028. dickTop: {
  1029. height: math.unit(0.621, "meter"),
  1030. name: "Dick (Top)",
  1031. image: {
  1032. source: "./media/characters/talan/dick-top.svg"
  1033. }
  1034. },
  1035. dickSide: {
  1036. height: math.unit(0.305, "meter"),
  1037. name: "Dick (Side)",
  1038. image: {
  1039. source: "./media/characters/talan/dick-side.svg"
  1040. }
  1041. },
  1042. dickFront: {
  1043. height: math.unit(0.305, "meter"),
  1044. name: "Dick (Front)",
  1045. image: {
  1046. source: "./media/characters/talan/dick-front.svg"
  1047. }
  1048. },
  1049. },
  1050. [
  1051. {
  1052. name: "Normal",
  1053. height: math.unit(4, "meters")
  1054. },
  1055. {
  1056. name: "Macro",
  1057. height: math.unit(100, "meters")
  1058. },
  1059. {
  1060. name: "Megamacro",
  1061. height: math.unit(2, "miles"),
  1062. default: true
  1063. },
  1064. {
  1065. name: "Gigamacro",
  1066. height: math.unit(5000, "miles")
  1067. },
  1068. {
  1069. name: "Teramacro",
  1070. height: math.unit(100, "parsecs")
  1071. }
  1072. ]
  1073. ))
  1074. characterMakers.push(() => makeCharacter(
  1075. { name: "Gael'Rathus" },
  1076. {
  1077. front: {
  1078. height: math.unit(2, "meter"),
  1079. weight: math.unit(90, "kg"),
  1080. name: "Front",
  1081. image: {
  1082. source: "./media/characters/gael'rathus/front.svg"
  1083. }
  1084. },
  1085. frontAlt: {
  1086. height: math.unit(2, "meter"),
  1087. weight: math.unit(90, "kg"),
  1088. name: "Front (alt)",
  1089. image: {
  1090. source: "./media/characters/gael'rathus/front-alt.svg"
  1091. }
  1092. },
  1093. frontAlt2: {
  1094. height: math.unit(2, "meter"),
  1095. weight: math.unit(90, "kg"),
  1096. name: "Front (alt 2)",
  1097. image: {
  1098. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1099. }
  1100. }
  1101. },
  1102. [
  1103. {
  1104. name: "Normal",
  1105. height: math.unit(9, "feet"),
  1106. default: true
  1107. },
  1108. {
  1109. name: "Large",
  1110. height: math.unit(25, "feet")
  1111. },
  1112. {
  1113. name: "Macro",
  1114. height: math.unit(0.25, "miles")
  1115. },
  1116. {
  1117. name: "Megamacro",
  1118. height: math.unit(10, "miles")
  1119. }
  1120. ]
  1121. ))
  1122. characterMakers.push(() => makeCharacter(
  1123. { name: "Sosha" },
  1124. {
  1125. side: {
  1126. height: math.unit(2, "meter"),
  1127. weight: math.unit(140, "kg"),
  1128. name: "Side",
  1129. image: {
  1130. source: "./media/characters/sosha/side.svg",
  1131. bottom: 0.042
  1132. }
  1133. },
  1134. },
  1135. [
  1136. {
  1137. name: "Normal",
  1138. height: math.unit(12, "feet"),
  1139. default: true
  1140. }
  1141. ]
  1142. ))
  1143. characterMakers.push(() => makeCharacter(
  1144. { name: "RuNNoLa" },
  1145. {
  1146. side: {
  1147. height: math.unit(5 + 5 / 12, "feet"),
  1148. weight: math.unit(170, "kg"),
  1149. name: "Side",
  1150. image: {
  1151. source: "./media/characters/runnola/side.svg",
  1152. extra: 741 / 448,
  1153. bottom: 0.05
  1154. }
  1155. },
  1156. },
  1157. [
  1158. {
  1159. name: "Small",
  1160. height: math.unit(3, "feet")
  1161. },
  1162. {
  1163. name: "Normal",
  1164. height: math.unit(5 + 5 / 12, "feet"),
  1165. default: true
  1166. },
  1167. {
  1168. name: "Big",
  1169. height: math.unit(10, "feet")
  1170. },
  1171. ]
  1172. ))
  1173. characterMakers.push(() => makeCharacter(
  1174. { name: "Kurribird" },
  1175. {
  1176. front: {
  1177. height: math.unit(2, "meter"),
  1178. weight: math.unit(50, "kg"),
  1179. name: "Front",
  1180. image: {
  1181. source: "./media/characters/kurribird/front.svg",
  1182. bottom: 0.015
  1183. }
  1184. },
  1185. frontAlt: {
  1186. height: math.unit(1.5, "meter"),
  1187. weight: math.unit(50, "kg"),
  1188. name: "Front (Alt)",
  1189. image: {
  1190. source: "./media/characters/kurribird/front-alt.svg",
  1191. extra: 1.45
  1192. }
  1193. },
  1194. },
  1195. [
  1196. {
  1197. name: "Normal",
  1198. height: math.unit(7, "feet")
  1199. },
  1200. {
  1201. name: "Big",
  1202. height: math.unit(12, "feet"),
  1203. default: true
  1204. },
  1205. {
  1206. name: "Macro",
  1207. height: math.unit(1500, "feet")
  1208. },
  1209. {
  1210. name: "Megamacro",
  1211. height: math.unit(2, "miles")
  1212. }
  1213. ]
  1214. ))
  1215. characterMakers.push(() => makeCharacter(
  1216. { name: "Elbial" },
  1217. {
  1218. front: {
  1219. height: math.unit(2, "meter"),
  1220. weight: math.unit(80, "kg"),
  1221. name: "Front",
  1222. image: {
  1223. source: "./media/characters/elbial/front.svg",
  1224. extra: 1643/1556,
  1225. bottom: 60.2/1696
  1226. }
  1227. },
  1228. side: {
  1229. height: math.unit(2, "meter"),
  1230. weight: math.unit(80, "kg"),
  1231. name: "Side",
  1232. image: {
  1233. source: "./media/characters/elbial/side.svg",
  1234. extra: 1630/1565,
  1235. bottom: 71.5/1697
  1236. }
  1237. },
  1238. back: {
  1239. height: math.unit(2, "meter"),
  1240. weight: math.unit(80, "kg"),
  1241. name: "Back",
  1242. image: {
  1243. source: "./media/characters/elbial/back.svg",
  1244. extra: 1668/1595,
  1245. bottom: 5.6/1672
  1246. }
  1247. },
  1248. frontDressed: {
  1249. height: math.unit(2, "meter"),
  1250. weight: math.unit(80, "kg"),
  1251. name: "Front (Dressed)",
  1252. image: {
  1253. source: "./media/characters/elbial/front-dressed.svg",
  1254. extra: 1653/1584,
  1255. bottom: 57/1708
  1256. }
  1257. },
  1258. genitals: {
  1259. height: math.unit(2/3.367, "meter"),
  1260. name: "Genitals",
  1261. image: {
  1262. source: "./media/characters/elbial/genitals.svg"
  1263. }
  1264. },
  1265. },
  1266. [
  1267. {
  1268. name: "Large",
  1269. height: math.unit(100, "feet")
  1270. },
  1271. {
  1272. name: "Macro",
  1273. height: math.unit(500, "feet"),
  1274. default: true
  1275. },
  1276. {
  1277. name: "Megamacro",
  1278. height: math.unit(10, "miles")
  1279. },
  1280. {
  1281. name: "Gigamacro",
  1282. height: math.unit(25000, "miles")
  1283. },
  1284. {
  1285. name: "Full-Size",
  1286. height: math.unit(8000000, "gigaparsecs")
  1287. }
  1288. ]
  1289. ))
  1290. characterMakers.push(() => makeCharacter(
  1291. { name: "Noah" },
  1292. {
  1293. front: {
  1294. height: math.unit(2, "meter"),
  1295. weight: math.unit(60, "kg"),
  1296. name: "Front",
  1297. image: {
  1298. source: "./media/characters/noah/front.svg"
  1299. }
  1300. },
  1301. talons: {
  1302. height: math.unit(0.315, "meter"),
  1303. name: "Talons",
  1304. image: {
  1305. source: "./media/characters/noah/talons.svg"
  1306. }
  1307. }
  1308. },
  1309. [
  1310. {
  1311. name: "Large",
  1312. height: math.unit(50, "feet")
  1313. },
  1314. {
  1315. name: "Macro",
  1316. height: math.unit(750, "feet"),
  1317. default: true
  1318. },
  1319. {
  1320. name: "Megamacro",
  1321. height: math.unit(50, "miles")
  1322. },
  1323. {
  1324. name: "Gigamacro",
  1325. height: math.unit(100000, "miles")
  1326. },
  1327. {
  1328. name: "Full-Size",
  1329. height: math.unit(3000000000, "miles")
  1330. }
  1331. ]
  1332. ))
  1333. characterMakers.push(() => makeCharacter(
  1334. { name: "Natalya" },
  1335. {
  1336. front: {
  1337. height: math.unit(2, "meter"),
  1338. weight: math.unit(80, "kg"),
  1339. name: "Front",
  1340. image: {
  1341. source: "./media/characters/natalya/front.svg"
  1342. }
  1343. },
  1344. back: {
  1345. height: math.unit(2, "meter"),
  1346. weight: math.unit(80, "kg"),
  1347. name: "Back",
  1348. image: {
  1349. source: "./media/characters/natalya/back.svg"
  1350. }
  1351. }
  1352. },
  1353. [
  1354. {
  1355. name: "Normal",
  1356. height: math.unit(150, "feet"),
  1357. default: true
  1358. },
  1359. {
  1360. name: "Megamacro",
  1361. height: math.unit(5, "miles")
  1362. },
  1363. {
  1364. name: "Full-Size",
  1365. height: math.unit(600, "kiloparsecs")
  1366. }
  1367. ]
  1368. ))
  1369. characterMakers.push(() => makeCharacter(
  1370. { name: "Erestrebah" },
  1371. {
  1372. front: {
  1373. height: math.unit(2, "meter"),
  1374. weight: math.unit(50, "kg"),
  1375. name: "Front",
  1376. image: {
  1377. source: "./media/characters/erestrebah/front.svg",
  1378. extra: 208 / 193,
  1379. bottom: 0.055
  1380. }
  1381. },
  1382. back: {
  1383. height: math.unit(2, "meter"),
  1384. weight: math.unit(50, "kg"),
  1385. name: "Back",
  1386. image: {
  1387. source: "./media/characters/erestrebah/back.svg",
  1388. extra: 1.3
  1389. }
  1390. }
  1391. },
  1392. [
  1393. {
  1394. name: "Normal",
  1395. height: math.unit(10, "feet")
  1396. },
  1397. {
  1398. name: "Large",
  1399. height: math.unit(50, "feet"),
  1400. default: true
  1401. },
  1402. {
  1403. name: "Macro",
  1404. height: math.unit(300, "feet")
  1405. },
  1406. {
  1407. name: "Macro+",
  1408. height: math.unit(750, "feet")
  1409. },
  1410. {
  1411. name: "Megamacro",
  1412. height: math.unit(3, "miles")
  1413. }
  1414. ]
  1415. ))
  1416. characterMakers.push(() => makeCharacter(
  1417. { name: "Jennifer" },
  1418. {
  1419. front: {
  1420. height: math.unit(2, "meter"),
  1421. weight: math.unit(80, "kg"),
  1422. name: "Front",
  1423. image: {
  1424. source: "./media/characters/jennifer/front.svg",
  1425. bottom: 0.11,
  1426. extra: 1.16
  1427. }
  1428. },
  1429. frontAlt: {
  1430. height: math.unit(2, "meter"),
  1431. weight: math.unit(80, "kg"),
  1432. name: "Front (Alt)",
  1433. image: {
  1434. source: "./media/characters/jennifer/front-alt.svg"
  1435. }
  1436. }
  1437. },
  1438. [
  1439. {
  1440. name: "Canon Height",
  1441. height: math.unit(120, "feet"),
  1442. default: true
  1443. },
  1444. {
  1445. name: "Macro+",
  1446. height: math.unit(300, "feet")
  1447. },
  1448. {
  1449. name: "Megamacro",
  1450. height: math.unit(20000, "feet")
  1451. }
  1452. ]
  1453. ))
  1454. characterMakers.push(() => makeCharacter(
  1455. { name: "Kalista" },
  1456. {
  1457. front: {
  1458. height: math.unit(2, "meter"),
  1459. weight: math.unit(50, "kg"),
  1460. name: "Front",
  1461. image: {
  1462. source: "./media/characters/kalista/front.svg",
  1463. extra: 1947 / 1700
  1464. }
  1465. },
  1466. back: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(50, "kg"),
  1469. name: "Back",
  1470. image: {
  1471. source: "./media/characters/kalista/back.svg",
  1472. extra: 1366 / 1156
  1473. }
  1474. }
  1475. },
  1476. [
  1477. {
  1478. name: "Uncomfortably Small",
  1479. height: math.unit(10, "feet")
  1480. },
  1481. {
  1482. name: "Small",
  1483. height: math.unit(30, "feet")
  1484. },
  1485. {
  1486. name: "Macro",
  1487. height: math.unit(100, "feet"),
  1488. default: true
  1489. },
  1490. {
  1491. name: "Macro+",
  1492. height: math.unit(2000, "feet")
  1493. },
  1494. {
  1495. name: "True Form",
  1496. height: math.unit(8924, "miles")
  1497. }
  1498. ]
  1499. ))
  1500. characterMakers.push(() => makeCharacter(
  1501. { name: "GiantGrowingVixen" },
  1502. {
  1503. front: {
  1504. height: math.unit(2, "meter"),
  1505. weight: math.unit(120, "kg"),
  1506. name: "Front",
  1507. image: {
  1508. source: "./media/characters/ggv/front.svg"
  1509. }
  1510. },
  1511. side: {
  1512. height: math.unit(2, "meter"),
  1513. weight: math.unit(120, "kg"),
  1514. name: "Side",
  1515. image: {
  1516. source: "./media/characters/ggv/side.svg"
  1517. }
  1518. }
  1519. },
  1520. [
  1521. {
  1522. name: "Extremely Puny",
  1523. height: math.unit(9 + 5 / 12, "feet")
  1524. },
  1525. {
  1526. name: "Horribly Small",
  1527. height: math.unit(47.7, "miles"),
  1528. default: true
  1529. },
  1530. {
  1531. name: "Reasonably Sized",
  1532. height: math.unit(25000, "parsecs")
  1533. },
  1534. {
  1535. name: "Slightly Uncompressed",
  1536. height: math.unit(7.77e31, "parsecs")
  1537. },
  1538. {
  1539. name: "Omniversal",
  1540. height: math.unit(1e300, "meters")
  1541. },
  1542. ]
  1543. ))
  1544. characterMakers.push(() => makeCharacter(
  1545. { name: "Napalm" },
  1546. {
  1547. front: {
  1548. height: math.unit(2, "meter"),
  1549. weight: math.unit(75, "lb"),
  1550. name: "Front",
  1551. image: {
  1552. source: "./media/characters/napalm/front.svg"
  1553. }
  1554. },
  1555. back: {
  1556. height: math.unit(2, "meter"),
  1557. weight: math.unit(75, "lb"),
  1558. name: "Back",
  1559. image: {
  1560. source: "./media/characters/napalm/back.svg"
  1561. }
  1562. }
  1563. },
  1564. [
  1565. {
  1566. name: "Standard",
  1567. height: math.unit(55, "feet"),
  1568. default: true
  1569. }
  1570. ]
  1571. ))
  1572. characterMakers.push(() => makeCharacter(
  1573. { name: "Asana" },
  1574. {
  1575. front: {
  1576. height: math.unit(7 + 5 / 6, "feet"),
  1577. weight: math.unit(325, "lb"),
  1578. name: "Front",
  1579. image: {
  1580. source: "./media/characters/asana/front.svg",
  1581. extra: 1128 / 1068
  1582. }
  1583. },
  1584. back: {
  1585. height: math.unit(7 + 5 / 6, "feet"),
  1586. weight: math.unit(325, "lb"),
  1587. name: "Back",
  1588. image: {
  1589. source: "./media/characters/asana/back.svg",
  1590. extra: 1128 / 1068
  1591. }
  1592. },
  1593. },
  1594. [
  1595. {
  1596. name: "Standard",
  1597. height: math.unit(7 + 5 / 6, "feet"),
  1598. default: true
  1599. },
  1600. {
  1601. name: "Large",
  1602. height: math.unit(10, "meters")
  1603. },
  1604. {
  1605. name: "Macro",
  1606. height: math.unit(2500, "meters")
  1607. },
  1608. {
  1609. name: "Megamacro",
  1610. height: math.unit(5e6, "meters")
  1611. },
  1612. {
  1613. name: "Examacro",
  1614. height: math.unit(5e12, "lightyears")
  1615. },
  1616. {
  1617. name: "Max Size",
  1618. height: math.unit(1e31, "lightyears")
  1619. }
  1620. ]
  1621. ))
  1622. characterMakers.push(() => makeCharacter(
  1623. { name: "Ebony" },
  1624. {
  1625. front: {
  1626. height: math.unit(2, "meter"),
  1627. weight: math.unit(60, "kg"),
  1628. name: "Front",
  1629. image: {
  1630. source: "./media/characters/ebony/front.svg",
  1631. bottom: 0.03,
  1632. extra: 1045 / 810 + 0.03
  1633. }
  1634. },
  1635. side: {
  1636. height: math.unit(2, "meter"),
  1637. weight: math.unit(60, "kg"),
  1638. name: "Side",
  1639. image: {
  1640. source: "./media/characters/ebony/side.svg",
  1641. bottom: 0.03,
  1642. extra: 1045 / 810 + 0.03
  1643. }
  1644. },
  1645. back: {
  1646. height: math.unit(2, "meter"),
  1647. weight: math.unit(60, "kg"),
  1648. name: "Back",
  1649. image: {
  1650. source: "./media/characters/ebony/back.svg",
  1651. bottom: 0.01,
  1652. extra: 1045 / 810 + 0.01
  1653. }
  1654. },
  1655. },
  1656. [
  1657. // TODO check why I did this lol
  1658. {
  1659. name: "Standard",
  1660. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1661. default: true
  1662. },
  1663. {
  1664. name: "Macro",
  1665. height: math.unit(200, "feet")
  1666. },
  1667. {
  1668. name: "Gigamacro",
  1669. height: math.unit(13000, "km")
  1670. }
  1671. ]
  1672. ))
  1673. characterMakers.push(() => makeCharacter(
  1674. { name: "Mountain" },
  1675. {
  1676. front: {
  1677. height: math.unit(6, "feet"),
  1678. weight: math.unit(175, "lb"),
  1679. name: "Front",
  1680. image: {
  1681. source: "./media/characters/mountain/front.svg"
  1682. }
  1683. },
  1684. back: {
  1685. height: math.unit(6, "feet"),
  1686. weight: math.unit(175, "lb"),
  1687. name: "Back",
  1688. image: {
  1689. source: "./media/characters/mountain/back.svg"
  1690. }
  1691. },
  1692. },
  1693. [
  1694. {
  1695. name: "Large",
  1696. height: math.unit(20, "meters")
  1697. },
  1698. {
  1699. name: "Macro",
  1700. height: math.unit(300, "meters")
  1701. },
  1702. {
  1703. name: "Gigamacro",
  1704. height: math.unit(10000, "km"),
  1705. default: true
  1706. },
  1707. {
  1708. name: "Examacro",
  1709. height: math.unit(10e9, "lightyears")
  1710. }
  1711. ]
  1712. ))
  1713. characterMakers.push(() => makeCharacter(
  1714. { name: "Rick" },
  1715. {
  1716. front: {
  1717. height: math.unit(8, "feet"),
  1718. weight: math.unit(500, "lb"),
  1719. name: "Front",
  1720. image: {
  1721. source: "./media/characters/rick/front.svg"
  1722. }
  1723. }
  1724. },
  1725. [
  1726. {
  1727. name: "Normal",
  1728. height: math.unit(8, "feet"),
  1729. default: true
  1730. },
  1731. {
  1732. name: "Macro",
  1733. height: math.unit(5, "km")
  1734. }
  1735. ]
  1736. ))
  1737. characterMakers.push(() => makeCharacter(
  1738. { name: "Ona" },
  1739. {
  1740. front: {
  1741. height: math.unit(8, "feet"),
  1742. weight: math.unit(120, "lb"),
  1743. name: "Front",
  1744. image: {
  1745. source: "./media/characters/ona/front.svg"
  1746. }
  1747. },
  1748. frontAlt: {
  1749. height: math.unit(8, "feet"),
  1750. weight: math.unit(120, "lb"),
  1751. name: "Front (Alt)",
  1752. image: {
  1753. source: "./media/characters/ona/front-alt.svg"
  1754. }
  1755. },
  1756. back: {
  1757. height: math.unit(8, "feet"),
  1758. weight: math.unit(120, "lb"),
  1759. name: "Back",
  1760. image: {
  1761. source: "./media/characters/ona/back.svg"
  1762. }
  1763. },
  1764. foot: {
  1765. height: math.unit(1.1, "feet"),
  1766. name: "Foot",
  1767. image: {
  1768. source: "./media/characters/ona/foot.svg"
  1769. }
  1770. }
  1771. },
  1772. [
  1773. {
  1774. name: "Megamacro",
  1775. height: math.unit(70, "km"),
  1776. default: true
  1777. },
  1778. {
  1779. name: "Gigamacro",
  1780. height: math.unit(681818, "miles")
  1781. },
  1782. {
  1783. name: "Examacro",
  1784. height: math.unit(3800000, "lightyears")
  1785. },
  1786. ]
  1787. ))
  1788. characterMakers.push(() => makeCharacter(
  1789. { name: "Mech" },
  1790. {
  1791. front: {
  1792. height: math.unit(12, "feet"),
  1793. weight: math.unit(3000, "lb"),
  1794. name: "Front",
  1795. image: {
  1796. source: "./media/characters/mech/front.svg",
  1797. bottom: 0.025,
  1798. }
  1799. },
  1800. back: {
  1801. height: math.unit(12, "feet"),
  1802. weight: math.unit(3000, "lb"),
  1803. name: "Back",
  1804. image: {
  1805. source: "./media/characters/mech/back.svg",
  1806. bottom: 0.03,
  1807. }
  1808. }
  1809. },
  1810. [
  1811. {
  1812. name: "Normal",
  1813. height: math.unit(12, "feet")
  1814. },
  1815. {
  1816. name: "Macro",
  1817. height: math.unit(300, "feet"),
  1818. default: true
  1819. },
  1820. {
  1821. name: "Macro+",
  1822. height: math.unit(1500, "feet")
  1823. },
  1824. ]
  1825. ))
  1826. characterMakers.push(() => makeCharacter(
  1827. { name: "Gregory" },
  1828. {
  1829. front: {
  1830. height: math.unit(1.3, "meter"),
  1831. weight: math.unit(30, "kg"),
  1832. name: "Front",
  1833. image: {
  1834. source: "./media/characters/gregory/front.svg",
  1835. }
  1836. }
  1837. },
  1838. [
  1839. {
  1840. name: "Normal",
  1841. height: math.unit(1.3, "meter"),
  1842. default: true
  1843. },
  1844. {
  1845. name: "Macro",
  1846. height: math.unit(20, "meter")
  1847. }
  1848. ]
  1849. ))
  1850. characterMakers.push(() => makeCharacter(
  1851. { name: "Elory" },
  1852. {
  1853. front: {
  1854. height: math.unit(2.8, "meter"),
  1855. weight: math.unit(200, "kg"),
  1856. name: "Front",
  1857. image: {
  1858. source: "./media/characters/elory/front.svg",
  1859. }
  1860. }
  1861. },
  1862. [
  1863. {
  1864. name: "Normal",
  1865. height: math.unit(2.8, "meter"),
  1866. default: true
  1867. },
  1868. {
  1869. name: "Macro",
  1870. height: math.unit(38, "meter")
  1871. }
  1872. ]
  1873. ))
  1874. characterMakers.push(() => makeCharacter(
  1875. { name: "Angelpatamon" },
  1876. {
  1877. front: {
  1878. height: math.unit(470, "feet"),
  1879. weight: math.unit(924, "tons"),
  1880. name: "Front",
  1881. image: {
  1882. source: "./media/characters/angelpatamon/front.svg",
  1883. }
  1884. }
  1885. },
  1886. [
  1887. {
  1888. name: "Normal",
  1889. height: math.unit(470, "feet"),
  1890. default: true
  1891. },
  1892. {
  1893. name: "Deity Size I",
  1894. height: math.unit(28651.2, "km")
  1895. },
  1896. {
  1897. name: "Deity Size II",
  1898. height: math.unit(171907.2, "km")
  1899. }
  1900. ]
  1901. ))
  1902. characterMakers.push(() => makeCharacter(
  1903. { name: "Cryae" },
  1904. {
  1905. side: {
  1906. height: math.unit(7.2, "meter"),
  1907. weight: math.unit(8.2, "tons"),
  1908. name: "Side",
  1909. image: {
  1910. source: "./media/characters/cryae/side.svg",
  1911. extra: 3500 / 1500
  1912. }
  1913. }
  1914. },
  1915. [
  1916. {
  1917. name: "Normal",
  1918. height: math.unit(7.2, "meter"),
  1919. default: true
  1920. }
  1921. ]
  1922. ))
  1923. characterMakers.push(() => makeCharacter(
  1924. { name: "Xera" },
  1925. {
  1926. front: {
  1927. height: math.unit(6, "feet"),
  1928. weight: math.unit(175, "lb"),
  1929. name: "Front",
  1930. image: {
  1931. source: "./media/characters/xera/front.svg",
  1932. extra: 2300 / 2061
  1933. }
  1934. },
  1935. side: {
  1936. height: math.unit(6, "feet"),
  1937. weight: math.unit(175, "lb"),
  1938. name: "Side",
  1939. image: {
  1940. source: "./media/characters/xera/side.svg",
  1941. extra: 2300 / 2061
  1942. }
  1943. },
  1944. back: {
  1945. height: math.unit(6, "feet"),
  1946. weight: math.unit(175, "lb"),
  1947. name: "Back",
  1948. image: {
  1949. source: "./media/characters/xera/back.svg"
  1950. }
  1951. },
  1952. },
  1953. [
  1954. {
  1955. name: "Small",
  1956. height: math.unit(10, "feet")
  1957. },
  1958. {
  1959. name: "Macro",
  1960. height: math.unit(500, "meters"),
  1961. default: true
  1962. },
  1963. {
  1964. name: "Macro+",
  1965. height: math.unit(10, "km")
  1966. },
  1967. {
  1968. name: "Gigamacro",
  1969. height: math.unit(25000, "km")
  1970. },
  1971. {
  1972. name: "Teramacro",
  1973. height: math.unit(3e6, "km")
  1974. }
  1975. ]
  1976. ))
  1977. characterMakers.push(() => makeCharacter(
  1978. { name: "Nebula" },
  1979. {
  1980. front: {
  1981. height: math.unit(6, "feet"),
  1982. weight: math.unit(175, "lb"),
  1983. name: "Front",
  1984. image: {
  1985. source: "./media/characters/nebula/front.svg",
  1986. extra: 2600 / 2450
  1987. }
  1988. }
  1989. },
  1990. [
  1991. {
  1992. name: "Small",
  1993. height: math.unit(4.5, "meters")
  1994. },
  1995. {
  1996. name: "Macro",
  1997. height: math.unit(1500, "meters"),
  1998. default: true
  1999. },
  2000. {
  2001. name: "Megamacro",
  2002. height: math.unit(150, "km")
  2003. },
  2004. {
  2005. name: "Gigamacro",
  2006. height: math.unit(27000, "km")
  2007. }
  2008. ]
  2009. ))
  2010. characterMakers.push(() => makeCharacter(
  2011. { name: "Abysgar" },
  2012. {
  2013. front: {
  2014. height: math.unit(6, "feet"),
  2015. weight: math.unit(225, "lb"),
  2016. name: "Front",
  2017. image: {
  2018. source: "./media/characters/abysgar/front.svg"
  2019. }
  2020. }
  2021. },
  2022. [
  2023. {
  2024. name: "Small",
  2025. height: math.unit(4.5, "meters")
  2026. },
  2027. {
  2028. name: "Macro",
  2029. height: math.unit(1250, "meters"),
  2030. default: true
  2031. },
  2032. {
  2033. name: "Megamacro",
  2034. height: math.unit(125, "km")
  2035. },
  2036. {
  2037. name: "Gigamacro",
  2038. height: math.unit(26000, "km")
  2039. }
  2040. ]
  2041. ))
  2042. characterMakers.push(() => makeCharacter(
  2043. { name: "Yakuz" },
  2044. {
  2045. front: {
  2046. height: math.unit(6, "feet"),
  2047. weight: math.unit(180, "lb"),
  2048. name: "Front",
  2049. image: {
  2050. source: "./media/characters/yakuz/front.svg"
  2051. }
  2052. }
  2053. },
  2054. [
  2055. {
  2056. name: "Small",
  2057. height: math.unit(5, "meters")
  2058. },
  2059. {
  2060. name: "Macro",
  2061. height: math.unit(1500, "meters"),
  2062. default: true
  2063. },
  2064. {
  2065. name: "Megamacro",
  2066. height: math.unit(200, "km")
  2067. },
  2068. {
  2069. name: "Gigamacro",
  2070. height: math.unit(100000, "km")
  2071. }
  2072. ]
  2073. ))
  2074. characterMakers.push(() => makeCharacter(
  2075. { name: "Mirova" },
  2076. {
  2077. front: {
  2078. height: math.unit(6, "feet"),
  2079. weight: math.unit(175, "lb"),
  2080. name: "Front",
  2081. image: {
  2082. source: "./media/characters/mirova/front.svg"
  2083. }
  2084. }
  2085. },
  2086. [
  2087. {
  2088. name: "Small",
  2089. height: math.unit(5, "meters")
  2090. },
  2091. {
  2092. name: "Macro",
  2093. height: math.unit(900, "meters"),
  2094. default: true
  2095. },
  2096. {
  2097. name: "Megamacro",
  2098. height: math.unit(135, "km")
  2099. },
  2100. {
  2101. name: "Gigamacro",
  2102. height: math.unit(20000, "km")
  2103. }
  2104. ]
  2105. ))
  2106. characterMakers.push(() => makeCharacter(
  2107. { name: "Asana (Mech)" },
  2108. {
  2109. side: {
  2110. height: math.unit(28.35, "feet"),
  2111. weight: math.unit(99.75, "tons"),
  2112. name: "Side",
  2113. image: {
  2114. source: "./media/characters/asana-mech/side.svg"
  2115. }
  2116. }
  2117. },
  2118. [
  2119. {
  2120. name: "Normal",
  2121. height: math.unit(28.35, "feet"),
  2122. default: true
  2123. },
  2124. {
  2125. name: "Macro",
  2126. height: math.unit(2500, "feet")
  2127. },
  2128. {
  2129. name: "Megamacro",
  2130. height: math.unit(25, "miles")
  2131. },
  2132. {
  2133. name: "Examacro",
  2134. height: math.unit(6e8, "lightyears")
  2135. },
  2136. ]
  2137. ))
  2138. characterMakers.push(() => makeCharacter(
  2139. { name: "Ashtrek" },
  2140. {
  2141. front: {
  2142. height: math.unit(2, "meters"),
  2143. weight: math.unit(70, "kg"),
  2144. name: "Front",
  2145. image: {
  2146. source: "./media/characters/ashtrek/front.svg",
  2147. extra: 560 / 524,
  2148. bottom: 0.01
  2149. }
  2150. },
  2151. frontArmor: {
  2152. height: math.unit(2, "meters"),
  2153. weight: math.unit(76, "kg"),
  2154. name: "Front (Armor)",
  2155. image: {
  2156. source: "./media/characters/ashtrek/front-armor.svg",
  2157. extra: 561 / 527,
  2158. bottom: 0.01
  2159. }
  2160. },
  2161. side: {
  2162. height: math.unit(2, "meters"),
  2163. weight: math.unit(70, "kg"),
  2164. name: "Side",
  2165. image: {
  2166. source: "./media/characters/ashtrek/side.svg",
  2167. extra: 1717 / 1609,
  2168. bottom: 0.005
  2169. }
  2170. },
  2171. back: {
  2172. height: math.unit(2, "meters"),
  2173. weight: math.unit(70, "kg"),
  2174. name: "Back",
  2175. image: {
  2176. source: "./media/characters/ashtrek/back.svg",
  2177. extra: 1570 / 1501
  2178. }
  2179. },
  2180. },
  2181. [
  2182. {
  2183. name: "DEFCON 5",
  2184. height: math.unit(5, "meters")
  2185. },
  2186. {
  2187. name: "DEFCON 4",
  2188. height: math.unit(500, "meters"),
  2189. default: true
  2190. },
  2191. {
  2192. name: "DEFCON 3",
  2193. height: math.unit(5, "km")
  2194. },
  2195. {
  2196. name: "DEFCON 2",
  2197. height: math.unit(500, "km")
  2198. },
  2199. {
  2200. name: "DEFCON 1",
  2201. height: math.unit(500000, "km")
  2202. },
  2203. {
  2204. name: "DEFCON 0",
  2205. height: math.unit(3, "gigaparsecs")
  2206. },
  2207. ]
  2208. ))
  2209. characterMakers.push(() => makeCharacter(
  2210. { name: "Gale" },
  2211. {
  2212. front: {
  2213. height: math.unit(2, "meters"),
  2214. weight: math.unit(76, "kg"),
  2215. name: "Front",
  2216. image: {
  2217. source: "./media/characters/gale/front.svg"
  2218. }
  2219. },
  2220. frontAlt1: {
  2221. height: math.unit(2, "meters"),
  2222. weight: math.unit(76, "kg"),
  2223. name: "Front (Alt 1)",
  2224. image: {
  2225. source: "./media/characters/gale/front-alt-1.svg"
  2226. }
  2227. },
  2228. frontAlt2: {
  2229. height: math.unit(2, "meters"),
  2230. weight: math.unit(76, "kg"),
  2231. name: "Front (Alt 2)",
  2232. image: {
  2233. source: "./media/characters/gale/front-alt-2.svg"
  2234. }
  2235. },
  2236. },
  2237. [
  2238. {
  2239. name: "Normal",
  2240. height: math.unit(7, "feet")
  2241. },
  2242. {
  2243. name: "Macro",
  2244. height: math.unit(150, "feet"),
  2245. default: true
  2246. },
  2247. {
  2248. name: "Macro+",
  2249. height: math.unit(300, "feet")
  2250. },
  2251. ]
  2252. ))
  2253. characterMakers.push(() => makeCharacter(
  2254. { name: "Draylen" },
  2255. {
  2256. front: {
  2257. height: math.unit(2, "meters"),
  2258. weight: math.unit(76, "kg"),
  2259. name: "Front",
  2260. image: {
  2261. source: "./media/characters/draylen/front.svg"
  2262. }
  2263. }
  2264. },
  2265. [
  2266. {
  2267. name: "Macro",
  2268. height: math.unit(150, "feet"),
  2269. default: true
  2270. }
  2271. ]
  2272. ))
  2273. characterMakers.push(() => makeCharacter(
  2274. { name: "Chez" },
  2275. {
  2276. front: {
  2277. height: math.unit(7 + 9 / 12, "feet"),
  2278. weight: math.unit(379, "lbs"),
  2279. name: "Front",
  2280. image: {
  2281. source: "./media/characters/chez/front.svg"
  2282. }
  2283. },
  2284. side: {
  2285. height: math.unit(7 + 9 / 12, "feet"),
  2286. weight: math.unit(379, "lbs"),
  2287. name: "Side",
  2288. image: {
  2289. source: "./media/characters/chez/side.svg"
  2290. }
  2291. }
  2292. },
  2293. [
  2294. {
  2295. name: "Normal",
  2296. height: math.unit(7 + 9 / 12, "feet"),
  2297. default: true
  2298. },
  2299. {
  2300. name: "God King",
  2301. height: math.unit(9750000, "meters")
  2302. }
  2303. ]
  2304. ))
  2305. characterMakers.push(() => makeCharacter(
  2306. { name: "Kaylum" },
  2307. {
  2308. front: {
  2309. height: math.unit(6, "feet"),
  2310. weight: math.unit(275, "lbs"),
  2311. name: "Front",
  2312. image: {
  2313. source: "./media/characters/kaylum/front.svg",
  2314. bottom: 0.01,
  2315. extra: 1166 / 1031
  2316. }
  2317. },
  2318. frontWingless: {
  2319. height: math.unit(6, "feet"),
  2320. weight: math.unit(275, "lbs"),
  2321. name: "Front (Wingless)",
  2322. image: {
  2323. source: "./media/characters/kaylum/front-wingless.svg",
  2324. bottom: 0.01,
  2325. extra: 1117 / 1031
  2326. }
  2327. }
  2328. },
  2329. [
  2330. {
  2331. name: "Normal",
  2332. height: math.unit(3.05, "meters")
  2333. },
  2334. {
  2335. name: "Master",
  2336. height: math.unit(5.5, "meters")
  2337. },
  2338. {
  2339. name: "Rampage",
  2340. height: math.unit(19, "meters")
  2341. },
  2342. {
  2343. name: "Macro Lite",
  2344. height: math.unit(37, "meters")
  2345. },
  2346. {
  2347. name: "Hyper Predator",
  2348. height: math.unit(61, "meters")
  2349. },
  2350. {
  2351. name: "Macro",
  2352. height: math.unit(138, "meters"),
  2353. default: true
  2354. }
  2355. ]
  2356. ))
  2357. characterMakers.push(() => makeCharacter(
  2358. { name: "Geta" },
  2359. {
  2360. front: {
  2361. height: math.unit(6, "feet"),
  2362. weight: math.unit(150, "lbs"),
  2363. name: "Front",
  2364. image: {
  2365. source: "./media/characters/geta/front.svg"
  2366. }
  2367. }
  2368. },
  2369. [
  2370. {
  2371. name: "Micro",
  2372. height: math.unit(3, "inches"),
  2373. default: true
  2374. },
  2375. {
  2376. name: "Normal",
  2377. height: math.unit(5 + 5 / 12, "feet")
  2378. }
  2379. ]
  2380. ))
  2381. characterMakers.push(() => makeCharacter(
  2382. { name: "Tyrnn" },
  2383. {
  2384. front: {
  2385. height: math.unit(6, "feet"),
  2386. weight: math.unit(300, "lbs"),
  2387. name: "Front",
  2388. image: {
  2389. source: "./media/characters/tyrnn/front.svg"
  2390. }
  2391. }
  2392. },
  2393. [
  2394. {
  2395. name: "Main Height",
  2396. height: math.unit(355, "feet"),
  2397. default: true
  2398. },
  2399. {
  2400. name: "Fave. Height",
  2401. height: math.unit(2400, "feet")
  2402. }
  2403. ]
  2404. ))
  2405. characterMakers.push(() => makeCharacter(
  2406. { name: "Apple" },
  2407. {
  2408. front: {
  2409. height: math.unit(6, "feet"),
  2410. weight: math.unit(300, "lbs"),
  2411. name: "Front",
  2412. image: {
  2413. source: "./media/characters/appledectomy/front.svg"
  2414. }
  2415. }
  2416. },
  2417. [
  2418. {
  2419. name: "Macro",
  2420. height: math.unit(2500, "feet")
  2421. },
  2422. {
  2423. name: "Megamacro",
  2424. height: math.unit(50, "miles"),
  2425. default: true
  2426. },
  2427. {
  2428. name: "Gigamacro",
  2429. height: math.unit(5000, "miles")
  2430. },
  2431. {
  2432. name: "Teramacro",
  2433. height: math.unit(250000, "miles")
  2434. },
  2435. ]
  2436. ))
  2437. characterMakers.push(() => makeCharacter(
  2438. { name: "Vulpes" },
  2439. {
  2440. front: {
  2441. height: math.unit(6, "feet"),
  2442. weight: math.unit(200, "lbs"),
  2443. name: "Front",
  2444. image: {
  2445. source: "./media/characters/vulpes/front.svg",
  2446. extra: 573 / 543,
  2447. bottom: 0.033
  2448. }
  2449. },
  2450. side: {
  2451. height: math.unit(6, "feet"),
  2452. weight: math.unit(200, "lbs"),
  2453. name: "Side",
  2454. image: {
  2455. source: "./media/characters/vulpes/side.svg",
  2456. extra: 573 / 543,
  2457. bottom: 0.01
  2458. }
  2459. },
  2460. back: {
  2461. height: math.unit(6, "feet"),
  2462. weight: math.unit(200, "lbs"),
  2463. name: "Back",
  2464. image: {
  2465. source: "./media/characters/vulpes/back.svg",
  2466. extra: 573 / 543,
  2467. }
  2468. },
  2469. feet: {
  2470. height: math.unit(1.276, "feet"),
  2471. name: "Feet",
  2472. image: {
  2473. source: "./media/characters/vulpes/feet.svg"
  2474. }
  2475. },
  2476. maw: {
  2477. height: math.unit(1.18, "feet"),
  2478. name: "Maw",
  2479. image: {
  2480. source: "./media/characters/vulpes/maw.svg"
  2481. }
  2482. },
  2483. },
  2484. [
  2485. {
  2486. name: "Micro",
  2487. height: math.unit(2, "inches")
  2488. },
  2489. {
  2490. name: "Normal",
  2491. height: math.unit(6.3, "feet")
  2492. },
  2493. {
  2494. name: "Macro",
  2495. height: math.unit(850, "feet")
  2496. },
  2497. {
  2498. name: "Megamacro",
  2499. height: math.unit(7500, "feet"),
  2500. default: true
  2501. },
  2502. {
  2503. name: "Gigamacro",
  2504. height: math.unit(570000, "miles")
  2505. }
  2506. ]
  2507. ))
  2508. characterMakers.push(() => makeCharacter(
  2509. { name: "Rain Fallen" },
  2510. {
  2511. front: {
  2512. height: math.unit(6, "feet"),
  2513. weight: math.unit(210, "lbs"),
  2514. name: "Front",
  2515. image: {
  2516. source: "./media/characters/rain-fallen/front.svg"
  2517. }
  2518. },
  2519. side: {
  2520. height: math.unit(6, "feet"),
  2521. weight: math.unit(210, "lbs"),
  2522. name: "Side",
  2523. image: {
  2524. source: "./media/characters/rain-fallen/side.svg"
  2525. }
  2526. },
  2527. back: {
  2528. height: math.unit(6, "feet"),
  2529. weight: math.unit(210, "lbs"),
  2530. name: "Back",
  2531. image: {
  2532. source: "./media/characters/rain-fallen/back.svg"
  2533. }
  2534. },
  2535. feral: {
  2536. height: math.unit(9, "feet"),
  2537. weight: math.unit(700, "lbs"),
  2538. name: "Feral",
  2539. image: {
  2540. source: "./media/characters/rain-fallen/feral.svg"
  2541. }
  2542. },
  2543. },
  2544. [
  2545. {
  2546. name: "Normal",
  2547. height: math.unit(5, "meter")
  2548. },
  2549. {
  2550. name: "Macro",
  2551. height: math.unit(150, "meter"),
  2552. default: true
  2553. },
  2554. {
  2555. name: "Megamacro",
  2556. height: math.unit(278e6, "meter")
  2557. },
  2558. {
  2559. name: "Gigamacro",
  2560. height: math.unit(2e9, "meter")
  2561. },
  2562. {
  2563. name: "Teramacro",
  2564. height: math.unit(8e12, "meter")
  2565. },
  2566. {
  2567. name: "Devourer",
  2568. height: math.unit(14, "zettameters")
  2569. },
  2570. {
  2571. name: "Scarlet King",
  2572. height: math.unit(18, "yottameters")
  2573. },
  2574. {
  2575. name: "Void",
  2576. height: math.unit(6.66e66, "yottameters")
  2577. }
  2578. ]
  2579. ))
  2580. characterMakers.push(() => makeCharacter(
  2581. { name: "Zaakira" },
  2582. {
  2583. standing: {
  2584. height: math.unit(6, "feet"),
  2585. weight: math.unit(180, "lbs"),
  2586. name: "Standing",
  2587. image: {
  2588. source: "./media/characters/zaakira/standing.svg"
  2589. }
  2590. },
  2591. laying: {
  2592. height: math.unit(3, "feet"),
  2593. weight: math.unit(180, "lbs"),
  2594. name: "Laying",
  2595. image: {
  2596. source: "./media/characters/zaakira/laying.svg"
  2597. }
  2598. },
  2599. },
  2600. [
  2601. {
  2602. name: "Normal",
  2603. height: math.unit(12, "feet")
  2604. },
  2605. {
  2606. name: "Macro",
  2607. height: math.unit(279, "feet"),
  2608. default: true
  2609. }
  2610. ]
  2611. ))
  2612. characterMakers.push(() => makeCharacter(
  2613. { name: "Sigvald" },
  2614. {
  2615. front: {
  2616. height: math.unit(6, "feet"),
  2617. weight: math.unit(250, "lbs"),
  2618. name: "Front",
  2619. image: {
  2620. source: "./media/characters/sigvald/front.svg",
  2621. extra: 1000 / 850
  2622. }
  2623. },
  2624. back: {
  2625. height: math.unit(6, "feet"),
  2626. weight: math.unit(250, "lbs"),
  2627. name: "Back",
  2628. image: {
  2629. source: "./media/characters/sigvald/back.svg"
  2630. }
  2631. },
  2632. },
  2633. [
  2634. {
  2635. name: "Normal",
  2636. height: math.unit(8, "feet")
  2637. },
  2638. {
  2639. name: "Large",
  2640. height: math.unit(12, "feet")
  2641. },
  2642. {
  2643. name: "Larger",
  2644. height: math.unit(20, "feet")
  2645. },
  2646. {
  2647. name: "Macro",
  2648. height: math.unit(150, "feet")
  2649. },
  2650. {
  2651. name: "Macro+",
  2652. height: math.unit(200, "feet"),
  2653. default: true
  2654. },
  2655. ]
  2656. ))
  2657. characterMakers.push(() => makeCharacter(
  2658. { name: "Scott" },
  2659. {
  2660. side: {
  2661. height: math.unit(12, "feet"),
  2662. weight: math.unit(3000, "lbs"),
  2663. name: "Side",
  2664. image: {
  2665. source: "./media/characters/scott/side.svg",
  2666. extra: 1,
  2667. bottom: 0.069
  2668. }
  2669. },
  2670. upright: {
  2671. height: math.unit(12, "feet"),
  2672. weight: math.unit(3000, "lbs"),
  2673. name: "Upright",
  2674. image: {
  2675. source: "./media/characters/scott/upright.svg",
  2676. extra: 1,
  2677. bottom: 0.05
  2678. }
  2679. },
  2680. },
  2681. [
  2682. {
  2683. name: "Normal",
  2684. height: math.unit(12, "feet"),
  2685. default: true
  2686. },
  2687. ]
  2688. ))
  2689. characterMakers.push(() => makeCharacter(
  2690. { name: "Tobias" },
  2691. {
  2692. side: {
  2693. height: math.unit(8, "meters"),
  2694. weight: math.unit(84755, "lbs"),
  2695. name: "Side",
  2696. image: {
  2697. source: "./media/characters/tobias/side.svg",
  2698. extra: 1474 / 1096,
  2699. bottom: 38.9/1513.1235
  2700. }
  2701. },
  2702. },
  2703. [
  2704. {
  2705. name: "Normal",
  2706. height: math.unit(8, "meters"),
  2707. default: true
  2708. },
  2709. ]
  2710. ))
  2711. characterMakers.push(() => makeCharacter(
  2712. { name: "Kieran" },
  2713. {
  2714. front: {
  2715. height: math.unit(5.5, "feet"),
  2716. weight: math.unit(400, "lbs"),
  2717. name: "Front",
  2718. image: {
  2719. source: "./media/characters/kieran/front.svg",
  2720. extra: 1.05
  2721. }
  2722. },
  2723. side: {
  2724. height: math.unit(5.5, "feet"),
  2725. weight: math.unit(400, "lbs"),
  2726. name: "Side",
  2727. image: {
  2728. source: "./media/characters/kieran/side.svg",
  2729. extra: 950 / 850
  2730. }
  2731. },
  2732. },
  2733. [
  2734. {
  2735. name: "Normal",
  2736. height: math.unit(5.5, "feet"),
  2737. default: true
  2738. },
  2739. ]
  2740. ))
  2741. characterMakers.push(() => makeCharacter(
  2742. { name: "Sanya" },
  2743. {
  2744. side: {
  2745. height: math.unit(2, "meters"),
  2746. weight: math.unit(70, "kg"),
  2747. name: "Side",
  2748. image: {
  2749. source: "./media/characters/sanya/side.svg",
  2750. bottom: 0.02,
  2751. extra: 1.02
  2752. }
  2753. },
  2754. },
  2755. [
  2756. {
  2757. name: "Small",
  2758. height: math.unit(2, "meters")
  2759. },
  2760. {
  2761. name: "Normal",
  2762. height: math.unit(3, "meters")
  2763. },
  2764. {
  2765. name: "Macro",
  2766. height: math.unit(16, "meters"),
  2767. default: true
  2768. },
  2769. ]
  2770. ))
  2771. characterMakers.push(() => makeCharacter(
  2772. { name: "Miranda" },
  2773. {
  2774. side: {
  2775. height: math.unit(2, "meters"),
  2776. weight: math.unit(120, "kg"),
  2777. name: "Front",
  2778. image: {
  2779. source: "./media/characters/miranda/front.svg",
  2780. extra: 10.6 / 10
  2781. }
  2782. },
  2783. },
  2784. [
  2785. {
  2786. name: "Normal",
  2787. height: math.unit(10, "feet"),
  2788. default: true
  2789. }
  2790. ]
  2791. ))
  2792. characterMakers.push(() => makeCharacter(
  2793. { name: "James" },
  2794. {
  2795. side: {
  2796. height: math.unit(2, "meters"),
  2797. weight: math.unit(100, "kg"),
  2798. name: "Front",
  2799. image: {
  2800. source: "./media/characters/james/front.svg",
  2801. extra: 10 / 8.5
  2802. }
  2803. },
  2804. },
  2805. [
  2806. {
  2807. name: "Normal",
  2808. height: math.unit(8.5, "feet"),
  2809. default: true
  2810. }
  2811. ]
  2812. ))
  2813. characterMakers.push(() => makeCharacter(
  2814. { name: "Heather" },
  2815. {
  2816. side: {
  2817. height: math.unit(9.5, "feet"),
  2818. weight: math.unit(2500, "lbs"),
  2819. name: "Side",
  2820. image: {
  2821. source: "./media/characters/heather/side.svg"
  2822. }
  2823. },
  2824. },
  2825. [
  2826. {
  2827. name: "Normal",
  2828. height: math.unit(9.5, "feet"),
  2829. default: true
  2830. }
  2831. ]
  2832. ))
  2833. characterMakers.push(() => makeCharacter(
  2834. { name: "Lukas" },
  2835. {
  2836. side: {
  2837. height: math.unit(6.5, "feet"),
  2838. weight: math.unit(400, "lbs"),
  2839. name: "Side",
  2840. image: {
  2841. source: "./media/characters/lukas/side.svg",
  2842. extra: 7.25 / 6.5
  2843. }
  2844. },
  2845. },
  2846. [
  2847. {
  2848. name: "Normal",
  2849. height: math.unit(6.5, "feet"),
  2850. default: true
  2851. }
  2852. ]
  2853. ))
  2854. characterMakers.push(() => makeCharacter(
  2855. { name: "Louise" },
  2856. {
  2857. side: {
  2858. height: math.unit(5, "feet"),
  2859. weight: math.unit(3000, "lbs"),
  2860. name: "Side",
  2861. image: {
  2862. source: "./media/characters/louise/side.svg"
  2863. }
  2864. },
  2865. },
  2866. [
  2867. {
  2868. name: "Normal",
  2869. height: math.unit(5, "feet"),
  2870. default: true
  2871. }
  2872. ]
  2873. ))
  2874. characterMakers.push(() => makeCharacter(
  2875. { name: "Ramona" },
  2876. {
  2877. side: {
  2878. height: math.unit(6, "feet"),
  2879. weight: math.unit(150, "lbs"),
  2880. name: "Side",
  2881. image: {
  2882. source: "./media/characters/ramona/side.svg"
  2883. }
  2884. },
  2885. },
  2886. [
  2887. {
  2888. name: "Normal",
  2889. height: math.unit(5.3, "meters"),
  2890. default: true
  2891. },
  2892. {
  2893. name: "Macro",
  2894. height: math.unit(20, "stories")
  2895. },
  2896. {
  2897. name: "Macro+",
  2898. height: math.unit(50, "stories")
  2899. },
  2900. ]
  2901. ))
  2902. characterMakers.push(() => makeCharacter(
  2903. { name: "Deerpuff" },
  2904. {
  2905. standing: {
  2906. height: math.unit(5.75, "feet"),
  2907. weight: math.unit(160, "lbs"),
  2908. name: "Standing",
  2909. image: {
  2910. source: "./media/characters/deerpuff/standing.svg",
  2911. extra: 682 / 624
  2912. }
  2913. },
  2914. sitting: {
  2915. height: math.unit(5.75 / 1.79, "feet"),
  2916. weight: math.unit(160, "lbs"),
  2917. name: "Sitting",
  2918. image: {
  2919. source: "./media/characters/deerpuff/sitting.svg",
  2920. bottom: 44 / 400,
  2921. extra: 1
  2922. }
  2923. },
  2924. taurLaying: {
  2925. height: math.unit(6, "feet"),
  2926. weight: math.unit(400, "lbs"),
  2927. name: "Taur (Laying)",
  2928. image: {
  2929. source: "./media/characters/deerpuff/taur-laying.svg"
  2930. }
  2931. },
  2932. },
  2933. [
  2934. {
  2935. name: "Puffball",
  2936. height: math.unit(6, "inches")
  2937. },
  2938. {
  2939. name: "Normalpuff",
  2940. height: math.unit(5.75, "feet")
  2941. },
  2942. {
  2943. name: "Macropuff",
  2944. height: math.unit(1500, "feet"),
  2945. default: true
  2946. },
  2947. {
  2948. name: "Megapuff",
  2949. height: math.unit(500, "miles")
  2950. },
  2951. {
  2952. name: "Gigapuff",
  2953. height: math.unit(250000, "miles")
  2954. },
  2955. {
  2956. name: "Omegapuff",
  2957. height: math.unit(1000, "lightyears")
  2958. },
  2959. ]
  2960. ))
  2961. characterMakers.push(() => makeCharacter(
  2962. { name: "Vivian" },
  2963. {
  2964. stomping: {
  2965. height: math.unit(6, "feet"),
  2966. weight: math.unit(170, "lbs"),
  2967. name: "Stomping",
  2968. image: {
  2969. source: "./media/characters/vivian/stomping.svg"
  2970. }
  2971. },
  2972. sitting: {
  2973. height: math.unit(6 / 1.75, "feet"),
  2974. weight: math.unit(170, "lbs"),
  2975. name: "Sitting",
  2976. image: {
  2977. source: "./media/characters/vivian/sitting.svg",
  2978. bottom: 1 / 6.4,
  2979. extra: 1,
  2980. }
  2981. },
  2982. },
  2983. [
  2984. {
  2985. name: "Normal",
  2986. height: math.unit(7, "feet"),
  2987. default: true
  2988. },
  2989. {
  2990. name: "Macro",
  2991. height: math.unit(10, "stories")
  2992. },
  2993. {
  2994. name: "Macro+",
  2995. height: math.unit(30, "stories")
  2996. },
  2997. {
  2998. name: "Megamacro",
  2999. height: math.unit(10, "miles")
  3000. },
  3001. {
  3002. name: "Megamacro+",
  3003. height: math.unit(2750000, "meters")
  3004. },
  3005. ]
  3006. ))
  3007. characterMakers.push(() => makeCharacter(
  3008. { name: "Prince" },
  3009. {
  3010. front: {
  3011. height: math.unit(6, "feet"),
  3012. weight: math.unit(160, "lbs"),
  3013. name: "Front",
  3014. image: {
  3015. source: "./media/characters/prince/front.svg",
  3016. extra: 3400 / 3000
  3017. }
  3018. },
  3019. jumping: {
  3020. height: math.unit(6, "feet"),
  3021. weight: math.unit(160, "lbs"),
  3022. name: "Jumping",
  3023. image: {
  3024. source: "./media/characters/prince/jump.svg",
  3025. extra: 2555 / 2134
  3026. }
  3027. },
  3028. },
  3029. [
  3030. {
  3031. name: "Normal",
  3032. height: math.unit(7.75, "feet"),
  3033. default: true
  3034. },
  3035. {
  3036. name: "Not cute",
  3037. height: math.unit(17, "feet")
  3038. },
  3039. {
  3040. name: "I said NOT",
  3041. height: math.unit(91, "feet")
  3042. },
  3043. {
  3044. name: "Please stop",
  3045. height: math.unit(560, "feet")
  3046. },
  3047. {
  3048. name: "What have you done",
  3049. height: math.unit(2200, "feet")
  3050. },
  3051. {
  3052. name: "Deer God",
  3053. height: math.unit(3.6, "miles")
  3054. },
  3055. ]
  3056. ))
  3057. characterMakers.push(() => makeCharacter(
  3058. { name: "Psymon" },
  3059. {
  3060. standing: {
  3061. height: math.unit(6, "feet"),
  3062. weight: math.unit(300, "lbs"),
  3063. name: "Standing",
  3064. image: {
  3065. source: "./media/characters/psymon/standing.svg",
  3066. extra: 1888 / 1810,
  3067. bottom: 0.05
  3068. }
  3069. },
  3070. slithering: {
  3071. height: math.unit(6, "feet"),
  3072. weight: math.unit(300, "lbs"),
  3073. name: "Slithering",
  3074. image: {
  3075. source: "./media/characters/psymon/slithering.svg",
  3076. extra: 1330 / 1224
  3077. }
  3078. },
  3079. slitheringAlt: {
  3080. height: math.unit(6, "feet"),
  3081. weight: math.unit(300, "lbs"),
  3082. name: "Slithering (Alt)",
  3083. image: {
  3084. source: "./media/characters/psymon/slithering-alt.svg",
  3085. extra: 1330 / 1224
  3086. }
  3087. },
  3088. },
  3089. [
  3090. {
  3091. name: "Normal",
  3092. height: math.unit(11.25, "feet"),
  3093. default: true
  3094. },
  3095. {
  3096. name: "Large",
  3097. height: math.unit(27, "feet")
  3098. },
  3099. {
  3100. name: "Giant",
  3101. height: math.unit(87, "feet")
  3102. },
  3103. {
  3104. name: "Macro",
  3105. height: math.unit(365, "feet")
  3106. },
  3107. {
  3108. name: "Megamacro",
  3109. height: math.unit(3, "miles")
  3110. },
  3111. {
  3112. name: "World Serpent",
  3113. height: math.unit(8000, "miles")
  3114. },
  3115. ]
  3116. ))
  3117. characterMakers.push(() => makeCharacter(
  3118. { name: "Daimos" },
  3119. {
  3120. front: {
  3121. height: math.unit(6, "feet"),
  3122. weight: math.unit(180, "lbs"),
  3123. name: "Front",
  3124. image: {
  3125. source: "./media/characters/daimos/front.svg",
  3126. extra: 4160 / 3897,
  3127. bottom: 0.021
  3128. }
  3129. }
  3130. },
  3131. [
  3132. {
  3133. name: "Normal",
  3134. height: math.unit(8, "feet"),
  3135. default: true
  3136. },
  3137. {
  3138. name: "Big Dog",
  3139. height: math.unit(22, "feet")
  3140. },
  3141. {
  3142. name: "Macro",
  3143. height: math.unit(127, "feet")
  3144. },
  3145. {
  3146. name: "Megamacro",
  3147. height: math.unit(3600, "feet")
  3148. },
  3149. ]
  3150. ))
  3151. characterMakers.push(() => makeCharacter(
  3152. { name: "Blake" },
  3153. {
  3154. side: {
  3155. height: math.unit(6, "feet"),
  3156. weight: math.unit(180, "lbs"),
  3157. name: "Side",
  3158. image: {
  3159. source: "./media/characters/blake/side.svg",
  3160. extra: 1212 / 1120,
  3161. bottom: 0.05
  3162. }
  3163. },
  3164. crouched: {
  3165. height: math.unit(6 * 0.57, "feet"),
  3166. weight: math.unit(180, "lbs"),
  3167. name: "Crouched",
  3168. image: {
  3169. source: "./media/characters/blake/crouched.svg",
  3170. extra: 840 / 587,
  3171. bottom: 0.04
  3172. }
  3173. },
  3174. bent: {
  3175. height: math.unit(6 * 0.75, "feet"),
  3176. weight: math.unit(180, "lbs"),
  3177. name: "Bent",
  3178. image: {
  3179. source: "./media/characters/blake/bent.svg",
  3180. extra: 592 / 544,
  3181. bottom: 0.035
  3182. }
  3183. },
  3184. },
  3185. [
  3186. {
  3187. name: "Normal",
  3188. height: math.unit(8 + 1 / 6, "feet"),
  3189. default: true
  3190. },
  3191. {
  3192. name: "Big Backside",
  3193. height: math.unit(37, "feet")
  3194. },
  3195. {
  3196. name: "Subway Shredder",
  3197. height: math.unit(72, "feet")
  3198. },
  3199. {
  3200. name: "City Carver",
  3201. height: math.unit(1675, "feet")
  3202. },
  3203. {
  3204. name: "Tectonic Tweaker",
  3205. height: math.unit(2300, "miles")
  3206. },
  3207. ]
  3208. ))
  3209. characterMakers.push(() => makeCharacter(
  3210. { name: "Guisetto" },
  3211. {
  3212. front: {
  3213. height: math.unit(6, "feet"),
  3214. weight: math.unit(180, "lbs"),
  3215. name: "Front",
  3216. image: {
  3217. source: "./media/characters/guisetto/front.svg",
  3218. extra: 856 / 817,
  3219. bottom: 0.06
  3220. }
  3221. },
  3222. airborne: {
  3223. height: math.unit(6, "feet"),
  3224. weight: math.unit(180, "lbs"),
  3225. name: "Airborne",
  3226. image: {
  3227. source: "./media/characters/guisetto/airborne.svg",
  3228. extra: 584 / 525
  3229. }
  3230. },
  3231. },
  3232. [
  3233. {
  3234. name: "Normal",
  3235. height: math.unit(10 + 11 / 12, "feet"),
  3236. default: true
  3237. },
  3238. {
  3239. name: "Large",
  3240. height: math.unit(35, "feet")
  3241. },
  3242. {
  3243. name: "Macro",
  3244. height: math.unit(475, "feet")
  3245. },
  3246. ]
  3247. ))
  3248. characterMakers.push(() => makeCharacter(
  3249. { name: "Luxor" },
  3250. {
  3251. front: {
  3252. height: math.unit(6, "feet"),
  3253. weight: math.unit(180, "lbs"),
  3254. name: "Front",
  3255. image: {
  3256. source: "./media/characters/luxor/front.svg",
  3257. extra: 2940 / 2152
  3258. }
  3259. },
  3260. back: {
  3261. height: math.unit(6, "feet"),
  3262. weight: math.unit(180, "lbs"),
  3263. name: "Back",
  3264. image: {
  3265. source: "./media/characters/luxor/back.svg",
  3266. extra: 1083 / 960
  3267. }
  3268. },
  3269. },
  3270. [
  3271. {
  3272. name: "Normal",
  3273. height: math.unit(5 + 5 / 6, "feet"),
  3274. default: true
  3275. },
  3276. {
  3277. name: "Lamp",
  3278. height: math.unit(50, "feet")
  3279. },
  3280. {
  3281. name: "Lämp",
  3282. height: math.unit(300, "feet")
  3283. },
  3284. {
  3285. name: "The sun is a lamp",
  3286. height: math.unit(250000, "miles")
  3287. },
  3288. ]
  3289. ))
  3290. characterMakers.push(() => makeCharacter(
  3291. { name: "Huoyan" },
  3292. {
  3293. front: {
  3294. height: math.unit(6, "feet"),
  3295. weight: math.unit(50, "lbs"),
  3296. name: "Front",
  3297. image: {
  3298. source: "./media/characters/huoyan/front.svg"
  3299. }
  3300. },
  3301. side: {
  3302. height: math.unit(6, "feet"),
  3303. weight: math.unit(180, "lbs"),
  3304. name: "Side",
  3305. image: {
  3306. source: "./media/characters/huoyan/side.svg"
  3307. }
  3308. },
  3309. },
  3310. [
  3311. {
  3312. name: "Chef",
  3313. height: math.unit(9, "feet")
  3314. },
  3315. {
  3316. name: "Normal",
  3317. height: math.unit(65, "feet"),
  3318. default: true
  3319. },
  3320. {
  3321. name: "Macro",
  3322. height: math.unit(780, "feet")
  3323. },
  3324. {
  3325. name: "Flaming Mountain",
  3326. height: math.unit(4.8, "miles")
  3327. },
  3328. {
  3329. name: "Celestial",
  3330. height: math.unit(765000, "miles")
  3331. },
  3332. ]
  3333. ))
  3334. characterMakers.push(() => makeCharacter(
  3335. { name: "Tails" },
  3336. {
  3337. front: {
  3338. height: math.unit(5 + 3 / 4, "feet"),
  3339. weight: math.unit(120, "lbs"),
  3340. name: "Front",
  3341. image: {
  3342. source: "./media/characters/tails/front.svg"
  3343. }
  3344. }
  3345. },
  3346. [
  3347. {
  3348. name: "Normal",
  3349. height: math.unit(5 + 3 / 4, "feet"),
  3350. default: true
  3351. }
  3352. ]
  3353. ))
  3354. characterMakers.push(() => makeCharacter(
  3355. { name: "Rainy" },
  3356. {
  3357. front: {
  3358. height: math.unit(4, "feet"),
  3359. weight: math.unit(50, "lbs"),
  3360. name: "Front",
  3361. image: {
  3362. source: "./media/characters/rainy/front.svg"
  3363. }
  3364. }
  3365. },
  3366. [
  3367. {
  3368. name: "Macro",
  3369. height: math.unit(800, "feet"),
  3370. default: true
  3371. }
  3372. ]
  3373. ))
  3374. characterMakers.push(() => makeCharacter(
  3375. { name: "Rainier" },
  3376. {
  3377. front: {
  3378. height: math.unit(6, "feet"),
  3379. weight: math.unit(150, "lbs"),
  3380. name: "Front",
  3381. image: {
  3382. source: "./media/characters/rainier/front.svg"
  3383. }
  3384. }
  3385. },
  3386. [
  3387. {
  3388. name: "Micro",
  3389. height: math.unit(2, "mm"),
  3390. default: true
  3391. }
  3392. ]
  3393. ))
  3394. characterMakers.push(() => makeCharacter(
  3395. { name: "Andy" },
  3396. {
  3397. front: {
  3398. height: math.unit(6, "feet"),
  3399. weight: math.unit(180, "lbs"),
  3400. name: "Front",
  3401. image: {
  3402. source: "./media/characters/andy/front.svg"
  3403. }
  3404. }
  3405. },
  3406. [
  3407. {
  3408. name: "Normal",
  3409. height: math.unit(8, "feet"),
  3410. default: true
  3411. },
  3412. {
  3413. name: "Macro",
  3414. height: math.unit(1000, "feet")
  3415. },
  3416. {
  3417. name: "Megamacro",
  3418. height: math.unit(5, "miles")
  3419. },
  3420. {
  3421. name: "Gigamacro",
  3422. height: math.unit(5000, "miles")
  3423. },
  3424. ]
  3425. ))
  3426. characterMakers.push(() => makeCharacter(
  3427. { name: "Cimmaron" },
  3428. {
  3429. frontClothed: {
  3430. height: math.unit(6, "feet"),
  3431. weight: math.unit(210, "lbs"),
  3432. name: "Front (Clothed)",
  3433. image: {
  3434. source: "./media/characters/cimmaron/front-clothed.svg",
  3435. extra: 701 / 676,
  3436. bottom: 0.046
  3437. }
  3438. },
  3439. backClothed: {
  3440. height: math.unit(6, "feet"),
  3441. weight: math.unit(210, "lbs"),
  3442. name: "Back (Clothed)",
  3443. image: {
  3444. source: "./media/characters/cimmaron/back-clothed.svg",
  3445. extra: 701 / 676,
  3446. bottom: 0.046
  3447. }
  3448. },
  3449. frontNude: {
  3450. height: math.unit(6, "feet"),
  3451. weight: math.unit(210, "lbs"),
  3452. name: "Front (Nude)",
  3453. image: {
  3454. source: "./media/characters/cimmaron/front-nude.svg",
  3455. extra: 701 / 676,
  3456. bottom: 0.046
  3457. }
  3458. },
  3459. backNude: {
  3460. height: math.unit(6, "feet"),
  3461. weight: math.unit(210, "lbs"),
  3462. name: "Back (Nude)",
  3463. image: {
  3464. source: "./media/characters/cimmaron/back-nude.svg",
  3465. extra: 701 / 676,
  3466. bottom: 0.046
  3467. }
  3468. }
  3469. },
  3470. [
  3471. {
  3472. name: "Normal",
  3473. height: math.unit(6, "feet"),
  3474. default: true
  3475. },
  3476. {
  3477. name: "Macro Mayor",
  3478. height: math.unit(350, "meters")
  3479. },
  3480. ]
  3481. ))
  3482. characterMakers.push(() => makeCharacter(
  3483. { name: "Akari Kaen" },
  3484. {
  3485. front: {
  3486. height: math.unit(6, "feet"),
  3487. weight: math.unit(200, "lbs"),
  3488. name: "Front",
  3489. image: {
  3490. source: "./media/characters/akari/front.svg",
  3491. extra: 962 / 901,
  3492. bottom: 0.04
  3493. }
  3494. }
  3495. },
  3496. [
  3497. {
  3498. name: "Micro",
  3499. height: math.unit(5, "inches"),
  3500. default: true
  3501. },
  3502. {
  3503. name: "Normal",
  3504. height: math.unit(7, "feet")
  3505. },
  3506. ]
  3507. ))
  3508. characterMakers.push(() => makeCharacter(
  3509. { name: "Cynosura" },
  3510. {
  3511. front: {
  3512. height: math.unit(6, "feet"),
  3513. weight: math.unit(140, "lbs"),
  3514. name: "Front",
  3515. image: {
  3516. source: "./media/characters/cynosura/front.svg",
  3517. extra: 896 / 847
  3518. }
  3519. },
  3520. back: {
  3521. height: math.unit(6, "feet"),
  3522. weight: math.unit(140, "lbs"),
  3523. name: "Back",
  3524. image: {
  3525. source: "./media/characters/cynosura/back.svg",
  3526. extra: 1365 / 1250
  3527. }
  3528. },
  3529. },
  3530. [
  3531. {
  3532. name: "Micro",
  3533. height: math.unit(4, "inches")
  3534. },
  3535. {
  3536. name: "Normal",
  3537. height: math.unit(5.75, "feet"),
  3538. default: true
  3539. },
  3540. {
  3541. name: "Tall",
  3542. height: math.unit(10, "feet")
  3543. },
  3544. {
  3545. name: "Big",
  3546. height: math.unit(20, "feet")
  3547. },
  3548. {
  3549. name: "Macro",
  3550. height: math.unit(50, "feet")
  3551. },
  3552. ]
  3553. ))
  3554. characterMakers.push(() => makeCharacter(
  3555. { name: "Gin" },
  3556. {
  3557. front: {
  3558. height: math.unit(6, "feet"),
  3559. weight: math.unit(170, "lbs"),
  3560. name: "Front",
  3561. image: {
  3562. source: "./media/characters/gin/front.svg",
  3563. extra: 1.053,
  3564. bottom: 0.025
  3565. }
  3566. },
  3567. foot: {
  3568. height: math.unit(6 / 4.25, "feet"),
  3569. name: "Foot",
  3570. image: {
  3571. source: "./media/characters/gin/foot.svg"
  3572. }
  3573. },
  3574. sole: {
  3575. height: math.unit(6 / 4.40, "feet"),
  3576. name: "Sole",
  3577. image: {
  3578. source: "./media/characters/gin/sole.svg"
  3579. }
  3580. },
  3581. },
  3582. [
  3583. {
  3584. name: "Normal",
  3585. height: math.unit(9 + 4 / 12, "feet")
  3586. },
  3587. {
  3588. name: "Macro",
  3589. height: math.unit(1500, "feet")
  3590. },
  3591. {
  3592. name: "Megamacro",
  3593. height: math.unit(200, "miles"),
  3594. default: true
  3595. },
  3596. {
  3597. name: "Gigamacro",
  3598. height: math.unit(500, "megameters")
  3599. },
  3600. {
  3601. name: "Teramacro",
  3602. height: math.unit(15, "lightyears")
  3603. }
  3604. ]
  3605. ))
  3606. characterMakers.push(() => makeCharacter(
  3607. { name: "Guy" },
  3608. {
  3609. front: {
  3610. height: math.unit(6 + 1 / 6, "feet"),
  3611. weight: math.unit(178, "lbs"),
  3612. name: "Front",
  3613. image: {
  3614. source: "./media/characters/guy/front.svg"
  3615. }
  3616. }
  3617. },
  3618. [
  3619. {
  3620. name: "Normal",
  3621. height: math.unit(6 + 1 / 6, "feet"),
  3622. default: true
  3623. },
  3624. {
  3625. name: "Large",
  3626. height: math.unit(25 + 7 / 12, "feet")
  3627. },
  3628. {
  3629. name: "Macro",
  3630. height: math.unit(60 + 9 / 12, "feet")
  3631. },
  3632. {
  3633. name: "Macro+",
  3634. height: math.unit(246, "feet")
  3635. },
  3636. {
  3637. name: "Macro++",
  3638. height: math.unit(878, "feet")
  3639. }
  3640. ]
  3641. ))
  3642. characterMakers.push(() => makeCharacter(
  3643. { name: "Tiberius" },
  3644. {
  3645. front: {
  3646. height: math.unit(9, "feet"),
  3647. weight: math.unit(800, "lbs"),
  3648. name: "Front",
  3649. image: {
  3650. source: "./media/characters/tiberius/front.svg",
  3651. extra: 2295 / 2071
  3652. }
  3653. },
  3654. back: {
  3655. height: math.unit(9, "feet"),
  3656. weight: math.unit(800, "lbs"),
  3657. name: "Back",
  3658. image: {
  3659. source: "./media/characters/tiberius/back.svg",
  3660. extra: 2373 / 2160
  3661. }
  3662. },
  3663. },
  3664. [
  3665. {
  3666. name: "Normal",
  3667. height: math.unit(9, "feet"),
  3668. default: true
  3669. }
  3670. ]
  3671. ))
  3672. characterMakers.push(() => makeCharacter(
  3673. { name: "Surgo" },
  3674. {
  3675. front: {
  3676. height: math.unit(6, "feet"),
  3677. weight: math.unit(600, "lbs"),
  3678. name: "Front",
  3679. image: {
  3680. source: "./media/characters/surgo/front.svg",
  3681. extra: 3591 / 2227
  3682. }
  3683. },
  3684. back: {
  3685. height: math.unit(6, "feet"),
  3686. weight: math.unit(600, "lbs"),
  3687. name: "Back",
  3688. image: {
  3689. source: "./media/characters/surgo/back.svg",
  3690. extra: 3557 / 2228
  3691. }
  3692. },
  3693. laying: {
  3694. height: math.unit(6 * 0.85, "feet"),
  3695. weight: math.unit(600, "lbs"),
  3696. name: "Laying",
  3697. image: {
  3698. source: "./media/characters/surgo/laying.svg"
  3699. }
  3700. },
  3701. },
  3702. [
  3703. {
  3704. name: "Normal",
  3705. height: math.unit(6, "feet"),
  3706. default: true
  3707. }
  3708. ]
  3709. ))
  3710. characterMakers.push(() => makeCharacter(
  3711. { name: "Cibus" },
  3712. {
  3713. side: {
  3714. height: math.unit(6, "feet"),
  3715. weight: math.unit(150, "lbs"),
  3716. name: "Side",
  3717. image: {
  3718. source: "./media/characters/cibus/side.svg",
  3719. extra: 800 / 400
  3720. }
  3721. },
  3722. },
  3723. [
  3724. {
  3725. name: "Normal",
  3726. height: math.unit(6, "feet"),
  3727. default: true
  3728. }
  3729. ]
  3730. ))
  3731. characterMakers.push(() => makeCharacter(
  3732. { name: "Nibbles" },
  3733. {
  3734. front: {
  3735. height: math.unit(6, "feet"),
  3736. weight: math.unit(240, "lbs"),
  3737. name: "Front",
  3738. image: {
  3739. source: "./media/characters/nibbles/front.svg"
  3740. }
  3741. },
  3742. side: {
  3743. height: math.unit(6, "feet"),
  3744. weight: math.unit(240, "lbs"),
  3745. name: "Side",
  3746. image: {
  3747. source: "./media/characters/nibbles/side.svg"
  3748. }
  3749. },
  3750. },
  3751. [
  3752. {
  3753. name: "Normal",
  3754. height: math.unit(9, "feet"),
  3755. default: true
  3756. }
  3757. ]
  3758. ))
  3759. characterMakers.push(() => makeCharacter(
  3760. { name: "Rikky" },
  3761. {
  3762. side: {
  3763. height: math.unit(5 + 1 / 6, "feet"),
  3764. weight: math.unit(130, "lbs"),
  3765. name: "Side",
  3766. image: {
  3767. source: "./media/characters/rikky/side.svg"
  3768. }
  3769. },
  3770. },
  3771. [
  3772. {
  3773. name: "Normal",
  3774. height: math.unit(5 + 1 / 6, "feet")
  3775. },
  3776. {
  3777. name: "Macro",
  3778. height: math.unit(152, "feet"),
  3779. default: true
  3780. },
  3781. {
  3782. name: "Megamacro",
  3783. height: math.unit(7, "miles")
  3784. }
  3785. ]
  3786. ))
  3787. characterMakers.push(() => makeCharacter(
  3788. { name: "Malfressa" },
  3789. {
  3790. side: {
  3791. height: math.unit(370, "cm"),
  3792. weight: math.unit(350, "lbs"),
  3793. name: "Side",
  3794. image: {
  3795. source: "./media/characters/malfressa/side.svg"
  3796. }
  3797. },
  3798. walking: {
  3799. height: math.unit(370, "cm"),
  3800. weight: math.unit(350, "lbs"),
  3801. name: "Walking",
  3802. image: {
  3803. source: "./media/characters/malfressa/walking.svg"
  3804. }
  3805. },
  3806. feral: {
  3807. height: math.unit(2500, "cm"),
  3808. weight: math.unit(100000, "lbs"),
  3809. name: "Feral",
  3810. image: {
  3811. source: "./media/characters/malfressa/feral.svg",
  3812. extra: 2108 / 837,
  3813. bottom: 0.02
  3814. }
  3815. },
  3816. },
  3817. [
  3818. {
  3819. name: "Normal",
  3820. height: math.unit(370, "cm")
  3821. },
  3822. {
  3823. name: "Macro",
  3824. height: math.unit(300, "meters"),
  3825. default: true
  3826. }
  3827. ]
  3828. ))
  3829. characterMakers.push(() => makeCharacter(
  3830. { name: "Jaro" },
  3831. {
  3832. front: {
  3833. height: math.unit(6, "feet"),
  3834. weight: math.unit(60, "kg"),
  3835. name: "Front",
  3836. image: {
  3837. source: "./media/characters/jaro/front.svg"
  3838. }
  3839. },
  3840. back: {
  3841. height: math.unit(6, "feet"),
  3842. weight: math.unit(60, "kg"),
  3843. name: "Back",
  3844. image: {
  3845. source: "./media/characters/jaro/back.svg"
  3846. }
  3847. },
  3848. },
  3849. [
  3850. {
  3851. name: "Micro",
  3852. height: math.unit(7, "inches")
  3853. },
  3854. {
  3855. name: "Normal",
  3856. height: math.unit(5.5, "feet"),
  3857. default: true
  3858. },
  3859. {
  3860. name: "Minimacro",
  3861. height: math.unit(20, "feet")
  3862. },
  3863. {
  3864. name: "Macro",
  3865. height: math.unit(200, "meters")
  3866. }
  3867. ]
  3868. ))
  3869. characterMakers.push(() => makeCharacter(
  3870. { name: "Rogue" },
  3871. {
  3872. front: {
  3873. height: math.unit(6, "feet"),
  3874. weight: math.unit(195, "lb"),
  3875. name: "Front",
  3876. image: {
  3877. source: "./media/characters/rogue/front.svg"
  3878. }
  3879. },
  3880. },
  3881. [
  3882. {
  3883. name: "Macro",
  3884. height: math.unit(90, "feet"),
  3885. default: true
  3886. },
  3887. ]
  3888. ))
  3889. characterMakers.push(() => makeCharacter(
  3890. { name: "Piper" },
  3891. {
  3892. front: {
  3893. height: math.unit(5 + 8 / 12, "feet"),
  3894. weight: math.unit(140, "lb"),
  3895. name: "Front",
  3896. image: {
  3897. source: "./media/characters/piper/front.svg",
  3898. extra: 3928 / 3681
  3899. }
  3900. },
  3901. },
  3902. [
  3903. {
  3904. name: "Micro",
  3905. height: math.unit(2, "inches")
  3906. },
  3907. {
  3908. name: "Normal",
  3909. height: math.unit(5 + 8 / 12, "feet")
  3910. },
  3911. {
  3912. name: "Macro",
  3913. height: math.unit(250, "feet"),
  3914. default: true
  3915. },
  3916. {
  3917. name: "Megamacro",
  3918. height: math.unit(7, "miles")
  3919. },
  3920. ]
  3921. ))
  3922. characterMakers.push(() => makeCharacter(
  3923. { name: "Gemini" },
  3924. {
  3925. front: {
  3926. height: math.unit(6, "feet"),
  3927. weight: math.unit(220, "lb"),
  3928. name: "Front",
  3929. image: {
  3930. source: "./media/characters/gemini/front.svg"
  3931. }
  3932. },
  3933. back: {
  3934. height: math.unit(6, "feet"),
  3935. weight: math.unit(220, "lb"),
  3936. name: "Back",
  3937. image: {
  3938. source: "./media/characters/gemini/back.svg"
  3939. }
  3940. },
  3941. kneeling: {
  3942. height: math.unit(6 / 1.5, "feet"),
  3943. weight: math.unit(220, "lb"),
  3944. name: "Kneeling",
  3945. image: {
  3946. source: "./media/characters/gemini/kneeling.svg",
  3947. bottom: 0.02
  3948. }
  3949. },
  3950. },
  3951. [
  3952. {
  3953. name: "Macro",
  3954. height: math.unit(300, "meters"),
  3955. default: true
  3956. },
  3957. {
  3958. name: "Megamacro",
  3959. height: math.unit(6900, "meters")
  3960. },
  3961. ]
  3962. ))
  3963. characterMakers.push(() => makeCharacter(
  3964. { name: "Alicia" },
  3965. {
  3966. anthro: {
  3967. height: math.unit(2.35, "meters"),
  3968. weight: math.unit(73, "kg"),
  3969. name: "Anthro",
  3970. image: {
  3971. source: "./media/characters/alicia/anthro.svg"
  3972. }
  3973. },
  3974. feral: {
  3975. height: math.unit(1.69, "meters"),
  3976. weight: math.unit(73, "kg"),
  3977. name: "Feral",
  3978. image: {
  3979. source: "./media/characters/alicia/feral.svg"
  3980. }
  3981. },
  3982. },
  3983. [
  3984. {
  3985. name: "Normal",
  3986. height: math.unit(2.35, "meters")
  3987. },
  3988. {
  3989. name: "Macro",
  3990. height: math.unit(60, "meters"),
  3991. default: true
  3992. },
  3993. {
  3994. name: "Megamacro",
  3995. height: math.unit(10000, "kilometers")
  3996. },
  3997. ]
  3998. ))
  3999. characterMakers.push(() => makeCharacter(
  4000. { name: "Archy" },
  4001. {
  4002. front: {
  4003. height: math.unit(7, "feet"),
  4004. weight: math.unit(250, "lbs"),
  4005. name: "Front",
  4006. image: {
  4007. source: "./media/characters/archy/front.svg"
  4008. }
  4009. }
  4010. },
  4011. [
  4012. {
  4013. name: "Micro",
  4014. height: math.unit(1, "inch")
  4015. },
  4016. {
  4017. name: "Shorty",
  4018. height: math.unit(5, "feet")
  4019. },
  4020. {
  4021. name: "Normal",
  4022. height: math.unit(7, "feet")
  4023. },
  4024. {
  4025. name: "Macro",
  4026. height: math.unit(600, "meters"),
  4027. default: true
  4028. },
  4029. {
  4030. name: "Megamacro",
  4031. height: math.unit(1, "mile")
  4032. },
  4033. ]
  4034. ))
  4035. characterMakers.push(() => makeCharacter(
  4036. { name: "Berri" },
  4037. {
  4038. front: {
  4039. height: math.unit(1.65, "meters"),
  4040. weight: math.unit(74, "kg"),
  4041. name: "Front",
  4042. image: {
  4043. source: "./media/characters/berri/front.svg"
  4044. }
  4045. }
  4046. },
  4047. [
  4048. {
  4049. name: "Normal",
  4050. height: math.unit(1.65, "meters")
  4051. },
  4052. {
  4053. name: "Macro",
  4054. height: math.unit(60, "m"),
  4055. default: true
  4056. },
  4057. {
  4058. name: "Megamacro",
  4059. height: math.unit(9.213, "km")
  4060. },
  4061. {
  4062. name: "Planet Eater",
  4063. height: math.unit(489, "megameters")
  4064. },
  4065. {
  4066. name: "Teramacro",
  4067. height: math.unit(2471635000000, "meters")
  4068. },
  4069. {
  4070. name: "Examacro",
  4071. height: math.unit(8.0624e+26, "meters")
  4072. }
  4073. ]
  4074. ))
  4075. characterMakers.push(() => makeCharacter(
  4076. { name: "Lexi" },
  4077. {
  4078. front: {
  4079. height: math.unit(1.72, "meters"),
  4080. weight: math.unit(68, "kg"),
  4081. name: "Front",
  4082. image: {
  4083. source: "./media/characters/lexi/front.svg"
  4084. }
  4085. }
  4086. },
  4087. [
  4088. {
  4089. name: "Very Smol",
  4090. height: math.unit(10, "mm")
  4091. },
  4092. {
  4093. name: "Micro",
  4094. height: math.unit(6.8, "cm"),
  4095. default: true
  4096. },
  4097. {
  4098. name: "Normal",
  4099. height: math.unit(1.72, "m")
  4100. }
  4101. ]
  4102. ))
  4103. characterMakers.push(() => makeCharacter(
  4104. { name: "Martin" },
  4105. {
  4106. front: {
  4107. height: math.unit(1.69, "meters"),
  4108. weight: math.unit(68, "kg"),
  4109. name: "Front",
  4110. image: {
  4111. source: "./media/characters/martin/front.svg",
  4112. extra: 596 / 581
  4113. }
  4114. }
  4115. },
  4116. [
  4117. {
  4118. name: "Micro",
  4119. height: math.unit(6.85, "cm"),
  4120. default: true
  4121. },
  4122. {
  4123. name: "Normal",
  4124. height: math.unit(1.69, "m")
  4125. }
  4126. ]
  4127. ))
  4128. characterMakers.push(() => makeCharacter(
  4129. { name: "Juno" },
  4130. {
  4131. front: {
  4132. height: math.unit(1.69, "meters"),
  4133. weight: math.unit(68, "kg"),
  4134. name: "Front",
  4135. image: {
  4136. source: "./media/characters/juno/front.svg"
  4137. }
  4138. }
  4139. },
  4140. [
  4141. {
  4142. name: "Micro",
  4143. height: math.unit(7, "cm")
  4144. },
  4145. {
  4146. name: "Normal",
  4147. height: math.unit(1.89, "m")
  4148. },
  4149. {
  4150. name: "Macro",
  4151. height: math.unit(353, "meters"),
  4152. default: true
  4153. }
  4154. ]
  4155. ))
  4156. characterMakers.push(() => makeCharacter(
  4157. { name: "Samantha" },
  4158. {
  4159. front: {
  4160. height: math.unit(1.93, "meters"),
  4161. weight: math.unit(83, "kg"),
  4162. name: "Front",
  4163. image: {
  4164. source: "./media/characters/samantha/front.svg"
  4165. }
  4166. },
  4167. frontClothed: {
  4168. height: math.unit(1.93, "meters"),
  4169. weight: math.unit(83, "kg"),
  4170. name: "Front (Clothed)",
  4171. image: {
  4172. source: "./media/characters/samantha/front-clothed.svg"
  4173. }
  4174. },
  4175. back: {
  4176. height: math.unit(1.93, "meters"),
  4177. weight: math.unit(83, "kg"),
  4178. name: "Back",
  4179. image: {
  4180. source: "./media/characters/samantha/back.svg"
  4181. }
  4182. },
  4183. },
  4184. [
  4185. {
  4186. name: "Normal",
  4187. height: math.unit(1.93, "m")
  4188. },
  4189. {
  4190. name: "Macro",
  4191. height: math.unit(74, "meters"),
  4192. default: true
  4193. },
  4194. {
  4195. name: "Macro+",
  4196. height: math.unit(223, "meters"),
  4197. },
  4198. {
  4199. name: "Megamacro",
  4200. height: math.unit(8381, "meters"),
  4201. },
  4202. {
  4203. name: "Megamacro+",
  4204. height: math.unit(12000, "kilometers")
  4205. },
  4206. ]
  4207. ))
  4208. characterMakers.push(() => makeCharacter(
  4209. { name: "Dr. Clay" },
  4210. {
  4211. front: {
  4212. height: math.unit(1.92, "meters"),
  4213. weight: math.unit(80, "kg"),
  4214. name: "Front",
  4215. image: {
  4216. source: "./media/characters/dr-clay/front.svg"
  4217. }
  4218. },
  4219. frontClothed: {
  4220. height: math.unit(1.92, "meters"),
  4221. weight: math.unit(80, "kg"),
  4222. name: "Front (Clothed)",
  4223. image: {
  4224. source: "./media/characters/dr-clay/front-clothed.svg"
  4225. }
  4226. }
  4227. },
  4228. [
  4229. {
  4230. name: "Normal",
  4231. height: math.unit(1.92, "m")
  4232. },
  4233. {
  4234. name: "Macro",
  4235. height: math.unit(214, "meters"),
  4236. default: true
  4237. },
  4238. {
  4239. name: "Macro+",
  4240. height: math.unit(12.237, "meters"),
  4241. },
  4242. {
  4243. name: "Megamacro",
  4244. height: math.unit(557, "megameters"),
  4245. },
  4246. {
  4247. name: "Unimaginable",
  4248. height: math.unit(120e9, "lightyears")
  4249. },
  4250. ]
  4251. ))
  4252. characterMakers.push(() => makeCharacter(
  4253. { name: "Wyvrn Ripsnarl" },
  4254. {
  4255. front: {
  4256. height: math.unit(2, "meters"),
  4257. weight: math.unit(80, "kg"),
  4258. name: "Front",
  4259. image: {
  4260. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4261. }
  4262. }
  4263. },
  4264. [
  4265. {
  4266. name: "Teramacro",
  4267. height: math.unit(500000, "lightyears"),
  4268. default: true
  4269. },
  4270. ]
  4271. ))
  4272. characterMakers.push(() => makeCharacter(
  4273. { name: "Vemus" },
  4274. {
  4275. front: {
  4276. height: math.unit(2, "meters"),
  4277. weight: math.unit(150, "kg"),
  4278. name: "Front",
  4279. image: {
  4280. source: "./media/characters/vemus/front.svg",
  4281. extra: 2384 / 2084,
  4282. bottom: 0.0123
  4283. }
  4284. }
  4285. },
  4286. [
  4287. {
  4288. name: "Normal",
  4289. height: math.unit(3.75, "meters"),
  4290. default: true
  4291. },
  4292. {
  4293. name: "Big",
  4294. height: math.unit(8, "meters")
  4295. },
  4296. {
  4297. name: "Macro",
  4298. height: math.unit(100, "meters")
  4299. },
  4300. {
  4301. name: "Macro+",
  4302. height: math.unit(1500, "meters")
  4303. },
  4304. {
  4305. name: "Stellar",
  4306. height: math.unit(14e8, "meters")
  4307. },
  4308. ]
  4309. ))
  4310. characterMakers.push(() => makeCharacter(
  4311. { name: "Beherit" },
  4312. {
  4313. front: {
  4314. height: math.unit(2, "meters"),
  4315. weight: math.unit(70, "kg"),
  4316. name: "Front",
  4317. image: {
  4318. source: "./media/characters/beherit/front.svg",
  4319. extra: 1408 / 1242
  4320. }
  4321. }
  4322. },
  4323. [
  4324. {
  4325. name: "Normal",
  4326. height: math.unit(6, "feet")
  4327. },
  4328. {
  4329. name: "Lorg",
  4330. height: math.unit(25, "feet"),
  4331. default: true
  4332. },
  4333. {
  4334. name: "Lorger",
  4335. height: math.unit(75, "feet")
  4336. },
  4337. {
  4338. name: "Macro",
  4339. height: math.unit(200, "meters")
  4340. },
  4341. ]
  4342. ))
  4343. characterMakers.push(() => makeCharacter(
  4344. { name: "Everett" },
  4345. {
  4346. front: {
  4347. height: math.unit(2, "meters"),
  4348. weight: math.unit(150, "kg"),
  4349. name: "Front",
  4350. image: {
  4351. source: "./media/characters/everett/front.svg",
  4352. extra: 2038 / 1737,
  4353. bottom: 0.03
  4354. }
  4355. },
  4356. paw: {
  4357. height: math.unit(2 / 3.6, "meters"),
  4358. name: "Paw",
  4359. image: {
  4360. source: "./media/characters/everett/paw.svg"
  4361. }
  4362. },
  4363. },
  4364. [
  4365. {
  4366. name: "Normal",
  4367. height: math.unit(15, "feet"),
  4368. default: true
  4369. },
  4370. {
  4371. name: "Lorg",
  4372. height: math.unit(70, "feet"),
  4373. default: true
  4374. },
  4375. {
  4376. name: "Lorger",
  4377. height: math.unit(250, "feet")
  4378. },
  4379. {
  4380. name: "Macro",
  4381. height: math.unit(500, "meters")
  4382. },
  4383. ]
  4384. ))
  4385. characterMakers.push(() => makeCharacter(
  4386. { name: "Rose Lion" },
  4387. {
  4388. front: {
  4389. height: math.unit(2, "meters"),
  4390. weight: math.unit(86, "kg"),
  4391. name: "Front",
  4392. image: {
  4393. source: "./media/characters/rose-lion/front.svg"
  4394. }
  4395. },
  4396. bent: {
  4397. height: math.unit(2 / 1.4288, "meters"),
  4398. weight: math.unit(86, "kg"),
  4399. name: "Bent",
  4400. image: {
  4401. source: "./media/characters/rose-lion/bent.svg"
  4402. }
  4403. }
  4404. },
  4405. [
  4406. {
  4407. name: "Mini-Micro",
  4408. height: math.unit(1, "cm")
  4409. },
  4410. {
  4411. name: "Micro",
  4412. height: math.unit(3.5, "inches"),
  4413. default: true
  4414. },
  4415. {
  4416. name: "Normal",
  4417. height: math.unit(6 + 1 / 6, "feet")
  4418. },
  4419. {
  4420. name: "Mini-Macro",
  4421. height: math.unit(9 + 10 / 12, "feet")
  4422. },
  4423. ]
  4424. ))
  4425. characterMakers.push(() => makeCharacter(
  4426. { name: "Regal" },
  4427. {
  4428. front: {
  4429. height: math.unit(2, "meters"),
  4430. weight: math.unit(350, "lbs"),
  4431. name: "Front",
  4432. image: {
  4433. source: "./media/characters/regal/front.svg"
  4434. }
  4435. },
  4436. back: {
  4437. height: math.unit(2, "meters"),
  4438. weight: math.unit(350, "lbs"),
  4439. name: "Back",
  4440. image: {
  4441. source: "./media/characters/regal/back.svg"
  4442. }
  4443. },
  4444. },
  4445. [
  4446. {
  4447. name: "Macro",
  4448. height: math.unit(350, "feet"),
  4449. default: true
  4450. }
  4451. ]
  4452. ))
  4453. characterMakers.push(() => makeCharacter(
  4454. { name: "Opal" },
  4455. {
  4456. front: {
  4457. height: math.unit(4 + 11 / 12, "feet"),
  4458. weight: math.unit(100, "lbs"),
  4459. name: "Front",
  4460. image: {
  4461. source: "./media/characters/opal/front.svg"
  4462. }
  4463. },
  4464. frontAlt: {
  4465. height: math.unit(4 + 11 / 12, "feet"),
  4466. weight: math.unit(100, "lbs"),
  4467. name: "Front (Alt)",
  4468. image: {
  4469. source: "./media/characters/opal/front-alt.svg"
  4470. }
  4471. },
  4472. },
  4473. [
  4474. {
  4475. name: "Small",
  4476. height: math.unit(4 + 11 / 12, "feet")
  4477. },
  4478. {
  4479. name: "Normal",
  4480. height: math.unit(20, "feet"),
  4481. default: true
  4482. },
  4483. {
  4484. name: "Macro",
  4485. height: math.unit(120, "feet")
  4486. },
  4487. {
  4488. name: "Megamacro",
  4489. height: math.unit(80, "miles")
  4490. },
  4491. {
  4492. name: "True Size",
  4493. height: math.unit(100000, "lightyears")
  4494. },
  4495. ]
  4496. ))
  4497. characterMakers.push(() => makeCharacter(
  4498. { name: "Vector Wuff" },
  4499. {
  4500. front: {
  4501. height: math.unit(6, "feet"),
  4502. weight: math.unit(200, "lbs"),
  4503. name: "Front",
  4504. image: {
  4505. source: "./media/characters/vector-wuff/front.svg"
  4506. }
  4507. }
  4508. },
  4509. [
  4510. {
  4511. name: "Normal",
  4512. height: math.unit(2.8, "meters")
  4513. },
  4514. {
  4515. name: "Macro",
  4516. height: math.unit(450, "meters"),
  4517. default: true
  4518. },
  4519. {
  4520. name: "Megamacro",
  4521. height: math.unit(15, "kilometers")
  4522. }
  4523. ]
  4524. ))
  4525. characterMakers.push(() => makeCharacter(
  4526. { name: "Dannik" },
  4527. {
  4528. front: {
  4529. height: math.unit(6, "feet"),
  4530. weight: math.unit(256, "lbs"),
  4531. name: "Front",
  4532. image: {
  4533. source: "./media/characters/dannik/front.svg"
  4534. }
  4535. }
  4536. },
  4537. [
  4538. {
  4539. name: "Macro",
  4540. height: math.unit(69.57, "meters"),
  4541. default: true
  4542. },
  4543. ]
  4544. ))
  4545. characterMakers.push(() => makeCharacter(
  4546. { name: "Azura Saharah" },
  4547. {
  4548. front: {
  4549. height: math.unit(6, "feet"),
  4550. weight: math.unit(120, "lbs"),
  4551. name: "Front",
  4552. image: {
  4553. source: "./media/characters/azura-saharah/front.svg"
  4554. }
  4555. },
  4556. back: {
  4557. height: math.unit(6, "feet"),
  4558. weight: math.unit(120, "lbs"),
  4559. name: "Back",
  4560. image: {
  4561. source: "./media/characters/azura-saharah/back.svg"
  4562. }
  4563. },
  4564. },
  4565. [
  4566. {
  4567. name: "Macro",
  4568. height: math.unit(100, "feet"),
  4569. default: true
  4570. },
  4571. ]
  4572. ))
  4573. characterMakers.push(() => makeCharacter(
  4574. { name: "Kennedy" },
  4575. {
  4576. side: {
  4577. height: math.unit(5 + 4 / 12, "feet"),
  4578. weight: math.unit(163, "lbs"),
  4579. name: "Side",
  4580. image: {
  4581. source: "./media/characters/kennedy/side.svg"
  4582. }
  4583. }
  4584. },
  4585. [
  4586. {
  4587. name: "Standard Doggo",
  4588. height: math.unit(5 + 4 / 12, "feet")
  4589. },
  4590. {
  4591. name: "Big Doggo",
  4592. height: math.unit(25 + 3 / 12, "feet"),
  4593. default: true
  4594. },
  4595. ]
  4596. ))
  4597. characterMakers.push(() => makeCharacter(
  4598. { name: "Odi Lunar" },
  4599. {
  4600. front: {
  4601. height: math.unit(6, "feet"),
  4602. weight: math.unit(90, "lbs"),
  4603. name: "Front",
  4604. image: {
  4605. source: "./media/characters/odi-lunar/front.svg"
  4606. }
  4607. }
  4608. },
  4609. [
  4610. {
  4611. name: "Micro",
  4612. height: math.unit(3, "inches"),
  4613. default: true
  4614. },
  4615. {
  4616. name: "Normal",
  4617. height: math.unit(5.5, "feet")
  4618. }
  4619. ]
  4620. ))
  4621. characterMakers.push(() => makeCharacter(
  4622. { name: "Mandake" },
  4623. {
  4624. back: {
  4625. height: math.unit(6, "feet"),
  4626. weight: math.unit(220, "lbs"),
  4627. name: "Back",
  4628. image: {
  4629. source: "./media/characters/mandake/back.svg"
  4630. }
  4631. }
  4632. },
  4633. [
  4634. {
  4635. name: "Normal",
  4636. height: math.unit(7, "feet"),
  4637. default: true
  4638. },
  4639. {
  4640. name: "Macro",
  4641. height: math.unit(78, "feet")
  4642. },
  4643. {
  4644. name: "Macro+",
  4645. height: math.unit(300, "meters")
  4646. },
  4647. {
  4648. name: "Macro++",
  4649. height: math.unit(2400, "feet")
  4650. },
  4651. {
  4652. name: "Megamacro",
  4653. height: math.unit(5167, "meters")
  4654. },
  4655. {
  4656. name: "Gigamacro",
  4657. height: math.unit(41769, "miles")
  4658. },
  4659. ]
  4660. ))
  4661. characterMakers.push(() => makeCharacter(
  4662. { name: "Yozey" },
  4663. {
  4664. front: {
  4665. height: math.unit(6, "feet"),
  4666. weight: math.unit(120, "lbs"),
  4667. name: "Front",
  4668. image: {
  4669. source: "./media/characters/yozey/front.svg"
  4670. }
  4671. },
  4672. frontAlt: {
  4673. height: math.unit(6, "feet"),
  4674. weight: math.unit(120, "lbs"),
  4675. name: "Front (Alt)",
  4676. image: {
  4677. source: "./media/characters/yozey/front-alt.svg"
  4678. }
  4679. },
  4680. side: {
  4681. height: math.unit(6, "feet"),
  4682. weight: math.unit(120, "lbs"),
  4683. name: "Side",
  4684. image: {
  4685. source: "./media/characters/yozey/side.svg"
  4686. }
  4687. },
  4688. },
  4689. [
  4690. {
  4691. name: "Micro",
  4692. height: math.unit(3, "inches"),
  4693. default: true
  4694. },
  4695. {
  4696. name: "Normal",
  4697. height: math.unit(6, "feet")
  4698. }
  4699. ]
  4700. ))
  4701. characterMakers.push(() => makeCharacter(
  4702. { name: "Valeska Voss" },
  4703. {
  4704. front: {
  4705. height: math.unit(6, "feet"),
  4706. weight: math.unit(103, "lbs"),
  4707. name: "Front",
  4708. image: {
  4709. source: "./media/characters/valeska-voss/front.svg"
  4710. }
  4711. }
  4712. },
  4713. [
  4714. {
  4715. name: "Mini-Sized Sub",
  4716. height: math.unit(3.1, "inches")
  4717. },
  4718. {
  4719. name: "Mid-Sized Sub",
  4720. height: math.unit(6.2, "inches")
  4721. },
  4722. {
  4723. name: "Full-Sized Sub",
  4724. height: math.unit(9.3, "inches")
  4725. },
  4726. {
  4727. name: "Normal",
  4728. height: math.unit(5 + 2 / 12, "foot"),
  4729. default: true
  4730. },
  4731. ]
  4732. ))
  4733. characterMakers.push(() => makeCharacter(
  4734. { name: "Gene Zeta" },
  4735. {
  4736. front: {
  4737. height: math.unit(6, "feet"),
  4738. weight: math.unit(160, "lbs"),
  4739. name: "Front",
  4740. image: {
  4741. source: "./media/characters/gene-zeta/front.svg",
  4742. bottom: 0.03,
  4743. extra: 1
  4744. }
  4745. }
  4746. },
  4747. [
  4748. {
  4749. name: "Normal",
  4750. height: math.unit(6.25, "foot"),
  4751. default: true
  4752. },
  4753. ]
  4754. ))
  4755. characterMakers.push(() => makeCharacter(
  4756. { name: "Razinox" },
  4757. {
  4758. front: {
  4759. height: math.unit(6, "feet"),
  4760. weight: math.unit(350, "lbs"),
  4761. name: "Front",
  4762. image: {
  4763. source: "./media/characters/razinox/front.svg",
  4764. extra: 1686 / 1548
  4765. }
  4766. },
  4767. back: {
  4768. height: math.unit(6, "feet"),
  4769. weight: math.unit(350, "lbs"),
  4770. name: "Back",
  4771. image: {
  4772. source: "./media/characters/razinox/back.svg",
  4773. extra: 1660 / 1590
  4774. }
  4775. },
  4776. },
  4777. [
  4778. {
  4779. name: "Normal",
  4780. height: math.unit(10 + 8 / 12, "foot")
  4781. },
  4782. {
  4783. name: "Minimacro",
  4784. height: math.unit(15, "foot")
  4785. },
  4786. {
  4787. name: "Macro",
  4788. height: math.unit(60, "foot"),
  4789. default: true
  4790. },
  4791. {
  4792. name: "Megamacro",
  4793. height: math.unit(5, "miles")
  4794. },
  4795. {
  4796. name: "Gigamacro",
  4797. height: math.unit(6000, "miles")
  4798. },
  4799. ]
  4800. ))
  4801. characterMakers.push(() => makeCharacter(
  4802. { name: "Cobalt" },
  4803. {
  4804. front: {
  4805. height: math.unit(6, "feet"),
  4806. weight: math.unit(150, "lbs"),
  4807. name: "Front",
  4808. image: {
  4809. source: "./media/characters/cobalt/front.svg"
  4810. }
  4811. }
  4812. },
  4813. [
  4814. {
  4815. name: "Normal",
  4816. height: math.unit(8 + 1 / 12, "foot")
  4817. },
  4818. {
  4819. name: "Macro",
  4820. height: math.unit(111, "foot"),
  4821. default: true
  4822. },
  4823. {
  4824. name: "Supracosmic",
  4825. height: math.unit(1e42, "feet")
  4826. },
  4827. ]
  4828. ))
  4829. characterMakers.push(() => makeCharacter(
  4830. { name: "Amanda" },
  4831. {
  4832. front: {
  4833. height: math.unit(6, "feet"),
  4834. weight: math.unit(140, "lbs"),
  4835. name: "Front",
  4836. image: {
  4837. source: "./media/characters/amanda/front.svg"
  4838. }
  4839. }
  4840. },
  4841. [
  4842. {
  4843. name: "Micro",
  4844. height: math.unit(5, "inches"),
  4845. default: true
  4846. },
  4847. ]
  4848. ))
  4849. characterMakers.push(() => makeCharacter(
  4850. { name: "Teal" },
  4851. {
  4852. front: {
  4853. height: math.unit(5.59, "feet"),
  4854. weight: math.unit(250, "lbs"),
  4855. name: "Front",
  4856. image: {
  4857. source: "./media/characters/teal/front.svg"
  4858. }
  4859. },
  4860. frontAlt: {
  4861. height: math.unit(6, "feet"),
  4862. weight: math.unit(250, "lbs"),
  4863. name: "Front (Alt)",
  4864. image: {
  4865. source: "./media/characters/teal/front-alt.svg",
  4866. bottom: 0.04,
  4867. extra: 1
  4868. }
  4869. },
  4870. },
  4871. [
  4872. {
  4873. name: "Normal",
  4874. height: math.unit(12, "feet"),
  4875. default: true
  4876. },
  4877. {
  4878. name: "Macro",
  4879. height: math.unit(300, "feet")
  4880. },
  4881. ]
  4882. ))
  4883. characterMakers.push(() => makeCharacter(
  4884. { name: "Ravin Amulet" },
  4885. {
  4886. frontCat: {
  4887. height: math.unit(6, "feet"),
  4888. weight: math.unit(180, "lbs"),
  4889. name: "Front (Cat)",
  4890. image: {
  4891. source: "./media/characters/ravin-amulet/front-cat.svg"
  4892. }
  4893. },
  4894. frontCatAlt: {
  4895. height: math.unit(6, "feet"),
  4896. weight: math.unit(180, "lbs"),
  4897. name: "Front (Alt, Cat)",
  4898. image: {
  4899. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4900. }
  4901. },
  4902. frontWerewolf: {
  4903. height: math.unit(6 * 1.2, "feet"),
  4904. weight: math.unit(225, "lbs"),
  4905. name: "Front (Werewolf)",
  4906. image: {
  4907. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4908. }
  4909. },
  4910. backWerewolf: {
  4911. height: math.unit(6 * 1.2, "feet"),
  4912. weight: math.unit(225, "lbs"),
  4913. name: "Back (Werewolf)",
  4914. image: {
  4915. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4916. }
  4917. },
  4918. },
  4919. [
  4920. {
  4921. name: "Nano",
  4922. height: math.unit(1, "micrometer")
  4923. },
  4924. {
  4925. name: "Micro",
  4926. height: math.unit(1, "inch")
  4927. },
  4928. {
  4929. name: "Normal",
  4930. height: math.unit(6, "feet"),
  4931. default: true
  4932. },
  4933. {
  4934. name: "Macro",
  4935. height: math.unit(60, "feet")
  4936. }
  4937. ]
  4938. ))
  4939. characterMakers.push(() => makeCharacter(
  4940. { name: "Fluoresce" },
  4941. {
  4942. front: {
  4943. height: math.unit(6, "feet"),
  4944. weight: math.unit(165, "lbs"),
  4945. name: "Front",
  4946. image: {
  4947. source: "./media/characters/fluoresce/front.svg"
  4948. }
  4949. }
  4950. },
  4951. [
  4952. {
  4953. name: "Micro",
  4954. height: math.unit(6, "cm")
  4955. },
  4956. {
  4957. name: "Normal",
  4958. height: math.unit(5 + 7 / 12, "feet"),
  4959. default: true
  4960. },
  4961. {
  4962. name: "Macro",
  4963. height: math.unit(56, "feet")
  4964. },
  4965. {
  4966. name: "Megamacro",
  4967. height: math.unit(1.9, "miles")
  4968. },
  4969. ]
  4970. ))
  4971. characterMakers.push(() => makeCharacter(
  4972. { name: "Aurora" },
  4973. {
  4974. front: {
  4975. height: math.unit(9 + 6 / 12, "feet"),
  4976. weight: math.unit(523, "lbs"),
  4977. name: "Side",
  4978. image: {
  4979. source: "./media/characters/aurora/side.svg"
  4980. }
  4981. }
  4982. },
  4983. [
  4984. {
  4985. name: "Normal",
  4986. height: math.unit(9 + 6 / 12, "feet")
  4987. },
  4988. {
  4989. name: "Macro",
  4990. height: math.unit(96, "feet"),
  4991. default: true
  4992. },
  4993. {
  4994. name: "Macro+",
  4995. height: math.unit(243, "feet")
  4996. },
  4997. ]
  4998. ))
  4999. characterMakers.push(() => makeCharacter(
  5000. { name: "Ranek" },
  5001. {
  5002. front: {
  5003. height: math.unit(194, "cm"),
  5004. weight: math.unit(90, "kg"),
  5005. name: "Front",
  5006. image: {
  5007. source: "./media/characters/ranek/front.svg"
  5008. }
  5009. },
  5010. side: {
  5011. height: math.unit(194, "cm"),
  5012. weight: math.unit(90, "kg"),
  5013. name: "Side",
  5014. image: {
  5015. source: "./media/characters/ranek/side.svg"
  5016. }
  5017. },
  5018. back: {
  5019. height: math.unit(194, "cm"),
  5020. weight: math.unit(90, "kg"),
  5021. name: "Back",
  5022. image: {
  5023. source: "./media/characters/ranek/back.svg"
  5024. }
  5025. },
  5026. feral: {
  5027. height: math.unit(30, "cm"),
  5028. weight: math.unit(1.6, "lbs"),
  5029. name: "Feral",
  5030. image: {
  5031. source: "./media/characters/ranek/feral.svg"
  5032. }
  5033. },
  5034. },
  5035. [
  5036. {
  5037. name: "Normal",
  5038. height: math.unit(194, "cm"),
  5039. default: true
  5040. },
  5041. {
  5042. name: "Macro",
  5043. height: math.unit(100, "meters")
  5044. },
  5045. ]
  5046. ))
  5047. characterMakers.push(() => makeCharacter(
  5048. { name: "Andrew Cooper" },
  5049. {
  5050. front: {
  5051. height: math.unit(5 + 6 / 12, "feet"),
  5052. weight: math.unit(153, "lbs"),
  5053. name: "Front",
  5054. image: {
  5055. source: "./media/characters/andrew-cooper/front.svg"
  5056. }
  5057. },
  5058. },
  5059. [
  5060. {
  5061. name: "Nano",
  5062. height: math.unit(1, "mm")
  5063. },
  5064. {
  5065. name: "Micro",
  5066. height: math.unit(2, "inches")
  5067. },
  5068. {
  5069. name: "Normal",
  5070. height: math.unit(5 + 6 / 12, "feet"),
  5071. default: true
  5072. }
  5073. ]
  5074. ))
  5075. characterMakers.push(() => makeCharacter(
  5076. { name: "Akane Sato" },
  5077. {
  5078. front: {
  5079. height: math.unit(6, "feet"),
  5080. weight: math.unit(180, "lbs"),
  5081. name: "Front",
  5082. image: {
  5083. source: "./media/characters/akane-sato/front.svg",
  5084. extra: 1219 / 1140
  5085. }
  5086. },
  5087. back: {
  5088. height: math.unit(6, "feet"),
  5089. weight: math.unit(180, "lbs"),
  5090. name: "Back",
  5091. image: {
  5092. source: "./media/characters/akane-sato/back.svg",
  5093. extra: 1219 / 1170
  5094. }
  5095. },
  5096. },
  5097. [
  5098. {
  5099. name: "Normal",
  5100. height: math.unit(2.5, "meters")
  5101. },
  5102. {
  5103. name: "Macro",
  5104. height: math.unit(250, "meters"),
  5105. default: true
  5106. },
  5107. {
  5108. name: "Megamacro",
  5109. height: math.unit(25, "km")
  5110. },
  5111. ]
  5112. ))
  5113. characterMakers.push(() => makeCharacter(
  5114. { name: "Rook" },
  5115. {
  5116. front: {
  5117. height: math.unit(6, "feet"),
  5118. weight: math.unit(65, "kg"),
  5119. name: "Front",
  5120. image: {
  5121. source: "./media/characters/rook/front.svg"
  5122. }
  5123. }
  5124. },
  5125. [
  5126. {
  5127. name: "Normal",
  5128. height: math.unit(8.8, "feet")
  5129. },
  5130. {
  5131. name: "Macro",
  5132. height: math.unit(88, "feet"),
  5133. default: true
  5134. },
  5135. {
  5136. name: "Megamacro",
  5137. height: math.unit(8, "miles")
  5138. },
  5139. ]
  5140. ))
  5141. characterMakers.push(() => makeCharacter(
  5142. { name: "Prodigy" },
  5143. {
  5144. front: {
  5145. height: math.unit(12 + 2 / 12, "feet"),
  5146. weight: math.unit(808, "lbs"),
  5147. name: "Front",
  5148. image: {
  5149. source: "./media/characters/prodigy/front.svg"
  5150. }
  5151. }
  5152. },
  5153. [
  5154. {
  5155. name: "Normal",
  5156. height: math.unit(12 + 2 / 12, "feet"),
  5157. default: true
  5158. },
  5159. {
  5160. name: "Macro",
  5161. height: math.unit(143, "feet")
  5162. },
  5163. {
  5164. name: "Macro+",
  5165. height: math.unit(400, "feet")
  5166. },
  5167. ]
  5168. ))
  5169. characterMakers.push(() => makeCharacter(
  5170. { name: "Daniel" },
  5171. {
  5172. front: {
  5173. height: math.unit(6, "feet"),
  5174. weight: math.unit(225, "lbs"),
  5175. name: "Front",
  5176. image: {
  5177. source: "./media/characters/daniel/front.svg"
  5178. }
  5179. },
  5180. leaning: {
  5181. height: math.unit(6, "feet"),
  5182. weight: math.unit(225, "lbs"),
  5183. name: "Leaning",
  5184. image: {
  5185. source: "./media/characters/daniel/leaning.svg"
  5186. }
  5187. },
  5188. },
  5189. [
  5190. {
  5191. name: "Macro",
  5192. height: math.unit(1000, "feet"),
  5193. default: true
  5194. },
  5195. ]
  5196. ))
  5197. characterMakers.push(() => makeCharacter(
  5198. { name: "Chiros" },
  5199. {
  5200. front: {
  5201. height: math.unit(6, "feet"),
  5202. weight: math.unit(88, "lbs"),
  5203. name: "Front",
  5204. image: {
  5205. source: "./media/characters/chiros/front.svg",
  5206. extra: 306 / 226
  5207. }
  5208. },
  5209. side: {
  5210. height: math.unit(6, "feet"),
  5211. weight: math.unit(88, "lbs"),
  5212. name: "Side",
  5213. image: {
  5214. source: "./media/characters/chiros/side.svg",
  5215. extra: 306 / 226
  5216. }
  5217. },
  5218. },
  5219. [
  5220. {
  5221. name: "Normal",
  5222. height: math.unit(6, "cm"),
  5223. default: true
  5224. },
  5225. ]
  5226. ))
  5227. characterMakers.push(() => makeCharacter(
  5228. { name: "Selka" },
  5229. {
  5230. front: {
  5231. height: math.unit(6, "feet"),
  5232. weight: math.unit(100, "lbs"),
  5233. name: "Front",
  5234. image: {
  5235. source: "./media/characters/selka/front.svg",
  5236. extra: 947 / 887
  5237. }
  5238. }
  5239. },
  5240. [
  5241. {
  5242. name: "Normal",
  5243. height: math.unit(5, "cm"),
  5244. default: true
  5245. },
  5246. ]
  5247. ))
  5248. characterMakers.push(() => makeCharacter(
  5249. { name: "Verin" },
  5250. {
  5251. front: {
  5252. height: math.unit(8 + 3 / 12, "feet"),
  5253. weight: math.unit(424, "lbs"),
  5254. name: "Front",
  5255. image: {
  5256. source: "./media/characters/verin/front.svg",
  5257. extra: 1845 / 1550
  5258. }
  5259. },
  5260. frontArmored: {
  5261. height: math.unit(8 + 3 / 12, "feet"),
  5262. weight: math.unit(424, "lbs"),
  5263. name: "Front (Armored)",
  5264. image: {
  5265. source: "./media/characters/verin/front-armor.svg",
  5266. extra: 1845 / 1550,
  5267. bottom: 0.01
  5268. }
  5269. },
  5270. back: {
  5271. height: math.unit(8 + 3 / 12, "feet"),
  5272. weight: math.unit(424, "lbs"),
  5273. name: "Back",
  5274. image: {
  5275. source: "./media/characters/verin/back.svg",
  5276. bottom: 0.1,
  5277. extra: 1
  5278. }
  5279. },
  5280. foot: {
  5281. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5282. name: "Foot",
  5283. image: {
  5284. source: "./media/characters/verin/foot.svg"
  5285. }
  5286. },
  5287. },
  5288. [
  5289. {
  5290. name: "Normal",
  5291. height: math.unit(8 + 3 / 12, "feet")
  5292. },
  5293. {
  5294. name: "Minimacro",
  5295. height: math.unit(21, "feet"),
  5296. default: true
  5297. },
  5298. {
  5299. name: "Macro",
  5300. height: math.unit(626, "feet")
  5301. },
  5302. ]
  5303. ))
  5304. characterMakers.push(() => makeCharacter(
  5305. { name: "Sovrim Terraquian" },
  5306. {
  5307. front: {
  5308. height: math.unit(2.718, "meters"),
  5309. weight: math.unit(150, "lbs"),
  5310. name: "Front",
  5311. image: {
  5312. source: "./media/characters/sovrim-terraquian/front.svg"
  5313. }
  5314. },
  5315. back: {
  5316. height: math.unit(2.718, "meters"),
  5317. weight: math.unit(150, "lbs"),
  5318. name: "Back",
  5319. image: {
  5320. source: "./media/characters/sovrim-terraquian/back.svg"
  5321. }
  5322. }
  5323. },
  5324. [
  5325. {
  5326. name: "Micro",
  5327. height: math.unit(2, "inches")
  5328. },
  5329. {
  5330. name: "Small",
  5331. height: math.unit(1, "meter")
  5332. },
  5333. {
  5334. name: "Normal",
  5335. height: math.unit(Math.E, "meters"),
  5336. default: true
  5337. },
  5338. {
  5339. name: "Macro",
  5340. height: math.unit(20, "meters")
  5341. },
  5342. {
  5343. name: "Macro+",
  5344. height: math.unit(400, "meters")
  5345. },
  5346. ]
  5347. ))
  5348. characterMakers.push(() => makeCharacter(
  5349. { name: "Reece Silvermane" },
  5350. {
  5351. front: {
  5352. height: math.unit(7, "feet"),
  5353. weight: math.unit(489, "lbs"),
  5354. name: "Front",
  5355. image: {
  5356. source: "./media/characters/reece-silvermane/front.svg",
  5357. bottom: 0.02,
  5358. extra: 1
  5359. }
  5360. },
  5361. },
  5362. [
  5363. {
  5364. name: "Macro",
  5365. height: math.unit(1.5, "miles"),
  5366. default: true
  5367. },
  5368. ]
  5369. ))
  5370. characterMakers.push(() => makeCharacter(
  5371. { name: "Kane" },
  5372. {
  5373. front: {
  5374. height: math.unit(6, "feet"),
  5375. weight: math.unit(78, "kg"),
  5376. name: "Front",
  5377. image: {
  5378. source: "./media/characters/kane/front.svg",
  5379. extra: 978 / 899
  5380. }
  5381. },
  5382. },
  5383. [
  5384. {
  5385. name: "Normal",
  5386. height: math.unit(2.1, "m"),
  5387. },
  5388. {
  5389. name: "Macro",
  5390. height: math.unit(1, "km"),
  5391. default: true
  5392. },
  5393. ]
  5394. ))
  5395. characterMakers.push(() => makeCharacter(
  5396. { name: "Tegon" },
  5397. {
  5398. front: {
  5399. height: math.unit(6, "feet"),
  5400. weight: math.unit(200, "kg"),
  5401. name: "Front",
  5402. image: {
  5403. source: "./media/characters/tegon/front.svg",
  5404. bottom: 0.01,
  5405. extra: 1
  5406. }
  5407. },
  5408. },
  5409. [
  5410. {
  5411. name: "Micro",
  5412. height: math.unit(1, "inch")
  5413. },
  5414. {
  5415. name: "Normal",
  5416. height: math.unit(6 + 3 / 12, "feet"),
  5417. default: true
  5418. },
  5419. {
  5420. name: "Macro",
  5421. height: math.unit(300, "feet")
  5422. },
  5423. {
  5424. name: "Megamacro",
  5425. height: math.unit(69, "miles")
  5426. },
  5427. ]
  5428. ))
  5429. characterMakers.push(() => makeCharacter(
  5430. { name: "Arcturax" },
  5431. {
  5432. side: {
  5433. height: math.unit(6, "feet"),
  5434. weight: math.unit(2304, "lbs"),
  5435. name: "Side",
  5436. image: {
  5437. source: "./media/characters/arcturax/side.svg",
  5438. extra: 790 / 376,
  5439. bottom: 0.01
  5440. }
  5441. },
  5442. },
  5443. [
  5444. {
  5445. name: "Micro",
  5446. height: math.unit(2, "inch")
  5447. },
  5448. {
  5449. name: "Normal",
  5450. height: math.unit(6, "feet")
  5451. },
  5452. {
  5453. name: "Macro",
  5454. height: math.unit(39, "feet"),
  5455. default: true
  5456. },
  5457. {
  5458. name: "Megamacro",
  5459. height: math.unit(7, "miles")
  5460. },
  5461. ]
  5462. ))
  5463. characterMakers.push(() => makeCharacter(
  5464. { name: "Sentri" },
  5465. {
  5466. front: {
  5467. height: math.unit(6, "feet"),
  5468. weight: math.unit(50, "lbs"),
  5469. name: "Front",
  5470. image: {
  5471. source: "./media/characters/sentri/front.svg",
  5472. extra: 1750 / 1570,
  5473. bottom: 0.025
  5474. }
  5475. },
  5476. frontAlt: {
  5477. height: math.unit(6, "feet"),
  5478. weight: math.unit(50, "lbs"),
  5479. name: "Front (Alt)",
  5480. image: {
  5481. source: "./media/characters/sentri/front-alt.svg",
  5482. extra: 1750 / 1570,
  5483. bottom: 0.025
  5484. }
  5485. },
  5486. },
  5487. [
  5488. {
  5489. name: "Normal",
  5490. height: math.unit(15, "feet"),
  5491. default: true
  5492. },
  5493. {
  5494. name: "Macro",
  5495. height: math.unit(2500, "feet")
  5496. }
  5497. ]
  5498. ))
  5499. characterMakers.push(() => makeCharacter(
  5500. { name: "Corvin" },
  5501. {
  5502. front: {
  5503. height: math.unit(5 + 8 / 12, "feet"),
  5504. weight: math.unit(130, "lbs"),
  5505. name: "Front",
  5506. image: {
  5507. source: "./media/characters/corvin/front.svg",
  5508. extra: 1803 / 1629
  5509. }
  5510. },
  5511. frontShirt: {
  5512. height: math.unit(5 + 8 / 12, "feet"),
  5513. weight: math.unit(130, "lbs"),
  5514. name: "Front (Shirt)",
  5515. image: {
  5516. source: "./media/characters/corvin/front-shirt.svg",
  5517. extra: 1803 / 1629
  5518. }
  5519. },
  5520. frontPoncho: {
  5521. height: math.unit(5 + 8 / 12, "feet"),
  5522. weight: math.unit(130, "lbs"),
  5523. name: "Front (Poncho)",
  5524. image: {
  5525. source: "./media/characters/corvin/front-poncho.svg",
  5526. extra: 1803 / 1629
  5527. }
  5528. },
  5529. side: {
  5530. height: math.unit(5 + 8 / 12, "feet"),
  5531. weight: math.unit(130, "lbs"),
  5532. name: "Side",
  5533. image: {
  5534. source: "./media/characters/corvin/side.svg",
  5535. extra: 1012 / 945
  5536. }
  5537. },
  5538. back: {
  5539. height: math.unit(5 + 8 / 12, "feet"),
  5540. weight: math.unit(130, "lbs"),
  5541. name: "Back",
  5542. image: {
  5543. source: "./media/characters/corvin/back.svg",
  5544. extra: 1803 / 1629
  5545. }
  5546. },
  5547. },
  5548. [
  5549. {
  5550. name: "Micro",
  5551. height: math.unit(3, "inches")
  5552. },
  5553. {
  5554. name: "Normal",
  5555. height: math.unit(5 + 8 / 12, "feet")
  5556. },
  5557. {
  5558. name: "Macro",
  5559. height: math.unit(300, "feet"),
  5560. default: true
  5561. },
  5562. {
  5563. name: "Megamacro",
  5564. height: math.unit(500, "miles")
  5565. }
  5566. ]
  5567. ))
  5568. characterMakers.push(() => makeCharacter(
  5569. { name: "Q" },
  5570. {
  5571. front: {
  5572. height: math.unit(6, "feet"),
  5573. weight: math.unit(135, "lbs"),
  5574. name: "Front",
  5575. image: {
  5576. source: "./media/characters/q/front.svg",
  5577. extra: 854 / 752,
  5578. bottom: 0.005
  5579. }
  5580. },
  5581. back: {
  5582. height: math.unit(6, "feet"),
  5583. weight: math.unit(130, "lbs"),
  5584. name: "Back",
  5585. image: {
  5586. source: "./media/characters/q/back.svg",
  5587. extra: 854 / 752
  5588. }
  5589. },
  5590. },
  5591. [
  5592. {
  5593. name: "Macro",
  5594. height: math.unit(90, "feet"),
  5595. default: true
  5596. },
  5597. {
  5598. name: "Extra Macro",
  5599. height: math.unit(300, "feet"),
  5600. },
  5601. {
  5602. name: "BIG WALF",
  5603. height: math.unit(750, "feet"),
  5604. },
  5605. ]
  5606. ))
  5607. characterMakers.push(() => makeCharacter(
  5608. { name: "Carley" },
  5609. {
  5610. front: {
  5611. height: math.unit(6, "feet"),
  5612. weight: math.unit(150, "lbs"),
  5613. name: "Front",
  5614. image: {
  5615. source: "./media/characters/carley/front.svg",
  5616. extra: 3927 / 3540,
  5617. bottom: 0.03
  5618. }
  5619. }
  5620. },
  5621. [
  5622. {
  5623. name: "Normal",
  5624. height: math.unit(6 + 3 / 12, "feet")
  5625. },
  5626. {
  5627. name: "Macro",
  5628. height: math.unit(185, "feet"),
  5629. default: true
  5630. },
  5631. {
  5632. name: "Megamacro",
  5633. height: math.unit(8, "miles"),
  5634. },
  5635. ]
  5636. ))
  5637. characterMakers.push(() => makeCharacter(
  5638. { name: "Citrine" },
  5639. {
  5640. front: {
  5641. height: math.unit(3, "feet"),
  5642. weight: math.unit(28, "lbs"),
  5643. name: "Front",
  5644. image: {
  5645. source: "./media/characters/citrine/front.svg"
  5646. }
  5647. }
  5648. },
  5649. [
  5650. {
  5651. name: "Normal",
  5652. height: math.unit(3, "feet"),
  5653. default: true
  5654. }
  5655. ]
  5656. ))
  5657. characterMakers.push(() => makeCharacter(
  5658. { name: "Aura Starwind" },
  5659. {
  5660. front: {
  5661. height: math.unit(14, "feet"),
  5662. weight: math.unit(1450, "kg"),
  5663. name: "Front",
  5664. image: {
  5665. source: "./media/characters/aura-starwind/front.svg",
  5666. extra: 1455 / 1335
  5667. }
  5668. },
  5669. side: {
  5670. height: math.unit(14, "feet"),
  5671. weight: math.unit(1450, "kg"),
  5672. name: "Side",
  5673. image: {
  5674. source: "./media/characters/aura-starwind/side.svg",
  5675. extra: 1654 / 1497
  5676. }
  5677. },
  5678. taur: {
  5679. height: math.unit(18, "feet"),
  5680. weight: math.unit(5500, "kg"),
  5681. name: "Taur",
  5682. image: {
  5683. source: "./media/characters/aura-starwind/taur.svg",
  5684. extra: 1760 / 1650
  5685. }
  5686. },
  5687. feral: {
  5688. height: math.unit(46, "feet"),
  5689. weight: math.unit(25000, "kg"),
  5690. name: "Feral",
  5691. image: {
  5692. source: "./media/characters/aura-starwind/feral.svg"
  5693. }
  5694. },
  5695. },
  5696. [
  5697. {
  5698. name: "Normal",
  5699. height: math.unit(14, "feet"),
  5700. default: true
  5701. },
  5702. {
  5703. name: "Macro",
  5704. height: math.unit(50, "meters")
  5705. },
  5706. {
  5707. name: "Megamacro",
  5708. height: math.unit(5000, "meters")
  5709. },
  5710. {
  5711. name: "Gigamacro",
  5712. height: math.unit(100000, "kilometers")
  5713. },
  5714. ]
  5715. ))
  5716. characterMakers.push(() => makeCharacter(
  5717. { name: "Rivet" },
  5718. {
  5719. front: {
  5720. height: math.unit(2 + 7 / 12, "feet"),
  5721. weight: math.unit(32, "lbs"),
  5722. name: "Front",
  5723. image: {
  5724. source: "./media/characters/rivet/front.svg",
  5725. extra: 1716 / 1658,
  5726. bottom: 0.03
  5727. }
  5728. },
  5729. foot: {
  5730. height: math.unit(0.551, "feet"),
  5731. name: "Rivet's Foot",
  5732. image: {
  5733. source: "./media/characters/rivet/foot.svg"
  5734. },
  5735. rename: true
  5736. }
  5737. },
  5738. [
  5739. {
  5740. name: "Micro",
  5741. height: math.unit(1.5, "inches"),
  5742. },
  5743. {
  5744. name: "Normal",
  5745. height: math.unit(2 + 7 / 12, "feet"),
  5746. default: true
  5747. },
  5748. {
  5749. name: "Macro",
  5750. height: math.unit(85, "feet")
  5751. },
  5752. {
  5753. name: "Megamacro",
  5754. height: math.unit(2.2, "km")
  5755. }
  5756. ]
  5757. ))
  5758. characterMakers.push(() => makeCharacter(
  5759. { name: "Coffee" },
  5760. {
  5761. front: {
  5762. height: math.unit(5 + 9 / 12, "feet"),
  5763. weight: math.unit(150, "lbs"),
  5764. name: "Front",
  5765. image: {
  5766. source: "./media/characters/coffee/front.svg",
  5767. extra: 3666 / 3032,
  5768. bottom: 0.04
  5769. }
  5770. },
  5771. foot: {
  5772. height: math.unit(1.29, "feet"),
  5773. name: "Foot",
  5774. image: {
  5775. source: "./media/characters/coffee/foot.svg"
  5776. }
  5777. },
  5778. },
  5779. [
  5780. {
  5781. name: "Micro",
  5782. height: math.unit(2, "inches"),
  5783. },
  5784. {
  5785. name: "Normal",
  5786. height: math.unit(5 + 9 / 12, "feet"),
  5787. default: true
  5788. },
  5789. {
  5790. name: "Macro",
  5791. height: math.unit(800, "feet")
  5792. },
  5793. {
  5794. name: "Megamacro",
  5795. height: math.unit(25, "miles")
  5796. }
  5797. ]
  5798. ))
  5799. characterMakers.push(() => makeCharacter(
  5800. { name: "Chari-Gal" },
  5801. {
  5802. front: {
  5803. height: math.unit(6, "feet"),
  5804. weight: math.unit(200, "lbs"),
  5805. name: "Front",
  5806. image: {
  5807. source: "./media/characters/chari-gal/front.svg",
  5808. extra: 1568 / 1385,
  5809. bottom: 0.047
  5810. }
  5811. },
  5812. gigantamax: {
  5813. height: math.unit(6 * 16, "feet"),
  5814. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5815. name: "Gigantamax",
  5816. image: {
  5817. source: "./media/characters/chari-gal/gigantamax.svg",
  5818. extra: 1124 / 888,
  5819. bottom: 0.03
  5820. }
  5821. },
  5822. },
  5823. [
  5824. {
  5825. name: "Normal",
  5826. height: math.unit(5 + 7 / 12, "feet")
  5827. },
  5828. {
  5829. name: "Macro",
  5830. height: math.unit(200, "feet"),
  5831. default: true
  5832. }
  5833. ]
  5834. ))
  5835. characterMakers.push(() => makeCharacter(
  5836. { name: "Nova" },
  5837. {
  5838. front: {
  5839. height: math.unit(6, "feet"),
  5840. weight: math.unit(150, "lbs"),
  5841. name: "Front",
  5842. image: {
  5843. source: "./media/characters/nova/front.svg",
  5844. extra: 5000 / 4722,
  5845. bottom: 0.02
  5846. }
  5847. }
  5848. },
  5849. [
  5850. {
  5851. name: "Micro-",
  5852. height: math.unit(0.8, "inches")
  5853. },
  5854. {
  5855. name: "Micro",
  5856. height: math.unit(2, "inches"),
  5857. default: true
  5858. },
  5859. ]
  5860. ))
  5861. characterMakers.push(() => makeCharacter(
  5862. { name: "Argent" },
  5863. {
  5864. front: {
  5865. height: math.unit(3 + 1 / 12, "feet"),
  5866. weight: math.unit(21.7, "lbs"),
  5867. name: "Front",
  5868. image: {
  5869. source: "./media/characters/argent/front.svg",
  5870. extra: 1565 / 1416,
  5871. bottom: 0.01
  5872. }
  5873. }
  5874. },
  5875. [
  5876. {
  5877. name: "Micro",
  5878. height: math.unit(2, "inches")
  5879. },
  5880. {
  5881. name: "Normal",
  5882. height: math.unit(3 + 1 / 12, "feet"),
  5883. default: true
  5884. },
  5885. {
  5886. name: "Macro",
  5887. height: math.unit(120, "feet")
  5888. },
  5889. ]
  5890. ))
  5891. characterMakers.push(() => makeCharacter(
  5892. { name: "Mira al-Cul" },
  5893. {
  5894. lamp: {
  5895. height: math.unit(7 * 1559 / 989, "feet"),
  5896. name: "Magic Lamp",
  5897. image: {
  5898. source: "./media/characters/mira-al-cul/lamp.svg",
  5899. extra: 1617 / 1559
  5900. }
  5901. },
  5902. front: {
  5903. height: math.unit(7, "feet"),
  5904. name: "Front",
  5905. image: {
  5906. source: "./media/characters/mira-al-cul/front.svg",
  5907. extra: 1044 / 990
  5908. }
  5909. },
  5910. },
  5911. [
  5912. {
  5913. name: "Heavily Restricted",
  5914. height: math.unit(7 * 1559 / 989, "feet")
  5915. },
  5916. {
  5917. name: "Freshly Freed",
  5918. height: math.unit(50 * 1559 / 989, "feet")
  5919. },
  5920. {
  5921. name: "World Encompassing",
  5922. height: math.unit(10000 * 1559 / 989, "miles")
  5923. },
  5924. {
  5925. name: "Galactic",
  5926. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5927. },
  5928. {
  5929. name: "Palmed Universe",
  5930. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5931. default: true
  5932. },
  5933. {
  5934. name: "Multiversal Matriarch",
  5935. height: math.unit(8.87e10, "yottameters")
  5936. },
  5937. {
  5938. name: "Void Mother",
  5939. height: math.unit(3.14e110, "yottaparsecs")
  5940. },
  5941. ]
  5942. ))
  5943. characterMakers.push(() => makeCharacter(
  5944. { name: "Kuro-shi Uchū" },
  5945. {
  5946. front: {
  5947. height: math.unit(17 + 1 / 12, "feet"),
  5948. weight: math.unit(476.2 * 5, "lbs"),
  5949. name: "Front",
  5950. image: {
  5951. source: "./media/characters/kuro-shi-uchū/front.svg",
  5952. extra: 2329 / 1835,
  5953. bottom: 0.02
  5954. }
  5955. },
  5956. },
  5957. [
  5958. {
  5959. name: "Micro",
  5960. height: math.unit(2, "inches")
  5961. },
  5962. {
  5963. name: "Normal",
  5964. height: math.unit(12, "meters")
  5965. },
  5966. {
  5967. name: "Planetary",
  5968. height: math.unit(0.00929, "AU"),
  5969. default: true
  5970. },
  5971. {
  5972. name: "Universal",
  5973. height: math.unit(20, "gigaparsecs")
  5974. },
  5975. ]
  5976. ))
  5977. characterMakers.push(() => makeCharacter(
  5978. { name: "Katherine" },
  5979. {
  5980. front: {
  5981. height: math.unit(5 + 2 / 12, "feet"),
  5982. weight: math.unit(120, "lbs"),
  5983. name: "Front",
  5984. image: {
  5985. source: "./media/characters/katherine/front.svg",
  5986. extra: 2075 / 1969
  5987. }
  5988. },
  5989. dress: {
  5990. height: math.unit(5 + 2 / 12, "feet"),
  5991. weight: math.unit(120, "lbs"),
  5992. name: "Dress",
  5993. image: {
  5994. source: "./media/characters/katherine/dress.svg",
  5995. extra: 2258 / 2064
  5996. }
  5997. },
  5998. },
  5999. [
  6000. {
  6001. name: "Micro",
  6002. height: math.unit(1, "inches"),
  6003. default: true
  6004. },
  6005. {
  6006. name: "Normal",
  6007. height: math.unit(5 + 2 / 12, "feet")
  6008. },
  6009. {
  6010. name: "Macro",
  6011. height: math.unit(100, "meters")
  6012. },
  6013. {
  6014. name: "Megamacro",
  6015. height: math.unit(80, "miles")
  6016. },
  6017. ]
  6018. ))
  6019. characterMakers.push(() => makeCharacter(
  6020. { name: "Yevis" },
  6021. {
  6022. front: {
  6023. height: math.unit(7 + 8 / 12, "feet"),
  6024. weight: math.unit(250, "lbs"),
  6025. name: "Front",
  6026. image: {
  6027. source: "./media/characters/yevis/front.svg",
  6028. extra: 1938 / 1755
  6029. }
  6030. }
  6031. },
  6032. [
  6033. {
  6034. name: "Mortal",
  6035. height: math.unit(7 + 8 / 12, "feet")
  6036. },
  6037. {
  6038. name: "Battle",
  6039. height: math.unit(25 + 11 / 12, "feet")
  6040. },
  6041. {
  6042. name: "Wrath",
  6043. height: math.unit(1654 + 11 / 12, "feet")
  6044. },
  6045. {
  6046. name: "Planet Destroyer",
  6047. height: math.unit(12000, "miles")
  6048. },
  6049. {
  6050. name: "Galaxy Conqueror",
  6051. height: math.unit(1.45, "zettameters"),
  6052. default: true
  6053. },
  6054. {
  6055. name: "Universal War",
  6056. height: math.unit(184, "gigaparsecs")
  6057. },
  6058. {
  6059. name: "Eternity War",
  6060. height: math.unit(1.98e55, "yottaparsecs")
  6061. },
  6062. ]
  6063. ))
  6064. characterMakers.push(() => makeCharacter(
  6065. { name: "Xavier" },
  6066. {
  6067. front: {
  6068. height: math.unit(5 + 8 / 12, "feet"),
  6069. weight: math.unit(63, "kg"),
  6070. name: "Front",
  6071. image: {
  6072. source: "./media/characters/xavier/front.svg",
  6073. extra: 944 / 883
  6074. }
  6075. },
  6076. frontStretch: {
  6077. height: math.unit(5 + 8 / 12, "feet"),
  6078. weight: math.unit(63, "kg"),
  6079. name: "Stretching",
  6080. image: {
  6081. source: "./media/characters/xavier/front-stretch.svg",
  6082. extra: 962 / 820
  6083. }
  6084. },
  6085. },
  6086. [
  6087. {
  6088. name: "Normal",
  6089. height: math.unit(5 + 8 / 12, "feet")
  6090. },
  6091. {
  6092. name: "Macro",
  6093. height: math.unit(100, "meters"),
  6094. default: true
  6095. },
  6096. {
  6097. name: "McLargeHuge",
  6098. height: math.unit(10, "miles")
  6099. },
  6100. ]
  6101. ))
  6102. characterMakers.push(() => makeCharacter(
  6103. { name: "Joshii" },
  6104. {
  6105. front: {
  6106. height: math.unit(5 + 5 / 12, "feet"),
  6107. weight: math.unit(150, "lb"),
  6108. name: "Front",
  6109. image: {
  6110. source: "./media/characters/joshii/front.svg"
  6111. }
  6112. },
  6113. foot: {
  6114. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6115. name: "Foot",
  6116. image: {
  6117. source: "./media/characters/joshii/foot.svg"
  6118. }
  6119. },
  6120. },
  6121. [
  6122. {
  6123. name: "Micro",
  6124. height: math.unit(2, "inches")
  6125. },
  6126. {
  6127. name: "Normal",
  6128. height: math.unit(5 + 5 / 12, "feet"),
  6129. default: true
  6130. },
  6131. {
  6132. name: "Macro",
  6133. height: math.unit(785, "feet")
  6134. },
  6135. {
  6136. name: "Megamacro",
  6137. height: math.unit(24.5, "miles")
  6138. },
  6139. ]
  6140. ))
  6141. characterMakers.push(() => makeCharacter(
  6142. { name: "Goddess Elizabeth" },
  6143. {
  6144. front: {
  6145. height: math.unit(6, "feet"),
  6146. weight: math.unit(150, "lb"),
  6147. name: "Front",
  6148. image: {
  6149. source: "./media/characters/goddess-elizabeth/front.svg",
  6150. extra: 1800 / 1525,
  6151. bottom: 0.005
  6152. }
  6153. },
  6154. foot: {
  6155. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6156. name: "Foot",
  6157. image: {
  6158. source: "./media/characters/goddess-elizabeth/foot.svg"
  6159. }
  6160. },
  6161. },
  6162. [
  6163. {
  6164. name: "Micro",
  6165. height: math.unit(12, "feet")
  6166. },
  6167. {
  6168. name: "Normal",
  6169. height: math.unit(80, "miles"),
  6170. default: true
  6171. },
  6172. {
  6173. name: "Macro",
  6174. height: math.unit(15000, "parsecs")
  6175. },
  6176. ]
  6177. ))
  6178. characterMakers.push(() => makeCharacter(
  6179. { name: "Kara" },
  6180. {
  6181. front: {
  6182. height: math.unit(5 + 9 / 12, "feet"),
  6183. weight: math.unit(144, "lb"),
  6184. name: "Front",
  6185. image: {
  6186. source: "./media/characters/kara/front.svg"
  6187. }
  6188. },
  6189. feet: {
  6190. height: math.unit(6 / 6.765, "feet"),
  6191. name: "Kara's Feet",
  6192. rename: true,
  6193. image: {
  6194. source: "./media/characters/kara/feet.svg"
  6195. }
  6196. },
  6197. },
  6198. [
  6199. {
  6200. name: "Normal",
  6201. height: math.unit(5 + 9 / 12, "feet")
  6202. },
  6203. {
  6204. name: "Macro",
  6205. height: math.unit(174, "feet"),
  6206. default: true
  6207. },
  6208. ]
  6209. ))
  6210. characterMakers.push(() => makeCharacter(
  6211. { name: "Tyrone" },
  6212. {
  6213. front: {
  6214. height: math.unit(18, "feet"),
  6215. weight: math.unit(4050, "lb"),
  6216. name: "Front",
  6217. image: {
  6218. source: "./media/characters/tyrone/front.svg",
  6219. extra: 2520 / 2402,
  6220. bottom: 0.025
  6221. }
  6222. },
  6223. },
  6224. [
  6225. {
  6226. name: "Normal",
  6227. height: math.unit(18, "feet"),
  6228. default: true
  6229. },
  6230. {
  6231. name: "Macro",
  6232. height: math.unit(300, "feet")
  6233. },
  6234. ]
  6235. ))
  6236. characterMakers.push(() => makeCharacter(
  6237. { name: "Danny" },
  6238. {
  6239. front: {
  6240. height: math.unit(7 + 8 / 12, "feet"),
  6241. weight: math.unit(120, "lb"),
  6242. name: "Front",
  6243. image: {
  6244. source: "./media/characters/danny/front.svg",
  6245. extra: 1490 / 1350
  6246. }
  6247. },
  6248. back: {
  6249. height: math.unit(7 + 8 / 12, "feet"),
  6250. weight: math.unit(120, "lb"),
  6251. name: "Back",
  6252. image: {
  6253. source: "./media/characters/danny/back.svg",
  6254. extra: 1490 / 1350
  6255. }
  6256. },
  6257. },
  6258. [
  6259. {
  6260. name: "Normal",
  6261. height: math.unit(7 + 8 / 12, "feet"),
  6262. default: true
  6263. },
  6264. ]
  6265. ))
  6266. characterMakers.push(() => makeCharacter(
  6267. { name: "Mallow" },
  6268. {
  6269. front: {
  6270. height: math.unit(3.5, "inches"),
  6271. weight: math.unit(19, "grams"),
  6272. name: "Front",
  6273. image: {
  6274. source: "./media/characters/mallow/front.svg",
  6275. extra: 471 / 431
  6276. }
  6277. },
  6278. back: {
  6279. height: math.unit(3.5, "inches"),
  6280. weight: math.unit(19, "grams"),
  6281. name: "Back",
  6282. image: {
  6283. source: "./media/characters/mallow/back.svg",
  6284. extra: 471 / 431
  6285. }
  6286. },
  6287. },
  6288. [
  6289. {
  6290. name: "Normal",
  6291. height: math.unit(3.5, "inches"),
  6292. default: true
  6293. },
  6294. ]
  6295. ))
  6296. characterMakers.push(() => makeCharacter(
  6297. { name: "Starry Aqua" },
  6298. {
  6299. front: {
  6300. height: math.unit(9, "feet"),
  6301. weight: math.unit(230, "kg"),
  6302. name: "Front",
  6303. image: {
  6304. source: "./media/characters/starry-aqua/front.svg"
  6305. }
  6306. },
  6307. back: {
  6308. height: math.unit(9, "feet"),
  6309. weight: math.unit(230, "kg"),
  6310. name: "Back",
  6311. image: {
  6312. source: "./media/characters/starry-aqua/back.svg"
  6313. }
  6314. },
  6315. hand: {
  6316. height: math.unit(9 * 0.1168, "feet"),
  6317. name: "Hand",
  6318. image: {
  6319. source: "./media/characters/starry-aqua/hand.svg"
  6320. }
  6321. },
  6322. foot: {
  6323. height: math.unit(9 * 0.18, "feet"),
  6324. name: "Foot",
  6325. image: {
  6326. source: "./media/characters/starry-aqua/foot.svg"
  6327. }
  6328. }
  6329. },
  6330. [
  6331. {
  6332. name: "Micro",
  6333. height: math.unit(3, "inches")
  6334. },
  6335. {
  6336. name: "Normal",
  6337. height: math.unit(9, "feet")
  6338. },
  6339. {
  6340. name: "Macro",
  6341. height: math.unit(300, "feet"),
  6342. default: true
  6343. },
  6344. {
  6345. name: "Megamacro",
  6346. height: math.unit(3200, "feet")
  6347. }
  6348. ]
  6349. ))
  6350. characterMakers.push(() => makeCharacter(
  6351. { name: "Luka" },
  6352. {
  6353. front: {
  6354. height: math.unit(6, "feet"),
  6355. weight: math.unit(230, "lb"),
  6356. name: "Front",
  6357. image: {
  6358. source: "./media/characters/luka/front.svg",
  6359. extra: 1,
  6360. bottom: 0.025
  6361. }
  6362. },
  6363. },
  6364. [
  6365. {
  6366. name: "Normal",
  6367. height: math.unit(12 + 8 / 12, "feet"),
  6368. default: true
  6369. },
  6370. {
  6371. name: "Minimacro",
  6372. height: math.unit(20, "feet")
  6373. },
  6374. {
  6375. name: "Macro",
  6376. height: math.unit(250, "feet")
  6377. },
  6378. {
  6379. name: "Megamacro",
  6380. height: math.unit(5, "miles")
  6381. },
  6382. {
  6383. name: "Gigamacro",
  6384. height: math.unit(8000, "miles")
  6385. },
  6386. ]
  6387. ))
  6388. characterMakers.push(() => makeCharacter(
  6389. { name: "Natalie Nightring" },
  6390. {
  6391. front: {
  6392. height: math.unit(6, "feet"),
  6393. weight: math.unit(150, "lb"),
  6394. name: "Front",
  6395. image: {
  6396. source: "./media/characters/natalie-nightring/front.svg",
  6397. extra: 1,
  6398. bottom: 0.06
  6399. }
  6400. },
  6401. },
  6402. [
  6403. {
  6404. name: "Uh Oh",
  6405. height: math.unit(0.1, "mm")
  6406. },
  6407. {
  6408. name: "Small",
  6409. height: math.unit(3, "inches")
  6410. },
  6411. {
  6412. name: "Human Scale",
  6413. height: math.unit(6, "feet")
  6414. },
  6415. {
  6416. name: "Librarian",
  6417. height: math.unit(50, "feet"),
  6418. default: true
  6419. },
  6420. {
  6421. name: "Immense",
  6422. height: math.unit(200, "miles")
  6423. },
  6424. ]
  6425. ))
  6426. characterMakers.push(() => makeCharacter(
  6427. { name: "Danni Rosie" },
  6428. {
  6429. front: {
  6430. height: math.unit(6, "feet"),
  6431. weight: math.unit(180, "lbs"),
  6432. name: "Front",
  6433. image: {
  6434. source: "./media/characters/danni-rosie/front.svg",
  6435. extra: 1260 / 1128,
  6436. bottom: 0.022
  6437. }
  6438. },
  6439. },
  6440. [
  6441. {
  6442. name: "Micro",
  6443. height: math.unit(2, "inches"),
  6444. default: true
  6445. },
  6446. ]
  6447. ))
  6448. characterMakers.push(() => makeCharacter(
  6449. { name: "Samantha Kruse" },
  6450. {
  6451. front: {
  6452. height: math.unit(5 + 9 / 12, "feet"),
  6453. weight: math.unit(220, "lb"),
  6454. name: "Front",
  6455. image: {
  6456. source: "./media/characters/samantha-kruse/front.svg",
  6457. extra: (985 / 935),
  6458. bottom: 0.03
  6459. }
  6460. },
  6461. frontUndressed: {
  6462. height: math.unit(5 + 9 / 12, "feet"),
  6463. weight: math.unit(220, "lb"),
  6464. name: "Front (Undressed)",
  6465. image: {
  6466. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6467. extra: (973 / 923),
  6468. bottom: 0.025
  6469. }
  6470. },
  6471. fat: {
  6472. height: math.unit(5 + 9 / 12, "feet"),
  6473. weight: math.unit(900, "lb"),
  6474. name: "Front (Fat)",
  6475. image: {
  6476. source: "./media/characters/samantha-kruse/fat.svg",
  6477. extra: 2688 / 2561
  6478. }
  6479. },
  6480. },
  6481. [
  6482. {
  6483. name: "Normal",
  6484. height: math.unit(5 + 9 / 12, "feet"),
  6485. default: true
  6486. }
  6487. ]
  6488. ))
  6489. characterMakers.push(() => makeCharacter(
  6490. { name: "Amelia Rosie" },
  6491. {
  6492. back: {
  6493. height: math.unit(5 + 4 / 12, "feet"),
  6494. weight: math.unit(4963, "lb"),
  6495. name: "Back",
  6496. image: {
  6497. source: "./media/characters/amelia-rosie/back.svg",
  6498. extra: 1113 / 963,
  6499. bottom: 0.01
  6500. }
  6501. },
  6502. },
  6503. [
  6504. {
  6505. name: "Level 0",
  6506. height: math.unit(5 + 4 / 12, "feet")
  6507. },
  6508. {
  6509. name: "Level 1",
  6510. height: math.unit(164597, "feet"),
  6511. default: true
  6512. },
  6513. {
  6514. name: "Level 2",
  6515. height: math.unit(956243, "miles")
  6516. },
  6517. {
  6518. name: "Level 3",
  6519. height: math.unit(29421709423, "miles")
  6520. },
  6521. {
  6522. name: "Level 4",
  6523. height: math.unit(154, "lightyears")
  6524. },
  6525. {
  6526. name: "Level 5",
  6527. height: math.unit(4738272, "lightyears")
  6528. },
  6529. {
  6530. name: "Level 6",
  6531. height: math.unit(145787152896, "lightyears")
  6532. },
  6533. ]
  6534. ))
  6535. characterMakers.push(() => makeCharacter(
  6536. { name: "Rook Kitara" },
  6537. {
  6538. front: {
  6539. height: math.unit(5 + 11 / 12, "feet"),
  6540. weight: math.unit(65, "kg"),
  6541. name: "Front",
  6542. image: {
  6543. source: "./media/characters/rook-kitara/front.svg",
  6544. extra: 1347 / 1274,
  6545. bottom: 0.005
  6546. }
  6547. },
  6548. },
  6549. [
  6550. {
  6551. name: "Totally Unfair",
  6552. height: math.unit(1.8, "mm")
  6553. },
  6554. {
  6555. name: "Lap Rookie",
  6556. height: math.unit(1.4, "feet")
  6557. },
  6558. {
  6559. name: "Normal",
  6560. height: math.unit(5 + 11 / 12, "feet"),
  6561. default: true
  6562. },
  6563. {
  6564. name: "How Did This Happen",
  6565. height: math.unit(80, "miles")
  6566. }
  6567. ]
  6568. ))
  6569. characterMakers.push(() => makeCharacter(
  6570. { name: "Pisces" },
  6571. {
  6572. front: {
  6573. height: math.unit(7, "feet"),
  6574. weight: math.unit(300, "lb"),
  6575. name: "Front",
  6576. image: {
  6577. source: "./media/characters/pisces/front.svg",
  6578. extra: 2255 / 2115,
  6579. bottom: 0.03
  6580. }
  6581. },
  6582. back: {
  6583. height: math.unit(7, "feet"),
  6584. weight: math.unit(300, "lb"),
  6585. name: "Back",
  6586. image: {
  6587. source: "./media/characters/pisces/back.svg",
  6588. extra: 2146 / 2055,
  6589. bottom: 0.04
  6590. }
  6591. },
  6592. },
  6593. [
  6594. {
  6595. name: "Normal",
  6596. height: math.unit(7, "feet"),
  6597. default: true
  6598. },
  6599. {
  6600. name: "Swimming Pool",
  6601. height: math.unit(12.2, "meters")
  6602. },
  6603. {
  6604. name: "Olympic Swimming Pool",
  6605. height: math.unit(56.3, "meters")
  6606. },
  6607. {
  6608. name: "Lake Superior",
  6609. height: math.unit(93900, "meters")
  6610. },
  6611. {
  6612. name: "Mediterranean Sea",
  6613. height: math.unit(644457, "meters")
  6614. },
  6615. {
  6616. name: "World's Oceans",
  6617. height: math.unit(4567491, "meters")
  6618. },
  6619. ]
  6620. ))
  6621. characterMakers.push(() => makeCharacter(
  6622. { name: "Zelas" },
  6623. {
  6624. front: {
  6625. height: math.unit(2.3, "meters"),
  6626. weight: math.unit(120, "kg"),
  6627. name: "Front",
  6628. image: {
  6629. source: "./media/characters/zelas/front.svg"
  6630. }
  6631. },
  6632. side: {
  6633. height: math.unit(2.3, "meters"),
  6634. weight: math.unit(120, "kg"),
  6635. name: "Side",
  6636. image: {
  6637. source: "./media/characters/zelas/side.svg"
  6638. }
  6639. },
  6640. back: {
  6641. height: math.unit(2.3, "meters"),
  6642. weight: math.unit(120, "kg"),
  6643. name: "Back",
  6644. image: {
  6645. source: "./media/characters/zelas/back.svg"
  6646. }
  6647. },
  6648. foot: {
  6649. height: math.unit(1.116, "feet"),
  6650. name: "Foot",
  6651. image: {
  6652. source: "./media/characters/zelas/foot.svg"
  6653. }
  6654. },
  6655. },
  6656. [
  6657. {
  6658. name: "Normal",
  6659. height: math.unit(2.3, "meters")
  6660. },
  6661. {
  6662. name: "Macro",
  6663. height: math.unit(30, "meters"),
  6664. default: true
  6665. },
  6666. ]
  6667. ))
  6668. characterMakers.push(() => makeCharacter(
  6669. { name: "Talbot" },
  6670. {
  6671. front: {
  6672. height: math.unit(1, "inch"),
  6673. weight: math.unit(0.21, "grams"),
  6674. name: "Front",
  6675. image: {
  6676. source: "./media/characters/talbot/front.svg",
  6677. extra: 594 / 544
  6678. }
  6679. },
  6680. },
  6681. [
  6682. {
  6683. name: "Micro",
  6684. height: math.unit(1, "inch"),
  6685. default: true
  6686. },
  6687. ]
  6688. ))
  6689. characterMakers.push(() => makeCharacter(
  6690. { name: "Fliss" },
  6691. {
  6692. front: {
  6693. height: math.unit(3 + 3 / 12, "feet"),
  6694. weight: math.unit(51.8, "lb"),
  6695. name: "Front",
  6696. image: {
  6697. source: "./media/characters/fliss/front.svg",
  6698. extra: 840 / 640
  6699. }
  6700. },
  6701. },
  6702. [
  6703. {
  6704. name: "Teeny Tiny",
  6705. height: math.unit(1, "mm")
  6706. },
  6707. {
  6708. name: "Small",
  6709. height: math.unit(1, "inch"),
  6710. default: true
  6711. },
  6712. {
  6713. name: "Standard Sylveon",
  6714. height: math.unit(3 + 3 / 12, "feet")
  6715. },
  6716. {
  6717. name: "Large Nuisance",
  6718. height: math.unit(33, "feet")
  6719. },
  6720. {
  6721. name: "City Filler",
  6722. height: math.unit(3000, "feet")
  6723. },
  6724. {
  6725. name: "New Horizon",
  6726. height: math.unit(6000, "miles")
  6727. },
  6728. ]
  6729. ))
  6730. characterMakers.push(() => makeCharacter(
  6731. { name: "Fleta" },
  6732. {
  6733. front: {
  6734. height: math.unit(5, "cm"),
  6735. weight: math.unit(1.94, "g"),
  6736. name: "Front",
  6737. image: {
  6738. source: "./media/characters/fleta/front.svg",
  6739. extra: 835 / 803
  6740. }
  6741. },
  6742. back: {
  6743. height: math.unit(5, "cm"),
  6744. weight: math.unit(1.94, "g"),
  6745. name: "Back",
  6746. image: {
  6747. source: "./media/characters/fleta/back.svg",
  6748. extra: 835 / 803
  6749. }
  6750. },
  6751. },
  6752. [
  6753. {
  6754. name: "Micro",
  6755. height: math.unit(5, "cm"),
  6756. default: true
  6757. },
  6758. ]
  6759. ))
  6760. characterMakers.push(() => makeCharacter(
  6761. { name: "Dominic" },
  6762. {
  6763. front: {
  6764. height: math.unit(6, "feet"),
  6765. weight: math.unit(225, "lb"),
  6766. name: "Front",
  6767. image: {
  6768. source: "./media/characters/dominic/front.svg",
  6769. extra: 1770 / 1620,
  6770. bottom: 0.025
  6771. }
  6772. },
  6773. back: {
  6774. height: math.unit(6, "feet"),
  6775. weight: math.unit(225, "lb"),
  6776. name: "Back",
  6777. image: {
  6778. source: "./media/characters/dominic/back.svg",
  6779. extra: 1745 / 1620,
  6780. bottom: 0.065
  6781. }
  6782. },
  6783. },
  6784. [
  6785. {
  6786. name: "Nano",
  6787. height: math.unit(0.1, "mm")
  6788. },
  6789. {
  6790. name: "Micro-",
  6791. height: math.unit(1, "mm")
  6792. },
  6793. {
  6794. name: "Micro",
  6795. height: math.unit(4, "inches")
  6796. },
  6797. {
  6798. name: "Normal",
  6799. height: math.unit(6 + 4 / 12, "feet"),
  6800. default: true
  6801. },
  6802. {
  6803. name: "Macro",
  6804. height: math.unit(115, "feet")
  6805. },
  6806. {
  6807. name: "Macro+",
  6808. height: math.unit(955, "feet")
  6809. },
  6810. {
  6811. name: "Megamacro",
  6812. height: math.unit(8990, "feet")
  6813. },
  6814. {
  6815. name: "Gigmacro",
  6816. height: math.unit(9310, "miles")
  6817. },
  6818. {
  6819. name: "Teramacro",
  6820. height: math.unit(1567005010, "miles")
  6821. },
  6822. {
  6823. name: "Examacro",
  6824. height: math.unit(1425, "parsecs")
  6825. },
  6826. ]
  6827. ))
  6828. characterMakers.push(() => makeCharacter(
  6829. { name: "Major Colonel" },
  6830. {
  6831. front: {
  6832. height: math.unit(400, "feet"),
  6833. weight: math.unit(44444444, "lb"),
  6834. name: "Front",
  6835. image: {
  6836. source: "./media/characters/major-colonel/front.svg"
  6837. }
  6838. },
  6839. back: {
  6840. height: math.unit(400, "feet"),
  6841. weight: math.unit(44444444, "lb"),
  6842. name: "Back",
  6843. image: {
  6844. source: "./media/characters/major-colonel/back.svg"
  6845. }
  6846. },
  6847. },
  6848. [
  6849. {
  6850. name: "Macro",
  6851. height: math.unit(400, "feet"),
  6852. default: true
  6853. },
  6854. ]
  6855. ))
  6856. characterMakers.push(() => makeCharacter(
  6857. { name: "Axel Lycan" },
  6858. {
  6859. front: {
  6860. height: math.unit(6, "feet"),
  6861. weight: math.unit(120, "lb"),
  6862. name: "Front",
  6863. image: {
  6864. source: "./media/characters/axel-lycan/front.svg",
  6865. extra: 1,
  6866. bottom: 0.08
  6867. }
  6868. },
  6869. },
  6870. [
  6871. {
  6872. name: "Macro",
  6873. height: math.unit(1, "km"),
  6874. default: true
  6875. },
  6876. ]
  6877. ))
  6878. characterMakers.push(() => makeCharacter(
  6879. { name: "Vanrel (Hyena)" },
  6880. {
  6881. front: {
  6882. height: math.unit(5 + 9 / 12, "feet"),
  6883. weight: math.unit(175, "lb"),
  6884. name: "Front",
  6885. image: {
  6886. source: "./media/characters/vanrel-hyena/front.svg",
  6887. extra: 1086 / 1010,
  6888. bottom: 0.04
  6889. }
  6890. },
  6891. },
  6892. [
  6893. {
  6894. name: "Normal",
  6895. height: math.unit(5 + 9 / 12, "feet"),
  6896. default: true
  6897. },
  6898. ]
  6899. ))
  6900. characterMakers.push(() => makeCharacter(
  6901. { name: "Abbott Absol" },
  6902. {
  6903. front: {
  6904. height: math.unit(6, "feet"),
  6905. weight: math.unit(103, "lb"),
  6906. name: "Front",
  6907. image: {
  6908. source: "./media/characters/abbott-absol/front.svg",
  6909. extra: 2010 / 1842
  6910. }
  6911. },
  6912. },
  6913. [
  6914. {
  6915. name: "Megamicro",
  6916. height: math.unit(0.1, "mm")
  6917. },
  6918. {
  6919. name: "Micro",
  6920. height: math.unit(1, "inch")
  6921. },
  6922. {
  6923. name: "Normal",
  6924. height: math.unit(6, "feet"),
  6925. default: true
  6926. },
  6927. ]
  6928. ))
  6929. characterMakers.push(() => makeCharacter(
  6930. { name: "Hector" },
  6931. {
  6932. front: {
  6933. height: math.unit(6, "feet"),
  6934. weight: math.unit(264, "lb"),
  6935. name: "Front",
  6936. image: {
  6937. source: "./media/characters/hector/front.svg",
  6938. extra: 2280 / 2130,
  6939. bottom: 0.07
  6940. }
  6941. },
  6942. },
  6943. [
  6944. {
  6945. name: "Normal",
  6946. height: math.unit(12.25, "foot"),
  6947. default: true
  6948. },
  6949. {
  6950. name: "Macro",
  6951. height: math.unit(160, "feet")
  6952. },
  6953. ]
  6954. ))
  6955. characterMakers.push(() => makeCharacter(
  6956. { name: "Sal" },
  6957. {
  6958. front: {
  6959. height: math.unit(6, "feet"),
  6960. weight: math.unit(150, "lb"),
  6961. name: "Front",
  6962. image: {
  6963. source: "./media/characters/sal/front.svg",
  6964. extra: 1846 / 1699,
  6965. bottom: 0.04
  6966. }
  6967. },
  6968. },
  6969. [
  6970. {
  6971. name: "Megamacro",
  6972. height: math.unit(10, "miles"),
  6973. default: true
  6974. },
  6975. ]
  6976. ))
  6977. characterMakers.push(() => makeCharacter(
  6978. { name: "Ranger" },
  6979. {
  6980. front: {
  6981. height: math.unit(3, "meters"),
  6982. weight: math.unit(450, "kg"),
  6983. name: "front",
  6984. image: {
  6985. source: "./media/characters/ranger/front.svg",
  6986. extra: 2401 / 2243,
  6987. bottom: 0.05
  6988. }
  6989. },
  6990. },
  6991. [
  6992. {
  6993. name: "Normal",
  6994. height: math.unit(3, "meters"),
  6995. default: true
  6996. },
  6997. ]
  6998. ))
  6999. characterMakers.push(() => makeCharacter(
  7000. { name: "Theresa" },
  7001. {
  7002. front: {
  7003. height: math.unit(14, "feet"),
  7004. weight: math.unit(800, "kg"),
  7005. name: "Front",
  7006. image: {
  7007. source: "./media/characters/theresa/front.svg",
  7008. extra: 3575 / 3346,
  7009. bottom: 0.03
  7010. }
  7011. },
  7012. },
  7013. [
  7014. {
  7015. name: "Normal",
  7016. height: math.unit(14, "feet"),
  7017. default: true
  7018. },
  7019. ]
  7020. ))
  7021. characterMakers.push(() => makeCharacter(
  7022. { name: "Ine" },
  7023. {
  7024. front: {
  7025. height: math.unit(6, "feet"),
  7026. weight: math.unit(3, "kg"),
  7027. name: "Front",
  7028. image: {
  7029. source: "./media/characters/ine/front.svg",
  7030. extra: 678 / 539,
  7031. bottom: 0.023
  7032. }
  7033. },
  7034. },
  7035. [
  7036. {
  7037. name: "Normal",
  7038. height: math.unit(2.265, "feet"),
  7039. default: true
  7040. },
  7041. ]
  7042. ))
  7043. characterMakers.push(() => makeCharacter(
  7044. { name: "Vial" },
  7045. {
  7046. front: {
  7047. height: math.unit(5, "feet"),
  7048. weight: math.unit(30, "kg"),
  7049. name: "Front",
  7050. image: {
  7051. source: "./media/characters/vial/front.svg",
  7052. extra: 1365 / 1277,
  7053. bottom: 0.04
  7054. }
  7055. },
  7056. },
  7057. [
  7058. {
  7059. name: "Normal",
  7060. height: math.unit(5, "feet"),
  7061. default: true
  7062. },
  7063. ]
  7064. ))
  7065. characterMakers.push(() => makeCharacter(
  7066. { name: "Rovoska" },
  7067. {
  7068. side: {
  7069. height: math.unit(3.4, "meters"),
  7070. weight: math.unit(1000, "lb"),
  7071. name: "Side",
  7072. image: {
  7073. source: "./media/characters/rovoska/side.svg",
  7074. extra: 4403 / 1515
  7075. }
  7076. },
  7077. },
  7078. [
  7079. {
  7080. name: "Normal",
  7081. height: math.unit(3.4, "meters"),
  7082. default: true
  7083. },
  7084. ]
  7085. ))
  7086. characterMakers.push(() => makeCharacter(
  7087. { name: "Gunner Rotthbauer" },
  7088. {
  7089. front: {
  7090. height: math.unit(8, "feet"),
  7091. weight: math.unit(315, "lb"),
  7092. name: "Front",
  7093. image: {
  7094. source: "./media/characters/gunner-rotthbauer/front.svg"
  7095. }
  7096. },
  7097. back: {
  7098. height: math.unit(8, "feet"),
  7099. weight: math.unit(315, "lb"),
  7100. name: "Back",
  7101. image: {
  7102. source: "./media/characters/gunner-rotthbauer/back.svg"
  7103. }
  7104. },
  7105. },
  7106. [
  7107. {
  7108. name: "Micro",
  7109. height: math.unit(3.5, "inches")
  7110. },
  7111. {
  7112. name: "Normal",
  7113. height: math.unit(8, "feet"),
  7114. default: true
  7115. },
  7116. {
  7117. name: "Macro",
  7118. height: math.unit(250, "feet")
  7119. },
  7120. {
  7121. name: "Megamacro",
  7122. height: math.unit(1, "AU")
  7123. },
  7124. ]
  7125. ))
  7126. characterMakers.push(() => makeCharacter(
  7127. { name: "Allatia" },
  7128. {
  7129. front: {
  7130. height: math.unit(5 + 5 / 12, "feet"),
  7131. weight: math.unit(140, "lb"),
  7132. name: "Front",
  7133. image: {
  7134. source: "./media/characters/allatia/front.svg",
  7135. extra: 1227 / 1180,
  7136. bottom: 0.027
  7137. }
  7138. },
  7139. },
  7140. [
  7141. {
  7142. name: "Normal",
  7143. height: math.unit(5 + 5 / 12, "feet")
  7144. },
  7145. {
  7146. name: "Macro",
  7147. height: math.unit(250, "feet"),
  7148. default: true
  7149. },
  7150. {
  7151. name: "Megamacro",
  7152. height: math.unit(8, "miles")
  7153. }
  7154. ]
  7155. ))
  7156. characterMakers.push(() => makeCharacter(
  7157. { name: "Tene" },
  7158. {
  7159. front: {
  7160. height: math.unit(6, "feet"),
  7161. weight: math.unit(120, "lb"),
  7162. name: "Front",
  7163. image: {
  7164. source: "./media/characters/tene/front.svg",
  7165. extra: 1728 / 1578,
  7166. bottom: 0.022
  7167. }
  7168. },
  7169. stomping: {
  7170. height: math.unit(2.025, "meters"),
  7171. weight: math.unit(120, "lb"),
  7172. name: "Stomping",
  7173. image: {
  7174. source: "./media/characters/tene/stomping.svg",
  7175. extra: 938 / 873,
  7176. bottom: 0.01
  7177. }
  7178. },
  7179. sitting: {
  7180. height: math.unit(1, "meter"),
  7181. weight: math.unit(120, "lb"),
  7182. name: "Sitting",
  7183. image: {
  7184. source: "./media/characters/tene/sitting.svg",
  7185. extra: 437 / 415,
  7186. bottom: 0.1
  7187. }
  7188. },
  7189. feral: {
  7190. height: math.unit(3.9, "feet"),
  7191. weight: math.unit(250, "lb"),
  7192. name: "Feral",
  7193. image: {
  7194. source: "./media/characters/tene/feral.svg",
  7195. extra: 717 / 458,
  7196. bottom: 0.179
  7197. }
  7198. },
  7199. },
  7200. [
  7201. {
  7202. name: "Normal",
  7203. height: math.unit(6, "feet")
  7204. },
  7205. {
  7206. name: "Macro",
  7207. height: math.unit(300, "feet"),
  7208. default: true
  7209. },
  7210. {
  7211. name: "Megamacro",
  7212. height: math.unit(5, "miles")
  7213. },
  7214. ]
  7215. ))
  7216. characterMakers.push(() => makeCharacter(
  7217. { name: "Evander" },
  7218. {
  7219. side: {
  7220. height: math.unit(6, "feet"),
  7221. name: "Side",
  7222. image: {
  7223. source: "./media/characters/evander/side.svg",
  7224. extra: 877 / 477
  7225. }
  7226. },
  7227. },
  7228. [
  7229. {
  7230. name: "Normal",
  7231. height: math.unit(0.83, "meters"),
  7232. default: true
  7233. },
  7234. ]
  7235. ))
  7236. characterMakers.push(() => makeCharacter(
  7237. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7238. {
  7239. front: {
  7240. height: math.unit(12, "feet"),
  7241. weight: math.unit(1000, "lb"),
  7242. name: "Front",
  7243. image: {
  7244. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7245. extra: 1762 / 1611
  7246. }
  7247. },
  7248. back: {
  7249. height: math.unit(12, "feet"),
  7250. weight: math.unit(1000, "lb"),
  7251. name: "Back",
  7252. image: {
  7253. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7254. extra: 1762 / 1611
  7255. }
  7256. },
  7257. },
  7258. [
  7259. {
  7260. name: "Normal",
  7261. height: math.unit(12, "feet"),
  7262. default: true
  7263. },
  7264. {
  7265. name: "Kaiju",
  7266. height: math.unit(150, "feet")
  7267. },
  7268. ]
  7269. ))
  7270. characterMakers.push(() => makeCharacter(
  7271. { name: "Zero Alurus" },
  7272. {
  7273. front: {
  7274. height: math.unit(6, "feet"),
  7275. weight: math.unit(150, "lb"),
  7276. name: "Front",
  7277. image: {
  7278. source: "./media/characters/zero-alurus/front.svg"
  7279. }
  7280. },
  7281. back: {
  7282. height: math.unit(6, "feet"),
  7283. weight: math.unit(150, "lb"),
  7284. name: "Back",
  7285. image: {
  7286. source: "./media/characters/zero-alurus/back.svg"
  7287. }
  7288. },
  7289. },
  7290. [
  7291. {
  7292. name: "Normal",
  7293. height: math.unit(5 + 10 / 12, "feet")
  7294. },
  7295. {
  7296. name: "Macro",
  7297. height: math.unit(60, "feet"),
  7298. default: true
  7299. },
  7300. {
  7301. name: "Macro+",
  7302. height: math.unit(450, "feet")
  7303. },
  7304. ]
  7305. ))
  7306. characterMakers.push(() => makeCharacter(
  7307. { name: "Mega Shi" },
  7308. {
  7309. front: {
  7310. height: math.unit(6, "feet"),
  7311. weight: math.unit(200, "lb"),
  7312. name: "Front",
  7313. image: {
  7314. source: "./media/characters/mega-shi/front.svg",
  7315. extra: 1279 / 1250,
  7316. bottom: 0.02
  7317. }
  7318. },
  7319. back: {
  7320. height: math.unit(6, "feet"),
  7321. weight: math.unit(200, "lb"),
  7322. name: "Back",
  7323. image: {
  7324. source: "./media/characters/mega-shi/back.svg",
  7325. extra: 1279 / 1250,
  7326. bottom: 0.02
  7327. }
  7328. },
  7329. },
  7330. [
  7331. {
  7332. name: "Micro",
  7333. height: math.unit(16 + 6 / 12, "feet")
  7334. },
  7335. {
  7336. name: "Normal",
  7337. height: math.unit(660, "feet"),
  7338. default: true
  7339. },
  7340. {
  7341. name: "Megamacro",
  7342. height: math.unit(10, "miles")
  7343. },
  7344. {
  7345. name: "Planetary Launch",
  7346. height: math.unit(500, "miles")
  7347. },
  7348. {
  7349. name: "Interstellar",
  7350. height: math.unit(1e9, "miles")
  7351. },
  7352. {
  7353. name: "Leaving the Universe",
  7354. height: math.unit(1, "gigaparsec")
  7355. },
  7356. {
  7357. name: "Travelling Universes",
  7358. height: math.unit(30e15, "parsecs")
  7359. },
  7360. ]
  7361. ))
  7362. characterMakers.push(() => makeCharacter(
  7363. { name: "Odyssey" },
  7364. {
  7365. front: {
  7366. height: math.unit(6, "feet"),
  7367. weight: math.unit(150, "lb"),
  7368. name: "Front",
  7369. image: {
  7370. source: "./media/characters/odyssey/front.svg",
  7371. extra: 1782 / 1582,
  7372. bottom: 0.01
  7373. }
  7374. },
  7375. side: {
  7376. height: math.unit(5.6, "feet"),
  7377. weight: math.unit(140, "lb"),
  7378. name: "Side",
  7379. image: {
  7380. source: "./media/characters/odyssey/side.svg",
  7381. extra: 6462 / 5700
  7382. }
  7383. },
  7384. },
  7385. [
  7386. {
  7387. name: "Normal",
  7388. height: math.unit(5 + 4 / 12, "feet")
  7389. },
  7390. {
  7391. name: "Macro",
  7392. height: math.unit(1, "km")
  7393. },
  7394. {
  7395. name: "Megamacro",
  7396. height: math.unit(3000, "km")
  7397. },
  7398. {
  7399. name: "Gigamacro",
  7400. height: math.unit(1, "AU"),
  7401. default: true
  7402. },
  7403. {
  7404. name: "Omniversal",
  7405. height: math.unit(100e14, "lightyears")
  7406. },
  7407. ]
  7408. ))
  7409. characterMakers.push(() => makeCharacter(
  7410. { name: "Mekuto" },
  7411. {
  7412. front: {
  7413. height: math.unit(6, "feet"),
  7414. weight: math.unit(300, "lb"),
  7415. name: "Front",
  7416. image: {
  7417. source: "./media/characters/mekuto/front.svg",
  7418. extra: 921 / 832,
  7419. bottom: 0.03
  7420. }
  7421. },
  7422. hand: {
  7423. height: math.unit(6 / 10.24, "feet"),
  7424. name: "Hand",
  7425. image: {
  7426. source: "./media/characters/mekuto/hand.svg"
  7427. }
  7428. },
  7429. foot: {
  7430. height: math.unit(6 / 5.05, "feet"),
  7431. name: "Foot",
  7432. image: {
  7433. source: "./media/characters/mekuto/foot.svg"
  7434. }
  7435. },
  7436. },
  7437. [
  7438. {
  7439. name: "Minimicro",
  7440. height: math.unit(0.2, "inches")
  7441. },
  7442. {
  7443. name: "Micro",
  7444. height: math.unit(1.5, "inches")
  7445. },
  7446. {
  7447. name: "Normal",
  7448. height: math.unit(5 + 11 / 12, "feet"),
  7449. default: true
  7450. },
  7451. {
  7452. name: "Minimacro",
  7453. height: math.unit(17 + 9 / 12, "feet")
  7454. },
  7455. {
  7456. name: "Macro",
  7457. height: math.unit(177.5, "feet")
  7458. },
  7459. {
  7460. name: "Megamacro",
  7461. height: math.unit(152, "miles")
  7462. },
  7463. ]
  7464. ))
  7465. characterMakers.push(() => makeCharacter(
  7466. { name: "Dafydd Tomos" },
  7467. {
  7468. front: {
  7469. height: math.unit(6.5, "inches"),
  7470. weight: math.unit(13, "oz"),
  7471. name: "Front",
  7472. image: {
  7473. source: "./media/characters/dafydd-tomos/front.svg",
  7474. extra: 2990 / 2603,
  7475. bottom: 0.03
  7476. }
  7477. },
  7478. },
  7479. [
  7480. {
  7481. name: "Micro",
  7482. height: math.unit(6.5, "inches"),
  7483. default: true
  7484. },
  7485. ]
  7486. ))
  7487. characterMakers.push(() => makeCharacter(
  7488. { name: "Splinter" },
  7489. {
  7490. front: {
  7491. height: math.unit(6, "feet"),
  7492. weight: math.unit(150, "lb"),
  7493. name: "Front",
  7494. image: {
  7495. source: "./media/characters/splinter/front.svg",
  7496. extra: 2990 / 2882,
  7497. bottom: 0.04
  7498. }
  7499. },
  7500. back: {
  7501. height: math.unit(6, "feet"),
  7502. weight: math.unit(150, "lb"),
  7503. name: "Back",
  7504. image: {
  7505. source: "./media/characters/splinter/back.svg",
  7506. extra: 2990 / 2882,
  7507. bottom: 0.04
  7508. }
  7509. },
  7510. },
  7511. [
  7512. {
  7513. name: "Normal",
  7514. height: math.unit(6, "feet")
  7515. },
  7516. {
  7517. name: "Macro",
  7518. height: math.unit(230, "meters"),
  7519. default: true
  7520. },
  7521. ]
  7522. ))
  7523. characterMakers.push(() => makeCharacter(
  7524. { name: "SnowGabumon" },
  7525. {
  7526. front: {
  7527. height: math.unit(4 + 10 / 12, "feet"),
  7528. weight: math.unit(480, "lb"),
  7529. name: "Front",
  7530. image: {
  7531. source: "./media/characters/snow-gabumon/front.svg",
  7532. extra: 1140 / 963,
  7533. bottom: 0.058
  7534. }
  7535. },
  7536. back: {
  7537. height: math.unit(4 + 10 / 12, "feet"),
  7538. weight: math.unit(480, "lb"),
  7539. name: "Back",
  7540. image: {
  7541. source: "./media/characters/snow-gabumon/back.svg",
  7542. extra: 1115 / 962,
  7543. bottom: 0.041
  7544. }
  7545. },
  7546. frontUndresed: {
  7547. height: math.unit(4 + 10 / 12, "feet"),
  7548. weight: math.unit(480, "lb"),
  7549. name: "Front (Undressed)",
  7550. image: {
  7551. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7552. extra: 1061 / 960,
  7553. bottom: 0.045
  7554. }
  7555. },
  7556. },
  7557. [
  7558. {
  7559. name: "Micro",
  7560. height: math.unit(1, "inch")
  7561. },
  7562. {
  7563. name: "Normal",
  7564. height: math.unit(4 + 10 / 12, "feet"),
  7565. default: true
  7566. },
  7567. {
  7568. name: "Macro",
  7569. height: math.unit(200, "feet")
  7570. },
  7571. {
  7572. name: "Megamacro",
  7573. height: math.unit(120, "miles")
  7574. },
  7575. {
  7576. name: "Gigamacro",
  7577. height: math.unit(9800, "miles")
  7578. },
  7579. ]
  7580. ))
  7581. characterMakers.push(() => makeCharacter(
  7582. { name: "Moody" },
  7583. {
  7584. front: {
  7585. height: math.unit(1.7, "meters"),
  7586. weight: math.unit(140, "lb"),
  7587. name: "Front",
  7588. image: {
  7589. source: "./media/characters/moody/front.svg",
  7590. extra: 3226 / 3007,
  7591. bottom: 0.087
  7592. }
  7593. },
  7594. },
  7595. [
  7596. {
  7597. name: "Micro",
  7598. height: math.unit(1, "mm")
  7599. },
  7600. {
  7601. name: "Normal",
  7602. height: math.unit(1.7, "meters"),
  7603. default: true
  7604. },
  7605. {
  7606. name: "Macro",
  7607. height: math.unit(80, "meters")
  7608. },
  7609. {
  7610. name: "Macro+",
  7611. height: math.unit(500, "meters")
  7612. },
  7613. ]
  7614. ))
  7615. characterMakers.push(() => makeCharacter(
  7616. { name: "Zyas" },
  7617. {
  7618. front: {
  7619. height: math.unit(6, "feet"),
  7620. weight: math.unit(150, "lb"),
  7621. name: "Front",
  7622. image: {
  7623. source: "./media/characters/zyas/front.svg",
  7624. extra: 1180 / 1120,
  7625. bottom: 0.045
  7626. }
  7627. },
  7628. },
  7629. [
  7630. {
  7631. name: "Normal",
  7632. height: math.unit(10, "feet"),
  7633. default: true
  7634. },
  7635. {
  7636. name: "Macro",
  7637. height: math.unit(500, "feet")
  7638. },
  7639. {
  7640. name: "Megamacro",
  7641. height: math.unit(5, "miles")
  7642. },
  7643. {
  7644. name: "Teramacro",
  7645. height: math.unit(150000, "miles")
  7646. },
  7647. ]
  7648. ))
  7649. characterMakers.push(() => makeCharacter(
  7650. { name: "Cuon" },
  7651. {
  7652. front: {
  7653. height: math.unit(6, "feet"),
  7654. weight: math.unit(150, "lb"),
  7655. name: "Front",
  7656. image: {
  7657. source: "./media/characters/cuon/front.svg",
  7658. extra: 1390 / 1320,
  7659. bottom: 0.008
  7660. }
  7661. },
  7662. },
  7663. [
  7664. {
  7665. name: "Micro",
  7666. height: math.unit(3, "inches")
  7667. },
  7668. {
  7669. name: "Normal",
  7670. height: math.unit(18 + 9 / 12, "feet"),
  7671. default: true
  7672. },
  7673. {
  7674. name: "Macro",
  7675. height: math.unit(360, "feet")
  7676. },
  7677. {
  7678. name: "Megamacro",
  7679. height: math.unit(360, "miles")
  7680. },
  7681. ]
  7682. ))
  7683. characterMakers.push(() => makeCharacter(
  7684. { name: "Nyanuxk" },
  7685. {
  7686. front: {
  7687. height: math.unit(2.4, "meters"),
  7688. weight: math.unit(70, "kg"),
  7689. name: "Front",
  7690. image: {
  7691. source: "./media/characters/nyanuxk/front.svg",
  7692. extra: 1172 / 1084,
  7693. bottom: 0.065
  7694. }
  7695. },
  7696. side: {
  7697. height: math.unit(2.4, "meters"),
  7698. weight: math.unit(70, "kg"),
  7699. name: "Side",
  7700. image: {
  7701. source: "./media/characters/nyanuxk/side.svg",
  7702. extra: 1190 / 1132,
  7703. bottom: 0.007
  7704. }
  7705. },
  7706. back: {
  7707. height: math.unit(2.4, "meters"),
  7708. weight: math.unit(70, "kg"),
  7709. name: "Back",
  7710. image: {
  7711. source: "./media/characters/nyanuxk/back.svg",
  7712. extra: 1200 / 1141,
  7713. bottom: 0.015
  7714. }
  7715. },
  7716. foot: {
  7717. height: math.unit(0.52, "meters"),
  7718. name: "Foot",
  7719. image: {
  7720. source: "./media/characters/nyanuxk/foot.svg"
  7721. }
  7722. },
  7723. },
  7724. [
  7725. {
  7726. name: "Micro",
  7727. height: math.unit(2, "cm")
  7728. },
  7729. {
  7730. name: "Normal",
  7731. height: math.unit(2.4, "meters"),
  7732. default: true
  7733. },
  7734. {
  7735. name: "Smaller Macro",
  7736. height: math.unit(120, "meters")
  7737. },
  7738. {
  7739. name: "Bigger Macro",
  7740. height: math.unit(1.2, "km")
  7741. },
  7742. {
  7743. name: "Megamacro",
  7744. height: math.unit(15, "kilometers")
  7745. },
  7746. {
  7747. name: "Gigamacro",
  7748. height: math.unit(2000, "km")
  7749. },
  7750. {
  7751. name: "Teramacro",
  7752. height: math.unit(500000, "km")
  7753. },
  7754. ]
  7755. ))
  7756. characterMakers.push(() => makeCharacter(
  7757. { name: "Ailbhe" },
  7758. {
  7759. side: {
  7760. height: math.unit(6, "feet"),
  7761. name: "Side",
  7762. image: {
  7763. source: "./media/characters/ailbhe/side.svg",
  7764. extra: 757 / 464,
  7765. bottom: 0.041
  7766. }
  7767. },
  7768. },
  7769. [
  7770. {
  7771. name: "Normal",
  7772. height: math.unit(1.07, "meters"),
  7773. default: true
  7774. },
  7775. ]
  7776. ))
  7777. characterMakers.push(() => makeCharacter(
  7778. { name: "Zevulfius" },
  7779. {
  7780. front: {
  7781. height: math.unit(6, "feet"),
  7782. weight: math.unit(120, "kg"),
  7783. name: "Front",
  7784. image: {
  7785. source: "./media/characters/zevulfius/front.svg",
  7786. extra: 965 / 903
  7787. }
  7788. },
  7789. side: {
  7790. height: math.unit(6, "feet"),
  7791. weight: math.unit(120, "kg"),
  7792. name: "Side",
  7793. image: {
  7794. source: "./media/characters/zevulfius/side.svg",
  7795. extra: 939 / 900
  7796. }
  7797. },
  7798. back: {
  7799. height: math.unit(6, "feet"),
  7800. weight: math.unit(120, "kg"),
  7801. name: "Back",
  7802. image: {
  7803. source: "./media/characters/zevulfius/back.svg",
  7804. extra: 918 / 854,
  7805. bottom: 0.005
  7806. }
  7807. },
  7808. foot: {
  7809. height: math.unit(6 / 3.72, "feet"),
  7810. name: "Foot",
  7811. image: {
  7812. source: "./media/characters/zevulfius/foot.svg"
  7813. }
  7814. },
  7815. },
  7816. [
  7817. {
  7818. name: "Macro",
  7819. height: math.unit(750, "meters")
  7820. },
  7821. {
  7822. name: "Megamacro",
  7823. height: math.unit(20, "km"),
  7824. default: true
  7825. },
  7826. {
  7827. name: "Gigamacro",
  7828. height: math.unit(2000, "km")
  7829. },
  7830. {
  7831. name: "Teramacro",
  7832. height: math.unit(250000, "km")
  7833. },
  7834. ]
  7835. ))
  7836. characterMakers.push(() => makeCharacter(
  7837. { name: "Rikes" },
  7838. {
  7839. front: {
  7840. height: math.unit(100, "feet"),
  7841. weight: math.unit(350, "kg"),
  7842. name: "Front",
  7843. image: {
  7844. source: "./media/characters/rikes/front.svg",
  7845. extra: 1565 / 1483,
  7846. bottom: 0.017
  7847. }
  7848. },
  7849. },
  7850. [
  7851. {
  7852. name: "Macro",
  7853. height: math.unit(100, "feet"),
  7854. default: true
  7855. },
  7856. ]
  7857. ))
  7858. characterMakers.push(() => makeCharacter(
  7859. { name: "Adam Silver-Mane" },
  7860. {
  7861. anthro: {
  7862. height: math.unit(8, "feet"),
  7863. weight: math.unit(120, "kg"),
  7864. name: "Anthro",
  7865. image: {
  7866. source: "./media/characters/adam-silver-mane/anthro.svg",
  7867. extra: 5743 / 5339,
  7868. bottom: 0.07
  7869. }
  7870. },
  7871. taur: {
  7872. height: math.unit(16, "feet"),
  7873. weight: math.unit(1500, "kg"),
  7874. name: "Taur",
  7875. image: {
  7876. source: "./media/characters/adam-silver-mane/taur.svg",
  7877. extra: 1713 / 1571,
  7878. bottom: 0.01
  7879. }
  7880. },
  7881. },
  7882. [
  7883. {
  7884. name: "Normal",
  7885. height: math.unit(8, "feet")
  7886. },
  7887. {
  7888. name: "Minimacro",
  7889. height: math.unit(80, "feet")
  7890. },
  7891. {
  7892. name: "Macro",
  7893. height: math.unit(800, "feet"),
  7894. default: true
  7895. },
  7896. {
  7897. name: "Megamacro",
  7898. height: math.unit(8000, "feet")
  7899. },
  7900. {
  7901. name: "Gigamacro",
  7902. height: math.unit(800, "miles")
  7903. },
  7904. {
  7905. name: "Teramacro",
  7906. height: math.unit(80000, "miles")
  7907. },
  7908. {
  7909. name: "Celestial",
  7910. height: math.unit(8e6, "miles")
  7911. },
  7912. {
  7913. name: "Star Dragon",
  7914. height: math.unit(800000, "parsecs")
  7915. },
  7916. {
  7917. name: "Godly",
  7918. height: math.unit(800, "teraparsecs")
  7919. },
  7920. ]
  7921. ))
  7922. characterMakers.push(() => makeCharacter(
  7923. { name: "Ky'owin" },
  7924. {
  7925. front: {
  7926. height: math.unit(6, "feet"),
  7927. weight: math.unit(150, "lb"),
  7928. name: "Front",
  7929. image: {
  7930. source: "./media/characters/ky'owin/front.svg",
  7931. extra: 3888 / 3068,
  7932. bottom: 0.015
  7933. }
  7934. },
  7935. },
  7936. [
  7937. {
  7938. name: "Normal",
  7939. height: math.unit(6 + 8 / 12, "feet")
  7940. },
  7941. {
  7942. name: "Large",
  7943. height: math.unit(68, "feet")
  7944. },
  7945. {
  7946. name: "Macro",
  7947. height: math.unit(132, "feet")
  7948. },
  7949. {
  7950. name: "Macro+",
  7951. height: math.unit(340, "feet")
  7952. },
  7953. {
  7954. name: "Macro++",
  7955. height: math.unit(680, "feet"),
  7956. default: true
  7957. },
  7958. {
  7959. name: "Megamacro",
  7960. height: math.unit(1, "mile")
  7961. },
  7962. {
  7963. name: "Megamacro+",
  7964. height: math.unit(10, "miles")
  7965. },
  7966. ]
  7967. ))
  7968. characterMakers.push(() => makeCharacter(
  7969. { name: "Mal" },
  7970. {
  7971. front: {
  7972. height: math.unit(4, "feet"),
  7973. weight: math.unit(50, "lb"),
  7974. name: "Front",
  7975. image: {
  7976. source: "./media/characters/mal/front.svg",
  7977. extra: 785 / 724,
  7978. bottom: 0.07
  7979. }
  7980. },
  7981. },
  7982. [
  7983. {
  7984. name: "Micro",
  7985. height: math.unit(4, "inches")
  7986. },
  7987. {
  7988. name: "Normal",
  7989. height: math.unit(4, "feet"),
  7990. default: true
  7991. },
  7992. {
  7993. name: "Macro",
  7994. height: math.unit(200, "feet")
  7995. },
  7996. ]
  7997. ))
  7998. characterMakers.push(() => makeCharacter(
  7999. { name: "Jordan Deware" },
  8000. {
  8001. front: {
  8002. height: math.unit(6, "feet"),
  8003. weight: math.unit(150, "lb"),
  8004. name: "Front",
  8005. image: {
  8006. source: "./media/characters/jordan-deware/front.svg",
  8007. extra: 1191 / 1012
  8008. }
  8009. },
  8010. },
  8011. [
  8012. {
  8013. name: "Nano",
  8014. height: math.unit(0.01, "mm")
  8015. },
  8016. {
  8017. name: "Minimicro",
  8018. height: math.unit(1, "mm")
  8019. },
  8020. {
  8021. name: "Micro",
  8022. height: math.unit(0.5, "inches")
  8023. },
  8024. {
  8025. name: "Normal",
  8026. height: math.unit(4, "feet"),
  8027. default: true
  8028. },
  8029. {
  8030. name: "Minimacro",
  8031. height: math.unit(40, "meters")
  8032. },
  8033. {
  8034. name: "Small Macro",
  8035. height: math.unit(400, "meters")
  8036. },
  8037. {
  8038. name: "Macro",
  8039. height: math.unit(4, "miles")
  8040. },
  8041. {
  8042. name: "Megamacro",
  8043. height: math.unit(40, "miles")
  8044. },
  8045. {
  8046. name: "Megamacro+",
  8047. height: math.unit(400, "miles")
  8048. },
  8049. {
  8050. name: "Gigamacro",
  8051. height: math.unit(400000, "miles")
  8052. },
  8053. ]
  8054. ))
  8055. characterMakers.push(() => makeCharacter(
  8056. { name: "Kimiko" },
  8057. {
  8058. side: {
  8059. height: math.unit(6, "feet"),
  8060. weight: math.unit(150, "lb"),
  8061. name: "Side",
  8062. image: {
  8063. source: "./media/characters/kimiko/side.svg",
  8064. extra: 600 / 358
  8065. }
  8066. },
  8067. },
  8068. [
  8069. {
  8070. name: "Normal",
  8071. height: math.unit(15, "feet"),
  8072. default: true
  8073. },
  8074. {
  8075. name: "Macro",
  8076. height: math.unit(220, "feet")
  8077. },
  8078. {
  8079. name: "Macro+",
  8080. height: math.unit(1450, "feet")
  8081. },
  8082. {
  8083. name: "Megamacro",
  8084. height: math.unit(11500, "feet")
  8085. },
  8086. {
  8087. name: "Gigamacro",
  8088. height: math.unit(9500, "miles")
  8089. },
  8090. {
  8091. name: "Teramacro",
  8092. height: math.unit(2208005005, "miles")
  8093. },
  8094. {
  8095. name: "Examacro",
  8096. height: math.unit(2750, "parsecs")
  8097. },
  8098. {
  8099. name: "Zettamacro",
  8100. height: math.unit(101500, "parsecs")
  8101. },
  8102. ]
  8103. ))
  8104. characterMakers.push(() => makeCharacter(
  8105. { name: "Andrew Sleepy" },
  8106. {
  8107. front: {
  8108. height: math.unit(6, "feet"),
  8109. weight: math.unit(70, "kg"),
  8110. name: "Front",
  8111. image: {
  8112. source: "./media/characters/andrew-sleepy/front.svg"
  8113. }
  8114. },
  8115. side: {
  8116. height: math.unit(6, "feet"),
  8117. weight: math.unit(70, "kg"),
  8118. name: "Side",
  8119. image: {
  8120. source: "./media/characters/andrew-sleepy/side.svg"
  8121. }
  8122. },
  8123. },
  8124. [
  8125. {
  8126. name: "Micro",
  8127. height: math.unit(1, "mm"),
  8128. default: true
  8129. },
  8130. ]
  8131. ))
  8132. characterMakers.push(() => makeCharacter(
  8133. { name: "Judio" },
  8134. {
  8135. front: {
  8136. height: math.unit(6, "feet"),
  8137. weight: math.unit(150, "lb"),
  8138. name: "Front",
  8139. image: {
  8140. source: "./media/characters/judio/front.svg",
  8141. extra: 1258 / 1110
  8142. }
  8143. },
  8144. },
  8145. [
  8146. {
  8147. name: "Normal",
  8148. height: math.unit(5 + 6 / 12, "feet")
  8149. },
  8150. {
  8151. name: "Macro",
  8152. height: math.unit(1000, "feet"),
  8153. default: true
  8154. },
  8155. {
  8156. name: "Megamacro",
  8157. height: math.unit(10, "miles")
  8158. },
  8159. ]
  8160. ))
  8161. characterMakers.push(() => makeCharacter(
  8162. { name: "Nomaxice" },
  8163. {
  8164. front: {
  8165. height: math.unit(6, "feet"),
  8166. weight: math.unit(68, "kg"),
  8167. name: "Front",
  8168. image: {
  8169. source: "./media/characters/nomaxice/front.svg",
  8170. extra: 1498 / 1073,
  8171. bottom: 0.075
  8172. }
  8173. },
  8174. foot: {
  8175. height: math.unit(1.1, "feet"),
  8176. name: "Foot",
  8177. image: {
  8178. source: "./media/characters/nomaxice/foot.svg"
  8179. }
  8180. },
  8181. },
  8182. [
  8183. {
  8184. name: "Micro",
  8185. height: math.unit(8, "cm")
  8186. },
  8187. {
  8188. name: "Norm",
  8189. height: math.unit(1.82, "m")
  8190. },
  8191. {
  8192. name: "Norm+",
  8193. height: math.unit(8.8, "feet")
  8194. },
  8195. {
  8196. name: "Big",
  8197. height: math.unit(8, "meters"),
  8198. default: true
  8199. },
  8200. {
  8201. name: "Macro",
  8202. height: math.unit(18, "meters")
  8203. },
  8204. {
  8205. name: "Macro+",
  8206. height: math.unit(88, "meters")
  8207. },
  8208. ]
  8209. ))
  8210. characterMakers.push(() => makeCharacter(
  8211. { name: "Dydros" },
  8212. {
  8213. front: {
  8214. height: math.unit(12, "feet"),
  8215. weight: math.unit(1.5, "tons"),
  8216. name: "Front",
  8217. image: {
  8218. source: "./media/characters/dydros/front.svg",
  8219. extra: 863 / 800,
  8220. bottom: 0.015
  8221. }
  8222. },
  8223. back: {
  8224. height: math.unit(12, "feet"),
  8225. weight: math.unit(1.5, "tons"),
  8226. name: "Back",
  8227. image: {
  8228. source: "./media/characters/dydros/back.svg",
  8229. extra: 900 / 843,
  8230. bottom: 0.005
  8231. }
  8232. },
  8233. },
  8234. [
  8235. {
  8236. name: "Normal",
  8237. height: math.unit(12, "feet"),
  8238. default: true
  8239. },
  8240. ]
  8241. ))
  8242. characterMakers.push(() => makeCharacter(
  8243. { name: "Riggi" },
  8244. {
  8245. front: {
  8246. height: math.unit(6, "feet"),
  8247. weight: math.unit(100, "kg"),
  8248. name: "Front",
  8249. image: {
  8250. source: "./media/characters/riggi/front.svg",
  8251. extra: 5787 / 5303
  8252. }
  8253. },
  8254. hyper: {
  8255. height: math.unit(6 * 5 / 3, "feet"),
  8256. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8257. name: "Hyper",
  8258. image: {
  8259. source: "./media/characters/riggi/hyper.svg",
  8260. extra: 3595 / 3485
  8261. }
  8262. },
  8263. },
  8264. [
  8265. {
  8266. name: "Small Macro",
  8267. height: math.unit(50, "feet")
  8268. },
  8269. {
  8270. name: "Default",
  8271. height: math.unit(200, "feet"),
  8272. default: true
  8273. },
  8274. {
  8275. name: "Loom",
  8276. height: math.unit(10000, "feet")
  8277. },
  8278. {
  8279. name: "Cruising Altitude",
  8280. height: math.unit(30000, "feet")
  8281. },
  8282. {
  8283. name: "Megamacro",
  8284. height: math.unit(100, "miles")
  8285. },
  8286. {
  8287. name: "Continent Sized",
  8288. height: math.unit(2800, "miles")
  8289. },
  8290. {
  8291. name: "Earth Sized",
  8292. height: math.unit(8000, "miles")
  8293. },
  8294. ]
  8295. ))
  8296. characterMakers.push(() => makeCharacter(
  8297. { name: "Alexi" },
  8298. {
  8299. front: {
  8300. height: math.unit(6, "feet"),
  8301. weight: math.unit(250, "lb"),
  8302. name: "Front",
  8303. image: {
  8304. source: "./media/characters/alexi/front.svg",
  8305. extra: 3483 / 3291,
  8306. bottom: 0.04
  8307. }
  8308. },
  8309. back: {
  8310. height: math.unit(6, "feet"),
  8311. weight: math.unit(250, "lb"),
  8312. name: "Back",
  8313. image: {
  8314. source: "./media/characters/alexi/back.svg",
  8315. extra: 3533 / 3356,
  8316. bottom: 0.021
  8317. }
  8318. },
  8319. frontTransformed: {
  8320. height: math.unit(12.5, "feet"),
  8321. weight: math.unit(4000, "lb"),
  8322. name: "Front (Transformed)",
  8323. image: {
  8324. source: "./media/characters/alexi/front-transformed.svg",
  8325. extra: 5345 / 5100,
  8326. bottom: 0.03
  8327. }
  8328. },
  8329. },
  8330. [
  8331. {
  8332. name: "Normal",
  8333. height: math.unit(3, "meters"),
  8334. default: true
  8335. },
  8336. {
  8337. name: "Minimacro",
  8338. height: math.unit(30, "meters")
  8339. },
  8340. {
  8341. name: "Macro",
  8342. height: math.unit(500, "meters")
  8343. },
  8344. {
  8345. name: "Megamacro",
  8346. height: math.unit(9000, "km")
  8347. },
  8348. {
  8349. name: "Teramacro",
  8350. height: math.unit(384000, "km")
  8351. },
  8352. ]
  8353. ))
  8354. characterMakers.push(() => makeCharacter(
  8355. { name: "Kayroo" },
  8356. {
  8357. front: {
  8358. height: math.unit(6, "feet"),
  8359. weight: math.unit(150, "lb"),
  8360. name: "Front",
  8361. image: {
  8362. source: "./media/characters/kayroo/front.svg",
  8363. extra: 1153 / 1038,
  8364. bottom: 0.06
  8365. }
  8366. },
  8367. foot: {
  8368. height: math.unit(6, "feet"),
  8369. weight: math.unit(150, "lb"),
  8370. name: "Foot",
  8371. image: {
  8372. source: "./media/characters/kayroo/foot.svg"
  8373. }
  8374. },
  8375. },
  8376. [
  8377. {
  8378. name: "Normal",
  8379. height: math.unit(8, "feet"),
  8380. default: true
  8381. },
  8382. {
  8383. name: "Minimacro",
  8384. height: math.unit(250, "feet")
  8385. },
  8386. {
  8387. name: "Macro",
  8388. height: math.unit(2800, "feet")
  8389. },
  8390. {
  8391. name: "Megamacro",
  8392. height: math.unit(5200, "feet")
  8393. },
  8394. {
  8395. name: "Gigamacro",
  8396. height: math.unit(27000, "feet")
  8397. },
  8398. {
  8399. name: "Omega",
  8400. height: math.unit(45000, "feet")
  8401. },
  8402. ]
  8403. ))
  8404. characterMakers.push(() => makeCharacter(
  8405. { name: "Rhys" },
  8406. {
  8407. front: {
  8408. height: math.unit(18, "feet"),
  8409. weight: math.unit(5800, "lb"),
  8410. name: "Front",
  8411. image: {
  8412. source: "./media/characters/rhys/front.svg",
  8413. extra: 3386 / 3090,
  8414. bottom: 0.07
  8415. }
  8416. },
  8417. },
  8418. [
  8419. {
  8420. name: "Normal",
  8421. height: math.unit(18, "feet"),
  8422. default: true
  8423. },
  8424. {
  8425. name: "Working Size",
  8426. height: math.unit(200, "feet")
  8427. },
  8428. {
  8429. name: "Demolition Size",
  8430. height: math.unit(2000, "feet")
  8431. },
  8432. {
  8433. name: "Maximum Licensed Size",
  8434. height: math.unit(5, "miles")
  8435. },
  8436. {
  8437. name: "Maximum Observed Size",
  8438. height: math.unit(10, "yottameters")
  8439. },
  8440. ]
  8441. ))
  8442. characterMakers.push(() => makeCharacter(
  8443. { name: "Toto" },
  8444. {
  8445. front: {
  8446. height: math.unit(6, "feet"),
  8447. weight: math.unit(250, "lb"),
  8448. name: "Front",
  8449. image: {
  8450. source: "./media/characters/toto/front.svg",
  8451. extra: 527 / 479,
  8452. bottom: 0.05
  8453. }
  8454. },
  8455. },
  8456. [
  8457. {
  8458. name: "Micro",
  8459. height: math.unit(3, "feet")
  8460. },
  8461. {
  8462. name: "Normal",
  8463. height: math.unit(10, "feet")
  8464. },
  8465. {
  8466. name: "Macro",
  8467. height: math.unit(150, "feet"),
  8468. default: true
  8469. },
  8470. {
  8471. name: "Megamacro",
  8472. height: math.unit(1200, "feet")
  8473. },
  8474. ]
  8475. ))
  8476. characterMakers.push(() => makeCharacter(
  8477. { name: "King" },
  8478. {
  8479. back: {
  8480. height: math.unit(6, "feet"),
  8481. weight: math.unit(150, "lb"),
  8482. name: "Back",
  8483. image: {
  8484. source: "./media/characters/king/back.svg"
  8485. }
  8486. },
  8487. },
  8488. [
  8489. {
  8490. name: "Micro",
  8491. height: math.unit(2, "inches")
  8492. },
  8493. {
  8494. name: "Normal",
  8495. height: math.unit(8, "feet")
  8496. },
  8497. {
  8498. name: "Macro",
  8499. height: math.unit(200, "feet"),
  8500. default: true
  8501. },
  8502. {
  8503. name: "Megamacro",
  8504. height: math.unit(50, "miles")
  8505. },
  8506. ]
  8507. ))
  8508. characterMakers.push(() => makeCharacter(
  8509. { name: "Cordite" },
  8510. {
  8511. anthro: {
  8512. height: math.unit(6 + 5 / 12, "feet"),
  8513. weight: math.unit(280, "lb"),
  8514. name: "Anthro",
  8515. image: {
  8516. source: "./media/characters/cordite/anthro.svg",
  8517. extra: 1986 / 1905,
  8518. bottom: 0.025
  8519. }
  8520. },
  8521. feral: {
  8522. height: math.unit(2, "feet"),
  8523. weight: math.unit(90, "lb"),
  8524. name: "Feral",
  8525. image: {
  8526. source: "./media/characters/cordite/feral.svg",
  8527. extra: 1260 / 755,
  8528. bottom: 0.05
  8529. }
  8530. },
  8531. },
  8532. [
  8533. {
  8534. name: "Normal",
  8535. height: math.unit(6 + 5 / 12, "feet"),
  8536. default: true
  8537. },
  8538. ]
  8539. ))
  8540. characterMakers.push(() => makeCharacter(
  8541. { name: "Pianostrong" },
  8542. {
  8543. front: {
  8544. height: math.unit(6, "feet"),
  8545. weight: math.unit(150, "lb"),
  8546. name: "Front",
  8547. image: {
  8548. source: "./media/characters/pianostrong/front.svg",
  8549. extra: 6577 / 6254,
  8550. bottom: 0.02
  8551. }
  8552. },
  8553. side: {
  8554. height: math.unit(6, "feet"),
  8555. weight: math.unit(150, "lb"),
  8556. name: "Side",
  8557. image: {
  8558. source: "./media/characters/pianostrong/side.svg",
  8559. extra: 6106 / 5730
  8560. }
  8561. },
  8562. back: {
  8563. height: math.unit(6, "feet"),
  8564. weight: math.unit(150, "lb"),
  8565. name: "Back",
  8566. image: {
  8567. source: "./media/characters/pianostrong/back.svg",
  8568. extra: 6085 / 5733,
  8569. bottom: 0.01
  8570. }
  8571. },
  8572. },
  8573. [
  8574. {
  8575. name: "Macro",
  8576. height: math.unit(100, "feet")
  8577. },
  8578. {
  8579. name: "Macro+",
  8580. height: math.unit(300, "feet"),
  8581. default: true
  8582. },
  8583. {
  8584. name: "Macro++",
  8585. height: math.unit(1000, "feet")
  8586. },
  8587. ]
  8588. ))
  8589. characterMakers.push(() => makeCharacter(
  8590. { name: "Kona" },
  8591. {
  8592. front: {
  8593. height: math.unit(6, "feet"),
  8594. weight: math.unit(150, "lb"),
  8595. name: "Front",
  8596. image: {
  8597. source: "./media/characters/kona/front.svg",
  8598. extra: 2960 / 2629,
  8599. bottom: 0.005
  8600. }
  8601. },
  8602. },
  8603. [
  8604. {
  8605. name: "Normal",
  8606. height: math.unit(11 + 8 / 12, "feet")
  8607. },
  8608. {
  8609. name: "Macro",
  8610. height: math.unit(850, "feet"),
  8611. default: true
  8612. },
  8613. {
  8614. name: "Macro+",
  8615. height: math.unit(1.5, "km"),
  8616. default: true
  8617. },
  8618. {
  8619. name: "Megamacro",
  8620. height: math.unit(80, "miles")
  8621. },
  8622. {
  8623. name: "Gigamacro",
  8624. height: math.unit(3500, "miles")
  8625. },
  8626. ]
  8627. ))
  8628. characterMakers.push(() => makeCharacter(
  8629. { name: "Levi" },
  8630. {
  8631. side: {
  8632. height: math.unit(1.9, "meters"),
  8633. weight: math.unit(326, "kg"),
  8634. name: "Side",
  8635. image: {
  8636. source: "./media/characters/levi/side.svg",
  8637. extra: 1704 / 1334,
  8638. bottom: 0.02
  8639. }
  8640. },
  8641. },
  8642. [
  8643. {
  8644. name: "Normal",
  8645. height: math.unit(1.9, "meters"),
  8646. default: true
  8647. },
  8648. {
  8649. name: "Macro",
  8650. height: math.unit(20, "meters")
  8651. },
  8652. {
  8653. name: "Macro+",
  8654. height: math.unit(200, "meters")
  8655. },
  8656. {
  8657. name: "Megamacro",
  8658. height: math.unit(2, "km")
  8659. },
  8660. {
  8661. name: "Megamacro+",
  8662. height: math.unit(20, "km")
  8663. },
  8664. {
  8665. name: "Gigamacro",
  8666. height: math.unit(2500, "km")
  8667. },
  8668. {
  8669. name: "Gigamacro+",
  8670. height: math.unit(120000, "km")
  8671. },
  8672. {
  8673. name: "Teramacro",
  8674. height: math.unit(7.77e6, "km")
  8675. },
  8676. ]
  8677. ))
  8678. characterMakers.push(() => makeCharacter(
  8679. { name: "BMC" },
  8680. {
  8681. front: {
  8682. height: math.unit(6 + 4 / 12, "feet"),
  8683. weight: math.unit(188, "lb"),
  8684. name: "Front",
  8685. image: {
  8686. source: "./media/characters/bmc/front.svg",
  8687. extra: 1067 / 1022,
  8688. bottom: 0.047
  8689. }
  8690. },
  8691. },
  8692. [
  8693. {
  8694. name: "Human-sized",
  8695. height: math.unit(6 + 4 / 12, "feet")
  8696. },
  8697. {
  8698. name: "Small",
  8699. height: math.unit(250, "feet")
  8700. },
  8701. {
  8702. name: "Normal",
  8703. height: math.unit(1250, "feet"),
  8704. default: true
  8705. },
  8706. {
  8707. name: "Good Day",
  8708. height: math.unit(88, "miles")
  8709. },
  8710. {
  8711. name: "Largest Measured Size",
  8712. height: math.unit(11.2e6, "lightyears")
  8713. },
  8714. ]
  8715. ))
  8716. characterMakers.push(() => makeCharacter(
  8717. { name: "Sven the Kaiju" },
  8718. {
  8719. front: {
  8720. height: math.unit(20, "feet"),
  8721. weight: math.unit(2016, "kg"),
  8722. name: "Front",
  8723. image: {
  8724. source: "./media/characters/sven-the-kaiju/front.svg",
  8725. extra: 1479 / 1449,
  8726. bottom: 0.05
  8727. }
  8728. },
  8729. },
  8730. [
  8731. {
  8732. name: "Fairy",
  8733. height: math.unit(6, "inches")
  8734. },
  8735. {
  8736. name: "Normal",
  8737. height: math.unit(20, "feet"),
  8738. default: true
  8739. },
  8740. {
  8741. name: "Rampage",
  8742. height: math.unit(200, "feet")
  8743. },
  8744. {
  8745. name: "Archfey Forest Guardian",
  8746. height: math.unit(1, "mile")
  8747. },
  8748. ]
  8749. ))
  8750. characterMakers.push(() => makeCharacter(
  8751. { name: "Marik" },
  8752. {
  8753. front: {
  8754. height: math.unit(4, "meters"),
  8755. weight: math.unit(2, "tons"),
  8756. name: "Front",
  8757. image: {
  8758. source: "./media/characters/marik/front.svg",
  8759. extra: 1057 / 1003,
  8760. bottom: 0.08
  8761. }
  8762. },
  8763. },
  8764. [
  8765. {
  8766. name: "Normal",
  8767. height: math.unit(4, "meters"),
  8768. default: true
  8769. },
  8770. {
  8771. name: "Macro",
  8772. height: math.unit(20, "meters")
  8773. },
  8774. {
  8775. name: "Megamacro",
  8776. height: math.unit(50, "km")
  8777. },
  8778. {
  8779. name: "Gigamacro",
  8780. height: math.unit(100, "km")
  8781. },
  8782. {
  8783. name: "Alpha Macro",
  8784. height: math.unit(7.88e7, "yottameters")
  8785. },
  8786. ]
  8787. ))
  8788. characterMakers.push(() => makeCharacter(
  8789. { name: "Mel" },
  8790. {
  8791. front: {
  8792. height: math.unit(6, "feet"),
  8793. weight: math.unit(110, "lb"),
  8794. name: "Front",
  8795. image: {
  8796. source: "./media/characters/mel/front.svg",
  8797. extra: 736 / 617,
  8798. bottom: 0.017
  8799. }
  8800. },
  8801. },
  8802. [
  8803. {
  8804. name: "Pico",
  8805. height: math.unit(3, "pm")
  8806. },
  8807. {
  8808. name: "Nano",
  8809. height: math.unit(3, "nm")
  8810. },
  8811. {
  8812. name: "Micro",
  8813. height: math.unit(0.3, "mm"),
  8814. default: true
  8815. },
  8816. {
  8817. name: "Micro+",
  8818. height: math.unit(3, "mm")
  8819. },
  8820. {
  8821. name: "Normal",
  8822. height: math.unit(5 + 10.5 / 12, "feet")
  8823. },
  8824. ]
  8825. ))
  8826. characterMakers.push(() => makeCharacter(
  8827. { name: "Lykonous" },
  8828. {
  8829. kaiju: {
  8830. height: math.unit(1.75, "meters"),
  8831. weight: math.unit(55, "kg"),
  8832. name: "Kaiju",
  8833. image: {
  8834. source: "./media/characters/lykonous/kaiju.svg",
  8835. extra: 1055 / 946,
  8836. bottom: 0.135
  8837. }
  8838. },
  8839. },
  8840. [
  8841. {
  8842. name: "Normal",
  8843. height: math.unit(2.5, "meters"),
  8844. default: true
  8845. },
  8846. {
  8847. name: "Kaiju Dragon",
  8848. height: math.unit(60, "meters")
  8849. },
  8850. {
  8851. name: "Mega Kaiju",
  8852. height: math.unit(120, "km")
  8853. },
  8854. {
  8855. name: "Giga Kaiju",
  8856. height: math.unit(200, "megameters")
  8857. },
  8858. {
  8859. name: "Terra Kaiju",
  8860. height: math.unit(400, "gigameters")
  8861. },
  8862. {
  8863. name: "Kaiju Dragon God",
  8864. height: math.unit(13000, "exaparsecs")
  8865. },
  8866. ]
  8867. ))
  8868. characterMakers.push(() => makeCharacter(
  8869. { name: "Blü" },
  8870. {
  8871. front: {
  8872. height: math.unit(6, "feet"),
  8873. weight: math.unit(150, "lb"),
  8874. name: "Front",
  8875. image: {
  8876. source: "./media/characters/blü/front.svg",
  8877. extra: 1883 / 1564,
  8878. bottom: 0.031
  8879. }
  8880. },
  8881. },
  8882. [
  8883. {
  8884. name: "Normal",
  8885. height: math.unit(13, "feet"),
  8886. default: true
  8887. },
  8888. {
  8889. name: "Big Boi",
  8890. height: math.unit(150, "meters")
  8891. },
  8892. {
  8893. name: "Mini Stomper",
  8894. height: math.unit(300, "meters")
  8895. },
  8896. {
  8897. name: "Macro",
  8898. height: math.unit(1000, "meters")
  8899. },
  8900. {
  8901. name: "Megamacro",
  8902. height: math.unit(11000, "meters")
  8903. },
  8904. {
  8905. name: "Gigamacro",
  8906. height: math.unit(11000, "km")
  8907. },
  8908. {
  8909. name: "Teramacro",
  8910. height: math.unit(420000, "km")
  8911. },
  8912. {
  8913. name: "Examacro",
  8914. height: math.unit(120, "parsecs")
  8915. },
  8916. {
  8917. name: "God Tho",
  8918. height: math.unit(98000000000, "parsecs")
  8919. },
  8920. ]
  8921. ))
  8922. characterMakers.push(() => makeCharacter(
  8923. { name: "Scales" },
  8924. {
  8925. taurFront: {
  8926. height: math.unit(6, "feet"),
  8927. weight: math.unit(200, "lb"),
  8928. name: "Taur (Front)",
  8929. image: {
  8930. source: "./media/characters/scales/taur-front.svg",
  8931. extra: 1,
  8932. bottom: 0.05
  8933. }
  8934. },
  8935. taurBack: {
  8936. height: math.unit(6, "feet"),
  8937. weight: math.unit(200, "lb"),
  8938. name: "Taur (Back)",
  8939. image: {
  8940. source: "./media/characters/scales/taur-back.svg",
  8941. extra: 1,
  8942. bottom: 0.08
  8943. }
  8944. },
  8945. anthro: {
  8946. height: math.unit(6 * 7 / 12, "feet"),
  8947. weight: math.unit(100, "lb"),
  8948. name: "Anthro",
  8949. image: {
  8950. source: "./media/characters/scales/anthro.svg",
  8951. extra: 1,
  8952. bottom: 0.06
  8953. }
  8954. },
  8955. },
  8956. [
  8957. {
  8958. name: "Normal",
  8959. height: math.unit(12, "feet"),
  8960. default: true
  8961. },
  8962. ]
  8963. ))
  8964. characterMakers.push(() => makeCharacter(
  8965. { name: "Koragos" },
  8966. {
  8967. front: {
  8968. height: math.unit(6, "feet"),
  8969. weight: math.unit(150, "lb"),
  8970. name: "Front",
  8971. image: {
  8972. source: "./media/characters/koragos/front.svg",
  8973. extra: 841 / 794,
  8974. bottom: 0.035
  8975. }
  8976. },
  8977. back: {
  8978. height: math.unit(6, "feet"),
  8979. weight: math.unit(150, "lb"),
  8980. name: "Back",
  8981. image: {
  8982. source: "./media/characters/koragos/back.svg",
  8983. extra: 841 / 810,
  8984. bottom: 0.022
  8985. }
  8986. },
  8987. },
  8988. [
  8989. {
  8990. name: "Normal",
  8991. height: math.unit(6 + 11 / 12, "feet"),
  8992. default: true
  8993. },
  8994. {
  8995. name: "Macro",
  8996. height: math.unit(490, "feet")
  8997. },
  8998. {
  8999. name: "Megamacro",
  9000. height: math.unit(10, "miles")
  9001. },
  9002. {
  9003. name: "Gigamacro",
  9004. height: math.unit(50, "miles")
  9005. },
  9006. ]
  9007. ))
  9008. characterMakers.push(() => makeCharacter(
  9009. { name: "Xylrem" },
  9010. {
  9011. front: {
  9012. height: math.unit(6, "feet"),
  9013. weight: math.unit(250, "lb"),
  9014. name: "Front",
  9015. image: {
  9016. source: "./media/characters/xylrem/front.svg",
  9017. extra: 3323 / 3050,
  9018. bottom: 0.065
  9019. }
  9020. },
  9021. },
  9022. [
  9023. {
  9024. name: "Micro",
  9025. height: math.unit(4, "feet")
  9026. },
  9027. {
  9028. name: "Normal",
  9029. height: math.unit(16, "feet"),
  9030. default: true
  9031. },
  9032. {
  9033. name: "Macro",
  9034. height: math.unit(2720, "feet")
  9035. },
  9036. {
  9037. name: "Megamacro",
  9038. height: math.unit(25000, "miles")
  9039. },
  9040. ]
  9041. ))
  9042. characterMakers.push(() => makeCharacter(
  9043. { name: "Ikideru" },
  9044. {
  9045. front: {
  9046. height: math.unit(8, "feet"),
  9047. weight: math.unit(250, "kg"),
  9048. name: "Front",
  9049. image: {
  9050. source: "./media/characters/ikideru/front.svg",
  9051. extra: 930 / 870,
  9052. bottom: 0.087
  9053. }
  9054. },
  9055. back: {
  9056. height: math.unit(8, "feet"),
  9057. weight: math.unit(250, "kg"),
  9058. name: "Back",
  9059. image: {
  9060. source: "./media/characters/ikideru/back.svg",
  9061. extra: 919 / 852,
  9062. bottom: 0.055
  9063. }
  9064. },
  9065. },
  9066. [
  9067. {
  9068. name: "Rare",
  9069. height: math.unit(8, "feet"),
  9070. default: true
  9071. },
  9072. {
  9073. name: "Playful Loom",
  9074. height: math.unit(80, "feet")
  9075. },
  9076. {
  9077. name: "City Leaner",
  9078. height: math.unit(230, "feet")
  9079. },
  9080. {
  9081. name: "Megamacro",
  9082. height: math.unit(2500, "feet")
  9083. },
  9084. {
  9085. name: "Gigamacro",
  9086. height: math.unit(26400, "feet")
  9087. },
  9088. {
  9089. name: "Tectonic Shifter",
  9090. height: math.unit(1.7, "megameters")
  9091. },
  9092. {
  9093. name: "Planet Carer",
  9094. height: math.unit(21, "megameters")
  9095. },
  9096. {
  9097. name: "God",
  9098. height: math.unit(11157.22, "parsecs")
  9099. },
  9100. ]
  9101. ))
  9102. characterMakers.push(() => makeCharacter(
  9103. { name: "Neo" },
  9104. {
  9105. front: {
  9106. height: math.unit(6, "feet"),
  9107. weight: math.unit(120, "lb"),
  9108. name: "Front",
  9109. image: {
  9110. source: "./media/characters/neo/front.svg"
  9111. }
  9112. },
  9113. },
  9114. [
  9115. {
  9116. name: "Micro",
  9117. height: math.unit(2, "inches"),
  9118. default: true
  9119. },
  9120. {
  9121. name: "Human Size",
  9122. height: math.unit(5 + 8 / 12, "feet")
  9123. },
  9124. ]
  9125. ))
  9126. characterMakers.push(() => makeCharacter(
  9127. { name: "Chauncey (Chantz)" },
  9128. {
  9129. front: {
  9130. height: math.unit(13 + 10 / 12, "feet"),
  9131. weight: math.unit(5320, "lb"),
  9132. name: "Front",
  9133. image: {
  9134. source: "./media/characters/chauncey-chantz/front.svg",
  9135. extra: 1587 / 1435,
  9136. bottom: 0.02
  9137. }
  9138. },
  9139. },
  9140. [
  9141. {
  9142. name: "Normal",
  9143. height: math.unit(13 + 10 / 12, "feet"),
  9144. default: true
  9145. },
  9146. {
  9147. name: "Macro",
  9148. height: math.unit(45, "feet")
  9149. },
  9150. {
  9151. name: "Megamacro",
  9152. height: math.unit(250, "miles")
  9153. },
  9154. {
  9155. name: "Planetary",
  9156. height: math.unit(10000, "miles")
  9157. },
  9158. {
  9159. name: "Galactic",
  9160. height: math.unit(40000, "parsecs")
  9161. },
  9162. {
  9163. name: "Universal",
  9164. height: math.unit(1, "yottameter")
  9165. },
  9166. ]
  9167. ))
  9168. characterMakers.push(() => makeCharacter(
  9169. { name: "Epifox" },
  9170. {
  9171. front: {
  9172. height: math.unit(6, "feet"),
  9173. weight: math.unit(150, "lb"),
  9174. name: "Front",
  9175. image: {
  9176. source: "./media/characters/epifox/front.svg",
  9177. extra: 1,
  9178. bottom: 0.075
  9179. }
  9180. },
  9181. },
  9182. [
  9183. {
  9184. name: "Micro",
  9185. height: math.unit(6, "inches")
  9186. },
  9187. {
  9188. name: "Normal",
  9189. height: math.unit(12, "feet"),
  9190. default: true
  9191. },
  9192. {
  9193. name: "Macro",
  9194. height: math.unit(3810, "feet")
  9195. },
  9196. {
  9197. name: "Megamacro",
  9198. height: math.unit(500, "miles")
  9199. },
  9200. ]
  9201. ))
  9202. characterMakers.push(() => makeCharacter(
  9203. { name: "Colin T." },
  9204. {
  9205. front: {
  9206. height: math.unit(1.8796, "m"),
  9207. weight: math.unit(230, "lb"),
  9208. name: "Front",
  9209. image: {
  9210. source: "./media/characters/colin-t/front.svg",
  9211. extra: 1272 / 1193,
  9212. bottom: 0.07
  9213. }
  9214. },
  9215. },
  9216. [
  9217. {
  9218. name: "Micro",
  9219. height: math.unit(0.571, "meters")
  9220. },
  9221. {
  9222. name: "Normal",
  9223. height: math.unit(1.8796, "meters"),
  9224. default: true
  9225. },
  9226. {
  9227. name: "Tall",
  9228. height: math.unit(4, "meters")
  9229. },
  9230. {
  9231. name: "Macro",
  9232. height: math.unit(67.241, "meters")
  9233. },
  9234. {
  9235. name: "Megamacro",
  9236. height: math.unit(371.856, "meters")
  9237. },
  9238. {
  9239. name: "Planetary",
  9240. height: math.unit(12631.5689, "km")
  9241. },
  9242. ]
  9243. ))
  9244. characterMakers.push(() => makeCharacter(
  9245. { name: "Matvei" },
  9246. {
  9247. front: {
  9248. height: math.unit(1.85, "meters"),
  9249. weight: math.unit(80, "kg"),
  9250. name: "Front",
  9251. image: {
  9252. source: "./media/characters/matvei/front.svg",
  9253. extra: 614 / 594,
  9254. bottom: 0.01
  9255. }
  9256. },
  9257. },
  9258. [
  9259. {
  9260. name: "Normal",
  9261. height: math.unit(1.85, "meters"),
  9262. default: true
  9263. },
  9264. ]
  9265. ))
  9266. characterMakers.push(() => makeCharacter(
  9267. { name: "Quincy" },
  9268. {
  9269. front: {
  9270. height: math.unit(5 + 9 / 12, "feet"),
  9271. weight: math.unit(70, "lb"),
  9272. name: "Front",
  9273. image: {
  9274. source: "./media/characters/quincy/front.svg",
  9275. extra: 3041 / 2751
  9276. }
  9277. },
  9278. back: {
  9279. height: math.unit(5 + 9 / 12, "feet"),
  9280. weight: math.unit(70, "lb"),
  9281. name: "Back",
  9282. image: {
  9283. source: "./media/characters/quincy/back.svg",
  9284. extra: 3041 / 2751
  9285. }
  9286. },
  9287. flying: {
  9288. height: math.unit(5 + 4 / 12, "feet"),
  9289. weight: math.unit(70, "lb"),
  9290. name: "Flying",
  9291. image: {
  9292. source: "./media/characters/quincy/flying.svg",
  9293. extra: 1044 / 930
  9294. }
  9295. },
  9296. },
  9297. [
  9298. {
  9299. name: "Micro",
  9300. height: math.unit(3, "cm")
  9301. },
  9302. {
  9303. name: "Normal",
  9304. height: math.unit(5 + 9 / 12, "feet")
  9305. },
  9306. {
  9307. name: "Macro",
  9308. height: math.unit(200, "meters"),
  9309. default: true
  9310. },
  9311. {
  9312. name: "Megamacro",
  9313. height: math.unit(1000, "meters")
  9314. },
  9315. ]
  9316. ))
  9317. characterMakers.push(() => makeCharacter(
  9318. { name: "Vanrel" },
  9319. {
  9320. front: {
  9321. height: math.unit(4 + 7 / 12, "feet"),
  9322. weight: math.unit(150, "lb"),
  9323. name: "Front",
  9324. image: {
  9325. source: "./media/characters/vanrel/front.svg",
  9326. extra: 1,
  9327. bottom: 0.02
  9328. }
  9329. },
  9330. elemental: {
  9331. height: math.unit(4 + 2/12, "feet"),
  9332. weight: math.unit(150, "lb"),
  9333. name: "Elemental",
  9334. image: {
  9335. source: "./media/characters/vanrel/elemental.svg"
  9336. }
  9337. },
  9338. side: {
  9339. height: math.unit(4 + 7 / 12, "feet"),
  9340. weight: math.unit(150, "lb"),
  9341. name: "Side",
  9342. image: {
  9343. source: "./media/characters/vanrel/side.svg",
  9344. extra: 1,
  9345. bottom: 0.025
  9346. }
  9347. },
  9348. tome: {
  9349. height: math.unit(1.35, "feet"),
  9350. weight: math.unit(10, "lb"),
  9351. name: "Vanrel's Tome",
  9352. rename: true,
  9353. image: {
  9354. source: "./media/characters/vanrel/tome.svg"
  9355. }
  9356. },
  9357. beans: {
  9358. height: math.unit(0.89, "feet"),
  9359. name: "Beans",
  9360. image: {
  9361. source: "./media/characters/vanrel/beans.svg"
  9362. }
  9363. },
  9364. },
  9365. [
  9366. {
  9367. name: "Normal",
  9368. height: math.unit(4 + 7 / 12, "feet"),
  9369. default: true
  9370. },
  9371. ]
  9372. ))
  9373. characterMakers.push(() => makeCharacter(
  9374. { name: "Kuiper Vanrel" },
  9375. {
  9376. front: {
  9377. height: math.unit(7 + 5 / 12, "feet"),
  9378. weight: math.unit(150, "lb"),
  9379. name: "Front",
  9380. image: {
  9381. source: "./media/characters/kuiper-vanrel/front.svg",
  9382. extra: 1118 / 1068,
  9383. bottom: 0.09
  9384. }
  9385. },
  9386. foot: {
  9387. height: math.unit(0.55, "meters"),
  9388. name: "Foot",
  9389. image: {
  9390. source: "./media/characters/kuiper-vanrel/foot.svg",
  9391. }
  9392. },
  9393. },
  9394. [
  9395. {
  9396. name: "Normal",
  9397. height: math.unit(7 + 5 / 12, "feet"),
  9398. default: true
  9399. },
  9400. ]
  9401. ))
  9402. characterMakers.push(() => makeCharacter(
  9403. { name: "Keset Vanrel" },
  9404. {
  9405. front: {
  9406. height: math.unit(8 + 5 / 12, "feet"),
  9407. weight: math.unit(150, "lb"),
  9408. name: "Front",
  9409. image: {
  9410. source: "./media/characters/keset-vanrel/front.svg",
  9411. extra: 1150 / 1084,
  9412. bottom: 0.05
  9413. }
  9414. },
  9415. hand: {
  9416. height: math.unit(0.6, "meters"),
  9417. name: "Hand",
  9418. image: {
  9419. source: "./media/characters/keset-vanrel/hand.svg"
  9420. }
  9421. },
  9422. foot: {
  9423. height: math.unit(0.94978, "meters"),
  9424. name: "Foot",
  9425. image: {
  9426. source: "./media/characters/keset-vanrel/foot.svg"
  9427. }
  9428. },
  9429. },
  9430. [
  9431. {
  9432. name: "Normal",
  9433. height: math.unit(8 + 5 / 12, "feet"),
  9434. default: true
  9435. },
  9436. ]
  9437. ))
  9438. characterMakers.push(() => makeCharacter(
  9439. { name: "Neos" },
  9440. {
  9441. front: {
  9442. height: math.unit(6, "feet"),
  9443. weight: math.unit(150, "lb"),
  9444. name: "Front",
  9445. image: {
  9446. source: "./media/characters/neos/front.svg",
  9447. extra: 1696 / 992,
  9448. bottom: 0.14
  9449. }
  9450. },
  9451. },
  9452. [
  9453. {
  9454. name: "Normal",
  9455. height: math.unit(54, "cm"),
  9456. default: true
  9457. },
  9458. {
  9459. name: "Macro",
  9460. height: math.unit(100, "m")
  9461. },
  9462. {
  9463. name: "Megamacro",
  9464. height: math.unit(10, "km")
  9465. },
  9466. {
  9467. name: "Megamacro+",
  9468. height: math.unit(100, "km")
  9469. },
  9470. {
  9471. name: "Gigamacro",
  9472. height: math.unit(100, "Mm")
  9473. },
  9474. {
  9475. name: "Teramacro",
  9476. height: math.unit(100, "Gm")
  9477. },
  9478. {
  9479. name: "Examacro",
  9480. height: math.unit(100, "Em")
  9481. },
  9482. {
  9483. name: "Godly",
  9484. height: math.unit(10000, "Ym")
  9485. },
  9486. {
  9487. name: "Beyond Godly",
  9488. height: math.unit(10000000, "Ym")
  9489. },
  9490. ]
  9491. ))
  9492. characterMakers.push(() => makeCharacter(
  9493. { name: "Sammy Mouse" },
  9494. {
  9495. feminine: {
  9496. height: math.unit(5, "feet"),
  9497. weight: math.unit(100, "lb"),
  9498. name: "Feminine",
  9499. image: {
  9500. source: "./media/characters/sammy-mouse/feminine.svg",
  9501. extra: 2526 / 2425,
  9502. bottom: 0.123
  9503. }
  9504. },
  9505. masculine: {
  9506. height: math.unit(5, "feet"),
  9507. weight: math.unit(100, "lb"),
  9508. name: "Masculine",
  9509. image: {
  9510. source: "./media/characters/sammy-mouse/masculine.svg",
  9511. extra: 2526 / 2425,
  9512. bottom: 0.123
  9513. }
  9514. },
  9515. },
  9516. [
  9517. {
  9518. name: "Micro",
  9519. height: math.unit(5, "inches")
  9520. },
  9521. {
  9522. name: "Normal",
  9523. height: math.unit(5, "feet"),
  9524. default: true
  9525. },
  9526. {
  9527. name: "Macro",
  9528. height: math.unit(60, "feet")
  9529. },
  9530. ]
  9531. ))
  9532. characterMakers.push(() => makeCharacter(
  9533. { name: "Kole" },
  9534. {
  9535. front: {
  9536. height: math.unit(4, "feet"),
  9537. weight: math.unit(50, "lb"),
  9538. name: "Front",
  9539. image: {
  9540. source: "./media/characters/kole/front.svg",
  9541. extra: 1423 / 1303,
  9542. bottom: 0.025
  9543. }
  9544. },
  9545. back: {
  9546. height: math.unit(4, "feet"),
  9547. weight: math.unit(50, "lb"),
  9548. name: "Back",
  9549. image: {
  9550. source: "./media/characters/kole/back.svg",
  9551. extra: 1426 / 1280,
  9552. bottom: 0.02
  9553. }
  9554. },
  9555. },
  9556. [
  9557. {
  9558. name: "Normal",
  9559. height: math.unit(4, "feet"),
  9560. default: true
  9561. },
  9562. ]
  9563. ))
  9564. characterMakers.push(() => makeCharacter(
  9565. { name: "Rufran" },
  9566. {
  9567. front: {
  9568. height: math.unit(2 + 6 / 12, "feet"),
  9569. weight: math.unit(20, "lb"),
  9570. name: "Front",
  9571. image: {
  9572. source: "./media/characters/rufran/front.svg",
  9573. extra: 2041 / 1839,
  9574. bottom: 0.055
  9575. }
  9576. },
  9577. back: {
  9578. height: math.unit(2 + 6 / 12, "feet"),
  9579. weight: math.unit(20, "lb"),
  9580. name: "Back",
  9581. image: {
  9582. source: "./media/characters/rufran/back.svg",
  9583. extra: 2054 / 1839,
  9584. bottom: 0.01
  9585. }
  9586. },
  9587. hand: {
  9588. height: math.unit(0.2166, "meters"),
  9589. name: "Hand",
  9590. image: {
  9591. source: "./media/characters/rufran/hand.svg"
  9592. }
  9593. },
  9594. foot: {
  9595. height: math.unit(0.185, "meters"),
  9596. name: "Foot",
  9597. image: {
  9598. source: "./media/characters/rufran/foot.svg"
  9599. }
  9600. },
  9601. },
  9602. [
  9603. {
  9604. name: "Micro",
  9605. height: math.unit(1, "inch")
  9606. },
  9607. {
  9608. name: "Normal",
  9609. height: math.unit(2 + 6 / 12, "feet"),
  9610. default: true
  9611. },
  9612. {
  9613. name: "Big",
  9614. height: math.unit(60, "feet")
  9615. },
  9616. {
  9617. name: "Macro",
  9618. height: math.unit(325, "feet")
  9619. },
  9620. ]
  9621. ))
  9622. characterMakers.push(() => makeCharacter(
  9623. { name: "Chip" },
  9624. {
  9625. front: {
  9626. height: math.unit(0.3, "meters"),
  9627. weight: math.unit(3.5, "kg"),
  9628. name: "Front",
  9629. image: {
  9630. source: "./media/characters/chip/front.svg",
  9631. extra: 748 / 674
  9632. }
  9633. },
  9634. },
  9635. [
  9636. {
  9637. name: "Micro",
  9638. height: math.unit(1, "inch"),
  9639. default: true
  9640. },
  9641. ]
  9642. ))
  9643. characterMakers.push(() => makeCharacter(
  9644. { name: "Torvid" },
  9645. {
  9646. side: {
  9647. height: math.unit(2.3, "meters"),
  9648. weight: math.unit(3500, "lb"),
  9649. name: "Side",
  9650. image: {
  9651. source: "./media/characters/torvid/side.svg",
  9652. extra: 1972 / 722,
  9653. bottom: 0.035
  9654. }
  9655. },
  9656. },
  9657. [
  9658. {
  9659. name: "Normal",
  9660. height: math.unit(2.3, "meters"),
  9661. default: true
  9662. },
  9663. ]
  9664. ))
  9665. characterMakers.push(() => makeCharacter(
  9666. { name: "Susan" },
  9667. {
  9668. front: {
  9669. height: math.unit(2, "meters"),
  9670. weight: math.unit(150.5, "kg"),
  9671. name: "Front",
  9672. image: {
  9673. source: "./media/characters/susan/front.svg",
  9674. extra: 693 / 635,
  9675. bottom: 0.05
  9676. }
  9677. },
  9678. },
  9679. [
  9680. {
  9681. name: "Megamacro",
  9682. height: math.unit(505, "miles"),
  9683. default: true
  9684. },
  9685. ]
  9686. ))
  9687. characterMakers.push(() => makeCharacter(
  9688. { name: "Raindrops" },
  9689. {
  9690. front: {
  9691. height: math.unit(6, "feet"),
  9692. weight: math.unit(150, "lb"),
  9693. name: "Front",
  9694. image: {
  9695. source: "./media/characters/raindrops/front.svg",
  9696. extra: 2655 / 2461,
  9697. bottom: 0.02
  9698. }
  9699. },
  9700. back: {
  9701. height: math.unit(6, "feet"),
  9702. weight: math.unit(150, "lb"),
  9703. name: "Back",
  9704. image: {
  9705. source: "./media/characters/raindrops/back.svg",
  9706. extra: 2574 / 2400,
  9707. bottom: 0.03
  9708. }
  9709. },
  9710. },
  9711. [
  9712. {
  9713. name: "Micro",
  9714. height: math.unit(6, "inches")
  9715. },
  9716. {
  9717. name: "Normal",
  9718. height: math.unit(6 + 2 / 12, "feet")
  9719. },
  9720. {
  9721. name: "Macro",
  9722. height: math.unit(131, "feet"),
  9723. default: true
  9724. },
  9725. {
  9726. name: "Megamacro",
  9727. height: math.unit(15, "miles")
  9728. },
  9729. {
  9730. name: "Gigamacro",
  9731. height: math.unit(4000, "miles")
  9732. },
  9733. {
  9734. name: "Teramacro",
  9735. height: math.unit(315000, "miles")
  9736. },
  9737. ]
  9738. ))
  9739. characterMakers.push(() => makeCharacter(
  9740. { name: "Tezwa" },
  9741. {
  9742. front: {
  9743. height: math.unit(2.794, "meters"),
  9744. weight: math.unit(325, "kg"),
  9745. name: "Front",
  9746. image: {
  9747. source: "./media/characters/tezwa/front.svg",
  9748. extra: 2083 / 1906,
  9749. bottom: 0.031
  9750. }
  9751. },
  9752. foot: {
  9753. height: math.unit(0.687, "meters"),
  9754. name: "Foot",
  9755. image: {
  9756. source: "./media/characters/tezwa/foot.svg"
  9757. }
  9758. },
  9759. },
  9760. [
  9761. {
  9762. name: "Normal",
  9763. height: math.unit(9 + 2 / 12, "feet"),
  9764. default: true
  9765. },
  9766. ]
  9767. ))
  9768. characterMakers.push(() => makeCharacter(
  9769. { name: "Typhus" },
  9770. {
  9771. front: {
  9772. height: math.unit(58, "feet"),
  9773. weight: math.unit(89000, "lb"),
  9774. name: "Front",
  9775. image: {
  9776. source: "./media/characters/typhus/front.svg",
  9777. extra: 816 / 800,
  9778. bottom: 0.065
  9779. }
  9780. },
  9781. },
  9782. [
  9783. {
  9784. name: "Macro",
  9785. height: math.unit(58, "feet"),
  9786. default: true
  9787. },
  9788. ]
  9789. ))
  9790. characterMakers.push(() => makeCharacter(
  9791. { name: "Lyra Von Wulf" },
  9792. {
  9793. front: {
  9794. height: math.unit(12, "feet"),
  9795. weight: math.unit(6, "tonnes"),
  9796. name: "Front",
  9797. image: {
  9798. source: "./media/characters/lyra-von-wulf/front.svg",
  9799. extra: 1,
  9800. bottom: 0.10
  9801. }
  9802. },
  9803. frontMecha: {
  9804. height: math.unit(12, "feet"),
  9805. weight: math.unit(12, "tonnes"),
  9806. name: "Front (Mecha)",
  9807. image: {
  9808. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9809. extra: 1,
  9810. bottom: 0.042
  9811. }
  9812. },
  9813. maw: {
  9814. height: math.unit(2.2, "feet"),
  9815. name: "Maw",
  9816. image: {
  9817. source: "./media/characters/lyra-von-wulf/maw.svg"
  9818. }
  9819. },
  9820. },
  9821. [
  9822. {
  9823. name: "Normal",
  9824. height: math.unit(12, "feet"),
  9825. default: true
  9826. },
  9827. {
  9828. name: "Classic",
  9829. height: math.unit(50, "feet")
  9830. },
  9831. {
  9832. name: "Macro",
  9833. height: math.unit(500, "feet")
  9834. },
  9835. {
  9836. name: "Megamacro",
  9837. height: math.unit(1, "mile")
  9838. },
  9839. {
  9840. name: "Gigamacro",
  9841. height: math.unit(400, "miles")
  9842. },
  9843. {
  9844. name: "Teramacro",
  9845. height: math.unit(22000, "miles")
  9846. },
  9847. {
  9848. name: "Solarmacro",
  9849. height: math.unit(8600000, "miles")
  9850. },
  9851. {
  9852. name: "Galactic",
  9853. height: math.unit(1057000, "lightyears")
  9854. },
  9855. ]
  9856. ))
  9857. characterMakers.push(() => makeCharacter(
  9858. { name: "Dixon" },
  9859. {
  9860. front: {
  9861. height: math.unit(6 + 10 / 12, "feet"),
  9862. weight: math.unit(150, "lb"),
  9863. name: "Front",
  9864. image: {
  9865. source: "./media/characters/dixon/front.svg",
  9866. extra: 3361 / 3209,
  9867. bottom: 0.01
  9868. }
  9869. },
  9870. },
  9871. [
  9872. {
  9873. name: "Normal",
  9874. height: math.unit(6 + 10 / 12, "feet"),
  9875. default: true
  9876. },
  9877. {
  9878. name: "Big",
  9879. height: math.unit(12, "meters")
  9880. },
  9881. {
  9882. name: "Macro",
  9883. height: math.unit(500, "meters")
  9884. },
  9885. {
  9886. name: "Megamacro",
  9887. height: math.unit(2, "km")
  9888. },
  9889. ]
  9890. ))
  9891. characterMakers.push(() => makeCharacter(
  9892. { name: "Kauko" },
  9893. {
  9894. front: {
  9895. height: math.unit(185, "cm"),
  9896. weight: math.unit(68, "kg"),
  9897. name: "Front",
  9898. image: {
  9899. source: "./media/characters/kauko/front.svg",
  9900. extra: 1455 / 1421,
  9901. bottom: 0.03
  9902. }
  9903. },
  9904. back: {
  9905. height: math.unit(185, "cm"),
  9906. weight: math.unit(68, "kg"),
  9907. name: "Back",
  9908. image: {
  9909. source: "./media/characters/kauko/back.svg",
  9910. extra: 1455 / 1421,
  9911. bottom: 0.004
  9912. }
  9913. },
  9914. },
  9915. [
  9916. {
  9917. name: "Normal",
  9918. height: math.unit(185, "cm"),
  9919. default: true
  9920. },
  9921. ]
  9922. ))
  9923. characterMakers.push(() => makeCharacter(
  9924. { name: "Varg" },
  9925. {
  9926. front: {
  9927. height: math.unit(6, "feet"),
  9928. weight: math.unit(150, "kg"),
  9929. name: "Front",
  9930. image: {
  9931. source: "./media/characters/varg/front.svg",
  9932. extra: 1108 / 1018,
  9933. bottom: 0.0375
  9934. }
  9935. },
  9936. },
  9937. [
  9938. {
  9939. name: "Normal",
  9940. height: math.unit(5, "meters")
  9941. },
  9942. {
  9943. name: "Macro",
  9944. height: math.unit(200, "meters")
  9945. },
  9946. {
  9947. name: "Megamacro",
  9948. height: math.unit(20, "kilometers")
  9949. },
  9950. {
  9951. name: "True Size",
  9952. height: math.unit(211, "km"),
  9953. default: true
  9954. },
  9955. {
  9956. name: "Gigamacro",
  9957. height: math.unit(1000, "km")
  9958. },
  9959. {
  9960. name: "Gigamacro+",
  9961. height: math.unit(8000, "km")
  9962. },
  9963. {
  9964. name: "Teramacro",
  9965. height: math.unit(1000000, "km")
  9966. },
  9967. ]
  9968. ))
  9969. characterMakers.push(() => makeCharacter(
  9970. { name: "Dayza" },
  9971. {
  9972. front: {
  9973. height: math.unit(7 + 7 / 12, "feet"),
  9974. weight: math.unit(267, "lb"),
  9975. name: "Front",
  9976. image: {
  9977. source: "./media/characters/dayza/front.svg",
  9978. extra: 1262 / 1200,
  9979. bottom: 0.035
  9980. }
  9981. },
  9982. side: {
  9983. height: math.unit(7 + 7 / 12, "feet"),
  9984. weight: math.unit(267, "lb"),
  9985. name: "Side",
  9986. image: {
  9987. source: "./media/characters/dayza/side.svg",
  9988. extra: 1295 / 1245,
  9989. bottom: 0.05
  9990. }
  9991. },
  9992. back: {
  9993. height: math.unit(7 + 7 / 12, "feet"),
  9994. weight: math.unit(267, "lb"),
  9995. name: "Back",
  9996. image: {
  9997. source: "./media/characters/dayza/back.svg",
  9998. extra: 1241 / 1170
  9999. }
  10000. },
  10001. },
  10002. [
  10003. {
  10004. name: "Normal",
  10005. height: math.unit(7 + 7 / 12, "feet"),
  10006. default: true
  10007. },
  10008. {
  10009. name: "Macro",
  10010. height: math.unit(155, "feet")
  10011. },
  10012. ]
  10013. ))
  10014. characterMakers.push(() => makeCharacter(
  10015. { name: "Xanthos" },
  10016. {
  10017. front: {
  10018. height: math.unit(6 + 5 / 12, "feet"),
  10019. weight: math.unit(160, "lb"),
  10020. name: "Front",
  10021. image: {
  10022. source: "./media/characters/xanthos/front.svg",
  10023. extra: 1,
  10024. bottom: 0.04
  10025. }
  10026. },
  10027. back: {
  10028. height: math.unit(6 + 5 / 12, "feet"),
  10029. weight: math.unit(160, "lb"),
  10030. name: "Back",
  10031. image: {
  10032. source: "./media/characters/xanthos/back.svg",
  10033. extra: 1,
  10034. bottom: 0.03
  10035. }
  10036. },
  10037. hand: {
  10038. height: math.unit(0.928, "feet"),
  10039. name: "Hand",
  10040. image: {
  10041. source: "./media/characters/xanthos/hand.svg"
  10042. }
  10043. },
  10044. foot: {
  10045. height: math.unit(1.286, "feet"),
  10046. name: "Foot",
  10047. image: {
  10048. source: "./media/characters/xanthos/foot.svg"
  10049. }
  10050. },
  10051. },
  10052. [
  10053. {
  10054. name: "Normal",
  10055. height: math.unit(6 + 5 / 12, "feet"),
  10056. default: true
  10057. },
  10058. {
  10059. name: "Normal+",
  10060. height: math.unit(6, "meters")
  10061. },
  10062. {
  10063. name: "Macro",
  10064. height: math.unit(40, "feet")
  10065. },
  10066. {
  10067. name: "Macro+",
  10068. height: math.unit(200, "meters")
  10069. },
  10070. {
  10071. name: "Megamacro",
  10072. height: math.unit(20, "km")
  10073. },
  10074. {
  10075. name: "Megamacro+",
  10076. height: math.unit(100, "km")
  10077. },
  10078. ]
  10079. ))
  10080. characterMakers.push(() => makeCharacter(
  10081. { name: "Grynn" },
  10082. {
  10083. front: {
  10084. height: math.unit(6 + 3 / 12, "feet"),
  10085. weight: math.unit(215, "lb"),
  10086. name: "Front",
  10087. image: {
  10088. source: "./media/characters/grynn/front.svg",
  10089. extra: 4627 / 4209,
  10090. bottom: 0.047
  10091. }
  10092. },
  10093. },
  10094. [
  10095. {
  10096. name: "Micro",
  10097. height: math.unit(6, "inches")
  10098. },
  10099. {
  10100. name: "Normal",
  10101. height: math.unit(6 + 3 / 12, "feet"),
  10102. default: true
  10103. },
  10104. {
  10105. name: "Big",
  10106. height: math.unit(104, "feet")
  10107. },
  10108. {
  10109. name: "Macro",
  10110. height: math.unit(944, "feet")
  10111. },
  10112. {
  10113. name: "Macro+",
  10114. height: math.unit(9480, "feet")
  10115. },
  10116. {
  10117. name: "Megamacro",
  10118. height: math.unit(78752, "feet")
  10119. },
  10120. {
  10121. name: "Megamacro+",
  10122. height: math.unit(630128, "feet")
  10123. },
  10124. {
  10125. name: "Megamacro++",
  10126. height: math.unit(3150695, "feet")
  10127. },
  10128. ]
  10129. ))
  10130. characterMakers.push(() => makeCharacter(
  10131. { name: "Mocha Aura" },
  10132. {
  10133. front: {
  10134. height: math.unit(7 + 5 / 12, "feet"),
  10135. weight: math.unit(450, "lb"),
  10136. name: "Front",
  10137. image: {
  10138. source: "./media/characters/mocha-aura/front.svg",
  10139. extra: 1907 / 1817,
  10140. bottom: 0.04
  10141. }
  10142. },
  10143. back: {
  10144. height: math.unit(7 + 5 / 12, "feet"),
  10145. weight: math.unit(450, "lb"),
  10146. name: "Back",
  10147. image: {
  10148. source: "./media/characters/mocha-aura/back.svg",
  10149. extra: 1900 / 1825,
  10150. bottom: 0.045
  10151. }
  10152. },
  10153. },
  10154. [
  10155. {
  10156. name: "Nano",
  10157. height: math.unit(1, "nm")
  10158. },
  10159. {
  10160. name: "Megamicro",
  10161. height: math.unit(1, "mm")
  10162. },
  10163. {
  10164. name: "Micro",
  10165. height: math.unit(3, "inches")
  10166. },
  10167. {
  10168. name: "Normal",
  10169. height: math.unit(7 + 5 / 12, "feet"),
  10170. default: true
  10171. },
  10172. {
  10173. name: "Macro",
  10174. height: math.unit(30, "feet")
  10175. },
  10176. {
  10177. name: "Megamacro",
  10178. height: math.unit(3500, "feet")
  10179. },
  10180. {
  10181. name: "Teramacro",
  10182. height: math.unit(500000, "miles")
  10183. },
  10184. {
  10185. name: "Petamacro",
  10186. height: math.unit(50000000000000000, "parsecs")
  10187. },
  10188. ]
  10189. ))
  10190. characterMakers.push(() => makeCharacter(
  10191. { name: "Ilisha Devya" },
  10192. {
  10193. front: {
  10194. height: math.unit(6, "feet"),
  10195. weight: math.unit(150, "lb"),
  10196. name: "Front",
  10197. image: {
  10198. source: "./media/characters/ilisha-devya/front.svg",
  10199. extra: 1,
  10200. bottom: 0.175
  10201. }
  10202. },
  10203. back: {
  10204. height: math.unit(6, "feet"),
  10205. weight: math.unit(150, "lb"),
  10206. name: "Back",
  10207. image: {
  10208. source: "./media/characters/ilisha-devya/back.svg",
  10209. extra: 1,
  10210. bottom: 0.015
  10211. }
  10212. },
  10213. },
  10214. [
  10215. {
  10216. name: "Macro",
  10217. height: math.unit(500, "feet"),
  10218. default: true
  10219. },
  10220. {
  10221. name: "Megamacro",
  10222. height: math.unit(10, "miles")
  10223. },
  10224. {
  10225. name: "Gigamacro",
  10226. height: math.unit(100000, "miles")
  10227. },
  10228. {
  10229. name: "Examacro",
  10230. height: math.unit(1e9, "lightyears")
  10231. },
  10232. {
  10233. name: "Omniversal",
  10234. height: math.unit(1e33, "lightyears")
  10235. },
  10236. {
  10237. name: "Beyond Infinite",
  10238. height: math.unit(1e100, "lightyears")
  10239. },
  10240. ]
  10241. ))
  10242. characterMakers.push(() => makeCharacter(
  10243. { name: "Mira" },
  10244. {
  10245. Side: {
  10246. height: math.unit(6, "feet"),
  10247. weight: math.unit(150, "lb"),
  10248. name: "Side",
  10249. image: {
  10250. source: "./media/characters/mira/side.svg",
  10251. extra: 900 / 799,
  10252. bottom: 0.02
  10253. }
  10254. },
  10255. },
  10256. [
  10257. {
  10258. name: "Human Size",
  10259. height: math.unit(6, "feet")
  10260. },
  10261. {
  10262. name: "Macro",
  10263. height: math.unit(100, "feet"),
  10264. default: true
  10265. },
  10266. {
  10267. name: "Megamacro",
  10268. height: math.unit(10, "miles")
  10269. },
  10270. {
  10271. name: "Gigamacro",
  10272. height: math.unit(25000, "miles")
  10273. },
  10274. {
  10275. name: "Teramacro",
  10276. height: math.unit(300, "AU")
  10277. },
  10278. {
  10279. name: "Full Size",
  10280. height: math.unit(4.5e10, "lightyears")
  10281. },
  10282. ]
  10283. ))
  10284. characterMakers.push(() => makeCharacter(
  10285. { name: "Holly" },
  10286. {
  10287. front: {
  10288. height: math.unit(6, "feet"),
  10289. weight: math.unit(150, "lb"),
  10290. name: "Front",
  10291. image: {
  10292. source: "./media/characters/holly/front.svg",
  10293. extra: 639 / 606
  10294. }
  10295. },
  10296. back: {
  10297. height: math.unit(6, "feet"),
  10298. weight: math.unit(150, "lb"),
  10299. name: "Back",
  10300. image: {
  10301. source: "./media/characters/holly/back.svg",
  10302. extra: 623 / 598
  10303. }
  10304. },
  10305. frontWorking: {
  10306. height: math.unit(6, "feet"),
  10307. weight: math.unit(150, "lb"),
  10308. name: "Front (Working)",
  10309. image: {
  10310. source: "./media/characters/holly/front-working.svg",
  10311. extra: 607 / 577,
  10312. bottom: 0.048
  10313. }
  10314. },
  10315. },
  10316. [
  10317. {
  10318. name: "Normal",
  10319. height: math.unit(12 + 3 / 12, "feet"),
  10320. default: true
  10321. },
  10322. ]
  10323. ))
  10324. characterMakers.push(() => makeCharacter(
  10325. { name: "Porter" },
  10326. {
  10327. front: {
  10328. height: math.unit(6, "feet"),
  10329. weight: math.unit(150, "lb"),
  10330. name: "Front",
  10331. image: {
  10332. source: "./media/characters/porter/front.svg",
  10333. extra: 1,
  10334. bottom: 0.01
  10335. }
  10336. },
  10337. frontRobes: {
  10338. height: math.unit(6, "feet"),
  10339. weight: math.unit(150, "lb"),
  10340. name: "Front (Robes)",
  10341. image: {
  10342. source: "./media/characters/porter/front-robes.svg",
  10343. extra: 1.01,
  10344. bottom: 0.01
  10345. }
  10346. },
  10347. },
  10348. [
  10349. {
  10350. name: "Normal",
  10351. height: math.unit(11 + 9 / 12, "feet"),
  10352. default: true
  10353. },
  10354. ]
  10355. ))
  10356. characterMakers.push(() => makeCharacter(
  10357. { name: "Lucy" },
  10358. {
  10359. legendary: {
  10360. height: math.unit(6, "feet"),
  10361. weight: math.unit(150, "lb"),
  10362. name: "Legendary",
  10363. image: {
  10364. source: "./media/characters/lucy/legendary.svg",
  10365. extra: 1355 / 1100,
  10366. bottom: 0.045
  10367. }
  10368. },
  10369. },
  10370. [
  10371. {
  10372. name: "Legendary",
  10373. height: math.unit(86882 * 2, "miles"),
  10374. default: true
  10375. },
  10376. ]
  10377. ))
  10378. characterMakers.push(() => makeCharacter(
  10379. { name: "Drusilla" },
  10380. {
  10381. front: {
  10382. height: math.unit(6, "feet"),
  10383. weight: math.unit(150, "lb"),
  10384. name: "Front",
  10385. image: {
  10386. source: "./media/characters/drusilla/front.svg",
  10387. extra: 678 / 635,
  10388. bottom: 0.03
  10389. }
  10390. },
  10391. back: {
  10392. height: math.unit(6, "feet"),
  10393. weight: math.unit(150, "lb"),
  10394. name: "Back",
  10395. image: {
  10396. source: "./media/characters/drusilla/back.svg",
  10397. extra: 678 / 635,
  10398. bottom: 0.005
  10399. }
  10400. },
  10401. },
  10402. [
  10403. {
  10404. name: "Macro",
  10405. height: math.unit(100, "feet")
  10406. },
  10407. {
  10408. name: "Canon Height",
  10409. height: math.unit(2000, "feet"),
  10410. default: true
  10411. },
  10412. ]
  10413. ))
  10414. characterMakers.push(() => makeCharacter(
  10415. { name: "Renard Thatch" },
  10416. {
  10417. front: {
  10418. height: math.unit(6, "feet"),
  10419. weight: math.unit(180, "lb"),
  10420. name: "Front",
  10421. image: {
  10422. source: "./media/characters/renard-thatch/front.svg",
  10423. extra: 2411 / 2275,
  10424. bottom: 0.01
  10425. }
  10426. },
  10427. frontPosing: {
  10428. height: math.unit(6, "feet"),
  10429. weight: math.unit(180, "lb"),
  10430. name: "Front (Posing)",
  10431. image: {
  10432. source: "./media/characters/renard-thatch/front-posing.svg",
  10433. extra: 2381 / 2261,
  10434. bottom: 0.01
  10435. }
  10436. },
  10437. back: {
  10438. height: math.unit(6, "feet"),
  10439. weight: math.unit(180, "lb"),
  10440. name: "Back",
  10441. image: {
  10442. source: "./media/characters/renard-thatch/back.svg",
  10443. extra: 2428 / 2288
  10444. }
  10445. },
  10446. },
  10447. [
  10448. {
  10449. name: "Micro",
  10450. height: math.unit(3, "inches")
  10451. },
  10452. {
  10453. name: "Default",
  10454. height: math.unit(6, "feet"),
  10455. default: true
  10456. },
  10457. {
  10458. name: "Macro",
  10459. height: math.unit(75, "feet")
  10460. },
  10461. ]
  10462. ))
  10463. characterMakers.push(() => makeCharacter(
  10464. { name: "Sekvra" },
  10465. {
  10466. front: {
  10467. height: math.unit(1450, "feet"),
  10468. weight: math.unit(1.21e6, "tons"),
  10469. name: "Front",
  10470. image: {
  10471. source: "./media/characters/sekvra/front.svg",
  10472. extra: 1,
  10473. bottom: 0.03
  10474. }
  10475. },
  10476. frontClothed: {
  10477. height: math.unit(1450, "feet"),
  10478. weight: math.unit(1.21e6, "tons"),
  10479. name: "Front (Clothed)",
  10480. image: {
  10481. source: "./media/characters/sekvra/front-clothed.svg",
  10482. extra: 1,
  10483. bottom: 0.03
  10484. }
  10485. },
  10486. side: {
  10487. height: math.unit(1450, "feet"),
  10488. weight: math.unit(1.21e6, "tons"),
  10489. name: "Side",
  10490. image: {
  10491. source: "./media/characters/sekvra/side.svg",
  10492. extra: 1,
  10493. bottom: 0.025
  10494. }
  10495. },
  10496. back: {
  10497. height: math.unit(1450, "feet"),
  10498. weight: math.unit(1.21e6, "tons"),
  10499. name: "Back",
  10500. image: {
  10501. source: "./media/characters/sekvra/back.svg",
  10502. extra: 1,
  10503. bottom: 0.005
  10504. }
  10505. },
  10506. },
  10507. [
  10508. {
  10509. name: "Macro",
  10510. height: math.unit(1450, "feet"),
  10511. default: true
  10512. },
  10513. {
  10514. name: "Megamacro",
  10515. height: math.unit(15000, "feet")
  10516. },
  10517. ]
  10518. ))
  10519. characterMakers.push(() => makeCharacter(
  10520. { name: "Carmine" },
  10521. {
  10522. front: {
  10523. height: math.unit(6, "feet"),
  10524. weight: math.unit(150, "lb"),
  10525. name: "Front",
  10526. image: {
  10527. source: "./media/characters/carmine/front.svg",
  10528. extra: 1,
  10529. bottom: 0.035
  10530. }
  10531. },
  10532. frontArmor: {
  10533. height: math.unit(6, "feet"),
  10534. weight: math.unit(150, "lb"),
  10535. name: "Front (Armor)",
  10536. image: {
  10537. source: "./media/characters/carmine/front-armor.svg",
  10538. extra: 1,
  10539. bottom: 0.035
  10540. }
  10541. },
  10542. },
  10543. [
  10544. {
  10545. name: "Large",
  10546. height: math.unit(1, "mile")
  10547. },
  10548. {
  10549. name: "Huge",
  10550. height: math.unit(40, "miles"),
  10551. default: true
  10552. },
  10553. {
  10554. name: "Colossal",
  10555. height: math.unit(2500, "miles")
  10556. },
  10557. ]
  10558. ))
  10559. characterMakers.push(() => makeCharacter(
  10560. { name: "Elyssia" },
  10561. {
  10562. front: {
  10563. height: math.unit(6, "feet"),
  10564. weight: math.unit(150, "lb"),
  10565. name: "Front",
  10566. image: {
  10567. source: "./media/characters/elyssia/front.svg",
  10568. extra: 2201 / 2035,
  10569. bottom: 0.05
  10570. }
  10571. },
  10572. frontClothed: {
  10573. height: math.unit(6, "feet"),
  10574. weight: math.unit(150, "lb"),
  10575. name: "Front (Clothed)",
  10576. image: {
  10577. source: "./media/characters/elyssia/front-clothed.svg",
  10578. extra: 2201 / 2035,
  10579. bottom: 0.05
  10580. }
  10581. },
  10582. back: {
  10583. height: math.unit(6, "feet"),
  10584. weight: math.unit(150, "lb"),
  10585. name: "Back",
  10586. image: {
  10587. source: "./media/characters/elyssia/back.svg",
  10588. extra: 2201 / 2035,
  10589. bottom: 0.013
  10590. }
  10591. },
  10592. },
  10593. [
  10594. {
  10595. name: "Smaller",
  10596. height: math.unit(150, "feet")
  10597. },
  10598. {
  10599. name: "Standard",
  10600. height: math.unit(1400, "feet"),
  10601. default: true
  10602. },
  10603. {
  10604. name: "Distracted",
  10605. height: math.unit(15000, "feet")
  10606. },
  10607. ]
  10608. ))
  10609. characterMakers.push(() => makeCharacter(
  10610. { name: "Geno Maxwell" },
  10611. {
  10612. front: {
  10613. height: math.unit(7 + 4 / 12, "feet"),
  10614. weight: math.unit(500, "lb"),
  10615. name: "Front",
  10616. image: {
  10617. source: "./media/characters/geno-maxwell/front.svg",
  10618. extra: 2207 / 2040,
  10619. bottom: 0.015
  10620. }
  10621. },
  10622. },
  10623. [
  10624. {
  10625. name: "Micro",
  10626. height: math.unit(3, "inches")
  10627. },
  10628. {
  10629. name: "Normal",
  10630. height: math.unit(7 + 4 / 12, "feet"),
  10631. default: true
  10632. },
  10633. {
  10634. name: "Macro",
  10635. height: math.unit(220, "feet")
  10636. },
  10637. {
  10638. name: "Megamacro",
  10639. height: math.unit(11, "miles")
  10640. },
  10641. ]
  10642. ))
  10643. characterMakers.push(() => makeCharacter(
  10644. { name: "Regena Maxwell" },
  10645. {
  10646. front: {
  10647. height: math.unit(7 + 4 / 12, "feet"),
  10648. weight: math.unit(500, "lb"),
  10649. name: "Front",
  10650. image: {
  10651. source: "./media/characters/regena-maxwell/front.svg",
  10652. extra: 3115 / 2770,
  10653. bottom: 0.02
  10654. }
  10655. },
  10656. },
  10657. [
  10658. {
  10659. name: "Normal",
  10660. height: math.unit(7 + 4 / 12, "feet"),
  10661. default: true
  10662. },
  10663. {
  10664. name: "Macro",
  10665. height: math.unit(220, "feet")
  10666. },
  10667. {
  10668. name: "Megamacro",
  10669. height: math.unit(11, "miles")
  10670. },
  10671. ]
  10672. ))
  10673. characterMakers.push(() => makeCharacter(
  10674. { name: "XGlidingDragonX" },
  10675. {
  10676. front: {
  10677. height: math.unit(6, "feet"),
  10678. weight: math.unit(150, "lb"),
  10679. name: "Front",
  10680. image: {
  10681. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10682. extra: 860 / 690,
  10683. bottom: 0.03
  10684. }
  10685. },
  10686. },
  10687. [
  10688. {
  10689. name: "Normal",
  10690. height: math.unit(1.7, "meters"),
  10691. default: true
  10692. },
  10693. ]
  10694. ))
  10695. characterMakers.push(() => makeCharacter(
  10696. { name: "Quilly" },
  10697. {
  10698. front: {
  10699. height: math.unit(6, "feet"),
  10700. weight: math.unit(150, "lb"),
  10701. name: "Front",
  10702. image: {
  10703. source: "./media/characters/quilly/front.svg",
  10704. extra: 890 / 776
  10705. }
  10706. },
  10707. },
  10708. [
  10709. {
  10710. name: "Gigamacro",
  10711. height: math.unit(404090, "miles"),
  10712. default: true
  10713. },
  10714. ]
  10715. ))
  10716. characterMakers.push(() => makeCharacter(
  10717. { name: "Tempest" },
  10718. {
  10719. front: {
  10720. height: math.unit(7 + 8 / 12, "feet"),
  10721. weight: math.unit(350, "lb"),
  10722. name: "Front",
  10723. image: {
  10724. source: "./media/characters/tempest/front.svg",
  10725. extra: 1175 / 1086,
  10726. bottom: 0.02
  10727. }
  10728. },
  10729. },
  10730. [
  10731. {
  10732. name: "Normal",
  10733. height: math.unit(7 + 8 / 12, "feet"),
  10734. default: true
  10735. },
  10736. ]
  10737. ))
  10738. characterMakers.push(() => makeCharacter(
  10739. { name: "Rodger" },
  10740. {
  10741. side: {
  10742. height: math.unit(4 + 5 / 12, "feet"),
  10743. weight: math.unit(80, "lb"),
  10744. name: "Side",
  10745. image: {
  10746. source: "./media/characters/rodger/side.svg",
  10747. extra: 1235 / 1118
  10748. }
  10749. },
  10750. },
  10751. [
  10752. {
  10753. name: "Micro",
  10754. height: math.unit(1, "inch")
  10755. },
  10756. {
  10757. name: "Normal",
  10758. height: math.unit(4 + 5 / 12, "feet"),
  10759. default: true
  10760. },
  10761. {
  10762. name: "Macro",
  10763. height: math.unit(120, "feet")
  10764. },
  10765. ]
  10766. ))
  10767. characterMakers.push(() => makeCharacter(
  10768. { name: "Danyel" },
  10769. {
  10770. front: {
  10771. height: math.unit(6, "feet"),
  10772. weight: math.unit(150, "lb"),
  10773. name: "Front",
  10774. image: {
  10775. source: "./media/characters/danyel/front.svg",
  10776. extra: 1185 / 1123,
  10777. bottom: 0.05
  10778. }
  10779. },
  10780. },
  10781. [
  10782. {
  10783. name: "Shrunken",
  10784. height: math.unit(0.5, "mm")
  10785. },
  10786. {
  10787. name: "Micro",
  10788. height: math.unit(1, "mm"),
  10789. default: true
  10790. },
  10791. {
  10792. name: "Upsized",
  10793. height: math.unit(5 + 5 / 12, "feet")
  10794. },
  10795. ]
  10796. ))
  10797. characterMakers.push(() => makeCharacter(
  10798. { name: "Vivian Bijoux" },
  10799. {
  10800. front: {
  10801. height: math.unit(5 + 6 / 12, "feet"),
  10802. weight: math.unit(200, "lb"),
  10803. name: "Front",
  10804. image: {
  10805. source: "./media/characters/vivian-bijoux/front.svg",
  10806. extra: 1,
  10807. bottom: 0.072
  10808. }
  10809. },
  10810. },
  10811. [
  10812. {
  10813. name: "Normal",
  10814. height: math.unit(5 + 6 / 12, "feet"),
  10815. default: true
  10816. },
  10817. {
  10818. name: "Bad Dream",
  10819. height: math.unit(500, "feet")
  10820. },
  10821. {
  10822. name: "Nightmare",
  10823. height: math.unit(500, "miles")
  10824. },
  10825. ]
  10826. ))
  10827. characterMakers.push(() => makeCharacter(
  10828. { name: "Zeta" },
  10829. {
  10830. front: {
  10831. height: math.unit(6 + 1 / 12, "feet"),
  10832. weight: math.unit(260, "lb"),
  10833. name: "Front",
  10834. image: {
  10835. source: "./media/characters/zeta/front.svg",
  10836. extra: 1968 / 1889,
  10837. bottom: 0.06
  10838. }
  10839. },
  10840. back: {
  10841. height: math.unit(6 + 1 / 12, "feet"),
  10842. weight: math.unit(260, "lb"),
  10843. name: "Back",
  10844. image: {
  10845. source: "./media/characters/zeta/back.svg",
  10846. extra: 1944 / 1858,
  10847. bottom: 0.03
  10848. }
  10849. },
  10850. hand: {
  10851. height: math.unit(1.112, "feet"),
  10852. name: "Hand",
  10853. image: {
  10854. source: "./media/characters/zeta/hand.svg"
  10855. }
  10856. },
  10857. foot: {
  10858. height: math.unit(1.48, "feet"),
  10859. name: "Foot",
  10860. image: {
  10861. source: "./media/characters/zeta/foot.svg"
  10862. }
  10863. },
  10864. },
  10865. [
  10866. {
  10867. name: "Micro",
  10868. height: math.unit(6, "inches")
  10869. },
  10870. {
  10871. name: "Normal",
  10872. height: math.unit(6 + 1 / 12, "feet"),
  10873. default: true
  10874. },
  10875. {
  10876. name: "Macro",
  10877. height: math.unit(20, "feet")
  10878. },
  10879. ]
  10880. ))
  10881. characterMakers.push(() => makeCharacter(
  10882. { name: "Jamie Larsen" },
  10883. {
  10884. front: {
  10885. height: math.unit(6, "feet"),
  10886. weight: math.unit(150, "lb"),
  10887. name: "Front",
  10888. image: {
  10889. source: "./media/characters/jamie-larsen/front.svg",
  10890. extra: 962 / 933,
  10891. bottom: 0.02
  10892. }
  10893. },
  10894. back: {
  10895. height: math.unit(6, "feet"),
  10896. weight: math.unit(150, "lb"),
  10897. name: "Back",
  10898. image: {
  10899. source: "./media/characters/jamie-larsen/back.svg",
  10900. extra: 997 / 946
  10901. }
  10902. },
  10903. },
  10904. [
  10905. {
  10906. name: "Macro",
  10907. height: math.unit(28 + 7 / 12, "feet"),
  10908. default: true
  10909. },
  10910. {
  10911. name: "Macro+",
  10912. height: math.unit(180, "feet")
  10913. },
  10914. {
  10915. name: "Megamacro",
  10916. height: math.unit(10, "miles")
  10917. },
  10918. {
  10919. name: "Gigamacro",
  10920. height: math.unit(200000, "miles")
  10921. },
  10922. ]
  10923. ))
  10924. characterMakers.push(() => makeCharacter(
  10925. { name: "Vance" },
  10926. {
  10927. front: {
  10928. height: math.unit(6, "feet"),
  10929. weight: math.unit(120, "lb"),
  10930. name: "Front",
  10931. image: {
  10932. source: "./media/characters/vance/front.svg",
  10933. extra: 1980 / 1890,
  10934. bottom: 0.09
  10935. }
  10936. },
  10937. back: {
  10938. height: math.unit(6, "feet"),
  10939. weight: math.unit(120, "lb"),
  10940. name: "Back",
  10941. image: {
  10942. source: "./media/characters/vance/back.svg",
  10943. extra: 2081 / 1994,
  10944. bottom: 0.014
  10945. }
  10946. },
  10947. hand: {
  10948. height: math.unit(0.88, "feet"),
  10949. name: "Hand",
  10950. image: {
  10951. source: "./media/characters/vance/hand.svg"
  10952. }
  10953. },
  10954. foot: {
  10955. height: math.unit(0.64, "feet"),
  10956. name: "Foot",
  10957. image: {
  10958. source: "./media/characters/vance/foot.svg"
  10959. }
  10960. },
  10961. },
  10962. [
  10963. {
  10964. name: "Small",
  10965. height: math.unit(90, "feet"),
  10966. default: true
  10967. },
  10968. {
  10969. name: "Macro",
  10970. height: math.unit(100, "meters")
  10971. },
  10972. {
  10973. name: "Megamacro",
  10974. height: math.unit(15, "miles")
  10975. },
  10976. ]
  10977. ))
  10978. characterMakers.push(() => makeCharacter(
  10979. { name: "Xochitl" },
  10980. {
  10981. front: {
  10982. height: math.unit(6, "feet"),
  10983. weight: math.unit(180, "lb"),
  10984. name: "Front",
  10985. image: {
  10986. source: "./media/characters/xochitl/front.svg",
  10987. extra: 2297 / 2261,
  10988. bottom: 0.065
  10989. }
  10990. },
  10991. back: {
  10992. height: math.unit(6, "feet"),
  10993. weight: math.unit(180, "lb"),
  10994. name: "Back",
  10995. image: {
  10996. source: "./media/characters/xochitl/back.svg",
  10997. extra: 2386 / 2354,
  10998. bottom: 0.01
  10999. }
  11000. },
  11001. foot: {
  11002. height: math.unit(6 / 5 * 1.15, "feet"),
  11003. weight: math.unit(150, "lb"),
  11004. name: "Foot",
  11005. image: {
  11006. source: "./media/characters/xochitl/foot.svg"
  11007. }
  11008. },
  11009. },
  11010. [
  11011. {
  11012. name: "Macro",
  11013. height: math.unit(80, "feet")
  11014. },
  11015. {
  11016. name: "Macro+",
  11017. height: math.unit(400, "feet"),
  11018. default: true
  11019. },
  11020. {
  11021. name: "Gigamacro",
  11022. height: math.unit(80000, "miles")
  11023. },
  11024. {
  11025. name: "Gigamacro+",
  11026. height: math.unit(400000, "miles")
  11027. },
  11028. {
  11029. name: "Teramacro",
  11030. height: math.unit(300, "AU")
  11031. },
  11032. ]
  11033. ))
  11034. characterMakers.push(() => makeCharacter(
  11035. { name: "Vincent" },
  11036. {
  11037. front: {
  11038. height: math.unit(6, "feet"),
  11039. weight: math.unit(150, "lb"),
  11040. name: "Front",
  11041. image: {
  11042. source: "./media/characters/vincent/front.svg",
  11043. extra: 1130 / 1080,
  11044. bottom: 0.055
  11045. }
  11046. },
  11047. beak: {
  11048. height: math.unit(6 * 0.1, "feet"),
  11049. name: "Beak",
  11050. image: {
  11051. source: "./media/characters/vincent/beak.svg"
  11052. }
  11053. },
  11054. hand: {
  11055. height: math.unit(6 * 0.85, "feet"),
  11056. weight: math.unit(150, "lb"),
  11057. name: "Hand",
  11058. image: {
  11059. source: "./media/characters/vincent/hand.svg"
  11060. }
  11061. },
  11062. foot: {
  11063. height: math.unit(6 * 0.19, "feet"),
  11064. weight: math.unit(150, "lb"),
  11065. name: "Foot",
  11066. image: {
  11067. source: "./media/characters/vincent/foot.svg"
  11068. }
  11069. },
  11070. },
  11071. [
  11072. {
  11073. name: "Base",
  11074. height: math.unit(6 + 5 / 12, "feet"),
  11075. default: true
  11076. },
  11077. {
  11078. name: "Macro",
  11079. height: math.unit(300, "feet")
  11080. },
  11081. {
  11082. name: "Megamacro",
  11083. height: math.unit(2, "miles")
  11084. },
  11085. {
  11086. name: "Gigamacro",
  11087. height: math.unit(1000, "miles")
  11088. },
  11089. ]
  11090. ))
  11091. characterMakers.push(() => makeCharacter(
  11092. { name: "Jay" },
  11093. {
  11094. front: {
  11095. height: math.unit(6 + 2 / 12, "feet"),
  11096. weight: math.unit(65, "lb"),
  11097. name: "Front",
  11098. image: {
  11099. source: "./media/characters/jay/front.svg",
  11100. extra: 1510 / 1430,
  11101. bottom: 0.042
  11102. }
  11103. },
  11104. back: {
  11105. height: math.unit(6 + 2 / 12, "feet"),
  11106. weight: math.unit(65, "lb"),
  11107. name: "Back",
  11108. image: {
  11109. source: "./media/characters/jay/back.svg",
  11110. extra: 1510 / 1430,
  11111. bottom: 0.025
  11112. }
  11113. },
  11114. clothed: {
  11115. height: math.unit(6 + 2 / 12, "feet"),
  11116. weight: math.unit(65, "lb"),
  11117. name: "Front (Clothed)",
  11118. image: {
  11119. source: "./media/characters/jay/clothed.svg",
  11120. extra: 744 / 699,
  11121. bottom: 0.043
  11122. }
  11123. },
  11124. },
  11125. [
  11126. {
  11127. name: "Micro",
  11128. height: math.unit(1, "inch")
  11129. },
  11130. {
  11131. name: "Normal",
  11132. height: math.unit(6 + 2 / 12, "feet"),
  11133. default: true
  11134. },
  11135. {
  11136. name: "Macro",
  11137. height: math.unit(1, "mile")
  11138. },
  11139. {
  11140. name: "Megamacro",
  11141. height: math.unit(100, "miles")
  11142. },
  11143. ]
  11144. ))
  11145. characterMakers.push(() => makeCharacter(
  11146. { name: "Coatl" },
  11147. {
  11148. front: {
  11149. height: math.unit(2, "meters"),
  11150. weight: math.unit(500, "kg"),
  11151. name: "Front",
  11152. image: {
  11153. source: "./media/characters/coatl/front.svg",
  11154. extra: 3948 / 3500,
  11155. bottom: 0.082
  11156. }
  11157. },
  11158. },
  11159. [
  11160. {
  11161. name: "Normal",
  11162. height: math.unit(4, "meters")
  11163. },
  11164. {
  11165. name: "Macro",
  11166. height: math.unit(100, "meters"),
  11167. default: true
  11168. },
  11169. {
  11170. name: "Macro+",
  11171. height: math.unit(300, "meters")
  11172. },
  11173. {
  11174. name: "Megamacro",
  11175. height: math.unit(3, "gigameters")
  11176. },
  11177. {
  11178. name: "Megamacro+",
  11179. height: math.unit(300, "terameters")
  11180. },
  11181. {
  11182. name: "Megamacro++",
  11183. height: math.unit(3, "lightyears")
  11184. },
  11185. ]
  11186. ))
  11187. characterMakers.push(() => makeCharacter(
  11188. { name: "Shiroryu" },
  11189. {
  11190. front: {
  11191. height: math.unit(6, "feet"),
  11192. weight: math.unit(50, "kg"),
  11193. name: "front",
  11194. image: {
  11195. source: "./media/characters/shiroryu/front.svg",
  11196. extra: 1990 / 1935
  11197. }
  11198. },
  11199. },
  11200. [
  11201. {
  11202. name: "Mortal Mingling",
  11203. height: math.unit(3, "meters")
  11204. },
  11205. {
  11206. name: "Kaiju-ish",
  11207. height: math.unit(250, "meters")
  11208. },
  11209. {
  11210. name: "Somewhat Godly",
  11211. height: math.unit(400, "km"),
  11212. default: true
  11213. },
  11214. {
  11215. name: "Planetary",
  11216. height: math.unit(300, "megameters")
  11217. },
  11218. {
  11219. name: "Galaxy-dwarfing",
  11220. height: math.unit(450, "kiloparsecs")
  11221. },
  11222. {
  11223. name: "Universe Eater",
  11224. height: math.unit(150, "gigaparsecs")
  11225. },
  11226. {
  11227. name: "Almost Immeasurable",
  11228. height: math.unit(1.3e266, "yottaparsecs")
  11229. },
  11230. ]
  11231. ))
  11232. characterMakers.push(() => makeCharacter(
  11233. { name: "Umeko" },
  11234. {
  11235. front: {
  11236. height: math.unit(6, "feet"),
  11237. weight: math.unit(150, "lb"),
  11238. name: "Front",
  11239. image: {
  11240. source: "./media/characters/umeko/front.svg",
  11241. extra: 1,
  11242. bottom: 0.019
  11243. }
  11244. },
  11245. frontArmored: {
  11246. height: math.unit(6, "feet"),
  11247. weight: math.unit(150, "lb"),
  11248. name: "Front (Armored)",
  11249. image: {
  11250. source: "./media/characters/umeko/front-armored.svg",
  11251. extra: 1,
  11252. bottom: 0.021
  11253. }
  11254. },
  11255. },
  11256. [
  11257. {
  11258. name: "Macro",
  11259. height: math.unit(220, "feet"),
  11260. default: true
  11261. },
  11262. {
  11263. name: "Guardian Dragon",
  11264. height: math.unit(50, "miles")
  11265. },
  11266. {
  11267. name: "Cosmic",
  11268. height: math.unit(800000, "miles")
  11269. },
  11270. ]
  11271. ))
  11272. characterMakers.push(() => makeCharacter(
  11273. { name: "Cassidy" },
  11274. {
  11275. front: {
  11276. height: math.unit(6, "feet"),
  11277. weight: math.unit(150, "lb"),
  11278. name: "Front",
  11279. image: {
  11280. source: "./media/characters/cassidy/front.svg",
  11281. extra: 1,
  11282. bottom: 0.043
  11283. }
  11284. },
  11285. },
  11286. [
  11287. {
  11288. name: "Canon Height",
  11289. height: math.unit(120, "feet"),
  11290. default: true
  11291. },
  11292. {
  11293. name: "Macro+",
  11294. height: math.unit(400, "feet")
  11295. },
  11296. {
  11297. name: "Macro++",
  11298. height: math.unit(4000, "feet")
  11299. },
  11300. {
  11301. name: "Megamacro",
  11302. height: math.unit(3, "miles")
  11303. },
  11304. ]
  11305. ))
  11306. characterMakers.push(() => makeCharacter(
  11307. { name: "Isaac" },
  11308. {
  11309. front: {
  11310. height: math.unit(6, "feet"),
  11311. weight: math.unit(150, "lb"),
  11312. name: "Front",
  11313. image: {
  11314. source: "./media/characters/isaac/front.svg",
  11315. extra: 896 / 815,
  11316. bottom: 0.11
  11317. }
  11318. },
  11319. },
  11320. [
  11321. {
  11322. name: "Human Size",
  11323. height: math.unit(8, "feet"),
  11324. default: true
  11325. },
  11326. {
  11327. name: "Macro",
  11328. height: math.unit(400, "feet")
  11329. },
  11330. {
  11331. name: "Megamacro",
  11332. height: math.unit(50, "miles")
  11333. },
  11334. {
  11335. name: "Canon Height",
  11336. height: math.unit(200, "AU")
  11337. },
  11338. ]
  11339. ))
  11340. characterMakers.push(() => makeCharacter(
  11341. { name: "Sleekit" },
  11342. {
  11343. front: {
  11344. height: math.unit(6, "feet"),
  11345. weight: math.unit(72, "kg"),
  11346. name: "Front",
  11347. image: {
  11348. source: "./media/characters/sleekit/front.svg",
  11349. extra: 4693 / 4487,
  11350. bottom: 0.012
  11351. }
  11352. },
  11353. },
  11354. [
  11355. {
  11356. name: "Minimum Height",
  11357. height: math.unit(10, "meters")
  11358. },
  11359. {
  11360. name: "Smaller",
  11361. height: math.unit(25, "meters")
  11362. },
  11363. {
  11364. name: "Larger",
  11365. height: math.unit(38, "meters"),
  11366. default: true
  11367. },
  11368. {
  11369. name: "Maximum height",
  11370. height: math.unit(100, "meters")
  11371. },
  11372. ]
  11373. ))
  11374. characterMakers.push(() => makeCharacter(
  11375. { name: "Nillia" },
  11376. {
  11377. front: {
  11378. height: math.unit(6, "feet"),
  11379. weight: math.unit(150, "lb"),
  11380. name: "Front",
  11381. image: {
  11382. source: "./media/characters/nillia/front.svg",
  11383. extra: 2195 / 2037,
  11384. bottom: 0.005
  11385. }
  11386. },
  11387. back: {
  11388. height: math.unit(6, "feet"),
  11389. weight: math.unit(150, "lb"),
  11390. name: "Back",
  11391. image: {
  11392. source: "./media/characters/nillia/back.svg",
  11393. extra: 2195 / 2037,
  11394. bottom: 0.005
  11395. }
  11396. },
  11397. },
  11398. [
  11399. {
  11400. name: "Canon Height",
  11401. height: math.unit(489, "feet"),
  11402. default: true
  11403. }
  11404. ]
  11405. ))
  11406. characterMakers.push(() => makeCharacter(
  11407. { name: "Mesmyriza" },
  11408. {
  11409. front: {
  11410. height: math.unit(6, "feet"),
  11411. weight: math.unit(150, "lb"),
  11412. name: "Front",
  11413. image: {
  11414. source: "./media/characters/mesmyriza/front.svg",
  11415. extra: 2067 / 1784,
  11416. bottom: 0.035
  11417. }
  11418. },
  11419. foot: {
  11420. height: math.unit(6 / (250 / 35), "feet"),
  11421. name: "Foot",
  11422. image: {
  11423. source: "./media/characters/mesmyriza/foot.svg"
  11424. }
  11425. },
  11426. },
  11427. [
  11428. {
  11429. name: "Macro",
  11430. height: math.unit(457, "meters"),
  11431. default: true
  11432. },
  11433. {
  11434. name: "Megamacro",
  11435. height: math.unit(8, "megameters")
  11436. },
  11437. ]
  11438. ))
  11439. characterMakers.push(() => makeCharacter(
  11440. { name: "Saudade" },
  11441. {
  11442. front: {
  11443. height: math.unit(6, "feet"),
  11444. weight: math.unit(250, "lb"),
  11445. name: "Front",
  11446. image: {
  11447. source: "./media/characters/saudade/front.svg",
  11448. extra: 1172 / 1139,
  11449. bottom: 0.035
  11450. }
  11451. },
  11452. },
  11453. [
  11454. {
  11455. name: "Micro",
  11456. height: math.unit(3, "inches")
  11457. },
  11458. {
  11459. name: "Normal",
  11460. height: math.unit(6, "feet"),
  11461. default: true
  11462. },
  11463. {
  11464. name: "Macro",
  11465. height: math.unit(50, "feet")
  11466. },
  11467. {
  11468. name: "Megamacro",
  11469. height: math.unit(2800, "feet")
  11470. },
  11471. ]
  11472. ))
  11473. characterMakers.push(() => makeCharacter(
  11474. { name: "Keireer" },
  11475. {
  11476. front: {
  11477. height: math.unit(5 + 4 / 12, "feet"),
  11478. weight: math.unit(100, "lb"),
  11479. name: "Front",
  11480. image: {
  11481. source: "./media/characters/keireer/front.svg",
  11482. extra: 716 / 666,
  11483. bottom: 0.05
  11484. }
  11485. },
  11486. },
  11487. [
  11488. {
  11489. name: "Normal",
  11490. height: math.unit(5 + 4 / 12, "feet"),
  11491. default: true
  11492. },
  11493. ]
  11494. ))
  11495. characterMakers.push(() => makeCharacter(
  11496. { name: "Mirja" },
  11497. {
  11498. front: {
  11499. height: math.unit(6, "feet"),
  11500. weight: math.unit(90, "kg"),
  11501. name: "Front",
  11502. image: {
  11503. source: "./media/characters/mirja/front.svg",
  11504. extra: 1789 / 1683,
  11505. bottom: 0.05
  11506. }
  11507. },
  11508. frontDressed: {
  11509. height: math.unit(6, "feet"),
  11510. weight: math.unit(90, "lb"),
  11511. name: "Front (Dressed)",
  11512. image: {
  11513. source: "./media/characters/mirja/front-dressed.svg",
  11514. extra: 1789 / 1683,
  11515. bottom: 0.05
  11516. }
  11517. },
  11518. back: {
  11519. height: math.unit(6, "feet"),
  11520. weight: math.unit(90, "lb"),
  11521. name: "Back",
  11522. image: {
  11523. source: "./media/characters/mirja/back.svg",
  11524. extra: 953 / 917,
  11525. bottom: 0.017
  11526. }
  11527. },
  11528. },
  11529. [
  11530. {
  11531. name: "\"Incognito\"",
  11532. height: math.unit(3, "meters")
  11533. },
  11534. {
  11535. name: "Strolling Size",
  11536. height: math.unit(15, "km")
  11537. },
  11538. {
  11539. name: "Larger Strolling Size",
  11540. height: math.unit(400, "km")
  11541. },
  11542. {
  11543. name: "Preferred Size",
  11544. height: math.unit(5000, "km")
  11545. },
  11546. {
  11547. name: "True Size",
  11548. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11549. default: true
  11550. },
  11551. ]
  11552. ))
  11553. characterMakers.push(() => makeCharacter(
  11554. { name: "Nightraver" },
  11555. {
  11556. front: {
  11557. height: math.unit(15, "feet"),
  11558. weight: math.unit(880, "kg"),
  11559. name: "Front",
  11560. image: {
  11561. source: "./media/characters/nightraver/front.svg",
  11562. extra: 2444 / 2160,
  11563. bottom: 0.027
  11564. }
  11565. },
  11566. back: {
  11567. height: math.unit(15, "feet"),
  11568. weight: math.unit(880, "kg"),
  11569. name: "Back",
  11570. image: {
  11571. source: "./media/characters/nightraver/back.svg",
  11572. extra: 2309 / 2180,
  11573. bottom: 0.005
  11574. }
  11575. },
  11576. sole: {
  11577. height: math.unit(2.878, "feet"),
  11578. name: "Sole",
  11579. image: {
  11580. source: "./media/characters/nightraver/sole.svg"
  11581. }
  11582. },
  11583. foot: {
  11584. height: math.unit(2.285, "feet"),
  11585. name: "Foot",
  11586. image: {
  11587. source: "./media/characters/nightraver/foot.svg"
  11588. }
  11589. },
  11590. maw: {
  11591. height: math.unit(2.67, "feet"),
  11592. name: "Maw",
  11593. image: {
  11594. source: "./media/characters/nightraver/maw.svg"
  11595. }
  11596. },
  11597. },
  11598. [
  11599. {
  11600. name: "Micro",
  11601. height: math.unit(1, "cm")
  11602. },
  11603. {
  11604. name: "Normal",
  11605. height: math.unit(15, "feet"),
  11606. default: true
  11607. },
  11608. {
  11609. name: "Macro",
  11610. height: math.unit(300, "feet")
  11611. },
  11612. {
  11613. name: "Megamacro",
  11614. height: math.unit(300, "miles")
  11615. },
  11616. {
  11617. name: "Gigamacro",
  11618. height: math.unit(10000, "miles")
  11619. },
  11620. ]
  11621. ))
  11622. characterMakers.push(() => makeCharacter(
  11623. { name: "Arc" },
  11624. {
  11625. side: {
  11626. height: math.unit(2, "inches"),
  11627. weight: math.unit(5, "grams"),
  11628. name: "Side",
  11629. image: {
  11630. source: "./media/characters/arc/side.svg"
  11631. }
  11632. },
  11633. },
  11634. [
  11635. {
  11636. name: "Micro",
  11637. height: math.unit(2, "inches"),
  11638. default: true
  11639. },
  11640. ]
  11641. ))
  11642. characterMakers.push(() => makeCharacter(
  11643. { name: "Nebula Shahar" },
  11644. {
  11645. front: {
  11646. height: math.unit(1.1938, "meters"),
  11647. weight: math.unit(54, "kg"),
  11648. name: "Front",
  11649. image: {
  11650. source: "./media/characters/nebula-shahar/front.svg",
  11651. extra: 1642 / 1436,
  11652. bottom: 0.06
  11653. }
  11654. },
  11655. },
  11656. [
  11657. {
  11658. name: "Megamicro",
  11659. height: math.unit(0.3, "mm")
  11660. },
  11661. {
  11662. name: "Micro",
  11663. height: math.unit(3, "cm")
  11664. },
  11665. {
  11666. name: "Normal",
  11667. height: math.unit(138, "cm"),
  11668. default: true
  11669. },
  11670. {
  11671. name: "Macro",
  11672. height: math.unit(30, "m")
  11673. },
  11674. ]
  11675. ))
  11676. characterMakers.push(() => makeCharacter(
  11677. { name: "Shayla" },
  11678. {
  11679. front: {
  11680. height: math.unit(5.24, "feet"),
  11681. weight: math.unit(150, "lb"),
  11682. name: "Front",
  11683. image: {
  11684. source: "./media/characters/shayla/front.svg",
  11685. extra: 1512 / 1414,
  11686. bottom: 0.01
  11687. }
  11688. },
  11689. back: {
  11690. height: math.unit(5.24, "feet"),
  11691. weight: math.unit(150, "lb"),
  11692. name: "Back",
  11693. image: {
  11694. source: "./media/characters/shayla/back.svg",
  11695. extra: 1512 / 1414
  11696. }
  11697. },
  11698. hand: {
  11699. height: math.unit(0.7781496062992126, "feet"),
  11700. name: "Hand",
  11701. image: {
  11702. source: "./media/characters/shayla/hand.svg"
  11703. }
  11704. },
  11705. foot: {
  11706. height: math.unit(1.4206036745406823, "feet"),
  11707. name: "Foot",
  11708. image: {
  11709. source: "./media/characters/shayla/foot.svg"
  11710. }
  11711. },
  11712. },
  11713. [
  11714. {
  11715. name: "Micro",
  11716. height: math.unit(0.32, "feet")
  11717. },
  11718. {
  11719. name: "Normal",
  11720. height: math.unit(5.24, "feet"),
  11721. default: true
  11722. },
  11723. {
  11724. name: "Macro",
  11725. height: math.unit(492.12, "feet")
  11726. },
  11727. {
  11728. name: "Megamacro",
  11729. height: math.unit(186.41, "miles")
  11730. },
  11731. ]
  11732. ))
  11733. characterMakers.push(() => makeCharacter(
  11734. { name: "Pia Jr." },
  11735. {
  11736. front: {
  11737. height: math.unit(2.2, "m"),
  11738. weight: math.unit(120, "kg"),
  11739. name: "Front",
  11740. image: {
  11741. source: "./media/characters/pia-jr/front.svg",
  11742. extra: 1000 / 970,
  11743. bottom: 0.035
  11744. }
  11745. },
  11746. hand: {
  11747. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11748. name: "Hand",
  11749. image: {
  11750. source: "./media/characters/pia-jr/hand.svg"
  11751. }
  11752. },
  11753. paw: {
  11754. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11755. name: "Paw",
  11756. image: {
  11757. source: "./media/characters/pia-jr/paw.svg"
  11758. }
  11759. },
  11760. },
  11761. [
  11762. {
  11763. name: "Micro",
  11764. height: math.unit(1.2, "cm")
  11765. },
  11766. {
  11767. name: "Normal",
  11768. height: math.unit(2.2, "m"),
  11769. default: true
  11770. },
  11771. {
  11772. name: "Macro",
  11773. height: math.unit(180, "m")
  11774. },
  11775. {
  11776. name: "Megamacro",
  11777. height: math.unit(420, "km")
  11778. },
  11779. ]
  11780. ))
  11781. characterMakers.push(() => makeCharacter(
  11782. { name: "Pia Sr." },
  11783. {
  11784. front: {
  11785. height: math.unit(2, "m"),
  11786. weight: math.unit(115, "kg"),
  11787. name: "Front",
  11788. image: {
  11789. source: "./media/characters/pia-sr/front.svg",
  11790. extra: 760 / 730,
  11791. bottom: 0.015
  11792. }
  11793. },
  11794. back: {
  11795. height: math.unit(2, "m"),
  11796. weight: math.unit(115, "kg"),
  11797. name: "Back",
  11798. image: {
  11799. source: "./media/characters/pia-sr/back.svg",
  11800. extra: 760 / 730,
  11801. bottom: 0.01
  11802. }
  11803. },
  11804. hand: {
  11805. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11806. name: "Hand",
  11807. image: {
  11808. source: "./media/characters/pia-sr/hand.svg"
  11809. }
  11810. },
  11811. foot: {
  11812. height: math.unit(1.83, "feet"),
  11813. name: "Foot",
  11814. image: {
  11815. source: "./media/characters/pia-sr/foot.svg"
  11816. }
  11817. },
  11818. },
  11819. [
  11820. {
  11821. name: "Micro",
  11822. height: math.unit(88, "mm")
  11823. },
  11824. {
  11825. name: "Normal",
  11826. height: math.unit(2, "m"),
  11827. default: true
  11828. },
  11829. {
  11830. name: "Macro",
  11831. height: math.unit(200, "m")
  11832. },
  11833. {
  11834. name: "Megamacro",
  11835. height: math.unit(420, "km")
  11836. },
  11837. ]
  11838. ))
  11839. characterMakers.push(() => makeCharacter(
  11840. { name: "KIBIBYTE" },
  11841. {
  11842. front: {
  11843. height: math.unit(8 + 2 / 12, "feet"),
  11844. weight: math.unit(300, "lb"),
  11845. name: "Front",
  11846. image: {
  11847. source: "./media/characters/kibibyte/front.svg",
  11848. extra: 2221 / 2098,
  11849. bottom: 0.04
  11850. }
  11851. },
  11852. },
  11853. [
  11854. {
  11855. name: "Normal",
  11856. height: math.unit(8 + 2 / 12, "feet"),
  11857. default: true
  11858. },
  11859. {
  11860. name: "Socialable Macro",
  11861. height: math.unit(50, "feet")
  11862. },
  11863. {
  11864. name: "Macro",
  11865. height: math.unit(300, "feet")
  11866. },
  11867. {
  11868. name: "Megamacro",
  11869. height: math.unit(500, "miles")
  11870. },
  11871. ]
  11872. ))
  11873. characterMakers.push(() => makeCharacter(
  11874. { name: "Felix" },
  11875. {
  11876. front: {
  11877. height: math.unit(6, "feet"),
  11878. weight: math.unit(150, "lb"),
  11879. name: "Front",
  11880. image: {
  11881. source: "./media/characters/felix/front.svg",
  11882. extra: 762 / 722,
  11883. bottom: 0.02
  11884. }
  11885. },
  11886. frontClothed: {
  11887. height: math.unit(6, "feet"),
  11888. weight: math.unit(150, "lb"),
  11889. name: "Front (Clothed)",
  11890. image: {
  11891. source: "./media/characters/felix/front-clothed.svg",
  11892. extra: 762 / 722,
  11893. bottom: 0.02
  11894. }
  11895. },
  11896. },
  11897. [
  11898. {
  11899. name: "Normal",
  11900. height: math.unit(6 + 8 / 12, "feet"),
  11901. default: true
  11902. },
  11903. {
  11904. name: "Macro",
  11905. height: math.unit(2600, "feet")
  11906. },
  11907. {
  11908. name: "Megamacro",
  11909. height: math.unit(450, "miles")
  11910. },
  11911. ]
  11912. ))
  11913. characterMakers.push(() => makeCharacter(
  11914. { name: "Tobo" },
  11915. {
  11916. front: {
  11917. height: math.unit(6 + 1 / 12, "feet"),
  11918. weight: math.unit(250, "lb"),
  11919. name: "Front",
  11920. image: {
  11921. source: "./media/characters/tobo/front.svg",
  11922. extra: 608 / 586,
  11923. bottom: 0.023
  11924. }
  11925. },
  11926. back: {
  11927. height: math.unit(6 + 1 / 12, "feet"),
  11928. weight: math.unit(250, "lb"),
  11929. name: "Back",
  11930. image: {
  11931. source: "./media/characters/tobo/back.svg",
  11932. extra: 608 / 586
  11933. }
  11934. },
  11935. },
  11936. [
  11937. {
  11938. name: "Nano",
  11939. height: math.unit(2, "nm")
  11940. },
  11941. {
  11942. name: "Megamicro",
  11943. height: math.unit(0.1, "mm")
  11944. },
  11945. {
  11946. name: "Micro",
  11947. height: math.unit(1, "inch"),
  11948. default: true
  11949. },
  11950. {
  11951. name: "Human-sized",
  11952. height: math.unit(6 + 1 / 12, "feet")
  11953. },
  11954. {
  11955. name: "Macro",
  11956. height: math.unit(250, "feet")
  11957. },
  11958. {
  11959. name: "Megamacro",
  11960. height: math.unit(75, "miles")
  11961. },
  11962. {
  11963. name: "Texas-sized",
  11964. height: math.unit(750, "miles")
  11965. },
  11966. {
  11967. name: "Teramacro",
  11968. height: math.unit(50000, "miles")
  11969. },
  11970. ]
  11971. ))
  11972. characterMakers.push(() => makeCharacter(
  11973. { name: "Danny Kapowsky" },
  11974. {
  11975. front: {
  11976. height: math.unit(6, "feet"),
  11977. weight: math.unit(269, "lb"),
  11978. name: "Front",
  11979. image: {
  11980. source: "./media/characters/danny-kapowsky/front.svg",
  11981. extra: 766 / 736,
  11982. bottom: 0.044
  11983. }
  11984. },
  11985. back: {
  11986. height: math.unit(6, "feet"),
  11987. weight: math.unit(269, "lb"),
  11988. name: "Back",
  11989. image: {
  11990. source: "./media/characters/danny-kapowsky/back.svg",
  11991. extra: 797 / 760,
  11992. bottom: 0.025
  11993. }
  11994. },
  11995. },
  11996. [
  11997. {
  11998. name: "Macro",
  11999. height: math.unit(150, "feet"),
  12000. default: true
  12001. },
  12002. {
  12003. name: "Macro+",
  12004. height: math.unit(200, "feet")
  12005. },
  12006. {
  12007. name: "Macro++",
  12008. height: math.unit(300, "feet")
  12009. },
  12010. {
  12011. name: "Macro+++",
  12012. height: math.unit(400, "feet")
  12013. },
  12014. ]
  12015. ))
  12016. characterMakers.push(() => makeCharacter(
  12017. { name: "Finn" },
  12018. {
  12019. side: {
  12020. height: math.unit(6, "feet"),
  12021. weight: math.unit(170, "lb"),
  12022. name: "Side",
  12023. image: {
  12024. source: "./media/characters/finn/side.svg",
  12025. extra: 1953 / 1807,
  12026. bottom: 0.057
  12027. }
  12028. },
  12029. },
  12030. [
  12031. {
  12032. name: "Megamacro",
  12033. height: math.unit(14445, "feet"),
  12034. default: true
  12035. },
  12036. ]
  12037. ))
  12038. characterMakers.push(() => makeCharacter(
  12039. { name: "Roy" },
  12040. {
  12041. front: {
  12042. height: math.unit(5 + 6 / 12, "feet"),
  12043. weight: math.unit(125, "lb"),
  12044. name: "Front",
  12045. image: {
  12046. source: "./media/characters/roy/front.svg",
  12047. extra: 1,
  12048. bottom: 0.11
  12049. }
  12050. },
  12051. },
  12052. [
  12053. {
  12054. name: "Micro",
  12055. height: math.unit(3, "inches"),
  12056. default: true
  12057. },
  12058. {
  12059. name: "Normal",
  12060. height: math.unit(5 + 6 / 12, "feet")
  12061. },
  12062. {
  12063. name: "Lesser Macro",
  12064. height: math.unit(60, "feet")
  12065. },
  12066. {
  12067. name: "Greater Macro",
  12068. height: math.unit(120, "feet")
  12069. },
  12070. ]
  12071. ))
  12072. characterMakers.push(() => makeCharacter(
  12073. { name: "Aevsivs" },
  12074. {
  12075. front: {
  12076. height: math.unit(6, "feet"),
  12077. weight: math.unit(100, "lb"),
  12078. name: "Front",
  12079. image: {
  12080. source: "./media/characters/aevsivs/front.svg",
  12081. extra: 1,
  12082. bottom: 0.03
  12083. }
  12084. },
  12085. back: {
  12086. height: math.unit(6, "feet"),
  12087. weight: math.unit(100, "lb"),
  12088. name: "Back",
  12089. image: {
  12090. source: "./media/characters/aevsivs/back.svg"
  12091. }
  12092. },
  12093. },
  12094. [
  12095. {
  12096. name: "Micro",
  12097. height: math.unit(2, "inches"),
  12098. default: true
  12099. },
  12100. {
  12101. name: "Normal",
  12102. height: math.unit(5, "feet")
  12103. },
  12104. ]
  12105. ))
  12106. characterMakers.push(() => makeCharacter(
  12107. { name: "Hildegard" },
  12108. {
  12109. front: {
  12110. height: math.unit(5 + 7 / 12, "feet"),
  12111. weight: math.unit(159, "lb"),
  12112. name: "Front",
  12113. image: {
  12114. source: "./media/characters/hildegard/front.svg",
  12115. extra: 312 / 286,
  12116. bottom: 0.005
  12117. }
  12118. },
  12119. },
  12120. [
  12121. {
  12122. name: "Normal",
  12123. height: math.unit(5 + 7 / 12, "feet"),
  12124. default: true
  12125. },
  12126. ]
  12127. ))
  12128. characterMakers.push(() => makeCharacter(
  12129. { name: "Bernard & Wilder" },
  12130. {
  12131. bernard: {
  12132. height: math.unit(2 + 7 / 12, "feet"),
  12133. weight: math.unit(66, "lb"),
  12134. name: "Bernard",
  12135. rename: true,
  12136. image: {
  12137. source: "./media/characters/bernard-wilder/bernard.svg",
  12138. extra: 192 / 128,
  12139. bottom: 0.05
  12140. }
  12141. },
  12142. wilder: {
  12143. height: math.unit(5 + 8 / 12, "feet"),
  12144. weight: math.unit(143, "lb"),
  12145. name: "Wilder",
  12146. rename: true,
  12147. image: {
  12148. source: "./media/characters/bernard-wilder/wilder.svg",
  12149. extra: 361 / 312,
  12150. bottom: 0.02
  12151. }
  12152. },
  12153. },
  12154. [
  12155. {
  12156. name: "Normal",
  12157. height: math.unit(2 + 7 / 12, "feet"),
  12158. default: true
  12159. },
  12160. ]
  12161. ))
  12162. characterMakers.push(() => makeCharacter(
  12163. { name: "Hearth" },
  12164. {
  12165. anthro: {
  12166. height: math.unit(6 + 1 / 12, "feet"),
  12167. weight: math.unit(155, "lb"),
  12168. name: "Anthro",
  12169. image: {
  12170. source: "./media/characters/hearth/anthro.svg",
  12171. extra: 260 / 250,
  12172. bottom: 0.02
  12173. }
  12174. },
  12175. feral: {
  12176. height: math.unit(3.78, "feet"),
  12177. weight: math.unit(35, "kg"),
  12178. name: "Feral",
  12179. image: {
  12180. source: "./media/characters/hearth/feral.svg",
  12181. extra: 153 / 135,
  12182. bottom: 0.03
  12183. }
  12184. },
  12185. },
  12186. [
  12187. {
  12188. name: "Normal",
  12189. height: math.unit(6 + 1 / 12, "feet"),
  12190. default: true
  12191. },
  12192. ]
  12193. ))
  12194. characterMakers.push(() => makeCharacter(
  12195. { name: "Ingrid" },
  12196. {
  12197. front: {
  12198. height: math.unit(6, "feet"),
  12199. weight: math.unit(182, "lb"),
  12200. name: "Front",
  12201. image: {
  12202. source: "./media/characters/ingrid/front.svg",
  12203. extra: 294 / 268,
  12204. bottom: 0.027
  12205. }
  12206. },
  12207. },
  12208. [
  12209. {
  12210. name: "Normal",
  12211. height: math.unit(6, "feet"),
  12212. default: true
  12213. },
  12214. ]
  12215. ))
  12216. characterMakers.push(() => makeCharacter(
  12217. { name: "Malgam" },
  12218. {
  12219. eevee: {
  12220. height: math.unit(2 + 10 / 12, "feet"),
  12221. weight: math.unit(86, "lb"),
  12222. name: "Malgam",
  12223. image: {
  12224. source: "./media/characters/malgam/eevee.svg",
  12225. extra: 218 / 180,
  12226. bottom: 0.2
  12227. }
  12228. },
  12229. sylveon: {
  12230. height: math.unit(4, "feet"),
  12231. weight: math.unit(101, "lb"),
  12232. name: "Future Malgam",
  12233. rename: true,
  12234. image: {
  12235. source: "./media/characters/malgam/sylveon.svg",
  12236. extra: 371 / 325,
  12237. bottom: 0.015
  12238. }
  12239. },
  12240. gigantamax: {
  12241. height: math.unit(50, "feet"),
  12242. name: "Gigantamax Malgam",
  12243. rename: true,
  12244. image: {
  12245. source: "./media/characters/malgam/gigantamax.svg"
  12246. }
  12247. },
  12248. },
  12249. [
  12250. {
  12251. name: "Normal",
  12252. height: math.unit(2 + 10 / 12, "feet"),
  12253. default: true
  12254. },
  12255. ]
  12256. ))
  12257. characterMakers.push(() => makeCharacter(
  12258. { name: "Fleur" },
  12259. {
  12260. front: {
  12261. height: math.unit(5 + 11 / 12, "feet"),
  12262. weight: math.unit(188, "lb"),
  12263. name: "Front",
  12264. image: {
  12265. source: "./media/characters/fleur/front.svg",
  12266. extra: 309 / 283,
  12267. bottom: 0.007
  12268. }
  12269. },
  12270. },
  12271. [
  12272. {
  12273. name: "Normal",
  12274. height: math.unit(5 + 11 / 12, "feet"),
  12275. default: true
  12276. },
  12277. ]
  12278. ))
  12279. characterMakers.push(() => makeCharacter(
  12280. { name: "Jude" },
  12281. {
  12282. front: {
  12283. height: math.unit(5 + 4 / 12, "feet"),
  12284. weight: math.unit(122, "lb"),
  12285. name: "Front",
  12286. image: {
  12287. source: "./media/characters/jude/front.svg",
  12288. extra: 288 / 273,
  12289. bottom: 0.03
  12290. }
  12291. },
  12292. },
  12293. [
  12294. {
  12295. name: "Normal",
  12296. height: math.unit(5 + 4 / 12, "feet"),
  12297. default: true
  12298. },
  12299. ]
  12300. ))
  12301. characterMakers.push(() => makeCharacter(
  12302. { name: "Seara" },
  12303. {
  12304. front: {
  12305. height: math.unit(5 + 11 / 12, "feet"),
  12306. weight: math.unit(190, "lb"),
  12307. name: "Front",
  12308. image: {
  12309. source: "./media/characters/seara/front.svg",
  12310. extra: 1,
  12311. bottom: 0.05
  12312. }
  12313. },
  12314. },
  12315. [
  12316. {
  12317. name: "Normal",
  12318. height: math.unit(5 + 11 / 12, "feet"),
  12319. default: true
  12320. },
  12321. ]
  12322. ))
  12323. characterMakers.push(() => makeCharacter(
  12324. { name: "Caspian" },
  12325. {
  12326. front: {
  12327. height: math.unit(16 + 5 / 12, "feet"),
  12328. weight: math.unit(524, "lb"),
  12329. name: "Front",
  12330. image: {
  12331. source: "./media/characters/caspian/front.svg",
  12332. extra: 1,
  12333. bottom: 0.04
  12334. }
  12335. },
  12336. },
  12337. [
  12338. {
  12339. name: "Normal",
  12340. height: math.unit(16 + 5 / 12, "feet"),
  12341. default: true
  12342. },
  12343. ]
  12344. ))
  12345. characterMakers.push(() => makeCharacter(
  12346. { name: "Mika" },
  12347. {
  12348. front: {
  12349. height: math.unit(5 + 7 / 12, "feet"),
  12350. weight: math.unit(170, "lb"),
  12351. name: "Front",
  12352. image: {
  12353. source: "./media/characters/mika/front.svg",
  12354. extra: 1,
  12355. bottom: 0.016
  12356. }
  12357. },
  12358. },
  12359. [
  12360. {
  12361. name: "Normal",
  12362. height: math.unit(5 + 7 / 12, "feet"),
  12363. default: true
  12364. },
  12365. ]
  12366. ))
  12367. characterMakers.push(() => makeCharacter(
  12368. { name: "Sol" },
  12369. {
  12370. front: {
  12371. height: math.unit(6 + 2 / 12, "feet"),
  12372. weight: math.unit(268, "lb"),
  12373. name: "Front",
  12374. image: {
  12375. source: "./media/characters/sol/front.svg",
  12376. extra: 247 / 231,
  12377. bottom: 0.05
  12378. }
  12379. },
  12380. },
  12381. [
  12382. {
  12383. name: "Normal",
  12384. height: math.unit(6 + 2 / 12, "feet"),
  12385. default: true
  12386. },
  12387. ]
  12388. ))
  12389. characterMakers.push(() => makeCharacter(
  12390. { name: "Umiko" },
  12391. {
  12392. buizel: {
  12393. height: math.unit(2 + 5 / 12, "feet"),
  12394. weight: math.unit(87, "lb"),
  12395. name: "Buizel",
  12396. image: {
  12397. source: "./media/characters/umiko/buizel.svg",
  12398. extra: 172 / 157,
  12399. bottom: 0.01
  12400. }
  12401. },
  12402. floatzel: {
  12403. height: math.unit(5 + 9 / 12, "feet"),
  12404. weight: math.unit(250, "lb"),
  12405. name: "Floatzel",
  12406. image: {
  12407. source: "./media/characters/umiko/floatzel.svg",
  12408. extra: 262 / 248
  12409. }
  12410. },
  12411. },
  12412. [
  12413. {
  12414. name: "Normal",
  12415. height: math.unit(2 + 5 / 12, "feet"),
  12416. default: true
  12417. },
  12418. ]
  12419. ))
  12420. characterMakers.push(() => makeCharacter(
  12421. { name: "Iliac" },
  12422. {
  12423. front: {
  12424. height: math.unit(6 + 2 / 12, "feet"),
  12425. weight: math.unit(146, "lb"),
  12426. name: "Front",
  12427. image: {
  12428. source: "./media/characters/iliac/front.svg",
  12429. extra: 389 / 365,
  12430. bottom: 0.035
  12431. }
  12432. },
  12433. },
  12434. [
  12435. {
  12436. name: "Normal",
  12437. height: math.unit(6 + 2 / 12, "feet"),
  12438. default: true
  12439. },
  12440. ]
  12441. ))
  12442. characterMakers.push(() => makeCharacter(
  12443. { name: "Topaz" },
  12444. {
  12445. front: {
  12446. height: math.unit(6, "feet"),
  12447. weight: math.unit(170, "lb"),
  12448. name: "Front",
  12449. image: {
  12450. source: "./media/characters/topaz/front.svg",
  12451. extra: 317 / 303,
  12452. bottom: 0.055
  12453. }
  12454. },
  12455. },
  12456. [
  12457. {
  12458. name: "Normal",
  12459. height: math.unit(6, "feet"),
  12460. default: true
  12461. },
  12462. ]
  12463. ))
  12464. characterMakers.push(() => makeCharacter(
  12465. { name: "Gabriel" },
  12466. {
  12467. front: {
  12468. height: math.unit(5 + 11 / 12, "feet"),
  12469. weight: math.unit(144, "lb"),
  12470. name: "Front",
  12471. image: {
  12472. source: "./media/characters/gabriel/front.svg",
  12473. extra: 285 / 262,
  12474. bottom: 0.004
  12475. }
  12476. },
  12477. },
  12478. [
  12479. {
  12480. name: "Normal",
  12481. height: math.unit(5 + 11 / 12, "feet"),
  12482. default: true
  12483. },
  12484. ]
  12485. ))
  12486. characterMakers.push(() => makeCharacter(
  12487. { name: "Tempest (Suicune)" },
  12488. {
  12489. side: {
  12490. height: math.unit(6 + 5 / 12, "feet"),
  12491. weight: math.unit(300, "lb"),
  12492. name: "Side",
  12493. image: {
  12494. source: "./media/characters/tempest-suicune/side.svg",
  12495. extra: 195 / 154,
  12496. bottom: 0.04
  12497. }
  12498. },
  12499. },
  12500. [
  12501. {
  12502. name: "Normal",
  12503. height: math.unit(6 + 5 / 12, "feet"),
  12504. default: true
  12505. },
  12506. ]
  12507. ))
  12508. characterMakers.push(() => makeCharacter(
  12509. { name: "Vulcan" },
  12510. {
  12511. front: {
  12512. height: math.unit(7 + 2 / 12, "feet"),
  12513. weight: math.unit(322, "lb"),
  12514. name: "Front",
  12515. image: {
  12516. source: "./media/characters/vulcan/front.svg",
  12517. extra: 154 / 147,
  12518. bottom: 0.04
  12519. }
  12520. },
  12521. },
  12522. [
  12523. {
  12524. name: "Normal",
  12525. height: math.unit(7 + 2 / 12, "feet"),
  12526. default: true
  12527. },
  12528. ]
  12529. ))
  12530. characterMakers.push(() => makeCharacter(
  12531. { name: "Gault" },
  12532. {
  12533. front: {
  12534. height: math.unit(5 + 10 / 12, "feet"),
  12535. weight: math.unit(264, "lb"),
  12536. name: "Front",
  12537. image: {
  12538. source: "./media/characters/gault/front.svg",
  12539. extra: 161 / 140,
  12540. bottom: 0.028
  12541. }
  12542. },
  12543. },
  12544. [
  12545. {
  12546. name: "Normal",
  12547. height: math.unit(5 + 10 / 12, "feet"),
  12548. default: true
  12549. },
  12550. ]
  12551. ))
  12552. characterMakers.push(() => makeCharacter(
  12553. { name: "Shard" },
  12554. {
  12555. front: {
  12556. height: math.unit(6, "feet"),
  12557. weight: math.unit(150, "lb"),
  12558. name: "Front",
  12559. image: {
  12560. source: "./media/characters/shard/front.svg",
  12561. extra: 273 / 238,
  12562. bottom: 0.02
  12563. }
  12564. },
  12565. },
  12566. [
  12567. {
  12568. name: "Normal",
  12569. height: math.unit(3 + 6 / 12, "feet"),
  12570. default: true
  12571. },
  12572. ]
  12573. ))
  12574. characterMakers.push(() => makeCharacter(
  12575. { name: "Ashe" },
  12576. {
  12577. front: {
  12578. height: math.unit(5 + 11 / 12, "feet"),
  12579. weight: math.unit(146, "lb"),
  12580. name: "Front",
  12581. image: {
  12582. source: "./media/characters/ashe/front.svg",
  12583. extra: 400 / 373,
  12584. bottom: 0.01
  12585. }
  12586. },
  12587. },
  12588. [
  12589. {
  12590. name: "Normal",
  12591. height: math.unit(5 + 11 / 12, "feet"),
  12592. default: true
  12593. },
  12594. ]
  12595. ))
  12596. characterMakers.push(() => makeCharacter(
  12597. { name: "Beatrix" },
  12598. {
  12599. front: {
  12600. height: math.unit(5 + 5 / 12, "feet"),
  12601. weight: math.unit(135, "lb"),
  12602. name: "Front",
  12603. image: {
  12604. source: "./media/characters/beatrix/front.svg",
  12605. extra: 392 / 379,
  12606. bottom: 0.01
  12607. }
  12608. },
  12609. },
  12610. [
  12611. {
  12612. name: "Normal",
  12613. height: math.unit(6, "feet"),
  12614. default: true
  12615. },
  12616. ]
  12617. ))
  12618. characterMakers.push(() => makeCharacter(
  12619. { name: "Ignatius" },
  12620. {
  12621. front: {
  12622. height: math.unit(6, "feet"),
  12623. weight: math.unit(150, "lb"),
  12624. name: "Front",
  12625. image: {
  12626. source: "./media/characters/ignatius/front.svg",
  12627. extra: 245 / 222,
  12628. bottom: 0.01
  12629. }
  12630. },
  12631. },
  12632. [
  12633. {
  12634. name: "Normal",
  12635. height: math.unit(5 + 5 / 12, "feet"),
  12636. default: true
  12637. },
  12638. ]
  12639. ))
  12640. characterMakers.push(() => makeCharacter(
  12641. { name: "Mei Li" },
  12642. {
  12643. front: {
  12644. height: math.unit(6 + 2 / 12, "feet"),
  12645. weight: math.unit(138, "lb"),
  12646. name: "Front",
  12647. image: {
  12648. source: "./media/characters/mei-li/front.svg",
  12649. extra: 237 / 229,
  12650. bottom: 0.03
  12651. }
  12652. },
  12653. },
  12654. [
  12655. {
  12656. name: "Normal",
  12657. height: math.unit(6 + 2 / 12, "feet"),
  12658. default: true
  12659. },
  12660. ]
  12661. ))
  12662. characterMakers.push(() => makeCharacter(
  12663. { name: "Puru" },
  12664. {
  12665. front: {
  12666. height: math.unit(2 + 4 / 12, "feet"),
  12667. weight: math.unit(62, "lb"),
  12668. name: "Front",
  12669. image: {
  12670. source: "./media/characters/puru/front.svg",
  12671. extra: 206 / 149,
  12672. bottom: 0.06
  12673. }
  12674. },
  12675. },
  12676. [
  12677. {
  12678. name: "Normal",
  12679. height: math.unit(2 + 4 / 12, "feet"),
  12680. default: true
  12681. },
  12682. ]
  12683. ))
  12684. characterMakers.push(() => makeCharacter(
  12685. { name: "Kee" },
  12686. {
  12687. taur: {
  12688. height: math.unit(11, "feet"),
  12689. weight: math.unit(500, "lb"),
  12690. name: "Taur",
  12691. image: {
  12692. source: "./media/characters/kee/taur.svg",
  12693. extra: 1,
  12694. bottom: 0.04
  12695. }
  12696. },
  12697. },
  12698. [
  12699. {
  12700. name: "Normal",
  12701. height: math.unit(11, "feet"),
  12702. default: true
  12703. },
  12704. ]
  12705. ))
  12706. characterMakers.push(() => makeCharacter(
  12707. { name: "Cobalt (Dracha)" },
  12708. {
  12709. anthro: {
  12710. height: math.unit(7, "feet"),
  12711. weight: math.unit(190, "lb"),
  12712. name: "Anthro",
  12713. image: {
  12714. source: "./media/characters/cobalt-dracha/anthro.svg",
  12715. extra: 231 / 225,
  12716. bottom: 0.04
  12717. }
  12718. },
  12719. feral: {
  12720. height: math.unit(9 + 7 / 12, "feet"),
  12721. weight: math.unit(294, "lb"),
  12722. name: "Feral",
  12723. image: {
  12724. source: "./media/characters/cobalt-dracha/feral.svg",
  12725. extra: 692 / 633,
  12726. bottom: 0.05
  12727. }
  12728. },
  12729. },
  12730. [
  12731. {
  12732. name: "Normal",
  12733. height: math.unit(7, "feet"),
  12734. default: true
  12735. },
  12736. ]
  12737. ))
  12738. characterMakers.push(() => makeCharacter(
  12739. { name: "Java" },
  12740. {
  12741. fallen: {
  12742. height: math.unit(11 + 8 / 12, "feet"),
  12743. weight: math.unit(485, "lb"),
  12744. name: "Java (Fallen)",
  12745. rename: true,
  12746. image: {
  12747. source: "./media/characters/java/fallen.svg",
  12748. extra: 226 / 208,
  12749. bottom: 0.005
  12750. }
  12751. },
  12752. godkin: {
  12753. height: math.unit(10 + 6 / 12, "feet"),
  12754. weight: math.unit(328, "lb"),
  12755. name: "Java (Godkin)",
  12756. rename: true,
  12757. image: {
  12758. source: "./media/characters/java/godkin.svg",
  12759. extra: 270 / 262,
  12760. bottom: 0.02
  12761. }
  12762. },
  12763. },
  12764. [
  12765. {
  12766. name: "Normal",
  12767. height: math.unit(11 + 8 / 12, "feet"),
  12768. default: true
  12769. },
  12770. ]
  12771. ))
  12772. characterMakers.push(() => makeCharacter(
  12773. { name: "Skoll" },
  12774. {
  12775. front: {
  12776. height: math.unit(7 + 8 / 12, "feet"),
  12777. weight: math.unit(320, "lb"),
  12778. name: "Front",
  12779. image: {
  12780. source: "./media/characters/skoll/front.svg",
  12781. extra: 232 / 220,
  12782. bottom: 0.02
  12783. }
  12784. },
  12785. },
  12786. [
  12787. {
  12788. name: "Normal",
  12789. height: math.unit(7 + 8 / 12, "feet"),
  12790. default: true
  12791. },
  12792. ]
  12793. ))
  12794. characterMakers.push(() => makeCharacter(
  12795. { name: "Purna" },
  12796. {
  12797. front: {
  12798. height: math.unit(5 + 9 / 12, "feet"),
  12799. weight: math.unit(170, "lb"),
  12800. name: "Front",
  12801. image: {
  12802. source: "./media/characters/purna/front.svg",
  12803. extra: 239 / 229,
  12804. bottom: 0.01
  12805. }
  12806. },
  12807. },
  12808. [
  12809. {
  12810. name: "Normal",
  12811. height: math.unit(5 + 9 / 12, "feet"),
  12812. default: true
  12813. },
  12814. ]
  12815. ))
  12816. characterMakers.push(() => makeCharacter(
  12817. { name: "Kuva" },
  12818. {
  12819. front: {
  12820. height: math.unit(5 + 9 / 12, "feet"),
  12821. weight: math.unit(142, "lb"),
  12822. name: "Front",
  12823. image: {
  12824. source: "./media/characters/kuva/front.svg",
  12825. extra: 281 / 271,
  12826. bottom: 0.006
  12827. }
  12828. },
  12829. },
  12830. [
  12831. {
  12832. name: "Normal",
  12833. height: math.unit(5 + 9 / 12, "feet"),
  12834. default: true
  12835. },
  12836. ]
  12837. ))
  12838. characterMakers.push(() => makeCharacter(
  12839. { name: "Embra" },
  12840. {
  12841. anthro: {
  12842. height: math.unit(9 + 2 / 12, "feet"),
  12843. weight: math.unit(270, "lb"),
  12844. name: "Anthro",
  12845. image: {
  12846. source: "./media/characters/embra/anthro.svg",
  12847. extra: 200 / 187,
  12848. bottom: 0.02
  12849. }
  12850. },
  12851. feral: {
  12852. height: math.unit(18 + 8 / 12, "feet"),
  12853. weight: math.unit(576, "lb"),
  12854. name: "Feral",
  12855. image: {
  12856. source: "./media/characters/embra/feral.svg",
  12857. extra: 152 / 137,
  12858. bottom: 0.037
  12859. }
  12860. },
  12861. },
  12862. [
  12863. {
  12864. name: "Normal",
  12865. height: math.unit(9 + 2 / 12, "feet"),
  12866. default: true
  12867. },
  12868. ]
  12869. ))
  12870. characterMakers.push(() => makeCharacter(
  12871. { name: "Grottos" },
  12872. {
  12873. anthro: {
  12874. height: math.unit(10 + 9 / 12, "feet"),
  12875. weight: math.unit(224, "lb"),
  12876. name: "Anthro",
  12877. image: {
  12878. source: "./media/characters/grottos/anthro.svg",
  12879. extra: 350 / 332,
  12880. bottom: 0.045
  12881. }
  12882. },
  12883. feral: {
  12884. height: math.unit(20 + 7 / 12, "feet"),
  12885. weight: math.unit(629, "lb"),
  12886. name: "Feral",
  12887. image: {
  12888. source: "./media/characters/grottos/feral.svg",
  12889. extra: 207 / 190,
  12890. bottom: 0.05
  12891. }
  12892. },
  12893. },
  12894. [
  12895. {
  12896. name: "Normal",
  12897. height: math.unit(10 + 9 / 12, "feet"),
  12898. default: true
  12899. },
  12900. ]
  12901. ))
  12902. characterMakers.push(() => makeCharacter(
  12903. { name: "Frifna" },
  12904. {
  12905. anthro: {
  12906. height: math.unit(9 + 6 / 12, "feet"),
  12907. weight: math.unit(298, "lb"),
  12908. name: "Anthro",
  12909. image: {
  12910. source: "./media/characters/frifna/anthro.svg",
  12911. extra: 282 / 269,
  12912. bottom: 0.015
  12913. }
  12914. },
  12915. feral: {
  12916. height: math.unit(16 + 2 / 12, "feet"),
  12917. weight: math.unit(624, "lb"),
  12918. name: "Feral",
  12919. image: {
  12920. source: "./media/characters/frifna/feral.svg"
  12921. }
  12922. },
  12923. },
  12924. [
  12925. {
  12926. name: "Normal",
  12927. height: math.unit(9 + 6 / 12, "feet"),
  12928. default: true
  12929. },
  12930. ]
  12931. ))
  12932. characterMakers.push(() => makeCharacter(
  12933. { name: "Elise" },
  12934. {
  12935. front: {
  12936. height: math.unit(6 + 2 / 12, "feet"),
  12937. weight: math.unit(168, "lb"),
  12938. name: "Front",
  12939. image: {
  12940. source: "./media/characters/elise/front.svg",
  12941. extra: 276 / 271
  12942. }
  12943. },
  12944. },
  12945. [
  12946. {
  12947. name: "Normal",
  12948. height: math.unit(6 + 2 / 12, "feet"),
  12949. default: true
  12950. },
  12951. ]
  12952. ))
  12953. characterMakers.push(() => makeCharacter(
  12954. { name: "Glade" },
  12955. {
  12956. front: {
  12957. height: math.unit(5 + 10 / 12, "feet"),
  12958. weight: math.unit(210, "lb"),
  12959. name: "Front",
  12960. image: {
  12961. source: "./media/characters/glade/front.svg",
  12962. extra: 258 / 247,
  12963. bottom: 0.008
  12964. }
  12965. },
  12966. },
  12967. [
  12968. {
  12969. name: "Normal",
  12970. height: math.unit(5 + 10 / 12, "feet"),
  12971. default: true
  12972. },
  12973. ]
  12974. ))
  12975. characterMakers.push(() => makeCharacter(
  12976. { name: "Rina" },
  12977. {
  12978. front: {
  12979. height: math.unit(5 + 10 / 12, "feet"),
  12980. weight: math.unit(129, "lb"),
  12981. name: "Front",
  12982. image: {
  12983. source: "./media/characters/rina/front.svg",
  12984. extra: 266 / 255,
  12985. bottom: 0.005
  12986. }
  12987. },
  12988. },
  12989. [
  12990. {
  12991. name: "Normal",
  12992. height: math.unit(5 + 10 / 12, "feet"),
  12993. default: true
  12994. },
  12995. ]
  12996. ))
  12997. characterMakers.push(() => makeCharacter(
  12998. { name: "Veronica" },
  12999. {
  13000. front: {
  13001. height: math.unit(6 + 1 / 12, "feet"),
  13002. weight: math.unit(192, "lb"),
  13003. name: "Front",
  13004. image: {
  13005. source: "./media/characters/veronica/front.svg",
  13006. extra: 319 / 309,
  13007. bottom: 0.005
  13008. }
  13009. },
  13010. },
  13011. [
  13012. {
  13013. name: "Normal",
  13014. height: math.unit(6 + 1 / 12, "feet"),
  13015. default: true
  13016. },
  13017. ]
  13018. ))
  13019. characterMakers.push(() => makeCharacter(
  13020. { name: "Braxton" },
  13021. {
  13022. front: {
  13023. height: math.unit(9 + 3 / 12, "feet"),
  13024. weight: math.unit(1100, "lb"),
  13025. name: "Front",
  13026. image: {
  13027. source: "./media/characters/braxton/front.svg",
  13028. extra: 1057 / 984,
  13029. bottom: 0.05
  13030. }
  13031. },
  13032. },
  13033. [
  13034. {
  13035. name: "Normal",
  13036. height: math.unit(9 + 3 / 12, "feet")
  13037. },
  13038. {
  13039. name: "Giant",
  13040. height: math.unit(300, "feet"),
  13041. default: true
  13042. },
  13043. {
  13044. name: "Macro",
  13045. height: math.unit(700, "feet")
  13046. },
  13047. {
  13048. name: "Megamacro",
  13049. height: math.unit(6000, "feet")
  13050. },
  13051. ]
  13052. ))
  13053. characterMakers.push(() => makeCharacter(
  13054. { name: "Blue Feyonics" },
  13055. {
  13056. front: {
  13057. height: math.unit(6 + 7 / 12, "feet"),
  13058. weight: math.unit(150, "lb"),
  13059. name: "Front",
  13060. image: {
  13061. source: "./media/characters/blue-feyonics/front.svg",
  13062. extra: 1403 / 1306,
  13063. bottom: 0.047
  13064. }
  13065. },
  13066. },
  13067. [
  13068. {
  13069. name: "Normal",
  13070. height: math.unit(6 + 7 / 12, "feet"),
  13071. default: true
  13072. },
  13073. ]
  13074. ))
  13075. characterMakers.push(() => makeCharacter(
  13076. { name: "Maxwell" },
  13077. {
  13078. front: {
  13079. height: math.unit(1.8, "meters"),
  13080. weight: math.unit(60, "kg"),
  13081. name: "Front",
  13082. image: {
  13083. source: "./media/characters/maxwell/front.svg",
  13084. extra: 2060 / 1873
  13085. }
  13086. },
  13087. },
  13088. [
  13089. {
  13090. name: "Micro",
  13091. height: math.unit(1, "mm")
  13092. },
  13093. {
  13094. name: "Normal",
  13095. height: math.unit(1.8, "meter"),
  13096. default: true
  13097. },
  13098. {
  13099. name: "Macro",
  13100. height: math.unit(30, "meters")
  13101. },
  13102. {
  13103. name: "Megamacro",
  13104. height: math.unit(10, "km")
  13105. },
  13106. ]
  13107. ))
  13108. characterMakers.push(() => makeCharacter(
  13109. { name: "Jack" },
  13110. {
  13111. front: {
  13112. height: math.unit(6, "feet"),
  13113. weight: math.unit(150, "lb"),
  13114. name: "Front",
  13115. image: {
  13116. source: "./media/characters/jack/front.svg",
  13117. extra: 1754 / 1640,
  13118. bottom: 0.01
  13119. }
  13120. },
  13121. },
  13122. [
  13123. {
  13124. name: "Normal",
  13125. height: math.unit(80000, "feet"),
  13126. default: true
  13127. },
  13128. {
  13129. name: "Max size",
  13130. height: math.unit(10, "lightyears")
  13131. },
  13132. ]
  13133. ))
  13134. characterMakers.push(() => makeCharacter(
  13135. { name: "Cafat" },
  13136. {
  13137. upright: {
  13138. height: math.unit(7, "feet"),
  13139. weight: math.unit(170, "lb"),
  13140. name: "Upright",
  13141. image: {
  13142. source: "./media/characters/cafat/upright.svg",
  13143. bottom: 0.01
  13144. }
  13145. },
  13146. uprightFull: {
  13147. height: math.unit(7, "feet"),
  13148. weight: math.unit(170, "lb"),
  13149. name: "Upright (Full)",
  13150. image: {
  13151. source: "./media/characters/cafat/upright-full.svg",
  13152. bottom: 0.01
  13153. }
  13154. },
  13155. side: {
  13156. height: math.unit(5, "feet"),
  13157. weight: math.unit(150, "lb"),
  13158. name: "Side",
  13159. image: {
  13160. source: "./media/characters/cafat/side.svg"
  13161. }
  13162. },
  13163. },
  13164. [
  13165. {
  13166. name: "Small",
  13167. height: math.unit(7, "feet"),
  13168. default: true
  13169. },
  13170. {
  13171. name: "Large",
  13172. height: math.unit(15.5, "feet")
  13173. },
  13174. ]
  13175. ))
  13176. characterMakers.push(() => makeCharacter(
  13177. { name: "Verin Raharra" },
  13178. {
  13179. front: {
  13180. height: math.unit(6, "feet"),
  13181. weight: math.unit(150, "lb"),
  13182. name: "Front",
  13183. image: {
  13184. source: "./media/characters/verin-raharra/front.svg",
  13185. extra: 5019 / 4835,
  13186. bottom: 0.023
  13187. }
  13188. },
  13189. },
  13190. [
  13191. {
  13192. name: "Normal",
  13193. height: math.unit(7 + 5 / 12, "feet"),
  13194. default: true
  13195. },
  13196. {
  13197. name: "Upsized",
  13198. height: math.unit(20, "feet")
  13199. },
  13200. ]
  13201. ))
  13202. characterMakers.push(() => makeCharacter(
  13203. { name: "Nakata" },
  13204. {
  13205. front: {
  13206. height: math.unit(7, "feet"),
  13207. weight: math.unit(230, "lb"),
  13208. name: "Front",
  13209. image: {
  13210. source: "./media/characters/nakata/front.svg",
  13211. extra: 1.005,
  13212. bottom: 0.01
  13213. }
  13214. },
  13215. },
  13216. [
  13217. {
  13218. name: "Normal",
  13219. height: math.unit(7, "feet"),
  13220. default: true
  13221. },
  13222. {
  13223. name: "Big",
  13224. height: math.unit(14, "feet")
  13225. },
  13226. {
  13227. name: "Macro",
  13228. height: math.unit(400, "feet")
  13229. },
  13230. ]
  13231. ))
  13232. characterMakers.push(() => makeCharacter(
  13233. { name: "Lily" },
  13234. {
  13235. front: {
  13236. height: math.unit(4.91, "feet"),
  13237. weight: math.unit(100, "lb"),
  13238. name: "Front",
  13239. image: {
  13240. source: "./media/characters/lily/front.svg",
  13241. extra: 1585 / 1415,
  13242. bottom: 0.02
  13243. }
  13244. },
  13245. },
  13246. [
  13247. {
  13248. name: "Normal",
  13249. height: math.unit(4.91, "feet"),
  13250. default: true
  13251. },
  13252. ]
  13253. ))
  13254. characterMakers.push(() => makeCharacter(
  13255. { name: "Sheila" },
  13256. {
  13257. laying: {
  13258. height: math.unit(4 + 4 / 12, "feet"),
  13259. weight: math.unit(600, "lb"),
  13260. name: "Laying",
  13261. image: {
  13262. source: "./media/characters/sheila/laying.svg",
  13263. extra: 1333 / 1265,
  13264. bottom: 0.16
  13265. }
  13266. },
  13267. },
  13268. [
  13269. {
  13270. name: "Normal",
  13271. height: math.unit(4 + 4 / 12, "feet"),
  13272. default: true
  13273. },
  13274. ]
  13275. ))
  13276. characterMakers.push(() => makeCharacter(
  13277. { name: "Sax" },
  13278. {
  13279. front: {
  13280. height: math.unit(6, "feet"),
  13281. weight: math.unit(190, "lb"),
  13282. name: "Front",
  13283. image: {
  13284. source: "./media/characters/sax/front.svg",
  13285. extra: 1187 / 973,
  13286. bottom: 0.042
  13287. }
  13288. },
  13289. },
  13290. [
  13291. {
  13292. name: "Micro",
  13293. height: math.unit(4, "inches"),
  13294. default: true
  13295. },
  13296. ]
  13297. ))
  13298. characterMakers.push(() => makeCharacter(
  13299. { name: "Pandora" },
  13300. {
  13301. front: {
  13302. height: math.unit(6, "feet"),
  13303. weight: math.unit(150, "lb"),
  13304. name: "Front",
  13305. image: {
  13306. source: "./media/characters/pandora/front.svg",
  13307. extra: 2720 / 2556,
  13308. bottom: 0.015
  13309. }
  13310. },
  13311. back: {
  13312. height: math.unit(6, "feet"),
  13313. weight: math.unit(150, "lb"),
  13314. name: "Back",
  13315. image: {
  13316. source: "./media/characters/pandora/back.svg",
  13317. extra: 2720 / 2556,
  13318. bottom: 0.01
  13319. }
  13320. },
  13321. beans: {
  13322. height: math.unit(6 / 8, "feet"),
  13323. name: "Beans",
  13324. image: {
  13325. source: "./media/characters/pandora/beans.svg"
  13326. }
  13327. },
  13328. skirt: {
  13329. height: math.unit(6, "feet"),
  13330. weight: math.unit(150, "lb"),
  13331. name: "Skirt",
  13332. image: {
  13333. source: "./media/characters/pandora/skirt.svg",
  13334. extra: 1622 / 1525,
  13335. bottom: 0.015
  13336. }
  13337. },
  13338. hoodie: {
  13339. height: math.unit(6, "feet"),
  13340. weight: math.unit(150, "lb"),
  13341. name: "Hoodie",
  13342. image: {
  13343. source: "./media/characters/pandora/hoodie.svg",
  13344. extra: 1622 / 1525,
  13345. bottom: 0.015
  13346. }
  13347. },
  13348. casual: {
  13349. height: math.unit(6, "feet"),
  13350. weight: math.unit(150, "lb"),
  13351. name: "Casual",
  13352. image: {
  13353. source: "./media/characters/pandora/casual.svg",
  13354. extra: 1622 / 1525,
  13355. bottom: 0.015
  13356. }
  13357. },
  13358. },
  13359. [
  13360. {
  13361. name: "Normal",
  13362. height: math.unit(6, "feet")
  13363. },
  13364. {
  13365. name: "Big Steppy",
  13366. height: math.unit(1, "km"),
  13367. default: true
  13368. },
  13369. ]
  13370. ))
  13371. characterMakers.push(() => makeCharacter(
  13372. { name: "Venio Darcony" },
  13373. {
  13374. side: {
  13375. height: math.unit(10, "feet"),
  13376. weight: math.unit(800, "kg"),
  13377. name: "Side",
  13378. image: {
  13379. source: "./media/characters/venio-darcony/side.svg",
  13380. extra: 1373 / 1003,
  13381. bottom: 0.037
  13382. }
  13383. },
  13384. front: {
  13385. height: math.unit(19, "feet"),
  13386. weight: math.unit(800, "kg"),
  13387. name: "Front",
  13388. image: {
  13389. source: "./media/characters/venio-darcony/front.svg"
  13390. }
  13391. },
  13392. back: {
  13393. height: math.unit(19, "feet"),
  13394. weight: math.unit(800, "kg"),
  13395. name: "Back",
  13396. image: {
  13397. source: "./media/characters/venio-darcony/back.svg"
  13398. }
  13399. },
  13400. },
  13401. [
  13402. {
  13403. name: "Normal",
  13404. height: math.unit(10, "feet")
  13405. },
  13406. {
  13407. name: "Macro",
  13408. height: math.unit(130, "feet"),
  13409. default: true
  13410. },
  13411. {
  13412. name: "Macro+",
  13413. height: math.unit(240, "feet")
  13414. },
  13415. ]
  13416. ))
  13417. characterMakers.push(() => makeCharacter(
  13418. { name: "Veski" },
  13419. {
  13420. front: {
  13421. height: math.unit(6, "feet"),
  13422. weight: math.unit(150, "lb"),
  13423. name: "Front",
  13424. image: {
  13425. source: "./media/characters/veski/front.svg",
  13426. extra: 1299 / 1225,
  13427. bottom: 0.04
  13428. }
  13429. },
  13430. back: {
  13431. height: math.unit(6, "feet"),
  13432. weight: math.unit(150, "lb"),
  13433. name: "Back",
  13434. image: {
  13435. source: "./media/characters/veski/back.svg",
  13436. extra: 1299 / 1225,
  13437. bottom: 0.008
  13438. }
  13439. },
  13440. maw: {
  13441. height: math.unit(1.5 * 1.21, "feet"),
  13442. name: "Maw",
  13443. image: {
  13444. source: "./media/characters/veski/maw.svg"
  13445. }
  13446. },
  13447. },
  13448. [
  13449. {
  13450. name: "Macro",
  13451. height: math.unit(2, "km"),
  13452. default: true
  13453. },
  13454. ]
  13455. ))
  13456. characterMakers.push(() => makeCharacter(
  13457. { name: "Isabelle" },
  13458. {
  13459. front: {
  13460. height: math.unit(5 + 7 / 12, "feet"),
  13461. name: "Front",
  13462. image: {
  13463. source: "./media/characters/isabelle/front.svg",
  13464. extra: 2130 / 1976,
  13465. bottom: 0.05
  13466. }
  13467. },
  13468. },
  13469. [
  13470. {
  13471. name: "Supermicro",
  13472. height: math.unit(10, "micrometers")
  13473. },
  13474. {
  13475. name: "Micro",
  13476. height: math.unit(1, "inch")
  13477. },
  13478. {
  13479. name: "Tiny",
  13480. height: math.unit(5, "inches")
  13481. },
  13482. {
  13483. name: "Standard",
  13484. height: math.unit(5 + 7 / 12, "inches")
  13485. },
  13486. {
  13487. name: "Macro",
  13488. height: math.unit(80, "meters"),
  13489. default: true
  13490. },
  13491. {
  13492. name: "Megamacro",
  13493. height: math.unit(250, "meters")
  13494. },
  13495. {
  13496. name: "Gigamacro",
  13497. height: math.unit(5, "km")
  13498. },
  13499. {
  13500. name: "Cosmic",
  13501. height: math.unit(2.5e6, "miles")
  13502. },
  13503. ]
  13504. ))
  13505. characterMakers.push(() => makeCharacter(
  13506. { name: "Hanzo" },
  13507. {
  13508. front: {
  13509. height: math.unit(6, "feet"),
  13510. weight: math.unit(150, "lb"),
  13511. name: "Front",
  13512. image: {
  13513. source: "./media/characters/hanzo/front.svg",
  13514. extra: 374 / 344,
  13515. bottom: 0.02
  13516. }
  13517. },
  13518. },
  13519. [
  13520. {
  13521. name: "Normal",
  13522. height: math.unit(8, "feet"),
  13523. default: true
  13524. },
  13525. ]
  13526. ))
  13527. characterMakers.push(() => makeCharacter(
  13528. { name: "Anna" },
  13529. {
  13530. front: {
  13531. height: math.unit(7, "feet"),
  13532. weight: math.unit(130, "lb"),
  13533. name: "Front",
  13534. image: {
  13535. source: "./media/characters/anna/front.svg",
  13536. extra: 169 / 145,
  13537. bottom: 0.06
  13538. }
  13539. },
  13540. full: {
  13541. height: math.unit(4.96, "feet"),
  13542. weight: math.unit(220, "lb"),
  13543. name: "Full",
  13544. image: {
  13545. source: "./media/characters/anna/full.svg",
  13546. extra: 138 / 114,
  13547. bottom: 0.15
  13548. }
  13549. },
  13550. tongue: {
  13551. height: math.unit(2.53, "feet"),
  13552. name: "Tongue",
  13553. image: {
  13554. source: "./media/characters/anna/tongue.svg"
  13555. }
  13556. },
  13557. },
  13558. [
  13559. {
  13560. name: "Normal",
  13561. height: math.unit(7, "feet"),
  13562. default: true
  13563. },
  13564. ]
  13565. ))
  13566. characterMakers.push(() => makeCharacter(
  13567. { name: "Ian Corvid" },
  13568. {
  13569. front: {
  13570. height: math.unit(7, "feet"),
  13571. weight: math.unit(150, "lb"),
  13572. name: "Front",
  13573. image: {
  13574. source: "./media/characters/ian-corvid/front.svg",
  13575. extra: 150 / 142,
  13576. bottom: 0.02
  13577. }
  13578. },
  13579. back: {
  13580. height: math.unit(7, "feet"),
  13581. weight: math.unit(150, "lb"),
  13582. name: "Back",
  13583. image: {
  13584. source: "./media/characters/ian-corvid/back.svg",
  13585. extra: 150 / 143,
  13586. bottom: 0.01
  13587. }
  13588. },
  13589. stomping: {
  13590. height: math.unit(7, "feet"),
  13591. weight: math.unit(150, "lb"),
  13592. name: "Stomping",
  13593. image: {
  13594. source: "./media/characters/ian-corvid/stomping.svg",
  13595. extra: 76 / 72
  13596. }
  13597. },
  13598. sitting: {
  13599. height: math.unit(7 / 1.8, "feet"),
  13600. weight: math.unit(150, "lb"),
  13601. name: "Sitting",
  13602. image: {
  13603. source: "./media/characters/ian-corvid/sitting.svg",
  13604. extra: 1400 / 1269,
  13605. bottom: 0.15
  13606. }
  13607. },
  13608. },
  13609. [
  13610. {
  13611. name: "Tiny Microw",
  13612. height: math.unit(1, "inch")
  13613. },
  13614. {
  13615. name: "Microw",
  13616. height: math.unit(6, "inches")
  13617. },
  13618. {
  13619. name: "Crow",
  13620. height: math.unit(7 + 1 / 12, "feet"),
  13621. default: true
  13622. },
  13623. {
  13624. name: "Macrow",
  13625. height: math.unit(176, "feet")
  13626. },
  13627. ]
  13628. ))
  13629. characterMakers.push(() => makeCharacter(
  13630. { name: "Natalie Kellon" },
  13631. {
  13632. front: {
  13633. height: math.unit(5 + 7 / 12, "feet"),
  13634. weight: math.unit(147, "lb"),
  13635. name: "Front",
  13636. image: {
  13637. source: "./media/characters/natalie-kellon/front.svg",
  13638. extra: 1214 / 1141,
  13639. bottom: 0.02
  13640. }
  13641. },
  13642. },
  13643. [
  13644. {
  13645. name: "Micro",
  13646. height: math.unit(1 / 16, "inch")
  13647. },
  13648. {
  13649. name: "Tiny",
  13650. height: math.unit(4, "inches")
  13651. },
  13652. {
  13653. name: "Normal",
  13654. height: math.unit(5 + 7 / 12, "feet"),
  13655. default: true
  13656. },
  13657. {
  13658. name: "Amazon",
  13659. height: math.unit(12, "feet")
  13660. },
  13661. {
  13662. name: "Giantess",
  13663. height: math.unit(160, "meters")
  13664. },
  13665. {
  13666. name: "Titaness",
  13667. height: math.unit(800, "meters")
  13668. },
  13669. ]
  13670. ))
  13671. characterMakers.push(() => makeCharacter(
  13672. { name: "Alluria" },
  13673. {
  13674. front: {
  13675. height: math.unit(6, "feet"),
  13676. weight: math.unit(150, "lb"),
  13677. name: "Front",
  13678. image: {
  13679. source: "./media/characters/alluria/front.svg",
  13680. extra: 806 / 738,
  13681. bottom: 0.01
  13682. }
  13683. },
  13684. side: {
  13685. height: math.unit(6, "feet"),
  13686. weight: math.unit(150, "lb"),
  13687. name: "Side",
  13688. image: {
  13689. source: "./media/characters/alluria/side.svg",
  13690. extra: 800 / 750,
  13691. }
  13692. },
  13693. back: {
  13694. height: math.unit(6, "feet"),
  13695. weight: math.unit(150, "lb"),
  13696. name: "Back",
  13697. image: {
  13698. source: "./media/characters/alluria/back.svg",
  13699. extra: 806 / 738,
  13700. }
  13701. },
  13702. frontMaid: {
  13703. height: math.unit(6, "feet"),
  13704. weight: math.unit(150, "lb"),
  13705. name: "Front (Maid)",
  13706. image: {
  13707. source: "./media/characters/alluria/front-maid.svg",
  13708. extra: 806 / 738,
  13709. bottom: 0.01
  13710. }
  13711. },
  13712. sideMaid: {
  13713. height: math.unit(6, "feet"),
  13714. weight: math.unit(150, "lb"),
  13715. name: "Side (Maid)",
  13716. image: {
  13717. source: "./media/characters/alluria/side-maid.svg",
  13718. extra: 800 / 750,
  13719. bottom: 0.005
  13720. }
  13721. },
  13722. backMaid: {
  13723. height: math.unit(6, "feet"),
  13724. weight: math.unit(150, "lb"),
  13725. name: "Back (Maid)",
  13726. image: {
  13727. source: "./media/characters/alluria/back-maid.svg",
  13728. extra: 806 / 738,
  13729. }
  13730. },
  13731. },
  13732. [
  13733. {
  13734. name: "Micro",
  13735. height: math.unit(6, "inches"),
  13736. default: true
  13737. },
  13738. ]
  13739. ))
  13740. characterMakers.push(() => makeCharacter(
  13741. { name: "Kyle" },
  13742. {
  13743. front: {
  13744. height: math.unit(6, "feet"),
  13745. weight: math.unit(150, "lb"),
  13746. name: "Front",
  13747. image: {
  13748. source: "./media/characters/kyle/front.svg",
  13749. extra: 1069 / 962,
  13750. bottom: 77.228 / 1727.45
  13751. }
  13752. },
  13753. },
  13754. [
  13755. {
  13756. name: "Macro",
  13757. height: math.unit(150, "feet"),
  13758. default: true
  13759. },
  13760. ]
  13761. ))
  13762. characterMakers.push(() => makeCharacter(
  13763. { name: "Duncan" },
  13764. {
  13765. front: {
  13766. height: math.unit(6, "feet"),
  13767. weight: math.unit(300, "lb"),
  13768. name: "Front",
  13769. image: {
  13770. source: "./media/characters/duncan/front.svg",
  13771. extra: 1650 / 1482,
  13772. bottom: 0.05
  13773. }
  13774. },
  13775. },
  13776. [
  13777. {
  13778. name: "Macro",
  13779. height: math.unit(100, "feet"),
  13780. default: true
  13781. },
  13782. ]
  13783. ))
  13784. characterMakers.push(() => makeCharacter(
  13785. { name: "Memory" },
  13786. {
  13787. front: {
  13788. height: math.unit(5 + 4 / 12, "feet"),
  13789. weight: math.unit(220, "lb"),
  13790. name: "Front",
  13791. image: {
  13792. source: "./media/characters/memory/front.svg",
  13793. extra: 3641 / 3545,
  13794. bottom: 0.03
  13795. }
  13796. },
  13797. back: {
  13798. height: math.unit(5 + 4 / 12, "feet"),
  13799. weight: math.unit(220, "lb"),
  13800. name: "Back",
  13801. image: {
  13802. source: "./media/characters/memory/back.svg",
  13803. extra: 3641 / 3545,
  13804. bottom: 0.025
  13805. }
  13806. },
  13807. frontSkirt: {
  13808. height: math.unit(5 + 4 / 12, "feet"),
  13809. weight: math.unit(220, "lb"),
  13810. name: "Front (Skirt)",
  13811. image: {
  13812. source: "./media/characters/memory/front-skirt.svg",
  13813. extra: 3641 / 3545,
  13814. bottom: 0.03
  13815. }
  13816. },
  13817. frontDress: {
  13818. height: math.unit(5 + 4 / 12, "feet"),
  13819. weight: math.unit(220, "lb"),
  13820. name: "Front (Dress)",
  13821. image: {
  13822. source: "./media/characters/memory/front-dress.svg",
  13823. extra: 3641 / 3545,
  13824. bottom: 0.03
  13825. }
  13826. },
  13827. },
  13828. [
  13829. {
  13830. name: "Micro",
  13831. height: math.unit(6, "inches"),
  13832. default: true
  13833. },
  13834. {
  13835. name: "Normal",
  13836. height: math.unit(5 + 4 / 12, "feet")
  13837. },
  13838. ]
  13839. ))
  13840. characterMakers.push(() => makeCharacter(
  13841. { name: "Luno" },
  13842. {
  13843. front: {
  13844. height: math.unit(4 + 11 / 12, "feet"),
  13845. weight: math.unit(100, "lb"),
  13846. name: "Front",
  13847. image: {
  13848. source: "./media/characters/luno/front.svg",
  13849. extra: 1535 / 1487,
  13850. bottom: 0.03
  13851. }
  13852. },
  13853. },
  13854. [
  13855. {
  13856. name: "Micro",
  13857. height: math.unit(3, "inches")
  13858. },
  13859. {
  13860. name: "Normal",
  13861. height: math.unit(4 + 11 / 12, "feet"),
  13862. default: true
  13863. },
  13864. {
  13865. name: "Macro",
  13866. height: math.unit(300, "feet")
  13867. },
  13868. {
  13869. name: "Megamacro",
  13870. height: math.unit(700, "miles")
  13871. },
  13872. ]
  13873. ))
  13874. characterMakers.push(() => makeCharacter(
  13875. { name: "Jamesy" },
  13876. {
  13877. front: {
  13878. height: math.unit(6 + 2 / 12, "feet"),
  13879. weight: math.unit(170, "lb"),
  13880. name: "Front",
  13881. image: {
  13882. source: "./media/characters/jamesy/front.svg",
  13883. extra: 440 / 382,
  13884. bottom: 0.005
  13885. }
  13886. },
  13887. },
  13888. [
  13889. {
  13890. name: "Micro",
  13891. height: math.unit(3, "inches")
  13892. },
  13893. {
  13894. name: "Normal",
  13895. height: math.unit(6 + 2 / 12, "feet"),
  13896. default: true
  13897. },
  13898. {
  13899. name: "Macro",
  13900. height: math.unit(300, "feet")
  13901. },
  13902. {
  13903. name: "Megamacro",
  13904. height: math.unit(700, "miles")
  13905. },
  13906. ]
  13907. ))
  13908. characterMakers.push(() => makeCharacter(
  13909. { name: "Mark" },
  13910. {
  13911. front: {
  13912. height: math.unit(6, "feet"),
  13913. weight: math.unit(160, "lb"),
  13914. name: "Front",
  13915. image: {
  13916. source: "./media/characters/mark/front.svg",
  13917. extra: 3300 / 3100,
  13918. bottom: 136.42 / 3440.47
  13919. }
  13920. },
  13921. },
  13922. [
  13923. {
  13924. name: "Macro",
  13925. height: math.unit(120, "meters")
  13926. },
  13927. {
  13928. name: "Bigger Macro",
  13929. height: math.unit(350, "meters")
  13930. },
  13931. {
  13932. name: "Megamacro",
  13933. height: math.unit(8, "km"),
  13934. default: true
  13935. },
  13936. {
  13937. name: "Continental",
  13938. height: math.unit(4550, "km")
  13939. },
  13940. {
  13941. name: "Planetary",
  13942. height: math.unit(65000, "km")
  13943. },
  13944. ]
  13945. ))
  13946. characterMakers.push(() => makeCharacter(
  13947. { name: "Mac" },
  13948. {
  13949. front: {
  13950. height: math.unit(6, "feet"),
  13951. weight: math.unit(400, "lb"),
  13952. name: "Front",
  13953. image: {
  13954. source: "./media/characters/mac/front.svg",
  13955. extra: 1048 / 987.7,
  13956. bottom: 60 / 1107.6,
  13957. }
  13958. },
  13959. },
  13960. [
  13961. {
  13962. name: "Macro",
  13963. height: math.unit(500, "feet"),
  13964. default: true
  13965. },
  13966. ]
  13967. ))
  13968. characterMakers.push(() => makeCharacter(
  13969. { name: "Bari" },
  13970. {
  13971. front: {
  13972. height: math.unit(5 + 2 / 12, "feet"),
  13973. weight: math.unit(190, "lb"),
  13974. name: "Front",
  13975. image: {
  13976. source: "./media/characters/bari/front.svg",
  13977. extra: 3156 / 2880,
  13978. bottom: 0.03
  13979. }
  13980. },
  13981. back: {
  13982. height: math.unit(5 + 2 / 12, "feet"),
  13983. weight: math.unit(190, "lb"),
  13984. name: "Back",
  13985. image: {
  13986. source: "./media/characters/bari/back.svg",
  13987. extra: 3260 / 2834,
  13988. bottom: 0.025
  13989. }
  13990. },
  13991. frontPlush: {
  13992. height: math.unit(5 + 2 / 12, "feet"),
  13993. weight: math.unit(190, "lb"),
  13994. name: "Front (Plush)",
  13995. image: {
  13996. source: "./media/characters/bari/front-plush.svg",
  13997. extra: 1112 / 1061,
  13998. bottom: 0.002
  13999. }
  14000. },
  14001. },
  14002. [
  14003. {
  14004. name: "Micro",
  14005. height: math.unit(3, "inches")
  14006. },
  14007. {
  14008. name: "Normal",
  14009. height: math.unit(5 + 2 / 12, "feet"),
  14010. default: true
  14011. },
  14012. {
  14013. name: "Macro",
  14014. height: math.unit(20, "feet")
  14015. },
  14016. ]
  14017. ))
  14018. characterMakers.push(() => makeCharacter(
  14019. { name: "Hunter Misha Raven" },
  14020. {
  14021. front: {
  14022. height: math.unit(6 + 1 / 12, "feet"),
  14023. weight: math.unit(275, "lb"),
  14024. name: "Front",
  14025. image: {
  14026. source: "./media/characters/hunter-misha-raven/front.svg"
  14027. }
  14028. },
  14029. },
  14030. [
  14031. {
  14032. name: "Mortal",
  14033. height: math.unit(6 + 1 / 12, "feet")
  14034. },
  14035. {
  14036. name: "Divine",
  14037. height: math.unit(1.12134e34, "parsecs"),
  14038. default: true
  14039. },
  14040. ]
  14041. ))
  14042. characterMakers.push(() => makeCharacter(
  14043. { name: "Max Calore" },
  14044. {
  14045. front: {
  14046. height: math.unit(6 + 3 / 12, "feet"),
  14047. weight: math.unit(220, "lb"),
  14048. name: "Front",
  14049. image: {
  14050. source: "./media/characters/max-calore/front.svg",
  14051. extra: 1700 / 1648,
  14052. bottom: 0.01
  14053. }
  14054. },
  14055. back: {
  14056. height: math.unit(6 + 3 / 12, "feet"),
  14057. weight: math.unit(220, "lb"),
  14058. name: "Back",
  14059. image: {
  14060. source: "./media/characters/max-calore/back.svg",
  14061. extra: 1700 / 1648,
  14062. bottom: 0.01
  14063. }
  14064. },
  14065. },
  14066. [
  14067. {
  14068. name: "Normal",
  14069. height: math.unit(6 + 3 / 12, "feet"),
  14070. default: true
  14071. },
  14072. ]
  14073. ))
  14074. characterMakers.push(() => makeCharacter(
  14075. { name: "Aspen" },
  14076. {
  14077. side: {
  14078. height: math.unit(2 + 8 / 12, "feet"),
  14079. weight: math.unit(99, "lb"),
  14080. name: "Side",
  14081. image: {
  14082. source: "./media/characters/aspen/side.svg",
  14083. extra: 152 / 138,
  14084. bottom: 0.032
  14085. }
  14086. },
  14087. },
  14088. [
  14089. {
  14090. name: "Normal",
  14091. height: math.unit(2 + 8 / 12, "feet"),
  14092. default: true
  14093. },
  14094. ]
  14095. ))
  14096. characterMakers.push(() => makeCharacter(
  14097. { name: "Sheila (Wolf)" },
  14098. {
  14099. side: {
  14100. height: math.unit(3 + 2 / 12, "feet"),
  14101. weight: math.unit(224, "lb"),
  14102. name: "Side",
  14103. image: {
  14104. source: "./media/characters/sheila-wolf/side.svg",
  14105. extra: 179 / 166,
  14106. bottom: 0.03
  14107. }
  14108. },
  14109. },
  14110. [
  14111. {
  14112. name: "Normal",
  14113. height: math.unit(3 + 2 / 12, "feet"),
  14114. default: true
  14115. },
  14116. ]
  14117. ))
  14118. characterMakers.push(() => makeCharacter(
  14119. { name: "Michelle" },
  14120. {
  14121. side: {
  14122. height: math.unit(1 + 9 / 12, "feet"),
  14123. weight: math.unit(38, "lb"),
  14124. name: "Side",
  14125. image: {
  14126. source: "./media/characters/michelle/side.svg",
  14127. extra: 147 / 136.7,
  14128. bottom: 0.03
  14129. }
  14130. },
  14131. },
  14132. [
  14133. {
  14134. name: "Normal",
  14135. height: math.unit(1 + 9 / 12, "feet"),
  14136. default: true
  14137. },
  14138. ]
  14139. ))
  14140. characterMakers.push(() => makeCharacter(
  14141. { name: "Nino" },
  14142. {
  14143. front: {
  14144. height: math.unit(1 + 1 / 12, "feet"),
  14145. weight: math.unit(18, "lb"),
  14146. name: "Front",
  14147. image: {
  14148. source: "./media/characters/nino/front.svg"
  14149. }
  14150. },
  14151. },
  14152. [
  14153. {
  14154. name: "Normal",
  14155. height: math.unit(1 + 1 / 12, "feet"),
  14156. default: true
  14157. },
  14158. ]
  14159. ))
  14160. characterMakers.push(() => makeCharacter(
  14161. { name: "Viola" },
  14162. {
  14163. front: {
  14164. height: math.unit(1, "feet"),
  14165. weight: math.unit(16, "lb"),
  14166. name: "Front",
  14167. image: {
  14168. source: "./media/characters/viola/front.svg"
  14169. }
  14170. },
  14171. },
  14172. [
  14173. {
  14174. name: "Normal",
  14175. height: math.unit(1, "feet"),
  14176. default: true
  14177. },
  14178. ]
  14179. ))
  14180. characterMakers.push(() => makeCharacter(
  14181. { name: "Atlas" },
  14182. {
  14183. front: {
  14184. height: math.unit(6 + 5 / 12, "feet"),
  14185. weight: math.unit(580, "lb"),
  14186. name: "Front",
  14187. image: {
  14188. source: "./media/characters/atlas/front.svg",
  14189. extra: 298.5 / 290,
  14190. bottom: 0.015
  14191. }
  14192. },
  14193. },
  14194. [
  14195. {
  14196. name: "Normal",
  14197. height: math.unit(6 + 5 / 12, "feet"),
  14198. default: true
  14199. },
  14200. ]
  14201. ))
  14202. characterMakers.push(() => makeCharacter(
  14203. { name: "Davy" },
  14204. {
  14205. side: {
  14206. height: math.unit(1 + 10 / 12, "feet"),
  14207. weight: math.unit(25, "lb"),
  14208. name: "Side",
  14209. image: {
  14210. source: "./media/characters/davy/side.svg",
  14211. extra: 200 / 170,
  14212. bottom: 0.01
  14213. }
  14214. },
  14215. },
  14216. [
  14217. {
  14218. name: "Normal",
  14219. height: math.unit(1 + 10 / 12, "feet"),
  14220. default: true
  14221. },
  14222. ]
  14223. ))
  14224. characterMakers.push(() => makeCharacter(
  14225. { name: "Fiona" },
  14226. {
  14227. side: {
  14228. height: math.unit(4 + 8 / 12, "feet"),
  14229. weight: math.unit(166, "lb"),
  14230. name: "Side",
  14231. image: {
  14232. source: "./media/characters/fiona/side.svg",
  14233. extra: 232 / 220,
  14234. bottom: 0.03
  14235. }
  14236. },
  14237. },
  14238. [
  14239. {
  14240. name: "Normal",
  14241. height: math.unit(4 + 8 / 12, "feet"),
  14242. default: true
  14243. },
  14244. ]
  14245. ))
  14246. characterMakers.push(() => makeCharacter(
  14247. { name: "Lyla" },
  14248. {
  14249. front: {
  14250. height: math.unit(2, "feet"),
  14251. weight: math.unit(62, "lb"),
  14252. name: "Front",
  14253. image: {
  14254. source: "./media/characters/lyla/front.svg",
  14255. bottom: 0.1
  14256. }
  14257. },
  14258. },
  14259. [
  14260. {
  14261. name: "Normal",
  14262. height: math.unit(2, "feet"),
  14263. default: true
  14264. },
  14265. ]
  14266. ))
  14267. characterMakers.push(() => makeCharacter(
  14268. { name: "Perseus" },
  14269. {
  14270. side: {
  14271. height: math.unit(1.8, "feet"),
  14272. weight: math.unit(44, "lb"),
  14273. name: "Side",
  14274. image: {
  14275. source: "./media/characters/perseus/side.svg",
  14276. bottom: 0.21
  14277. }
  14278. },
  14279. },
  14280. [
  14281. {
  14282. name: "Normal",
  14283. height: math.unit(1.8, "feet"),
  14284. default: true
  14285. },
  14286. ]
  14287. ))
  14288. characterMakers.push(() => makeCharacter(
  14289. { name: "Remus" },
  14290. {
  14291. side: {
  14292. height: math.unit(4 + 2 / 12, "feet"),
  14293. weight: math.unit(20, "lb"),
  14294. name: "Side",
  14295. image: {
  14296. source: "./media/characters/remus/side.svg"
  14297. }
  14298. },
  14299. },
  14300. [
  14301. {
  14302. name: "Normal",
  14303. height: math.unit(4 + 2 / 12, "feet"),
  14304. default: true
  14305. },
  14306. ]
  14307. ))
  14308. characterMakers.push(() => makeCharacter(
  14309. { name: "Raf" },
  14310. {
  14311. front: {
  14312. height: math.unit(4 + 11 / 12, "feet"),
  14313. weight: math.unit(114, "lb"),
  14314. name: "Front",
  14315. image: {
  14316. source: "./media/characters/raf/front.svg",
  14317. bottom: 0.01
  14318. }
  14319. },
  14320. side: {
  14321. height: math.unit(4 + 11 / 12, "feet"),
  14322. weight: math.unit(114, "lb"),
  14323. name: "Side",
  14324. image: {
  14325. source: "./media/characters/raf/side.svg",
  14326. bottom: 0.005
  14327. }
  14328. },
  14329. },
  14330. [
  14331. {
  14332. name: "Micro",
  14333. height: math.unit(2, "inches")
  14334. },
  14335. {
  14336. name: "Normal",
  14337. height: math.unit(4 + 11 / 12, "feet"),
  14338. default: true
  14339. },
  14340. {
  14341. name: "Macro",
  14342. height: math.unit(70, "feet")
  14343. },
  14344. ]
  14345. ))
  14346. characterMakers.push(() => makeCharacter(
  14347. { name: "Liam Einarr" },
  14348. {
  14349. front: {
  14350. height: math.unit(1.5, "meters"),
  14351. weight: math.unit(68, "kg"),
  14352. name: "Front",
  14353. image: {
  14354. source: "./media/characters/liam-einarr/front.svg",
  14355. extra: 2822 / 2666
  14356. }
  14357. },
  14358. back: {
  14359. height: math.unit(1.5, "meters"),
  14360. weight: math.unit(68, "kg"),
  14361. name: "Back",
  14362. image: {
  14363. source: "./media/characters/liam-einarr/back.svg",
  14364. extra: 2822 / 2666,
  14365. bottom: 0.015
  14366. }
  14367. },
  14368. },
  14369. [
  14370. {
  14371. name: "Normal",
  14372. height: math.unit(1.5, "meters"),
  14373. default: true
  14374. },
  14375. {
  14376. name: "Macro",
  14377. height: math.unit(150, "meters")
  14378. },
  14379. {
  14380. name: "Megamacro",
  14381. height: math.unit(35, "km")
  14382. },
  14383. ]
  14384. ))
  14385. characterMakers.push(() => makeCharacter(
  14386. { name: "Linda" },
  14387. {
  14388. front: {
  14389. height: math.unit(6, "feet"),
  14390. weight: math.unit(75, "kg"),
  14391. name: "Front",
  14392. image: {
  14393. source: "./media/characters/linda/front.svg",
  14394. extra: 930 / 874,
  14395. bottom: 0.004
  14396. }
  14397. },
  14398. },
  14399. [
  14400. {
  14401. name: "Normal",
  14402. height: math.unit(6, "feet"),
  14403. default: true
  14404. },
  14405. ]
  14406. ))
  14407. characterMakers.push(() => makeCharacter(
  14408. { name: "Caylex" },
  14409. {
  14410. front: {
  14411. height: math.unit(6 + 8 / 12, "feet"),
  14412. weight: math.unit(220, "lb"),
  14413. name: "Front",
  14414. image: {
  14415. source: "./media/characters/caylex/front.svg",
  14416. extra: 821 / 772,
  14417. bottom: 0.07
  14418. }
  14419. },
  14420. back: {
  14421. height: math.unit(6 + 8 / 12, "feet"),
  14422. weight: math.unit(220, "lb"),
  14423. name: "Back",
  14424. image: {
  14425. source: "./media/characters/caylex/back.svg",
  14426. extra: 821 / 772,
  14427. bottom: 0.022
  14428. }
  14429. },
  14430. hand: {
  14431. height: math.unit(1.25, "feet"),
  14432. name: "Hand",
  14433. image: {
  14434. source: "./media/characters/caylex/hand.svg"
  14435. }
  14436. },
  14437. foot: {
  14438. height: math.unit(1.6, "feet"),
  14439. name: "Foot",
  14440. image: {
  14441. source: "./media/characters/caylex/foot.svg"
  14442. }
  14443. },
  14444. armored: {
  14445. height: math.unit(6 + 8 / 12, "feet"),
  14446. weight: math.unit(250, "lb"),
  14447. name: "Armored",
  14448. image: {
  14449. source: "./media/characters/caylex/armored.svg",
  14450. extra: 1420 / 1310,
  14451. bottom: 0.045
  14452. }
  14453. },
  14454. },
  14455. [
  14456. {
  14457. name: "Normal",
  14458. height: math.unit(6 + 8 / 12, "feet"),
  14459. default: true
  14460. },
  14461. {
  14462. name: "Normal+",
  14463. height: math.unit(12, "feet")
  14464. },
  14465. ]
  14466. ))
  14467. characterMakers.push(() => makeCharacter(
  14468. { name: "Alana" },
  14469. {
  14470. front: {
  14471. height: math.unit(7 + 6 / 12, "feet"),
  14472. weight: math.unit(288, "lb"),
  14473. name: "Front",
  14474. image: {
  14475. source: "./media/characters/alana/front.svg",
  14476. extra: 679 / 653,
  14477. bottom: 22.5 / 701
  14478. }
  14479. },
  14480. },
  14481. [
  14482. {
  14483. name: "Normal",
  14484. height: math.unit(7 + 6 / 12, "feet")
  14485. },
  14486. {
  14487. name: "Large",
  14488. height: math.unit(50, "feet")
  14489. },
  14490. {
  14491. name: "Macro",
  14492. height: math.unit(100, "feet"),
  14493. default: true
  14494. },
  14495. {
  14496. name: "Macro+",
  14497. height: math.unit(200, "feet")
  14498. },
  14499. ]
  14500. ))
  14501. characterMakers.push(() => makeCharacter(
  14502. { name: "Hasani" },
  14503. {
  14504. front: {
  14505. height: math.unit(6 + 1 / 12, "feet"),
  14506. weight: math.unit(210, "lb"),
  14507. name: "Front",
  14508. image: {
  14509. source: "./media/characters/hasani/front.svg",
  14510. extra: 244 / 232,
  14511. bottom: 0.01
  14512. }
  14513. },
  14514. back: {
  14515. height: math.unit(6 + 1 / 12, "feet"),
  14516. weight: math.unit(210, "lb"),
  14517. name: "Back",
  14518. image: {
  14519. source: "./media/characters/hasani/back.svg",
  14520. extra: 244 / 232,
  14521. bottom: 0.01
  14522. }
  14523. },
  14524. },
  14525. [
  14526. {
  14527. name: "Normal",
  14528. height: math.unit(6 + 1 / 12, "feet")
  14529. },
  14530. {
  14531. name: "Macro",
  14532. height: math.unit(175, "feet"),
  14533. default: true
  14534. },
  14535. ]
  14536. ))
  14537. characterMakers.push(() => makeCharacter(
  14538. { name: "Nita" },
  14539. {
  14540. front: {
  14541. height: math.unit(1.82, "meters"),
  14542. weight: math.unit(140, "lb"),
  14543. name: "Front",
  14544. image: {
  14545. source: "./media/characters/nita/front.svg",
  14546. extra: 2473 / 2363,
  14547. bottom: 0.01
  14548. }
  14549. },
  14550. },
  14551. [
  14552. {
  14553. name: "Normal",
  14554. height: math.unit(1.82, "m")
  14555. },
  14556. {
  14557. name: "Macro",
  14558. height: math.unit(300, "m")
  14559. },
  14560. {
  14561. name: "Mistake Canon",
  14562. height: math.unit(0.5, "miles"),
  14563. default: true
  14564. },
  14565. {
  14566. name: "Big Mistake",
  14567. height: math.unit(13, "miles")
  14568. },
  14569. {
  14570. name: "Playing God",
  14571. height: math.unit(2450, "miles")
  14572. },
  14573. ]
  14574. ))
  14575. characterMakers.push(() => makeCharacter(
  14576. { name: "Shiriko" },
  14577. {
  14578. front: {
  14579. height: math.unit(4, "feet"),
  14580. weight: math.unit(120, "lb"),
  14581. name: "Front",
  14582. image: {
  14583. source: "./media/characters/shiriko/front.svg",
  14584. extra: 195 / 188
  14585. }
  14586. },
  14587. },
  14588. [
  14589. {
  14590. name: "Normal",
  14591. height: math.unit(4, "feet"),
  14592. default: true
  14593. },
  14594. ]
  14595. ))
  14596. characterMakers.push(() => makeCharacter(
  14597. { name: "Deja" },
  14598. {
  14599. front: {
  14600. height: math.unit(6, "feet"),
  14601. name: "front",
  14602. image: {
  14603. source: "./media/characters/deja/front.svg",
  14604. extra: 926 / 840,
  14605. bottom: 0.07
  14606. }
  14607. },
  14608. },
  14609. [
  14610. {
  14611. name: "Planck Length",
  14612. height: math.unit(1.6e-35, "meters")
  14613. },
  14614. {
  14615. name: "Normal",
  14616. height: math.unit(30.48, "meters"),
  14617. default: true
  14618. },
  14619. {
  14620. name: "Universal",
  14621. height: math.unit(8.8e26, "meters")
  14622. },
  14623. ]
  14624. ))
  14625. characterMakers.push(() => makeCharacter(
  14626. { name: "Anima" },
  14627. {
  14628. side: {
  14629. height: math.unit(8, "feet"),
  14630. weight: math.unit(6300, "lb"),
  14631. name: "Side",
  14632. image: {
  14633. source: "./media/characters/anima/side.svg",
  14634. bottom: 0.035
  14635. }
  14636. },
  14637. },
  14638. [
  14639. {
  14640. name: "Normal",
  14641. height: math.unit(8, "feet"),
  14642. default: true
  14643. },
  14644. ]
  14645. ))
  14646. characterMakers.push(() => makeCharacter(
  14647. { name: "Bianca" },
  14648. {
  14649. front: {
  14650. height: math.unit(8, "feet"),
  14651. weight: math.unit(350, "lb"),
  14652. name: "Front",
  14653. image: {
  14654. source: "./media/characters/bianca/front.svg",
  14655. extra: 234 / 225,
  14656. bottom: 0.03
  14657. }
  14658. },
  14659. },
  14660. [
  14661. {
  14662. name: "Normal",
  14663. height: math.unit(8, "feet"),
  14664. default: true
  14665. },
  14666. ]
  14667. ))
  14668. characterMakers.push(() => makeCharacter(
  14669. { name: "Adinia" },
  14670. {
  14671. front: {
  14672. height: math.unit(6, "feet"),
  14673. weight: math.unit(150, "lb"),
  14674. name: "Front",
  14675. image: {
  14676. source: "./media/characters/adinia/front.svg",
  14677. extra: 1845 / 1672,
  14678. bottom: 0.02
  14679. }
  14680. },
  14681. back: {
  14682. height: math.unit(6, "feet"),
  14683. weight: math.unit(150, "lb"),
  14684. name: "Back",
  14685. image: {
  14686. source: "./media/characters/adinia/back.svg",
  14687. extra: 1845 / 1672,
  14688. bottom: 0.002
  14689. }
  14690. },
  14691. },
  14692. [
  14693. {
  14694. name: "Normal",
  14695. height: math.unit(11 + 5 / 12, "feet"),
  14696. default: true
  14697. },
  14698. ]
  14699. ))
  14700. characterMakers.push(() => makeCharacter(
  14701. { name: "Lykasa" },
  14702. {
  14703. front: {
  14704. height: math.unit(3, "meters"),
  14705. weight: math.unit(200, "kg"),
  14706. name: "Front",
  14707. image: {
  14708. source: "./media/characters/lykasa/front.svg",
  14709. extra: 1076 / 976,
  14710. bottom: 0.06
  14711. }
  14712. },
  14713. },
  14714. [
  14715. {
  14716. name: "Normal",
  14717. height: math.unit(3, "meters")
  14718. },
  14719. {
  14720. name: "Kaiku",
  14721. height: math.unit(120, "meters"),
  14722. default: true
  14723. },
  14724. {
  14725. name: "Mega Kaiju",
  14726. height: math.unit(240, "km")
  14727. },
  14728. {
  14729. name: "Giga Kaiju",
  14730. height: math.unit(400, "megameters")
  14731. },
  14732. {
  14733. name: "Tera Kaiju",
  14734. height: math.unit(800, "gigameters")
  14735. },
  14736. {
  14737. name: "Kaiju Dragon Goddess",
  14738. height: math.unit(26, "zettaparsecs")
  14739. },
  14740. ]
  14741. ))
  14742. characterMakers.push(() => makeCharacter(
  14743. { name: "Malfaren" },
  14744. {
  14745. side: {
  14746. height: math.unit(283 / 124 * 6, "feet"),
  14747. weight: math.unit(35000, "lb"),
  14748. name: "Side",
  14749. image: {
  14750. source: "./media/characters/malfaren/side.svg",
  14751. extra: 2500 / 1010,
  14752. bottom: 0.01
  14753. }
  14754. },
  14755. front: {
  14756. height: math.unit(22.36, "feet"),
  14757. weight: math.unit(35000, "lb"),
  14758. name: "Front",
  14759. image: {
  14760. source: "./media/characters/malfaren/front.svg",
  14761. extra: 1631 / 1476,
  14762. bottom: 0.01
  14763. }
  14764. },
  14765. maw: {
  14766. height: math.unit(6.9, "feet"),
  14767. name: "Maw",
  14768. image: {
  14769. source: "./media/characters/malfaren/maw.svg"
  14770. }
  14771. },
  14772. },
  14773. [
  14774. {
  14775. name: "Big",
  14776. height: math.unit(283 / 162 * 6, "feet"),
  14777. },
  14778. {
  14779. name: "Bigger",
  14780. height: math.unit(283 / 124 * 6, "feet")
  14781. },
  14782. {
  14783. name: "Massive",
  14784. height: math.unit(283 / 92 * 6, "feet"),
  14785. default: true
  14786. },
  14787. {
  14788. name: "👀💦",
  14789. height: math.unit(283 / 73 * 6, "feet"),
  14790. },
  14791. ]
  14792. ))
  14793. characterMakers.push(() => makeCharacter(
  14794. { name: "Kernel" },
  14795. {
  14796. front: {
  14797. height: math.unit(1.7, "m"),
  14798. weight: math.unit(70, "kg"),
  14799. name: "Front",
  14800. image: {
  14801. source: "./media/characters/kernel/front.svg",
  14802. extra: 222 / 210,
  14803. bottom: 0.007
  14804. }
  14805. },
  14806. },
  14807. [
  14808. {
  14809. name: "Nano",
  14810. height: math.unit(17, "micrometers")
  14811. },
  14812. {
  14813. name: "Micro",
  14814. height: math.unit(1.7, "mm")
  14815. },
  14816. {
  14817. name: "Small",
  14818. height: math.unit(1.7, "cm")
  14819. },
  14820. {
  14821. name: "Normal",
  14822. height: math.unit(1.7, "m"),
  14823. default: true
  14824. },
  14825. ]
  14826. ))
  14827. characterMakers.push(() => makeCharacter(
  14828. { name: "Jayne Folest" },
  14829. {
  14830. front: {
  14831. height: math.unit(1.75, "meters"),
  14832. weight: math.unit(65, "kg"),
  14833. name: "Front",
  14834. image: {
  14835. source: "./media/characters/jayne-folest/front.svg",
  14836. extra: 2115 / 2007,
  14837. bottom: 0.02
  14838. }
  14839. },
  14840. back: {
  14841. height: math.unit(1.75, "meters"),
  14842. weight: math.unit(65, "kg"),
  14843. name: "Back",
  14844. image: {
  14845. source: "./media/characters/jayne-folest/back.svg",
  14846. extra: 2115 / 2007,
  14847. bottom: 0.005
  14848. }
  14849. },
  14850. frontClothed: {
  14851. height: math.unit(1.75, "meters"),
  14852. weight: math.unit(65, "kg"),
  14853. name: "Front (Clothed)",
  14854. image: {
  14855. source: "./media/characters/jayne-folest/front-clothed.svg",
  14856. extra: 2115 / 2007,
  14857. bottom: 0.035
  14858. }
  14859. },
  14860. hand: {
  14861. height: math.unit(1 / 1.260, "feet"),
  14862. name: "Hand",
  14863. image: {
  14864. source: "./media/characters/jayne-folest/hand.svg"
  14865. }
  14866. },
  14867. foot: {
  14868. height: math.unit(1 / 0.918, "feet"),
  14869. name: "Foot",
  14870. image: {
  14871. source: "./media/characters/jayne-folest/foot.svg"
  14872. }
  14873. },
  14874. },
  14875. [
  14876. {
  14877. name: "Micro",
  14878. height: math.unit(4, "cm")
  14879. },
  14880. {
  14881. name: "Normal",
  14882. height: math.unit(1.75, "meters")
  14883. },
  14884. {
  14885. name: "Macro",
  14886. height: math.unit(47.5, "meters"),
  14887. default: true
  14888. },
  14889. ]
  14890. ))
  14891. characterMakers.push(() => makeCharacter(
  14892. { name: "Algier" },
  14893. {
  14894. front: {
  14895. height: math.unit(180, "cm"),
  14896. weight: math.unit(70, "kg"),
  14897. name: "Front",
  14898. image: {
  14899. source: "./media/characters/algier/front.svg",
  14900. extra: 596 / 572,
  14901. bottom: 0.04
  14902. }
  14903. },
  14904. back: {
  14905. height: math.unit(180, "cm"),
  14906. weight: math.unit(70, "kg"),
  14907. name: "Back",
  14908. image: {
  14909. source: "./media/characters/algier/back.svg",
  14910. extra: 596 / 572,
  14911. bottom: 0.025
  14912. }
  14913. },
  14914. frontdressed: {
  14915. height: math.unit(180, "cm"),
  14916. weight: math.unit(150, "kg"),
  14917. name: "Front-dressed",
  14918. image: {
  14919. source: "./media/characters/algier/front-dressed.svg",
  14920. extra: 596 / 572,
  14921. bottom: 0.038
  14922. }
  14923. },
  14924. },
  14925. [
  14926. {
  14927. name: "Micro",
  14928. height: math.unit(5, "cm")
  14929. },
  14930. {
  14931. name: "Normal",
  14932. height: math.unit(180, "cm"),
  14933. default: true
  14934. },
  14935. {
  14936. name: "Macro",
  14937. height: math.unit(64, "m")
  14938. },
  14939. ]
  14940. ))
  14941. characterMakers.push(() => makeCharacter(
  14942. { name: "Pretzel" },
  14943. {
  14944. upright: {
  14945. height: math.unit(7, "feet"),
  14946. weight: math.unit(300, "lb"),
  14947. name: "Upright",
  14948. image: {
  14949. source: "./media/characters/pretzel/upright.svg",
  14950. extra: 534 / 522,
  14951. bottom: 0.065
  14952. }
  14953. },
  14954. sprawling: {
  14955. height: math.unit(3.75, "feet"),
  14956. weight: math.unit(300, "lb"),
  14957. name: "Sprawling",
  14958. image: {
  14959. source: "./media/characters/pretzel/sprawling.svg",
  14960. extra: 314 / 281,
  14961. bottom: 0.1
  14962. }
  14963. },
  14964. tongue: {
  14965. height: math.unit(2, "feet"),
  14966. name: "Tongue",
  14967. image: {
  14968. source: "./media/characters/pretzel/tongue.svg"
  14969. }
  14970. },
  14971. },
  14972. [
  14973. {
  14974. name: "Normal",
  14975. height: math.unit(7, "feet"),
  14976. default: true
  14977. },
  14978. {
  14979. name: "Oversized",
  14980. height: math.unit(15, "feet")
  14981. },
  14982. {
  14983. name: "Huge",
  14984. height: math.unit(30, "feet")
  14985. },
  14986. {
  14987. name: "Macro",
  14988. height: math.unit(250, "feet")
  14989. },
  14990. ]
  14991. ))
  14992. characterMakers.push(() => makeCharacter(
  14993. { name: "Roxi" },
  14994. {
  14995. sideFront: {
  14996. height: math.unit(5 + 2 / 12, "feet"),
  14997. weight: math.unit(120, "lb"),
  14998. name: "Front Side",
  14999. image: {
  15000. source: "./media/characters/roxi/side-front.svg",
  15001. extra: 2924 / 2717,
  15002. bottom: 0.08
  15003. }
  15004. },
  15005. sideBack: {
  15006. height: math.unit(5 + 2 / 12, "feet"),
  15007. weight: math.unit(120, "lb"),
  15008. name: "Back Side",
  15009. image: {
  15010. source: "./media/characters/roxi/side-back.svg",
  15011. extra: 2904 / 2693,
  15012. bottom: 0.06
  15013. }
  15014. },
  15015. front: {
  15016. height: math.unit(5 + 2 / 12, "feet"),
  15017. weight: math.unit(120, "lb"),
  15018. name: "Front",
  15019. image: {
  15020. source: "./media/characters/roxi/front.svg",
  15021. extra: 2028 / 1907,
  15022. bottom: 0.01
  15023. }
  15024. },
  15025. frontAlt: {
  15026. height: math.unit(5 + 2 / 12, "feet"),
  15027. weight: math.unit(120, "lb"),
  15028. name: "Front (Alt)",
  15029. image: {
  15030. source: "./media/characters/roxi/front-alt.svg",
  15031. extra: 1828 / 1798,
  15032. bottom: 0.01
  15033. }
  15034. },
  15035. sitting: {
  15036. height: math.unit(2.8, "feet"),
  15037. weight: math.unit(120, "lb"),
  15038. name: "Sitting",
  15039. image: {
  15040. source: "./media/characters/roxi/sitting.svg",
  15041. extra: 2660 / 2462,
  15042. bottom: 0.1
  15043. }
  15044. },
  15045. },
  15046. [
  15047. {
  15048. name: "Normal",
  15049. height: math.unit(5 + 2 / 12, "feet"),
  15050. default: true
  15051. },
  15052. ]
  15053. ))
  15054. characterMakers.push(() => makeCharacter(
  15055. { name: "Shadow" },
  15056. {
  15057. side: {
  15058. height: math.unit(55, "feet"),
  15059. weight: math.unit(153, "tons"),
  15060. name: "Side",
  15061. image: {
  15062. source: "./media/characters/shadow/side.svg",
  15063. extra: 701 / 628,
  15064. bottom: 0.02
  15065. }
  15066. },
  15067. flying: {
  15068. height: math.unit(145, "feet"),
  15069. weight: math.unit(153, "tons"),
  15070. name: "Flying",
  15071. image: {
  15072. source: "./media/characters/shadow/flying.svg"
  15073. }
  15074. },
  15075. },
  15076. [
  15077. {
  15078. name: "Normal",
  15079. height: math.unit(55, "feet"),
  15080. default: true
  15081. },
  15082. ]
  15083. ))
  15084. characterMakers.push(() => makeCharacter(
  15085. { name: "Marcie" },
  15086. {
  15087. front: {
  15088. height: math.unit(6, "feet"),
  15089. weight: math.unit(200, "lb"),
  15090. name: "Front",
  15091. image: {
  15092. source: "./media/characters/marcie/front.svg",
  15093. extra: 960 / 876,
  15094. bottom: 58 / 1017.87
  15095. }
  15096. },
  15097. },
  15098. [
  15099. {
  15100. name: "Macro",
  15101. height: math.unit(1, "mile"),
  15102. default: true
  15103. },
  15104. ]
  15105. ))
  15106. characterMakers.push(() => makeCharacter(
  15107. { name: "Kachina" },
  15108. {
  15109. front: {
  15110. height: math.unit(7, "feet"),
  15111. weight: math.unit(200, "lb"),
  15112. name: "Front",
  15113. image: {
  15114. source: "./media/characters/kachina/front.svg",
  15115. extra: 1290.68 / 1119,
  15116. bottom: 36.5 / 1327.18
  15117. }
  15118. },
  15119. },
  15120. [
  15121. {
  15122. name: "Normal",
  15123. height: math.unit(7, "feet"),
  15124. default: true
  15125. },
  15126. ]
  15127. ))
  15128. characterMakers.push(() => makeCharacter(
  15129. { name: "Kash" },
  15130. {
  15131. looking: {
  15132. height: math.unit(2, "meters"),
  15133. weight: math.unit(300, "kg"),
  15134. name: "Looking",
  15135. image: {
  15136. source: "./media/characters/kash/looking.svg",
  15137. extra: 474 / 344,
  15138. bottom: 0.03
  15139. }
  15140. },
  15141. side: {
  15142. height: math.unit(2, "meters"),
  15143. weight: math.unit(300, "kg"),
  15144. name: "Side",
  15145. image: {
  15146. source: "./media/characters/kash/side.svg",
  15147. extra: 302 / 251,
  15148. bottom: 0.03
  15149. }
  15150. },
  15151. front: {
  15152. height: math.unit(2, "meters"),
  15153. weight: math.unit(300, "kg"),
  15154. name: "Front",
  15155. image: {
  15156. source: "./media/characters/kash/front.svg",
  15157. extra: 495 / 360,
  15158. bottom: 0.015
  15159. }
  15160. },
  15161. },
  15162. [
  15163. {
  15164. name: "Normal",
  15165. height: math.unit(2, "meters"),
  15166. default: true
  15167. },
  15168. {
  15169. name: "Big",
  15170. height: math.unit(3, "meters")
  15171. },
  15172. {
  15173. name: "Large",
  15174. height: math.unit(5, "meters")
  15175. },
  15176. ]
  15177. ))
  15178. characterMakers.push(() => makeCharacter(
  15179. { name: "Lalim" },
  15180. {
  15181. feeding: {
  15182. height: math.unit(6.7, "feet"),
  15183. weight: math.unit(350, "lb"),
  15184. name: "Feeding",
  15185. image: {
  15186. source: "./media/characters/lalim/feeding.svg",
  15187. }
  15188. },
  15189. },
  15190. [
  15191. {
  15192. name: "Normal",
  15193. height: math.unit(6.7, "feet"),
  15194. default: true
  15195. },
  15196. ]
  15197. ))
  15198. characterMakers.push(() => makeCharacter(
  15199. { name: "De'Vout" },
  15200. {
  15201. front: {
  15202. height: math.unit(9.5, "feet"),
  15203. weight: math.unit(600, "lb"),
  15204. name: "Front",
  15205. image: {
  15206. source: "./media/characters/de'vout/front.svg",
  15207. extra: 1443 / 1328,
  15208. bottom: 0.025
  15209. }
  15210. },
  15211. back: {
  15212. height: math.unit(9.5, "feet"),
  15213. weight: math.unit(600, "lb"),
  15214. name: "Back",
  15215. image: {
  15216. source: "./media/characters/de'vout/back.svg",
  15217. extra: 1443 / 1328
  15218. }
  15219. },
  15220. frontDressed: {
  15221. height: math.unit(9.5, "feet"),
  15222. weight: math.unit(600, "lb"),
  15223. name: "Front (Dressed",
  15224. image: {
  15225. source: "./media/characters/de'vout/front-dressed.svg",
  15226. extra: 1443 / 1328,
  15227. bottom: 0.025
  15228. }
  15229. },
  15230. backDressed: {
  15231. height: math.unit(9.5, "feet"),
  15232. weight: math.unit(600, "lb"),
  15233. name: "Back (Dressed",
  15234. image: {
  15235. source: "./media/characters/de'vout/back-dressed.svg",
  15236. extra: 1443 / 1328
  15237. }
  15238. },
  15239. },
  15240. [
  15241. {
  15242. name: "Normal",
  15243. height: math.unit(9.5, "feet"),
  15244. default: true
  15245. },
  15246. ]
  15247. ))
  15248. characterMakers.push(() => makeCharacter(
  15249. { name: "Talana" },
  15250. {
  15251. front: {
  15252. height: math.unit(8, "feet"),
  15253. weight: math.unit(225, "lb"),
  15254. name: "Front",
  15255. image: {
  15256. source: "./media/characters/talana/front.svg",
  15257. extra: 1410 / 1300,
  15258. bottom: 0.015
  15259. }
  15260. },
  15261. frontDressed: {
  15262. height: math.unit(8, "feet"),
  15263. weight: math.unit(225, "lb"),
  15264. name: "Front (Dressed",
  15265. image: {
  15266. source: "./media/characters/talana/front-dressed.svg",
  15267. extra: 1410 / 1300,
  15268. bottom: 0.015
  15269. }
  15270. },
  15271. },
  15272. [
  15273. {
  15274. name: "Normal",
  15275. height: math.unit(8, "feet"),
  15276. default: true
  15277. },
  15278. ]
  15279. ))
  15280. characterMakers.push(() => makeCharacter(
  15281. { name: "Xeauvok" },
  15282. {
  15283. side: {
  15284. height: math.unit(7.2, "feet"),
  15285. weight: math.unit(150, "lb"),
  15286. name: "Side",
  15287. image: {
  15288. source: "./media/characters/xeauvok/side.svg",
  15289. extra: 1975 / 1523,
  15290. bottom: 0.07
  15291. }
  15292. },
  15293. },
  15294. [
  15295. {
  15296. name: "Normal",
  15297. height: math.unit(7.2, "feet"),
  15298. default: true
  15299. },
  15300. ]
  15301. ))
  15302. characterMakers.push(() => makeCharacter(
  15303. { name: "Zara" },
  15304. {
  15305. side: {
  15306. height: math.unit(10, "feet"),
  15307. weight: math.unit(900, "kg"),
  15308. name: "Side",
  15309. image: {
  15310. source: "./media/characters/zara/side.svg",
  15311. extra: 504 / 498
  15312. }
  15313. },
  15314. },
  15315. [
  15316. {
  15317. name: "Normal",
  15318. height: math.unit(10, "feet"),
  15319. default: true
  15320. },
  15321. ]
  15322. ))
  15323. characterMakers.push(() => makeCharacter(
  15324. { name: "Richard (Dragon)" },
  15325. {
  15326. side: {
  15327. height: math.unit(6, "feet"),
  15328. weight: math.unit(150, "lb"),
  15329. name: "Side",
  15330. image: {
  15331. source: "./media/characters/richard-dragon/side.svg",
  15332. extra: 845 / 340,
  15333. bottom: 0.017
  15334. }
  15335. },
  15336. maw: {
  15337. height: math.unit(2.97, "feet"),
  15338. name: "Maw",
  15339. image: {
  15340. source: "./media/characters/richard-dragon/maw.svg"
  15341. }
  15342. },
  15343. },
  15344. [
  15345. ]
  15346. ))
  15347. characterMakers.push(() => makeCharacter(
  15348. { name: "Richard (Smeargle)" },
  15349. {
  15350. front: {
  15351. height: math.unit(4, "feet"),
  15352. weight: math.unit(100, "lb"),
  15353. name: "Front",
  15354. image: {
  15355. source: "./media/characters/richard-smeargle/front.svg",
  15356. extra: 2952 / 2820,
  15357. bottom: 0.028
  15358. }
  15359. },
  15360. },
  15361. [
  15362. {
  15363. name: "Normal",
  15364. height: math.unit(4, "feet"),
  15365. default: true
  15366. },
  15367. {
  15368. name: "Dynamax",
  15369. height: math.unit(20, "meters")
  15370. },
  15371. ]
  15372. ))
  15373. characterMakers.push(() => makeCharacter(
  15374. { name: "Klay" },
  15375. {
  15376. front: {
  15377. height: math.unit(6, "feet"),
  15378. weight: math.unit(110, "lb"),
  15379. name: "Front",
  15380. image: {
  15381. source: "./media/characters/klay/front.svg",
  15382. extra: 962 / 883,
  15383. bottom: 0.04
  15384. }
  15385. },
  15386. back: {
  15387. height: math.unit(6, "feet"),
  15388. weight: math.unit(110, "lb"),
  15389. name: "Back",
  15390. image: {
  15391. source: "./media/characters/klay/back.svg",
  15392. extra: 962 / 883
  15393. }
  15394. },
  15395. beans: {
  15396. height: math.unit(1.15, "feet"),
  15397. name: "Beans",
  15398. image: {
  15399. source: "./media/characters/klay/beans.svg"
  15400. }
  15401. },
  15402. },
  15403. [
  15404. {
  15405. name: "Micro",
  15406. height: math.unit(6, "inches")
  15407. },
  15408. {
  15409. name: "Mini",
  15410. height: math.unit(3, "feet")
  15411. },
  15412. {
  15413. name: "Normal",
  15414. height: math.unit(6, "feet"),
  15415. default: true
  15416. },
  15417. {
  15418. name: "Big",
  15419. height: math.unit(25, "feet")
  15420. },
  15421. {
  15422. name: "Macro",
  15423. height: math.unit(100, "feet")
  15424. },
  15425. {
  15426. name: "Megamacro",
  15427. height: math.unit(400, "feet")
  15428. },
  15429. ]
  15430. ))
  15431. characterMakers.push(() => makeCharacter(
  15432. { name: "Marcus" },
  15433. {
  15434. front: {
  15435. height: math.unit(6, "feet"),
  15436. weight: math.unit(160, "lb"),
  15437. name: "Front",
  15438. image: {
  15439. source: "./media/characters/marcus/front.svg",
  15440. extra: 734 / 676,
  15441. bottom: 0.03
  15442. }
  15443. },
  15444. },
  15445. [
  15446. {
  15447. name: "Little",
  15448. height: math.unit(6, "feet")
  15449. },
  15450. {
  15451. name: "Normal",
  15452. height: math.unit(110, "feet"),
  15453. default: true
  15454. },
  15455. {
  15456. name: "Macro",
  15457. height: math.unit(250, "feet")
  15458. },
  15459. {
  15460. name: "Megamacro",
  15461. height: math.unit(1000, "feet")
  15462. },
  15463. ]
  15464. ))
  15465. characterMakers.push(() => makeCharacter(
  15466. { name: "Claude DelRoute" },
  15467. {
  15468. front: {
  15469. height: math.unit(7, "feet"),
  15470. weight: math.unit(275, "lb"),
  15471. name: "Front",
  15472. image: {
  15473. source: "./media/characters/claude-delroute/front.svg",
  15474. extra: 230 / 214,
  15475. bottom: 0.007
  15476. }
  15477. },
  15478. side: {
  15479. height: math.unit(7, "feet"),
  15480. weight: math.unit(275, "lb"),
  15481. name: "Side",
  15482. image: {
  15483. source: "./media/characters/claude-delroute/side.svg",
  15484. extra: 222 / 214,
  15485. bottom: 0.01
  15486. }
  15487. },
  15488. back: {
  15489. height: math.unit(7, "feet"),
  15490. weight: math.unit(275, "lb"),
  15491. name: "Back",
  15492. image: {
  15493. source: "./media/characters/claude-delroute/back.svg",
  15494. extra: 230 / 214,
  15495. bottom: 0.015
  15496. }
  15497. },
  15498. maw: {
  15499. height: math.unit(0.6407, "meters"),
  15500. name: "Maw",
  15501. image: {
  15502. source: "./media/characters/claude-delroute/maw.svg"
  15503. }
  15504. },
  15505. },
  15506. [
  15507. {
  15508. name: "Normal",
  15509. height: math.unit(7, "feet"),
  15510. default: true
  15511. },
  15512. {
  15513. name: "Lorge",
  15514. height: math.unit(20, "feet")
  15515. },
  15516. ]
  15517. ))
  15518. characterMakers.push(() => makeCharacter(
  15519. { name: "Dragonien" },
  15520. {
  15521. front: {
  15522. height: math.unit(8 + 4 / 12, "feet"),
  15523. weight: math.unit(600, "lb"),
  15524. name: "Front",
  15525. image: {
  15526. source: "./media/characters/dragonien/front.svg",
  15527. extra: 100 / 94,
  15528. bottom: 3.3 / 103.3445
  15529. }
  15530. },
  15531. back: {
  15532. height: math.unit(8 + 4 / 12, "feet"),
  15533. weight: math.unit(600, "lb"),
  15534. name: "Back",
  15535. image: {
  15536. source: "./media/characters/dragonien/back.svg",
  15537. extra: 776 / 746,
  15538. bottom: 6.4 / 782.0616
  15539. }
  15540. },
  15541. foot: {
  15542. height: math.unit(1.54, "feet"),
  15543. name: "Foot",
  15544. image: {
  15545. source: "./media/characters/dragonien/foot.svg",
  15546. }
  15547. },
  15548. },
  15549. [
  15550. {
  15551. name: "Normal",
  15552. height: math.unit(8 + 4 / 12, "feet"),
  15553. default: true
  15554. },
  15555. {
  15556. name: "Macro",
  15557. height: math.unit(200, "feet")
  15558. },
  15559. {
  15560. name: "Megamacro",
  15561. height: math.unit(1, "mile")
  15562. },
  15563. {
  15564. name: "Gigamacro",
  15565. height: math.unit(1000, "miles")
  15566. },
  15567. ]
  15568. ))
  15569. characterMakers.push(() => makeCharacter(
  15570. { name: "Desta" },
  15571. {
  15572. front: {
  15573. height: math.unit(5 + 2 / 12, "feet"),
  15574. weight: math.unit(110, "lb"),
  15575. name: "Front",
  15576. image: {
  15577. source: "./media/characters/desta/front.svg",
  15578. extra: 1482 / 1417
  15579. }
  15580. },
  15581. side: {
  15582. height: math.unit(5 + 2 / 12, "feet"),
  15583. weight: math.unit(110, "lb"),
  15584. name: "Side",
  15585. image: {
  15586. source: "./media/characters/desta/side.svg",
  15587. extra: 2579 / 2491,
  15588. bottom: 0.053
  15589. }
  15590. },
  15591. },
  15592. [
  15593. {
  15594. name: "Micro",
  15595. height: math.unit(6, "inches")
  15596. },
  15597. {
  15598. name: "Normal",
  15599. height: math.unit(5 + 2 / 12, "feet"),
  15600. default: true
  15601. },
  15602. {
  15603. name: "Macro",
  15604. height: math.unit(62, "feet")
  15605. },
  15606. {
  15607. name: "Megamacro",
  15608. height: math.unit(1800, "feet")
  15609. },
  15610. ]
  15611. ))
  15612. characterMakers.push(() => makeCharacter(
  15613. { name: "Storm Alystar" },
  15614. {
  15615. front: {
  15616. height: math.unit(10, "feet"),
  15617. weight: math.unit(700, "lb"),
  15618. name: "Front",
  15619. image: {
  15620. source: "./media/characters/storm-alystar/front.svg",
  15621. extra: 2112 / 1898,
  15622. bottom: 0.034
  15623. }
  15624. },
  15625. },
  15626. [
  15627. {
  15628. name: "Micro",
  15629. height: math.unit(3.5, "inches")
  15630. },
  15631. {
  15632. name: "Normal",
  15633. height: math.unit(10, "feet"),
  15634. default: true
  15635. },
  15636. {
  15637. name: "Macro",
  15638. height: math.unit(400, "feet")
  15639. },
  15640. {
  15641. name: "Deific",
  15642. height: math.unit(60, "miles")
  15643. },
  15644. ]
  15645. ))
  15646. characterMakers.push(() => makeCharacter(
  15647. { name: "Ilia" },
  15648. {
  15649. front: {
  15650. height: math.unit(2.35, "meters"),
  15651. weight: math.unit(119, "kg"),
  15652. name: "Front",
  15653. image: {
  15654. source: "./media/characters/ilia/front.svg",
  15655. extra: 1285 / 1255,
  15656. bottom: 0.06
  15657. }
  15658. },
  15659. },
  15660. [
  15661. {
  15662. name: "Normal",
  15663. height: math.unit(2.35, "meters")
  15664. },
  15665. {
  15666. name: "Macro",
  15667. height: math.unit(140, "meters"),
  15668. default: true
  15669. },
  15670. {
  15671. name: "Megamacro",
  15672. height: math.unit(100, "miles")
  15673. },
  15674. ]
  15675. ))
  15676. characterMakers.push(() => makeCharacter(
  15677. { name: "KingDead" },
  15678. {
  15679. front: {
  15680. height: math.unit(6 + 5 / 12, "feet"),
  15681. weight: math.unit(190, "lb"),
  15682. name: "Front",
  15683. image: {
  15684. source: "./media/characters/kingdead/front.svg",
  15685. extra: 1228 / 1177
  15686. }
  15687. },
  15688. },
  15689. [
  15690. {
  15691. name: "Micro",
  15692. height: math.unit(7, "inches")
  15693. },
  15694. {
  15695. name: "Normal",
  15696. height: math.unit(6 + 5 / 12, "feet")
  15697. },
  15698. {
  15699. name: "Macro",
  15700. height: math.unit(150, "feet"),
  15701. default: true
  15702. },
  15703. {
  15704. name: "Megamacro",
  15705. height: math.unit(200, "miles")
  15706. },
  15707. ]
  15708. ))
  15709. characterMakers.push(() => makeCharacter(
  15710. { name: "Kyrehx" },
  15711. {
  15712. front: {
  15713. height: math.unit(8, "feet"),
  15714. weight: math.unit(600, "lb"),
  15715. name: "Front",
  15716. image: {
  15717. source: "./media/characters/kyrehx/front.svg",
  15718. extra: 1195 / 1095,
  15719. bottom: 0.034
  15720. }
  15721. },
  15722. },
  15723. [
  15724. {
  15725. name: "Micro",
  15726. height: math.unit(2, "inches")
  15727. },
  15728. {
  15729. name: "Normal",
  15730. height: math.unit(8, "feet"),
  15731. default: true
  15732. },
  15733. {
  15734. name: "Macro",
  15735. height: math.unit(255, "feet")
  15736. },
  15737. ]
  15738. ))
  15739. characterMakers.push(() => makeCharacter(
  15740. { name: "Xang" },
  15741. {
  15742. front: {
  15743. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15744. weight: math.unit(184, "lb"),
  15745. name: "Front",
  15746. image: {
  15747. source: "./media/characters/xang/front.svg",
  15748. extra: 845 / 755
  15749. }
  15750. },
  15751. },
  15752. [
  15753. {
  15754. name: "Normal",
  15755. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15756. default: true
  15757. },
  15758. {
  15759. name: "Macro",
  15760. height: math.unit(0.935 * 146, "feet")
  15761. },
  15762. {
  15763. name: "Megamacro",
  15764. height: math.unit(0.935 * 3, "miles")
  15765. },
  15766. ]
  15767. ))
  15768. characterMakers.push(() => makeCharacter(
  15769. { name: "Doc Weardno" },
  15770. {
  15771. frontDressed: {
  15772. height: math.unit(5 + 7 / 12, "feet"),
  15773. weight: math.unit(140, "lb"),
  15774. name: "Front (Dressed)",
  15775. image: {
  15776. source: "./media/characters/doc-weardno/front-dressed.svg",
  15777. extra: 263 / 234
  15778. }
  15779. },
  15780. backDressed: {
  15781. height: math.unit(5 + 7 / 12, "feet"),
  15782. weight: math.unit(140, "lb"),
  15783. name: "Back (Dressed)",
  15784. image: {
  15785. source: "./media/characters/doc-weardno/back-dressed.svg",
  15786. extra: 266 / 238
  15787. }
  15788. },
  15789. front: {
  15790. height: math.unit(5 + 7 / 12, "feet"),
  15791. weight: math.unit(140, "lb"),
  15792. name: "Front",
  15793. image: {
  15794. source: "./media/characters/doc-weardno/front.svg",
  15795. extra: 254 / 233
  15796. }
  15797. },
  15798. },
  15799. [
  15800. {
  15801. name: "Micro",
  15802. height: math.unit(3, "inches")
  15803. },
  15804. {
  15805. name: "Normal",
  15806. height: math.unit(5 + 7 / 12, "feet"),
  15807. default: true
  15808. },
  15809. {
  15810. name: "Macro",
  15811. height: math.unit(25, "feet")
  15812. },
  15813. {
  15814. name: "Megamacro",
  15815. height: math.unit(2, "miles")
  15816. },
  15817. ]
  15818. ))
  15819. characterMakers.push(() => makeCharacter(
  15820. { name: "Seth Whilst" },
  15821. {
  15822. front: {
  15823. height: math.unit(6 + 2 / 12, "feet"),
  15824. weight: math.unit(153, "lb"),
  15825. name: "Front",
  15826. image: {
  15827. source: "./media/characters/seth-whilst/front.svg",
  15828. bottom: 0.07
  15829. }
  15830. },
  15831. },
  15832. [
  15833. {
  15834. name: "Micro",
  15835. height: math.unit(5, "inches")
  15836. },
  15837. {
  15838. name: "Normal",
  15839. height: math.unit(6 + 2 / 12, "feet"),
  15840. default: true
  15841. },
  15842. ]
  15843. ))
  15844. characterMakers.push(() => makeCharacter(
  15845. { name: "Pocket Jabari" },
  15846. {
  15847. front: {
  15848. height: math.unit(3, "inches"),
  15849. weight: math.unit(8, "grams"),
  15850. name: "Front",
  15851. image: {
  15852. source: "./media/characters/pocket-jabari/front.svg",
  15853. extra: 1024 / 974,
  15854. bottom: 0.039
  15855. }
  15856. },
  15857. },
  15858. [
  15859. {
  15860. name: "Minimicro",
  15861. height: math.unit(8, "mm")
  15862. },
  15863. {
  15864. name: "Micro",
  15865. height: math.unit(3, "inches"),
  15866. default: true
  15867. },
  15868. {
  15869. name: "Normal",
  15870. height: math.unit(3, "feet")
  15871. },
  15872. ]
  15873. ))
  15874. characterMakers.push(() => makeCharacter(
  15875. { name: "Sapphy" },
  15876. {
  15877. front: {
  15878. height: math.unit(15, "feet"),
  15879. weight: math.unit(3280, "lb"),
  15880. name: "Front",
  15881. image: {
  15882. source: "./media/characters/sapphy/front.svg",
  15883. extra: 671 / 577,
  15884. bottom: 0.085
  15885. }
  15886. },
  15887. back: {
  15888. height: math.unit(15, "feet"),
  15889. weight: math.unit(3280, "lb"),
  15890. name: "Back",
  15891. image: {
  15892. source: "./media/characters/sapphy/back.svg",
  15893. extra: 631 / 607,
  15894. bottom: 0.045
  15895. }
  15896. },
  15897. },
  15898. [
  15899. {
  15900. name: "Normal",
  15901. height: math.unit(15, "feet")
  15902. },
  15903. {
  15904. name: "Casual Macro",
  15905. height: math.unit(120, "feet")
  15906. },
  15907. {
  15908. name: "Macro",
  15909. height: math.unit(2150, "feet"),
  15910. default: true
  15911. },
  15912. {
  15913. name: "Megamacro",
  15914. height: math.unit(8, "miles")
  15915. },
  15916. {
  15917. name: "Galaxy Mom",
  15918. height: math.unit(6, "megalightyears")
  15919. },
  15920. ]
  15921. ))
  15922. characterMakers.push(() => makeCharacter(
  15923. { name: "Kiro" },
  15924. {
  15925. front: {
  15926. height: math.unit(6, "feet"),
  15927. weight: math.unit(170, "lb"),
  15928. name: "Front",
  15929. image: {
  15930. source: "./media/characters/kiro/front.svg",
  15931. extra: 1064 / 1012,
  15932. bottom: 0.052
  15933. }
  15934. },
  15935. },
  15936. [
  15937. {
  15938. name: "Micro",
  15939. height: math.unit(6, "inches")
  15940. },
  15941. {
  15942. name: "Normal",
  15943. height: math.unit(6, "feet"),
  15944. default: true
  15945. },
  15946. {
  15947. name: "Macro",
  15948. height: math.unit(72, "feet")
  15949. },
  15950. ]
  15951. ))
  15952. characterMakers.push(() => makeCharacter(
  15953. { name: "Irishfox" },
  15954. {
  15955. front: {
  15956. height: math.unit(5 + 9 / 12, "feet"),
  15957. weight: math.unit(175, "lb"),
  15958. name: "Front",
  15959. image: {
  15960. source: "./media/characters/irishfox/front.svg",
  15961. extra: 1912 / 1680,
  15962. bottom: 0.02
  15963. }
  15964. },
  15965. },
  15966. [
  15967. {
  15968. name: "Nano",
  15969. height: math.unit(1, "mm")
  15970. },
  15971. {
  15972. name: "Micro",
  15973. height: math.unit(2, "inches")
  15974. },
  15975. {
  15976. name: "Normal",
  15977. height: math.unit(5 + 9 / 12, "feet"),
  15978. default: true
  15979. },
  15980. {
  15981. name: "Macro",
  15982. height: math.unit(45, "feet")
  15983. },
  15984. ]
  15985. ))
  15986. characterMakers.push(() => makeCharacter(
  15987. { name: "Aronai Sieyes" },
  15988. {
  15989. front: {
  15990. height: math.unit(6 + 1 / 12, "feet"),
  15991. weight: math.unit(150, "lb"),
  15992. name: "Front",
  15993. image: {
  15994. source: "./media/characters/aronai-sieyes/front.svg",
  15995. extra: 1556 / 1480,
  15996. bottom: 0.015
  15997. }
  15998. },
  15999. side: {
  16000. height: math.unit(6 + 1 / 12, "feet"),
  16001. weight: math.unit(150, "lb"),
  16002. name: "Side",
  16003. image: {
  16004. source: "./media/characters/aronai-sieyes/side.svg",
  16005. extra: 1433 / 1390,
  16006. bottom: 0.0393
  16007. }
  16008. },
  16009. back: {
  16010. height: math.unit(6 + 1 / 12, "feet"),
  16011. weight: math.unit(150, "lb"),
  16012. name: "Back",
  16013. image: {
  16014. source: "./media/characters/aronai-sieyes/back.svg",
  16015. extra: 1544 / 1494,
  16016. bottom: 0.02
  16017. }
  16018. },
  16019. frontClothed: {
  16020. height: math.unit(6 + 1 / 12, "feet"),
  16021. weight: math.unit(150, "lb"),
  16022. name: "Front (Clothed)",
  16023. image: {
  16024. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16025. extra: 1582 / 1527
  16026. }
  16027. },
  16028. feral: {
  16029. height: math.unit(18, "feet"),
  16030. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16031. name: "Feral",
  16032. image: {
  16033. source: "./media/characters/aronai-sieyes/feral.svg",
  16034. extra: 1530 / 1240,
  16035. bottom: 0.035
  16036. }
  16037. },
  16038. },
  16039. [
  16040. {
  16041. name: "Micro",
  16042. height: math.unit(2, "inches")
  16043. },
  16044. {
  16045. name: "Normal",
  16046. height: math.unit(6 + 1 / 12, "feet"),
  16047. default: true
  16048. }
  16049. ]
  16050. ))
  16051. characterMakers.push(() => makeCharacter(
  16052. { name: "Xuna" },
  16053. {
  16054. front: {
  16055. height: math.unit(12, "feet"),
  16056. weight: math.unit(410, "kg"),
  16057. name: "Front",
  16058. image: {
  16059. source: "./media/characters/xuna/front.svg",
  16060. extra: 2184 / 1980
  16061. }
  16062. },
  16063. side: {
  16064. height: math.unit(12, "feet"),
  16065. weight: math.unit(410, "kg"),
  16066. name: "Side",
  16067. image: {
  16068. source: "./media/characters/xuna/side.svg",
  16069. extra: 2184 / 1980
  16070. }
  16071. },
  16072. back: {
  16073. height: math.unit(12, "feet"),
  16074. weight: math.unit(410, "kg"),
  16075. name: "Back",
  16076. image: {
  16077. source: "./media/characters/xuna/back.svg",
  16078. extra: 2184 / 1980
  16079. }
  16080. },
  16081. },
  16082. [
  16083. {
  16084. name: "Nano glow",
  16085. height: math.unit(10, "nm")
  16086. },
  16087. {
  16088. name: "Micro floof",
  16089. height: math.unit(0.3, "m")
  16090. },
  16091. {
  16092. name: "Huggable softy boi",
  16093. height: math.unit(3.6576, "m"),
  16094. default: true
  16095. },
  16096. {
  16097. name: "Admirable floof",
  16098. height: math.unit(80, "meters")
  16099. },
  16100. {
  16101. name: "Gentle macro",
  16102. height: math.unit(300, "meters")
  16103. },
  16104. {
  16105. name: "Very careful floof",
  16106. height: math.unit(3200, "meters")
  16107. },
  16108. {
  16109. name: "The mega floof",
  16110. height: math.unit(36000, "meters")
  16111. },
  16112. {
  16113. name: "Giga-fur-Wicker",
  16114. height: math.unit(4800000, "meters")
  16115. },
  16116. {
  16117. name: "Licky world",
  16118. height: math.unit(20000000, "meters")
  16119. },
  16120. {
  16121. name: "Floofy cyan sun",
  16122. height: math.unit(1500000000, "meters")
  16123. },
  16124. {
  16125. name: "Milky Wicker",
  16126. height: math.unit(1000000000000000000000, "meters")
  16127. },
  16128. {
  16129. name: "The observing Wicker",
  16130. height: math.unit(999999999999999999999999999, "meters")
  16131. },
  16132. ]
  16133. ))
  16134. characterMakers.push(() => makeCharacter(
  16135. { name: "Arokha Sieyes" },
  16136. {
  16137. front: {
  16138. height: math.unit(5 + 9 / 12, "feet"),
  16139. weight: math.unit(150, "lb"),
  16140. name: "Front",
  16141. image: {
  16142. source: "./media/characters/arokha-sieyes/front.svg",
  16143. extra: 1425 / 1284,
  16144. bottom: 0.05
  16145. }
  16146. },
  16147. },
  16148. [
  16149. {
  16150. name: "Normal",
  16151. height: math.unit(5 + 9 / 12, "feet")
  16152. },
  16153. {
  16154. name: "Macro",
  16155. height: math.unit(30, "meters"),
  16156. default: true
  16157. },
  16158. ]
  16159. ))
  16160. characterMakers.push(() => makeCharacter(
  16161. { name: "Arokh Sieyes" },
  16162. {
  16163. front: {
  16164. height: math.unit(6, "feet"),
  16165. weight: math.unit(180, "lb"),
  16166. name: "Front",
  16167. image: {
  16168. source: "./media/characters/arokh-sieyes/front.svg",
  16169. extra: 1830 / 1769,
  16170. bottom: 0.01
  16171. }
  16172. },
  16173. },
  16174. [
  16175. {
  16176. name: "Normal",
  16177. height: math.unit(6, "feet")
  16178. },
  16179. {
  16180. name: "Macro",
  16181. height: math.unit(30, "meters"),
  16182. default: true
  16183. },
  16184. ]
  16185. ))
  16186. characterMakers.push(() => makeCharacter(
  16187. { name: "Goldeneye" },
  16188. {
  16189. side: {
  16190. height: math.unit(13 + 1 / 12, "feet"),
  16191. weight: math.unit(8.5, "tonnes"),
  16192. name: "Side",
  16193. image: {
  16194. source: "./media/characters/goldeneye/side.svg",
  16195. extra: 1182 / 778,
  16196. bottom: 0.067
  16197. }
  16198. },
  16199. paw: {
  16200. height: math.unit(3.4, "feet"),
  16201. name: "Paw",
  16202. image: {
  16203. source: "./media/characters/goldeneye/paw.svg"
  16204. }
  16205. },
  16206. },
  16207. [
  16208. {
  16209. name: "Normal",
  16210. height: math.unit(13 + 1 / 12, "feet"),
  16211. default: true
  16212. },
  16213. ]
  16214. ))
  16215. characterMakers.push(() => makeCharacter(
  16216. { name: "Leonardo Lycheborne" },
  16217. {
  16218. front: {
  16219. height: math.unit(6 + 1 / 12, "feet"),
  16220. weight: math.unit(210, "lb"),
  16221. name: "Front",
  16222. image: {
  16223. source: "./media/characters/leonardo-lycheborne/front.svg",
  16224. extra: 390 / 365,
  16225. bottom: 0.032
  16226. }
  16227. },
  16228. side: {
  16229. height: math.unit(6 + 1 / 12, "feet"),
  16230. weight: math.unit(210, "lb"),
  16231. name: "Side",
  16232. image: {
  16233. source: "./media/characters/leonardo-lycheborne/side.svg",
  16234. extra: 390 / 365,
  16235. bottom: 0.005
  16236. }
  16237. },
  16238. back: {
  16239. height: math.unit(6 + 1 / 12, "feet"),
  16240. weight: math.unit(210, "lb"),
  16241. name: "Back",
  16242. image: {
  16243. source: "./media/characters/leonardo-lycheborne/back.svg",
  16244. extra: 392 / 366,
  16245. bottom: 0.01
  16246. }
  16247. },
  16248. hand: {
  16249. height: math.unit(1.08, "feet"),
  16250. name: "Hand",
  16251. image: {
  16252. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16253. }
  16254. },
  16255. foot: {
  16256. height: math.unit(1.32, "feet"),
  16257. name: "Foot",
  16258. image: {
  16259. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16260. }
  16261. },
  16262. were: {
  16263. height: math.unit(20, "feet"),
  16264. weight: math.unit(7800, "lb"),
  16265. name: "Were",
  16266. image: {
  16267. source: "./media/characters/leonardo-lycheborne/were.svg",
  16268. extra: 308 / 294,
  16269. bottom: 0.048
  16270. }
  16271. },
  16272. feral: {
  16273. height: math.unit(7.5, "feet"),
  16274. weight: math.unit(600, "lb"),
  16275. name: "Feral",
  16276. image: {
  16277. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16278. extra: 210 / 186,
  16279. bottom: 0.108
  16280. }
  16281. },
  16282. taur: {
  16283. height: math.unit(11, "feet"),
  16284. weight: math.unit(3300, "lb"),
  16285. name: "Taur",
  16286. image: {
  16287. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16288. extra: 320 / 303,
  16289. bottom: 0.025
  16290. }
  16291. },
  16292. barghest: {
  16293. height: math.unit(11, "feet"),
  16294. weight: math.unit(1300, "lb"),
  16295. name: "Barghest",
  16296. image: {
  16297. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16298. extra: 323 / 302,
  16299. bottom: 0.027
  16300. }
  16301. },
  16302. dick: {
  16303. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16304. name: "Dick",
  16305. image: {
  16306. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16307. }
  16308. },
  16309. dickWere: {
  16310. height: math.unit((20) / 3.8, "feet"),
  16311. name: "Dick (Were)",
  16312. image: {
  16313. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16314. }
  16315. },
  16316. },
  16317. [
  16318. {
  16319. name: "Normal",
  16320. height: math.unit(6 + 1 / 12, "feet"),
  16321. default: true
  16322. },
  16323. ]
  16324. ))
  16325. characterMakers.push(() => makeCharacter(
  16326. { name: "Jet" },
  16327. {
  16328. front: {
  16329. height: math.unit(10, "feet"),
  16330. weight: math.unit(350, "lb"),
  16331. name: "Front",
  16332. image: {
  16333. source: "./media/characters/jet/front.svg",
  16334. extra: 2050 / 1980,
  16335. bottom: 0.013
  16336. }
  16337. },
  16338. back: {
  16339. height: math.unit(10, "feet"),
  16340. weight: math.unit(350, "lb"),
  16341. name: "Back",
  16342. image: {
  16343. source: "./media/characters/jet/back.svg",
  16344. extra: 2050 / 1980,
  16345. bottom: 0.013
  16346. }
  16347. },
  16348. },
  16349. [
  16350. {
  16351. name: "Micro",
  16352. height: math.unit(6, "inches")
  16353. },
  16354. {
  16355. name: "Normal",
  16356. height: math.unit(10, "feet"),
  16357. default: true
  16358. },
  16359. {
  16360. name: "Macro",
  16361. height: math.unit(100, "feet")
  16362. },
  16363. ]
  16364. ))
  16365. characterMakers.push(() => makeCharacter(
  16366. { name: "Tanarath" },
  16367. {
  16368. front: {
  16369. height: math.unit(15, "feet"),
  16370. weight: math.unit(2800, "lb"),
  16371. name: "Front",
  16372. image: {
  16373. source: "./media/characters/tanarath/front.svg",
  16374. extra: 2392 / 2220,
  16375. bottom: 0.03
  16376. }
  16377. },
  16378. back: {
  16379. height: math.unit(15, "feet"),
  16380. weight: math.unit(2800, "lb"),
  16381. name: "Back",
  16382. image: {
  16383. source: "./media/characters/tanarath/back.svg",
  16384. extra: 2392 / 2220,
  16385. bottom: 0.03
  16386. }
  16387. },
  16388. },
  16389. [
  16390. {
  16391. name: "Normal",
  16392. height: math.unit(15, "feet"),
  16393. default: true
  16394. },
  16395. ]
  16396. ))
  16397. characterMakers.push(() => makeCharacter(
  16398. { name: "Patty CattyBatty" },
  16399. {
  16400. front: {
  16401. height: math.unit(7 + 1 / 12, "feet"),
  16402. weight: math.unit(175, "lb"),
  16403. name: "Front",
  16404. image: {
  16405. source: "./media/characters/patty-cattybatty/front.svg",
  16406. extra: 908 / 874,
  16407. bottom: 0.025
  16408. }
  16409. },
  16410. },
  16411. [
  16412. {
  16413. name: "Micro",
  16414. height: math.unit(1, "inch")
  16415. },
  16416. {
  16417. name: "Normal",
  16418. height: math.unit(7 + 1 / 12, "feet")
  16419. },
  16420. {
  16421. name: "Mini Macro",
  16422. height: math.unit(155, "feet")
  16423. },
  16424. {
  16425. name: "Macro",
  16426. height: math.unit(1077, "feet")
  16427. },
  16428. {
  16429. name: "Mega Macro",
  16430. height: math.unit(47650, "feet"),
  16431. default: true
  16432. },
  16433. {
  16434. name: "Giga Macro",
  16435. height: math.unit(440, "miles")
  16436. },
  16437. {
  16438. name: "Tera Macro",
  16439. height: math.unit(8700, "miles")
  16440. },
  16441. {
  16442. name: "Planetary Macro",
  16443. height: math.unit(32700, "miles")
  16444. },
  16445. {
  16446. name: "Solar Macro",
  16447. height: math.unit(550000, "miles")
  16448. },
  16449. {
  16450. name: "Celestial Macro",
  16451. height: math.unit(2.5, "AU")
  16452. },
  16453. ]
  16454. ))
  16455. characterMakers.push(() => makeCharacter(
  16456. { name: "Cappu" },
  16457. {
  16458. front: {
  16459. height: math.unit(4 + 5 / 12, "feet"),
  16460. weight: math.unit(90, "lb"),
  16461. name: "Front",
  16462. image: {
  16463. source: "./media/characters/cappu/front.svg",
  16464. extra: 1247 / 1152,
  16465. bottom: 0.012
  16466. }
  16467. },
  16468. },
  16469. [
  16470. {
  16471. name: "Normal",
  16472. height: math.unit(4 + 5 / 12, "feet"),
  16473. default: true
  16474. },
  16475. ]
  16476. ))
  16477. characterMakers.push(() => makeCharacter(
  16478. { name: "Sebi" },
  16479. {
  16480. frontDressed: {
  16481. height: math.unit(70, "cm"),
  16482. weight: math.unit(6, "kg"),
  16483. name: "Front (Dressed)",
  16484. image: {
  16485. source: "./media/characters/sebi/front-dressed.svg",
  16486. extra: 713.5 / 686.5,
  16487. bottom: 0.003
  16488. }
  16489. },
  16490. front: {
  16491. height: math.unit(70, "cm"),
  16492. weight: math.unit(5, "kg"),
  16493. name: "Front",
  16494. image: {
  16495. source: "./media/characters/sebi/front.svg",
  16496. extra: 713.5 / 686.5,
  16497. bottom: 0.003
  16498. }
  16499. }
  16500. },
  16501. [
  16502. {
  16503. name: "Normal",
  16504. height: math.unit(70, "cm"),
  16505. default: true
  16506. },
  16507. {
  16508. name: "Macro",
  16509. height: math.unit(8, "meters")
  16510. },
  16511. ]
  16512. ))
  16513. characterMakers.push(() => makeCharacter(
  16514. { name: "Typhek" },
  16515. {
  16516. front: {
  16517. height: math.unit(6, "feet"),
  16518. weight: math.unit(150, "lb"),
  16519. name: "Front",
  16520. image: {
  16521. source: "./media/characters/typhek/front.svg",
  16522. extra: 1948 / 1929,
  16523. bottom: 0.025
  16524. }
  16525. },
  16526. side: {
  16527. height: math.unit(6, "feet"),
  16528. weight: math.unit(150, "lb"),
  16529. name: "Side",
  16530. image: {
  16531. source: "./media/characters/typhek/side.svg",
  16532. extra: 2034 / 2010,
  16533. bottom: 0.003
  16534. }
  16535. },
  16536. back: {
  16537. height: math.unit(6, "feet"),
  16538. weight: math.unit(150, "lb"),
  16539. name: "Back",
  16540. image: {
  16541. source: "./media/characters/typhek/back.svg",
  16542. extra: 2005 / 1978,
  16543. bottom: 0.004
  16544. }
  16545. },
  16546. palm: {
  16547. height: math.unit(1.2, "feet"),
  16548. name: "Palm",
  16549. image: {
  16550. source: "./media/characters/typhek/palm.svg"
  16551. }
  16552. },
  16553. fist: {
  16554. height: math.unit(1.1, "feet"),
  16555. name: "Fist",
  16556. image: {
  16557. source: "./media/characters/typhek/fist.svg"
  16558. }
  16559. },
  16560. foot: {
  16561. height: math.unit(1.57, "feet"),
  16562. name: "Foot",
  16563. image: {
  16564. source: "./media/characters/typhek/foot.svg"
  16565. }
  16566. },
  16567. sole: {
  16568. height: math.unit(2.05, "feet"),
  16569. name: "Sole",
  16570. image: {
  16571. source: "./media/characters/typhek/sole.svg"
  16572. }
  16573. },
  16574. },
  16575. [
  16576. {
  16577. name: "Macro",
  16578. height: math.unit(40, "stories"),
  16579. default: true
  16580. },
  16581. {
  16582. name: "Megamacro",
  16583. height: math.unit(1, "mile")
  16584. },
  16585. {
  16586. name: "Gigamacro",
  16587. height: math.unit(4000, "solarradii")
  16588. },
  16589. {
  16590. name: "Universal",
  16591. height: math.unit(1.1, "universes")
  16592. }
  16593. ]
  16594. ))
  16595. characterMakers.push(() => makeCharacter(
  16596. { name: "Kassy" },
  16597. {
  16598. side: {
  16599. height: math.unit(5 + 7 / 12, "feet"),
  16600. weight: math.unit(150, "lb"),
  16601. name: "Side",
  16602. image: {
  16603. source: "./media/characters/kassy/side.svg",
  16604. extra: 1280 / 1225,
  16605. bottom: 0.002
  16606. }
  16607. },
  16608. front: {
  16609. height: math.unit(5 + 7 / 12, "feet"),
  16610. weight: math.unit(150, "lb"),
  16611. name: "Front",
  16612. image: {
  16613. source: "./media/characters/kassy/front.svg",
  16614. extra: 1280 / 1225,
  16615. bottom: 0.025
  16616. }
  16617. },
  16618. back: {
  16619. height: math.unit(5 + 7 / 12, "feet"),
  16620. weight: math.unit(150, "lb"),
  16621. name: "Back",
  16622. image: {
  16623. source: "./media/characters/kassy/back.svg",
  16624. extra: 1280 / 1225,
  16625. bottom: 0.002
  16626. }
  16627. },
  16628. foot: {
  16629. height: math.unit(1.266, "feet"),
  16630. name: "Foot",
  16631. image: {
  16632. source: "./media/characters/kassy/foot.svg"
  16633. }
  16634. },
  16635. },
  16636. [
  16637. {
  16638. name: "Normal",
  16639. height: math.unit(5 + 7 / 12, "feet")
  16640. },
  16641. {
  16642. name: "Macro",
  16643. height: math.unit(137, "feet"),
  16644. default: true
  16645. },
  16646. {
  16647. name: "Megamacro",
  16648. height: math.unit(1, "mile")
  16649. },
  16650. ]
  16651. ))
  16652. characterMakers.push(() => makeCharacter(
  16653. { name: "Neil" },
  16654. {
  16655. front: {
  16656. height: math.unit(6 + 1 / 12, "feet"),
  16657. weight: math.unit(200, "lb"),
  16658. name: "Front",
  16659. image: {
  16660. source: "./media/characters/neil/front.svg",
  16661. extra: 1326 / 1250,
  16662. bottom: 0.023
  16663. }
  16664. },
  16665. },
  16666. [
  16667. {
  16668. name: "Normal",
  16669. height: math.unit(6 + 1 / 12, "feet"),
  16670. default: true
  16671. },
  16672. {
  16673. name: "Macro",
  16674. height: math.unit(200, "feet")
  16675. },
  16676. ]
  16677. ))
  16678. characterMakers.push(() => makeCharacter(
  16679. { name: "Atticus" },
  16680. {
  16681. front: {
  16682. height: math.unit(5 + 9 / 12, "feet"),
  16683. weight: math.unit(190, "lb"),
  16684. name: "Front",
  16685. image: {
  16686. source: "./media/characters/atticus/front.svg",
  16687. extra: 2934 / 2785,
  16688. bottom: 0.025
  16689. }
  16690. },
  16691. },
  16692. [
  16693. {
  16694. name: "Normal",
  16695. height: math.unit(5 + 9 / 12, "feet"),
  16696. default: true
  16697. },
  16698. {
  16699. name: "Macro",
  16700. height: math.unit(180, "feet")
  16701. },
  16702. ]
  16703. ))
  16704. characterMakers.push(() => makeCharacter(
  16705. { name: "Milo" },
  16706. {
  16707. side: {
  16708. height: math.unit(9, "feet"),
  16709. weight: math.unit(650, "lb"),
  16710. name: "Side",
  16711. image: {
  16712. source: "./media/characters/milo/side.svg",
  16713. extra: 2644 / 2310,
  16714. bottom: 0.032
  16715. }
  16716. },
  16717. },
  16718. [
  16719. {
  16720. name: "Normal",
  16721. height: math.unit(9, "feet"),
  16722. default: true
  16723. },
  16724. {
  16725. name: "Macro",
  16726. height: math.unit(300, "feet")
  16727. },
  16728. ]
  16729. ))
  16730. characterMakers.push(() => makeCharacter(
  16731. { name: "Ijzer" },
  16732. {
  16733. side: {
  16734. height: math.unit(8, "meters"),
  16735. weight: math.unit(90000, "kg"),
  16736. name: "Side",
  16737. image: {
  16738. source: "./media/characters/ijzer/side.svg",
  16739. extra: 2756 / 1600,
  16740. bottom: 0.01
  16741. }
  16742. },
  16743. },
  16744. [
  16745. {
  16746. name: "Small",
  16747. height: math.unit(3, "meters")
  16748. },
  16749. {
  16750. name: "Normal",
  16751. height: math.unit(8, "meters"),
  16752. default: true
  16753. },
  16754. {
  16755. name: "Normal+",
  16756. height: math.unit(10, "meters")
  16757. },
  16758. {
  16759. name: "Bigger",
  16760. height: math.unit(24, "meters")
  16761. },
  16762. {
  16763. name: "Huge",
  16764. height: math.unit(80, "meters")
  16765. },
  16766. ]
  16767. ))
  16768. characterMakers.push(() => makeCharacter(
  16769. { name: "Luca Cervicum" },
  16770. {
  16771. front: {
  16772. height: math.unit(6 + 2 / 12, "feet"),
  16773. weight: math.unit(153, "lb"),
  16774. name: "Front",
  16775. image: {
  16776. source: "./media/characters/luca-cervicum/front.svg",
  16777. extra: 370 / 327,
  16778. bottom: 0.015
  16779. }
  16780. },
  16781. back: {
  16782. height: math.unit(6 + 2 / 12, "feet"),
  16783. weight: math.unit(153, "lb"),
  16784. name: "Back",
  16785. image: {
  16786. source: "./media/characters/luca-cervicum/back.svg",
  16787. extra: 367 / 333,
  16788. bottom: 0.005
  16789. }
  16790. },
  16791. frontGear: {
  16792. height: math.unit(6 + 2 / 12, "feet"),
  16793. weight: math.unit(173, "lb"),
  16794. name: "Front (Gear)",
  16795. image: {
  16796. source: "./media/characters/luca-cervicum/front-gear.svg",
  16797. extra: 377 / 333,
  16798. bottom: 0.006
  16799. }
  16800. },
  16801. },
  16802. [
  16803. {
  16804. name: "Normal",
  16805. height: math.unit(6 + 2 / 12, "feet"),
  16806. default: true
  16807. },
  16808. ]
  16809. ))
  16810. characterMakers.push(() => makeCharacter(
  16811. { name: "Oliver" },
  16812. {
  16813. front: {
  16814. height: math.unit(6 + 1 / 12, "feet"),
  16815. weight: math.unit(304, "lb"),
  16816. name: "Front",
  16817. image: {
  16818. source: "./media/characters/oliver/front.svg",
  16819. extra: 157 / 143,
  16820. bottom: 0.08
  16821. }
  16822. },
  16823. },
  16824. [
  16825. {
  16826. name: "Normal",
  16827. height: math.unit(6 + 1 / 12, "feet"),
  16828. default: true
  16829. },
  16830. ]
  16831. ))
  16832. characterMakers.push(() => makeCharacter(
  16833. { name: "Shane" },
  16834. {
  16835. front: {
  16836. height: math.unit(5 + 7 / 12, "feet"),
  16837. weight: math.unit(140, "lb"),
  16838. name: "Front",
  16839. image: {
  16840. source: "./media/characters/shane/front.svg",
  16841. extra: 304 / 289,
  16842. bottom: 0.005
  16843. }
  16844. },
  16845. },
  16846. [
  16847. {
  16848. name: "Normal",
  16849. height: math.unit(5 + 7 / 12, "feet"),
  16850. default: true
  16851. },
  16852. ]
  16853. ))
  16854. characterMakers.push(() => makeCharacter(
  16855. { name: "Shin" },
  16856. {
  16857. front: {
  16858. height: math.unit(5 + 9 / 12, "feet"),
  16859. weight: math.unit(178, "lb"),
  16860. name: "Front",
  16861. image: {
  16862. source: "./media/characters/shin/front.svg",
  16863. extra: 159 / 151,
  16864. bottom: 0.015
  16865. }
  16866. },
  16867. },
  16868. [
  16869. {
  16870. name: "Normal",
  16871. height: math.unit(5 + 9 / 12, "feet"),
  16872. default: true
  16873. },
  16874. ]
  16875. ))
  16876. characterMakers.push(() => makeCharacter(
  16877. { name: "Xerxes" },
  16878. {
  16879. front: {
  16880. height: math.unit(5 + 10 / 12, "feet"),
  16881. weight: math.unit(168, "lb"),
  16882. name: "Front",
  16883. image: {
  16884. source: "./media/characters/xerxes/front.svg",
  16885. extra: 282 / 260,
  16886. bottom: 0.045
  16887. }
  16888. },
  16889. },
  16890. [
  16891. {
  16892. name: "Normal",
  16893. height: math.unit(5 + 10 / 12, "feet"),
  16894. default: true
  16895. },
  16896. ]
  16897. ))
  16898. characterMakers.push(() => makeCharacter(
  16899. { name: "Chaska" },
  16900. {
  16901. front: {
  16902. height: math.unit(6 + 7 / 12, "feet"),
  16903. weight: math.unit(208, "lb"),
  16904. name: "Front",
  16905. image: {
  16906. source: "./media/characters/chaska/front.svg",
  16907. extra: 332 / 319,
  16908. bottom: 0.015
  16909. }
  16910. },
  16911. },
  16912. [
  16913. {
  16914. name: "Normal",
  16915. height: math.unit(6 + 7 / 12, "feet"),
  16916. default: true
  16917. },
  16918. ]
  16919. ))
  16920. characterMakers.push(() => makeCharacter(
  16921. { name: "Enuk" },
  16922. {
  16923. front: {
  16924. height: math.unit(5 + 8 / 12, "feet"),
  16925. weight: math.unit(208, "lb"),
  16926. name: "Front",
  16927. image: {
  16928. source: "./media/characters/enuk/front.svg",
  16929. extra: 437 / 406,
  16930. bottom: 0.02
  16931. }
  16932. },
  16933. },
  16934. [
  16935. {
  16936. name: "Normal",
  16937. height: math.unit(5 + 8 / 12, "feet"),
  16938. default: true
  16939. },
  16940. ]
  16941. ))
  16942. characterMakers.push(() => makeCharacter(
  16943. { name: "Bruun" },
  16944. {
  16945. front: {
  16946. height: math.unit(5 + 10 / 12, "feet"),
  16947. weight: math.unit(252, "lb"),
  16948. name: "Front",
  16949. image: {
  16950. source: "./media/characters/bruun/front.svg",
  16951. extra: 197 / 187,
  16952. bottom: 0.012
  16953. }
  16954. },
  16955. },
  16956. [
  16957. {
  16958. name: "Normal",
  16959. height: math.unit(5 + 10 / 12, "feet"),
  16960. default: true
  16961. },
  16962. ]
  16963. ))
  16964. characterMakers.push(() => makeCharacter(
  16965. { name: "Alexeev" },
  16966. {
  16967. front: {
  16968. height: math.unit(6 + 10 / 12, "feet"),
  16969. weight: math.unit(255, "lb"),
  16970. name: "Front",
  16971. image: {
  16972. source: "./media/characters/alexeev/front.svg",
  16973. extra: 213 / 200,
  16974. bottom: 0.05
  16975. }
  16976. },
  16977. },
  16978. [
  16979. {
  16980. name: "Normal",
  16981. height: math.unit(6 + 10 / 12, "feet"),
  16982. default: true
  16983. },
  16984. ]
  16985. ))
  16986. characterMakers.push(() => makeCharacter(
  16987. { name: "Evelyn" },
  16988. {
  16989. front: {
  16990. height: math.unit(2 + 8 / 12, "feet"),
  16991. weight: math.unit(22, "lb"),
  16992. name: "Front",
  16993. image: {
  16994. source: "./media/characters/evelyn/front.svg",
  16995. extra: 208 / 180
  16996. }
  16997. },
  16998. },
  16999. [
  17000. {
  17001. name: "Normal",
  17002. height: math.unit(2 + 8 / 12, "feet"),
  17003. default: true
  17004. },
  17005. ]
  17006. ))
  17007. characterMakers.push(() => makeCharacter(
  17008. { name: "Inca" },
  17009. {
  17010. front: {
  17011. height: math.unit(5 + 9 / 12, "feet"),
  17012. weight: math.unit(139, "lb"),
  17013. name: "Front",
  17014. image: {
  17015. source: "./media/characters/inca/front.svg",
  17016. extra: 294 / 291,
  17017. bottom: 0.03
  17018. }
  17019. },
  17020. },
  17021. [
  17022. {
  17023. name: "Normal",
  17024. height: math.unit(5 + 9 / 12, "feet"),
  17025. default: true
  17026. },
  17027. ]
  17028. ))
  17029. characterMakers.push(() => makeCharacter(
  17030. { name: "Magdalene" },
  17031. {
  17032. front: {
  17033. height: math.unit(5 + 1 / 12, "feet"),
  17034. weight: math.unit(84, "lb"),
  17035. name: "Front",
  17036. image: {
  17037. source: "./media/characters/magdalene/front.svg",
  17038. extra: 293 / 273
  17039. }
  17040. },
  17041. },
  17042. [
  17043. {
  17044. name: "Normal",
  17045. height: math.unit(5 + 1 / 12, "feet"),
  17046. default: true
  17047. },
  17048. ]
  17049. ))
  17050. characterMakers.push(() => makeCharacter(
  17051. { name: "Mera" },
  17052. {
  17053. front: {
  17054. height: math.unit(6 + 3 / 12, "feet"),
  17055. weight: math.unit(185, "lb"),
  17056. name: "Front",
  17057. image: {
  17058. source: "./media/characters/mera/front.svg",
  17059. extra: 291 / 277,
  17060. bottom: 0.03
  17061. }
  17062. },
  17063. },
  17064. [
  17065. {
  17066. name: "Normal",
  17067. height: math.unit(6 + 3 / 12, "feet"),
  17068. default: true
  17069. },
  17070. ]
  17071. ))
  17072. characterMakers.push(() => makeCharacter(
  17073. { name: "Ceres" },
  17074. {
  17075. front: {
  17076. height: math.unit(6 + 7 / 12, "feet"),
  17077. weight: math.unit(160, "lb"),
  17078. name: "Front",
  17079. image: {
  17080. source: "./media/characters/ceres/front.svg",
  17081. extra: 1023 / 950,
  17082. bottom: 0.027
  17083. }
  17084. },
  17085. back: {
  17086. height: math.unit(6 + 7 / 12, "feet"),
  17087. weight: math.unit(160, "lb"),
  17088. name: "Back",
  17089. image: {
  17090. source: "./media/characters/ceres/back.svg",
  17091. extra: 1023 / 950
  17092. }
  17093. },
  17094. },
  17095. [
  17096. {
  17097. name: "Normal",
  17098. height: math.unit(6 + 7 / 12, "feet"),
  17099. default: true
  17100. },
  17101. ]
  17102. ))
  17103. characterMakers.push(() => makeCharacter(
  17104. { name: "Kris" },
  17105. {
  17106. front: {
  17107. height: math.unit(5 + 10 / 12, "feet"),
  17108. weight: math.unit(150, "lb"),
  17109. name: "Front",
  17110. image: {
  17111. source: "./media/characters/kris/front.svg",
  17112. extra: 885 / 803,
  17113. bottom: 0.03
  17114. }
  17115. },
  17116. },
  17117. [
  17118. {
  17119. name: "Normal",
  17120. height: math.unit(5 + 10 / 12, "feet"),
  17121. default: true
  17122. },
  17123. ]
  17124. ))
  17125. characterMakers.push(() => makeCharacter(
  17126. { name: "Taluthus" },
  17127. {
  17128. front: {
  17129. height: math.unit(7, "feet"),
  17130. weight: math.unit(120, "kg"),
  17131. name: "Front",
  17132. image: {
  17133. source: "./media/characters/taluthus/front.svg",
  17134. extra: 903 / 833,
  17135. bottom: 0.015
  17136. }
  17137. },
  17138. },
  17139. [
  17140. {
  17141. name: "Normal",
  17142. height: math.unit(7, "feet"),
  17143. default: true
  17144. },
  17145. {
  17146. name: "Macro",
  17147. height: math.unit(300, "feet")
  17148. },
  17149. ]
  17150. ))
  17151. characterMakers.push(() => makeCharacter(
  17152. { name: "Dawn" },
  17153. {
  17154. front: {
  17155. height: math.unit(5 + 9 / 12, "feet"),
  17156. weight: math.unit(145, "lb"),
  17157. name: "Front",
  17158. image: {
  17159. source: "./media/characters/dawn/front.svg",
  17160. extra: 2094 / 2016,
  17161. bottom: 0.025
  17162. }
  17163. },
  17164. back: {
  17165. height: math.unit(5 + 9 / 12, "feet"),
  17166. weight: math.unit(160, "lb"),
  17167. name: "Back",
  17168. image: {
  17169. source: "./media/characters/dawn/back.svg",
  17170. extra: 2112 / 2080,
  17171. bottom: 0.005
  17172. }
  17173. },
  17174. },
  17175. [
  17176. {
  17177. name: "Normal",
  17178. height: math.unit(6 + 7 / 12, "feet"),
  17179. default: true
  17180. },
  17181. ]
  17182. ))
  17183. characterMakers.push(() => makeCharacter(
  17184. { name: "Arador" },
  17185. {
  17186. anthro: {
  17187. height: math.unit(8 + 3 / 12, "feet"),
  17188. weight: math.unit(450, "lb"),
  17189. name: "Anthro",
  17190. image: {
  17191. source: "./media/characters/arador/anthro.svg",
  17192. extra: 1835 / 1718,
  17193. bottom: 0.025
  17194. }
  17195. },
  17196. feral: {
  17197. height: math.unit(4, "feet"),
  17198. weight: math.unit(200, "lb"),
  17199. name: "Feral",
  17200. image: {
  17201. source: "./media/characters/arador/feral.svg",
  17202. extra: 1683 / 1514,
  17203. bottom: 0.07
  17204. }
  17205. },
  17206. },
  17207. [
  17208. {
  17209. name: "Normal",
  17210. height: math.unit(8 + 3 / 12, "feet")
  17211. },
  17212. {
  17213. name: "Macro",
  17214. height: math.unit(82.5, "feet"),
  17215. default: true
  17216. },
  17217. ]
  17218. ))
  17219. characterMakers.push(() => makeCharacter(
  17220. { name: "Dharsi" },
  17221. {
  17222. front: {
  17223. height: math.unit(5 + 10 / 12, "feet"),
  17224. weight: math.unit(125, "lb"),
  17225. name: "Front",
  17226. image: {
  17227. source: "./media/characters/dharsi/front.svg",
  17228. extra: 716 / 630,
  17229. bottom: 0.035
  17230. }
  17231. },
  17232. },
  17233. [
  17234. {
  17235. name: "Nano",
  17236. height: math.unit(100, "nm")
  17237. },
  17238. {
  17239. name: "Micro",
  17240. height: math.unit(2, "inches")
  17241. },
  17242. {
  17243. name: "Normal",
  17244. height: math.unit(5 + 10 / 12, "feet"),
  17245. default: true
  17246. },
  17247. {
  17248. name: "Macro",
  17249. height: math.unit(1000, "feet")
  17250. },
  17251. {
  17252. name: "Megamacro",
  17253. height: math.unit(10, "miles")
  17254. },
  17255. {
  17256. name: "Gigamacro",
  17257. height: math.unit(3000, "miles")
  17258. },
  17259. {
  17260. name: "Teramacro",
  17261. height: math.unit(500000, "miles")
  17262. },
  17263. {
  17264. name: "Teramacro+",
  17265. height: math.unit(30, "galaxies")
  17266. },
  17267. ]
  17268. ))
  17269. characterMakers.push(() => makeCharacter(
  17270. { name: "Deathy" },
  17271. {
  17272. front: {
  17273. height: math.unit(6, "feet"),
  17274. weight: math.unit(150, "lb"),
  17275. name: "Front",
  17276. image: {
  17277. source: "./media/characters/deathy/front.svg",
  17278. extra: 1552 / 1463,
  17279. bottom: 0.025
  17280. }
  17281. },
  17282. side: {
  17283. height: math.unit(6, "feet"),
  17284. weight: math.unit(150, "lb"),
  17285. name: "Side",
  17286. image: {
  17287. source: "./media/characters/deathy/side.svg",
  17288. extra: 1604 / 1455,
  17289. bottom: 0.025
  17290. }
  17291. },
  17292. back: {
  17293. height: math.unit(6, "feet"),
  17294. weight: math.unit(150, "lb"),
  17295. name: "Back",
  17296. image: {
  17297. source: "./media/characters/deathy/back.svg",
  17298. extra: 1580 / 1463,
  17299. bottom: 0.005
  17300. }
  17301. },
  17302. },
  17303. [
  17304. {
  17305. name: "Micro",
  17306. height: math.unit(5, "millimeters")
  17307. },
  17308. {
  17309. name: "Normal",
  17310. height: math.unit(6 + 5 / 12, "feet"),
  17311. default: true
  17312. },
  17313. ]
  17314. ))
  17315. characterMakers.push(() => makeCharacter(
  17316. { name: "Juniper" },
  17317. {
  17318. front: {
  17319. height: math.unit(16, "feet"),
  17320. weight: math.unit(4000, "lb"),
  17321. name: "Front",
  17322. image: {
  17323. source: "./media/characters/juniper/front.svg",
  17324. bottom: 0.04
  17325. }
  17326. },
  17327. },
  17328. [
  17329. {
  17330. name: "Normal",
  17331. height: math.unit(16, "feet"),
  17332. default: true
  17333. },
  17334. ]
  17335. ))
  17336. characterMakers.push(() => makeCharacter(
  17337. { name: "Hipster" },
  17338. {
  17339. front: {
  17340. height: math.unit(6, "feet"),
  17341. weight: math.unit(150, "lb"),
  17342. name: "Front",
  17343. image: {
  17344. source: "./media/characters/hipster/front.svg",
  17345. extra: 1312 / 1209,
  17346. bottom: 0.025
  17347. }
  17348. },
  17349. back: {
  17350. height: math.unit(6, "feet"),
  17351. weight: math.unit(150, "lb"),
  17352. name: "Back",
  17353. image: {
  17354. source: "./media/characters/hipster/back.svg",
  17355. extra: 1281 / 1196,
  17356. bottom: 0.01
  17357. }
  17358. },
  17359. },
  17360. [
  17361. {
  17362. name: "Micro",
  17363. height: math.unit(1, "mm")
  17364. },
  17365. {
  17366. name: "Normal",
  17367. height: math.unit(4, "inches"),
  17368. default: true
  17369. },
  17370. {
  17371. name: "Macro",
  17372. height: math.unit(500, "feet")
  17373. },
  17374. {
  17375. name: "Megamacro",
  17376. height: math.unit(1000, "miles")
  17377. },
  17378. ]
  17379. ))
  17380. characterMakers.push(() => makeCharacter(
  17381. { name: "Tendirmuldr" },
  17382. {
  17383. front: {
  17384. height: math.unit(6, "feet"),
  17385. weight: math.unit(150, "lb"),
  17386. name: "Front",
  17387. image: {
  17388. source: "./media/characters/tendirmuldr/front.svg",
  17389. extra: 1878 / 1772,
  17390. bottom: 0.015
  17391. }
  17392. },
  17393. },
  17394. [
  17395. {
  17396. name: "Megamacro",
  17397. height: math.unit(1500, "miles"),
  17398. default: true
  17399. },
  17400. ]
  17401. ))
  17402. characterMakers.push(() => makeCharacter(
  17403. { name: "Mort" },
  17404. {
  17405. front: {
  17406. height: math.unit(14, "feet"),
  17407. weight: math.unit(12000, "lb"),
  17408. name: "Front",
  17409. image: {
  17410. source: "./media/characters/mort/front.svg",
  17411. extra: 365 / 318,
  17412. bottom: 0.01
  17413. }
  17414. },
  17415. side: {
  17416. height: math.unit(14, "feet"),
  17417. weight: math.unit(12000, "lb"),
  17418. name: "Side",
  17419. image: {
  17420. source: "./media/characters/mort/side.svg",
  17421. extra: 365 / 318,
  17422. bottom: 0.052
  17423. },
  17424. default: true
  17425. },
  17426. back: {
  17427. height: math.unit(14, "feet"),
  17428. weight: math.unit(12000, "lb"),
  17429. name: "Back",
  17430. image: {
  17431. source: "./media/characters/mort/back.svg",
  17432. extra: 371 / 332,
  17433. bottom: 0.18
  17434. }
  17435. },
  17436. },
  17437. [
  17438. {
  17439. name: "Normal",
  17440. height: math.unit(14, "feet"),
  17441. default: true
  17442. },
  17443. ]
  17444. ))
  17445. characterMakers.push(() => makeCharacter(
  17446. { name: "Lycoa" },
  17447. {
  17448. front: {
  17449. height: math.unit(8, "feet"),
  17450. weight: math.unit(1, "ton"),
  17451. name: "Front",
  17452. image: {
  17453. source: "./media/characters/lycoa/front.svg",
  17454. extra: 1875 / 1789,
  17455. bottom: 0.022
  17456. }
  17457. },
  17458. back: {
  17459. height: math.unit(8, "feet"),
  17460. weight: math.unit(1, "ton"),
  17461. name: "Back",
  17462. image: {
  17463. source: "./media/characters/lycoa/back.svg",
  17464. extra: 1835 / 1781,
  17465. bottom: 0.03
  17466. }
  17467. },
  17468. },
  17469. [
  17470. {
  17471. name: "Normal",
  17472. height: math.unit(8, "feet"),
  17473. default: true
  17474. },
  17475. {
  17476. name: "Macro",
  17477. height: math.unit(30, "feet")
  17478. },
  17479. ]
  17480. ))
  17481. characterMakers.push(() => makeCharacter(
  17482. { name: "Naldara" },
  17483. {
  17484. front: {
  17485. height: math.unit(4 + 2 / 12, "feet"),
  17486. weight: math.unit(70, "lb"),
  17487. name: "Front",
  17488. image: {
  17489. source: "./media/characters/naldara/front.svg",
  17490. extra: 841 / 720,
  17491. bottom: 0.04
  17492. }
  17493. },
  17494. },
  17495. [
  17496. {
  17497. name: "Normal",
  17498. height: math.unit(4 + 2 / 12, "feet"),
  17499. default: true
  17500. },
  17501. ]
  17502. ))
  17503. characterMakers.push(() => makeCharacter(
  17504. { name: "Briar" },
  17505. {
  17506. front: {
  17507. height: math.unit(13 + 7 / 12, "feet"),
  17508. weight: math.unit(1500, "lb"),
  17509. name: "Front",
  17510. image: {
  17511. source: "./media/characters/briar/front.svg",
  17512. extra: 626 / 596,
  17513. bottom: 0.08
  17514. }
  17515. },
  17516. },
  17517. [
  17518. {
  17519. name: "Normal",
  17520. height: math.unit(13 + 7 / 12, "feet"),
  17521. default: true
  17522. },
  17523. ]
  17524. ))
  17525. characterMakers.push(() => makeCharacter(
  17526. { name: "Vanguard" },
  17527. {
  17528. side: {
  17529. height: math.unit(10, "feet"),
  17530. weight: math.unit(500, "lb"),
  17531. name: "Side",
  17532. image: {
  17533. source: "./media/characters/vanguard/side.svg",
  17534. extra: 502 / 425,
  17535. bottom: 0.087
  17536. }
  17537. },
  17538. },
  17539. [
  17540. {
  17541. name: "Normal",
  17542. height: math.unit(10, "feet"),
  17543. default: true
  17544. },
  17545. ]
  17546. ))
  17547. characterMakers.push(() => makeCharacter(
  17548. { name: "Artemis" },
  17549. {
  17550. front: {
  17551. height: math.unit(7.5, "feet"),
  17552. weight: math.unit(2, "lb"),
  17553. name: "Front",
  17554. image: {
  17555. source: "./media/characters/artemis/front.svg",
  17556. extra: 1192 / 1075,
  17557. bottom: 0.07
  17558. }
  17559. },
  17560. },
  17561. [
  17562. {
  17563. name: "Normal",
  17564. height: math.unit(7.5, "feet"),
  17565. default: true
  17566. },
  17567. {
  17568. name: "Enlarged",
  17569. height: math.unit(12, "feet")
  17570. },
  17571. ]
  17572. ))
  17573. characterMakers.push(() => makeCharacter(
  17574. { name: "Kira" },
  17575. {
  17576. front: {
  17577. height: math.unit(5 + 3 / 12, "feet"),
  17578. weight: math.unit(160, "lb"),
  17579. name: "Front",
  17580. image: {
  17581. source: "./media/characters/kira/front.svg",
  17582. extra: 906 / 786,
  17583. bottom: 0.01
  17584. }
  17585. },
  17586. back: {
  17587. height: math.unit(5 + 3 / 12, "feet"),
  17588. weight: math.unit(160, "lb"),
  17589. name: "Back",
  17590. image: {
  17591. source: "./media/characters/kira/back.svg",
  17592. extra: 882 / 757,
  17593. bottom: 0.005
  17594. }
  17595. },
  17596. frontDressed: {
  17597. height: math.unit(5 + 3 / 12, "feet"),
  17598. weight: math.unit(160, "lb"),
  17599. name: "Front (Dressed)",
  17600. image: {
  17601. source: "./media/characters/kira/front-dressed.svg",
  17602. extra: 906 / 786,
  17603. bottom: 0.01
  17604. }
  17605. },
  17606. beans: {
  17607. height: math.unit(0.92, "feet"),
  17608. name: "Beans",
  17609. image: {
  17610. source: "./media/characters/kira/beans.svg"
  17611. }
  17612. },
  17613. },
  17614. [
  17615. {
  17616. name: "Normal",
  17617. height: math.unit(5 + 3 / 12, "feet"),
  17618. default: true
  17619. },
  17620. ]
  17621. ))
  17622. characterMakers.push(() => makeCharacter(
  17623. { name: "Scramble" },
  17624. {
  17625. front: {
  17626. height: math.unit(5 + 4 / 12, "feet"),
  17627. weight: math.unit(145, "lb"),
  17628. name: "Front",
  17629. image: {
  17630. source: "./media/characters/scramble/front.svg",
  17631. extra: 763 / 727,
  17632. bottom: 0.05
  17633. }
  17634. },
  17635. back: {
  17636. height: math.unit(5 + 4 / 12, "feet"),
  17637. weight: math.unit(145, "lb"),
  17638. name: "Back",
  17639. image: {
  17640. source: "./media/characters/scramble/back.svg",
  17641. extra: 826 / 737,
  17642. bottom: 0.002
  17643. }
  17644. },
  17645. },
  17646. [
  17647. {
  17648. name: "Normal",
  17649. height: math.unit(5 + 4 / 12, "feet"),
  17650. default: true
  17651. },
  17652. ]
  17653. ))
  17654. characterMakers.push(() => makeCharacter(
  17655. { name: "Biscuit" },
  17656. {
  17657. side: {
  17658. height: math.unit(6 + 2 / 12, "feet"),
  17659. weight: math.unit(190, "lb"),
  17660. name: "Side",
  17661. image: {
  17662. source: "./media/characters/biscuit/side.svg",
  17663. extra: 858 / 791,
  17664. bottom: 0.044
  17665. }
  17666. },
  17667. },
  17668. [
  17669. {
  17670. name: "Normal",
  17671. height: math.unit(6 + 2 / 12, "feet"),
  17672. default: true
  17673. },
  17674. ]
  17675. ))
  17676. characterMakers.push(() => makeCharacter(
  17677. { name: "Poffin" },
  17678. {
  17679. front: {
  17680. height: math.unit(5 + 2 / 12, "feet"),
  17681. weight: math.unit(120, "lb"),
  17682. name: "Front",
  17683. image: {
  17684. source: "./media/characters/poffin/front.svg",
  17685. extra: 786 / 680,
  17686. bottom: 0.005
  17687. }
  17688. },
  17689. },
  17690. [
  17691. {
  17692. name: "Normal",
  17693. height: math.unit(5 + 2 / 12, "feet"),
  17694. default: true
  17695. },
  17696. ]
  17697. ))
  17698. characterMakers.push(() => makeCharacter(
  17699. { name: "Dhari" },
  17700. {
  17701. front: {
  17702. height: math.unit(6 + 3 / 12, "feet"),
  17703. weight: math.unit(519, "lb"),
  17704. name: "Front",
  17705. image: {
  17706. source: "./media/characters/dhari/front.svg",
  17707. extra: 1048 / 946,
  17708. bottom: 0.015
  17709. }
  17710. },
  17711. back: {
  17712. height: math.unit(6 + 3 / 12, "feet"),
  17713. weight: math.unit(519, "lb"),
  17714. name: "Back",
  17715. image: {
  17716. source: "./media/characters/dhari/back.svg",
  17717. extra: 1048 / 931,
  17718. bottom: 0.005
  17719. }
  17720. },
  17721. frontDressed: {
  17722. height: math.unit(6 + 3 / 12, "feet"),
  17723. weight: math.unit(519, "lb"),
  17724. name: "Front (Dressed)",
  17725. image: {
  17726. source: "./media/characters/dhari/front-dressed.svg",
  17727. extra: 1713 / 1546,
  17728. bottom: 0.02
  17729. }
  17730. },
  17731. backDressed: {
  17732. height: math.unit(6 + 3 / 12, "feet"),
  17733. weight: math.unit(519, "lb"),
  17734. name: "Back (Dressed)",
  17735. image: {
  17736. source: "./media/characters/dhari/back-dressed.svg",
  17737. extra: 1699 / 1537,
  17738. bottom: 0.01
  17739. }
  17740. },
  17741. maw: {
  17742. height: math.unit(0.95, "feet"),
  17743. name: "Maw",
  17744. image: {
  17745. source: "./media/characters/dhari/maw.svg"
  17746. }
  17747. },
  17748. wereFront: {
  17749. height: math.unit(12 + 8 / 12, "feet"),
  17750. weight: math.unit(4000, "lb"),
  17751. name: "Front (Were)",
  17752. image: {
  17753. source: "./media/characters/dhari/were-front.svg",
  17754. extra: 1065 / 969,
  17755. bottom: 0.015
  17756. }
  17757. },
  17758. wereBack: {
  17759. height: math.unit(12 + 8 / 12, "feet"),
  17760. weight: math.unit(4000, "lb"),
  17761. name: "Back (Were)",
  17762. image: {
  17763. source: "./media/characters/dhari/were-back.svg",
  17764. extra: 1065 / 969,
  17765. bottom: 0.012
  17766. }
  17767. },
  17768. wereMaw: {
  17769. height: math.unit(0.625, "meters"),
  17770. name: "Maw (Were)",
  17771. image: {
  17772. source: "./media/characters/dhari/were-maw.svg"
  17773. }
  17774. },
  17775. },
  17776. [
  17777. {
  17778. name: "Normal",
  17779. height: math.unit(6 + 3 / 12, "feet"),
  17780. default: true
  17781. },
  17782. ]
  17783. ))
  17784. characterMakers.push(() => makeCharacter(
  17785. { name: "Rena Dyne" },
  17786. {
  17787. anthro: {
  17788. height: math.unit(5 + 7 / 12, "feet"),
  17789. weight: math.unit(175, "lb"),
  17790. name: "Anthro",
  17791. image: {
  17792. source: "./media/characters/rena-dyne/anthro.svg",
  17793. extra: 1849 / 1785,
  17794. bottom: 0.005
  17795. }
  17796. },
  17797. taur: {
  17798. height: math.unit(15 + 6 / 12, "feet"),
  17799. weight: math.unit(8000, "lb"),
  17800. name: "Taur",
  17801. image: {
  17802. source: "./media/characters/rena-dyne/taur.svg",
  17803. extra: 2315 / 2234,
  17804. bottom: 0.033
  17805. }
  17806. },
  17807. },
  17808. [
  17809. {
  17810. name: "Normal",
  17811. height: math.unit(5 + 7 / 12, "feet"),
  17812. default: true
  17813. },
  17814. ]
  17815. ))
  17816. characterMakers.push(() => makeCharacter(
  17817. { name: "Weremeep" },
  17818. {
  17819. front: {
  17820. height: math.unit(8, "feet"),
  17821. weight: math.unit(600, "lb"),
  17822. name: "Front",
  17823. image: {
  17824. source: "./media/characters/weremeep/front.svg",
  17825. extra: 967 / 862,
  17826. bottom: 0.01
  17827. }
  17828. },
  17829. },
  17830. [
  17831. {
  17832. name: "Normal",
  17833. height: math.unit(8, "feet"),
  17834. default: true
  17835. },
  17836. {
  17837. name: "Lorg",
  17838. height: math.unit(12, "feet")
  17839. },
  17840. {
  17841. name: "Oh Lawd She Comin'",
  17842. height: math.unit(20, "feet")
  17843. },
  17844. ]
  17845. ))
  17846. characterMakers.push(() => makeCharacter(
  17847. { name: "Reza" },
  17848. {
  17849. front: {
  17850. height: math.unit(4, "feet"),
  17851. weight: math.unit(90, "lb"),
  17852. name: "Front",
  17853. image: {
  17854. source: "./media/characters/reza/front.svg",
  17855. extra: 1183 / 1111,
  17856. bottom: 0.017
  17857. }
  17858. },
  17859. back: {
  17860. height: math.unit(4, "feet"),
  17861. weight: math.unit(90, "lb"),
  17862. name: "Back",
  17863. image: {
  17864. source: "./media/characters/reza/back.svg",
  17865. extra: 1183 / 1111,
  17866. bottom: 0.01
  17867. }
  17868. },
  17869. },
  17870. [
  17871. {
  17872. name: "Normal",
  17873. height: math.unit(4, "feet"),
  17874. default: true
  17875. },
  17876. ]
  17877. ))
  17878. characterMakers.push(() => makeCharacter(
  17879. { name: "Athea" },
  17880. {
  17881. side: {
  17882. height: math.unit(15, "feet"),
  17883. weight: math.unit(14, "tons"),
  17884. name: "Side",
  17885. image: {
  17886. source: "./media/characters/athea/side.svg",
  17887. extra: 960 / 540,
  17888. bottom: 0.003
  17889. }
  17890. },
  17891. sitting: {
  17892. height: math.unit(6 * 2.85, "feet"),
  17893. weight: math.unit(14, "tons"),
  17894. name: "Sitting",
  17895. image: {
  17896. source: "./media/characters/athea/sitting.svg",
  17897. extra: 621 / 581,
  17898. bottom: 0.075
  17899. }
  17900. },
  17901. maw: {
  17902. height: math.unit(7.59498031496063, "feet"),
  17903. name: "Maw",
  17904. image: {
  17905. source: "./media/characters/athea/maw.svg"
  17906. }
  17907. },
  17908. },
  17909. [
  17910. {
  17911. name: "Lap Cat",
  17912. height: math.unit(2.5, "feet")
  17913. },
  17914. {
  17915. name: "Minimacro",
  17916. height: math.unit(15, "feet"),
  17917. default: true
  17918. },
  17919. {
  17920. name: "Macro",
  17921. height: math.unit(120, "feet")
  17922. },
  17923. {
  17924. name: "Macro+",
  17925. height: math.unit(640, "feet")
  17926. },
  17927. {
  17928. name: "Colossus",
  17929. height: math.unit(2.2, "miles")
  17930. },
  17931. ]
  17932. ))
  17933. characterMakers.push(() => makeCharacter(
  17934. { name: "Seroko" },
  17935. {
  17936. front: {
  17937. height: math.unit(8 + 8 / 12, "feet"),
  17938. weight: math.unit(130, "kg"),
  17939. name: "Front",
  17940. image: {
  17941. source: "./media/characters/seroko/front.svg",
  17942. extra: 1385 / 1280,
  17943. bottom: 0.025
  17944. }
  17945. },
  17946. back: {
  17947. height: math.unit(8 + 8 / 12, "feet"),
  17948. weight: math.unit(130, "kg"),
  17949. name: "Back",
  17950. image: {
  17951. source: "./media/characters/seroko/back.svg",
  17952. extra: 1369 / 1238,
  17953. bottom: 0.018
  17954. }
  17955. },
  17956. frontDressed: {
  17957. height: math.unit(8 + 8 / 12, "feet"),
  17958. weight: math.unit(130, "kg"),
  17959. name: "Front (Dressed)",
  17960. image: {
  17961. source: "./media/characters/seroko/front-dressed.svg",
  17962. extra: 1366 / 1275,
  17963. bottom: 0.03
  17964. }
  17965. },
  17966. },
  17967. [
  17968. {
  17969. name: "Normal",
  17970. height: math.unit(8 + 8 / 12, "feet"),
  17971. default: true
  17972. },
  17973. ]
  17974. ))
  17975. characterMakers.push(() => makeCharacter(
  17976. { name: "Quatzi" },
  17977. {
  17978. front: {
  17979. height: math.unit(5.5, "feet"),
  17980. weight: math.unit(160, "lb"),
  17981. name: "Front",
  17982. image: {
  17983. source: "./media/characters/quatzi/front.svg",
  17984. extra: 2346 / 2242,
  17985. bottom: 0.015
  17986. }
  17987. },
  17988. },
  17989. [
  17990. {
  17991. name: "Normal",
  17992. height: math.unit(5.5, "feet"),
  17993. default: true
  17994. },
  17995. {
  17996. name: "Big",
  17997. height: math.unit(7.7, "feet")
  17998. },
  17999. ]
  18000. ))
  18001. characterMakers.push(() => makeCharacter(
  18002. { name: "Sen" },
  18003. {
  18004. front: {
  18005. height: math.unit(5 + 11 / 12, "feet"),
  18006. weight: math.unit(180, "lb"),
  18007. name: "Front",
  18008. image: {
  18009. source: "./media/characters/sen/front.svg",
  18010. extra: 1321 / 1254,
  18011. bottom: 0.015
  18012. }
  18013. },
  18014. side: {
  18015. height: math.unit(5 + 11 / 12, "feet"),
  18016. weight: math.unit(180, "lb"),
  18017. name: "Side",
  18018. image: {
  18019. source: "./media/characters/sen/side.svg",
  18020. extra: 1321 / 1254,
  18021. bottom: 0.007
  18022. }
  18023. },
  18024. back: {
  18025. height: math.unit(5 + 11 / 12, "feet"),
  18026. weight: math.unit(180, "lb"),
  18027. name: "Back",
  18028. image: {
  18029. source: "./media/characters/sen/back.svg",
  18030. extra: 1321 / 1254
  18031. }
  18032. },
  18033. },
  18034. [
  18035. {
  18036. name: "Normal",
  18037. height: math.unit(5 + 11 / 12, "feet"),
  18038. default: true
  18039. },
  18040. ]
  18041. ))
  18042. characterMakers.push(() => makeCharacter(
  18043. { name: "Fruity" },
  18044. {
  18045. front: {
  18046. height: math.unit(166.6, "cm"),
  18047. weight: math.unit(66.6, "kg"),
  18048. name: "Front",
  18049. image: {
  18050. source: "./media/characters/fruity/front.svg",
  18051. extra: 1510 / 1386,
  18052. bottom: 0.04
  18053. }
  18054. },
  18055. back: {
  18056. height: math.unit(166.6, "cm"),
  18057. weight: math.unit(66.6, "lb"),
  18058. name: "Back",
  18059. image: {
  18060. source: "./media/characters/fruity/back.svg",
  18061. extra: 1563 / 1435,
  18062. bottom: 0.005
  18063. }
  18064. },
  18065. },
  18066. [
  18067. {
  18068. name: "Normal",
  18069. height: math.unit(166.6, "cm"),
  18070. default: true
  18071. },
  18072. {
  18073. name: "Demonic",
  18074. height: math.unit(166.6, "feet")
  18075. },
  18076. ]
  18077. ))
  18078. characterMakers.push(() => makeCharacter(
  18079. { name: "Zost" },
  18080. {
  18081. side: {
  18082. height: math.unit(10, "feet"),
  18083. weight: math.unit(500, "lb"),
  18084. name: "Side",
  18085. image: {
  18086. source: "./media/characters/zost/side.svg",
  18087. extra: 966 / 880,
  18088. bottom: 0.075
  18089. }
  18090. },
  18091. mawFront: {
  18092. height: math.unit(1.08, "meters"),
  18093. name: "Maw (Front)",
  18094. image: {
  18095. source: "./media/characters/zost/maw-front.svg"
  18096. }
  18097. },
  18098. mawSide: {
  18099. height: math.unit(2.66, "feet"),
  18100. name: "Maw (Side)",
  18101. image: {
  18102. source: "./media/characters/zost/maw-side.svg"
  18103. }
  18104. },
  18105. },
  18106. [
  18107. {
  18108. name: "Normal",
  18109. height: math.unit(10, "feet"),
  18110. default: true
  18111. },
  18112. ]
  18113. ))
  18114. characterMakers.push(() => makeCharacter(
  18115. { name: "Luci" },
  18116. {
  18117. front: {
  18118. height: math.unit(5 + 4 / 12, "feet"),
  18119. weight: math.unit(120, "lb"),
  18120. name: "Front",
  18121. image: {
  18122. source: "./media/characters/luci/front.svg",
  18123. extra: 1985 / 1884,
  18124. bottom: 0.04
  18125. }
  18126. },
  18127. back: {
  18128. height: math.unit(5 + 4 / 12, "feet"),
  18129. weight: math.unit(120, "lb"),
  18130. name: "Back",
  18131. image: {
  18132. source: "./media/characters/luci/back.svg",
  18133. extra: 1892 / 1791,
  18134. bottom: 0.002
  18135. }
  18136. },
  18137. },
  18138. [
  18139. {
  18140. name: "Normal",
  18141. height: math.unit(5 + 4 / 12, "feet"),
  18142. default: true
  18143. },
  18144. ]
  18145. ))
  18146. characterMakers.push(() => makeCharacter(
  18147. { name: "2th" },
  18148. {
  18149. front: {
  18150. height: math.unit(1500, "feet"),
  18151. weight: math.unit(3.8e6, "tons"),
  18152. name: "Front",
  18153. image: {
  18154. source: "./media/characters/2th/front.svg",
  18155. extra: 3489 / 3350,
  18156. bottom: 0.1
  18157. }
  18158. },
  18159. foot: {
  18160. height: math.unit(461, "feet"),
  18161. name: "Foot",
  18162. image: {
  18163. source: "./media/characters/2th/foot.svg"
  18164. }
  18165. },
  18166. },
  18167. [
  18168. {
  18169. name: "\"Micro\"",
  18170. height: math.unit(15 + 7 / 12, "feet")
  18171. },
  18172. {
  18173. name: "Normal",
  18174. height: math.unit(1500, "feet"),
  18175. default: true
  18176. },
  18177. {
  18178. name: "Macro",
  18179. height: math.unit(5000, "feet")
  18180. },
  18181. {
  18182. name: "Megamacro",
  18183. height: math.unit(15, "miles")
  18184. },
  18185. {
  18186. name: "Gigamacro",
  18187. height: math.unit(4000, "miles")
  18188. },
  18189. {
  18190. name: "Galactic",
  18191. height: math.unit(50, "AU")
  18192. },
  18193. ]
  18194. ))
  18195. characterMakers.push(() => makeCharacter(
  18196. { name: "Amethyst" },
  18197. {
  18198. front: {
  18199. height: math.unit(5 + 6 / 12, "feet"),
  18200. weight: math.unit(220, "lb"),
  18201. name: "Front",
  18202. image: {
  18203. source: "./media/characters/amethyst/front.svg",
  18204. extra: 2078 / 2040,
  18205. bottom: 0.045
  18206. }
  18207. },
  18208. back: {
  18209. height: math.unit(5 + 6 / 12, "feet"),
  18210. weight: math.unit(220, "lb"),
  18211. name: "Back",
  18212. image: {
  18213. source: "./media/characters/amethyst/back.svg",
  18214. extra: 2021 / 1989,
  18215. bottom: 0.02
  18216. }
  18217. },
  18218. },
  18219. [
  18220. {
  18221. name: "Normal",
  18222. height: math.unit(5 + 6 / 12, "feet"),
  18223. default: true
  18224. },
  18225. ]
  18226. ))
  18227. characterMakers.push(() => makeCharacter(
  18228. { name: "Yumi Akiyama" },
  18229. {
  18230. front: {
  18231. height: math.unit(4 + 11 / 12, "feet"),
  18232. weight: math.unit(120, "lb"),
  18233. name: "Front",
  18234. image: {
  18235. source: "./media/characters/yumi-akiyama/front.svg",
  18236. extra: 1327 / 1235,
  18237. bottom: 0.02
  18238. }
  18239. },
  18240. back: {
  18241. height: math.unit(4 + 11 / 12, "feet"),
  18242. weight: math.unit(120, "lb"),
  18243. name: "Back",
  18244. image: {
  18245. source: "./media/characters/yumi-akiyama/back.svg",
  18246. extra: 1287 / 1245,
  18247. bottom: 0.002
  18248. }
  18249. },
  18250. },
  18251. [
  18252. {
  18253. name: "Galactic",
  18254. height: math.unit(50, "galaxies"),
  18255. default: true
  18256. },
  18257. {
  18258. name: "Universal",
  18259. height: math.unit(100, "universes")
  18260. },
  18261. ]
  18262. ))
  18263. characterMakers.push(() => makeCharacter(
  18264. { name: "Rifter Yrmori" },
  18265. {
  18266. front: {
  18267. height: math.unit(8, "feet"),
  18268. weight: math.unit(500, "lb"),
  18269. name: "Front",
  18270. image: {
  18271. source: "./media/characters/rifter-yrmori/front.svg",
  18272. extra: 1180 / 1125,
  18273. bottom: 0.02
  18274. }
  18275. },
  18276. back: {
  18277. height: math.unit(8, "feet"),
  18278. weight: math.unit(500, "lb"),
  18279. name: "Back",
  18280. image: {
  18281. source: "./media/characters/rifter-yrmori/back.svg",
  18282. extra: 1190 / 1145,
  18283. bottom: 0.001
  18284. }
  18285. },
  18286. wings: {
  18287. height: math.unit(7.75, "feet"),
  18288. weight: math.unit(500, "lb"),
  18289. name: "Wings",
  18290. image: {
  18291. source: "./media/characters/rifter-yrmori/wings.svg",
  18292. extra: 1357 / 1285
  18293. }
  18294. },
  18295. maw: {
  18296. height: math.unit(0.8, "feet"),
  18297. name: "Maw",
  18298. image: {
  18299. source: "./media/characters/rifter-yrmori/maw.svg"
  18300. }
  18301. },
  18302. },
  18303. [
  18304. {
  18305. name: "Normal",
  18306. height: math.unit(8, "feet"),
  18307. default: true
  18308. },
  18309. {
  18310. name: "Macro",
  18311. height: math.unit(42, "meters")
  18312. },
  18313. ]
  18314. ))
  18315. characterMakers.push(() => makeCharacter(
  18316. { name: "Tahajin" },
  18317. {
  18318. were: {
  18319. height: math.unit(25 + 6 / 12, "feet"),
  18320. weight: math.unit(10000, "lb"),
  18321. name: "Were",
  18322. image: {
  18323. source: "./media/characters/tahajin/were.svg",
  18324. extra: 801 / 770,
  18325. bottom: 0.042
  18326. }
  18327. },
  18328. aquatic: {
  18329. height: math.unit(6 + 4 / 12, "feet"),
  18330. weight: math.unit(160, "lb"),
  18331. name: "Aquatic",
  18332. image: {
  18333. source: "./media/characters/tahajin/aquatic.svg",
  18334. extra: 572 / 542,
  18335. bottom: 0.04
  18336. }
  18337. },
  18338. chow: {
  18339. height: math.unit(8 + 11 / 12, "feet"),
  18340. weight: math.unit(450, "lb"),
  18341. name: "Chow",
  18342. image: {
  18343. source: "./media/characters/tahajin/chow.svg",
  18344. extra: 660 / 640,
  18345. bottom: 0.015
  18346. }
  18347. },
  18348. demiNaga: {
  18349. height: math.unit(6 + 8 / 12, "feet"),
  18350. weight: math.unit(300, "lb"),
  18351. name: "Demi Naga",
  18352. image: {
  18353. source: "./media/characters/tahajin/demi-naga.svg",
  18354. extra: 643 / 615,
  18355. bottom: 0.1
  18356. }
  18357. },
  18358. data: {
  18359. height: math.unit(5, "inches"),
  18360. weight: math.unit(0.1, "lb"),
  18361. name: "Data",
  18362. image: {
  18363. source: "./media/characters/tahajin/data.svg"
  18364. }
  18365. },
  18366. fluu: {
  18367. height: math.unit(5 + 7 / 12, "feet"),
  18368. weight: math.unit(140, "lb"),
  18369. name: "Fluu",
  18370. image: {
  18371. source: "./media/characters/tahajin/fluu.svg",
  18372. extra: 628 / 592,
  18373. bottom: 0.02
  18374. }
  18375. },
  18376. starWarrior: {
  18377. height: math.unit(4 + 5 / 12, "feet"),
  18378. weight: math.unit(50, "lb"),
  18379. name: "Star Warrior",
  18380. image: {
  18381. source: "./media/characters/tahajin/star-warrior.svg"
  18382. }
  18383. },
  18384. },
  18385. [
  18386. {
  18387. name: "Normal",
  18388. height: math.unit(25 + 6 / 12, "feet"),
  18389. default: true
  18390. },
  18391. ]
  18392. ))
  18393. characterMakers.push(() => makeCharacter(
  18394. { name: "Gabira" },
  18395. {
  18396. front: {
  18397. height: math.unit(8, "feet"),
  18398. weight: math.unit(350, "lb"),
  18399. name: "Front",
  18400. image: {
  18401. source: "./media/characters/gabira/front.svg",
  18402. extra: 608 / 580,
  18403. bottom: 0.03
  18404. }
  18405. },
  18406. back: {
  18407. height: math.unit(8, "feet"),
  18408. weight: math.unit(350, "lb"),
  18409. name: "Back",
  18410. image: {
  18411. source: "./media/characters/gabira/back.svg",
  18412. extra: 608 / 580,
  18413. bottom: 0.03
  18414. }
  18415. },
  18416. },
  18417. [
  18418. {
  18419. name: "Normal",
  18420. height: math.unit(8, "feet"),
  18421. default: true
  18422. },
  18423. ]
  18424. ))
  18425. characterMakers.push(() => makeCharacter(
  18426. { name: "Sasha Katraine" },
  18427. {
  18428. front: {
  18429. height: math.unit(5 + 3 / 12, "feet"),
  18430. weight: math.unit(137, "lb"),
  18431. name: "Front",
  18432. image: {
  18433. source: "./media/characters/sasha-katraine/front.svg",
  18434. bottom: 0.045
  18435. }
  18436. },
  18437. },
  18438. [
  18439. {
  18440. name: "Micro",
  18441. height: math.unit(5, "inches")
  18442. },
  18443. {
  18444. name: "Normal",
  18445. height: math.unit(5 + 3 / 12, "feet"),
  18446. default: true
  18447. },
  18448. ]
  18449. ))
  18450. characterMakers.push(() => makeCharacter(
  18451. { name: "Der" },
  18452. {
  18453. side: {
  18454. height: math.unit(4, "inches"),
  18455. weight: math.unit(200, "grams"),
  18456. name: "Side",
  18457. image: {
  18458. source: "./media/characters/der/side.svg",
  18459. extra: 719 / 400,
  18460. bottom: 30.6 / 749.9187
  18461. }
  18462. },
  18463. },
  18464. [
  18465. {
  18466. name: "Micro",
  18467. height: math.unit(4, "inches"),
  18468. default: true
  18469. },
  18470. ]
  18471. ))
  18472. characterMakers.push(() => makeCharacter(
  18473. { name: "Fixerdragon" },
  18474. {
  18475. side: {
  18476. height: math.unit(30, "meters"),
  18477. weight: math.unit(700, "tonnes"),
  18478. name: "Side",
  18479. image: {
  18480. source: "./media/characters/fixerdragon/side.svg",
  18481. extra: (1293.0514-116.03)/1106.86,
  18482. bottom: 116.03/1293.0514
  18483. }
  18484. },
  18485. },
  18486. [
  18487. {
  18488. name: "Planck",
  18489. height: math.unit(1.6e-35, "meters")
  18490. },
  18491. {
  18492. name: "Micro",
  18493. height: math.unit(0.4, "meters")
  18494. },
  18495. {
  18496. name: "Normal",
  18497. height: math.unit(30, "meters"),
  18498. default: true
  18499. },
  18500. {
  18501. name: "Megamacro",
  18502. height: math.unit(1.2, "megameters")
  18503. },
  18504. {
  18505. name: "Teramacro",
  18506. height: math.unit(130, "terameters")
  18507. },
  18508. {
  18509. name: "Yottamacro",
  18510. height: math.unit(6200, "yottameters")
  18511. },
  18512. ]
  18513. ));
  18514. characterMakers.push(() => makeCharacter(
  18515. { name: "Kite" },
  18516. {
  18517. front: {
  18518. height: math.unit(8, "feet"),
  18519. weight: math.unit(250, "lb"),
  18520. name: "Front",
  18521. image: {
  18522. source: "./media/characters/kite/front.svg",
  18523. extra: 2796/2659,
  18524. bottom: 0.002
  18525. }
  18526. },
  18527. },
  18528. [
  18529. {
  18530. name: "Normal",
  18531. height: math.unit(8, "feet"),
  18532. default: true
  18533. },
  18534. {
  18535. name: "Macro",
  18536. height: math.unit(360, "feet")
  18537. },
  18538. {
  18539. name: "Megamacro",
  18540. height: math.unit(1500, "feet")
  18541. },
  18542. ]
  18543. ))
  18544. characterMakers.push(() => makeCharacter(
  18545. { name: "Poojawa Vynar" },
  18546. {
  18547. front: {
  18548. height: math.unit(5 + 10/12, "feet"),
  18549. weight: math.unit(150, "lb"),
  18550. name: "Front",
  18551. image: {
  18552. source: "./media/characters/poojawa-vynar/front.svg",
  18553. extra: (1506.1547-55) / 1356.6,
  18554. bottom: 55/1506.1547
  18555. }
  18556. },
  18557. frontTailless: {
  18558. height: math.unit(5 + 10/12, "feet"),
  18559. weight: math.unit(150, "lb"),
  18560. name: "Front (Tailless)",
  18561. image: {
  18562. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18563. extra: (1506.1547-55) / 1356.6,
  18564. bottom: 55/1506.1547
  18565. }
  18566. },
  18567. },
  18568. [
  18569. {
  18570. name: "Normal",
  18571. height: math.unit(5 + 10/12, "feet"),
  18572. default: true
  18573. },
  18574. ]
  18575. ))
  18576. characterMakers.push(() => makeCharacter(
  18577. { name: "Violette" },
  18578. {
  18579. front: {
  18580. height: math.unit(293, "meters"),
  18581. weight: math.unit(70400, "tons"),
  18582. name: "Front",
  18583. image: {
  18584. source: "./media/characters/violette/front.svg",
  18585. extra: 1227/1180,
  18586. bottom: 0.005
  18587. }
  18588. },
  18589. back: {
  18590. height: math.unit(293, "meters"),
  18591. weight: math.unit(70400, "tons"),
  18592. name: "Back",
  18593. image: {
  18594. source: "./media/characters/violette/back.svg",
  18595. extra: 1227/1180,
  18596. bottom: 0.005
  18597. }
  18598. },
  18599. },
  18600. [
  18601. {
  18602. name: "Macro",
  18603. height: math.unit(293, "meters"),
  18604. default: true
  18605. },
  18606. ]
  18607. ))
  18608. characterMakers.push(() => makeCharacter(
  18609. { name: "Alessandra" },
  18610. {
  18611. front: {
  18612. height: math.unit(1050, "feet"),
  18613. weight: math.unit(200000, "tons"),
  18614. name: "Front",
  18615. image: {
  18616. source: "./media/characters/alessandra/front.svg",
  18617. extra: 960/912,
  18618. bottom: 0.06
  18619. }
  18620. },
  18621. },
  18622. [
  18623. {
  18624. name: "Macro",
  18625. height: math.unit(1050, "feet")
  18626. },
  18627. {
  18628. name: "Macro+",
  18629. height: math.unit(900, "meters"),
  18630. default: true
  18631. },
  18632. ]
  18633. ))
  18634. characterMakers.push(() => makeCharacter(
  18635. { name: "Person", species: "Catdragon" },
  18636. {
  18637. front: {
  18638. height: math.unit(5, "feet"),
  18639. weight: math.unit(187, "lb"),
  18640. name: "Front",
  18641. image: {
  18642. source: "./media/characters/person/front.svg",
  18643. extra: 3087/2945,
  18644. bottom: 91/3181
  18645. }
  18646. },
  18647. },
  18648. [
  18649. {
  18650. name: "Micro",
  18651. height: math.unit(3, "inches")
  18652. },
  18653. {
  18654. name: "Normal",
  18655. height: math.unit(5, "feet"),
  18656. default: true
  18657. },
  18658. {
  18659. name: "Macro",
  18660. height: math.unit(90, "feet")
  18661. },
  18662. {
  18663. name: "Max Size",
  18664. height: math.unit(280, "feet")
  18665. },
  18666. ]
  18667. ))
  18668. characterMakers.push(() => makeCharacter(
  18669. { name: "Ty" },
  18670. {
  18671. front: {
  18672. height: math.unit(4.5, "meters"),
  18673. weight: math.unit(3200, "lb"),
  18674. name: "Front",
  18675. image: {
  18676. source: "./media/characters/ty/front.svg",
  18677. extra: 1038/960,
  18678. bottom: 31.156/1068
  18679. }
  18680. },
  18681. back: {
  18682. height: math.unit(4.5, "meters"),
  18683. weight: math.unit(3200, "lb"),
  18684. name: "Back",
  18685. image: {
  18686. source: "./media/characters/ty/back.svg",
  18687. extra: 1044/966,
  18688. bottom: 7.48/1049
  18689. }
  18690. },
  18691. },
  18692. [
  18693. {
  18694. name: "Normal",
  18695. height: math.unit(4.5, "meters"),
  18696. default: true
  18697. },
  18698. ]
  18699. ))
  18700. characterMakers.push(() => makeCharacter(
  18701. { name: "Rocky" },
  18702. {
  18703. front: {
  18704. height: math.unit(5 + 4/12, "feet"),
  18705. weight: math.unit(115, "lb"),
  18706. name: "Front",
  18707. image: {
  18708. source: "./media/characters/rocky/front.svg",
  18709. extra: 1012/975,
  18710. bottom: 54/1066
  18711. }
  18712. },
  18713. },
  18714. [
  18715. {
  18716. name: "Normal",
  18717. height: math.unit(5 + 4/12, "feet"),
  18718. default: true
  18719. },
  18720. ]
  18721. ))
  18722. characterMakers.push(() => makeCharacter(
  18723. { name: "Ruin" },
  18724. {
  18725. upright: {
  18726. height: math.unit(6, "meters"),
  18727. weight: math.unit(4000, "kg"),
  18728. name: "Upright",
  18729. image: {
  18730. source: "./media/characters/ruin/upright.svg",
  18731. extra: 668/661,
  18732. bottom: 42/799.8396
  18733. }
  18734. },
  18735. },
  18736. [
  18737. {
  18738. name: "Normal",
  18739. height: math.unit(6, "meters")
  18740. },
  18741. ]
  18742. ))
  18743. characterMakers.push(() => makeCharacter(
  18744. { name: "Robin" },
  18745. {
  18746. front: {
  18747. height: math.unit(5, "feet"),
  18748. weight: math.unit(106, "lb"),
  18749. name: "Front",
  18750. image: {
  18751. source: "./media/characters/robin/front.svg",
  18752. extra: 862/799,
  18753. bottom: 42.4/914.8856
  18754. }
  18755. },
  18756. },
  18757. [
  18758. {
  18759. name: "Normal",
  18760. height: math.unit(5, "feet"),
  18761. default: true
  18762. },
  18763. ]
  18764. ))
  18765. characterMakers.push(() => makeCharacter(
  18766. { name: "Saian" },
  18767. {
  18768. side: {
  18769. height: math.unit(3, "feet"),
  18770. weight: math.unit(225, "lb"),
  18771. name: "Side",
  18772. image: {
  18773. source: "./media/characters/saian/side.svg",
  18774. extra: 566/356,
  18775. bottom: 79.7/643
  18776. }
  18777. },
  18778. maw: {
  18779. height: math.unit(2.85, "feet"),
  18780. name: "Maw",
  18781. image: {
  18782. source: "./media/characters/saian/maw.svg"
  18783. }
  18784. },
  18785. },
  18786. [
  18787. {
  18788. name: "Normal",
  18789. height: math.unit(3, "feet"),
  18790. default: true
  18791. },
  18792. ]
  18793. ))
  18794. characterMakers.push(() => makeCharacter(
  18795. { name: "Equus Silvermane" },
  18796. {
  18797. side: {
  18798. height: math.unit(8, "feet"),
  18799. weight: math.unit(300, "lb"),
  18800. name: "Side",
  18801. image: {
  18802. source: "./media/characters/equus-silvermane/side.svg",
  18803. extra: 2176/2050,
  18804. bottom: 65.7/2245
  18805. }
  18806. },
  18807. front: {
  18808. height: math.unit(8, "feet"),
  18809. weight: math.unit(300, "lb"),
  18810. name: "Front",
  18811. image: {
  18812. source: "./media/characters/equus-silvermane/front.svg",
  18813. extra: 4633/4400,
  18814. bottom: 71.3/4706.915
  18815. }
  18816. },
  18817. sideStepping: {
  18818. height: math.unit(8, "feet"),
  18819. weight: math.unit(300, "lb"),
  18820. name: "Side (Stepping)",
  18821. image: {
  18822. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18823. extra: 1968/1860,
  18824. bottom: 16.4/1989
  18825. }
  18826. },
  18827. },
  18828. [
  18829. {
  18830. name: "Normal",
  18831. height: math.unit(8, "feet")
  18832. },
  18833. {
  18834. name: "Minimacro",
  18835. height: math.unit(75, "feet"),
  18836. default: true
  18837. },
  18838. {
  18839. name: "Macro",
  18840. height: math.unit(150, "feet")
  18841. },
  18842. {
  18843. name: "Macro+",
  18844. height: math.unit(1000, "feet")
  18845. },
  18846. {
  18847. name: "Megamacro",
  18848. height: math.unit(1, "mile")
  18849. },
  18850. ]
  18851. ))
  18852. characterMakers.push(() => makeCharacter(
  18853. { name: "Windar" },
  18854. {
  18855. side: {
  18856. height: math.unit(20, "feet"),
  18857. weight: math.unit(30000, "kg"),
  18858. name: "Side",
  18859. image: {
  18860. source: "./media/characters/windar/side.svg",
  18861. extra: 1491/1248,
  18862. bottom: 82.56/1568
  18863. }
  18864. },
  18865. },
  18866. [
  18867. {
  18868. name: "Normal",
  18869. height: math.unit(20, "feet"),
  18870. default: true
  18871. },
  18872. ]
  18873. ))
  18874. characterMakers.push(() => makeCharacter(
  18875. { name: "Melody" },
  18876. {
  18877. side: {
  18878. height: math.unit(15.66, "feet"),
  18879. weight: math.unit(150, "lb"),
  18880. name: "Side",
  18881. image: {
  18882. source: "./media/characters/melody/side.svg",
  18883. extra: 1097/944,
  18884. bottom: 11.8/1109
  18885. }
  18886. },
  18887. sideOutfit: {
  18888. height: math.unit(15.66, "feet"),
  18889. weight: math.unit(150, "lb"),
  18890. name: "Side (Outfit)",
  18891. image: {
  18892. source: "./media/characters/melody/side-outfit.svg",
  18893. extra: 1097/944,
  18894. bottom: 11.8/1109
  18895. }
  18896. },
  18897. },
  18898. [
  18899. {
  18900. name: "Normal",
  18901. height: math.unit(15.66, "feet"),
  18902. default: true
  18903. },
  18904. ]
  18905. ))
  18906. characterMakers.push(() => makeCharacter(
  18907. { name: "Windera" },
  18908. {
  18909. front: {
  18910. height: math.unit(8, "feet"),
  18911. weight: math.unit(325, "lb"),
  18912. name: "Front",
  18913. image: {
  18914. source: "./media/characters/windera/front.svg",
  18915. extra: 3180/2845,
  18916. bottom: 178/3365
  18917. }
  18918. },
  18919. },
  18920. [
  18921. {
  18922. name: "Normal",
  18923. height: math.unit(8, "feet"),
  18924. default: true
  18925. },
  18926. ]
  18927. ))
  18928. characterMakers.push(() => makeCharacter(
  18929. { name: "Sonear" },
  18930. {
  18931. front: {
  18932. height: math.unit(28.75, "feet"),
  18933. weight: math.unit(2000, "kg"),
  18934. name: "Front",
  18935. image: {
  18936. source: "./media/characters/sonear/front.svg",
  18937. extra: 1041.1/964.9,
  18938. bottom: 53.7/1096.6
  18939. }
  18940. },
  18941. },
  18942. [
  18943. {
  18944. name: "Normal",
  18945. height: math.unit(28.75, "feet"),
  18946. default: true
  18947. },
  18948. ]
  18949. ))
  18950. characterMakers.push(() => makeCharacter(
  18951. { name: "Kanara" },
  18952. {
  18953. side: {
  18954. height: math.unit(25.5, "feet"),
  18955. weight: math.unit(23000, "kg"),
  18956. name: "Side",
  18957. image: {
  18958. source: "./media/characters/kanara/side.svg"
  18959. }
  18960. },
  18961. },
  18962. [
  18963. {
  18964. name: "Normal",
  18965. height: math.unit(25.5, "feet"),
  18966. default: true
  18967. },
  18968. ]
  18969. ))
  18970. characterMakers.push(() => makeCharacter(
  18971. { name: "Ereus" },
  18972. {
  18973. side: {
  18974. height: math.unit(10, "feet"),
  18975. weight: math.unit(1000, "kg"),
  18976. name: "Side",
  18977. image: {
  18978. source: "./media/characters/ereus/side.svg",
  18979. extra: 1157/959,
  18980. bottom: 153/1312.5
  18981. }
  18982. },
  18983. },
  18984. [
  18985. {
  18986. name: "Normal",
  18987. height: math.unit(10, "feet"),
  18988. default: true
  18989. },
  18990. ]
  18991. ))
  18992. characterMakers.push(() => makeCharacter(
  18993. { name: "E-ter" },
  18994. {
  18995. side: {
  18996. height: math.unit(4.5, "feet"),
  18997. weight: math.unit(500, "lb"),
  18998. name: "Side",
  18999. image: {
  19000. source: "./media/characters/e-ter/side.svg",
  19001. extra: 1550/1248,
  19002. bottom: 146/1694
  19003. }
  19004. },
  19005. },
  19006. [
  19007. {
  19008. name: "Normal",
  19009. height: math.unit(4.5, "feet"),
  19010. default: true
  19011. },
  19012. ]
  19013. ))
  19014. characterMakers.push(() => makeCharacter(
  19015. { name: "Yamie" },
  19016. {
  19017. side: {
  19018. height: math.unit(9.7, "feet"),
  19019. weight: math.unit(4000, "kg"),
  19020. name: "Side",
  19021. image: {
  19022. source: "./media/characters/yamie/side.svg"
  19023. }
  19024. },
  19025. },
  19026. [
  19027. {
  19028. name: "Normal",
  19029. height: math.unit(9.7, "feet"),
  19030. default: true
  19031. },
  19032. ]
  19033. ))
  19034. characterMakers.push(() => makeCharacter(
  19035. { name: "Anders" },
  19036. {
  19037. front: {
  19038. height: math.unit(50, "feet"),
  19039. weight: math.unit(50000, "kg"),
  19040. name: "Front",
  19041. image: {
  19042. source: "./media/characters/anders/front.svg",
  19043. extra: 570/539,
  19044. bottom: 14.7/586.7
  19045. }
  19046. },
  19047. },
  19048. [
  19049. {
  19050. name: "Large",
  19051. height: math.unit(50, "feet")
  19052. },
  19053. {
  19054. name: "Macro",
  19055. height: math.unit(2000, "feet"),
  19056. default: true
  19057. },
  19058. {
  19059. name: "Megamacro",
  19060. height: math.unit(12, "miles")
  19061. },
  19062. ]
  19063. ))
  19064. characterMakers.push(() => makeCharacter(
  19065. { name: "Reban" },
  19066. {
  19067. front: {
  19068. height: math.unit(7 + 2/12, "feet"),
  19069. weight: math.unit(300, "lb"),
  19070. name: "Front",
  19071. image: {
  19072. source: "./media/characters/reban/front.svg",
  19073. extra: 516/487,
  19074. bottom: 42.82/558.356
  19075. }
  19076. },
  19077. dick: {
  19078. height: math.unit(7/5, "feet"),
  19079. name: "Dick",
  19080. image: {
  19081. source: "./media/characters/reban/dick.svg"
  19082. }
  19083. },
  19084. },
  19085. [
  19086. {
  19087. name: "Natural Height",
  19088. height: math.unit(7 + 2/12, "feet")
  19089. },
  19090. {
  19091. name: "Macro",
  19092. height: math.unit(500, "feet"),
  19093. default: true
  19094. },
  19095. {
  19096. name: "Canon Height",
  19097. height: math.unit(50, "AU")
  19098. },
  19099. ]
  19100. ))
  19101. characterMakers.push(() => makeCharacter(
  19102. { name: "Terrance Keayes" },
  19103. {
  19104. front: {
  19105. height: math.unit(6, "feet"),
  19106. weight: math.unit(150, "lb"),
  19107. name: "Front",
  19108. image: {
  19109. source: "./media/characters/terrance-keayes/front.svg",
  19110. extra: 1.005,
  19111. bottom: 151/1615
  19112. }
  19113. },
  19114. side: {
  19115. height: math.unit(6, "feet"),
  19116. weight: math.unit(150, "lb"),
  19117. name: "Side",
  19118. image: {
  19119. source: "./media/characters/terrance-keayes/side.svg",
  19120. extra: 1.005,
  19121. bottom: 129.4/1544
  19122. }
  19123. },
  19124. back: {
  19125. height: math.unit(6, "feet"),
  19126. weight: math.unit(150, "lb"),
  19127. name: "Back",
  19128. image: {
  19129. source: "./media/characters/terrance-keayes/back.svg",
  19130. extra: 1.005,
  19131. bottom: 58.4/1557.3
  19132. }
  19133. },
  19134. dick: {
  19135. height: math.unit(6*0.208, "feet"),
  19136. name: "Dick",
  19137. image: {
  19138. source: "./media/characters/terrance-keayes/dick.svg"
  19139. }
  19140. },
  19141. },
  19142. [
  19143. {
  19144. name: "Canon Height",
  19145. height: math.unit(35, "miles"),
  19146. default: true
  19147. },
  19148. ]
  19149. ))
  19150. characterMakers.push(() => makeCharacter(
  19151. { name: "Ofelia" },
  19152. {
  19153. front: {
  19154. height: math.unit(6, "feet"),
  19155. weight: math.unit(150, "lb"),
  19156. name: "Front",
  19157. image: {
  19158. source: "./media/characters/ofelia/front.svg",
  19159. extra: 546/541,
  19160. bottom: 39/583
  19161. }
  19162. },
  19163. back: {
  19164. height: math.unit(6, "feet"),
  19165. weight: math.unit(150, "lb"),
  19166. name: "Back",
  19167. image: {
  19168. source: "./media/characters/ofelia/back.svg",
  19169. extra: 564/559.5,
  19170. bottom: 8.69/573.02
  19171. }
  19172. },
  19173. maw: {
  19174. height: math.unit(1, "feet"),
  19175. name: "Maw",
  19176. image: {
  19177. source: "./media/characters/ofelia/maw.svg"
  19178. }
  19179. },
  19180. foot: {
  19181. height: math.unit(1.949, "feet"),
  19182. name: "Foot",
  19183. image: {
  19184. source: "./media/characters/ofelia/foot.svg"
  19185. }
  19186. },
  19187. },
  19188. [
  19189. {
  19190. name: "Canon Height",
  19191. height: math.unit(2000, "miles"),
  19192. default: true
  19193. },
  19194. ]
  19195. ))
  19196. characterMakers.push(() => makeCharacter(
  19197. { name: "Samuel" },
  19198. {
  19199. front: {
  19200. height: math.unit(6, "feet"),
  19201. weight: math.unit(150, "lb"),
  19202. name: "Front",
  19203. image: {
  19204. source: "./media/characters/samuel/front.svg",
  19205. extra: 265/258,
  19206. bottom: 2/266.1566
  19207. }
  19208. },
  19209. },
  19210. [
  19211. {
  19212. name: "Macro",
  19213. height: math.unit(100, "feet"),
  19214. default: true
  19215. },
  19216. {
  19217. name: "Full Size",
  19218. height: math.unit(1000, "miles")
  19219. },
  19220. ]
  19221. ))
  19222. characterMakers.push(() => makeCharacter(
  19223. { name: "Beishir Kiel" },
  19224. {
  19225. front: {
  19226. height: math.unit(6, "feet"),
  19227. weight: math.unit(300, "lb"),
  19228. name: "Front",
  19229. image: {
  19230. source: "./media/characters/beishir-kiel/front.svg",
  19231. extra: 569/547,
  19232. bottom: 41.9/609
  19233. }
  19234. },
  19235. maw: {
  19236. height: math.unit(6*0.202, "feet"),
  19237. name: "Maw",
  19238. image: {
  19239. source: "./media/characters/beishir-kiel/maw.svg"
  19240. }
  19241. },
  19242. },
  19243. [
  19244. {
  19245. name: "Macro",
  19246. height: math.unit(300, "feet"),
  19247. default: true
  19248. },
  19249. ]
  19250. ))
  19251. characterMakers.push(() => makeCharacter(
  19252. { name: "Logan Grey" },
  19253. {
  19254. front: {
  19255. height: math.unit(5 + 8/12, "feet"),
  19256. weight: math.unit(120, "lb"),
  19257. name: "Front",
  19258. image: {
  19259. source: "./media/characters/logan-grey/front.svg",
  19260. extra: 2539/2393,
  19261. bottom: 97.6/2636.37
  19262. }
  19263. },
  19264. frontAlt: {
  19265. height: math.unit(5 + 8/12, "feet"),
  19266. weight: math.unit(120, "lb"),
  19267. name: "Front (Alt)",
  19268. image: {
  19269. source: "./media/characters/logan-grey/front-alt.svg",
  19270. extra: 958/893,
  19271. bottom: 15/970.768
  19272. }
  19273. },
  19274. back: {
  19275. height: math.unit(5 + 8/12, "feet"),
  19276. weight: math.unit(120, "lb"),
  19277. name: "Back",
  19278. image: {
  19279. source: "./media/characters/logan-grey/back.svg",
  19280. extra: 958/893,
  19281. bottom: 2.1881/970.9788
  19282. }
  19283. },
  19284. dick: {
  19285. height: math.unit(1.437, "feet"),
  19286. name: "Dick",
  19287. image: {
  19288. source: "./media/characters/logan-grey/dick.svg"
  19289. }
  19290. },
  19291. },
  19292. [
  19293. {
  19294. name: "Normal",
  19295. height: math.unit(5 + 8/12, "feet")
  19296. },
  19297. {
  19298. name: "The 500 Foot Femboy",
  19299. height: math.unit(500, "feet"),
  19300. default: true
  19301. },
  19302. {
  19303. name: "Megmacro",
  19304. height: math.unit(20, "miles")
  19305. },
  19306. ]
  19307. ))
  19308. characterMakers.push(() => makeCharacter(
  19309. { name: "Draganta" },
  19310. {
  19311. front: {
  19312. height: math.unit(8 + 2/12, "feet"),
  19313. weight: math.unit(275, "lb"),
  19314. name: "Front",
  19315. image: {
  19316. source: "./media/characters/draganta/front.svg",
  19317. extra: 1177/1135,
  19318. bottom: 33.46/1212.1
  19319. }
  19320. },
  19321. },
  19322. [
  19323. {
  19324. name: "Normal",
  19325. height: math.unit(8 + 6/12, "feet"),
  19326. default: true
  19327. },
  19328. {
  19329. name: "Macro",
  19330. height: math.unit(150, "feet")
  19331. },
  19332. {
  19333. name: "Megamacro",
  19334. height: math.unit(1000, "miles")
  19335. },
  19336. ]
  19337. ))
  19338. characterMakers.push(() => makeCharacter(
  19339. { name: "Voski", species: "Corvid" },
  19340. {
  19341. front: {
  19342. height: math.unit(1.72, "m"),
  19343. weight: math.unit(80, "lb"),
  19344. name: "Front",
  19345. image: {
  19346. source: "./media/characters/voski/front.svg",
  19347. extra: 2076.22/2022.4,
  19348. bottom: 102.7/2177.3866
  19349. }
  19350. },
  19351. back: {
  19352. height: math.unit(1.72, "m"),
  19353. weight: math.unit(80, "lb"),
  19354. name: "Back",
  19355. image: {
  19356. source: "./media/characters/voski/back.svg",
  19357. extra: 2104/2051,
  19358. bottom: 10.45/2113.63
  19359. }
  19360. },
  19361. },
  19362. [
  19363. {
  19364. name: "Normal",
  19365. height: math.unit(1.72, "m")
  19366. },
  19367. {
  19368. name: "Macro",
  19369. height: math.unit(55, "m"),
  19370. default: true
  19371. },
  19372. {
  19373. name: "Macro+",
  19374. height: math.unit(300, "m")
  19375. },
  19376. {
  19377. name: "Macro++",
  19378. height: math.unit(700, "m")
  19379. },
  19380. {
  19381. name: "Macro+++",
  19382. height: math.unit(4500, "m")
  19383. },
  19384. {
  19385. name: "Macro++++",
  19386. height: math.unit(45, "km")
  19387. },
  19388. {
  19389. name: "Macro+++++",
  19390. height: math.unit(1220, "km")
  19391. },
  19392. ]
  19393. ))
  19394. characterMakers.push(() => makeCharacter(
  19395. { name: "Icowom Lee" },
  19396. {
  19397. front: {
  19398. height: math.unit(2.3, "m"),
  19399. weight: math.unit(304, "kg"),
  19400. name: "Front",
  19401. image: {
  19402. source: "./media/characters/icowom-lee/front.svg",
  19403. extra: 3076/2933,
  19404. bottom: 51.4/3125.1889
  19405. }
  19406. },
  19407. },
  19408. [
  19409. {
  19410. name: "Normal",
  19411. height: math.unit(2.3, "meters"),
  19412. default: true
  19413. },
  19414. {
  19415. name: "Macro",
  19416. height: math.unit(94, "meters"),
  19417. default: true
  19418. },
  19419. ]
  19420. ))
  19421. characterMakers.push(() => makeCharacter(
  19422. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19423. {
  19424. front: {
  19425. height: math.unit(22, "meters"),
  19426. weight: math.unit(21000, "kg"),
  19427. name: "Front",
  19428. image: {
  19429. source: "./media/characters/shock-diamond/front.svg",
  19430. extra: 2204/2053,
  19431. bottom: 65/2239.47
  19432. }
  19433. },
  19434. frontNude: {
  19435. height: math.unit(22, "meters"),
  19436. weight: math.unit(21000, "kg"),
  19437. name: "Front (Nude)",
  19438. image: {
  19439. source: "./media/characters/shock-diamond/front-nude.svg",
  19440. extra: 2514/2285,
  19441. bottom: 13/2527.56
  19442. }
  19443. },
  19444. },
  19445. [
  19446. {
  19447. name: "Normal",
  19448. height: math.unit(3, "meters")
  19449. },
  19450. {
  19451. name: "Macro",
  19452. height: math.unit(22, "meters"),
  19453. default: true
  19454. },
  19455. ]
  19456. ))
  19457. characterMakers.push(() => makeCharacter(
  19458. { name: "Rory" },
  19459. {
  19460. front: {
  19461. height: math.unit(5 + 4/12, "feet"),
  19462. weight: math.unit(120, "lb"),
  19463. name: "Front",
  19464. image: {
  19465. source: "./media/characters/rory/front.svg",
  19466. extra: 589/556,
  19467. bottom: 45.7/635.76
  19468. }
  19469. },
  19470. frontNude: {
  19471. height: math.unit(5 + 4/12, "feet"),
  19472. weight: math.unit(120, "lb"),
  19473. name: "Front (Nude)",
  19474. image: {
  19475. source: "./media/characters/rory/front-nude.svg",
  19476. extra: 589/556,
  19477. bottom: 45.7/635.76
  19478. }
  19479. },
  19480. side: {
  19481. height: math.unit(5 + 4/12, "feet"),
  19482. weight: math.unit(120, "lb"),
  19483. name: "Side",
  19484. image: {
  19485. source: "./media/characters/rory/side.svg",
  19486. extra: 597/564,
  19487. bottom: 55/653
  19488. }
  19489. },
  19490. back: {
  19491. height: math.unit(5 + 4/12, "feet"),
  19492. weight: math.unit(120, "lb"),
  19493. name: "Back",
  19494. image: {
  19495. source: "./media/characters/rory/back.svg",
  19496. extra: 620/585,
  19497. bottom: 8.86/630.43
  19498. }
  19499. },
  19500. dick: {
  19501. height: math.unit(0.86, "feet"),
  19502. name: "Dick",
  19503. image: {
  19504. source: "./media/characters/rory/dick.svg"
  19505. }
  19506. },
  19507. },
  19508. [
  19509. {
  19510. name: "Normal",
  19511. height: math.unit(5 + 4/12, "feet"),
  19512. default: true
  19513. },
  19514. {
  19515. name: "Macro",
  19516. height: math.unit(100, "feet")
  19517. },
  19518. {
  19519. name: "Macro+",
  19520. height: math.unit(140, "feet")
  19521. },
  19522. {
  19523. name: "Macro++",
  19524. height: math.unit(300, "feet")
  19525. },
  19526. ]
  19527. ))
  19528. characterMakers.push(() => makeCharacter(
  19529. { name: "Sprisk" },
  19530. {
  19531. front: {
  19532. height: math.unit(5 + 9/12, "feet"),
  19533. weight: math.unit(190, "lb"),
  19534. name: "Front",
  19535. image: {
  19536. source: "./media/characters/sprisk/front.svg",
  19537. extra: 1225/1180,
  19538. bottom: 42.7/1266.4
  19539. }
  19540. },
  19541. frontNsfw: {
  19542. height: math.unit(5 + 9/12, "feet"),
  19543. weight: math.unit(190, "lb"),
  19544. name: "Front (NSFW)",
  19545. image: {
  19546. source: "./media/characters/sprisk/front-nsfw.svg",
  19547. extra: 1225/1180,
  19548. bottom: 42.7/1266.4
  19549. }
  19550. },
  19551. back: {
  19552. height: math.unit(5 + 9/12, "feet"),
  19553. weight: math.unit(190, "lb"),
  19554. name: "Back",
  19555. image: {
  19556. source: "./media/characters/sprisk/back.svg",
  19557. extra: 1247/1200,
  19558. bottom: 5.6/1253.04
  19559. }
  19560. },
  19561. },
  19562. [
  19563. {
  19564. name: "Tiny",
  19565. height: math.unit(2, "inches")
  19566. },
  19567. {
  19568. name: "Normal",
  19569. height: math.unit(5 + 9/12, "feet"),
  19570. default: true
  19571. },
  19572. {
  19573. name: "Mini Macro",
  19574. height: math.unit(18, "feet")
  19575. },
  19576. {
  19577. name: "Macro",
  19578. height: math.unit(100, "feet")
  19579. },
  19580. {
  19581. name: "MACRO",
  19582. height: math.unit(50, "miles")
  19583. },
  19584. {
  19585. name: "M A C R O",
  19586. height: math.unit(300, "miles")
  19587. },
  19588. ]
  19589. ))
  19590. characterMakers.push(() => makeCharacter(
  19591. { name: "Bunsen" },
  19592. {
  19593. side: {
  19594. height: math.unit(15.6, "meters"),
  19595. weight: math.unit(700000, "kg"),
  19596. name: "Side",
  19597. image: {
  19598. source: "./media/characters/bunsen/side.svg",
  19599. extra: 1644/358
  19600. }
  19601. },
  19602. foot: {
  19603. height: math.unit(1.611*1644/358, "meter"),
  19604. name: "Foot",
  19605. image: {
  19606. source: "./media/characters/bunsen/foot.svg"
  19607. }
  19608. },
  19609. },
  19610. [
  19611. {
  19612. name: "Small",
  19613. height: math.unit(10, "feet")
  19614. },
  19615. {
  19616. name: "Normal",
  19617. height: math.unit(15.6, "meters"),
  19618. default: true
  19619. },
  19620. ]
  19621. ))
  19622. //characters
  19623. function makeCharacters() {
  19624. const results = [];
  19625. characterMakers.forEach(character => {
  19626. results.push(character());
  19627. });
  19628. return results;
  19629. }