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.
 
 
 

20244 lines
482 KiB

  1. const characterMakers = [];
  2. function makeCharacter(info, viewInfo, defaultSizes) {
  3. views = {};
  4. Object.entries(viewInfo).forEach(([key, value]) => {
  5. views[key] = {
  6. attributes: {
  7. height: {
  8. name: "Height",
  9. power: 1,
  10. type: "length",
  11. base: value.height
  12. }
  13. },
  14. image: value.image,
  15. name: value.name,
  16. info: value.info,
  17. rename: value.rename
  18. }
  19. if (value.weight) {
  20. views[key].attributes.weight = {
  21. name: "Mass",
  22. power: 3,
  23. type: "mass",
  24. base: value.weight
  25. };
  26. }
  27. });
  28. return createEntityMaker(info, views, defaultSizes);
  29. }
  30. characterMakers.push(() => makeCharacter(
  31. {
  32. name: "Fen",
  33. species: "Crux",
  34. description: {
  35. title: "Bio",
  36. text: "Very furry. Sheds on everything."
  37. }
  38. },
  39. {
  40. back: {
  41. height: math.unit(2.2428, "meter"),
  42. weight: math.unit(124.738, "kg"),
  43. name: "Back",
  44. image: {
  45. source: "./media/characters/fen/back.svg",
  46. extra: 1025 / 935
  47. },
  48. info: {
  49. description: {
  50. mode: "append",
  51. text: "\n\nHe is not currently looking at you."
  52. }
  53. }
  54. },
  55. full: {
  56. height: math.unit(1.34, "meter"),
  57. weight: math.unit(225, "kg"),
  58. name: "Full",
  59. image: {
  60. source: "./media/characters/fen/full.svg"
  61. },
  62. info: {
  63. description: {
  64. mode: "append",
  65. text: "\n\nMunch."
  66. }
  67. }
  68. },
  69. kneeling: {
  70. height: math.unit(5.4, "feet"),
  71. weight: math.unit(124.738, "kg"),
  72. name: "Kneeling",
  73. image: {
  74. source: "./media/characters/fen/kneeling.svg",
  75. extra: 563 / 507
  76. }
  77. },
  78. },
  79. [
  80. {
  81. name: "Normal",
  82. height: math.unit(2.2428, "meter")
  83. },
  84. {
  85. name: "Big",
  86. height: math.unit(12, "feet")
  87. },
  88. {
  89. name: "Minimacro",
  90. height: math.unit(30, "meter"),
  91. default: true,
  92. info: {
  93. description: {
  94. mode: "append",
  95. text: "\n\nTOO DAMN BIG"
  96. }
  97. }
  98. },
  99. {
  100. name: "Macro",
  101. height: math.unit(100, "meter"),
  102. info: {
  103. description: {
  104. mode: "append",
  105. text: "\n\nTOO DAMN BIG"
  106. }
  107. }
  108. },
  109. {
  110. name: "Macro+",
  111. height: math.unit(1000, "meter")
  112. },
  113. {
  114. name: "Megamacro",
  115. height: math.unit(10, "miles")
  116. }
  117. ]
  118. ))
  119. characterMakers.push(() => makeCharacter(
  120. { name: "Sofia Fluttertail" },
  121. {
  122. front: {
  123. height: math.unit(183, "cm"),
  124. weight: math.unit(80, "kg"),
  125. name: "Front",
  126. image: {
  127. source: "./media/characters/sofia-fluttertail/front.svg",
  128. bottom: 0.01,
  129. extra: 2154 / 2081
  130. }
  131. },
  132. frontAlt: {
  133. height: math.unit(183, "cm"),
  134. weight: math.unit(80, "kg"),
  135. name: "Front (alt)",
  136. image: {
  137. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  138. }
  139. },
  140. back: {
  141. height: math.unit(183, "cm"),
  142. weight: math.unit(80, "kg"),
  143. name: "Back",
  144. image: {
  145. source: "./media/characters/sofia-fluttertail/back.svg"
  146. }
  147. },
  148. maw: {
  149. height: math.unit(183 / 5, "cm"),
  150. name: "Maw",
  151. image: {
  152. source: "./media/characters/sofia-fluttertail/maw.svg"
  153. }
  154. },
  155. },
  156. [
  157. {
  158. name: "Normal",
  159. height: math.unit(1.83, "meter")
  160. },
  161. {
  162. name: "Macro",
  163. height: math.unit(96, "feet"),
  164. default: true
  165. },
  166. {
  167. name: "Megamerger",
  168. height: math.unit(650, "feet")
  169. },
  170. ]
  171. ))
  172. characterMakers.push(() => makeCharacter(
  173. { name: "March" },
  174. {
  175. front: {
  176. height: math.unit(7, "feet"),
  177. weight: math.unit(100, "kg"),
  178. name: "Front",
  179. image: {
  180. source: "./media/characters/march/front.svg",
  181. extra: 1,
  182. bottom: 0.015
  183. }
  184. },
  185. foot: {
  186. height: math.unit(0.9, "feet"),
  187. name: "Foot",
  188. image: {
  189. source: "./media/characters/march/foot.svg"
  190. }
  191. },
  192. },
  193. [
  194. {
  195. name: "Normal",
  196. height: math.unit(7.9, "feet")
  197. },
  198. {
  199. name: "Macro",
  200. height: math.unit(220, "meters")
  201. },
  202. {
  203. name: "Megamacro",
  204. height: math.unit(2.98, "km"),
  205. default: true
  206. },
  207. {
  208. name: "Gigamacro",
  209. height: math.unit(15963, "km")
  210. },
  211. {
  212. name: "Teramacro",
  213. height: math.unit(2980000000, "km")
  214. },
  215. {
  216. name: "Examacro",
  217. height: math.unit(250, "parsecs")
  218. },
  219. ]
  220. ))
  221. characterMakers.push(() => makeCharacter(
  222. { name: "Noir" },
  223. {
  224. front: {
  225. height: math.unit(6, "feet"),
  226. weight: math.unit(60, "kg"),
  227. name: "Front",
  228. image: {
  229. source: "./media/characters/noir/front.svg",
  230. extra: 1,
  231. bottom: 0.032
  232. }
  233. },
  234. },
  235. [
  236. {
  237. name: "Normal",
  238. height: math.unit(6.6, "feet")
  239. },
  240. {
  241. name: "Macro",
  242. height: math.unit(500, "feet")
  243. },
  244. {
  245. name: "Megamacro",
  246. height: math.unit(2.5, "km"),
  247. default: true
  248. },
  249. {
  250. name: "Gigamacro",
  251. height: math.unit(22500, "km")
  252. },
  253. {
  254. name: "Teramacro",
  255. height: math.unit(2500000000, "km")
  256. },
  257. {
  258. name: "Examacro",
  259. height: math.unit(200, "parsecs")
  260. },
  261. ]
  262. ))
  263. characterMakers.push(() => makeCharacter(
  264. { name: "Okuri" },
  265. {
  266. front: {
  267. height: math.unit(7, "feet"),
  268. weight: math.unit(100, "kg"),
  269. name: "Front",
  270. image: {
  271. source: "./media/characters/okuri/front.svg",
  272. extra: 1,
  273. bottom: 0.037
  274. }
  275. },
  276. back: {
  277. height: math.unit(7, "feet"),
  278. weight: math.unit(100, "kg"),
  279. name: "Back",
  280. image: {
  281. source: "./media/characters/okuri/back.svg",
  282. extra: 1,
  283. bottom: 0.007
  284. }
  285. },
  286. },
  287. [
  288. {
  289. name: "Megamacro",
  290. height: math.unit(100, "miles"),
  291. default: true
  292. },
  293. ]
  294. ))
  295. characterMakers.push(() => makeCharacter(
  296. { name: "Manny" },
  297. {
  298. front: {
  299. height: math.unit(7, "feet"),
  300. weight: math.unit(100, "kg"),
  301. name: "Front",
  302. image: {
  303. source: "./media/characters/manny/front.svg",
  304. extra: 1,
  305. bottom: 0.06
  306. }
  307. },
  308. back: {
  309. height: math.unit(7, "feet"),
  310. weight: math.unit(100, "kg"),
  311. name: "Back",
  312. image: {
  313. source: "./media/characters/manny/back.svg",
  314. extra: 1,
  315. bottom: 0.014
  316. }
  317. },
  318. },
  319. [
  320. {
  321. name: "Normal",
  322. height: math.unit(7, "feet"),
  323. },
  324. {
  325. name: "Macro",
  326. height: math.unit(78, "feet"),
  327. default: true
  328. },
  329. {
  330. name: "Macro+",
  331. height: math.unit(300, "meters")
  332. },
  333. {
  334. name: "Macro++",
  335. height: math.unit(2400, "meters")
  336. },
  337. {
  338. name: "Megamacro",
  339. height: math.unit(5167, "meters")
  340. },
  341. {
  342. name: "Gigamacro",
  343. height: math.unit(41769, "miles")
  344. },
  345. ]
  346. ))
  347. characterMakers.push(() => makeCharacter(
  348. { name: "Adake" },
  349. {
  350. front: {
  351. height: math.unit(7, "feet"),
  352. weight: math.unit(100, "kg"),
  353. name: "Front",
  354. image: {
  355. source: "./media/characters/adake/front-1.svg"
  356. }
  357. },
  358. frontAlt: {
  359. height: math.unit(7, "feet"),
  360. weight: math.unit(100, "kg"),
  361. name: "Front (Alt)",
  362. image: {
  363. source: "./media/characters/adake/front-2.svg",
  364. extra: 1,
  365. bottom: 0.01
  366. }
  367. },
  368. back: {
  369. height: math.unit(7, "feet"),
  370. weight: math.unit(100, "kg"),
  371. name: "Back",
  372. image: {
  373. source: "./media/characters/adake/back.svg",
  374. }
  375. },
  376. kneel: {
  377. height: math.unit(5.385, "feet"),
  378. weight: math.unit(100, "kg"),
  379. name: "Kneeling",
  380. image: {
  381. source: "./media/characters/adake/kneel.svg",
  382. bottom: 0.052
  383. }
  384. },
  385. },
  386. [
  387. {
  388. name: "Normal",
  389. height: math.unit(7, "feet"),
  390. },
  391. {
  392. name: "Macro",
  393. height: math.unit(78, "feet"),
  394. default: true
  395. },
  396. {
  397. name: "Macro+",
  398. height: math.unit(300, "meters")
  399. },
  400. {
  401. name: "Macro++",
  402. height: math.unit(2400, "meters")
  403. },
  404. {
  405. name: "Megamacro",
  406. height: math.unit(5167, "meters")
  407. },
  408. {
  409. name: "Gigamacro",
  410. height: math.unit(41769, "miles")
  411. },
  412. ]
  413. ))
  414. characterMakers.push(() => makeCharacter(
  415. { name: "Elijah" },
  416. {
  417. front: {
  418. height: math.unit(1.65, "meters"),
  419. weight: math.unit(50, "kg"),
  420. name: "Front",
  421. image: {
  422. source: "./media/characters/elijah/front.svg",
  423. extra: 639 / 626,
  424. bottom: 58.7 / 697.8
  425. }
  426. },
  427. side: {
  428. height: math.unit(1.65, "meters"),
  429. weight: math.unit(50, "kg"),
  430. name: "Side",
  431. image: {
  432. source: "./media/characters/elijah/side.svg",
  433. extra: 1840 / 1795,
  434. bottom: 106 / 1943
  435. }
  436. },
  437. back: {
  438. height: math.unit(1.65, "meters"),
  439. weight: math.unit(50, "kg"),
  440. name: "Back",
  441. image: {
  442. source: "./media/characters/elijah/back.svg",
  443. extra: 661.2 / 639.5,
  444. bottom: 21.2 / 682.5
  445. }
  446. },
  447. foot: {
  448. height: math.unit(1.4, "feet"),
  449. name: "Foot",
  450. image: {
  451. source: "./media/characters/elijah/foot.svg"
  452. }
  453. },
  454. footFlexing: {
  455. height: math.unit(1.243, "feet"),
  456. name: "Foot (Flexing)",
  457. image: {
  458. source: "./media/characters/elijah/foot-flexing.svg"
  459. }
  460. },
  461. footStepping: {
  462. height: math.unit(1.3, "feet"),
  463. name: "Foot (Stepping)",
  464. image: {
  465. source: "./media/characters/elijah/foot-stepping.svg"
  466. }
  467. },
  468. beak: {
  469. height: math.unit(0.666, "feet"),
  470. name: "Beak",
  471. image: {
  472. source: "./media/characters/elijah/beak.svg"
  473. }
  474. },
  475. dick: {
  476. height: math.unit(0.85, "feet"),
  477. name: "Dick",
  478. image: {
  479. source: "./media/characters/elijah/dick.svg"
  480. }
  481. },
  482. },
  483. [
  484. {
  485. name: "Normal",
  486. height: math.unit(1.65, "meters")
  487. },
  488. {
  489. name: "Macro",
  490. height: math.unit(55, "meters"),
  491. default: true
  492. },
  493. {
  494. name: "Macro+",
  495. height: math.unit(105, "meters")
  496. },
  497. ]
  498. ))
  499. characterMakers.push(() => makeCharacter(
  500. { name: "Rai" },
  501. {
  502. front: {
  503. height: math.unit(11, "feet"),
  504. weight: math.unit(80, "kg"),
  505. name: "Front",
  506. image: {
  507. source: "./media/characters/rai/front.svg",
  508. extra: 1,
  509. bottom: 0.03
  510. }
  511. },
  512. side: {
  513. height: math.unit(11, "feet"),
  514. weight: math.unit(80, "kg"),
  515. name: "Side",
  516. image: {
  517. source: "./media/characters/rai/side.svg"
  518. }
  519. },
  520. back: {
  521. height: math.unit(11, "feet"),
  522. weight: math.unit(80, "lb"),
  523. name: "Back",
  524. image: {
  525. source: "./media/characters/rai/back.svg",
  526. extra: 1,
  527. bottom: 0.01
  528. }
  529. },
  530. feral: {
  531. height: math.unit(11, "feet"),
  532. weight: math.unit(800, "lb"),
  533. name: "Feral",
  534. image: {
  535. source: "./media/characters/rai/feral.svg",
  536. extra: 1050 / 659,
  537. bottom: 0.07
  538. }
  539. },
  540. maw: {
  541. height: math.unit(6 / 3.81416, "feet"),
  542. name: "Maw",
  543. image: {
  544. source: "./media/characters/rai/maw.svg"
  545. }
  546. },
  547. },
  548. [
  549. {
  550. name: "Normal",
  551. height: math.unit(11, "feet")
  552. },
  553. {
  554. name: "Macro",
  555. height: math.unit(302, "feet"),
  556. default: true
  557. },
  558. ]
  559. ))
  560. characterMakers.push(() => makeCharacter(
  561. { name: "Jazzy" },
  562. {
  563. front: {
  564. height: math.unit(7, "feet"),
  565. weight: math.unit(80, "kg"),
  566. name: "Front",
  567. image: {
  568. source: "./media/characters/jazzy/front.svg",
  569. extra: 1,
  570. bottom: 0.01
  571. }
  572. },
  573. back: {
  574. height: math.unit(7, "feet"),
  575. weight: math.unit(80, "kg"),
  576. name: "Back",
  577. image: {
  578. source: "./media/characters/jazzy/back.svg",
  579. extra: 1,
  580. bottom: 0.01
  581. }
  582. },
  583. },
  584. [
  585. {
  586. name: "Macro",
  587. height: math.unit(216, "feet"),
  588. default: true
  589. },
  590. ]
  591. ))
  592. characterMakers.push(() => makeCharacter(
  593. { name: "Flamm" },
  594. {
  595. front: {
  596. height: math.unit(7, "feet"),
  597. weight: math.unit(80, "kg"),
  598. name: "Front",
  599. image: {
  600. source: "./media/characters/flamm/front.svg",
  601. extra: 1794 / 1677,
  602. bottom: 31.7 / 1828.5
  603. }
  604. },
  605. },
  606. [
  607. {
  608. name: "Normal",
  609. height: math.unit(9.5, "feet")
  610. },
  611. {
  612. name: "Macro",
  613. height: math.unit(200, "feet"),
  614. default: true
  615. },
  616. ]
  617. ))
  618. characterMakers.push(() => makeCharacter(
  619. { name: "Zephiro" },
  620. {
  621. front: {
  622. height: math.unit(7, "feet"),
  623. weight: math.unit(80, "kg"),
  624. name: "Front",
  625. image: {
  626. source: "./media/characters/zephiro/front.svg",
  627. extra: 2309 / 2162,
  628. bottom: 0.069
  629. }
  630. },
  631. side: {
  632. height: math.unit(7, "feet"),
  633. weight: math.unit(80, "kg"),
  634. name: "Side",
  635. image: {
  636. source: "./media/characters/zephiro/side.svg",
  637. extra: 2403 / 2279,
  638. bottom: 0.015
  639. }
  640. },
  641. back: {
  642. height: math.unit(7, "feet"),
  643. weight: math.unit(80, "kg"),
  644. name: "Back",
  645. image: {
  646. source: "./media/characters/zephiro/back.svg",
  647. extra: 2373 / 2244,
  648. bottom: 0.013
  649. }
  650. },
  651. },
  652. [
  653. {
  654. name: "Micro",
  655. height: math.unit(3, "inches")
  656. },
  657. {
  658. name: "Normal",
  659. height: math.unit(5 + 3 / 12, "feet"),
  660. default: true
  661. },
  662. {
  663. name: "Macro",
  664. height: math.unit(118, "feet")
  665. },
  666. ]
  667. ))
  668. characterMakers.push(() => makeCharacter(
  669. { name: "Fory" },
  670. {
  671. front: {
  672. height: math.unit(5, "feet"),
  673. weight: math.unit(90, "kg"),
  674. name: "Front",
  675. image: {
  676. source: "./media/characters/fory/front.svg",
  677. extra: 2862 / 2674,
  678. bottom: 180 / 3043.8
  679. }
  680. },
  681. back: {
  682. height: math.unit(5, "feet"),
  683. weight: math.unit(90, "kg"),
  684. name: "Back",
  685. image: {
  686. source: "./media/characters/fory/back.svg",
  687. extra: 2962 / 2791,
  688. bottom: 106 / 3071.8
  689. }
  690. },
  691. foot: {
  692. height: math.unit(2.14, "feet"),
  693. name: "Foot",
  694. image: {
  695. source: "./media/characters/fory/foot.svg"
  696. }
  697. },
  698. },
  699. [
  700. {
  701. name: "Normal",
  702. height: math.unit(5, "feet")
  703. },
  704. {
  705. name: "Macro",
  706. height: math.unit(50, "feet"),
  707. default: true
  708. },
  709. {
  710. name: "Megamacro",
  711. height: math.unit(10, "miles")
  712. },
  713. {
  714. name: "Gigamacro",
  715. height: math.unit(5, "earths")
  716. },
  717. ]
  718. ))
  719. characterMakers.push(() => makeCharacter(
  720. { name: "Kurrikage" },
  721. {
  722. front: {
  723. height: math.unit(7, "feet"),
  724. weight: math.unit(90, "kg"),
  725. name: "Front",
  726. image: {
  727. source: "./media/characters/kurrikage/front.svg",
  728. extra: 1,
  729. bottom: 0.035
  730. }
  731. },
  732. back: {
  733. height: math.unit(7, "feet"),
  734. weight: math.unit(90, "lb"),
  735. name: "Back",
  736. image: {
  737. source: "./media/characters/kurrikage/back.svg"
  738. }
  739. },
  740. paw: {
  741. height: math.unit(1.5, "feet"),
  742. name: "Paw",
  743. image: {
  744. source: "./media/characters/kurrikage/paw.svg"
  745. }
  746. },
  747. staff: {
  748. height: math.unit(6.7, "feet"),
  749. name: "Staff",
  750. image: {
  751. source: "./media/characters/kurrikage/staff.svg"
  752. }
  753. },
  754. peek: {
  755. height: math.unit(1.05, "feet"),
  756. name: "Peeking",
  757. image: {
  758. source: "./media/characters/kurrikage/peek.svg",
  759. bottom: 0.08
  760. }
  761. },
  762. },
  763. [
  764. {
  765. name: "Normal",
  766. height: math.unit(12, "feet"),
  767. default: true
  768. },
  769. {
  770. name: "Big",
  771. height: math.unit(20, "feet")
  772. },
  773. {
  774. name: "Macro",
  775. height: math.unit(500, "feet")
  776. },
  777. {
  778. name: "Megamacro",
  779. height: math.unit(20, "miles")
  780. },
  781. ]
  782. ))
  783. characterMakers.push(() => makeCharacter(
  784. { name: "Shingo" },
  785. {
  786. front: {
  787. height: math.unit(6, "feet"),
  788. weight: math.unit(75, "kg"),
  789. name: "Front",
  790. image: {
  791. source: "./media/characters/shingo/front.svg",
  792. extra: 3511 / 3338,
  793. bottom: 0.005
  794. }
  795. },
  796. },
  797. [
  798. {
  799. name: "Micro",
  800. height: math.unit(4, "inches")
  801. },
  802. {
  803. name: "Normal",
  804. height: math.unit(6, "feet"),
  805. default: true
  806. },
  807. {
  808. name: "Macro",
  809. height: math.unit(108, "feet")
  810. }
  811. ]
  812. ))
  813. characterMakers.push(() => makeCharacter(
  814. { name: "Aigey" },
  815. {
  816. side: {
  817. height: math.unit(6, "feet"),
  818. weight: math.unit(75, "kg"),
  819. name: "Side",
  820. image: {
  821. source: "./media/characters/aigey/side.svg"
  822. }
  823. },
  824. },
  825. [
  826. {
  827. name: "Macro",
  828. height: math.unit(200, "feet"),
  829. default: true
  830. },
  831. {
  832. name: "Megamacro",
  833. height: math.unit(100, "miles")
  834. },
  835. ]
  836. )
  837. )
  838. characterMakers.push(() => makeCharacter(
  839. { name: "Natasha" },
  840. {
  841. front: {
  842. height: math.unit(5 + 5 / 12, "feet"),
  843. weight: math.unit(75, "kg"),
  844. name: "Front",
  845. image: {
  846. source: "./media/characters/natasha/front.svg",
  847. extra: 875 / 846,
  848. bottom: 0.01
  849. }
  850. },
  851. },
  852. [
  853. {
  854. name: "Normal",
  855. height: math.unit(5 + 5 / 12, "feet")
  856. },
  857. {
  858. name: "Large",
  859. height: math.unit(12, "feet")
  860. },
  861. {
  862. name: "Macro",
  863. height: math.unit(100, "feet"),
  864. default: true
  865. },
  866. {
  867. name: "Macro+",
  868. height: math.unit(260, "feet")
  869. },
  870. {
  871. name: "Macro++",
  872. height: math.unit(1, "mile")
  873. },
  874. ]
  875. ))
  876. characterMakers.push(() => makeCharacter(
  877. { name: "Malik" },
  878. {
  879. front: {
  880. height: math.unit(6, "feet"),
  881. weight: math.unit(75, "kg"),
  882. name: "Front",
  883. image: {
  884. source: "./media/characters/malik/front.svg"
  885. }
  886. },
  887. side: {
  888. height: math.unit(6, "feet"),
  889. weight: math.unit(75, "kg"),
  890. name: "Side",
  891. image: {
  892. source: "./media/characters/malik/side.svg",
  893. extra: 1.1539
  894. }
  895. },
  896. back: {
  897. height: math.unit(6, "feet"),
  898. weight: math.unit(75, "kg"),
  899. name: "Back",
  900. image: {
  901. source: "./media/characters/malik/back.svg"
  902. }
  903. },
  904. },
  905. [
  906. {
  907. name: "Macro",
  908. height: math.unit(156, "feet"),
  909. default: true
  910. },
  911. {
  912. name: "Macro+",
  913. height: math.unit(1188, "feet")
  914. },
  915. ]
  916. ))
  917. characterMakers.push(() => makeCharacter(
  918. { name: "Sefer" },
  919. {
  920. front: {
  921. height: math.unit(6, "feet"),
  922. weight: math.unit(75, "kg"),
  923. name: "Front",
  924. image: {
  925. source: "./media/characters/sefer/front.svg"
  926. }
  927. },
  928. back: {
  929. height: math.unit(6, "feet"),
  930. weight: math.unit(75, "kg"),
  931. name: "Back",
  932. image: {
  933. source: "./media/characters/sefer/back.svg"
  934. }
  935. },
  936. },
  937. [
  938. {
  939. name: "Normal",
  940. height: math.unit(6, "feet"),
  941. default: true
  942. },
  943. ]
  944. ))
  945. characterMakers.push(() => makeCharacter(
  946. { name: "North" },
  947. {
  948. body: {
  949. height: math.unit(2.2428, "meter"),
  950. weight: math.unit(124.738, "kg"),
  951. name: "Body",
  952. image: {
  953. extra: 1225 / 1050,
  954. source: "./media/characters/north/front.svg"
  955. }
  956. }
  957. },
  958. [
  959. {
  960. name: "Micro",
  961. height: math.unit(4, "inches")
  962. },
  963. {
  964. name: "Macro",
  965. height: math.unit(63, "meters")
  966. },
  967. {
  968. name: "Megamacro",
  969. height: math.unit(101, "miles"),
  970. default: true
  971. }
  972. ]
  973. ))
  974. characterMakers.push(() => makeCharacter(
  975. { name: "Talan" },
  976. {
  977. angled: {
  978. height: math.unit(4, "meter"),
  979. weight: math.unit(150, "kg"),
  980. name: "Angled",
  981. image: {
  982. source: "./media/characters/talan/angled-sfw.svg",
  983. bottom: 29 / 3734
  984. }
  985. },
  986. angledNsfw: {
  987. height: math.unit(4, "meter"),
  988. weight: math.unit(150, "kg"),
  989. name: "Angled (NSFW)",
  990. image: {
  991. source: "./media/characters/talan/angled-nsfw.svg",
  992. bottom: 29 / 3734
  993. }
  994. },
  995. frontNsfw: {
  996. height: math.unit(4, "meter"),
  997. weight: math.unit(150, "kg"),
  998. name: "Front (NSFW)",
  999. image: {
  1000. source: "./media/characters/talan/front-nsfw.svg",
  1001. bottom: 29 / 3734
  1002. }
  1003. },
  1004. sideNsfw: {
  1005. height: math.unit(4, "meter"),
  1006. weight: math.unit(150, "kg"),
  1007. name: "Side (NSFW)",
  1008. image: {
  1009. source: "./media/characters/talan/side-nsfw.svg",
  1010. bottom: 29 / 3734
  1011. }
  1012. },
  1013. back: {
  1014. height: math.unit(4, "meter"),
  1015. weight: math.unit(150, "kg"),
  1016. name: "Back",
  1017. image: {
  1018. source: "./media/characters/talan/back.svg"
  1019. }
  1020. },
  1021. dickBottom: {
  1022. height: math.unit(0.621, "meter"),
  1023. name: "Dick (Bottom)",
  1024. image: {
  1025. source: "./media/characters/talan/dick-bottom.svg"
  1026. }
  1027. },
  1028. dickTop: {
  1029. height: math.unit(0.621, "meter"),
  1030. name: "Dick (Top)",
  1031. image: {
  1032. source: "./media/characters/talan/dick-top.svg"
  1033. }
  1034. },
  1035. dickSide: {
  1036. height: math.unit(0.305, "meter"),
  1037. name: "Dick (Side)",
  1038. image: {
  1039. source: "./media/characters/talan/dick-side.svg"
  1040. }
  1041. },
  1042. dickFront: {
  1043. height: math.unit(0.305, "meter"),
  1044. name: "Dick (Front)",
  1045. image: {
  1046. source: "./media/characters/talan/dick-front.svg"
  1047. }
  1048. },
  1049. },
  1050. [
  1051. {
  1052. name: "Normal",
  1053. height: math.unit(4, "meters")
  1054. },
  1055. {
  1056. name: "Macro",
  1057. height: math.unit(100, "meters")
  1058. },
  1059. {
  1060. name: "Megamacro",
  1061. height: math.unit(2, "miles"),
  1062. default: true
  1063. },
  1064. {
  1065. name: "Gigamacro",
  1066. height: math.unit(5000, "miles")
  1067. },
  1068. {
  1069. name: "Teramacro",
  1070. height: math.unit(100, "parsecs")
  1071. }
  1072. ]
  1073. ))
  1074. characterMakers.push(() => makeCharacter(
  1075. { name: "Gael'Rathus" },
  1076. {
  1077. front: {
  1078. height: math.unit(2, "meter"),
  1079. weight: math.unit(90, "kg"),
  1080. name: "Front",
  1081. image: {
  1082. source: "./media/characters/gael'rathus/front.svg"
  1083. }
  1084. },
  1085. frontAlt: {
  1086. height: math.unit(2, "meter"),
  1087. weight: math.unit(90, "kg"),
  1088. name: "Front (alt)",
  1089. image: {
  1090. source: "./media/characters/gael'rathus/front-alt.svg"
  1091. }
  1092. },
  1093. frontAlt2: {
  1094. height: math.unit(2, "meter"),
  1095. weight: math.unit(90, "kg"),
  1096. name: "Front (alt 2)",
  1097. image: {
  1098. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1099. }
  1100. }
  1101. },
  1102. [
  1103. {
  1104. name: "Normal",
  1105. height: math.unit(9, "feet"),
  1106. default: true
  1107. },
  1108. {
  1109. name: "Large",
  1110. height: math.unit(25, "feet")
  1111. },
  1112. {
  1113. name: "Macro",
  1114. height: math.unit(0.25, "miles")
  1115. },
  1116. {
  1117. name: "Megamacro",
  1118. height: math.unit(10, "miles")
  1119. }
  1120. ]
  1121. ))
  1122. characterMakers.push(() => makeCharacter(
  1123. { name: "Sosha" },
  1124. {
  1125. side: {
  1126. height: math.unit(2, "meter"),
  1127. weight: math.unit(140, "kg"),
  1128. name: "Side",
  1129. image: {
  1130. source: "./media/characters/sosha/side.svg",
  1131. bottom: 0.042
  1132. }
  1133. },
  1134. },
  1135. [
  1136. {
  1137. name: "Normal",
  1138. height: math.unit(12, "feet"),
  1139. default: true
  1140. }
  1141. ]
  1142. ))
  1143. characterMakers.push(() => makeCharacter(
  1144. { name: "RuNNoLa" },
  1145. {
  1146. side: {
  1147. height: math.unit(5 + 5 / 12, "feet"),
  1148. weight: math.unit(170, "kg"),
  1149. name: "Side",
  1150. image: {
  1151. source: "./media/characters/runnola/side.svg",
  1152. extra: 741 / 448,
  1153. bottom: 0.05
  1154. }
  1155. },
  1156. },
  1157. [
  1158. {
  1159. name: "Small",
  1160. height: math.unit(3, "feet")
  1161. },
  1162. {
  1163. name: "Normal",
  1164. height: math.unit(5 + 5 / 12, "feet"),
  1165. default: true
  1166. },
  1167. {
  1168. name: "Big",
  1169. height: math.unit(10, "feet")
  1170. },
  1171. ]
  1172. ))
  1173. characterMakers.push(() => makeCharacter(
  1174. { name: "Kurribird" },
  1175. {
  1176. front: {
  1177. height: math.unit(2, "meter"),
  1178. weight: math.unit(50, "kg"),
  1179. name: "Front",
  1180. image: {
  1181. source: "./media/characters/kurribird/front.svg",
  1182. bottom: 0.015
  1183. }
  1184. },
  1185. frontAlt: {
  1186. height: math.unit(1.5, "meter"),
  1187. weight: math.unit(50, "kg"),
  1188. name: "Front (Alt)",
  1189. image: {
  1190. source: "./media/characters/kurribird/front-alt.svg",
  1191. extra: 1.45
  1192. }
  1193. },
  1194. },
  1195. [
  1196. {
  1197. name: "Normal",
  1198. height: math.unit(7, "feet")
  1199. },
  1200. {
  1201. name: "Big",
  1202. height: math.unit(12, "feet"),
  1203. default: true
  1204. },
  1205. {
  1206. name: "Macro",
  1207. height: math.unit(1500, "feet")
  1208. },
  1209. {
  1210. name: "Megamacro",
  1211. height: math.unit(2, "miles")
  1212. }
  1213. ]
  1214. ))
  1215. characterMakers.push(() => makeCharacter(
  1216. { name: "Elbial" },
  1217. {
  1218. front: {
  1219. height: math.unit(2, "meter"),
  1220. weight: math.unit(80, "kg"),
  1221. name: "Front",
  1222. image: {
  1223. source: "./media/characters/elbial/front.svg",
  1224. extra: 1643 / 1556,
  1225. bottom: 60.2 / 1696
  1226. }
  1227. },
  1228. side: {
  1229. height: math.unit(2, "meter"),
  1230. weight: math.unit(80, "kg"),
  1231. name: "Side",
  1232. image: {
  1233. source: "./media/characters/elbial/side.svg",
  1234. extra: 1630 / 1565,
  1235. bottom: 71.5 / 1697
  1236. }
  1237. },
  1238. back: {
  1239. height: math.unit(2, "meter"),
  1240. weight: math.unit(80, "kg"),
  1241. name: "Back",
  1242. image: {
  1243. source: "./media/characters/elbial/back.svg",
  1244. extra: 1668 / 1595,
  1245. bottom: 5.6 / 1672
  1246. }
  1247. },
  1248. frontDressed: {
  1249. height: math.unit(2, "meter"),
  1250. weight: math.unit(80, "kg"),
  1251. name: "Front (Dressed)",
  1252. image: {
  1253. source: "./media/characters/elbial/front-dressed.svg",
  1254. extra: 1653 / 1584,
  1255. bottom: 57 / 1708
  1256. }
  1257. },
  1258. genitals: {
  1259. height: math.unit(2 / 3.367, "meter"),
  1260. name: "Genitals",
  1261. image: {
  1262. source: "./media/characters/elbial/genitals.svg"
  1263. }
  1264. },
  1265. },
  1266. [
  1267. {
  1268. name: "Large",
  1269. height: math.unit(100, "feet")
  1270. },
  1271. {
  1272. name: "Macro",
  1273. height: math.unit(500, "feet"),
  1274. default: true
  1275. },
  1276. {
  1277. name: "Megamacro",
  1278. height: math.unit(10, "miles")
  1279. },
  1280. {
  1281. name: "Gigamacro",
  1282. height: math.unit(25000, "miles")
  1283. },
  1284. {
  1285. name: "Full-Size",
  1286. height: math.unit(8000000, "gigaparsecs")
  1287. }
  1288. ]
  1289. ))
  1290. characterMakers.push(() => makeCharacter(
  1291. { name: "Noah" },
  1292. {
  1293. front: {
  1294. height: math.unit(2, "meter"),
  1295. weight: math.unit(60, "kg"),
  1296. name: "Front",
  1297. image: {
  1298. source: "./media/characters/noah/front.svg"
  1299. }
  1300. },
  1301. talons: {
  1302. height: math.unit(0.315, "meter"),
  1303. name: "Talons",
  1304. image: {
  1305. source: "./media/characters/noah/talons.svg"
  1306. }
  1307. }
  1308. },
  1309. [
  1310. {
  1311. name: "Large",
  1312. height: math.unit(50, "feet")
  1313. },
  1314. {
  1315. name: "Macro",
  1316. height: math.unit(750, "feet"),
  1317. default: true
  1318. },
  1319. {
  1320. name: "Megamacro",
  1321. height: math.unit(50, "miles")
  1322. },
  1323. {
  1324. name: "Gigamacro",
  1325. height: math.unit(100000, "miles")
  1326. },
  1327. {
  1328. name: "Full-Size",
  1329. height: math.unit(3000000000, "miles")
  1330. }
  1331. ]
  1332. ))
  1333. characterMakers.push(() => makeCharacter(
  1334. { name: "Natalya" },
  1335. {
  1336. front: {
  1337. height: math.unit(2, "meter"),
  1338. weight: math.unit(80, "kg"),
  1339. name: "Front",
  1340. image: {
  1341. source: "./media/characters/natalya/front.svg"
  1342. }
  1343. },
  1344. back: {
  1345. height: math.unit(2, "meter"),
  1346. weight: math.unit(80, "kg"),
  1347. name: "Back",
  1348. image: {
  1349. source: "./media/characters/natalya/back.svg"
  1350. }
  1351. }
  1352. },
  1353. [
  1354. {
  1355. name: "Normal",
  1356. height: math.unit(150, "feet"),
  1357. default: true
  1358. },
  1359. {
  1360. name: "Megamacro",
  1361. height: math.unit(5, "miles")
  1362. },
  1363. {
  1364. name: "Full-Size",
  1365. height: math.unit(600, "kiloparsecs")
  1366. }
  1367. ]
  1368. ))
  1369. characterMakers.push(() => makeCharacter(
  1370. { name: "Erestrebah" },
  1371. {
  1372. front: {
  1373. height: math.unit(2, "meter"),
  1374. weight: math.unit(50, "kg"),
  1375. name: "Front",
  1376. image: {
  1377. source: "./media/characters/erestrebah/front.svg",
  1378. extra: 208 / 193,
  1379. bottom: 0.055
  1380. }
  1381. },
  1382. back: {
  1383. height: math.unit(2, "meter"),
  1384. weight: math.unit(50, "kg"),
  1385. name: "Back",
  1386. image: {
  1387. source: "./media/characters/erestrebah/back.svg",
  1388. extra: 1.3
  1389. }
  1390. }
  1391. },
  1392. [
  1393. {
  1394. name: "Normal",
  1395. height: math.unit(10, "feet")
  1396. },
  1397. {
  1398. name: "Large",
  1399. height: math.unit(50, "feet"),
  1400. default: true
  1401. },
  1402. {
  1403. name: "Macro",
  1404. height: math.unit(300, "feet")
  1405. },
  1406. {
  1407. name: "Macro+",
  1408. height: math.unit(750, "feet")
  1409. },
  1410. {
  1411. name: "Megamacro",
  1412. height: math.unit(3, "miles")
  1413. }
  1414. ]
  1415. ))
  1416. characterMakers.push(() => makeCharacter(
  1417. { name: "Jennifer" },
  1418. {
  1419. front: {
  1420. height: math.unit(2, "meter"),
  1421. weight: math.unit(80, "kg"),
  1422. name: "Front",
  1423. image: {
  1424. source: "./media/characters/jennifer/front.svg",
  1425. bottom: 0.11,
  1426. extra: 1.16
  1427. }
  1428. },
  1429. frontAlt: {
  1430. height: math.unit(2, "meter"),
  1431. weight: math.unit(80, "kg"),
  1432. name: "Front (Alt)",
  1433. image: {
  1434. source: "./media/characters/jennifer/front-alt.svg"
  1435. }
  1436. }
  1437. },
  1438. [
  1439. {
  1440. name: "Canon Height",
  1441. height: math.unit(120, "feet"),
  1442. default: true
  1443. },
  1444. {
  1445. name: "Macro+",
  1446. height: math.unit(300, "feet")
  1447. },
  1448. {
  1449. name: "Megamacro",
  1450. height: math.unit(20000, "feet")
  1451. }
  1452. ]
  1453. ))
  1454. characterMakers.push(() => makeCharacter(
  1455. { name: "Kalista" },
  1456. {
  1457. front: {
  1458. height: math.unit(2, "meter"),
  1459. weight: math.unit(50, "kg"),
  1460. name: "Front",
  1461. image: {
  1462. source: "./media/characters/kalista/front.svg",
  1463. extra: 1947 / 1700
  1464. }
  1465. },
  1466. back: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(50, "kg"),
  1469. name: "Back",
  1470. image: {
  1471. source: "./media/characters/kalista/back.svg",
  1472. extra: 1366 / 1156
  1473. }
  1474. }
  1475. },
  1476. [
  1477. {
  1478. name: "Uncomfortably Small",
  1479. height: math.unit(10, "feet")
  1480. },
  1481. {
  1482. name: "Small",
  1483. height: math.unit(30, "feet")
  1484. },
  1485. {
  1486. name: "Macro",
  1487. height: math.unit(100, "feet"),
  1488. default: true
  1489. },
  1490. {
  1491. name: "Macro+",
  1492. height: math.unit(2000, "feet")
  1493. },
  1494. {
  1495. name: "True Form",
  1496. height: math.unit(8924, "miles")
  1497. }
  1498. ]
  1499. ))
  1500. characterMakers.push(() => makeCharacter(
  1501. { name: "GiantGrowingVixen" },
  1502. {
  1503. front: {
  1504. height: math.unit(2, "meter"),
  1505. weight: math.unit(120, "kg"),
  1506. name: "Front",
  1507. image: {
  1508. source: "./media/characters/ggv/front.svg"
  1509. }
  1510. },
  1511. side: {
  1512. height: math.unit(2, "meter"),
  1513. weight: math.unit(120, "kg"),
  1514. name: "Side",
  1515. image: {
  1516. source: "./media/characters/ggv/side.svg"
  1517. }
  1518. }
  1519. },
  1520. [
  1521. {
  1522. name: "Extremely Puny",
  1523. height: math.unit(9 + 5 / 12, "feet")
  1524. },
  1525. {
  1526. name: "Horribly Small",
  1527. height: math.unit(47.7, "miles"),
  1528. default: true
  1529. },
  1530. {
  1531. name: "Reasonably Sized",
  1532. height: math.unit(25000, "parsecs")
  1533. },
  1534. {
  1535. name: "Slightly Uncompressed",
  1536. height: math.unit(7.77e31, "parsecs")
  1537. },
  1538. {
  1539. name: "Omniversal",
  1540. height: math.unit(1e300, "meters")
  1541. },
  1542. ]
  1543. ))
  1544. characterMakers.push(() => makeCharacter(
  1545. { name: "Napalm" },
  1546. {
  1547. front: {
  1548. height: math.unit(2, "meter"),
  1549. weight: math.unit(75, "lb"),
  1550. name: "Front",
  1551. image: {
  1552. source: "./media/characters/napalm/front.svg"
  1553. }
  1554. },
  1555. back: {
  1556. height: math.unit(2, "meter"),
  1557. weight: math.unit(75, "lb"),
  1558. name: "Back",
  1559. image: {
  1560. source: "./media/characters/napalm/back.svg"
  1561. }
  1562. }
  1563. },
  1564. [
  1565. {
  1566. name: "Standard",
  1567. height: math.unit(55, "feet"),
  1568. default: true
  1569. }
  1570. ]
  1571. ))
  1572. characterMakers.push(() => makeCharacter(
  1573. { name: "Asana" },
  1574. {
  1575. front: {
  1576. height: math.unit(7 + 5 / 6, "feet"),
  1577. weight: math.unit(325, "lb"),
  1578. name: "Front",
  1579. image: {
  1580. source: "./media/characters/asana/front.svg",
  1581. extra: 1128 / 1068
  1582. }
  1583. },
  1584. back: {
  1585. height: math.unit(7 + 5 / 6, "feet"),
  1586. weight: math.unit(325, "lb"),
  1587. name: "Back",
  1588. image: {
  1589. source: "./media/characters/asana/back.svg",
  1590. extra: 1128 / 1068
  1591. }
  1592. },
  1593. },
  1594. [
  1595. {
  1596. name: "Standard",
  1597. height: math.unit(7 + 5 / 6, "feet"),
  1598. default: true
  1599. },
  1600. {
  1601. name: "Large",
  1602. height: math.unit(10, "meters")
  1603. },
  1604. {
  1605. name: "Macro",
  1606. height: math.unit(2500, "meters")
  1607. },
  1608. {
  1609. name: "Megamacro",
  1610. height: math.unit(5e6, "meters")
  1611. },
  1612. {
  1613. name: "Examacro",
  1614. height: math.unit(5e12, "lightyears")
  1615. },
  1616. {
  1617. name: "Max Size",
  1618. height: math.unit(1e31, "lightyears")
  1619. }
  1620. ]
  1621. ))
  1622. characterMakers.push(() => makeCharacter(
  1623. { name: "Ebony" },
  1624. {
  1625. front: {
  1626. height: math.unit(2, "meter"),
  1627. weight: math.unit(60, "kg"),
  1628. name: "Front",
  1629. image: {
  1630. source: "./media/characters/ebony/front.svg",
  1631. bottom: 0.03,
  1632. extra: 1045 / 810 + 0.03
  1633. }
  1634. },
  1635. side: {
  1636. height: math.unit(2, "meter"),
  1637. weight: math.unit(60, "kg"),
  1638. name: "Side",
  1639. image: {
  1640. source: "./media/characters/ebony/side.svg",
  1641. bottom: 0.03,
  1642. extra: 1045 / 810 + 0.03
  1643. }
  1644. },
  1645. back: {
  1646. height: math.unit(2, "meter"),
  1647. weight: math.unit(60, "kg"),
  1648. name: "Back",
  1649. image: {
  1650. source: "./media/characters/ebony/back.svg",
  1651. bottom: 0.01,
  1652. extra: 1045 / 810 + 0.01
  1653. }
  1654. },
  1655. },
  1656. [
  1657. // TODO check why I did this lol
  1658. {
  1659. name: "Standard",
  1660. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1661. default: true
  1662. },
  1663. {
  1664. name: "Macro",
  1665. height: math.unit(200, "feet")
  1666. },
  1667. {
  1668. name: "Gigamacro",
  1669. height: math.unit(13000, "km")
  1670. }
  1671. ]
  1672. ))
  1673. characterMakers.push(() => makeCharacter(
  1674. { name: "Mountain" },
  1675. {
  1676. front: {
  1677. height: math.unit(6, "feet"),
  1678. weight: math.unit(175, "lb"),
  1679. name: "Front",
  1680. image: {
  1681. source: "./media/characters/mountain/front.svg"
  1682. }
  1683. },
  1684. back: {
  1685. height: math.unit(6, "feet"),
  1686. weight: math.unit(175, "lb"),
  1687. name: "Back",
  1688. image: {
  1689. source: "./media/characters/mountain/back.svg"
  1690. }
  1691. },
  1692. },
  1693. [
  1694. {
  1695. name: "Large",
  1696. height: math.unit(20, "meters")
  1697. },
  1698. {
  1699. name: "Macro",
  1700. height: math.unit(300, "meters")
  1701. },
  1702. {
  1703. name: "Gigamacro",
  1704. height: math.unit(10000, "km"),
  1705. default: true
  1706. },
  1707. {
  1708. name: "Examacro",
  1709. height: math.unit(10e9, "lightyears")
  1710. }
  1711. ]
  1712. ))
  1713. characterMakers.push(() => makeCharacter(
  1714. { name: "Rick" },
  1715. {
  1716. front: {
  1717. height: math.unit(8, "feet"),
  1718. weight: math.unit(500, "lb"),
  1719. name: "Front",
  1720. image: {
  1721. source: "./media/characters/rick/front.svg"
  1722. }
  1723. }
  1724. },
  1725. [
  1726. {
  1727. name: "Normal",
  1728. height: math.unit(8, "feet"),
  1729. default: true
  1730. },
  1731. {
  1732. name: "Macro",
  1733. height: math.unit(5, "km")
  1734. }
  1735. ]
  1736. ))
  1737. characterMakers.push(() => makeCharacter(
  1738. { name: "Ona" },
  1739. {
  1740. front: {
  1741. height: math.unit(8, "feet"),
  1742. weight: math.unit(120, "lb"),
  1743. name: "Front",
  1744. image: {
  1745. source: "./media/characters/ona/front.svg"
  1746. }
  1747. },
  1748. frontAlt: {
  1749. height: math.unit(8, "feet"),
  1750. weight: math.unit(120, "lb"),
  1751. name: "Front (Alt)",
  1752. image: {
  1753. source: "./media/characters/ona/front-alt.svg"
  1754. }
  1755. },
  1756. back: {
  1757. height: math.unit(8, "feet"),
  1758. weight: math.unit(120, "lb"),
  1759. name: "Back",
  1760. image: {
  1761. source: "./media/characters/ona/back.svg"
  1762. }
  1763. },
  1764. foot: {
  1765. height: math.unit(1.1, "feet"),
  1766. name: "Foot",
  1767. image: {
  1768. source: "./media/characters/ona/foot.svg"
  1769. }
  1770. }
  1771. },
  1772. [
  1773. {
  1774. name: "Megamacro",
  1775. height: math.unit(70, "km"),
  1776. default: true
  1777. },
  1778. {
  1779. name: "Gigamacro",
  1780. height: math.unit(681818, "miles")
  1781. },
  1782. {
  1783. name: "Examacro",
  1784. height: math.unit(3800000, "lightyears")
  1785. },
  1786. ]
  1787. ))
  1788. characterMakers.push(() => makeCharacter(
  1789. { name: "Mech" },
  1790. {
  1791. front: {
  1792. height: math.unit(12, "feet"),
  1793. weight: math.unit(3000, "lb"),
  1794. name: "Front",
  1795. image: {
  1796. source: "./media/characters/mech/front.svg",
  1797. bottom: 0.025,
  1798. }
  1799. },
  1800. back: {
  1801. height: math.unit(12, "feet"),
  1802. weight: math.unit(3000, "lb"),
  1803. name: "Back",
  1804. image: {
  1805. source: "./media/characters/mech/back.svg",
  1806. bottom: 0.03,
  1807. }
  1808. }
  1809. },
  1810. [
  1811. {
  1812. name: "Normal",
  1813. height: math.unit(12, "feet")
  1814. },
  1815. {
  1816. name: "Macro",
  1817. height: math.unit(300, "feet"),
  1818. default: true
  1819. },
  1820. {
  1821. name: "Macro+",
  1822. height: math.unit(1500, "feet")
  1823. },
  1824. ]
  1825. ))
  1826. characterMakers.push(() => makeCharacter(
  1827. { name: "Gregory" },
  1828. {
  1829. front: {
  1830. height: math.unit(1.3, "meter"),
  1831. weight: math.unit(30, "kg"),
  1832. name: "Front",
  1833. image: {
  1834. source: "./media/characters/gregory/front.svg",
  1835. }
  1836. }
  1837. },
  1838. [
  1839. {
  1840. name: "Normal",
  1841. height: math.unit(1.3, "meter"),
  1842. default: true
  1843. },
  1844. {
  1845. name: "Macro",
  1846. height: math.unit(20, "meter")
  1847. }
  1848. ]
  1849. ))
  1850. characterMakers.push(() => makeCharacter(
  1851. { name: "Elory" },
  1852. {
  1853. front: {
  1854. height: math.unit(2.8, "meter"),
  1855. weight: math.unit(200, "kg"),
  1856. name: "Front",
  1857. image: {
  1858. source: "./media/characters/elory/front.svg",
  1859. }
  1860. }
  1861. },
  1862. [
  1863. {
  1864. name: "Normal",
  1865. height: math.unit(2.8, "meter"),
  1866. default: true
  1867. },
  1868. {
  1869. name: "Macro",
  1870. height: math.unit(38, "meter")
  1871. }
  1872. ]
  1873. ))
  1874. characterMakers.push(() => makeCharacter(
  1875. { name: "Angelpatamon" },
  1876. {
  1877. front: {
  1878. height: math.unit(470, "feet"),
  1879. weight: math.unit(924, "tons"),
  1880. name: "Front",
  1881. image: {
  1882. source: "./media/characters/angelpatamon/front.svg",
  1883. }
  1884. }
  1885. },
  1886. [
  1887. {
  1888. name: "Normal",
  1889. height: math.unit(470, "feet"),
  1890. default: true
  1891. },
  1892. {
  1893. name: "Deity Size I",
  1894. height: math.unit(28651.2, "km")
  1895. },
  1896. {
  1897. name: "Deity Size II",
  1898. height: math.unit(171907.2, "km")
  1899. }
  1900. ]
  1901. ))
  1902. characterMakers.push(() => makeCharacter(
  1903. { name: "Cryae" },
  1904. {
  1905. side: {
  1906. height: math.unit(7.2, "meter"),
  1907. weight: math.unit(8.2, "tons"),
  1908. name: "Side",
  1909. image: {
  1910. source: "./media/characters/cryae/side.svg",
  1911. extra: 3500 / 1500
  1912. }
  1913. }
  1914. },
  1915. [
  1916. {
  1917. name: "Normal",
  1918. height: math.unit(7.2, "meter"),
  1919. default: true
  1920. }
  1921. ]
  1922. ))
  1923. characterMakers.push(() => makeCharacter(
  1924. { name: "Xera" },
  1925. {
  1926. front: {
  1927. height: math.unit(6, "feet"),
  1928. weight: math.unit(175, "lb"),
  1929. name: "Front",
  1930. image: {
  1931. source: "./media/characters/xera/front.svg",
  1932. extra: 2300 / 2061
  1933. }
  1934. },
  1935. side: {
  1936. height: math.unit(6, "feet"),
  1937. weight: math.unit(175, "lb"),
  1938. name: "Side",
  1939. image: {
  1940. source: "./media/characters/xera/side.svg",
  1941. extra: 2300 / 2061
  1942. }
  1943. },
  1944. back: {
  1945. height: math.unit(6, "feet"),
  1946. weight: math.unit(175, "lb"),
  1947. name: "Back",
  1948. image: {
  1949. source: "./media/characters/xera/back.svg"
  1950. }
  1951. },
  1952. },
  1953. [
  1954. {
  1955. name: "Small",
  1956. height: math.unit(10, "feet")
  1957. },
  1958. {
  1959. name: "Macro",
  1960. height: math.unit(500, "meters"),
  1961. default: true
  1962. },
  1963. {
  1964. name: "Macro+",
  1965. height: math.unit(10, "km")
  1966. },
  1967. {
  1968. name: "Gigamacro",
  1969. height: math.unit(25000, "km")
  1970. },
  1971. {
  1972. name: "Teramacro",
  1973. height: math.unit(3e6, "km")
  1974. }
  1975. ]
  1976. ))
  1977. characterMakers.push(() => makeCharacter(
  1978. { name: "Nebula" },
  1979. {
  1980. front: {
  1981. height: math.unit(6, "feet"),
  1982. weight: math.unit(175, "lb"),
  1983. name: "Front",
  1984. image: {
  1985. source: "./media/characters/nebula/front.svg",
  1986. extra: 2600 / 2450
  1987. }
  1988. }
  1989. },
  1990. [
  1991. {
  1992. name: "Small",
  1993. height: math.unit(4.5, "meters")
  1994. },
  1995. {
  1996. name: "Macro",
  1997. height: math.unit(1500, "meters"),
  1998. default: true
  1999. },
  2000. {
  2001. name: "Megamacro",
  2002. height: math.unit(150, "km")
  2003. },
  2004. {
  2005. name: "Gigamacro",
  2006. height: math.unit(27000, "km")
  2007. }
  2008. ]
  2009. ))
  2010. characterMakers.push(() => makeCharacter(
  2011. { name: "Abysgar" },
  2012. {
  2013. front: {
  2014. height: math.unit(6, "feet"),
  2015. weight: math.unit(225, "lb"),
  2016. name: "Front",
  2017. image: {
  2018. source: "./media/characters/abysgar/front.svg"
  2019. }
  2020. }
  2021. },
  2022. [
  2023. {
  2024. name: "Small",
  2025. height: math.unit(4.5, "meters")
  2026. },
  2027. {
  2028. name: "Macro",
  2029. height: math.unit(1250, "meters"),
  2030. default: true
  2031. },
  2032. {
  2033. name: "Megamacro",
  2034. height: math.unit(125, "km")
  2035. },
  2036. {
  2037. name: "Gigamacro",
  2038. height: math.unit(26000, "km")
  2039. }
  2040. ]
  2041. ))
  2042. characterMakers.push(() => makeCharacter(
  2043. { name: "Yakuz" },
  2044. {
  2045. front: {
  2046. height: math.unit(6, "feet"),
  2047. weight: math.unit(180, "lb"),
  2048. name: "Front",
  2049. image: {
  2050. source: "./media/characters/yakuz/front.svg"
  2051. }
  2052. }
  2053. },
  2054. [
  2055. {
  2056. name: "Small",
  2057. height: math.unit(5, "meters")
  2058. },
  2059. {
  2060. name: "Macro",
  2061. height: math.unit(1500, "meters"),
  2062. default: true
  2063. },
  2064. {
  2065. name: "Megamacro",
  2066. height: math.unit(200, "km")
  2067. },
  2068. {
  2069. name: "Gigamacro",
  2070. height: math.unit(100000, "km")
  2071. }
  2072. ]
  2073. ))
  2074. characterMakers.push(() => makeCharacter(
  2075. { name: "Mirova" },
  2076. {
  2077. front: {
  2078. height: math.unit(6, "feet"),
  2079. weight: math.unit(175, "lb"),
  2080. name: "Front",
  2081. image: {
  2082. source: "./media/characters/mirova/front.svg"
  2083. }
  2084. }
  2085. },
  2086. [
  2087. {
  2088. name: "Small",
  2089. height: math.unit(5, "meters")
  2090. },
  2091. {
  2092. name: "Macro",
  2093. height: math.unit(900, "meters"),
  2094. default: true
  2095. },
  2096. {
  2097. name: "Megamacro",
  2098. height: math.unit(135, "km")
  2099. },
  2100. {
  2101. name: "Gigamacro",
  2102. height: math.unit(20000, "km")
  2103. }
  2104. ]
  2105. ))
  2106. characterMakers.push(() => makeCharacter(
  2107. { name: "Asana (Mech)" },
  2108. {
  2109. side: {
  2110. height: math.unit(28.35, "feet"),
  2111. weight: math.unit(99.75, "tons"),
  2112. name: "Side",
  2113. image: {
  2114. source: "./media/characters/asana-mech/side.svg"
  2115. }
  2116. }
  2117. },
  2118. [
  2119. {
  2120. name: "Normal",
  2121. height: math.unit(28.35, "feet"),
  2122. default: true
  2123. },
  2124. {
  2125. name: "Macro",
  2126. height: math.unit(2500, "feet")
  2127. },
  2128. {
  2129. name: "Megamacro",
  2130. height: math.unit(25, "miles")
  2131. },
  2132. {
  2133. name: "Examacro",
  2134. height: math.unit(6e8, "lightyears")
  2135. },
  2136. ]
  2137. ))
  2138. characterMakers.push(() => makeCharacter(
  2139. { name: "Ashtrek" },
  2140. {
  2141. front: {
  2142. height: math.unit(2, "meters"),
  2143. weight: math.unit(70, "kg"),
  2144. name: "Front",
  2145. image: {
  2146. source: "./media/characters/ashtrek/front.svg",
  2147. extra: 560 / 524,
  2148. bottom: 0.01
  2149. }
  2150. },
  2151. frontArmor: {
  2152. height: math.unit(2, "meters"),
  2153. weight: math.unit(76, "kg"),
  2154. name: "Front (Armor)",
  2155. image: {
  2156. source: "./media/characters/ashtrek/front-armor.svg",
  2157. extra: 561 / 527,
  2158. bottom: 0.01
  2159. }
  2160. },
  2161. side: {
  2162. height: math.unit(2, "meters"),
  2163. weight: math.unit(70, "kg"),
  2164. name: "Side",
  2165. image: {
  2166. source: "./media/characters/ashtrek/side.svg",
  2167. extra: 1717 / 1609,
  2168. bottom: 0.005
  2169. }
  2170. },
  2171. back: {
  2172. height: math.unit(2, "meters"),
  2173. weight: math.unit(70, "kg"),
  2174. name: "Back",
  2175. image: {
  2176. source: "./media/characters/ashtrek/back.svg",
  2177. extra: 1570 / 1501
  2178. }
  2179. },
  2180. },
  2181. [
  2182. {
  2183. name: "DEFCON 5",
  2184. height: math.unit(5, "meters")
  2185. },
  2186. {
  2187. name: "DEFCON 4",
  2188. height: math.unit(500, "meters"),
  2189. default: true
  2190. },
  2191. {
  2192. name: "DEFCON 3",
  2193. height: math.unit(5, "km")
  2194. },
  2195. {
  2196. name: "DEFCON 2",
  2197. height: math.unit(500, "km")
  2198. },
  2199. {
  2200. name: "DEFCON 1",
  2201. height: math.unit(500000, "km")
  2202. },
  2203. {
  2204. name: "DEFCON 0",
  2205. height: math.unit(3, "gigaparsecs")
  2206. },
  2207. ]
  2208. ))
  2209. characterMakers.push(() => makeCharacter(
  2210. { name: "Gale" },
  2211. {
  2212. front: {
  2213. height: math.unit(2, "meters"),
  2214. weight: math.unit(76, "kg"),
  2215. name: "Front",
  2216. image: {
  2217. source: "./media/characters/gale/front.svg"
  2218. }
  2219. },
  2220. frontAlt1: {
  2221. height: math.unit(2, "meters"),
  2222. weight: math.unit(76, "kg"),
  2223. name: "Front (Alt 1)",
  2224. image: {
  2225. source: "./media/characters/gale/front-alt-1.svg"
  2226. }
  2227. },
  2228. frontAlt2: {
  2229. height: math.unit(2, "meters"),
  2230. weight: math.unit(76, "kg"),
  2231. name: "Front (Alt 2)",
  2232. image: {
  2233. source: "./media/characters/gale/front-alt-2.svg"
  2234. }
  2235. },
  2236. },
  2237. [
  2238. {
  2239. name: "Normal",
  2240. height: math.unit(7, "feet")
  2241. },
  2242. {
  2243. name: "Macro",
  2244. height: math.unit(150, "feet"),
  2245. default: true
  2246. },
  2247. {
  2248. name: "Macro+",
  2249. height: math.unit(300, "feet")
  2250. },
  2251. ]
  2252. ))
  2253. characterMakers.push(() => makeCharacter(
  2254. { name: "Draylen" },
  2255. {
  2256. front: {
  2257. height: math.unit(2, "meters"),
  2258. weight: math.unit(76, "kg"),
  2259. name: "Front",
  2260. image: {
  2261. source: "./media/characters/draylen/front.svg"
  2262. }
  2263. }
  2264. },
  2265. [
  2266. {
  2267. name: "Macro",
  2268. height: math.unit(150, "feet"),
  2269. default: true
  2270. }
  2271. ]
  2272. ))
  2273. characterMakers.push(() => makeCharacter(
  2274. { name: "Chez" },
  2275. {
  2276. front: {
  2277. height: math.unit(7 + 9 / 12, "feet"),
  2278. weight: math.unit(379, "lbs"),
  2279. name: "Front",
  2280. image: {
  2281. source: "./media/characters/chez/front.svg"
  2282. }
  2283. },
  2284. side: {
  2285. height: math.unit(7 + 9 / 12, "feet"),
  2286. weight: math.unit(379, "lbs"),
  2287. name: "Side",
  2288. image: {
  2289. source: "./media/characters/chez/side.svg"
  2290. }
  2291. }
  2292. },
  2293. [
  2294. {
  2295. name: "Normal",
  2296. height: math.unit(7 + 9 / 12, "feet"),
  2297. default: true
  2298. },
  2299. {
  2300. name: "God King",
  2301. height: math.unit(9750000, "meters")
  2302. }
  2303. ]
  2304. ))
  2305. characterMakers.push(() => makeCharacter(
  2306. { name: "Kaylum" },
  2307. {
  2308. front: {
  2309. height: math.unit(6, "feet"),
  2310. weight: math.unit(275, "lbs"),
  2311. name: "Front",
  2312. image: {
  2313. source: "./media/characters/kaylum/front.svg",
  2314. bottom: 0.01,
  2315. extra: 1166 / 1031
  2316. }
  2317. },
  2318. frontWingless: {
  2319. height: math.unit(6, "feet"),
  2320. weight: math.unit(275, "lbs"),
  2321. name: "Front (Wingless)",
  2322. image: {
  2323. source: "./media/characters/kaylum/front-wingless.svg",
  2324. bottom: 0.01,
  2325. extra: 1117 / 1031
  2326. }
  2327. }
  2328. },
  2329. [
  2330. {
  2331. name: "Normal",
  2332. height: math.unit(3.05, "meters")
  2333. },
  2334. {
  2335. name: "Master",
  2336. height: math.unit(5.5, "meters")
  2337. },
  2338. {
  2339. name: "Rampage",
  2340. height: math.unit(19, "meters")
  2341. },
  2342. {
  2343. name: "Macro Lite",
  2344. height: math.unit(37, "meters")
  2345. },
  2346. {
  2347. name: "Hyper Predator",
  2348. height: math.unit(61, "meters")
  2349. },
  2350. {
  2351. name: "Macro",
  2352. height: math.unit(138, "meters"),
  2353. default: true
  2354. }
  2355. ]
  2356. ))
  2357. characterMakers.push(() => makeCharacter(
  2358. { name: "Geta" },
  2359. {
  2360. front: {
  2361. height: math.unit(6, "feet"),
  2362. weight: math.unit(150, "lbs"),
  2363. name: "Front",
  2364. image: {
  2365. source: "./media/characters/geta/front.svg"
  2366. }
  2367. }
  2368. },
  2369. [
  2370. {
  2371. name: "Micro",
  2372. height: math.unit(3, "inches"),
  2373. default: true
  2374. },
  2375. {
  2376. name: "Normal",
  2377. height: math.unit(5 + 5 / 12, "feet")
  2378. }
  2379. ]
  2380. ))
  2381. characterMakers.push(() => makeCharacter(
  2382. { name: "Tyrnn" },
  2383. {
  2384. front: {
  2385. height: math.unit(6, "feet"),
  2386. weight: math.unit(300, "lbs"),
  2387. name: "Front",
  2388. image: {
  2389. source: "./media/characters/tyrnn/front.svg"
  2390. }
  2391. }
  2392. },
  2393. [
  2394. {
  2395. name: "Main Height",
  2396. height: math.unit(355, "feet"),
  2397. default: true
  2398. },
  2399. {
  2400. name: "Fave. Height",
  2401. height: math.unit(2400, "feet")
  2402. }
  2403. ]
  2404. ))
  2405. characterMakers.push(() => makeCharacter(
  2406. { name: "Apple" },
  2407. {
  2408. front: {
  2409. height: math.unit(6, "feet"),
  2410. weight: math.unit(300, "lbs"),
  2411. name: "Front",
  2412. image: {
  2413. source: "./media/characters/appledectomy/front.svg"
  2414. }
  2415. }
  2416. },
  2417. [
  2418. {
  2419. name: "Macro",
  2420. height: math.unit(2500, "feet")
  2421. },
  2422. {
  2423. name: "Megamacro",
  2424. height: math.unit(50, "miles"),
  2425. default: true
  2426. },
  2427. {
  2428. name: "Gigamacro",
  2429. height: math.unit(5000, "miles")
  2430. },
  2431. {
  2432. name: "Teramacro",
  2433. height: math.unit(250000, "miles")
  2434. },
  2435. ]
  2436. ))
  2437. characterMakers.push(() => makeCharacter(
  2438. { name: "Vulpes" },
  2439. {
  2440. front: {
  2441. height: math.unit(6, "feet"),
  2442. weight: math.unit(200, "lbs"),
  2443. name: "Front",
  2444. image: {
  2445. source: "./media/characters/vulpes/front.svg",
  2446. extra: 573 / 543,
  2447. bottom: 0.033
  2448. }
  2449. },
  2450. side: {
  2451. height: math.unit(6, "feet"),
  2452. weight: math.unit(200, "lbs"),
  2453. name: "Side",
  2454. image: {
  2455. source: "./media/characters/vulpes/side.svg",
  2456. extra: 573 / 543,
  2457. bottom: 0.01
  2458. }
  2459. },
  2460. back: {
  2461. height: math.unit(6, "feet"),
  2462. weight: math.unit(200, "lbs"),
  2463. name: "Back",
  2464. image: {
  2465. source: "./media/characters/vulpes/back.svg",
  2466. extra: 573 / 543,
  2467. }
  2468. },
  2469. feet: {
  2470. height: math.unit(1.276, "feet"),
  2471. name: "Feet",
  2472. image: {
  2473. source: "./media/characters/vulpes/feet.svg"
  2474. }
  2475. },
  2476. maw: {
  2477. height: math.unit(1.18, "feet"),
  2478. name: "Maw",
  2479. image: {
  2480. source: "./media/characters/vulpes/maw.svg"
  2481. }
  2482. },
  2483. },
  2484. [
  2485. {
  2486. name: "Micro",
  2487. height: math.unit(2, "inches")
  2488. },
  2489. {
  2490. name: "Normal",
  2491. height: math.unit(6.3, "feet")
  2492. },
  2493. {
  2494. name: "Macro",
  2495. height: math.unit(850, "feet")
  2496. },
  2497. {
  2498. name: "Megamacro",
  2499. height: math.unit(7500, "feet"),
  2500. default: true
  2501. },
  2502. {
  2503. name: "Gigamacro",
  2504. height: math.unit(570000, "miles")
  2505. }
  2506. ]
  2507. ))
  2508. characterMakers.push(() => makeCharacter(
  2509. { name: "Rain Fallen" },
  2510. {
  2511. front: {
  2512. height: math.unit(6, "feet"),
  2513. weight: math.unit(210, "lbs"),
  2514. name: "Front",
  2515. image: {
  2516. source: "./media/characters/rain-fallen/front.svg"
  2517. }
  2518. },
  2519. side: {
  2520. height: math.unit(6, "feet"),
  2521. weight: math.unit(210, "lbs"),
  2522. name: "Side",
  2523. image: {
  2524. source: "./media/characters/rain-fallen/side.svg"
  2525. }
  2526. },
  2527. back: {
  2528. height: math.unit(6, "feet"),
  2529. weight: math.unit(210, "lbs"),
  2530. name: "Back",
  2531. image: {
  2532. source: "./media/characters/rain-fallen/back.svg"
  2533. }
  2534. },
  2535. feral: {
  2536. height: math.unit(9, "feet"),
  2537. weight: math.unit(700, "lbs"),
  2538. name: "Feral",
  2539. image: {
  2540. source: "./media/characters/rain-fallen/feral.svg"
  2541. }
  2542. },
  2543. },
  2544. [
  2545. {
  2546. name: "Normal",
  2547. height: math.unit(5, "meter")
  2548. },
  2549. {
  2550. name: "Macro",
  2551. height: math.unit(150, "meter"),
  2552. default: true
  2553. },
  2554. {
  2555. name: "Megamacro",
  2556. height: math.unit(278e6, "meter")
  2557. },
  2558. {
  2559. name: "Gigamacro",
  2560. height: math.unit(2e9, "meter")
  2561. },
  2562. {
  2563. name: "Teramacro",
  2564. height: math.unit(8e12, "meter")
  2565. },
  2566. {
  2567. name: "Devourer",
  2568. height: math.unit(14, "zettameters")
  2569. },
  2570. {
  2571. name: "Scarlet King",
  2572. height: math.unit(18, "yottameters")
  2573. },
  2574. {
  2575. name: "Void",
  2576. height: math.unit(6.66e66, "yottameters")
  2577. }
  2578. ]
  2579. ))
  2580. characterMakers.push(() => makeCharacter(
  2581. { name: "Zaakira" },
  2582. {
  2583. standing: {
  2584. height: math.unit(6, "feet"),
  2585. weight: math.unit(180, "lbs"),
  2586. name: "Standing",
  2587. image: {
  2588. source: "./media/characters/zaakira/standing.svg"
  2589. }
  2590. },
  2591. laying: {
  2592. height: math.unit(3, "feet"),
  2593. weight: math.unit(180, "lbs"),
  2594. name: "Laying",
  2595. image: {
  2596. source: "./media/characters/zaakira/laying.svg"
  2597. }
  2598. },
  2599. },
  2600. [
  2601. {
  2602. name: "Normal",
  2603. height: math.unit(12, "feet")
  2604. },
  2605. {
  2606. name: "Macro",
  2607. height: math.unit(279, "feet"),
  2608. default: true
  2609. }
  2610. ]
  2611. ))
  2612. characterMakers.push(() => makeCharacter(
  2613. { name: "Sigvald" },
  2614. {
  2615. front: {
  2616. height: math.unit(6, "feet"),
  2617. weight: math.unit(250, "lbs"),
  2618. name: "Front",
  2619. image: {
  2620. source: "./media/characters/sigvald/front.svg",
  2621. extra: 1000 / 850
  2622. }
  2623. },
  2624. back: {
  2625. height: math.unit(6, "feet"),
  2626. weight: math.unit(250, "lbs"),
  2627. name: "Back",
  2628. image: {
  2629. source: "./media/characters/sigvald/back.svg"
  2630. }
  2631. },
  2632. },
  2633. [
  2634. {
  2635. name: "Normal",
  2636. height: math.unit(8, "feet")
  2637. },
  2638. {
  2639. name: "Large",
  2640. height: math.unit(12, "feet")
  2641. },
  2642. {
  2643. name: "Larger",
  2644. height: math.unit(20, "feet")
  2645. },
  2646. {
  2647. name: "Macro",
  2648. height: math.unit(150, "feet")
  2649. },
  2650. {
  2651. name: "Macro+",
  2652. height: math.unit(200, "feet"),
  2653. default: true
  2654. },
  2655. ]
  2656. ))
  2657. characterMakers.push(() => makeCharacter(
  2658. { name: "Scott" },
  2659. {
  2660. side: {
  2661. height: math.unit(12, "feet"),
  2662. weight: math.unit(3000, "lbs"),
  2663. name: "Side",
  2664. image: {
  2665. source: "./media/characters/scott/side.svg",
  2666. extra: 1,
  2667. bottom: 0.069
  2668. }
  2669. },
  2670. upright: {
  2671. height: math.unit(12, "feet"),
  2672. weight: math.unit(3000, "lbs"),
  2673. name: "Upright",
  2674. image: {
  2675. source: "./media/characters/scott/upright.svg",
  2676. extra: 1,
  2677. bottom: 0.05
  2678. }
  2679. },
  2680. },
  2681. [
  2682. {
  2683. name: "Normal",
  2684. height: math.unit(12, "feet"),
  2685. default: true
  2686. },
  2687. ]
  2688. ))
  2689. characterMakers.push(() => makeCharacter(
  2690. { name: "Tobias" },
  2691. {
  2692. side: {
  2693. height: math.unit(8, "meters"),
  2694. weight: math.unit(84755, "lbs"),
  2695. name: "Side",
  2696. image: {
  2697. source: "./media/characters/tobias/side.svg",
  2698. extra: 1474 / 1096,
  2699. bottom: 38.9 / 1513.1235
  2700. }
  2701. },
  2702. },
  2703. [
  2704. {
  2705. name: "Normal",
  2706. height: math.unit(8, "meters"),
  2707. default: true
  2708. },
  2709. ]
  2710. ))
  2711. characterMakers.push(() => makeCharacter(
  2712. { name: "Kieran" },
  2713. {
  2714. front: {
  2715. height: math.unit(5.5, "feet"),
  2716. weight: math.unit(400, "lbs"),
  2717. name: "Front",
  2718. image: {
  2719. source: "./media/characters/kieran/front.svg",
  2720. extra: 2694/2364,
  2721. bottom: 217/2908
  2722. }
  2723. },
  2724. side: {
  2725. height: math.unit(5.5, "feet"),
  2726. weight: math.unit(400, "lbs"),
  2727. name: "Side",
  2728. image: {
  2729. source: "./media/characters/kieran/side.svg",
  2730. extra: 875/777,
  2731. bottom: 84.6/959
  2732. }
  2733. },
  2734. },
  2735. [
  2736. {
  2737. name: "Normal",
  2738. height: math.unit(5.5, "feet"),
  2739. default: true
  2740. },
  2741. ]
  2742. ))
  2743. characterMakers.push(() => makeCharacter(
  2744. { name: "Sanya" },
  2745. {
  2746. side: {
  2747. height: math.unit(2, "meters"),
  2748. weight: math.unit(70, "kg"),
  2749. name: "Side",
  2750. image: {
  2751. source: "./media/characters/sanya/side.svg",
  2752. bottom: 0.02,
  2753. extra: 1.02
  2754. }
  2755. },
  2756. },
  2757. [
  2758. {
  2759. name: "Small",
  2760. height: math.unit(2, "meters")
  2761. },
  2762. {
  2763. name: "Normal",
  2764. height: math.unit(3, "meters")
  2765. },
  2766. {
  2767. name: "Macro",
  2768. height: math.unit(16, "meters"),
  2769. default: true
  2770. },
  2771. ]
  2772. ))
  2773. characterMakers.push(() => makeCharacter(
  2774. { name: "Miranda" },
  2775. {
  2776. side: {
  2777. height: math.unit(2, "meters"),
  2778. weight: math.unit(120, "kg"),
  2779. name: "Front",
  2780. image: {
  2781. source: "./media/characters/miranda/front.svg",
  2782. extra: 10.6 / 10
  2783. }
  2784. },
  2785. },
  2786. [
  2787. {
  2788. name: "Normal",
  2789. height: math.unit(10, "feet"),
  2790. default: true
  2791. }
  2792. ]
  2793. ))
  2794. characterMakers.push(() => makeCharacter(
  2795. { name: "James" },
  2796. {
  2797. side: {
  2798. height: math.unit(2, "meters"),
  2799. weight: math.unit(100, "kg"),
  2800. name: "Front",
  2801. image: {
  2802. source: "./media/characters/james/front.svg",
  2803. extra: 10 / 8.5
  2804. }
  2805. },
  2806. },
  2807. [
  2808. {
  2809. name: "Normal",
  2810. height: math.unit(8.5, "feet"),
  2811. default: true
  2812. }
  2813. ]
  2814. ))
  2815. characterMakers.push(() => makeCharacter(
  2816. { name: "Heather" },
  2817. {
  2818. side: {
  2819. height: math.unit(9.5, "feet"),
  2820. weight: math.unit(2500, "lbs"),
  2821. name: "Side",
  2822. image: {
  2823. source: "./media/characters/heather/side.svg"
  2824. }
  2825. },
  2826. },
  2827. [
  2828. {
  2829. name: "Normal",
  2830. height: math.unit(9.5, "feet"),
  2831. default: true
  2832. }
  2833. ]
  2834. ))
  2835. characterMakers.push(() => makeCharacter(
  2836. { name: "Lukas" },
  2837. {
  2838. side: {
  2839. height: math.unit(6.5, "feet"),
  2840. weight: math.unit(400, "lbs"),
  2841. name: "Side",
  2842. image: {
  2843. source: "./media/characters/lukas/side.svg",
  2844. extra: 7.25 / 6.5
  2845. }
  2846. },
  2847. },
  2848. [
  2849. {
  2850. name: "Normal",
  2851. height: math.unit(6.5, "feet"),
  2852. default: true
  2853. }
  2854. ]
  2855. ))
  2856. characterMakers.push(() => makeCharacter(
  2857. { name: "Louise" },
  2858. {
  2859. side: {
  2860. height: math.unit(5, "feet"),
  2861. weight: math.unit(3000, "lbs"),
  2862. name: "Side",
  2863. image: {
  2864. source: "./media/characters/louise/side.svg"
  2865. }
  2866. },
  2867. },
  2868. [
  2869. {
  2870. name: "Normal",
  2871. height: math.unit(5, "feet"),
  2872. default: true
  2873. }
  2874. ]
  2875. ))
  2876. characterMakers.push(() => makeCharacter(
  2877. { name: "Ramona" },
  2878. {
  2879. side: {
  2880. height: math.unit(6, "feet"),
  2881. weight: math.unit(150, "lbs"),
  2882. name: "Side",
  2883. image: {
  2884. source: "./media/characters/ramona/side.svg"
  2885. }
  2886. },
  2887. },
  2888. [
  2889. {
  2890. name: "Normal",
  2891. height: math.unit(5.3, "meters"),
  2892. default: true
  2893. },
  2894. {
  2895. name: "Macro",
  2896. height: math.unit(20, "stories")
  2897. },
  2898. {
  2899. name: "Macro+",
  2900. height: math.unit(50, "stories")
  2901. },
  2902. ]
  2903. ))
  2904. characterMakers.push(() => makeCharacter(
  2905. { name: "Deerpuff" },
  2906. {
  2907. standing: {
  2908. height: math.unit(5.75, "feet"),
  2909. weight: math.unit(160, "lbs"),
  2910. name: "Standing",
  2911. image: {
  2912. source: "./media/characters/deerpuff/standing.svg",
  2913. extra: 682 / 624
  2914. }
  2915. },
  2916. sitting: {
  2917. height: math.unit(5.75 / 1.79, "feet"),
  2918. weight: math.unit(160, "lbs"),
  2919. name: "Sitting",
  2920. image: {
  2921. source: "./media/characters/deerpuff/sitting.svg",
  2922. bottom: 44 / 400,
  2923. extra: 1
  2924. }
  2925. },
  2926. taurLaying: {
  2927. height: math.unit(6, "feet"),
  2928. weight: math.unit(400, "lbs"),
  2929. name: "Taur (Laying)",
  2930. image: {
  2931. source: "./media/characters/deerpuff/taur-laying.svg"
  2932. }
  2933. },
  2934. },
  2935. [
  2936. {
  2937. name: "Puffball",
  2938. height: math.unit(6, "inches")
  2939. },
  2940. {
  2941. name: "Normalpuff",
  2942. height: math.unit(5.75, "feet")
  2943. },
  2944. {
  2945. name: "Macropuff",
  2946. height: math.unit(1500, "feet"),
  2947. default: true
  2948. },
  2949. {
  2950. name: "Megapuff",
  2951. height: math.unit(500, "miles")
  2952. },
  2953. {
  2954. name: "Gigapuff",
  2955. height: math.unit(250000, "miles")
  2956. },
  2957. {
  2958. name: "Omegapuff",
  2959. height: math.unit(1000, "lightyears")
  2960. },
  2961. ]
  2962. ))
  2963. characterMakers.push(() => makeCharacter(
  2964. { name: "Vivian" },
  2965. {
  2966. stomping: {
  2967. height: math.unit(6, "feet"),
  2968. weight: math.unit(170, "lbs"),
  2969. name: "Stomping",
  2970. image: {
  2971. source: "./media/characters/vivian/stomping.svg"
  2972. }
  2973. },
  2974. sitting: {
  2975. height: math.unit(6 / 1.75, "feet"),
  2976. weight: math.unit(170, "lbs"),
  2977. name: "Sitting",
  2978. image: {
  2979. source: "./media/characters/vivian/sitting.svg",
  2980. bottom: 1 / 6.4,
  2981. extra: 1,
  2982. }
  2983. },
  2984. },
  2985. [
  2986. {
  2987. name: "Normal",
  2988. height: math.unit(7, "feet"),
  2989. default: true
  2990. },
  2991. {
  2992. name: "Macro",
  2993. height: math.unit(10, "stories")
  2994. },
  2995. {
  2996. name: "Macro+",
  2997. height: math.unit(30, "stories")
  2998. },
  2999. {
  3000. name: "Megamacro",
  3001. height: math.unit(10, "miles")
  3002. },
  3003. {
  3004. name: "Megamacro+",
  3005. height: math.unit(2750000, "meters")
  3006. },
  3007. ]
  3008. ))
  3009. characterMakers.push(() => makeCharacter(
  3010. { name: "Prince" },
  3011. {
  3012. front: {
  3013. height: math.unit(6, "feet"),
  3014. weight: math.unit(160, "lbs"),
  3015. name: "Front",
  3016. image: {
  3017. source: "./media/characters/prince/front.svg",
  3018. extra: 3400 / 3000
  3019. }
  3020. },
  3021. jumping: {
  3022. height: math.unit(6, "feet"),
  3023. weight: math.unit(160, "lbs"),
  3024. name: "Jumping",
  3025. image: {
  3026. source: "./media/characters/prince/jump.svg",
  3027. extra: 2555 / 2134
  3028. }
  3029. },
  3030. },
  3031. [
  3032. {
  3033. name: "Normal",
  3034. height: math.unit(7.75, "feet"),
  3035. default: true
  3036. },
  3037. {
  3038. name: "Not cute",
  3039. height: math.unit(17, "feet")
  3040. },
  3041. {
  3042. name: "I said NOT",
  3043. height: math.unit(91, "feet")
  3044. },
  3045. {
  3046. name: "Please stop",
  3047. height: math.unit(560, "feet")
  3048. },
  3049. {
  3050. name: "What have you done",
  3051. height: math.unit(2200, "feet")
  3052. },
  3053. {
  3054. name: "Deer God",
  3055. height: math.unit(3.6, "miles")
  3056. },
  3057. ]
  3058. ))
  3059. characterMakers.push(() => makeCharacter(
  3060. { name: "Psymon" },
  3061. {
  3062. standing: {
  3063. height: math.unit(6, "feet"),
  3064. weight: math.unit(300, "lbs"),
  3065. name: "Standing",
  3066. image: {
  3067. source: "./media/characters/psymon/standing.svg",
  3068. extra: 1888 / 1810,
  3069. bottom: 0.05
  3070. }
  3071. },
  3072. slithering: {
  3073. height: math.unit(6, "feet"),
  3074. weight: math.unit(300, "lbs"),
  3075. name: "Slithering",
  3076. image: {
  3077. source: "./media/characters/psymon/slithering.svg",
  3078. extra: 1330 / 1224
  3079. }
  3080. },
  3081. slitheringAlt: {
  3082. height: math.unit(6, "feet"),
  3083. weight: math.unit(300, "lbs"),
  3084. name: "Slithering (Alt)",
  3085. image: {
  3086. source: "./media/characters/psymon/slithering-alt.svg",
  3087. extra: 1330 / 1224
  3088. }
  3089. },
  3090. },
  3091. [
  3092. {
  3093. name: "Normal",
  3094. height: math.unit(11.25, "feet"),
  3095. default: true
  3096. },
  3097. {
  3098. name: "Large",
  3099. height: math.unit(27, "feet")
  3100. },
  3101. {
  3102. name: "Giant",
  3103. height: math.unit(87, "feet")
  3104. },
  3105. {
  3106. name: "Macro",
  3107. height: math.unit(365, "feet")
  3108. },
  3109. {
  3110. name: "Megamacro",
  3111. height: math.unit(3, "miles")
  3112. },
  3113. {
  3114. name: "World Serpent",
  3115. height: math.unit(8000, "miles")
  3116. },
  3117. ]
  3118. ))
  3119. characterMakers.push(() => makeCharacter(
  3120. { name: "Daimos" },
  3121. {
  3122. front: {
  3123. height: math.unit(6, "feet"),
  3124. weight: math.unit(180, "lbs"),
  3125. name: "Front",
  3126. image: {
  3127. source: "./media/characters/daimos/front.svg",
  3128. extra: 4160 / 3897,
  3129. bottom: 0.021
  3130. }
  3131. }
  3132. },
  3133. [
  3134. {
  3135. name: "Normal",
  3136. height: math.unit(8, "feet"),
  3137. default: true
  3138. },
  3139. {
  3140. name: "Big Dog",
  3141. height: math.unit(22, "feet")
  3142. },
  3143. {
  3144. name: "Macro",
  3145. height: math.unit(127, "feet")
  3146. },
  3147. {
  3148. name: "Megamacro",
  3149. height: math.unit(3600, "feet")
  3150. },
  3151. ]
  3152. ))
  3153. characterMakers.push(() => makeCharacter(
  3154. { name: "Blake" },
  3155. {
  3156. side: {
  3157. height: math.unit(6, "feet"),
  3158. weight: math.unit(180, "lbs"),
  3159. name: "Side",
  3160. image: {
  3161. source: "./media/characters/blake/side.svg",
  3162. extra: 1212 / 1120,
  3163. bottom: 0.05
  3164. }
  3165. },
  3166. crouched: {
  3167. height: math.unit(6 * 0.57, "feet"),
  3168. weight: math.unit(180, "lbs"),
  3169. name: "Crouched",
  3170. image: {
  3171. source: "./media/characters/blake/crouched.svg",
  3172. extra: 840 / 587,
  3173. bottom: 0.04
  3174. }
  3175. },
  3176. bent: {
  3177. height: math.unit(6 * 0.75, "feet"),
  3178. weight: math.unit(180, "lbs"),
  3179. name: "Bent",
  3180. image: {
  3181. source: "./media/characters/blake/bent.svg",
  3182. extra: 592 / 544,
  3183. bottom: 0.035
  3184. }
  3185. },
  3186. },
  3187. [
  3188. {
  3189. name: "Normal",
  3190. height: math.unit(8 + 1 / 6, "feet"),
  3191. default: true
  3192. },
  3193. {
  3194. name: "Big Backside",
  3195. height: math.unit(37, "feet")
  3196. },
  3197. {
  3198. name: "Subway Shredder",
  3199. height: math.unit(72, "feet")
  3200. },
  3201. {
  3202. name: "City Carver",
  3203. height: math.unit(1675, "feet")
  3204. },
  3205. {
  3206. name: "Tectonic Tweaker",
  3207. height: math.unit(2300, "miles")
  3208. },
  3209. ]
  3210. ))
  3211. characterMakers.push(() => makeCharacter(
  3212. { name: "Guisetto" },
  3213. {
  3214. front: {
  3215. height: math.unit(6, "feet"),
  3216. weight: math.unit(180, "lbs"),
  3217. name: "Front",
  3218. image: {
  3219. source: "./media/characters/guisetto/front.svg",
  3220. extra: 856 / 817,
  3221. bottom: 0.06
  3222. }
  3223. },
  3224. airborne: {
  3225. height: math.unit(6, "feet"),
  3226. weight: math.unit(180, "lbs"),
  3227. name: "Airborne",
  3228. image: {
  3229. source: "./media/characters/guisetto/airborne.svg",
  3230. extra: 584 / 525
  3231. }
  3232. },
  3233. },
  3234. [
  3235. {
  3236. name: "Normal",
  3237. height: math.unit(10 + 11 / 12, "feet"),
  3238. default: true
  3239. },
  3240. {
  3241. name: "Large",
  3242. height: math.unit(35, "feet")
  3243. },
  3244. {
  3245. name: "Macro",
  3246. height: math.unit(475, "feet")
  3247. },
  3248. ]
  3249. ))
  3250. characterMakers.push(() => makeCharacter(
  3251. { name: "Luxor" },
  3252. {
  3253. front: {
  3254. height: math.unit(6, "feet"),
  3255. weight: math.unit(180, "lbs"),
  3256. name: "Front",
  3257. image: {
  3258. source: "./media/characters/luxor/front.svg",
  3259. extra: 2940 / 2152
  3260. }
  3261. },
  3262. back: {
  3263. height: math.unit(6, "feet"),
  3264. weight: math.unit(180, "lbs"),
  3265. name: "Back",
  3266. image: {
  3267. source: "./media/characters/luxor/back.svg",
  3268. extra: 1083 / 960
  3269. }
  3270. },
  3271. },
  3272. [
  3273. {
  3274. name: "Normal",
  3275. height: math.unit(5 + 5 / 6, "feet"),
  3276. default: true
  3277. },
  3278. {
  3279. name: "Lamp",
  3280. height: math.unit(50, "feet")
  3281. },
  3282. {
  3283. name: "Lämp",
  3284. height: math.unit(300, "feet")
  3285. },
  3286. {
  3287. name: "The sun is a lamp",
  3288. height: math.unit(250000, "miles")
  3289. },
  3290. ]
  3291. ))
  3292. characterMakers.push(() => makeCharacter(
  3293. { name: "Huoyan" },
  3294. {
  3295. front: {
  3296. height: math.unit(6, "feet"),
  3297. weight: math.unit(50, "lbs"),
  3298. name: "Front",
  3299. image: {
  3300. source: "./media/characters/huoyan/front.svg"
  3301. }
  3302. },
  3303. side: {
  3304. height: math.unit(6, "feet"),
  3305. weight: math.unit(180, "lbs"),
  3306. name: "Side",
  3307. image: {
  3308. source: "./media/characters/huoyan/side.svg"
  3309. }
  3310. },
  3311. },
  3312. [
  3313. {
  3314. name: "Chef",
  3315. height: math.unit(9, "feet")
  3316. },
  3317. {
  3318. name: "Normal",
  3319. height: math.unit(65, "feet"),
  3320. default: true
  3321. },
  3322. {
  3323. name: "Macro",
  3324. height: math.unit(780, "feet")
  3325. },
  3326. {
  3327. name: "Flaming Mountain",
  3328. height: math.unit(4.8, "miles")
  3329. },
  3330. {
  3331. name: "Celestial",
  3332. height: math.unit(765000, "miles")
  3333. },
  3334. ]
  3335. ))
  3336. characterMakers.push(() => makeCharacter(
  3337. { name: "Tails" },
  3338. {
  3339. front: {
  3340. height: math.unit(5 + 3 / 4, "feet"),
  3341. weight: math.unit(120, "lbs"),
  3342. name: "Front",
  3343. image: {
  3344. source: "./media/characters/tails/front.svg"
  3345. }
  3346. }
  3347. },
  3348. [
  3349. {
  3350. name: "Normal",
  3351. height: math.unit(5 + 3 / 4, "feet"),
  3352. default: true
  3353. }
  3354. ]
  3355. ))
  3356. characterMakers.push(() => makeCharacter(
  3357. { name: "Rainy" },
  3358. {
  3359. front: {
  3360. height: math.unit(4, "feet"),
  3361. weight: math.unit(50, "lbs"),
  3362. name: "Front",
  3363. image: {
  3364. source: "./media/characters/rainy/front.svg"
  3365. }
  3366. }
  3367. },
  3368. [
  3369. {
  3370. name: "Macro",
  3371. height: math.unit(800, "feet"),
  3372. default: true
  3373. }
  3374. ]
  3375. ))
  3376. characterMakers.push(() => makeCharacter(
  3377. { name: "Rainier" },
  3378. {
  3379. front: {
  3380. height: math.unit(6, "feet"),
  3381. weight: math.unit(150, "lbs"),
  3382. name: "Front",
  3383. image: {
  3384. source: "./media/characters/rainier/front.svg"
  3385. }
  3386. }
  3387. },
  3388. [
  3389. {
  3390. name: "Micro",
  3391. height: math.unit(2, "mm"),
  3392. default: true
  3393. }
  3394. ]
  3395. ))
  3396. characterMakers.push(() => makeCharacter(
  3397. { name: "Andy" },
  3398. {
  3399. front: {
  3400. height: math.unit(6, "feet"),
  3401. weight: math.unit(180, "lbs"),
  3402. name: "Front",
  3403. image: {
  3404. source: "./media/characters/andy/front.svg"
  3405. }
  3406. }
  3407. },
  3408. [
  3409. {
  3410. name: "Normal",
  3411. height: math.unit(8, "feet"),
  3412. default: true
  3413. },
  3414. {
  3415. name: "Macro",
  3416. height: math.unit(1000, "feet")
  3417. },
  3418. {
  3419. name: "Megamacro",
  3420. height: math.unit(5, "miles")
  3421. },
  3422. {
  3423. name: "Gigamacro",
  3424. height: math.unit(5000, "miles")
  3425. },
  3426. ]
  3427. ))
  3428. characterMakers.push(() => makeCharacter(
  3429. { name: "Cimmaron" },
  3430. {
  3431. frontClothed: {
  3432. height: math.unit(6, "feet"),
  3433. weight: math.unit(210, "lbs"),
  3434. name: "Front (Clothed)",
  3435. image: {
  3436. source: "./media/characters/cimmaron/front-clothed.svg",
  3437. extra: 701 / 676,
  3438. bottom: 0.046
  3439. }
  3440. },
  3441. backClothed: {
  3442. height: math.unit(6, "feet"),
  3443. weight: math.unit(210, "lbs"),
  3444. name: "Back (Clothed)",
  3445. image: {
  3446. source: "./media/characters/cimmaron/back-clothed.svg",
  3447. extra: 701 / 676,
  3448. bottom: 0.046
  3449. }
  3450. },
  3451. frontNude: {
  3452. height: math.unit(6, "feet"),
  3453. weight: math.unit(210, "lbs"),
  3454. name: "Front (Nude)",
  3455. image: {
  3456. source: "./media/characters/cimmaron/front-nude.svg",
  3457. extra: 701 / 676,
  3458. bottom: 0.046
  3459. }
  3460. },
  3461. backNude: {
  3462. height: math.unit(6, "feet"),
  3463. weight: math.unit(210, "lbs"),
  3464. name: "Back (Nude)",
  3465. image: {
  3466. source: "./media/characters/cimmaron/back-nude.svg",
  3467. extra: 701 / 676,
  3468. bottom: 0.046
  3469. }
  3470. }
  3471. },
  3472. [
  3473. {
  3474. name: "Normal",
  3475. height: math.unit(6, "feet"),
  3476. default: true
  3477. },
  3478. {
  3479. name: "Macro Mayor",
  3480. height: math.unit(350, "meters")
  3481. },
  3482. ]
  3483. ))
  3484. characterMakers.push(() => makeCharacter(
  3485. { name: "Akari Kaen" },
  3486. {
  3487. front: {
  3488. height: math.unit(6, "feet"),
  3489. weight: math.unit(200, "lbs"),
  3490. name: "Front",
  3491. image: {
  3492. source: "./media/characters/akari/front.svg",
  3493. extra: 962 / 901,
  3494. bottom: 0.04
  3495. }
  3496. }
  3497. },
  3498. [
  3499. {
  3500. name: "Micro",
  3501. height: math.unit(5, "inches"),
  3502. default: true
  3503. },
  3504. {
  3505. name: "Normal",
  3506. height: math.unit(7, "feet")
  3507. },
  3508. ]
  3509. ))
  3510. characterMakers.push(() => makeCharacter(
  3511. { name: "Cynosura" },
  3512. {
  3513. front: {
  3514. height: math.unit(6, "feet"),
  3515. weight: math.unit(140, "lbs"),
  3516. name: "Front",
  3517. image: {
  3518. source: "./media/characters/cynosura/front.svg",
  3519. extra: 896 / 847
  3520. }
  3521. },
  3522. back: {
  3523. height: math.unit(6, "feet"),
  3524. weight: math.unit(140, "lbs"),
  3525. name: "Back",
  3526. image: {
  3527. source: "./media/characters/cynosura/back.svg",
  3528. extra: 1365 / 1250
  3529. }
  3530. },
  3531. },
  3532. [
  3533. {
  3534. name: "Micro",
  3535. height: math.unit(4, "inches")
  3536. },
  3537. {
  3538. name: "Normal",
  3539. height: math.unit(5.75, "feet"),
  3540. default: true
  3541. },
  3542. {
  3543. name: "Tall",
  3544. height: math.unit(10, "feet")
  3545. },
  3546. {
  3547. name: "Big",
  3548. height: math.unit(20, "feet")
  3549. },
  3550. {
  3551. name: "Macro",
  3552. height: math.unit(50, "feet")
  3553. },
  3554. ]
  3555. ))
  3556. characterMakers.push(() => makeCharacter(
  3557. { name: "Gin" },
  3558. {
  3559. front: {
  3560. height: math.unit(6, "feet"),
  3561. weight: math.unit(170, "lbs"),
  3562. name: "Front",
  3563. image: {
  3564. source: "./media/characters/gin/front.svg",
  3565. extra: 1.053,
  3566. bottom: 0.025
  3567. }
  3568. },
  3569. foot: {
  3570. height: math.unit(6 / 4.25, "feet"),
  3571. name: "Foot",
  3572. image: {
  3573. source: "./media/characters/gin/foot.svg"
  3574. }
  3575. },
  3576. sole: {
  3577. height: math.unit(6 / 4.40, "feet"),
  3578. name: "Sole",
  3579. image: {
  3580. source: "./media/characters/gin/sole.svg"
  3581. }
  3582. },
  3583. },
  3584. [
  3585. {
  3586. name: "Normal",
  3587. height: math.unit(9 + 4 / 12, "feet")
  3588. },
  3589. {
  3590. name: "Macro",
  3591. height: math.unit(1500, "feet")
  3592. },
  3593. {
  3594. name: "Megamacro",
  3595. height: math.unit(200, "miles"),
  3596. default: true
  3597. },
  3598. {
  3599. name: "Gigamacro",
  3600. height: math.unit(500, "megameters")
  3601. },
  3602. {
  3603. name: "Teramacro",
  3604. height: math.unit(15, "lightyears")
  3605. }
  3606. ]
  3607. ))
  3608. characterMakers.push(() => makeCharacter(
  3609. { name: "Guy" },
  3610. {
  3611. front: {
  3612. height: math.unit(6 + 1 / 6, "feet"),
  3613. weight: math.unit(178, "lbs"),
  3614. name: "Front",
  3615. image: {
  3616. source: "./media/characters/guy/front.svg"
  3617. }
  3618. }
  3619. },
  3620. [
  3621. {
  3622. name: "Normal",
  3623. height: math.unit(6 + 1 / 6, "feet"),
  3624. default: true
  3625. },
  3626. {
  3627. name: "Large",
  3628. height: math.unit(25 + 7 / 12, "feet")
  3629. },
  3630. {
  3631. name: "Macro",
  3632. height: math.unit(60 + 9 / 12, "feet")
  3633. },
  3634. {
  3635. name: "Macro+",
  3636. height: math.unit(246, "feet")
  3637. },
  3638. {
  3639. name: "Macro++",
  3640. height: math.unit(878, "feet")
  3641. }
  3642. ]
  3643. ))
  3644. characterMakers.push(() => makeCharacter(
  3645. { name: "Tiberius" },
  3646. {
  3647. front: {
  3648. height: math.unit(9, "feet"),
  3649. weight: math.unit(800, "lbs"),
  3650. name: "Front",
  3651. image: {
  3652. source: "./media/characters/tiberius/front.svg",
  3653. extra: 2295 / 2071
  3654. }
  3655. },
  3656. back: {
  3657. height: math.unit(9, "feet"),
  3658. weight: math.unit(800, "lbs"),
  3659. name: "Back",
  3660. image: {
  3661. source: "./media/characters/tiberius/back.svg",
  3662. extra: 2373 / 2160
  3663. }
  3664. },
  3665. },
  3666. [
  3667. {
  3668. name: "Normal",
  3669. height: math.unit(9, "feet"),
  3670. default: true
  3671. }
  3672. ]
  3673. ))
  3674. characterMakers.push(() => makeCharacter(
  3675. { name: "Surgo" },
  3676. {
  3677. front: {
  3678. height: math.unit(6, "feet"),
  3679. weight: math.unit(600, "lbs"),
  3680. name: "Front",
  3681. image: {
  3682. source: "./media/characters/surgo/front.svg",
  3683. extra: 3591 / 2227
  3684. }
  3685. },
  3686. back: {
  3687. height: math.unit(6, "feet"),
  3688. weight: math.unit(600, "lbs"),
  3689. name: "Back",
  3690. image: {
  3691. source: "./media/characters/surgo/back.svg",
  3692. extra: 3557 / 2228
  3693. }
  3694. },
  3695. laying: {
  3696. height: math.unit(6 * 0.85, "feet"),
  3697. weight: math.unit(600, "lbs"),
  3698. name: "Laying",
  3699. image: {
  3700. source: "./media/characters/surgo/laying.svg"
  3701. }
  3702. },
  3703. },
  3704. [
  3705. {
  3706. name: "Normal",
  3707. height: math.unit(6, "feet"),
  3708. default: true
  3709. }
  3710. ]
  3711. ))
  3712. characterMakers.push(() => makeCharacter(
  3713. { name: "Cibus" },
  3714. {
  3715. side: {
  3716. height: math.unit(6, "feet"),
  3717. weight: math.unit(150, "lbs"),
  3718. name: "Side",
  3719. image: {
  3720. source: "./media/characters/cibus/side.svg",
  3721. extra: 800 / 400
  3722. }
  3723. },
  3724. },
  3725. [
  3726. {
  3727. name: "Normal",
  3728. height: math.unit(6, "feet"),
  3729. default: true
  3730. }
  3731. ]
  3732. ))
  3733. characterMakers.push(() => makeCharacter(
  3734. { name: "Nibbles" },
  3735. {
  3736. front: {
  3737. height: math.unit(6, "feet"),
  3738. weight: math.unit(240, "lbs"),
  3739. name: "Front",
  3740. image: {
  3741. source: "./media/characters/nibbles/front.svg"
  3742. }
  3743. },
  3744. side: {
  3745. height: math.unit(6, "feet"),
  3746. weight: math.unit(240, "lbs"),
  3747. name: "Side",
  3748. image: {
  3749. source: "./media/characters/nibbles/side.svg"
  3750. }
  3751. },
  3752. },
  3753. [
  3754. {
  3755. name: "Normal",
  3756. height: math.unit(9, "feet"),
  3757. default: true
  3758. }
  3759. ]
  3760. ))
  3761. characterMakers.push(() => makeCharacter(
  3762. { name: "Rikky" },
  3763. {
  3764. side: {
  3765. height: math.unit(5 + 1 / 6, "feet"),
  3766. weight: math.unit(130, "lbs"),
  3767. name: "Side",
  3768. image: {
  3769. source: "./media/characters/rikky/side.svg"
  3770. }
  3771. },
  3772. },
  3773. [
  3774. {
  3775. name: "Normal",
  3776. height: math.unit(5 + 1 / 6, "feet")
  3777. },
  3778. {
  3779. name: "Macro",
  3780. height: math.unit(152, "feet"),
  3781. default: true
  3782. },
  3783. {
  3784. name: "Megamacro",
  3785. height: math.unit(7, "miles")
  3786. }
  3787. ]
  3788. ))
  3789. characterMakers.push(() => makeCharacter(
  3790. { name: "Malfressa" },
  3791. {
  3792. side: {
  3793. height: math.unit(370, "cm"),
  3794. weight: math.unit(350, "lbs"),
  3795. name: "Side",
  3796. image: {
  3797. source: "./media/characters/malfressa/side.svg"
  3798. }
  3799. },
  3800. walking: {
  3801. height: math.unit(370, "cm"),
  3802. weight: math.unit(350, "lbs"),
  3803. name: "Walking",
  3804. image: {
  3805. source: "./media/characters/malfressa/walking.svg"
  3806. }
  3807. },
  3808. feral: {
  3809. height: math.unit(2500, "cm"),
  3810. weight: math.unit(100000, "lbs"),
  3811. name: "Feral",
  3812. image: {
  3813. source: "./media/characters/malfressa/feral.svg",
  3814. extra: 2108 / 837,
  3815. bottom: 0.02
  3816. }
  3817. },
  3818. },
  3819. [
  3820. {
  3821. name: "Normal",
  3822. height: math.unit(370, "cm")
  3823. },
  3824. {
  3825. name: "Macro",
  3826. height: math.unit(300, "meters"),
  3827. default: true
  3828. }
  3829. ]
  3830. ))
  3831. characterMakers.push(() => makeCharacter(
  3832. { name: "Jaro" },
  3833. {
  3834. front: {
  3835. height: math.unit(6, "feet"),
  3836. weight: math.unit(60, "kg"),
  3837. name: "Front",
  3838. image: {
  3839. source: "./media/characters/jaro/front.svg"
  3840. }
  3841. },
  3842. back: {
  3843. height: math.unit(6, "feet"),
  3844. weight: math.unit(60, "kg"),
  3845. name: "Back",
  3846. image: {
  3847. source: "./media/characters/jaro/back.svg"
  3848. }
  3849. },
  3850. },
  3851. [
  3852. {
  3853. name: "Micro",
  3854. height: math.unit(7, "inches")
  3855. },
  3856. {
  3857. name: "Normal",
  3858. height: math.unit(5.5, "feet"),
  3859. default: true
  3860. },
  3861. {
  3862. name: "Minimacro",
  3863. height: math.unit(20, "feet")
  3864. },
  3865. {
  3866. name: "Macro",
  3867. height: math.unit(200, "meters")
  3868. }
  3869. ]
  3870. ))
  3871. characterMakers.push(() => makeCharacter(
  3872. { name: "Rogue" },
  3873. {
  3874. front: {
  3875. height: math.unit(6, "feet"),
  3876. weight: math.unit(195, "lb"),
  3877. name: "Front",
  3878. image: {
  3879. source: "./media/characters/rogue/front.svg"
  3880. }
  3881. },
  3882. },
  3883. [
  3884. {
  3885. name: "Macro",
  3886. height: math.unit(90, "feet"),
  3887. default: true
  3888. },
  3889. ]
  3890. ))
  3891. characterMakers.push(() => makeCharacter(
  3892. { name: "Piper" },
  3893. {
  3894. front: {
  3895. height: math.unit(5 + 8 / 12, "feet"),
  3896. weight: math.unit(140, "lb"),
  3897. name: "Front",
  3898. image: {
  3899. source: "./media/characters/piper/front.svg",
  3900. extra: 3928 / 3681
  3901. }
  3902. },
  3903. },
  3904. [
  3905. {
  3906. name: "Micro",
  3907. height: math.unit(2, "inches")
  3908. },
  3909. {
  3910. name: "Normal",
  3911. height: math.unit(5 + 8 / 12, "feet")
  3912. },
  3913. {
  3914. name: "Macro",
  3915. height: math.unit(250, "feet"),
  3916. default: true
  3917. },
  3918. {
  3919. name: "Megamacro",
  3920. height: math.unit(7, "miles")
  3921. },
  3922. ]
  3923. ))
  3924. characterMakers.push(() => makeCharacter(
  3925. { name: "Gemini" },
  3926. {
  3927. front: {
  3928. height: math.unit(6, "feet"),
  3929. weight: math.unit(220, "lb"),
  3930. name: "Front",
  3931. image: {
  3932. source: "./media/characters/gemini/front.svg"
  3933. }
  3934. },
  3935. back: {
  3936. height: math.unit(6, "feet"),
  3937. weight: math.unit(220, "lb"),
  3938. name: "Back",
  3939. image: {
  3940. source: "./media/characters/gemini/back.svg"
  3941. }
  3942. },
  3943. kneeling: {
  3944. height: math.unit(6 / 1.5, "feet"),
  3945. weight: math.unit(220, "lb"),
  3946. name: "Kneeling",
  3947. image: {
  3948. source: "./media/characters/gemini/kneeling.svg",
  3949. bottom: 0.02
  3950. }
  3951. },
  3952. },
  3953. [
  3954. {
  3955. name: "Macro",
  3956. height: math.unit(300, "meters"),
  3957. default: true
  3958. },
  3959. {
  3960. name: "Megamacro",
  3961. height: math.unit(6900, "meters")
  3962. },
  3963. ]
  3964. ))
  3965. characterMakers.push(() => makeCharacter(
  3966. { name: "Alicia" },
  3967. {
  3968. anthro: {
  3969. height: math.unit(2.35, "meters"),
  3970. weight: math.unit(73, "kg"),
  3971. name: "Anthro",
  3972. image: {
  3973. source: "./media/characters/alicia/anthro.svg"
  3974. }
  3975. },
  3976. feral: {
  3977. height: math.unit(1.69, "meters"),
  3978. weight: math.unit(73, "kg"),
  3979. name: "Feral",
  3980. image: {
  3981. source: "./media/characters/alicia/feral.svg"
  3982. }
  3983. },
  3984. },
  3985. [
  3986. {
  3987. name: "Normal",
  3988. height: math.unit(2.35, "meters")
  3989. },
  3990. {
  3991. name: "Macro",
  3992. height: math.unit(60, "meters"),
  3993. default: true
  3994. },
  3995. {
  3996. name: "Megamacro",
  3997. height: math.unit(10000, "kilometers")
  3998. },
  3999. ]
  4000. ))
  4001. characterMakers.push(() => makeCharacter(
  4002. { name: "Archy" },
  4003. {
  4004. front: {
  4005. height: math.unit(7, "feet"),
  4006. weight: math.unit(250, "lbs"),
  4007. name: "Front",
  4008. image: {
  4009. source: "./media/characters/archy/front.svg"
  4010. }
  4011. }
  4012. },
  4013. [
  4014. {
  4015. name: "Micro",
  4016. height: math.unit(1, "inch")
  4017. },
  4018. {
  4019. name: "Shorty",
  4020. height: math.unit(5, "feet")
  4021. },
  4022. {
  4023. name: "Normal",
  4024. height: math.unit(7, "feet")
  4025. },
  4026. {
  4027. name: "Macro",
  4028. height: math.unit(600, "meters"),
  4029. default: true
  4030. },
  4031. {
  4032. name: "Megamacro",
  4033. height: math.unit(1, "mile")
  4034. },
  4035. ]
  4036. ))
  4037. characterMakers.push(() => makeCharacter(
  4038. { name: "Berri" },
  4039. {
  4040. front: {
  4041. height: math.unit(1.65, "meters"),
  4042. weight: math.unit(74, "kg"),
  4043. name: "Front",
  4044. image: {
  4045. source: "./media/characters/berri/front.svg"
  4046. }
  4047. }
  4048. },
  4049. [
  4050. {
  4051. name: "Normal",
  4052. height: math.unit(1.65, "meters")
  4053. },
  4054. {
  4055. name: "Macro",
  4056. height: math.unit(60, "m"),
  4057. default: true
  4058. },
  4059. {
  4060. name: "Megamacro",
  4061. height: math.unit(9.213, "km")
  4062. },
  4063. {
  4064. name: "Planet Eater",
  4065. height: math.unit(489, "megameters")
  4066. },
  4067. {
  4068. name: "Teramacro",
  4069. height: math.unit(2471635000000, "meters")
  4070. },
  4071. {
  4072. name: "Examacro",
  4073. height: math.unit(8.0624e+26, "meters")
  4074. }
  4075. ]
  4076. ))
  4077. characterMakers.push(() => makeCharacter(
  4078. { name: "Lexi" },
  4079. {
  4080. front: {
  4081. height: math.unit(1.72, "meters"),
  4082. weight: math.unit(68, "kg"),
  4083. name: "Front",
  4084. image: {
  4085. source: "./media/characters/lexi/front.svg"
  4086. }
  4087. }
  4088. },
  4089. [
  4090. {
  4091. name: "Very Smol",
  4092. height: math.unit(10, "mm")
  4093. },
  4094. {
  4095. name: "Micro",
  4096. height: math.unit(6.8, "cm"),
  4097. default: true
  4098. },
  4099. {
  4100. name: "Normal",
  4101. height: math.unit(1.72, "m")
  4102. }
  4103. ]
  4104. ))
  4105. characterMakers.push(() => makeCharacter(
  4106. { name: "Martin" },
  4107. {
  4108. front: {
  4109. height: math.unit(1.69, "meters"),
  4110. weight: math.unit(68, "kg"),
  4111. name: "Front",
  4112. image: {
  4113. source: "./media/characters/martin/front.svg",
  4114. extra: 596 / 581
  4115. }
  4116. }
  4117. },
  4118. [
  4119. {
  4120. name: "Micro",
  4121. height: math.unit(6.85, "cm"),
  4122. default: true
  4123. },
  4124. {
  4125. name: "Normal",
  4126. height: math.unit(1.69, "m")
  4127. }
  4128. ]
  4129. ))
  4130. characterMakers.push(() => makeCharacter(
  4131. { name: "Juno" },
  4132. {
  4133. front: {
  4134. height: math.unit(1.69, "meters"),
  4135. weight: math.unit(68, "kg"),
  4136. name: "Front",
  4137. image: {
  4138. source: "./media/characters/juno/front.svg"
  4139. }
  4140. }
  4141. },
  4142. [
  4143. {
  4144. name: "Micro",
  4145. height: math.unit(7, "cm")
  4146. },
  4147. {
  4148. name: "Normal",
  4149. height: math.unit(1.89, "m")
  4150. },
  4151. {
  4152. name: "Macro",
  4153. height: math.unit(353, "meters"),
  4154. default: true
  4155. }
  4156. ]
  4157. ))
  4158. characterMakers.push(() => makeCharacter(
  4159. { name: "Samantha" },
  4160. {
  4161. front: {
  4162. height: math.unit(1.93, "meters"),
  4163. weight: math.unit(83, "kg"),
  4164. name: "Front",
  4165. image: {
  4166. source: "./media/characters/samantha/front.svg"
  4167. }
  4168. },
  4169. frontClothed: {
  4170. height: math.unit(1.93, "meters"),
  4171. weight: math.unit(83, "kg"),
  4172. name: "Front (Clothed)",
  4173. image: {
  4174. source: "./media/characters/samantha/front-clothed.svg"
  4175. }
  4176. },
  4177. back: {
  4178. height: math.unit(1.93, "meters"),
  4179. weight: math.unit(83, "kg"),
  4180. name: "Back",
  4181. image: {
  4182. source: "./media/characters/samantha/back.svg"
  4183. }
  4184. },
  4185. },
  4186. [
  4187. {
  4188. name: "Normal",
  4189. height: math.unit(1.93, "m")
  4190. },
  4191. {
  4192. name: "Macro",
  4193. height: math.unit(74, "meters"),
  4194. default: true
  4195. },
  4196. {
  4197. name: "Macro+",
  4198. height: math.unit(223, "meters"),
  4199. },
  4200. {
  4201. name: "Megamacro",
  4202. height: math.unit(8381, "meters"),
  4203. },
  4204. {
  4205. name: "Megamacro+",
  4206. height: math.unit(12000, "kilometers")
  4207. },
  4208. ]
  4209. ))
  4210. characterMakers.push(() => makeCharacter(
  4211. { name: "Dr. Clay" },
  4212. {
  4213. front: {
  4214. height: math.unit(1.92, "meters"),
  4215. weight: math.unit(80, "kg"),
  4216. name: "Front",
  4217. image: {
  4218. source: "./media/characters/dr-clay/front.svg"
  4219. }
  4220. },
  4221. frontClothed: {
  4222. height: math.unit(1.92, "meters"),
  4223. weight: math.unit(80, "kg"),
  4224. name: "Front (Clothed)",
  4225. image: {
  4226. source: "./media/characters/dr-clay/front-clothed.svg"
  4227. }
  4228. }
  4229. },
  4230. [
  4231. {
  4232. name: "Normal",
  4233. height: math.unit(1.92, "m")
  4234. },
  4235. {
  4236. name: "Macro",
  4237. height: math.unit(214, "meters"),
  4238. default: true
  4239. },
  4240. {
  4241. name: "Macro+",
  4242. height: math.unit(12.237, "meters"),
  4243. },
  4244. {
  4245. name: "Megamacro",
  4246. height: math.unit(557, "megameters"),
  4247. },
  4248. {
  4249. name: "Unimaginable",
  4250. height: math.unit(120e9, "lightyears")
  4251. },
  4252. ]
  4253. ))
  4254. characterMakers.push(() => makeCharacter(
  4255. { name: "Wyvrn Ripsnarl" },
  4256. {
  4257. front: {
  4258. height: math.unit(2, "meters"),
  4259. weight: math.unit(80, "kg"),
  4260. name: "Front",
  4261. image: {
  4262. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4263. }
  4264. }
  4265. },
  4266. [
  4267. {
  4268. name: "Teramacro",
  4269. height: math.unit(500000, "lightyears"),
  4270. default: true
  4271. },
  4272. ]
  4273. ))
  4274. characterMakers.push(() => makeCharacter(
  4275. { name: "Vemus" },
  4276. {
  4277. front: {
  4278. height: math.unit(2, "meters"),
  4279. weight: math.unit(150, "kg"),
  4280. name: "Front",
  4281. image: {
  4282. source: "./media/characters/vemus/front.svg",
  4283. extra: 2384 / 2084,
  4284. bottom: 0.0123
  4285. }
  4286. }
  4287. },
  4288. [
  4289. {
  4290. name: "Normal",
  4291. height: math.unit(3.75, "meters"),
  4292. default: true
  4293. },
  4294. {
  4295. name: "Big",
  4296. height: math.unit(8, "meters")
  4297. },
  4298. {
  4299. name: "Macro",
  4300. height: math.unit(100, "meters")
  4301. },
  4302. {
  4303. name: "Macro+",
  4304. height: math.unit(1500, "meters")
  4305. },
  4306. {
  4307. name: "Stellar",
  4308. height: math.unit(14e8, "meters")
  4309. },
  4310. ]
  4311. ))
  4312. characterMakers.push(() => makeCharacter(
  4313. { name: "Beherit" },
  4314. {
  4315. front: {
  4316. height: math.unit(2, "meters"),
  4317. weight: math.unit(70, "kg"),
  4318. name: "Front",
  4319. image: {
  4320. source: "./media/characters/beherit/front.svg",
  4321. extra: 1408 / 1242
  4322. }
  4323. }
  4324. },
  4325. [
  4326. {
  4327. name: "Normal",
  4328. height: math.unit(6, "feet")
  4329. },
  4330. {
  4331. name: "Lorg",
  4332. height: math.unit(25, "feet"),
  4333. default: true
  4334. },
  4335. {
  4336. name: "Lorger",
  4337. height: math.unit(75, "feet")
  4338. },
  4339. {
  4340. name: "Macro",
  4341. height: math.unit(200, "meters")
  4342. },
  4343. ]
  4344. ))
  4345. characterMakers.push(() => makeCharacter(
  4346. { name: "Everett" },
  4347. {
  4348. front: {
  4349. height: math.unit(2, "meters"),
  4350. weight: math.unit(150, "kg"),
  4351. name: "Front",
  4352. image: {
  4353. source: "./media/characters/everett/front.svg",
  4354. extra: 2038 / 1737,
  4355. bottom: 0.03
  4356. }
  4357. },
  4358. paw: {
  4359. height: math.unit(2 / 3.6, "meters"),
  4360. name: "Paw",
  4361. image: {
  4362. source: "./media/characters/everett/paw.svg"
  4363. }
  4364. },
  4365. },
  4366. [
  4367. {
  4368. name: "Normal",
  4369. height: math.unit(15, "feet"),
  4370. default: true
  4371. },
  4372. {
  4373. name: "Lorg",
  4374. height: math.unit(70, "feet"),
  4375. default: true
  4376. },
  4377. {
  4378. name: "Lorger",
  4379. height: math.unit(250, "feet")
  4380. },
  4381. {
  4382. name: "Macro",
  4383. height: math.unit(500, "meters")
  4384. },
  4385. ]
  4386. ))
  4387. characterMakers.push(() => makeCharacter(
  4388. { name: "Rose Lion" },
  4389. {
  4390. front: {
  4391. height: math.unit(2, "meters"),
  4392. weight: math.unit(86, "kg"),
  4393. name: "Front",
  4394. image: {
  4395. source: "./media/characters/rose-lion/front.svg"
  4396. }
  4397. },
  4398. bent: {
  4399. height: math.unit(2 / 1.4288, "meters"),
  4400. weight: math.unit(86, "kg"),
  4401. name: "Bent",
  4402. image: {
  4403. source: "./media/characters/rose-lion/bent.svg"
  4404. }
  4405. }
  4406. },
  4407. [
  4408. {
  4409. name: "Mini-Micro",
  4410. height: math.unit(1, "cm")
  4411. },
  4412. {
  4413. name: "Micro",
  4414. height: math.unit(3.5, "inches"),
  4415. default: true
  4416. },
  4417. {
  4418. name: "Normal",
  4419. height: math.unit(6 + 1 / 6, "feet")
  4420. },
  4421. {
  4422. name: "Mini-Macro",
  4423. height: math.unit(9 + 10 / 12, "feet")
  4424. },
  4425. ]
  4426. ))
  4427. characterMakers.push(() => makeCharacter(
  4428. { name: "Regal" },
  4429. {
  4430. front: {
  4431. height: math.unit(2, "meters"),
  4432. weight: math.unit(350, "lbs"),
  4433. name: "Front",
  4434. image: {
  4435. source: "./media/characters/regal/front.svg"
  4436. }
  4437. },
  4438. back: {
  4439. height: math.unit(2, "meters"),
  4440. weight: math.unit(350, "lbs"),
  4441. name: "Back",
  4442. image: {
  4443. source: "./media/characters/regal/back.svg"
  4444. }
  4445. },
  4446. },
  4447. [
  4448. {
  4449. name: "Macro",
  4450. height: math.unit(350, "feet"),
  4451. default: true
  4452. }
  4453. ]
  4454. ))
  4455. characterMakers.push(() => makeCharacter(
  4456. { name: "Opal" },
  4457. {
  4458. front: {
  4459. height: math.unit(4 + 11 / 12, "feet"),
  4460. weight: math.unit(100, "lbs"),
  4461. name: "Front",
  4462. image: {
  4463. source: "./media/characters/opal/front.svg"
  4464. }
  4465. },
  4466. frontAlt: {
  4467. height: math.unit(4 + 11 / 12, "feet"),
  4468. weight: math.unit(100, "lbs"),
  4469. name: "Front (Alt)",
  4470. image: {
  4471. source: "./media/characters/opal/front-alt.svg"
  4472. }
  4473. },
  4474. },
  4475. [
  4476. {
  4477. name: "Small",
  4478. height: math.unit(4 + 11 / 12, "feet")
  4479. },
  4480. {
  4481. name: "Normal",
  4482. height: math.unit(20, "feet"),
  4483. default: true
  4484. },
  4485. {
  4486. name: "Macro",
  4487. height: math.unit(120, "feet")
  4488. },
  4489. {
  4490. name: "Megamacro",
  4491. height: math.unit(80, "miles")
  4492. },
  4493. {
  4494. name: "True Size",
  4495. height: math.unit(100000, "lightyears")
  4496. },
  4497. ]
  4498. ))
  4499. characterMakers.push(() => makeCharacter(
  4500. { name: "Vector Wuff" },
  4501. {
  4502. front: {
  4503. height: math.unit(6, "feet"),
  4504. weight: math.unit(200, "lbs"),
  4505. name: "Front",
  4506. image: {
  4507. source: "./media/characters/vector-wuff/front.svg"
  4508. }
  4509. }
  4510. },
  4511. [
  4512. {
  4513. name: "Normal",
  4514. height: math.unit(2.8, "meters")
  4515. },
  4516. {
  4517. name: "Macro",
  4518. height: math.unit(450, "meters"),
  4519. default: true
  4520. },
  4521. {
  4522. name: "Megamacro",
  4523. height: math.unit(15, "kilometers")
  4524. }
  4525. ]
  4526. ))
  4527. characterMakers.push(() => makeCharacter(
  4528. { name: "Dannik" },
  4529. {
  4530. front: {
  4531. height: math.unit(6, "feet"),
  4532. weight: math.unit(256, "lbs"),
  4533. name: "Front",
  4534. image: {
  4535. source: "./media/characters/dannik/front.svg"
  4536. }
  4537. }
  4538. },
  4539. [
  4540. {
  4541. name: "Macro",
  4542. height: math.unit(69.57, "meters"),
  4543. default: true
  4544. },
  4545. ]
  4546. ))
  4547. characterMakers.push(() => makeCharacter(
  4548. { name: "Azura Saharah" },
  4549. {
  4550. front: {
  4551. height: math.unit(6, "feet"),
  4552. weight: math.unit(120, "lbs"),
  4553. name: "Front",
  4554. image: {
  4555. source: "./media/characters/azura-saharah/front.svg"
  4556. }
  4557. },
  4558. back: {
  4559. height: math.unit(6, "feet"),
  4560. weight: math.unit(120, "lbs"),
  4561. name: "Back",
  4562. image: {
  4563. source: "./media/characters/azura-saharah/back.svg"
  4564. }
  4565. },
  4566. },
  4567. [
  4568. {
  4569. name: "Macro",
  4570. height: math.unit(100, "feet"),
  4571. default: true
  4572. },
  4573. ]
  4574. ))
  4575. characterMakers.push(() => makeCharacter(
  4576. { name: "Kennedy" },
  4577. {
  4578. side: {
  4579. height: math.unit(5 + 4 / 12, "feet"),
  4580. weight: math.unit(163, "lbs"),
  4581. name: "Side",
  4582. image: {
  4583. source: "./media/characters/kennedy/side.svg"
  4584. }
  4585. }
  4586. },
  4587. [
  4588. {
  4589. name: "Standard Doggo",
  4590. height: math.unit(5 + 4 / 12, "feet")
  4591. },
  4592. {
  4593. name: "Big Doggo",
  4594. height: math.unit(25 + 3 / 12, "feet"),
  4595. default: true
  4596. },
  4597. ]
  4598. ))
  4599. characterMakers.push(() => makeCharacter(
  4600. { name: "Odi Lunar" },
  4601. {
  4602. front: {
  4603. height: math.unit(6, "feet"),
  4604. weight: math.unit(90, "lbs"),
  4605. name: "Front",
  4606. image: {
  4607. source: "./media/characters/odi-lunar/front.svg"
  4608. }
  4609. }
  4610. },
  4611. [
  4612. {
  4613. name: "Micro",
  4614. height: math.unit(3, "inches"),
  4615. default: true
  4616. },
  4617. {
  4618. name: "Normal",
  4619. height: math.unit(5.5, "feet")
  4620. }
  4621. ]
  4622. ))
  4623. characterMakers.push(() => makeCharacter(
  4624. { name: "Mandake" },
  4625. {
  4626. back: {
  4627. height: math.unit(6, "feet"),
  4628. weight: math.unit(220, "lbs"),
  4629. name: "Back",
  4630. image: {
  4631. source: "./media/characters/mandake/back.svg"
  4632. }
  4633. }
  4634. },
  4635. [
  4636. {
  4637. name: "Normal",
  4638. height: math.unit(7, "feet"),
  4639. default: true
  4640. },
  4641. {
  4642. name: "Macro",
  4643. height: math.unit(78, "feet")
  4644. },
  4645. {
  4646. name: "Macro+",
  4647. height: math.unit(300, "meters")
  4648. },
  4649. {
  4650. name: "Macro++",
  4651. height: math.unit(2400, "feet")
  4652. },
  4653. {
  4654. name: "Megamacro",
  4655. height: math.unit(5167, "meters")
  4656. },
  4657. {
  4658. name: "Gigamacro",
  4659. height: math.unit(41769, "miles")
  4660. },
  4661. ]
  4662. ))
  4663. characterMakers.push(() => makeCharacter(
  4664. { name: "Yozey" },
  4665. {
  4666. front: {
  4667. height: math.unit(6, "feet"),
  4668. weight: math.unit(120, "lbs"),
  4669. name: "Front",
  4670. image: {
  4671. source: "./media/characters/yozey/front.svg"
  4672. }
  4673. },
  4674. frontAlt: {
  4675. height: math.unit(6, "feet"),
  4676. weight: math.unit(120, "lbs"),
  4677. name: "Front (Alt)",
  4678. image: {
  4679. source: "./media/characters/yozey/front-alt.svg"
  4680. }
  4681. },
  4682. side: {
  4683. height: math.unit(6, "feet"),
  4684. weight: math.unit(120, "lbs"),
  4685. name: "Side",
  4686. image: {
  4687. source: "./media/characters/yozey/side.svg"
  4688. }
  4689. },
  4690. },
  4691. [
  4692. {
  4693. name: "Micro",
  4694. height: math.unit(3, "inches"),
  4695. default: true
  4696. },
  4697. {
  4698. name: "Normal",
  4699. height: math.unit(6, "feet")
  4700. }
  4701. ]
  4702. ))
  4703. characterMakers.push(() => makeCharacter(
  4704. { name: "Valeska Voss" },
  4705. {
  4706. front: {
  4707. height: math.unit(6, "feet"),
  4708. weight: math.unit(103, "lbs"),
  4709. name: "Front",
  4710. image: {
  4711. source: "./media/characters/valeska-voss/front.svg"
  4712. }
  4713. }
  4714. },
  4715. [
  4716. {
  4717. name: "Mini-Sized Sub",
  4718. height: math.unit(3.1, "inches")
  4719. },
  4720. {
  4721. name: "Mid-Sized Sub",
  4722. height: math.unit(6.2, "inches")
  4723. },
  4724. {
  4725. name: "Full-Sized Sub",
  4726. height: math.unit(9.3, "inches")
  4727. },
  4728. {
  4729. name: "Normal",
  4730. height: math.unit(5 + 2 / 12, "foot"),
  4731. default: true
  4732. },
  4733. ]
  4734. ))
  4735. characterMakers.push(() => makeCharacter(
  4736. { name: "Gene Zeta" },
  4737. {
  4738. front: {
  4739. height: math.unit(6, "feet"),
  4740. weight: math.unit(160, "lbs"),
  4741. name: "Front",
  4742. image: {
  4743. source: "./media/characters/gene-zeta/front.svg",
  4744. bottom: 0.03,
  4745. extra: 1
  4746. }
  4747. }
  4748. },
  4749. [
  4750. {
  4751. name: "Normal",
  4752. height: math.unit(6.25, "foot"),
  4753. default: true
  4754. },
  4755. ]
  4756. ))
  4757. characterMakers.push(() => makeCharacter(
  4758. { name: "Razinox" },
  4759. {
  4760. front: {
  4761. height: math.unit(6, "feet"),
  4762. weight: math.unit(350, "lbs"),
  4763. name: "Front",
  4764. image: {
  4765. source: "./media/characters/razinox/front.svg",
  4766. extra: 1686 / 1548
  4767. }
  4768. },
  4769. back: {
  4770. height: math.unit(6, "feet"),
  4771. weight: math.unit(350, "lbs"),
  4772. name: "Back",
  4773. image: {
  4774. source: "./media/characters/razinox/back.svg",
  4775. extra: 1660 / 1590
  4776. }
  4777. },
  4778. },
  4779. [
  4780. {
  4781. name: "Normal",
  4782. height: math.unit(10 + 8 / 12, "foot")
  4783. },
  4784. {
  4785. name: "Minimacro",
  4786. height: math.unit(15, "foot")
  4787. },
  4788. {
  4789. name: "Macro",
  4790. height: math.unit(60, "foot"),
  4791. default: true
  4792. },
  4793. {
  4794. name: "Megamacro",
  4795. height: math.unit(5, "miles")
  4796. },
  4797. {
  4798. name: "Gigamacro",
  4799. height: math.unit(6000, "miles")
  4800. },
  4801. ]
  4802. ))
  4803. characterMakers.push(() => makeCharacter(
  4804. { name: "Cobalt" },
  4805. {
  4806. front: {
  4807. height: math.unit(6, "feet"),
  4808. weight: math.unit(150, "lbs"),
  4809. name: "Front",
  4810. image: {
  4811. source: "./media/characters/cobalt/front.svg"
  4812. }
  4813. }
  4814. },
  4815. [
  4816. {
  4817. name: "Normal",
  4818. height: math.unit(8 + 1 / 12, "foot")
  4819. },
  4820. {
  4821. name: "Macro",
  4822. height: math.unit(111, "foot"),
  4823. default: true
  4824. },
  4825. {
  4826. name: "Supracosmic",
  4827. height: math.unit(1e42, "feet")
  4828. },
  4829. ]
  4830. ))
  4831. characterMakers.push(() => makeCharacter(
  4832. { name: "Amanda" },
  4833. {
  4834. front: {
  4835. height: math.unit(6, "feet"),
  4836. weight: math.unit(140, "lbs"),
  4837. name: "Front",
  4838. image: {
  4839. source: "./media/characters/amanda/front.svg"
  4840. }
  4841. }
  4842. },
  4843. [
  4844. {
  4845. name: "Micro",
  4846. height: math.unit(5, "inches"),
  4847. default: true
  4848. },
  4849. ]
  4850. ))
  4851. characterMakers.push(() => makeCharacter(
  4852. { name: "Teal" },
  4853. {
  4854. front: {
  4855. height: math.unit(5.59, "feet"),
  4856. weight: math.unit(250, "lbs"),
  4857. name: "Front",
  4858. image: {
  4859. source: "./media/characters/teal/front.svg"
  4860. }
  4861. },
  4862. frontAlt: {
  4863. height: math.unit(6, "feet"),
  4864. weight: math.unit(250, "lbs"),
  4865. name: "Front (Alt)",
  4866. image: {
  4867. source: "./media/characters/teal/front-alt.svg",
  4868. bottom: 0.04,
  4869. extra: 1
  4870. }
  4871. },
  4872. },
  4873. [
  4874. {
  4875. name: "Normal",
  4876. height: math.unit(12, "feet"),
  4877. default: true
  4878. },
  4879. {
  4880. name: "Macro",
  4881. height: math.unit(300, "feet")
  4882. },
  4883. ]
  4884. ))
  4885. characterMakers.push(() => makeCharacter(
  4886. { name: "Ravin Amulet" },
  4887. {
  4888. frontCat: {
  4889. height: math.unit(6, "feet"),
  4890. weight: math.unit(180, "lbs"),
  4891. name: "Front (Cat)",
  4892. image: {
  4893. source: "./media/characters/ravin-amulet/front-cat.svg"
  4894. }
  4895. },
  4896. frontCatAlt: {
  4897. height: math.unit(6, "feet"),
  4898. weight: math.unit(180, "lbs"),
  4899. name: "Front (Alt, Cat)",
  4900. image: {
  4901. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4902. }
  4903. },
  4904. frontWerewolf: {
  4905. height: math.unit(6 * 1.2, "feet"),
  4906. weight: math.unit(225, "lbs"),
  4907. name: "Front (Werewolf)",
  4908. image: {
  4909. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4910. }
  4911. },
  4912. backWerewolf: {
  4913. height: math.unit(6 * 1.2, "feet"),
  4914. weight: math.unit(225, "lbs"),
  4915. name: "Back (Werewolf)",
  4916. image: {
  4917. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4918. }
  4919. },
  4920. },
  4921. [
  4922. {
  4923. name: "Nano",
  4924. height: math.unit(1, "micrometer")
  4925. },
  4926. {
  4927. name: "Micro",
  4928. height: math.unit(1, "inch")
  4929. },
  4930. {
  4931. name: "Normal",
  4932. height: math.unit(6, "feet"),
  4933. default: true
  4934. },
  4935. {
  4936. name: "Macro",
  4937. height: math.unit(60, "feet")
  4938. }
  4939. ]
  4940. ))
  4941. characterMakers.push(() => makeCharacter(
  4942. { name: "Fluoresce" },
  4943. {
  4944. front: {
  4945. height: math.unit(6, "feet"),
  4946. weight: math.unit(165, "lbs"),
  4947. name: "Front",
  4948. image: {
  4949. source: "./media/characters/fluoresce/front.svg"
  4950. }
  4951. }
  4952. },
  4953. [
  4954. {
  4955. name: "Micro",
  4956. height: math.unit(6, "cm")
  4957. },
  4958. {
  4959. name: "Normal",
  4960. height: math.unit(5 + 7 / 12, "feet"),
  4961. default: true
  4962. },
  4963. {
  4964. name: "Macro",
  4965. height: math.unit(56, "feet")
  4966. },
  4967. {
  4968. name: "Megamacro",
  4969. height: math.unit(1.9, "miles")
  4970. },
  4971. ]
  4972. ))
  4973. characterMakers.push(() => makeCharacter(
  4974. { name: "Aurora" },
  4975. {
  4976. front: {
  4977. height: math.unit(9 + 6 / 12, "feet"),
  4978. weight: math.unit(523, "lbs"),
  4979. name: "Side",
  4980. image: {
  4981. source: "./media/characters/aurora/side.svg"
  4982. }
  4983. }
  4984. },
  4985. [
  4986. {
  4987. name: "Normal",
  4988. height: math.unit(9 + 6 / 12, "feet")
  4989. },
  4990. {
  4991. name: "Macro",
  4992. height: math.unit(96, "feet"),
  4993. default: true
  4994. },
  4995. {
  4996. name: "Macro+",
  4997. height: math.unit(243, "feet")
  4998. },
  4999. ]
  5000. ))
  5001. characterMakers.push(() => makeCharacter(
  5002. { name: "Ranek" },
  5003. {
  5004. front: {
  5005. height: math.unit(194, "cm"),
  5006. weight: math.unit(90, "kg"),
  5007. name: "Front",
  5008. image: {
  5009. source: "./media/characters/ranek/front.svg"
  5010. }
  5011. },
  5012. side: {
  5013. height: math.unit(194, "cm"),
  5014. weight: math.unit(90, "kg"),
  5015. name: "Side",
  5016. image: {
  5017. source: "./media/characters/ranek/side.svg"
  5018. }
  5019. },
  5020. back: {
  5021. height: math.unit(194, "cm"),
  5022. weight: math.unit(90, "kg"),
  5023. name: "Back",
  5024. image: {
  5025. source: "./media/characters/ranek/back.svg"
  5026. }
  5027. },
  5028. feral: {
  5029. height: math.unit(30, "cm"),
  5030. weight: math.unit(1.6, "lbs"),
  5031. name: "Feral",
  5032. image: {
  5033. source: "./media/characters/ranek/feral.svg"
  5034. }
  5035. },
  5036. },
  5037. [
  5038. {
  5039. name: "Normal",
  5040. height: math.unit(194, "cm"),
  5041. default: true
  5042. },
  5043. {
  5044. name: "Macro",
  5045. height: math.unit(100, "meters")
  5046. },
  5047. ]
  5048. ))
  5049. characterMakers.push(() => makeCharacter(
  5050. { name: "Andrew Cooper" },
  5051. {
  5052. front: {
  5053. height: math.unit(5 + 6 / 12, "feet"),
  5054. weight: math.unit(153, "lbs"),
  5055. name: "Front",
  5056. image: {
  5057. source: "./media/characters/andrew-cooper/front.svg"
  5058. }
  5059. },
  5060. },
  5061. [
  5062. {
  5063. name: "Nano",
  5064. height: math.unit(1, "mm")
  5065. },
  5066. {
  5067. name: "Micro",
  5068. height: math.unit(2, "inches")
  5069. },
  5070. {
  5071. name: "Normal",
  5072. height: math.unit(5 + 6 / 12, "feet"),
  5073. default: true
  5074. }
  5075. ]
  5076. ))
  5077. characterMakers.push(() => makeCharacter(
  5078. { name: "Akane Sato" },
  5079. {
  5080. front: {
  5081. height: math.unit(6, "feet"),
  5082. weight: math.unit(180, "lbs"),
  5083. name: "Front",
  5084. image: {
  5085. source: "./media/characters/akane-sato/front.svg",
  5086. extra: 1219 / 1140
  5087. }
  5088. },
  5089. back: {
  5090. height: math.unit(6, "feet"),
  5091. weight: math.unit(180, "lbs"),
  5092. name: "Back",
  5093. image: {
  5094. source: "./media/characters/akane-sato/back.svg",
  5095. extra: 1219 / 1170
  5096. }
  5097. },
  5098. },
  5099. [
  5100. {
  5101. name: "Normal",
  5102. height: math.unit(2.5, "meters")
  5103. },
  5104. {
  5105. name: "Macro",
  5106. height: math.unit(250, "meters"),
  5107. default: true
  5108. },
  5109. {
  5110. name: "Megamacro",
  5111. height: math.unit(25, "km")
  5112. },
  5113. ]
  5114. ))
  5115. characterMakers.push(() => makeCharacter(
  5116. { name: "Rook" },
  5117. {
  5118. front: {
  5119. height: math.unit(6, "feet"),
  5120. weight: math.unit(65, "kg"),
  5121. name: "Front",
  5122. image: {
  5123. source: "./media/characters/rook/front.svg"
  5124. }
  5125. }
  5126. },
  5127. [
  5128. {
  5129. name: "Normal",
  5130. height: math.unit(8.8, "feet")
  5131. },
  5132. {
  5133. name: "Macro",
  5134. height: math.unit(88, "feet"),
  5135. default: true
  5136. },
  5137. {
  5138. name: "Megamacro",
  5139. height: math.unit(8, "miles")
  5140. },
  5141. ]
  5142. ))
  5143. characterMakers.push(() => makeCharacter(
  5144. { name: "Prodigy" },
  5145. {
  5146. front: {
  5147. height: math.unit(12 + 2 / 12, "feet"),
  5148. weight: math.unit(808, "lbs"),
  5149. name: "Front",
  5150. image: {
  5151. source: "./media/characters/prodigy/front.svg"
  5152. }
  5153. }
  5154. },
  5155. [
  5156. {
  5157. name: "Normal",
  5158. height: math.unit(12 + 2 / 12, "feet"),
  5159. default: true
  5160. },
  5161. {
  5162. name: "Macro",
  5163. height: math.unit(143, "feet")
  5164. },
  5165. {
  5166. name: "Macro+",
  5167. height: math.unit(400, "feet")
  5168. },
  5169. ]
  5170. ))
  5171. characterMakers.push(() => makeCharacter(
  5172. { name: "Daniel" },
  5173. {
  5174. front: {
  5175. height: math.unit(6, "feet"),
  5176. weight: math.unit(225, "lbs"),
  5177. name: "Front",
  5178. image: {
  5179. source: "./media/characters/daniel/front.svg"
  5180. }
  5181. },
  5182. leaning: {
  5183. height: math.unit(6, "feet"),
  5184. weight: math.unit(225, "lbs"),
  5185. name: "Leaning",
  5186. image: {
  5187. source: "./media/characters/daniel/leaning.svg"
  5188. }
  5189. },
  5190. },
  5191. [
  5192. {
  5193. name: "Macro",
  5194. height: math.unit(1000, "feet"),
  5195. default: true
  5196. },
  5197. ]
  5198. ))
  5199. characterMakers.push(() => makeCharacter(
  5200. { name: "Chiros" },
  5201. {
  5202. front: {
  5203. height: math.unit(6, "feet"),
  5204. weight: math.unit(88, "lbs"),
  5205. name: "Front",
  5206. image: {
  5207. source: "./media/characters/chiros/front.svg",
  5208. extra: 306 / 226
  5209. }
  5210. },
  5211. side: {
  5212. height: math.unit(6, "feet"),
  5213. weight: math.unit(88, "lbs"),
  5214. name: "Side",
  5215. image: {
  5216. source: "./media/characters/chiros/side.svg",
  5217. extra: 306 / 226
  5218. }
  5219. },
  5220. },
  5221. [
  5222. {
  5223. name: "Normal",
  5224. height: math.unit(6, "cm"),
  5225. default: true
  5226. },
  5227. ]
  5228. ))
  5229. characterMakers.push(() => makeCharacter(
  5230. { name: "Selka" },
  5231. {
  5232. front: {
  5233. height: math.unit(6, "feet"),
  5234. weight: math.unit(100, "lbs"),
  5235. name: "Front",
  5236. image: {
  5237. source: "./media/characters/selka/front.svg",
  5238. extra: 947 / 887
  5239. }
  5240. }
  5241. },
  5242. [
  5243. {
  5244. name: "Normal",
  5245. height: math.unit(5, "cm"),
  5246. default: true
  5247. },
  5248. ]
  5249. ))
  5250. characterMakers.push(() => makeCharacter(
  5251. { name: "Verin" },
  5252. {
  5253. front: {
  5254. height: math.unit(8 + 3 / 12, "feet"),
  5255. weight: math.unit(424, "lbs"),
  5256. name: "Front",
  5257. image: {
  5258. source: "./media/characters/verin/front.svg",
  5259. extra: 1845 / 1550
  5260. }
  5261. },
  5262. frontArmored: {
  5263. height: math.unit(8 + 3 / 12, "feet"),
  5264. weight: math.unit(424, "lbs"),
  5265. name: "Front (Armored)",
  5266. image: {
  5267. source: "./media/characters/verin/front-armor.svg",
  5268. extra: 1845 / 1550,
  5269. bottom: 0.01
  5270. }
  5271. },
  5272. back: {
  5273. height: math.unit(8 + 3 / 12, "feet"),
  5274. weight: math.unit(424, "lbs"),
  5275. name: "Back",
  5276. image: {
  5277. source: "./media/characters/verin/back.svg",
  5278. bottom: 0.1,
  5279. extra: 1
  5280. }
  5281. },
  5282. foot: {
  5283. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5284. name: "Foot",
  5285. image: {
  5286. source: "./media/characters/verin/foot.svg"
  5287. }
  5288. },
  5289. },
  5290. [
  5291. {
  5292. name: "Normal",
  5293. height: math.unit(8 + 3 / 12, "feet")
  5294. },
  5295. {
  5296. name: "Minimacro",
  5297. height: math.unit(21, "feet"),
  5298. default: true
  5299. },
  5300. {
  5301. name: "Macro",
  5302. height: math.unit(626, "feet")
  5303. },
  5304. ]
  5305. ))
  5306. characterMakers.push(() => makeCharacter(
  5307. { name: "Sovrim Terraquian" },
  5308. {
  5309. front: {
  5310. height: math.unit(2.718, "meters"),
  5311. weight: math.unit(150, "lbs"),
  5312. name: "Front",
  5313. image: {
  5314. source: "./media/characters/sovrim-terraquian/front.svg"
  5315. }
  5316. },
  5317. back: {
  5318. height: math.unit(2.718, "meters"),
  5319. weight: math.unit(150, "lbs"),
  5320. name: "Back",
  5321. image: {
  5322. source: "./media/characters/sovrim-terraquian/back.svg"
  5323. }
  5324. }
  5325. },
  5326. [
  5327. {
  5328. name: "Micro",
  5329. height: math.unit(2, "inches")
  5330. },
  5331. {
  5332. name: "Small",
  5333. height: math.unit(1, "meter")
  5334. },
  5335. {
  5336. name: "Normal",
  5337. height: math.unit(Math.E, "meters"),
  5338. default: true
  5339. },
  5340. {
  5341. name: "Macro",
  5342. height: math.unit(20, "meters")
  5343. },
  5344. {
  5345. name: "Macro+",
  5346. height: math.unit(400, "meters")
  5347. },
  5348. ]
  5349. ))
  5350. characterMakers.push(() => makeCharacter(
  5351. { name: "Reece Silvermane" },
  5352. {
  5353. front: {
  5354. height: math.unit(7, "feet"),
  5355. weight: math.unit(489, "lbs"),
  5356. name: "Front",
  5357. image: {
  5358. source: "./media/characters/reece-silvermane/front.svg",
  5359. bottom: 0.02,
  5360. extra: 1
  5361. }
  5362. },
  5363. },
  5364. [
  5365. {
  5366. name: "Macro",
  5367. height: math.unit(1.5, "miles"),
  5368. default: true
  5369. },
  5370. ]
  5371. ))
  5372. characterMakers.push(() => makeCharacter(
  5373. { name: "Kane" },
  5374. {
  5375. front: {
  5376. height: math.unit(6, "feet"),
  5377. weight: math.unit(78, "kg"),
  5378. name: "Front",
  5379. image: {
  5380. source: "./media/characters/kane/front.svg",
  5381. extra: 978 / 899
  5382. }
  5383. },
  5384. },
  5385. [
  5386. {
  5387. name: "Normal",
  5388. height: math.unit(2.1, "m"),
  5389. },
  5390. {
  5391. name: "Macro",
  5392. height: math.unit(1, "km"),
  5393. default: true
  5394. },
  5395. ]
  5396. ))
  5397. characterMakers.push(() => makeCharacter(
  5398. { name: "Tegon" },
  5399. {
  5400. front: {
  5401. height: math.unit(6, "feet"),
  5402. weight: math.unit(200, "kg"),
  5403. name: "Front",
  5404. image: {
  5405. source: "./media/characters/tegon/front.svg",
  5406. bottom: 0.01,
  5407. extra: 1
  5408. }
  5409. },
  5410. },
  5411. [
  5412. {
  5413. name: "Micro",
  5414. height: math.unit(1, "inch")
  5415. },
  5416. {
  5417. name: "Normal",
  5418. height: math.unit(6 + 3 / 12, "feet"),
  5419. default: true
  5420. },
  5421. {
  5422. name: "Macro",
  5423. height: math.unit(300, "feet")
  5424. },
  5425. {
  5426. name: "Megamacro",
  5427. height: math.unit(69, "miles")
  5428. },
  5429. ]
  5430. ))
  5431. characterMakers.push(() => makeCharacter(
  5432. { name: "Arcturax" },
  5433. {
  5434. side: {
  5435. height: math.unit(6, "feet"),
  5436. weight: math.unit(2304, "lbs"),
  5437. name: "Side",
  5438. image: {
  5439. source: "./media/characters/arcturax/side.svg",
  5440. extra: 790 / 376,
  5441. bottom: 0.01
  5442. }
  5443. },
  5444. },
  5445. [
  5446. {
  5447. name: "Micro",
  5448. height: math.unit(2, "inch")
  5449. },
  5450. {
  5451. name: "Normal",
  5452. height: math.unit(6, "feet")
  5453. },
  5454. {
  5455. name: "Macro",
  5456. height: math.unit(39, "feet"),
  5457. default: true
  5458. },
  5459. {
  5460. name: "Megamacro",
  5461. height: math.unit(7, "miles")
  5462. },
  5463. ]
  5464. ))
  5465. characterMakers.push(() => makeCharacter(
  5466. { name: "Sentri" },
  5467. {
  5468. front: {
  5469. height: math.unit(6, "feet"),
  5470. weight: math.unit(50, "lbs"),
  5471. name: "Front",
  5472. image: {
  5473. source: "./media/characters/sentri/front.svg",
  5474. extra: 1750 / 1570,
  5475. bottom: 0.025
  5476. }
  5477. },
  5478. frontAlt: {
  5479. height: math.unit(6, "feet"),
  5480. weight: math.unit(50, "lbs"),
  5481. name: "Front (Alt)",
  5482. image: {
  5483. source: "./media/characters/sentri/front-alt.svg",
  5484. extra: 1750 / 1570,
  5485. bottom: 0.025
  5486. }
  5487. },
  5488. },
  5489. [
  5490. {
  5491. name: "Normal",
  5492. height: math.unit(15, "feet"),
  5493. default: true
  5494. },
  5495. {
  5496. name: "Macro",
  5497. height: math.unit(2500, "feet")
  5498. }
  5499. ]
  5500. ))
  5501. characterMakers.push(() => makeCharacter(
  5502. { name: "Corvin" },
  5503. {
  5504. front: {
  5505. height: math.unit(5 + 8 / 12, "feet"),
  5506. weight: math.unit(130, "lbs"),
  5507. name: "Front",
  5508. image: {
  5509. source: "./media/characters/corvin/front.svg",
  5510. extra: 1803 / 1629
  5511. }
  5512. },
  5513. frontShirt: {
  5514. height: math.unit(5 + 8 / 12, "feet"),
  5515. weight: math.unit(130, "lbs"),
  5516. name: "Front (Shirt)",
  5517. image: {
  5518. source: "./media/characters/corvin/front-shirt.svg",
  5519. extra: 1803 / 1629
  5520. }
  5521. },
  5522. frontPoncho: {
  5523. height: math.unit(5 + 8 / 12, "feet"),
  5524. weight: math.unit(130, "lbs"),
  5525. name: "Front (Poncho)",
  5526. image: {
  5527. source: "./media/characters/corvin/front-poncho.svg",
  5528. extra: 1803 / 1629
  5529. }
  5530. },
  5531. side: {
  5532. height: math.unit(5 + 8 / 12, "feet"),
  5533. weight: math.unit(130, "lbs"),
  5534. name: "Side",
  5535. image: {
  5536. source: "./media/characters/corvin/side.svg",
  5537. extra: 1012 / 945
  5538. }
  5539. },
  5540. back: {
  5541. height: math.unit(5 + 8 / 12, "feet"),
  5542. weight: math.unit(130, "lbs"),
  5543. name: "Back",
  5544. image: {
  5545. source: "./media/characters/corvin/back.svg",
  5546. extra: 1803 / 1629
  5547. }
  5548. },
  5549. },
  5550. [
  5551. {
  5552. name: "Micro",
  5553. height: math.unit(3, "inches")
  5554. },
  5555. {
  5556. name: "Normal",
  5557. height: math.unit(5 + 8 / 12, "feet")
  5558. },
  5559. {
  5560. name: "Macro",
  5561. height: math.unit(300, "feet"),
  5562. default: true
  5563. },
  5564. {
  5565. name: "Megamacro",
  5566. height: math.unit(500, "miles")
  5567. }
  5568. ]
  5569. ))
  5570. characterMakers.push(() => makeCharacter(
  5571. { name: "Q" },
  5572. {
  5573. front: {
  5574. height: math.unit(6, "feet"),
  5575. weight: math.unit(135, "lbs"),
  5576. name: "Front",
  5577. image: {
  5578. source: "./media/characters/q/front.svg",
  5579. extra: 854 / 752,
  5580. bottom: 0.005
  5581. }
  5582. },
  5583. back: {
  5584. height: math.unit(6, "feet"),
  5585. weight: math.unit(130, "lbs"),
  5586. name: "Back",
  5587. image: {
  5588. source: "./media/characters/q/back.svg",
  5589. extra: 854 / 752
  5590. }
  5591. },
  5592. },
  5593. [
  5594. {
  5595. name: "Macro",
  5596. height: math.unit(90, "feet"),
  5597. default: true
  5598. },
  5599. {
  5600. name: "Extra Macro",
  5601. height: math.unit(300, "feet"),
  5602. },
  5603. {
  5604. name: "BIG WALF",
  5605. height: math.unit(750, "feet"),
  5606. },
  5607. ]
  5608. ))
  5609. characterMakers.push(() => makeCharacter(
  5610. { name: "Carley" },
  5611. {
  5612. front: {
  5613. height: math.unit(6, "feet"),
  5614. weight: math.unit(150, "lbs"),
  5615. name: "Front",
  5616. image: {
  5617. source: "./media/characters/carley/front.svg",
  5618. extra: 3927 / 3540,
  5619. bottom: 0.03
  5620. }
  5621. }
  5622. },
  5623. [
  5624. {
  5625. name: "Normal",
  5626. height: math.unit(6 + 3 / 12, "feet")
  5627. },
  5628. {
  5629. name: "Macro",
  5630. height: math.unit(185, "feet"),
  5631. default: true
  5632. },
  5633. {
  5634. name: "Megamacro",
  5635. height: math.unit(8, "miles"),
  5636. },
  5637. ]
  5638. ))
  5639. characterMakers.push(() => makeCharacter(
  5640. { name: "Citrine" },
  5641. {
  5642. front: {
  5643. height: math.unit(3, "feet"),
  5644. weight: math.unit(28, "lbs"),
  5645. name: "Front",
  5646. image: {
  5647. source: "./media/characters/citrine/front.svg"
  5648. }
  5649. }
  5650. },
  5651. [
  5652. {
  5653. name: "Normal",
  5654. height: math.unit(3, "feet"),
  5655. default: true
  5656. }
  5657. ]
  5658. ))
  5659. characterMakers.push(() => makeCharacter(
  5660. { name: "Aura Starwind" },
  5661. {
  5662. front: {
  5663. height: math.unit(14, "feet"),
  5664. weight: math.unit(1450, "kg"),
  5665. name: "Front",
  5666. image: {
  5667. source: "./media/characters/aura-starwind/front.svg",
  5668. extra: 1455 / 1335
  5669. }
  5670. },
  5671. side: {
  5672. height: math.unit(14, "feet"),
  5673. weight: math.unit(1450, "kg"),
  5674. name: "Side",
  5675. image: {
  5676. source: "./media/characters/aura-starwind/side.svg",
  5677. extra: 1654 / 1497
  5678. }
  5679. },
  5680. taur: {
  5681. height: math.unit(18, "feet"),
  5682. weight: math.unit(5500, "kg"),
  5683. name: "Taur",
  5684. image: {
  5685. source: "./media/characters/aura-starwind/taur.svg",
  5686. extra: 1760 / 1650
  5687. }
  5688. },
  5689. feral: {
  5690. height: math.unit(46, "feet"),
  5691. weight: math.unit(25000, "kg"),
  5692. name: "Feral",
  5693. image: {
  5694. source: "./media/characters/aura-starwind/feral.svg"
  5695. }
  5696. },
  5697. },
  5698. [
  5699. {
  5700. name: "Normal",
  5701. height: math.unit(14, "feet"),
  5702. default: true
  5703. },
  5704. {
  5705. name: "Macro",
  5706. height: math.unit(50, "meters")
  5707. },
  5708. {
  5709. name: "Megamacro",
  5710. height: math.unit(5000, "meters")
  5711. },
  5712. {
  5713. name: "Gigamacro",
  5714. height: math.unit(100000, "kilometers")
  5715. },
  5716. ]
  5717. ))
  5718. characterMakers.push(() => makeCharacter(
  5719. { name: "Rivet" },
  5720. {
  5721. front: {
  5722. height: math.unit(2 + 7 / 12, "feet"),
  5723. weight: math.unit(32, "lbs"),
  5724. name: "Front",
  5725. image: {
  5726. source: "./media/characters/rivet/front.svg",
  5727. extra: 1716 / 1658,
  5728. bottom: 0.03
  5729. }
  5730. },
  5731. foot: {
  5732. height: math.unit(0.551, "feet"),
  5733. name: "Rivet's Foot",
  5734. image: {
  5735. source: "./media/characters/rivet/foot.svg"
  5736. },
  5737. rename: true
  5738. }
  5739. },
  5740. [
  5741. {
  5742. name: "Micro",
  5743. height: math.unit(1.5, "inches"),
  5744. },
  5745. {
  5746. name: "Normal",
  5747. height: math.unit(2 + 7 / 12, "feet"),
  5748. default: true
  5749. },
  5750. {
  5751. name: "Macro",
  5752. height: math.unit(85, "feet")
  5753. },
  5754. {
  5755. name: "Megamacro",
  5756. height: math.unit(2.2, "km")
  5757. }
  5758. ]
  5759. ))
  5760. characterMakers.push(() => makeCharacter(
  5761. { name: "Coffee" },
  5762. {
  5763. front: {
  5764. height: math.unit(5 + 9 / 12, "feet"),
  5765. weight: math.unit(150, "lbs"),
  5766. name: "Front",
  5767. image: {
  5768. source: "./media/characters/coffee/front.svg",
  5769. extra: 3666 / 3032,
  5770. bottom: 0.04
  5771. }
  5772. },
  5773. foot: {
  5774. height: math.unit(1.29, "feet"),
  5775. name: "Foot",
  5776. image: {
  5777. source: "./media/characters/coffee/foot.svg"
  5778. }
  5779. },
  5780. },
  5781. [
  5782. {
  5783. name: "Micro",
  5784. height: math.unit(2, "inches"),
  5785. },
  5786. {
  5787. name: "Normal",
  5788. height: math.unit(5 + 9 / 12, "feet"),
  5789. default: true
  5790. },
  5791. {
  5792. name: "Macro",
  5793. height: math.unit(800, "feet")
  5794. },
  5795. {
  5796. name: "Megamacro",
  5797. height: math.unit(25, "miles")
  5798. }
  5799. ]
  5800. ))
  5801. characterMakers.push(() => makeCharacter(
  5802. { name: "Chari-Gal" },
  5803. {
  5804. front: {
  5805. height: math.unit(6, "feet"),
  5806. weight: math.unit(200, "lbs"),
  5807. name: "Front",
  5808. image: {
  5809. source: "./media/characters/chari-gal/front.svg",
  5810. extra: 1568 / 1385,
  5811. bottom: 0.047
  5812. }
  5813. },
  5814. gigantamax: {
  5815. height: math.unit(6 * 16, "feet"),
  5816. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5817. name: "Gigantamax",
  5818. image: {
  5819. source: "./media/characters/chari-gal/gigantamax.svg",
  5820. extra: 1124 / 888,
  5821. bottom: 0.03
  5822. }
  5823. },
  5824. },
  5825. [
  5826. {
  5827. name: "Normal",
  5828. height: math.unit(5 + 7 / 12, "feet")
  5829. },
  5830. {
  5831. name: "Macro",
  5832. height: math.unit(200, "feet"),
  5833. default: true
  5834. }
  5835. ]
  5836. ))
  5837. characterMakers.push(() => makeCharacter(
  5838. { name: "Nova" },
  5839. {
  5840. front: {
  5841. height: math.unit(6, "feet"),
  5842. weight: math.unit(150, "lbs"),
  5843. name: "Front",
  5844. image: {
  5845. source: "./media/characters/nova/front.svg",
  5846. extra: 5000 / 4722,
  5847. bottom: 0.02
  5848. }
  5849. }
  5850. },
  5851. [
  5852. {
  5853. name: "Micro-",
  5854. height: math.unit(0.8, "inches")
  5855. },
  5856. {
  5857. name: "Micro",
  5858. height: math.unit(2, "inches"),
  5859. default: true
  5860. },
  5861. ]
  5862. ))
  5863. characterMakers.push(() => makeCharacter(
  5864. { name: "Argent" },
  5865. {
  5866. front: {
  5867. height: math.unit(3 + 1 / 12, "feet"),
  5868. weight: math.unit(21.7, "lbs"),
  5869. name: "Front",
  5870. image: {
  5871. source: "./media/characters/argent/front.svg",
  5872. extra: 1565 / 1416,
  5873. bottom: 0.01
  5874. }
  5875. }
  5876. },
  5877. [
  5878. {
  5879. name: "Micro",
  5880. height: math.unit(2, "inches")
  5881. },
  5882. {
  5883. name: "Normal",
  5884. height: math.unit(3 + 1 / 12, "feet"),
  5885. default: true
  5886. },
  5887. {
  5888. name: "Macro",
  5889. height: math.unit(120, "feet")
  5890. },
  5891. ]
  5892. ))
  5893. characterMakers.push(() => makeCharacter(
  5894. { name: "Mira al-Cul" },
  5895. {
  5896. lamp: {
  5897. height: math.unit(7 * 1559 / 989, "feet"),
  5898. name: "Magic Lamp",
  5899. image: {
  5900. source: "./media/characters/mira-al-cul/lamp.svg",
  5901. extra: 1617 / 1559
  5902. }
  5903. },
  5904. front: {
  5905. height: math.unit(7, "feet"),
  5906. name: "Front",
  5907. image: {
  5908. source: "./media/characters/mira-al-cul/front.svg",
  5909. extra: 1044 / 990
  5910. }
  5911. },
  5912. },
  5913. [
  5914. {
  5915. name: "Heavily Restricted",
  5916. height: math.unit(7 * 1559 / 989, "feet")
  5917. },
  5918. {
  5919. name: "Freshly Freed",
  5920. height: math.unit(50 * 1559 / 989, "feet")
  5921. },
  5922. {
  5923. name: "World Encompassing",
  5924. height: math.unit(10000 * 1559 / 989, "miles")
  5925. },
  5926. {
  5927. name: "Galactic",
  5928. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5929. },
  5930. {
  5931. name: "Palmed Universe",
  5932. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5933. default: true
  5934. },
  5935. {
  5936. name: "Multiversal Matriarch",
  5937. height: math.unit(8.87e10, "yottameters")
  5938. },
  5939. {
  5940. name: "Void Mother",
  5941. height: math.unit(3.14e110, "yottaparsecs")
  5942. },
  5943. ]
  5944. ))
  5945. characterMakers.push(() => makeCharacter(
  5946. { name: "Kuro-shi Uchū" },
  5947. {
  5948. front: {
  5949. height: math.unit(17 + 1 / 12, "feet"),
  5950. weight: math.unit(476.2 * 5, "lbs"),
  5951. name: "Front",
  5952. image: {
  5953. source: "./media/characters/kuro-shi-uchū/front.svg",
  5954. extra: 2329 / 1835,
  5955. bottom: 0.02
  5956. }
  5957. },
  5958. },
  5959. [
  5960. {
  5961. name: "Micro",
  5962. height: math.unit(2, "inches")
  5963. },
  5964. {
  5965. name: "Normal",
  5966. height: math.unit(12, "meters")
  5967. },
  5968. {
  5969. name: "Planetary",
  5970. height: math.unit(0.00929, "AU"),
  5971. default: true
  5972. },
  5973. {
  5974. name: "Universal",
  5975. height: math.unit(20, "gigaparsecs")
  5976. },
  5977. ]
  5978. ))
  5979. characterMakers.push(() => makeCharacter(
  5980. { name: "Katherine" },
  5981. {
  5982. front: {
  5983. height: math.unit(5 + 2 / 12, "feet"),
  5984. weight: math.unit(120, "lbs"),
  5985. name: "Front",
  5986. image: {
  5987. source: "./media/characters/katherine/front.svg",
  5988. extra: 2075 / 1969
  5989. }
  5990. },
  5991. dress: {
  5992. height: math.unit(5 + 2 / 12, "feet"),
  5993. weight: math.unit(120, "lbs"),
  5994. name: "Dress",
  5995. image: {
  5996. source: "./media/characters/katherine/dress.svg",
  5997. extra: 2258 / 2064
  5998. }
  5999. },
  6000. },
  6001. [
  6002. {
  6003. name: "Micro",
  6004. height: math.unit(1, "inches"),
  6005. default: true
  6006. },
  6007. {
  6008. name: "Normal",
  6009. height: math.unit(5 + 2 / 12, "feet")
  6010. },
  6011. {
  6012. name: "Macro",
  6013. height: math.unit(100, "meters")
  6014. },
  6015. {
  6016. name: "Megamacro",
  6017. height: math.unit(80, "miles")
  6018. },
  6019. ]
  6020. ))
  6021. characterMakers.push(() => makeCharacter(
  6022. { name: "Yevis" },
  6023. {
  6024. front: {
  6025. height: math.unit(7 + 8 / 12, "feet"),
  6026. weight: math.unit(250, "lbs"),
  6027. name: "Front",
  6028. image: {
  6029. source: "./media/characters/yevis/front.svg",
  6030. extra: 1938 / 1755
  6031. }
  6032. }
  6033. },
  6034. [
  6035. {
  6036. name: "Mortal",
  6037. height: math.unit(7 + 8 / 12, "feet")
  6038. },
  6039. {
  6040. name: "Battle",
  6041. height: math.unit(25 + 11 / 12, "feet")
  6042. },
  6043. {
  6044. name: "Wrath",
  6045. height: math.unit(1654 + 11 / 12, "feet")
  6046. },
  6047. {
  6048. name: "Planet Destroyer",
  6049. height: math.unit(12000, "miles")
  6050. },
  6051. {
  6052. name: "Galaxy Conqueror",
  6053. height: math.unit(1.45, "zettameters"),
  6054. default: true
  6055. },
  6056. {
  6057. name: "Universal War",
  6058. height: math.unit(184, "gigaparsecs")
  6059. },
  6060. {
  6061. name: "Eternity War",
  6062. height: math.unit(1.98e55, "yottaparsecs")
  6063. },
  6064. ]
  6065. ))
  6066. characterMakers.push(() => makeCharacter(
  6067. { name: "Xavier" },
  6068. {
  6069. front: {
  6070. height: math.unit(5 + 8 / 12, "feet"),
  6071. weight: math.unit(63, "kg"),
  6072. name: "Front",
  6073. image: {
  6074. source: "./media/characters/xavier/front.svg",
  6075. extra: 944 / 883
  6076. }
  6077. },
  6078. frontStretch: {
  6079. height: math.unit(5 + 8 / 12, "feet"),
  6080. weight: math.unit(63, "kg"),
  6081. name: "Stretching",
  6082. image: {
  6083. source: "./media/characters/xavier/front-stretch.svg",
  6084. extra: 962 / 820
  6085. }
  6086. },
  6087. },
  6088. [
  6089. {
  6090. name: "Normal",
  6091. height: math.unit(5 + 8 / 12, "feet")
  6092. },
  6093. {
  6094. name: "Macro",
  6095. height: math.unit(100, "meters"),
  6096. default: true
  6097. },
  6098. {
  6099. name: "McLargeHuge",
  6100. height: math.unit(10, "miles")
  6101. },
  6102. ]
  6103. ))
  6104. characterMakers.push(() => makeCharacter(
  6105. { name: "Joshii" },
  6106. {
  6107. front: {
  6108. height: math.unit(5 + 5 / 12, "feet"),
  6109. weight: math.unit(150, "lb"),
  6110. name: "Front",
  6111. image: {
  6112. source: "./media/characters/joshii/front.svg"
  6113. }
  6114. },
  6115. foot: {
  6116. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6117. name: "Foot",
  6118. image: {
  6119. source: "./media/characters/joshii/foot.svg"
  6120. }
  6121. },
  6122. },
  6123. [
  6124. {
  6125. name: "Micro",
  6126. height: math.unit(2, "inches")
  6127. },
  6128. {
  6129. name: "Normal",
  6130. height: math.unit(5 + 5 / 12, "feet"),
  6131. default: true
  6132. },
  6133. {
  6134. name: "Macro",
  6135. height: math.unit(785, "feet")
  6136. },
  6137. {
  6138. name: "Megamacro",
  6139. height: math.unit(24.5, "miles")
  6140. },
  6141. ]
  6142. ))
  6143. characterMakers.push(() => makeCharacter(
  6144. { name: "Goddess Elizabeth" },
  6145. {
  6146. front: {
  6147. height: math.unit(6, "feet"),
  6148. weight: math.unit(150, "lb"),
  6149. name: "Front",
  6150. image: {
  6151. source: "./media/characters/goddess-elizabeth/front.svg",
  6152. extra: 1800 / 1525,
  6153. bottom: 0.005
  6154. }
  6155. },
  6156. foot: {
  6157. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6158. name: "Foot",
  6159. image: {
  6160. source: "./media/characters/goddess-elizabeth/foot.svg"
  6161. }
  6162. },
  6163. },
  6164. [
  6165. {
  6166. name: "Micro",
  6167. height: math.unit(12, "feet")
  6168. },
  6169. {
  6170. name: "Normal",
  6171. height: math.unit(80, "miles"),
  6172. default: true
  6173. },
  6174. {
  6175. name: "Macro",
  6176. height: math.unit(15000, "parsecs")
  6177. },
  6178. ]
  6179. ))
  6180. characterMakers.push(() => makeCharacter(
  6181. { name: "Kara" },
  6182. {
  6183. front: {
  6184. height: math.unit(5 + 9 / 12, "feet"),
  6185. weight: math.unit(144, "lb"),
  6186. name: "Front",
  6187. image: {
  6188. source: "./media/characters/kara/front.svg"
  6189. }
  6190. },
  6191. feet: {
  6192. height: math.unit(6 / 6.765, "feet"),
  6193. name: "Kara's Feet",
  6194. rename: true,
  6195. image: {
  6196. source: "./media/characters/kara/feet.svg"
  6197. }
  6198. },
  6199. },
  6200. [
  6201. {
  6202. name: "Normal",
  6203. height: math.unit(5 + 9 / 12, "feet")
  6204. },
  6205. {
  6206. name: "Macro",
  6207. height: math.unit(174, "feet"),
  6208. default: true
  6209. },
  6210. ]
  6211. ))
  6212. characterMakers.push(() => makeCharacter(
  6213. { name: "Tyrone" },
  6214. {
  6215. front: {
  6216. height: math.unit(18, "feet"),
  6217. weight: math.unit(4050, "lb"),
  6218. name: "Front",
  6219. image: {
  6220. source: "./media/characters/tyrone/front.svg",
  6221. extra: 2520 / 2402,
  6222. bottom: 0.025
  6223. }
  6224. },
  6225. },
  6226. [
  6227. {
  6228. name: "Normal",
  6229. height: math.unit(18, "feet"),
  6230. default: true
  6231. },
  6232. {
  6233. name: "Macro",
  6234. height: math.unit(300, "feet")
  6235. },
  6236. ]
  6237. ))
  6238. characterMakers.push(() => makeCharacter(
  6239. { name: "Danny" },
  6240. {
  6241. front: {
  6242. height: math.unit(7 + 8 / 12, "feet"),
  6243. weight: math.unit(120, "lb"),
  6244. name: "Front",
  6245. image: {
  6246. source: "./media/characters/danny/front.svg",
  6247. extra: 1490 / 1350
  6248. }
  6249. },
  6250. back: {
  6251. height: math.unit(7 + 8 / 12, "feet"),
  6252. weight: math.unit(120, "lb"),
  6253. name: "Back",
  6254. image: {
  6255. source: "./media/characters/danny/back.svg",
  6256. extra: 1490 / 1350
  6257. }
  6258. },
  6259. },
  6260. [
  6261. {
  6262. name: "Normal",
  6263. height: math.unit(7 + 8 / 12, "feet"),
  6264. default: true
  6265. },
  6266. ]
  6267. ))
  6268. characterMakers.push(() => makeCharacter(
  6269. { name: "Mallow" },
  6270. {
  6271. front: {
  6272. height: math.unit(3.5, "inches"),
  6273. weight: math.unit(19, "grams"),
  6274. name: "Front",
  6275. image: {
  6276. source: "./media/characters/mallow/front.svg",
  6277. extra: 471 / 431
  6278. }
  6279. },
  6280. back: {
  6281. height: math.unit(3.5, "inches"),
  6282. weight: math.unit(19, "grams"),
  6283. name: "Back",
  6284. image: {
  6285. source: "./media/characters/mallow/back.svg",
  6286. extra: 471 / 431
  6287. }
  6288. },
  6289. },
  6290. [
  6291. {
  6292. name: "Normal",
  6293. height: math.unit(3.5, "inches"),
  6294. default: true
  6295. },
  6296. ]
  6297. ))
  6298. characterMakers.push(() => makeCharacter(
  6299. { name: "Starry Aqua" },
  6300. {
  6301. front: {
  6302. height: math.unit(9, "feet"),
  6303. weight: math.unit(230, "kg"),
  6304. name: "Front",
  6305. image: {
  6306. source: "./media/characters/starry-aqua/front.svg"
  6307. }
  6308. },
  6309. back: {
  6310. height: math.unit(9, "feet"),
  6311. weight: math.unit(230, "kg"),
  6312. name: "Back",
  6313. image: {
  6314. source: "./media/characters/starry-aqua/back.svg"
  6315. }
  6316. },
  6317. hand: {
  6318. height: math.unit(9 * 0.1168, "feet"),
  6319. name: "Hand",
  6320. image: {
  6321. source: "./media/characters/starry-aqua/hand.svg"
  6322. }
  6323. },
  6324. foot: {
  6325. height: math.unit(9 * 0.18, "feet"),
  6326. name: "Foot",
  6327. image: {
  6328. source: "./media/characters/starry-aqua/foot.svg"
  6329. }
  6330. }
  6331. },
  6332. [
  6333. {
  6334. name: "Micro",
  6335. height: math.unit(3, "inches")
  6336. },
  6337. {
  6338. name: "Normal",
  6339. height: math.unit(9, "feet")
  6340. },
  6341. {
  6342. name: "Macro",
  6343. height: math.unit(300, "feet"),
  6344. default: true
  6345. },
  6346. {
  6347. name: "Megamacro",
  6348. height: math.unit(3200, "feet")
  6349. }
  6350. ]
  6351. ))
  6352. characterMakers.push(() => makeCharacter(
  6353. { name: "Luka" },
  6354. {
  6355. front: {
  6356. height: math.unit(6, "feet"),
  6357. weight: math.unit(230, "lb"),
  6358. name: "Front",
  6359. image: {
  6360. source: "./media/characters/luka/front.svg",
  6361. extra: 1,
  6362. bottom: 0.025
  6363. }
  6364. },
  6365. },
  6366. [
  6367. {
  6368. name: "Normal",
  6369. height: math.unit(12 + 8 / 12, "feet"),
  6370. default: true
  6371. },
  6372. {
  6373. name: "Minimacro",
  6374. height: math.unit(20, "feet")
  6375. },
  6376. {
  6377. name: "Macro",
  6378. height: math.unit(250, "feet")
  6379. },
  6380. {
  6381. name: "Megamacro",
  6382. height: math.unit(5, "miles")
  6383. },
  6384. {
  6385. name: "Gigamacro",
  6386. height: math.unit(8000, "miles")
  6387. },
  6388. ]
  6389. ))
  6390. characterMakers.push(() => makeCharacter(
  6391. { name: "Natalie Nightring" },
  6392. {
  6393. front: {
  6394. height: math.unit(6, "feet"),
  6395. weight: math.unit(150, "lb"),
  6396. name: "Front",
  6397. image: {
  6398. source: "./media/characters/natalie-nightring/front.svg",
  6399. extra: 1,
  6400. bottom: 0.06
  6401. }
  6402. },
  6403. },
  6404. [
  6405. {
  6406. name: "Uh Oh",
  6407. height: math.unit(0.1, "mm")
  6408. },
  6409. {
  6410. name: "Small",
  6411. height: math.unit(3, "inches")
  6412. },
  6413. {
  6414. name: "Human Scale",
  6415. height: math.unit(6, "feet")
  6416. },
  6417. {
  6418. name: "Librarian",
  6419. height: math.unit(50, "feet"),
  6420. default: true
  6421. },
  6422. {
  6423. name: "Immense",
  6424. height: math.unit(200, "miles")
  6425. },
  6426. ]
  6427. ))
  6428. characterMakers.push(() => makeCharacter(
  6429. { name: "Danni Rosie" },
  6430. {
  6431. front: {
  6432. height: math.unit(6, "feet"),
  6433. weight: math.unit(180, "lbs"),
  6434. name: "Front",
  6435. image: {
  6436. source: "./media/characters/danni-rosie/front.svg",
  6437. extra: 1260 / 1128,
  6438. bottom: 0.022
  6439. }
  6440. },
  6441. },
  6442. [
  6443. {
  6444. name: "Micro",
  6445. height: math.unit(2, "inches"),
  6446. default: true
  6447. },
  6448. ]
  6449. ))
  6450. characterMakers.push(() => makeCharacter(
  6451. { name: "Samantha Kruse" },
  6452. {
  6453. front: {
  6454. height: math.unit(5 + 9 / 12, "feet"),
  6455. weight: math.unit(220, "lb"),
  6456. name: "Front",
  6457. image: {
  6458. source: "./media/characters/samantha-kruse/front.svg",
  6459. extra: (985 / 935),
  6460. bottom: 0.03
  6461. }
  6462. },
  6463. frontUndressed: {
  6464. height: math.unit(5 + 9 / 12, "feet"),
  6465. weight: math.unit(220, "lb"),
  6466. name: "Front (Undressed)",
  6467. image: {
  6468. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6469. extra: (973 / 923),
  6470. bottom: 0.025
  6471. }
  6472. },
  6473. fat: {
  6474. height: math.unit(5 + 9 / 12, "feet"),
  6475. weight: math.unit(900, "lb"),
  6476. name: "Front (Fat)",
  6477. image: {
  6478. source: "./media/characters/samantha-kruse/fat.svg",
  6479. extra: 2688 / 2561
  6480. }
  6481. },
  6482. },
  6483. [
  6484. {
  6485. name: "Normal",
  6486. height: math.unit(5 + 9 / 12, "feet"),
  6487. default: true
  6488. }
  6489. ]
  6490. ))
  6491. characterMakers.push(() => makeCharacter(
  6492. { name: "Amelia Rosie" },
  6493. {
  6494. back: {
  6495. height: math.unit(5 + 4 / 12, "feet"),
  6496. weight: math.unit(4963, "lb"),
  6497. name: "Back",
  6498. image: {
  6499. source: "./media/characters/amelia-rosie/back.svg",
  6500. extra: 1113 / 963,
  6501. bottom: 0.01
  6502. }
  6503. },
  6504. },
  6505. [
  6506. {
  6507. name: "Level 0",
  6508. height: math.unit(5 + 4 / 12, "feet")
  6509. },
  6510. {
  6511. name: "Level 1",
  6512. height: math.unit(164597, "feet"),
  6513. default: true
  6514. },
  6515. {
  6516. name: "Level 2",
  6517. height: math.unit(956243, "miles")
  6518. },
  6519. {
  6520. name: "Level 3",
  6521. height: math.unit(29421709423, "miles")
  6522. },
  6523. {
  6524. name: "Level 4",
  6525. height: math.unit(154, "lightyears")
  6526. },
  6527. {
  6528. name: "Level 5",
  6529. height: math.unit(4738272, "lightyears")
  6530. },
  6531. {
  6532. name: "Level 6",
  6533. height: math.unit(145787152896, "lightyears")
  6534. },
  6535. ]
  6536. ))
  6537. characterMakers.push(() => makeCharacter(
  6538. { name: "Rook Kitara" },
  6539. {
  6540. front: {
  6541. height: math.unit(5 + 11 / 12, "feet"),
  6542. weight: math.unit(65, "kg"),
  6543. name: "Front",
  6544. image: {
  6545. source: "./media/characters/rook-kitara/front.svg",
  6546. extra: 1347 / 1274,
  6547. bottom: 0.005
  6548. }
  6549. },
  6550. },
  6551. [
  6552. {
  6553. name: "Totally Unfair",
  6554. height: math.unit(1.8, "mm")
  6555. },
  6556. {
  6557. name: "Lap Rookie",
  6558. height: math.unit(1.4, "feet")
  6559. },
  6560. {
  6561. name: "Normal",
  6562. height: math.unit(5 + 11 / 12, "feet"),
  6563. default: true
  6564. },
  6565. {
  6566. name: "How Did This Happen",
  6567. height: math.unit(80, "miles")
  6568. }
  6569. ]
  6570. ))
  6571. characterMakers.push(() => makeCharacter(
  6572. { name: "Pisces" },
  6573. {
  6574. front: {
  6575. height: math.unit(7, "feet"),
  6576. weight: math.unit(300, "lb"),
  6577. name: "Front",
  6578. image: {
  6579. source: "./media/characters/pisces/front.svg",
  6580. extra: 2255 / 2115,
  6581. bottom: 0.03
  6582. }
  6583. },
  6584. back: {
  6585. height: math.unit(7, "feet"),
  6586. weight: math.unit(300, "lb"),
  6587. name: "Back",
  6588. image: {
  6589. source: "./media/characters/pisces/back.svg",
  6590. extra: 2146 / 2055,
  6591. bottom: 0.04
  6592. }
  6593. },
  6594. },
  6595. [
  6596. {
  6597. name: "Normal",
  6598. height: math.unit(7, "feet"),
  6599. default: true
  6600. },
  6601. {
  6602. name: "Swimming Pool",
  6603. height: math.unit(12.2, "meters")
  6604. },
  6605. {
  6606. name: "Olympic Swimming Pool",
  6607. height: math.unit(56.3, "meters")
  6608. },
  6609. {
  6610. name: "Lake Superior",
  6611. height: math.unit(93900, "meters")
  6612. },
  6613. {
  6614. name: "Mediterranean Sea",
  6615. height: math.unit(644457, "meters")
  6616. },
  6617. {
  6618. name: "World's Oceans",
  6619. height: math.unit(4567491, "meters")
  6620. },
  6621. ]
  6622. ))
  6623. characterMakers.push(() => makeCharacter(
  6624. { name: "Zelas" },
  6625. {
  6626. front: {
  6627. height: math.unit(2.3, "meters"),
  6628. weight: math.unit(120, "kg"),
  6629. name: "Front",
  6630. image: {
  6631. source: "./media/characters/zelas/front.svg"
  6632. }
  6633. },
  6634. side: {
  6635. height: math.unit(2.3, "meters"),
  6636. weight: math.unit(120, "kg"),
  6637. name: "Side",
  6638. image: {
  6639. source: "./media/characters/zelas/side.svg"
  6640. }
  6641. },
  6642. back: {
  6643. height: math.unit(2.3, "meters"),
  6644. weight: math.unit(120, "kg"),
  6645. name: "Back",
  6646. image: {
  6647. source: "./media/characters/zelas/back.svg"
  6648. }
  6649. },
  6650. foot: {
  6651. height: math.unit(1.116, "feet"),
  6652. name: "Foot",
  6653. image: {
  6654. source: "./media/characters/zelas/foot.svg"
  6655. }
  6656. },
  6657. },
  6658. [
  6659. {
  6660. name: "Normal",
  6661. height: math.unit(2.3, "meters")
  6662. },
  6663. {
  6664. name: "Macro",
  6665. height: math.unit(30, "meters"),
  6666. default: true
  6667. },
  6668. ]
  6669. ))
  6670. characterMakers.push(() => makeCharacter(
  6671. { name: "Talbot" },
  6672. {
  6673. front: {
  6674. height: math.unit(1, "inch"),
  6675. weight: math.unit(0.21, "grams"),
  6676. name: "Front",
  6677. image: {
  6678. source: "./media/characters/talbot/front.svg",
  6679. extra: 594 / 544
  6680. }
  6681. },
  6682. },
  6683. [
  6684. {
  6685. name: "Micro",
  6686. height: math.unit(1, "inch"),
  6687. default: true
  6688. },
  6689. ]
  6690. ))
  6691. characterMakers.push(() => makeCharacter(
  6692. { name: "Fliss" },
  6693. {
  6694. front: {
  6695. height: math.unit(3 + 3 / 12, "feet"),
  6696. weight: math.unit(51.8, "lb"),
  6697. name: "Front",
  6698. image: {
  6699. source: "./media/characters/fliss/front.svg",
  6700. extra: 840 / 640
  6701. }
  6702. },
  6703. },
  6704. [
  6705. {
  6706. name: "Teeny Tiny",
  6707. height: math.unit(1, "mm")
  6708. },
  6709. {
  6710. name: "Small",
  6711. height: math.unit(1, "inch"),
  6712. default: true
  6713. },
  6714. {
  6715. name: "Standard Sylveon",
  6716. height: math.unit(3 + 3 / 12, "feet")
  6717. },
  6718. {
  6719. name: "Large Nuisance",
  6720. height: math.unit(33, "feet")
  6721. },
  6722. {
  6723. name: "City Filler",
  6724. height: math.unit(3000, "feet")
  6725. },
  6726. {
  6727. name: "New Horizon",
  6728. height: math.unit(6000, "miles")
  6729. },
  6730. ]
  6731. ))
  6732. characterMakers.push(() => makeCharacter(
  6733. { name: "Fleta" },
  6734. {
  6735. front: {
  6736. height: math.unit(5, "cm"),
  6737. weight: math.unit(1.94, "g"),
  6738. name: "Front",
  6739. image: {
  6740. source: "./media/characters/fleta/front.svg",
  6741. extra: 835 / 803
  6742. }
  6743. },
  6744. back: {
  6745. height: math.unit(5, "cm"),
  6746. weight: math.unit(1.94, "g"),
  6747. name: "Back",
  6748. image: {
  6749. source: "./media/characters/fleta/back.svg",
  6750. extra: 835 / 803
  6751. }
  6752. },
  6753. },
  6754. [
  6755. {
  6756. name: "Micro",
  6757. height: math.unit(5, "cm"),
  6758. default: true
  6759. },
  6760. ]
  6761. ))
  6762. characterMakers.push(() => makeCharacter(
  6763. { name: "Dominic" },
  6764. {
  6765. front: {
  6766. height: math.unit(6, "feet"),
  6767. weight: math.unit(225, "lb"),
  6768. name: "Front",
  6769. image: {
  6770. source: "./media/characters/dominic/front.svg",
  6771. extra: 1770 / 1620,
  6772. bottom: 0.025
  6773. }
  6774. },
  6775. back: {
  6776. height: math.unit(6, "feet"),
  6777. weight: math.unit(225, "lb"),
  6778. name: "Back",
  6779. image: {
  6780. source: "./media/characters/dominic/back.svg",
  6781. extra: 1745 / 1620,
  6782. bottom: 0.065
  6783. }
  6784. },
  6785. },
  6786. [
  6787. {
  6788. name: "Nano",
  6789. height: math.unit(0.1, "mm")
  6790. },
  6791. {
  6792. name: "Micro-",
  6793. height: math.unit(1, "mm")
  6794. },
  6795. {
  6796. name: "Micro",
  6797. height: math.unit(4, "inches")
  6798. },
  6799. {
  6800. name: "Normal",
  6801. height: math.unit(6 + 4 / 12, "feet"),
  6802. default: true
  6803. },
  6804. {
  6805. name: "Macro",
  6806. height: math.unit(115, "feet")
  6807. },
  6808. {
  6809. name: "Macro+",
  6810. height: math.unit(955, "feet")
  6811. },
  6812. {
  6813. name: "Megamacro",
  6814. height: math.unit(8990, "feet")
  6815. },
  6816. {
  6817. name: "Gigmacro",
  6818. height: math.unit(9310, "miles")
  6819. },
  6820. {
  6821. name: "Teramacro",
  6822. height: math.unit(1567005010, "miles")
  6823. },
  6824. {
  6825. name: "Examacro",
  6826. height: math.unit(1425, "parsecs")
  6827. },
  6828. ]
  6829. ))
  6830. characterMakers.push(() => makeCharacter(
  6831. { name: "Major Colonel" },
  6832. {
  6833. front: {
  6834. height: math.unit(400, "feet"),
  6835. weight: math.unit(44444444, "lb"),
  6836. name: "Front",
  6837. image: {
  6838. source: "./media/characters/major-colonel/front.svg"
  6839. }
  6840. },
  6841. back: {
  6842. height: math.unit(400, "feet"),
  6843. weight: math.unit(44444444, "lb"),
  6844. name: "Back",
  6845. image: {
  6846. source: "./media/characters/major-colonel/back.svg"
  6847. }
  6848. },
  6849. },
  6850. [
  6851. {
  6852. name: "Macro",
  6853. height: math.unit(400, "feet"),
  6854. default: true
  6855. },
  6856. ]
  6857. ))
  6858. characterMakers.push(() => makeCharacter(
  6859. { name: "Axel Lycan" },
  6860. {
  6861. front: {
  6862. height: math.unit(6, "feet"),
  6863. weight: math.unit(120, "lb"),
  6864. name: "Front",
  6865. image: {
  6866. source: "./media/characters/axel-lycan/front.svg",
  6867. extra: 1,
  6868. bottom: 0.08
  6869. }
  6870. },
  6871. },
  6872. [
  6873. {
  6874. name: "Macro",
  6875. height: math.unit(1, "km"),
  6876. default: true
  6877. },
  6878. ]
  6879. ))
  6880. characterMakers.push(() => makeCharacter(
  6881. { name: "Vanrel (Hyena)" },
  6882. {
  6883. front: {
  6884. height: math.unit(5 + 9 / 12, "feet"),
  6885. weight: math.unit(175, "lb"),
  6886. name: "Front",
  6887. image: {
  6888. source: "./media/characters/vanrel-hyena/front.svg",
  6889. extra: 1086 / 1010,
  6890. bottom: 0.04
  6891. }
  6892. },
  6893. },
  6894. [
  6895. {
  6896. name: "Normal",
  6897. height: math.unit(5 + 9 / 12, "feet"),
  6898. default: true
  6899. },
  6900. ]
  6901. ))
  6902. characterMakers.push(() => makeCharacter(
  6903. { name: "Abbott Absol" },
  6904. {
  6905. front: {
  6906. height: math.unit(6, "feet"),
  6907. weight: math.unit(103, "lb"),
  6908. name: "Front",
  6909. image: {
  6910. source: "./media/characters/abbott-absol/front.svg",
  6911. extra: 2010 / 1842
  6912. }
  6913. },
  6914. },
  6915. [
  6916. {
  6917. name: "Megamicro",
  6918. height: math.unit(0.1, "mm")
  6919. },
  6920. {
  6921. name: "Micro",
  6922. height: math.unit(1, "inch")
  6923. },
  6924. {
  6925. name: "Normal",
  6926. height: math.unit(6, "feet"),
  6927. default: true
  6928. },
  6929. ]
  6930. ))
  6931. characterMakers.push(() => makeCharacter(
  6932. { name: "Hector" },
  6933. {
  6934. front: {
  6935. height: math.unit(6, "feet"),
  6936. weight: math.unit(264, "lb"),
  6937. name: "Front",
  6938. image: {
  6939. source: "./media/characters/hector/front.svg",
  6940. extra: 2280 / 2130,
  6941. bottom: 0.07
  6942. }
  6943. },
  6944. },
  6945. [
  6946. {
  6947. name: "Normal",
  6948. height: math.unit(12.25, "foot"),
  6949. default: true
  6950. },
  6951. {
  6952. name: "Macro",
  6953. height: math.unit(160, "feet")
  6954. },
  6955. ]
  6956. ))
  6957. characterMakers.push(() => makeCharacter(
  6958. { name: "Sal" },
  6959. {
  6960. front: {
  6961. height: math.unit(6, "feet"),
  6962. weight: math.unit(150, "lb"),
  6963. name: "Front",
  6964. image: {
  6965. source: "./media/characters/sal/front.svg",
  6966. extra: 1846 / 1699,
  6967. bottom: 0.04
  6968. }
  6969. },
  6970. },
  6971. [
  6972. {
  6973. name: "Megamacro",
  6974. height: math.unit(10, "miles"),
  6975. default: true
  6976. },
  6977. ]
  6978. ))
  6979. characterMakers.push(() => makeCharacter(
  6980. { name: "Ranger" },
  6981. {
  6982. front: {
  6983. height: math.unit(3, "meters"),
  6984. weight: math.unit(450, "kg"),
  6985. name: "front",
  6986. image: {
  6987. source: "./media/characters/ranger/front.svg",
  6988. extra: 2401 / 2243,
  6989. bottom: 0.05
  6990. }
  6991. },
  6992. },
  6993. [
  6994. {
  6995. name: "Normal",
  6996. height: math.unit(3, "meters"),
  6997. default: true
  6998. },
  6999. ]
  7000. ))
  7001. characterMakers.push(() => makeCharacter(
  7002. { name: "Theresa" },
  7003. {
  7004. front: {
  7005. height: math.unit(14, "feet"),
  7006. weight: math.unit(800, "kg"),
  7007. name: "Front",
  7008. image: {
  7009. source: "./media/characters/theresa/front.svg",
  7010. extra: 3575 / 3346,
  7011. bottom: 0.03
  7012. }
  7013. },
  7014. },
  7015. [
  7016. {
  7017. name: "Normal",
  7018. height: math.unit(14, "feet"),
  7019. default: true
  7020. },
  7021. ]
  7022. ))
  7023. characterMakers.push(() => makeCharacter(
  7024. { name: "Ine" },
  7025. {
  7026. front: {
  7027. height: math.unit(6, "feet"),
  7028. weight: math.unit(3, "kg"),
  7029. name: "Front",
  7030. image: {
  7031. source: "./media/characters/ine/front.svg",
  7032. extra: 678 / 539,
  7033. bottom: 0.023
  7034. }
  7035. },
  7036. },
  7037. [
  7038. {
  7039. name: "Normal",
  7040. height: math.unit(2.265, "feet"),
  7041. default: true
  7042. },
  7043. ]
  7044. ))
  7045. characterMakers.push(() => makeCharacter(
  7046. { name: "Vial" },
  7047. {
  7048. front: {
  7049. height: math.unit(5, "feet"),
  7050. weight: math.unit(30, "kg"),
  7051. name: "Front",
  7052. image: {
  7053. source: "./media/characters/vial/front.svg",
  7054. extra: 1365 / 1277,
  7055. bottom: 0.04
  7056. }
  7057. },
  7058. },
  7059. [
  7060. {
  7061. name: "Normal",
  7062. height: math.unit(5, "feet"),
  7063. default: true
  7064. },
  7065. ]
  7066. ))
  7067. characterMakers.push(() => makeCharacter(
  7068. { name: "Rovoska" },
  7069. {
  7070. side: {
  7071. height: math.unit(3.4, "meters"),
  7072. weight: math.unit(1000, "lb"),
  7073. name: "Side",
  7074. image: {
  7075. source: "./media/characters/rovoska/side.svg",
  7076. extra: 4403 / 1515
  7077. }
  7078. },
  7079. },
  7080. [
  7081. {
  7082. name: "Normal",
  7083. height: math.unit(3.4, "meters"),
  7084. default: true
  7085. },
  7086. ]
  7087. ))
  7088. characterMakers.push(() => makeCharacter(
  7089. { name: "Gunner Rotthbauer" },
  7090. {
  7091. front: {
  7092. height: math.unit(8, "feet"),
  7093. weight: math.unit(315, "lb"),
  7094. name: "Front",
  7095. image: {
  7096. source: "./media/characters/gunner-rotthbauer/front.svg"
  7097. }
  7098. },
  7099. back: {
  7100. height: math.unit(8, "feet"),
  7101. weight: math.unit(315, "lb"),
  7102. name: "Back",
  7103. image: {
  7104. source: "./media/characters/gunner-rotthbauer/back.svg"
  7105. }
  7106. },
  7107. },
  7108. [
  7109. {
  7110. name: "Micro",
  7111. height: math.unit(3.5, "inches")
  7112. },
  7113. {
  7114. name: "Normal",
  7115. height: math.unit(8, "feet"),
  7116. default: true
  7117. },
  7118. {
  7119. name: "Macro",
  7120. height: math.unit(250, "feet")
  7121. },
  7122. {
  7123. name: "Megamacro",
  7124. height: math.unit(1, "AU")
  7125. },
  7126. ]
  7127. ))
  7128. characterMakers.push(() => makeCharacter(
  7129. { name: "Allatia" },
  7130. {
  7131. front: {
  7132. height: math.unit(5 + 5 / 12, "feet"),
  7133. weight: math.unit(140, "lb"),
  7134. name: "Front",
  7135. image: {
  7136. source: "./media/characters/allatia/front.svg",
  7137. extra: 1227 / 1180,
  7138. bottom: 0.027
  7139. }
  7140. },
  7141. },
  7142. [
  7143. {
  7144. name: "Normal",
  7145. height: math.unit(5 + 5 / 12, "feet")
  7146. },
  7147. {
  7148. name: "Macro",
  7149. height: math.unit(250, "feet"),
  7150. default: true
  7151. },
  7152. {
  7153. name: "Megamacro",
  7154. height: math.unit(8, "miles")
  7155. }
  7156. ]
  7157. ))
  7158. characterMakers.push(() => makeCharacter(
  7159. { name: "Tene" },
  7160. {
  7161. front: {
  7162. height: math.unit(6, "feet"),
  7163. weight: math.unit(120, "lb"),
  7164. name: "Front",
  7165. image: {
  7166. source: "./media/characters/tene/front.svg",
  7167. extra: 1728 / 1578,
  7168. bottom: 0.022
  7169. }
  7170. },
  7171. stomping: {
  7172. height: math.unit(2.025, "meters"),
  7173. weight: math.unit(120, "lb"),
  7174. name: "Stomping",
  7175. image: {
  7176. source: "./media/characters/tene/stomping.svg",
  7177. extra: 938 / 873,
  7178. bottom: 0.01
  7179. }
  7180. },
  7181. sitting: {
  7182. height: math.unit(1, "meter"),
  7183. weight: math.unit(120, "lb"),
  7184. name: "Sitting",
  7185. image: {
  7186. source: "./media/characters/tene/sitting.svg",
  7187. extra: 437 / 415,
  7188. bottom: 0.1
  7189. }
  7190. },
  7191. feral: {
  7192. height: math.unit(3.9, "feet"),
  7193. weight: math.unit(250, "lb"),
  7194. name: "Feral",
  7195. image: {
  7196. source: "./media/characters/tene/feral.svg",
  7197. extra: 717 / 458,
  7198. bottom: 0.179
  7199. }
  7200. },
  7201. },
  7202. [
  7203. {
  7204. name: "Normal",
  7205. height: math.unit(6, "feet")
  7206. },
  7207. {
  7208. name: "Macro",
  7209. height: math.unit(300, "feet"),
  7210. default: true
  7211. },
  7212. {
  7213. name: "Megamacro",
  7214. height: math.unit(5, "miles")
  7215. },
  7216. ]
  7217. ))
  7218. characterMakers.push(() => makeCharacter(
  7219. { name: "Evander" },
  7220. {
  7221. side: {
  7222. height: math.unit(6, "feet"),
  7223. name: "Side",
  7224. image: {
  7225. source: "./media/characters/evander/side.svg",
  7226. extra: 877 / 477
  7227. }
  7228. },
  7229. },
  7230. [
  7231. {
  7232. name: "Normal",
  7233. height: math.unit(0.83, "meters"),
  7234. default: true
  7235. },
  7236. ]
  7237. ))
  7238. characterMakers.push(() => makeCharacter(
  7239. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7240. {
  7241. front: {
  7242. height: math.unit(12, "feet"),
  7243. weight: math.unit(1000, "lb"),
  7244. name: "Front",
  7245. image: {
  7246. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7247. extra: 1762 / 1611
  7248. }
  7249. },
  7250. back: {
  7251. height: math.unit(12, "feet"),
  7252. weight: math.unit(1000, "lb"),
  7253. name: "Back",
  7254. image: {
  7255. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7256. extra: 1762 / 1611
  7257. }
  7258. },
  7259. },
  7260. [
  7261. {
  7262. name: "Normal",
  7263. height: math.unit(12, "feet"),
  7264. default: true
  7265. },
  7266. {
  7267. name: "Kaiju",
  7268. height: math.unit(150, "feet")
  7269. },
  7270. ]
  7271. ))
  7272. characterMakers.push(() => makeCharacter(
  7273. { name: "Zero Alurus" },
  7274. {
  7275. front: {
  7276. height: math.unit(6, "feet"),
  7277. weight: math.unit(150, "lb"),
  7278. name: "Front",
  7279. image: {
  7280. source: "./media/characters/zero-alurus/front.svg"
  7281. }
  7282. },
  7283. back: {
  7284. height: math.unit(6, "feet"),
  7285. weight: math.unit(150, "lb"),
  7286. name: "Back",
  7287. image: {
  7288. source: "./media/characters/zero-alurus/back.svg"
  7289. }
  7290. },
  7291. },
  7292. [
  7293. {
  7294. name: "Normal",
  7295. height: math.unit(5 + 10 / 12, "feet")
  7296. },
  7297. {
  7298. name: "Macro",
  7299. height: math.unit(60, "feet"),
  7300. default: true
  7301. },
  7302. {
  7303. name: "Macro+",
  7304. height: math.unit(450, "feet")
  7305. },
  7306. ]
  7307. ))
  7308. characterMakers.push(() => makeCharacter(
  7309. { name: "Mega Shi" },
  7310. {
  7311. front: {
  7312. height: math.unit(6, "feet"),
  7313. weight: math.unit(200, "lb"),
  7314. name: "Front",
  7315. image: {
  7316. source: "./media/characters/mega-shi/front.svg",
  7317. extra: 1279 / 1250,
  7318. bottom: 0.02
  7319. }
  7320. },
  7321. back: {
  7322. height: math.unit(6, "feet"),
  7323. weight: math.unit(200, "lb"),
  7324. name: "Back",
  7325. image: {
  7326. source: "./media/characters/mega-shi/back.svg",
  7327. extra: 1279 / 1250,
  7328. bottom: 0.02
  7329. }
  7330. },
  7331. },
  7332. [
  7333. {
  7334. name: "Micro",
  7335. height: math.unit(16 + 6 / 12, "feet")
  7336. },
  7337. {
  7338. name: "Normal",
  7339. height: math.unit(660, "feet"),
  7340. default: true
  7341. },
  7342. {
  7343. name: "Megamacro",
  7344. height: math.unit(10, "miles")
  7345. },
  7346. {
  7347. name: "Planetary Launch",
  7348. height: math.unit(500, "miles")
  7349. },
  7350. {
  7351. name: "Interstellar",
  7352. height: math.unit(1e9, "miles")
  7353. },
  7354. {
  7355. name: "Leaving the Universe",
  7356. height: math.unit(1, "gigaparsec")
  7357. },
  7358. {
  7359. name: "Travelling Universes",
  7360. height: math.unit(30e15, "parsecs")
  7361. },
  7362. ]
  7363. ))
  7364. characterMakers.push(() => makeCharacter(
  7365. { name: "Odyssey" },
  7366. {
  7367. front: {
  7368. height: math.unit(6, "feet"),
  7369. weight: math.unit(150, "lb"),
  7370. name: "Front",
  7371. image: {
  7372. source: "./media/characters/odyssey/front.svg",
  7373. extra: 1782 / 1582,
  7374. bottom: 0.01
  7375. }
  7376. },
  7377. side: {
  7378. height: math.unit(5.7, "feet"),
  7379. weight: math.unit(140, "lb"),
  7380. name: "Side",
  7381. image: {
  7382. source: "./media/characters/odyssey/side.svg",
  7383. extra: 6462 / 5700
  7384. }
  7385. },
  7386. },
  7387. [
  7388. {
  7389. name: "Normal",
  7390. height: math.unit(5 + 4 / 12, "feet")
  7391. },
  7392. {
  7393. name: "Macro",
  7394. height: math.unit(1, "km")
  7395. },
  7396. {
  7397. name: "Megamacro",
  7398. height: math.unit(3000, "km")
  7399. },
  7400. {
  7401. name: "Gigamacro",
  7402. height: math.unit(1, "AU"),
  7403. default: true
  7404. },
  7405. {
  7406. name: "Omniversal",
  7407. height: math.unit(100e14, "lightyears")
  7408. },
  7409. ]
  7410. ))
  7411. characterMakers.push(() => makeCharacter(
  7412. { name: "Mekuto" },
  7413. {
  7414. front: {
  7415. height: math.unit(6, "feet"),
  7416. weight: math.unit(300, "lb"),
  7417. name: "Front",
  7418. image: {
  7419. source: "./media/characters/mekuto/front.svg",
  7420. extra: 921 / 832,
  7421. bottom: 0.03
  7422. }
  7423. },
  7424. hand: {
  7425. height: math.unit(6 / 10.24, "feet"),
  7426. name: "Hand",
  7427. image: {
  7428. source: "./media/characters/mekuto/hand.svg"
  7429. }
  7430. },
  7431. foot: {
  7432. height: math.unit(6 / 5.05, "feet"),
  7433. name: "Foot",
  7434. image: {
  7435. source: "./media/characters/mekuto/foot.svg"
  7436. }
  7437. },
  7438. },
  7439. [
  7440. {
  7441. name: "Minimicro",
  7442. height: math.unit(0.2, "inches")
  7443. },
  7444. {
  7445. name: "Micro",
  7446. height: math.unit(1.5, "inches")
  7447. },
  7448. {
  7449. name: "Normal",
  7450. height: math.unit(5 + 11 / 12, "feet"),
  7451. default: true
  7452. },
  7453. {
  7454. name: "Minimacro",
  7455. height: math.unit(17 + 9 / 12, "feet")
  7456. },
  7457. {
  7458. name: "Macro",
  7459. height: math.unit(177.5, "feet")
  7460. },
  7461. {
  7462. name: "Megamacro",
  7463. height: math.unit(152, "miles")
  7464. },
  7465. ]
  7466. ))
  7467. characterMakers.push(() => makeCharacter(
  7468. { name: "Dafydd Tomos" },
  7469. {
  7470. front: {
  7471. height: math.unit(6.5, "inches"),
  7472. weight: math.unit(13, "oz"),
  7473. name: "Front",
  7474. image: {
  7475. source: "./media/characters/dafydd-tomos/front.svg",
  7476. extra: 2990 / 2603,
  7477. bottom: 0.03
  7478. }
  7479. },
  7480. },
  7481. [
  7482. {
  7483. name: "Micro",
  7484. height: math.unit(6.5, "inches"),
  7485. default: true
  7486. },
  7487. ]
  7488. ))
  7489. characterMakers.push(() => makeCharacter(
  7490. { name: "Splinter" },
  7491. {
  7492. front: {
  7493. height: math.unit(6, "feet"),
  7494. weight: math.unit(150, "lb"),
  7495. name: "Front",
  7496. image: {
  7497. source: "./media/characters/splinter/front.svg",
  7498. extra: 2990 / 2882,
  7499. bottom: 0.04
  7500. }
  7501. },
  7502. back: {
  7503. height: math.unit(6, "feet"),
  7504. weight: math.unit(150, "lb"),
  7505. name: "Back",
  7506. image: {
  7507. source: "./media/characters/splinter/back.svg",
  7508. extra: 2990 / 2882,
  7509. bottom: 0.04
  7510. }
  7511. },
  7512. },
  7513. [
  7514. {
  7515. name: "Normal",
  7516. height: math.unit(6, "feet")
  7517. },
  7518. {
  7519. name: "Macro",
  7520. height: math.unit(230, "meters"),
  7521. default: true
  7522. },
  7523. ]
  7524. ))
  7525. characterMakers.push(() => makeCharacter(
  7526. { name: "SnowGabumon" },
  7527. {
  7528. front: {
  7529. height: math.unit(4 + 10 / 12, "feet"),
  7530. weight: math.unit(480, "lb"),
  7531. name: "Front",
  7532. image: {
  7533. source: "./media/characters/snow-gabumon/front.svg",
  7534. extra: 1140 / 963,
  7535. bottom: 0.058
  7536. }
  7537. },
  7538. back: {
  7539. height: math.unit(4 + 10 / 12, "feet"),
  7540. weight: math.unit(480, "lb"),
  7541. name: "Back",
  7542. image: {
  7543. source: "./media/characters/snow-gabumon/back.svg",
  7544. extra: 1115 / 962,
  7545. bottom: 0.041
  7546. }
  7547. },
  7548. frontUndresed: {
  7549. height: math.unit(4 + 10 / 12, "feet"),
  7550. weight: math.unit(480, "lb"),
  7551. name: "Front (Undressed)",
  7552. image: {
  7553. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7554. extra: 1061 / 960,
  7555. bottom: 0.045
  7556. }
  7557. },
  7558. },
  7559. [
  7560. {
  7561. name: "Micro",
  7562. height: math.unit(1, "inch")
  7563. },
  7564. {
  7565. name: "Normal",
  7566. height: math.unit(4 + 10 / 12, "feet"),
  7567. default: true
  7568. },
  7569. {
  7570. name: "Macro",
  7571. height: math.unit(200, "feet")
  7572. },
  7573. {
  7574. name: "Megamacro",
  7575. height: math.unit(120, "miles")
  7576. },
  7577. {
  7578. name: "Gigamacro",
  7579. height: math.unit(9800, "miles")
  7580. },
  7581. ]
  7582. ))
  7583. characterMakers.push(() => makeCharacter(
  7584. { name: "Moody" },
  7585. {
  7586. front: {
  7587. height: math.unit(1.7, "meters"),
  7588. weight: math.unit(140, "lb"),
  7589. name: "Front",
  7590. image: {
  7591. source: "./media/characters/moody/front.svg",
  7592. extra: 3226 / 3007,
  7593. bottom: 0.087
  7594. }
  7595. },
  7596. },
  7597. [
  7598. {
  7599. name: "Micro",
  7600. height: math.unit(1, "mm")
  7601. },
  7602. {
  7603. name: "Normal",
  7604. height: math.unit(1.7, "meters"),
  7605. default: true
  7606. },
  7607. {
  7608. name: "Macro",
  7609. height: math.unit(80, "meters")
  7610. },
  7611. {
  7612. name: "Macro+",
  7613. height: math.unit(500, "meters")
  7614. },
  7615. ]
  7616. ))
  7617. characterMakers.push(() => makeCharacter(
  7618. { name: "Zyas" },
  7619. {
  7620. front: {
  7621. height: math.unit(6, "feet"),
  7622. weight: math.unit(150, "lb"),
  7623. name: "Front",
  7624. image: {
  7625. source: "./media/characters/zyas/front.svg",
  7626. extra: 1180 / 1120,
  7627. bottom: 0.045
  7628. }
  7629. },
  7630. },
  7631. [
  7632. {
  7633. name: "Normal",
  7634. height: math.unit(10, "feet"),
  7635. default: true
  7636. },
  7637. {
  7638. name: "Macro",
  7639. height: math.unit(500, "feet")
  7640. },
  7641. {
  7642. name: "Megamacro",
  7643. height: math.unit(5, "miles")
  7644. },
  7645. {
  7646. name: "Teramacro",
  7647. height: math.unit(150000, "miles")
  7648. },
  7649. ]
  7650. ))
  7651. characterMakers.push(() => makeCharacter(
  7652. { name: "Cuon" },
  7653. {
  7654. front: {
  7655. height: math.unit(6, "feet"),
  7656. weight: math.unit(150, "lb"),
  7657. name: "Front",
  7658. image: {
  7659. source: "./media/characters/cuon/front.svg",
  7660. extra: 1390 / 1320,
  7661. bottom: 0.008
  7662. }
  7663. },
  7664. },
  7665. [
  7666. {
  7667. name: "Micro",
  7668. height: math.unit(3, "inches")
  7669. },
  7670. {
  7671. name: "Normal",
  7672. height: math.unit(18 + 9 / 12, "feet"),
  7673. default: true
  7674. },
  7675. {
  7676. name: "Macro",
  7677. height: math.unit(360, "feet")
  7678. },
  7679. {
  7680. name: "Megamacro",
  7681. height: math.unit(360, "miles")
  7682. },
  7683. ]
  7684. ))
  7685. characterMakers.push(() => makeCharacter(
  7686. { name: "Nyanuxk" },
  7687. {
  7688. front: {
  7689. height: math.unit(2.4, "meters"),
  7690. weight: math.unit(70, "kg"),
  7691. name: "Front",
  7692. image: {
  7693. source: "./media/characters/nyanuxk/front.svg",
  7694. extra: 1172 / 1084,
  7695. bottom: 0.065
  7696. }
  7697. },
  7698. side: {
  7699. height: math.unit(2.4, "meters"),
  7700. weight: math.unit(70, "kg"),
  7701. name: "Side",
  7702. image: {
  7703. source: "./media/characters/nyanuxk/side.svg",
  7704. extra: 1190 / 1132,
  7705. bottom: 0.007
  7706. }
  7707. },
  7708. back: {
  7709. height: math.unit(2.4, "meters"),
  7710. weight: math.unit(70, "kg"),
  7711. name: "Back",
  7712. image: {
  7713. source: "./media/characters/nyanuxk/back.svg",
  7714. extra: 1200 / 1141,
  7715. bottom: 0.015
  7716. }
  7717. },
  7718. foot: {
  7719. height: math.unit(0.52, "meters"),
  7720. name: "Foot",
  7721. image: {
  7722. source: "./media/characters/nyanuxk/foot.svg"
  7723. }
  7724. },
  7725. },
  7726. [
  7727. {
  7728. name: "Micro",
  7729. height: math.unit(2, "cm")
  7730. },
  7731. {
  7732. name: "Normal",
  7733. height: math.unit(2.4, "meters"),
  7734. default: true
  7735. },
  7736. {
  7737. name: "Smaller Macro",
  7738. height: math.unit(120, "meters")
  7739. },
  7740. {
  7741. name: "Bigger Macro",
  7742. height: math.unit(1.2, "km")
  7743. },
  7744. {
  7745. name: "Megamacro",
  7746. height: math.unit(15, "kilometers")
  7747. },
  7748. {
  7749. name: "Gigamacro",
  7750. height: math.unit(2000, "km")
  7751. },
  7752. {
  7753. name: "Teramacro",
  7754. height: math.unit(500000, "km")
  7755. },
  7756. ]
  7757. ))
  7758. characterMakers.push(() => makeCharacter(
  7759. { name: "Ailbhe" },
  7760. {
  7761. side: {
  7762. height: math.unit(6, "feet"),
  7763. name: "Side",
  7764. image: {
  7765. source: "./media/characters/ailbhe/side.svg",
  7766. extra: 757 / 464,
  7767. bottom: 0.041
  7768. }
  7769. },
  7770. },
  7771. [
  7772. {
  7773. name: "Normal",
  7774. height: math.unit(1.07, "meters"),
  7775. default: true
  7776. },
  7777. ]
  7778. ))
  7779. characterMakers.push(() => makeCharacter(
  7780. { name: "Zevulfius" },
  7781. {
  7782. front: {
  7783. height: math.unit(6, "feet"),
  7784. weight: math.unit(120, "kg"),
  7785. name: "Front",
  7786. image: {
  7787. source: "./media/characters/zevulfius/front.svg",
  7788. extra: 965 / 903
  7789. }
  7790. },
  7791. side: {
  7792. height: math.unit(6, "feet"),
  7793. weight: math.unit(120, "kg"),
  7794. name: "Side",
  7795. image: {
  7796. source: "./media/characters/zevulfius/side.svg",
  7797. extra: 939 / 900
  7798. }
  7799. },
  7800. back: {
  7801. height: math.unit(6, "feet"),
  7802. weight: math.unit(120, "kg"),
  7803. name: "Back",
  7804. image: {
  7805. source: "./media/characters/zevulfius/back.svg",
  7806. extra: 918 / 854,
  7807. bottom: 0.005
  7808. }
  7809. },
  7810. foot: {
  7811. height: math.unit(6 / 3.72, "feet"),
  7812. name: "Foot",
  7813. image: {
  7814. source: "./media/characters/zevulfius/foot.svg"
  7815. }
  7816. },
  7817. },
  7818. [
  7819. {
  7820. name: "Macro",
  7821. height: math.unit(750, "meters")
  7822. },
  7823. {
  7824. name: "Megamacro",
  7825. height: math.unit(20, "km"),
  7826. default: true
  7827. },
  7828. {
  7829. name: "Gigamacro",
  7830. height: math.unit(2000, "km")
  7831. },
  7832. {
  7833. name: "Teramacro",
  7834. height: math.unit(250000, "km")
  7835. },
  7836. ]
  7837. ))
  7838. characterMakers.push(() => makeCharacter(
  7839. { name: "Rikes" },
  7840. {
  7841. front: {
  7842. height: math.unit(100, "feet"),
  7843. weight: math.unit(350, "kg"),
  7844. name: "Front",
  7845. image: {
  7846. source: "./media/characters/rikes/front.svg",
  7847. extra: 1565 / 1483,
  7848. bottom: 0.017
  7849. }
  7850. },
  7851. },
  7852. [
  7853. {
  7854. name: "Macro",
  7855. height: math.unit(100, "feet"),
  7856. default: true
  7857. },
  7858. ]
  7859. ))
  7860. characterMakers.push(() => makeCharacter(
  7861. { name: "Adam Silver-Mane" },
  7862. {
  7863. anthro: {
  7864. height: math.unit(8, "feet"),
  7865. weight: math.unit(120, "kg"),
  7866. name: "Anthro",
  7867. image: {
  7868. source: "./media/characters/adam-silver-mane/anthro.svg",
  7869. extra: 5743 / 5339,
  7870. bottom: 0.07
  7871. }
  7872. },
  7873. taur: {
  7874. height: math.unit(16, "feet"),
  7875. weight: math.unit(1500, "kg"),
  7876. name: "Taur",
  7877. image: {
  7878. source: "./media/characters/adam-silver-mane/taur.svg",
  7879. extra: 1713 / 1571,
  7880. bottom: 0.01
  7881. }
  7882. },
  7883. },
  7884. [
  7885. {
  7886. name: "Normal",
  7887. height: math.unit(8, "feet")
  7888. },
  7889. {
  7890. name: "Minimacro",
  7891. height: math.unit(80, "feet")
  7892. },
  7893. {
  7894. name: "Macro",
  7895. height: math.unit(800, "feet"),
  7896. default: true
  7897. },
  7898. {
  7899. name: "Megamacro",
  7900. height: math.unit(8000, "feet")
  7901. },
  7902. {
  7903. name: "Gigamacro",
  7904. height: math.unit(800, "miles")
  7905. },
  7906. {
  7907. name: "Teramacro",
  7908. height: math.unit(80000, "miles")
  7909. },
  7910. {
  7911. name: "Celestial",
  7912. height: math.unit(8e6, "miles")
  7913. },
  7914. {
  7915. name: "Star Dragon",
  7916. height: math.unit(800000, "parsecs")
  7917. },
  7918. {
  7919. name: "Godly",
  7920. height: math.unit(800, "teraparsecs")
  7921. },
  7922. ]
  7923. ))
  7924. characterMakers.push(() => makeCharacter(
  7925. { name: "Ky'owin" },
  7926. {
  7927. front: {
  7928. height: math.unit(6, "feet"),
  7929. weight: math.unit(150, "lb"),
  7930. name: "Front",
  7931. image: {
  7932. source: "./media/characters/ky'owin/front.svg",
  7933. extra: 3888 / 3068,
  7934. bottom: 0.015
  7935. }
  7936. },
  7937. },
  7938. [
  7939. {
  7940. name: "Normal",
  7941. height: math.unit(6 + 8 / 12, "feet")
  7942. },
  7943. {
  7944. name: "Large",
  7945. height: math.unit(68, "feet")
  7946. },
  7947. {
  7948. name: "Macro",
  7949. height: math.unit(132, "feet")
  7950. },
  7951. {
  7952. name: "Macro+",
  7953. height: math.unit(340, "feet")
  7954. },
  7955. {
  7956. name: "Macro++",
  7957. height: math.unit(680, "feet"),
  7958. default: true
  7959. },
  7960. {
  7961. name: "Megamacro",
  7962. height: math.unit(1, "mile")
  7963. },
  7964. {
  7965. name: "Megamacro+",
  7966. height: math.unit(10, "miles")
  7967. },
  7968. ]
  7969. ))
  7970. characterMakers.push(() => makeCharacter(
  7971. { name: "Mal" },
  7972. {
  7973. front: {
  7974. height: math.unit(4, "feet"),
  7975. weight: math.unit(50, "lb"),
  7976. name: "Front",
  7977. image: {
  7978. source: "./media/characters/mal/front.svg",
  7979. extra: 785 / 724,
  7980. bottom: 0.07
  7981. }
  7982. },
  7983. },
  7984. [
  7985. {
  7986. name: "Micro",
  7987. height: math.unit(4, "inches")
  7988. },
  7989. {
  7990. name: "Normal",
  7991. height: math.unit(4, "feet"),
  7992. default: true
  7993. },
  7994. {
  7995. name: "Macro",
  7996. height: math.unit(200, "feet")
  7997. },
  7998. ]
  7999. ))
  8000. characterMakers.push(() => makeCharacter(
  8001. { name: "Jordan Deware" },
  8002. {
  8003. front: {
  8004. height: math.unit(6, "feet"),
  8005. weight: math.unit(150, "lb"),
  8006. name: "Front",
  8007. image: {
  8008. source: "./media/characters/jordan-deware/front.svg",
  8009. extra: 1191 / 1012
  8010. }
  8011. },
  8012. },
  8013. [
  8014. {
  8015. name: "Nano",
  8016. height: math.unit(0.01, "mm")
  8017. },
  8018. {
  8019. name: "Minimicro",
  8020. height: math.unit(1, "mm")
  8021. },
  8022. {
  8023. name: "Micro",
  8024. height: math.unit(0.5, "inches")
  8025. },
  8026. {
  8027. name: "Normal",
  8028. height: math.unit(4, "feet"),
  8029. default: true
  8030. },
  8031. {
  8032. name: "Minimacro",
  8033. height: math.unit(40, "meters")
  8034. },
  8035. {
  8036. name: "Small Macro",
  8037. height: math.unit(400, "meters")
  8038. },
  8039. {
  8040. name: "Macro",
  8041. height: math.unit(4, "miles")
  8042. },
  8043. {
  8044. name: "Megamacro",
  8045. height: math.unit(40, "miles")
  8046. },
  8047. {
  8048. name: "Megamacro+",
  8049. height: math.unit(400, "miles")
  8050. },
  8051. {
  8052. name: "Gigamacro",
  8053. height: math.unit(400000, "miles")
  8054. },
  8055. ]
  8056. ))
  8057. characterMakers.push(() => makeCharacter(
  8058. { name: "Kimiko" },
  8059. {
  8060. side: {
  8061. height: math.unit(6, "feet"),
  8062. weight: math.unit(150, "lb"),
  8063. name: "Side",
  8064. image: {
  8065. source: "./media/characters/kimiko/side.svg",
  8066. extra: 600 / 358
  8067. }
  8068. },
  8069. },
  8070. [
  8071. {
  8072. name: "Normal",
  8073. height: math.unit(15, "feet"),
  8074. default: true
  8075. },
  8076. {
  8077. name: "Macro",
  8078. height: math.unit(220, "feet")
  8079. },
  8080. {
  8081. name: "Macro+",
  8082. height: math.unit(1450, "feet")
  8083. },
  8084. {
  8085. name: "Megamacro",
  8086. height: math.unit(11500, "feet")
  8087. },
  8088. {
  8089. name: "Gigamacro",
  8090. height: math.unit(9500, "miles")
  8091. },
  8092. {
  8093. name: "Teramacro",
  8094. height: math.unit(2208005005, "miles")
  8095. },
  8096. {
  8097. name: "Examacro",
  8098. height: math.unit(2750, "parsecs")
  8099. },
  8100. {
  8101. name: "Zettamacro",
  8102. height: math.unit(101500, "parsecs")
  8103. },
  8104. ]
  8105. ))
  8106. characterMakers.push(() => makeCharacter(
  8107. { name: "Andrew Sleepy" },
  8108. {
  8109. front: {
  8110. height: math.unit(6, "feet"),
  8111. weight: math.unit(70, "kg"),
  8112. name: "Front",
  8113. image: {
  8114. source: "./media/characters/andrew-sleepy/front.svg"
  8115. }
  8116. },
  8117. side: {
  8118. height: math.unit(6, "feet"),
  8119. weight: math.unit(70, "kg"),
  8120. name: "Side",
  8121. image: {
  8122. source: "./media/characters/andrew-sleepy/side.svg"
  8123. }
  8124. },
  8125. },
  8126. [
  8127. {
  8128. name: "Micro",
  8129. height: math.unit(1, "mm"),
  8130. default: true
  8131. },
  8132. ]
  8133. ))
  8134. characterMakers.push(() => makeCharacter(
  8135. { name: "Judio" },
  8136. {
  8137. front: {
  8138. height: math.unit(6, "feet"),
  8139. weight: math.unit(150, "lb"),
  8140. name: "Front",
  8141. image: {
  8142. source: "./media/characters/judio/front.svg",
  8143. extra: 1258 / 1110
  8144. }
  8145. },
  8146. },
  8147. [
  8148. {
  8149. name: "Normal",
  8150. height: math.unit(5 + 6 / 12, "feet")
  8151. },
  8152. {
  8153. name: "Macro",
  8154. height: math.unit(1000, "feet"),
  8155. default: true
  8156. },
  8157. {
  8158. name: "Megamacro",
  8159. height: math.unit(10, "miles")
  8160. },
  8161. ]
  8162. ))
  8163. characterMakers.push(() => makeCharacter(
  8164. { name: "Nomaxice" },
  8165. {
  8166. front: {
  8167. height: math.unit(6, "feet"),
  8168. weight: math.unit(68, "kg"),
  8169. name: "Front",
  8170. image: {
  8171. source: "./media/characters/nomaxice/front.svg",
  8172. extra: 1498 / 1073,
  8173. bottom: 0.075
  8174. }
  8175. },
  8176. foot: {
  8177. height: math.unit(1.1, "feet"),
  8178. name: "Foot",
  8179. image: {
  8180. source: "./media/characters/nomaxice/foot.svg"
  8181. }
  8182. },
  8183. },
  8184. [
  8185. {
  8186. name: "Micro",
  8187. height: math.unit(8, "cm")
  8188. },
  8189. {
  8190. name: "Norm",
  8191. height: math.unit(1.82, "m")
  8192. },
  8193. {
  8194. name: "Norm+",
  8195. height: math.unit(8.8, "feet")
  8196. },
  8197. {
  8198. name: "Big",
  8199. height: math.unit(8, "meters"),
  8200. default: true
  8201. },
  8202. {
  8203. name: "Macro",
  8204. height: math.unit(18, "meters")
  8205. },
  8206. {
  8207. name: "Macro+",
  8208. height: math.unit(88, "meters")
  8209. },
  8210. ]
  8211. ))
  8212. characterMakers.push(() => makeCharacter(
  8213. { name: "Dydros" },
  8214. {
  8215. front: {
  8216. height: math.unit(12, "feet"),
  8217. weight: math.unit(1.5, "tons"),
  8218. name: "Front",
  8219. image: {
  8220. source: "./media/characters/dydros/front.svg",
  8221. extra: 863 / 800,
  8222. bottom: 0.015
  8223. }
  8224. },
  8225. back: {
  8226. height: math.unit(12, "feet"),
  8227. weight: math.unit(1.5, "tons"),
  8228. name: "Back",
  8229. image: {
  8230. source: "./media/characters/dydros/back.svg",
  8231. extra: 900 / 843,
  8232. bottom: 0.005
  8233. }
  8234. },
  8235. },
  8236. [
  8237. {
  8238. name: "Normal",
  8239. height: math.unit(12, "feet"),
  8240. default: true
  8241. },
  8242. ]
  8243. ))
  8244. characterMakers.push(() => makeCharacter(
  8245. { name: "Riggi" },
  8246. {
  8247. front: {
  8248. height: math.unit(6, "feet"),
  8249. weight: math.unit(100, "kg"),
  8250. name: "Front",
  8251. image: {
  8252. source: "./media/characters/riggi/front.svg",
  8253. extra: 5787 / 5303
  8254. }
  8255. },
  8256. hyper: {
  8257. height: math.unit(6 * 5 / 3, "feet"),
  8258. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8259. name: "Hyper",
  8260. image: {
  8261. source: "./media/characters/riggi/hyper.svg",
  8262. extra: 3595 / 3485
  8263. }
  8264. },
  8265. },
  8266. [
  8267. {
  8268. name: "Small Macro",
  8269. height: math.unit(50, "feet")
  8270. },
  8271. {
  8272. name: "Default",
  8273. height: math.unit(200, "feet"),
  8274. default: true
  8275. },
  8276. {
  8277. name: "Loom",
  8278. height: math.unit(10000, "feet")
  8279. },
  8280. {
  8281. name: "Cruising Altitude",
  8282. height: math.unit(30000, "feet")
  8283. },
  8284. {
  8285. name: "Megamacro",
  8286. height: math.unit(100, "miles")
  8287. },
  8288. {
  8289. name: "Continent Sized",
  8290. height: math.unit(2800, "miles")
  8291. },
  8292. {
  8293. name: "Earth Sized",
  8294. height: math.unit(8000, "miles")
  8295. },
  8296. ]
  8297. ))
  8298. characterMakers.push(() => makeCharacter(
  8299. { name: "Alexi" },
  8300. {
  8301. front: {
  8302. height: math.unit(6, "feet"),
  8303. weight: math.unit(250, "lb"),
  8304. name: "Front",
  8305. image: {
  8306. source: "./media/characters/alexi/front.svg",
  8307. extra: 3483 / 3291,
  8308. bottom: 0.04
  8309. }
  8310. },
  8311. back: {
  8312. height: math.unit(6, "feet"),
  8313. weight: math.unit(250, "lb"),
  8314. name: "Back",
  8315. image: {
  8316. source: "./media/characters/alexi/back.svg",
  8317. extra: 3533 / 3356,
  8318. bottom: 0.021
  8319. }
  8320. },
  8321. frontTransformed: {
  8322. height: math.unit(12.5, "feet"),
  8323. weight: math.unit(4000, "lb"),
  8324. name: "Front (Transformed)",
  8325. image: {
  8326. source: "./media/characters/alexi/front-transformed.svg",
  8327. extra: 5345 / 5100,
  8328. bottom: 0.03
  8329. }
  8330. },
  8331. },
  8332. [
  8333. {
  8334. name: "Normal",
  8335. height: math.unit(3, "meters"),
  8336. default: true
  8337. },
  8338. {
  8339. name: "Minimacro",
  8340. height: math.unit(30, "meters")
  8341. },
  8342. {
  8343. name: "Macro",
  8344. height: math.unit(500, "meters")
  8345. },
  8346. {
  8347. name: "Megamacro",
  8348. height: math.unit(9000, "km")
  8349. },
  8350. {
  8351. name: "Teramacro",
  8352. height: math.unit(384000, "km")
  8353. },
  8354. ]
  8355. ))
  8356. characterMakers.push(() => makeCharacter(
  8357. { name: "Kayroo" },
  8358. {
  8359. front: {
  8360. height: math.unit(6, "feet"),
  8361. weight: math.unit(150, "lb"),
  8362. name: "Front",
  8363. image: {
  8364. source: "./media/characters/kayroo/front.svg",
  8365. extra: 1153 / 1038,
  8366. bottom: 0.06
  8367. }
  8368. },
  8369. foot: {
  8370. height: math.unit(6, "feet"),
  8371. weight: math.unit(150, "lb"),
  8372. name: "Foot",
  8373. image: {
  8374. source: "./media/characters/kayroo/foot.svg"
  8375. }
  8376. },
  8377. },
  8378. [
  8379. {
  8380. name: "Normal",
  8381. height: math.unit(8, "feet"),
  8382. default: true
  8383. },
  8384. {
  8385. name: "Minimacro",
  8386. height: math.unit(250, "feet")
  8387. },
  8388. {
  8389. name: "Macro",
  8390. height: math.unit(2800, "feet")
  8391. },
  8392. {
  8393. name: "Megamacro",
  8394. height: math.unit(5200, "feet")
  8395. },
  8396. {
  8397. name: "Gigamacro",
  8398. height: math.unit(27000, "feet")
  8399. },
  8400. {
  8401. name: "Omega",
  8402. height: math.unit(45000, "feet")
  8403. },
  8404. ]
  8405. ))
  8406. characterMakers.push(() => makeCharacter(
  8407. { name: "Rhys" },
  8408. {
  8409. front: {
  8410. height: math.unit(18, "feet"),
  8411. weight: math.unit(5800, "lb"),
  8412. name: "Front",
  8413. image: {
  8414. source: "./media/characters/rhys/front.svg",
  8415. extra: 3386 / 3090,
  8416. bottom: 0.07
  8417. }
  8418. },
  8419. },
  8420. [
  8421. {
  8422. name: "Normal",
  8423. height: math.unit(18, "feet"),
  8424. default: true
  8425. },
  8426. {
  8427. name: "Working Size",
  8428. height: math.unit(200, "feet")
  8429. },
  8430. {
  8431. name: "Demolition Size",
  8432. height: math.unit(2000, "feet")
  8433. },
  8434. {
  8435. name: "Maximum Licensed Size",
  8436. height: math.unit(5, "miles")
  8437. },
  8438. {
  8439. name: "Maximum Observed Size",
  8440. height: math.unit(10, "yottameters")
  8441. },
  8442. ]
  8443. ))
  8444. characterMakers.push(() => makeCharacter(
  8445. { name: "Toto" },
  8446. {
  8447. front: {
  8448. height: math.unit(6, "feet"),
  8449. weight: math.unit(250, "lb"),
  8450. name: "Front",
  8451. image: {
  8452. source: "./media/characters/toto/front.svg",
  8453. extra: 527 / 479,
  8454. bottom: 0.05
  8455. }
  8456. },
  8457. },
  8458. [
  8459. {
  8460. name: "Micro",
  8461. height: math.unit(3, "feet")
  8462. },
  8463. {
  8464. name: "Normal",
  8465. height: math.unit(10, "feet")
  8466. },
  8467. {
  8468. name: "Macro",
  8469. height: math.unit(150, "feet"),
  8470. default: true
  8471. },
  8472. {
  8473. name: "Megamacro",
  8474. height: math.unit(1200, "feet")
  8475. },
  8476. ]
  8477. ))
  8478. characterMakers.push(() => makeCharacter(
  8479. { name: "King" },
  8480. {
  8481. back: {
  8482. height: math.unit(6, "feet"),
  8483. weight: math.unit(150, "lb"),
  8484. name: "Back",
  8485. image: {
  8486. source: "./media/characters/king/back.svg"
  8487. }
  8488. },
  8489. },
  8490. [
  8491. {
  8492. name: "Micro",
  8493. height: math.unit(2, "inches")
  8494. },
  8495. {
  8496. name: "Normal",
  8497. height: math.unit(8, "feet")
  8498. },
  8499. {
  8500. name: "Macro",
  8501. height: math.unit(200, "feet"),
  8502. default: true
  8503. },
  8504. {
  8505. name: "Megamacro",
  8506. height: math.unit(50, "miles")
  8507. },
  8508. ]
  8509. ))
  8510. characterMakers.push(() => makeCharacter(
  8511. { name: "Cordite" },
  8512. {
  8513. anthro: {
  8514. height: math.unit(6 + 5 / 12, "feet"),
  8515. weight: math.unit(280, "lb"),
  8516. name: "Anthro",
  8517. image: {
  8518. source: "./media/characters/cordite/anthro.svg",
  8519. extra: 1986 / 1905,
  8520. bottom: 0.025
  8521. }
  8522. },
  8523. feral: {
  8524. height: math.unit(2, "feet"),
  8525. weight: math.unit(90, "lb"),
  8526. name: "Feral",
  8527. image: {
  8528. source: "./media/characters/cordite/feral.svg",
  8529. extra: 1260 / 755,
  8530. bottom: 0.05
  8531. }
  8532. },
  8533. },
  8534. [
  8535. {
  8536. name: "Normal",
  8537. height: math.unit(6 + 5 / 12, "feet"),
  8538. default: true
  8539. },
  8540. ]
  8541. ))
  8542. characterMakers.push(() => makeCharacter(
  8543. { name: "Pianostrong" },
  8544. {
  8545. front: {
  8546. height: math.unit(6, "feet"),
  8547. weight: math.unit(150, "lb"),
  8548. name: "Front",
  8549. image: {
  8550. source: "./media/characters/pianostrong/front.svg",
  8551. extra: 6577 / 6254,
  8552. bottom: 0.02
  8553. }
  8554. },
  8555. side: {
  8556. height: math.unit(6, "feet"),
  8557. weight: math.unit(150, "lb"),
  8558. name: "Side",
  8559. image: {
  8560. source: "./media/characters/pianostrong/side.svg",
  8561. extra: 6106 / 5730
  8562. }
  8563. },
  8564. back: {
  8565. height: math.unit(6, "feet"),
  8566. weight: math.unit(150, "lb"),
  8567. name: "Back",
  8568. image: {
  8569. source: "./media/characters/pianostrong/back.svg",
  8570. extra: 6085 / 5733,
  8571. bottom: 0.01
  8572. }
  8573. },
  8574. },
  8575. [
  8576. {
  8577. name: "Macro",
  8578. height: math.unit(100, "feet")
  8579. },
  8580. {
  8581. name: "Macro+",
  8582. height: math.unit(300, "feet"),
  8583. default: true
  8584. },
  8585. {
  8586. name: "Macro++",
  8587. height: math.unit(1000, "feet")
  8588. },
  8589. ]
  8590. ))
  8591. characterMakers.push(() => makeCharacter(
  8592. { name: "Kona" },
  8593. {
  8594. front: {
  8595. height: math.unit(6, "feet"),
  8596. weight: math.unit(150, "lb"),
  8597. name: "Front",
  8598. image: {
  8599. source: "./media/characters/kona/front.svg",
  8600. extra: 2960 / 2629,
  8601. bottom: 0.005
  8602. }
  8603. },
  8604. },
  8605. [
  8606. {
  8607. name: "Normal",
  8608. height: math.unit(11 + 8 / 12, "feet")
  8609. },
  8610. {
  8611. name: "Macro",
  8612. height: math.unit(850, "feet"),
  8613. default: true
  8614. },
  8615. {
  8616. name: "Macro+",
  8617. height: math.unit(1.5, "km"),
  8618. default: true
  8619. },
  8620. {
  8621. name: "Megamacro",
  8622. height: math.unit(80, "miles")
  8623. },
  8624. {
  8625. name: "Gigamacro",
  8626. height: math.unit(3500, "miles")
  8627. },
  8628. ]
  8629. ))
  8630. characterMakers.push(() => makeCharacter(
  8631. { name: "Levi" },
  8632. {
  8633. side: {
  8634. height: math.unit(1.9, "meters"),
  8635. weight: math.unit(326, "kg"),
  8636. name: "Side",
  8637. image: {
  8638. source: "./media/characters/levi/side.svg",
  8639. extra: 1704 / 1334,
  8640. bottom: 0.02
  8641. }
  8642. },
  8643. },
  8644. [
  8645. {
  8646. name: "Normal",
  8647. height: math.unit(1.9, "meters"),
  8648. default: true
  8649. },
  8650. {
  8651. name: "Macro",
  8652. height: math.unit(20, "meters")
  8653. },
  8654. {
  8655. name: "Macro+",
  8656. height: math.unit(200, "meters")
  8657. },
  8658. {
  8659. name: "Megamacro",
  8660. height: math.unit(2, "km")
  8661. },
  8662. {
  8663. name: "Megamacro+",
  8664. height: math.unit(20, "km")
  8665. },
  8666. {
  8667. name: "Gigamacro",
  8668. height: math.unit(2500, "km")
  8669. },
  8670. {
  8671. name: "Gigamacro+",
  8672. height: math.unit(120000, "km")
  8673. },
  8674. {
  8675. name: "Teramacro",
  8676. height: math.unit(7.77e6, "km")
  8677. },
  8678. ]
  8679. ))
  8680. characterMakers.push(() => makeCharacter(
  8681. { name: "BMC" },
  8682. {
  8683. front: {
  8684. height: math.unit(6 + 4 / 12, "feet"),
  8685. weight: math.unit(188, "lb"),
  8686. name: "Front",
  8687. image: {
  8688. source: "./media/characters/bmc/front.svg",
  8689. extra: 1067 / 1022,
  8690. bottom: 0.047
  8691. }
  8692. },
  8693. },
  8694. [
  8695. {
  8696. name: "Human-sized",
  8697. height: math.unit(6 + 4 / 12, "feet")
  8698. },
  8699. {
  8700. name: "Small",
  8701. height: math.unit(250, "feet")
  8702. },
  8703. {
  8704. name: "Normal",
  8705. height: math.unit(1250, "feet"),
  8706. default: true
  8707. },
  8708. {
  8709. name: "Good Day",
  8710. height: math.unit(88, "miles")
  8711. },
  8712. {
  8713. name: "Largest Measured Size",
  8714. height: math.unit(11.2e6, "lightyears")
  8715. },
  8716. ]
  8717. ))
  8718. characterMakers.push(() => makeCharacter(
  8719. { name: "Sven the Kaiju" },
  8720. {
  8721. front: {
  8722. height: math.unit(20, "feet"),
  8723. weight: math.unit(2016, "kg"),
  8724. name: "Front",
  8725. image: {
  8726. source: "./media/characters/sven-the-kaiju/front.svg",
  8727. extra: 1479 / 1449,
  8728. bottom: 0.05
  8729. }
  8730. },
  8731. },
  8732. [
  8733. {
  8734. name: "Fairy",
  8735. height: math.unit(6, "inches")
  8736. },
  8737. {
  8738. name: "Normal",
  8739. height: math.unit(20, "feet"),
  8740. default: true
  8741. },
  8742. {
  8743. name: "Rampage",
  8744. height: math.unit(200, "feet")
  8745. },
  8746. {
  8747. name: "Archfey Forest Guardian",
  8748. height: math.unit(1, "mile")
  8749. },
  8750. ]
  8751. ))
  8752. characterMakers.push(() => makeCharacter(
  8753. { name: "Marik" },
  8754. {
  8755. front: {
  8756. height: math.unit(4, "meters"),
  8757. weight: math.unit(2, "tons"),
  8758. name: "Front",
  8759. image: {
  8760. source: "./media/characters/marik/front.svg",
  8761. extra: 1057 / 1003,
  8762. bottom: 0.08
  8763. }
  8764. },
  8765. },
  8766. [
  8767. {
  8768. name: "Normal",
  8769. height: math.unit(4, "meters"),
  8770. default: true
  8771. },
  8772. {
  8773. name: "Macro",
  8774. height: math.unit(20, "meters")
  8775. },
  8776. {
  8777. name: "Megamacro",
  8778. height: math.unit(50, "km")
  8779. },
  8780. {
  8781. name: "Gigamacro",
  8782. height: math.unit(100, "km")
  8783. },
  8784. {
  8785. name: "Alpha Macro",
  8786. height: math.unit(7.88e7, "yottameters")
  8787. },
  8788. ]
  8789. ))
  8790. characterMakers.push(() => makeCharacter(
  8791. { name: "Mel" },
  8792. {
  8793. front: {
  8794. height: math.unit(6, "feet"),
  8795. weight: math.unit(110, "lb"),
  8796. name: "Front",
  8797. image: {
  8798. source: "./media/characters/mel/front.svg",
  8799. extra: 736 / 617,
  8800. bottom: 0.017
  8801. }
  8802. },
  8803. },
  8804. [
  8805. {
  8806. name: "Pico",
  8807. height: math.unit(3, "pm")
  8808. },
  8809. {
  8810. name: "Nano",
  8811. height: math.unit(3, "nm")
  8812. },
  8813. {
  8814. name: "Micro",
  8815. height: math.unit(0.3, "mm"),
  8816. default: true
  8817. },
  8818. {
  8819. name: "Micro+",
  8820. height: math.unit(3, "mm")
  8821. },
  8822. {
  8823. name: "Normal",
  8824. height: math.unit(5 + 10.5 / 12, "feet")
  8825. },
  8826. ]
  8827. ))
  8828. characterMakers.push(() => makeCharacter(
  8829. { name: "Lykonous" },
  8830. {
  8831. kaiju: {
  8832. height: math.unit(1.75, "meters"),
  8833. weight: math.unit(55, "kg"),
  8834. name: "Kaiju",
  8835. image: {
  8836. source: "./media/characters/lykonous/kaiju.svg",
  8837. extra: 1055 / 946,
  8838. bottom: 0.135
  8839. }
  8840. },
  8841. },
  8842. [
  8843. {
  8844. name: "Normal",
  8845. height: math.unit(2.5, "meters"),
  8846. default: true
  8847. },
  8848. {
  8849. name: "Kaiju Dragon",
  8850. height: math.unit(60, "meters")
  8851. },
  8852. {
  8853. name: "Mega Kaiju",
  8854. height: math.unit(120, "km")
  8855. },
  8856. {
  8857. name: "Giga Kaiju",
  8858. height: math.unit(200, "megameters")
  8859. },
  8860. {
  8861. name: "Terra Kaiju",
  8862. height: math.unit(400, "gigameters")
  8863. },
  8864. {
  8865. name: "Kaiju Dragon God",
  8866. height: math.unit(13000, "exaparsecs")
  8867. },
  8868. ]
  8869. ))
  8870. characterMakers.push(() => makeCharacter(
  8871. { name: "Blü" },
  8872. {
  8873. front: {
  8874. height: math.unit(6, "feet"),
  8875. weight: math.unit(150, "lb"),
  8876. name: "Front",
  8877. image: {
  8878. source: "./media/characters/blü/front.svg",
  8879. extra: 1883 / 1564,
  8880. bottom: 0.031
  8881. }
  8882. },
  8883. },
  8884. [
  8885. {
  8886. name: "Normal",
  8887. height: math.unit(13, "feet"),
  8888. default: true
  8889. },
  8890. {
  8891. name: "Big Boi",
  8892. height: math.unit(150, "meters")
  8893. },
  8894. {
  8895. name: "Mini Stomper",
  8896. height: math.unit(300, "meters")
  8897. },
  8898. {
  8899. name: "Macro",
  8900. height: math.unit(1000, "meters")
  8901. },
  8902. {
  8903. name: "Megamacro",
  8904. height: math.unit(11000, "meters")
  8905. },
  8906. {
  8907. name: "Gigamacro",
  8908. height: math.unit(11000, "km")
  8909. },
  8910. {
  8911. name: "Teramacro",
  8912. height: math.unit(420000, "km")
  8913. },
  8914. {
  8915. name: "Examacro",
  8916. height: math.unit(120, "parsecs")
  8917. },
  8918. {
  8919. name: "God Tho",
  8920. height: math.unit(98000000000, "parsecs")
  8921. },
  8922. ]
  8923. ))
  8924. characterMakers.push(() => makeCharacter(
  8925. { name: "Scales" },
  8926. {
  8927. taurFront: {
  8928. height: math.unit(6, "feet"),
  8929. weight: math.unit(200, "lb"),
  8930. name: "Taur (Front)",
  8931. image: {
  8932. source: "./media/characters/scales/taur-front.svg",
  8933. extra: 1,
  8934. bottom: 0.05
  8935. }
  8936. },
  8937. taurBack: {
  8938. height: math.unit(6, "feet"),
  8939. weight: math.unit(200, "lb"),
  8940. name: "Taur (Back)",
  8941. image: {
  8942. source: "./media/characters/scales/taur-back.svg",
  8943. extra: 1,
  8944. bottom: 0.08
  8945. }
  8946. },
  8947. anthro: {
  8948. height: math.unit(6 * 7 / 12, "feet"),
  8949. weight: math.unit(100, "lb"),
  8950. name: "Anthro",
  8951. image: {
  8952. source: "./media/characters/scales/anthro.svg",
  8953. extra: 1,
  8954. bottom: 0.06
  8955. }
  8956. },
  8957. },
  8958. [
  8959. {
  8960. name: "Normal",
  8961. height: math.unit(12, "feet"),
  8962. default: true
  8963. },
  8964. ]
  8965. ))
  8966. characterMakers.push(() => makeCharacter(
  8967. { name: "Koragos" },
  8968. {
  8969. front: {
  8970. height: math.unit(6, "feet"),
  8971. weight: math.unit(150, "lb"),
  8972. name: "Front",
  8973. image: {
  8974. source: "./media/characters/koragos/front.svg",
  8975. extra: 841 / 794,
  8976. bottom: 0.035
  8977. }
  8978. },
  8979. back: {
  8980. height: math.unit(6, "feet"),
  8981. weight: math.unit(150, "lb"),
  8982. name: "Back",
  8983. image: {
  8984. source: "./media/characters/koragos/back.svg",
  8985. extra: 841 / 810,
  8986. bottom: 0.022
  8987. }
  8988. },
  8989. },
  8990. [
  8991. {
  8992. name: "Normal",
  8993. height: math.unit(6 + 11 / 12, "feet"),
  8994. default: true
  8995. },
  8996. {
  8997. name: "Macro",
  8998. height: math.unit(490, "feet")
  8999. },
  9000. {
  9001. name: "Megamacro",
  9002. height: math.unit(10, "miles")
  9003. },
  9004. {
  9005. name: "Gigamacro",
  9006. height: math.unit(50, "miles")
  9007. },
  9008. ]
  9009. ))
  9010. characterMakers.push(() => makeCharacter(
  9011. { name: "Xylrem" },
  9012. {
  9013. front: {
  9014. height: math.unit(6, "feet"),
  9015. weight: math.unit(250, "lb"),
  9016. name: "Front",
  9017. image: {
  9018. source: "./media/characters/xylrem/front.svg",
  9019. extra: 3323 / 3050,
  9020. bottom: 0.065
  9021. }
  9022. },
  9023. },
  9024. [
  9025. {
  9026. name: "Micro",
  9027. height: math.unit(4, "feet")
  9028. },
  9029. {
  9030. name: "Normal",
  9031. height: math.unit(16, "feet"),
  9032. default: true
  9033. },
  9034. {
  9035. name: "Macro",
  9036. height: math.unit(2720, "feet")
  9037. },
  9038. {
  9039. name: "Megamacro",
  9040. height: math.unit(25000, "miles")
  9041. },
  9042. ]
  9043. ))
  9044. characterMakers.push(() => makeCharacter(
  9045. { name: "Ikideru" },
  9046. {
  9047. front: {
  9048. height: math.unit(8, "feet"),
  9049. weight: math.unit(250, "kg"),
  9050. name: "Front",
  9051. image: {
  9052. source: "./media/characters/ikideru/front.svg",
  9053. extra: 930 / 870,
  9054. bottom: 0.087
  9055. }
  9056. },
  9057. back: {
  9058. height: math.unit(8, "feet"),
  9059. weight: math.unit(250, "kg"),
  9060. name: "Back",
  9061. image: {
  9062. source: "./media/characters/ikideru/back.svg",
  9063. extra: 919 / 852,
  9064. bottom: 0.055
  9065. }
  9066. },
  9067. },
  9068. [
  9069. {
  9070. name: "Rare",
  9071. height: math.unit(8, "feet"),
  9072. default: true
  9073. },
  9074. {
  9075. name: "Playful Loom",
  9076. height: math.unit(80, "feet")
  9077. },
  9078. {
  9079. name: "City Leaner",
  9080. height: math.unit(230, "feet")
  9081. },
  9082. {
  9083. name: "Megamacro",
  9084. height: math.unit(2500, "feet")
  9085. },
  9086. {
  9087. name: "Gigamacro",
  9088. height: math.unit(26400, "feet")
  9089. },
  9090. {
  9091. name: "Tectonic Shifter",
  9092. height: math.unit(1.7, "megameters")
  9093. },
  9094. {
  9095. name: "Planet Carer",
  9096. height: math.unit(21, "megameters")
  9097. },
  9098. {
  9099. name: "God",
  9100. height: math.unit(11157.22, "parsecs")
  9101. },
  9102. ]
  9103. ))
  9104. characterMakers.push(() => makeCharacter(
  9105. { name: "Neo" },
  9106. {
  9107. front: {
  9108. height: math.unit(6, "feet"),
  9109. weight: math.unit(120, "lb"),
  9110. name: "Front",
  9111. image: {
  9112. source: "./media/characters/neo/front.svg"
  9113. }
  9114. },
  9115. },
  9116. [
  9117. {
  9118. name: "Micro",
  9119. height: math.unit(2, "inches"),
  9120. default: true
  9121. },
  9122. {
  9123. name: "Human Size",
  9124. height: math.unit(5 + 8 / 12, "feet")
  9125. },
  9126. ]
  9127. ))
  9128. characterMakers.push(() => makeCharacter(
  9129. { name: "Chauncey (Chantz)" },
  9130. {
  9131. front: {
  9132. height: math.unit(13 + 10 / 12, "feet"),
  9133. weight: math.unit(5320, "lb"),
  9134. name: "Front",
  9135. image: {
  9136. source: "./media/characters/chauncey-chantz/front.svg",
  9137. extra: 1587 / 1435,
  9138. bottom: 0.02
  9139. }
  9140. },
  9141. },
  9142. [
  9143. {
  9144. name: "Normal",
  9145. height: math.unit(13 + 10 / 12, "feet"),
  9146. default: true
  9147. },
  9148. {
  9149. name: "Macro",
  9150. height: math.unit(45, "feet")
  9151. },
  9152. {
  9153. name: "Megamacro",
  9154. height: math.unit(250, "miles")
  9155. },
  9156. {
  9157. name: "Planetary",
  9158. height: math.unit(10000, "miles")
  9159. },
  9160. {
  9161. name: "Galactic",
  9162. height: math.unit(40000, "parsecs")
  9163. },
  9164. {
  9165. name: "Universal",
  9166. height: math.unit(1, "yottameter")
  9167. },
  9168. ]
  9169. ))
  9170. characterMakers.push(() => makeCharacter(
  9171. { name: "Epifox" },
  9172. {
  9173. front: {
  9174. height: math.unit(6, "feet"),
  9175. weight: math.unit(150, "lb"),
  9176. name: "Front",
  9177. image: {
  9178. source: "./media/characters/epifox/front.svg",
  9179. extra: 1,
  9180. bottom: 0.075
  9181. }
  9182. },
  9183. },
  9184. [
  9185. {
  9186. name: "Micro",
  9187. height: math.unit(6, "inches")
  9188. },
  9189. {
  9190. name: "Normal",
  9191. height: math.unit(12, "feet"),
  9192. default: true
  9193. },
  9194. {
  9195. name: "Macro",
  9196. height: math.unit(3810, "feet")
  9197. },
  9198. {
  9199. name: "Megamacro",
  9200. height: math.unit(500, "miles")
  9201. },
  9202. ]
  9203. ))
  9204. characterMakers.push(() => makeCharacter(
  9205. { name: "Colin T." },
  9206. {
  9207. front: {
  9208. height: math.unit(1.8796, "m"),
  9209. weight: math.unit(230, "lb"),
  9210. name: "Front",
  9211. image: {
  9212. source: "./media/characters/colin-t/front.svg",
  9213. extra: 1272 / 1193,
  9214. bottom: 0.07
  9215. }
  9216. },
  9217. },
  9218. [
  9219. {
  9220. name: "Micro",
  9221. height: math.unit(0.571, "meters")
  9222. },
  9223. {
  9224. name: "Normal",
  9225. height: math.unit(1.8796, "meters"),
  9226. default: true
  9227. },
  9228. {
  9229. name: "Tall",
  9230. height: math.unit(4, "meters")
  9231. },
  9232. {
  9233. name: "Macro",
  9234. height: math.unit(67.241, "meters")
  9235. },
  9236. {
  9237. name: "Megamacro",
  9238. height: math.unit(371.856, "meters")
  9239. },
  9240. {
  9241. name: "Planetary",
  9242. height: math.unit(12631.5689, "km")
  9243. },
  9244. ]
  9245. ))
  9246. characterMakers.push(() => makeCharacter(
  9247. { name: "Matvei" },
  9248. {
  9249. front: {
  9250. height: math.unit(1.85, "meters"),
  9251. weight: math.unit(80, "kg"),
  9252. name: "Front",
  9253. image: {
  9254. source: "./media/characters/matvei/front.svg",
  9255. extra: 614 / 594,
  9256. bottom: 0.01
  9257. }
  9258. },
  9259. },
  9260. [
  9261. {
  9262. name: "Normal",
  9263. height: math.unit(1.85, "meters"),
  9264. default: true
  9265. },
  9266. ]
  9267. ))
  9268. characterMakers.push(() => makeCharacter(
  9269. { name: "Quincy" },
  9270. {
  9271. front: {
  9272. height: math.unit(5 + 9 / 12, "feet"),
  9273. weight: math.unit(70, "lb"),
  9274. name: "Front",
  9275. image: {
  9276. source: "./media/characters/quincy/front.svg",
  9277. extra: 3041 / 2751
  9278. }
  9279. },
  9280. back: {
  9281. height: math.unit(5 + 9 / 12, "feet"),
  9282. weight: math.unit(70, "lb"),
  9283. name: "Back",
  9284. image: {
  9285. source: "./media/characters/quincy/back.svg",
  9286. extra: 3041 / 2751
  9287. }
  9288. },
  9289. flying: {
  9290. height: math.unit(5 + 4 / 12, "feet"),
  9291. weight: math.unit(70, "lb"),
  9292. name: "Flying",
  9293. image: {
  9294. source: "./media/characters/quincy/flying.svg",
  9295. extra: 1044 / 930
  9296. }
  9297. },
  9298. },
  9299. [
  9300. {
  9301. name: "Micro",
  9302. height: math.unit(3, "cm")
  9303. },
  9304. {
  9305. name: "Normal",
  9306. height: math.unit(5 + 9 / 12, "feet")
  9307. },
  9308. {
  9309. name: "Macro",
  9310. height: math.unit(200, "meters"),
  9311. default: true
  9312. },
  9313. {
  9314. name: "Megamacro",
  9315. height: math.unit(1000, "meters")
  9316. },
  9317. ]
  9318. ))
  9319. characterMakers.push(() => makeCharacter(
  9320. { name: "Vanrel" },
  9321. {
  9322. front: {
  9323. height: math.unit(4 + 7 / 12, "feet"),
  9324. weight: math.unit(150, "lb"),
  9325. name: "Front",
  9326. image: {
  9327. source: "./media/characters/vanrel/front.svg",
  9328. extra: 1,
  9329. bottom: 0.02
  9330. }
  9331. },
  9332. elemental: {
  9333. height: math.unit(4 + 2 / 12, "feet"),
  9334. weight: math.unit(150, "lb"),
  9335. name: "Elemental",
  9336. image: {
  9337. source: "./media/characters/vanrel/elemental.svg"
  9338. }
  9339. },
  9340. side: {
  9341. height: math.unit(4 + 7 / 12, "feet"),
  9342. weight: math.unit(150, "lb"),
  9343. name: "Side",
  9344. image: {
  9345. source: "./media/characters/vanrel/side.svg",
  9346. extra: 1,
  9347. bottom: 0.025
  9348. }
  9349. },
  9350. tome: {
  9351. height: math.unit(1.35, "feet"),
  9352. weight: math.unit(10, "lb"),
  9353. name: "Vanrel's Tome",
  9354. rename: true,
  9355. image: {
  9356. source: "./media/characters/vanrel/tome.svg"
  9357. }
  9358. },
  9359. beans: {
  9360. height: math.unit(0.89, "feet"),
  9361. name: "Beans",
  9362. image: {
  9363. source: "./media/characters/vanrel/beans.svg"
  9364. }
  9365. },
  9366. },
  9367. [
  9368. {
  9369. name: "Normal",
  9370. height: math.unit(4 + 7 / 12, "feet"),
  9371. default: true
  9372. },
  9373. ]
  9374. ))
  9375. characterMakers.push(() => makeCharacter(
  9376. { name: "Kuiper Vanrel" },
  9377. {
  9378. front: {
  9379. height: math.unit(7 + 5 / 12, "feet"),
  9380. weight: math.unit(150, "lb"),
  9381. name: "Front",
  9382. image: {
  9383. source: "./media/characters/kuiper-vanrel/front.svg",
  9384. extra: 1118 / 1068,
  9385. bottom: 0.09
  9386. }
  9387. },
  9388. foot: {
  9389. height: math.unit(0.55, "meters"),
  9390. name: "Foot",
  9391. image: {
  9392. source: "./media/characters/kuiper-vanrel/foot.svg",
  9393. }
  9394. },
  9395. },
  9396. [
  9397. {
  9398. name: "Normal",
  9399. height: math.unit(7 + 5 / 12, "feet"),
  9400. default: true
  9401. },
  9402. ]
  9403. ))
  9404. characterMakers.push(() => makeCharacter(
  9405. { name: "Keset Vanrel" },
  9406. {
  9407. front: {
  9408. height: math.unit(8 + 5 / 12, "feet"),
  9409. weight: math.unit(150, "lb"),
  9410. name: "Front",
  9411. image: {
  9412. source: "./media/characters/keset-vanrel/front.svg",
  9413. extra: 1150 / 1084,
  9414. bottom: 0.05
  9415. }
  9416. },
  9417. hand: {
  9418. height: math.unit(0.6, "meters"),
  9419. name: "Hand",
  9420. image: {
  9421. source: "./media/characters/keset-vanrel/hand.svg"
  9422. }
  9423. },
  9424. foot: {
  9425. height: math.unit(0.94978, "meters"),
  9426. name: "Foot",
  9427. image: {
  9428. source: "./media/characters/keset-vanrel/foot.svg"
  9429. }
  9430. },
  9431. },
  9432. [
  9433. {
  9434. name: "Normal",
  9435. height: math.unit(8 + 5 / 12, "feet"),
  9436. default: true
  9437. },
  9438. ]
  9439. ))
  9440. characterMakers.push(() => makeCharacter(
  9441. { name: "Neos" },
  9442. {
  9443. front: {
  9444. height: math.unit(6, "feet"),
  9445. weight: math.unit(150, "lb"),
  9446. name: "Front",
  9447. image: {
  9448. source: "./media/characters/neos/front.svg",
  9449. extra: 1696 / 992,
  9450. bottom: 0.14
  9451. }
  9452. },
  9453. },
  9454. [
  9455. {
  9456. name: "Normal",
  9457. height: math.unit(54, "cm"),
  9458. default: true
  9459. },
  9460. {
  9461. name: "Macro",
  9462. height: math.unit(100, "m")
  9463. },
  9464. {
  9465. name: "Megamacro",
  9466. height: math.unit(10, "km")
  9467. },
  9468. {
  9469. name: "Megamacro+",
  9470. height: math.unit(100, "km")
  9471. },
  9472. {
  9473. name: "Gigamacro",
  9474. height: math.unit(100, "Mm")
  9475. },
  9476. {
  9477. name: "Teramacro",
  9478. height: math.unit(100, "Gm")
  9479. },
  9480. {
  9481. name: "Examacro",
  9482. height: math.unit(100, "Em")
  9483. },
  9484. {
  9485. name: "Godly",
  9486. height: math.unit(10000, "Ym")
  9487. },
  9488. {
  9489. name: "Beyond Godly",
  9490. height: math.unit(10000000, "Ym")
  9491. },
  9492. ]
  9493. ))
  9494. characterMakers.push(() => makeCharacter(
  9495. { name: "Sammy Mouse" },
  9496. {
  9497. feminine: {
  9498. height: math.unit(5, "feet"),
  9499. weight: math.unit(100, "lb"),
  9500. name: "Feminine",
  9501. image: {
  9502. source: "./media/characters/sammy-mouse/feminine.svg",
  9503. extra: 2526 / 2425,
  9504. bottom: 0.123
  9505. }
  9506. },
  9507. masculine: {
  9508. height: math.unit(5, "feet"),
  9509. weight: math.unit(100, "lb"),
  9510. name: "Masculine",
  9511. image: {
  9512. source: "./media/characters/sammy-mouse/masculine.svg",
  9513. extra: 2526 / 2425,
  9514. bottom: 0.123
  9515. }
  9516. },
  9517. },
  9518. [
  9519. {
  9520. name: "Micro",
  9521. height: math.unit(5, "inches")
  9522. },
  9523. {
  9524. name: "Normal",
  9525. height: math.unit(5, "feet"),
  9526. default: true
  9527. },
  9528. {
  9529. name: "Macro",
  9530. height: math.unit(60, "feet")
  9531. },
  9532. ]
  9533. ))
  9534. characterMakers.push(() => makeCharacter(
  9535. { name: "Kole" },
  9536. {
  9537. front: {
  9538. height: math.unit(4, "feet"),
  9539. weight: math.unit(50, "lb"),
  9540. name: "Front",
  9541. image: {
  9542. source: "./media/characters/kole/front.svg",
  9543. extra: 1423 / 1303,
  9544. bottom: 0.025
  9545. }
  9546. },
  9547. back: {
  9548. height: math.unit(4, "feet"),
  9549. weight: math.unit(50, "lb"),
  9550. name: "Back",
  9551. image: {
  9552. source: "./media/characters/kole/back.svg",
  9553. extra: 1426 / 1280,
  9554. bottom: 0.02
  9555. }
  9556. },
  9557. },
  9558. [
  9559. {
  9560. name: "Normal",
  9561. height: math.unit(4, "feet"),
  9562. default: true
  9563. },
  9564. ]
  9565. ))
  9566. characterMakers.push(() => makeCharacter(
  9567. { name: "Rufran" },
  9568. {
  9569. front: {
  9570. height: math.unit(2 + 6 / 12, "feet"),
  9571. weight: math.unit(20, "lb"),
  9572. name: "Front",
  9573. image: {
  9574. source: "./media/characters/rufran/front.svg",
  9575. extra: 2041 / 1839,
  9576. bottom: 0.055
  9577. }
  9578. },
  9579. back: {
  9580. height: math.unit(2 + 6 / 12, "feet"),
  9581. weight: math.unit(20, "lb"),
  9582. name: "Back",
  9583. image: {
  9584. source: "./media/characters/rufran/back.svg",
  9585. extra: 2054 / 1839,
  9586. bottom: 0.01
  9587. }
  9588. },
  9589. hand: {
  9590. height: math.unit(0.2166, "meters"),
  9591. name: "Hand",
  9592. image: {
  9593. source: "./media/characters/rufran/hand.svg"
  9594. }
  9595. },
  9596. foot: {
  9597. height: math.unit(0.185, "meters"),
  9598. name: "Foot",
  9599. image: {
  9600. source: "./media/characters/rufran/foot.svg"
  9601. }
  9602. },
  9603. },
  9604. [
  9605. {
  9606. name: "Micro",
  9607. height: math.unit(1, "inch")
  9608. },
  9609. {
  9610. name: "Normal",
  9611. height: math.unit(2 + 6 / 12, "feet"),
  9612. default: true
  9613. },
  9614. {
  9615. name: "Big",
  9616. height: math.unit(60, "feet")
  9617. },
  9618. {
  9619. name: "Macro",
  9620. height: math.unit(325, "feet")
  9621. },
  9622. ]
  9623. ))
  9624. characterMakers.push(() => makeCharacter(
  9625. { name: "Chip" },
  9626. {
  9627. front: {
  9628. height: math.unit(0.3, "meters"),
  9629. weight: math.unit(3.5, "kg"),
  9630. name: "Front",
  9631. image: {
  9632. source: "./media/characters/chip/front.svg",
  9633. extra: 748 / 674
  9634. }
  9635. },
  9636. },
  9637. [
  9638. {
  9639. name: "Micro",
  9640. height: math.unit(1, "inch"),
  9641. default: true
  9642. },
  9643. ]
  9644. ))
  9645. characterMakers.push(() => makeCharacter(
  9646. { name: "Torvid" },
  9647. {
  9648. side: {
  9649. height: math.unit(2.3, "meters"),
  9650. weight: math.unit(3500, "lb"),
  9651. name: "Side",
  9652. image: {
  9653. source: "./media/characters/torvid/side.svg",
  9654. extra: 1972 / 722,
  9655. bottom: 0.035
  9656. }
  9657. },
  9658. },
  9659. [
  9660. {
  9661. name: "Normal",
  9662. height: math.unit(2.3, "meters"),
  9663. default: true
  9664. },
  9665. ]
  9666. ))
  9667. characterMakers.push(() => makeCharacter(
  9668. { name: "Susan" },
  9669. {
  9670. front: {
  9671. height: math.unit(2, "meters"),
  9672. weight: math.unit(150.5, "kg"),
  9673. name: "Front",
  9674. image: {
  9675. source: "./media/characters/susan/front.svg",
  9676. extra: 693 / 635,
  9677. bottom: 0.05
  9678. }
  9679. },
  9680. },
  9681. [
  9682. {
  9683. name: "Megamacro",
  9684. height: math.unit(505, "miles"),
  9685. default: true
  9686. },
  9687. ]
  9688. ))
  9689. characterMakers.push(() => makeCharacter(
  9690. { name: "Raindrops" },
  9691. {
  9692. front: {
  9693. height: math.unit(6, "feet"),
  9694. weight: math.unit(150, "lb"),
  9695. name: "Front",
  9696. image: {
  9697. source: "./media/characters/raindrops/front.svg",
  9698. extra: 2655 / 2461,
  9699. bottom: 0.02
  9700. }
  9701. },
  9702. back: {
  9703. height: math.unit(6, "feet"),
  9704. weight: math.unit(150, "lb"),
  9705. name: "Back",
  9706. image: {
  9707. source: "./media/characters/raindrops/back.svg",
  9708. extra: 2574 / 2400,
  9709. bottom: 0.03
  9710. }
  9711. },
  9712. },
  9713. [
  9714. {
  9715. name: "Micro",
  9716. height: math.unit(6, "inches")
  9717. },
  9718. {
  9719. name: "Normal",
  9720. height: math.unit(6 + 2 / 12, "feet")
  9721. },
  9722. {
  9723. name: "Macro",
  9724. height: math.unit(131, "feet"),
  9725. default: true
  9726. },
  9727. {
  9728. name: "Megamacro",
  9729. height: math.unit(15, "miles")
  9730. },
  9731. {
  9732. name: "Gigamacro",
  9733. height: math.unit(4000, "miles")
  9734. },
  9735. {
  9736. name: "Teramacro",
  9737. height: math.unit(315000, "miles")
  9738. },
  9739. ]
  9740. ))
  9741. characterMakers.push(() => makeCharacter(
  9742. { name: "Tezwa" },
  9743. {
  9744. front: {
  9745. height: math.unit(2.794, "meters"),
  9746. weight: math.unit(325, "kg"),
  9747. name: "Front",
  9748. image: {
  9749. source: "./media/characters/tezwa/front.svg",
  9750. extra: 2083 / 1906,
  9751. bottom: 0.031
  9752. }
  9753. },
  9754. foot: {
  9755. height: math.unit(0.687, "meters"),
  9756. name: "Foot",
  9757. image: {
  9758. source: "./media/characters/tezwa/foot.svg"
  9759. }
  9760. },
  9761. },
  9762. [
  9763. {
  9764. name: "Normal",
  9765. height: math.unit(9 + 2 / 12, "feet"),
  9766. default: true
  9767. },
  9768. ]
  9769. ))
  9770. characterMakers.push(() => makeCharacter(
  9771. { name: "Typhus" },
  9772. {
  9773. front: {
  9774. height: math.unit(58, "feet"),
  9775. weight: math.unit(89000, "lb"),
  9776. name: "Front",
  9777. image: {
  9778. source: "./media/characters/typhus/front.svg",
  9779. extra: 816 / 800,
  9780. bottom: 0.065
  9781. }
  9782. },
  9783. },
  9784. [
  9785. {
  9786. name: "Macro",
  9787. height: math.unit(58, "feet"),
  9788. default: true
  9789. },
  9790. ]
  9791. ))
  9792. characterMakers.push(() => makeCharacter(
  9793. { name: "Lyra Von Wulf" },
  9794. {
  9795. front: {
  9796. height: math.unit(12, "feet"),
  9797. weight: math.unit(6, "tonnes"),
  9798. name: "Front",
  9799. image: {
  9800. source: "./media/characters/lyra-von-wulf/front.svg",
  9801. extra: 1,
  9802. bottom: 0.10
  9803. }
  9804. },
  9805. frontMecha: {
  9806. height: math.unit(12, "feet"),
  9807. weight: math.unit(12, "tonnes"),
  9808. name: "Front (Mecha)",
  9809. image: {
  9810. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9811. extra: 1,
  9812. bottom: 0.042
  9813. }
  9814. },
  9815. maw: {
  9816. height: math.unit(2.2, "feet"),
  9817. name: "Maw",
  9818. image: {
  9819. source: "./media/characters/lyra-von-wulf/maw.svg"
  9820. }
  9821. },
  9822. },
  9823. [
  9824. {
  9825. name: "Normal",
  9826. height: math.unit(12, "feet"),
  9827. default: true
  9828. },
  9829. {
  9830. name: "Classic",
  9831. height: math.unit(50, "feet")
  9832. },
  9833. {
  9834. name: "Macro",
  9835. height: math.unit(500, "feet")
  9836. },
  9837. {
  9838. name: "Megamacro",
  9839. height: math.unit(1, "mile")
  9840. },
  9841. {
  9842. name: "Gigamacro",
  9843. height: math.unit(400, "miles")
  9844. },
  9845. {
  9846. name: "Teramacro",
  9847. height: math.unit(22000, "miles")
  9848. },
  9849. {
  9850. name: "Solarmacro",
  9851. height: math.unit(8600000, "miles")
  9852. },
  9853. {
  9854. name: "Galactic",
  9855. height: math.unit(1057000, "lightyears")
  9856. },
  9857. ]
  9858. ))
  9859. characterMakers.push(() => makeCharacter(
  9860. { name: "Dixon" },
  9861. {
  9862. front: {
  9863. height: math.unit(6 + 10 / 12, "feet"),
  9864. weight: math.unit(150, "lb"),
  9865. name: "Front",
  9866. image: {
  9867. source: "./media/characters/dixon/front.svg",
  9868. extra: 3361 / 3209,
  9869. bottom: 0.01
  9870. }
  9871. },
  9872. },
  9873. [
  9874. {
  9875. name: "Normal",
  9876. height: math.unit(6 + 10 / 12, "feet"),
  9877. default: true
  9878. },
  9879. {
  9880. name: "Big",
  9881. height: math.unit(12, "meters")
  9882. },
  9883. {
  9884. name: "Macro",
  9885. height: math.unit(500, "meters")
  9886. },
  9887. {
  9888. name: "Megamacro",
  9889. height: math.unit(2, "km")
  9890. },
  9891. ]
  9892. ))
  9893. characterMakers.push(() => makeCharacter(
  9894. { name: "Kauko" },
  9895. {
  9896. front: {
  9897. height: math.unit(185, "cm"),
  9898. weight: math.unit(68, "kg"),
  9899. name: "Front",
  9900. image: {
  9901. source: "./media/characters/kauko/front.svg",
  9902. extra: 1455 / 1421,
  9903. bottom: 0.03
  9904. }
  9905. },
  9906. back: {
  9907. height: math.unit(185, "cm"),
  9908. weight: math.unit(68, "kg"),
  9909. name: "Back",
  9910. image: {
  9911. source: "./media/characters/kauko/back.svg",
  9912. extra: 1455 / 1421,
  9913. bottom: 0.004
  9914. }
  9915. },
  9916. },
  9917. [
  9918. {
  9919. name: "Normal",
  9920. height: math.unit(185, "cm"),
  9921. default: true
  9922. },
  9923. ]
  9924. ))
  9925. characterMakers.push(() => makeCharacter(
  9926. { name: "Varg" },
  9927. {
  9928. front: {
  9929. height: math.unit(6, "feet"),
  9930. weight: math.unit(150, "kg"),
  9931. name: "Front",
  9932. image: {
  9933. source: "./media/characters/varg/front.svg",
  9934. extra: 1108 / 1018,
  9935. bottom: 0.0375
  9936. }
  9937. },
  9938. },
  9939. [
  9940. {
  9941. name: "Normal",
  9942. height: math.unit(5, "meters")
  9943. },
  9944. {
  9945. name: "Macro",
  9946. height: math.unit(200, "meters")
  9947. },
  9948. {
  9949. name: "Megamacro",
  9950. height: math.unit(20, "kilometers")
  9951. },
  9952. {
  9953. name: "True Size",
  9954. height: math.unit(211, "km"),
  9955. default: true
  9956. },
  9957. {
  9958. name: "Gigamacro",
  9959. height: math.unit(1000, "km")
  9960. },
  9961. {
  9962. name: "Gigamacro+",
  9963. height: math.unit(8000, "km")
  9964. },
  9965. {
  9966. name: "Teramacro",
  9967. height: math.unit(1000000, "km")
  9968. },
  9969. ]
  9970. ))
  9971. characterMakers.push(() => makeCharacter(
  9972. { name: "Dayza" },
  9973. {
  9974. front: {
  9975. height: math.unit(7 + 7 / 12, "feet"),
  9976. weight: math.unit(267, "lb"),
  9977. name: "Front",
  9978. image: {
  9979. source: "./media/characters/dayza/front.svg",
  9980. extra: 1262 / 1200,
  9981. bottom: 0.035
  9982. }
  9983. },
  9984. side: {
  9985. height: math.unit(7 + 7 / 12, "feet"),
  9986. weight: math.unit(267, "lb"),
  9987. name: "Side",
  9988. image: {
  9989. source: "./media/characters/dayza/side.svg",
  9990. extra: 1295 / 1245,
  9991. bottom: 0.05
  9992. }
  9993. },
  9994. back: {
  9995. height: math.unit(7 + 7 / 12, "feet"),
  9996. weight: math.unit(267, "lb"),
  9997. name: "Back",
  9998. image: {
  9999. source: "./media/characters/dayza/back.svg",
  10000. extra: 1241 / 1170
  10001. }
  10002. },
  10003. },
  10004. [
  10005. {
  10006. name: "Normal",
  10007. height: math.unit(7 + 7 / 12, "feet"),
  10008. default: true
  10009. },
  10010. {
  10011. name: "Macro",
  10012. height: math.unit(155, "feet")
  10013. },
  10014. ]
  10015. ))
  10016. characterMakers.push(() => makeCharacter(
  10017. { name: "Xanthos" },
  10018. {
  10019. front: {
  10020. height: math.unit(6 + 5 / 12, "feet"),
  10021. weight: math.unit(160, "lb"),
  10022. name: "Front",
  10023. image: {
  10024. source: "./media/characters/xanthos/front.svg",
  10025. extra: 1,
  10026. bottom: 0.04
  10027. }
  10028. },
  10029. back: {
  10030. height: math.unit(6 + 5 / 12, "feet"),
  10031. weight: math.unit(160, "lb"),
  10032. name: "Back",
  10033. image: {
  10034. source: "./media/characters/xanthos/back.svg",
  10035. extra: 1,
  10036. bottom: 0.03
  10037. }
  10038. },
  10039. hand: {
  10040. height: math.unit(0.928, "feet"),
  10041. name: "Hand",
  10042. image: {
  10043. source: "./media/characters/xanthos/hand.svg"
  10044. }
  10045. },
  10046. foot: {
  10047. height: math.unit(1.286, "feet"),
  10048. name: "Foot",
  10049. image: {
  10050. source: "./media/characters/xanthos/foot.svg"
  10051. }
  10052. },
  10053. },
  10054. [
  10055. {
  10056. name: "Normal",
  10057. height: math.unit(6 + 5 / 12, "feet"),
  10058. default: true
  10059. },
  10060. {
  10061. name: "Normal+",
  10062. height: math.unit(6, "meters")
  10063. },
  10064. {
  10065. name: "Macro",
  10066. height: math.unit(40, "feet")
  10067. },
  10068. {
  10069. name: "Macro+",
  10070. height: math.unit(200, "meters")
  10071. },
  10072. {
  10073. name: "Megamacro",
  10074. height: math.unit(20, "km")
  10075. },
  10076. {
  10077. name: "Megamacro+",
  10078. height: math.unit(100, "km")
  10079. },
  10080. ]
  10081. ))
  10082. characterMakers.push(() => makeCharacter(
  10083. { name: "Grynn" },
  10084. {
  10085. front: {
  10086. height: math.unit(6 + 3 / 12, "feet"),
  10087. weight: math.unit(215, "lb"),
  10088. name: "Front",
  10089. image: {
  10090. source: "./media/characters/grynn/front.svg",
  10091. extra: 4627 / 4209,
  10092. bottom: 0.047
  10093. }
  10094. },
  10095. },
  10096. [
  10097. {
  10098. name: "Micro",
  10099. height: math.unit(6, "inches")
  10100. },
  10101. {
  10102. name: "Normal",
  10103. height: math.unit(6 + 3 / 12, "feet"),
  10104. default: true
  10105. },
  10106. {
  10107. name: "Big",
  10108. height: math.unit(104, "feet")
  10109. },
  10110. {
  10111. name: "Macro",
  10112. height: math.unit(944, "feet")
  10113. },
  10114. {
  10115. name: "Macro+",
  10116. height: math.unit(9480, "feet")
  10117. },
  10118. {
  10119. name: "Megamacro",
  10120. height: math.unit(78752, "feet")
  10121. },
  10122. {
  10123. name: "Megamacro+",
  10124. height: math.unit(630128, "feet")
  10125. },
  10126. {
  10127. name: "Megamacro++",
  10128. height: math.unit(3150695, "feet")
  10129. },
  10130. ]
  10131. ))
  10132. characterMakers.push(() => makeCharacter(
  10133. { name: "Mocha Aura" },
  10134. {
  10135. front: {
  10136. height: math.unit(7 + 5 / 12, "feet"),
  10137. weight: math.unit(450, "lb"),
  10138. name: "Front",
  10139. image: {
  10140. source: "./media/characters/mocha-aura/front.svg",
  10141. extra: 1907 / 1817,
  10142. bottom: 0.04
  10143. }
  10144. },
  10145. back: {
  10146. height: math.unit(7 + 5 / 12, "feet"),
  10147. weight: math.unit(450, "lb"),
  10148. name: "Back",
  10149. image: {
  10150. source: "./media/characters/mocha-aura/back.svg",
  10151. extra: 1900 / 1825,
  10152. bottom: 0.045
  10153. }
  10154. },
  10155. },
  10156. [
  10157. {
  10158. name: "Nano",
  10159. height: math.unit(1, "nm")
  10160. },
  10161. {
  10162. name: "Megamicro",
  10163. height: math.unit(1, "mm")
  10164. },
  10165. {
  10166. name: "Micro",
  10167. height: math.unit(3, "inches")
  10168. },
  10169. {
  10170. name: "Normal",
  10171. height: math.unit(7 + 5 / 12, "feet"),
  10172. default: true
  10173. },
  10174. {
  10175. name: "Macro",
  10176. height: math.unit(30, "feet")
  10177. },
  10178. {
  10179. name: "Megamacro",
  10180. height: math.unit(3500, "feet")
  10181. },
  10182. {
  10183. name: "Teramacro",
  10184. height: math.unit(500000, "miles")
  10185. },
  10186. {
  10187. name: "Petamacro",
  10188. height: math.unit(50000000000000000, "parsecs")
  10189. },
  10190. ]
  10191. ))
  10192. characterMakers.push(() => makeCharacter(
  10193. { name: "Ilisha Devya" },
  10194. {
  10195. front: {
  10196. height: math.unit(6, "feet"),
  10197. weight: math.unit(150, "lb"),
  10198. name: "Front",
  10199. image: {
  10200. source: "./media/characters/ilisha-devya/front.svg",
  10201. extra: 1,
  10202. bottom: 0.175
  10203. }
  10204. },
  10205. back: {
  10206. height: math.unit(6, "feet"),
  10207. weight: math.unit(150, "lb"),
  10208. name: "Back",
  10209. image: {
  10210. source: "./media/characters/ilisha-devya/back.svg",
  10211. extra: 1,
  10212. bottom: 0.015
  10213. }
  10214. },
  10215. },
  10216. [
  10217. {
  10218. name: "Macro",
  10219. height: math.unit(500, "feet"),
  10220. default: true
  10221. },
  10222. {
  10223. name: "Megamacro",
  10224. height: math.unit(10, "miles")
  10225. },
  10226. {
  10227. name: "Gigamacro",
  10228. height: math.unit(100000, "miles")
  10229. },
  10230. {
  10231. name: "Examacro",
  10232. height: math.unit(1e9, "lightyears")
  10233. },
  10234. {
  10235. name: "Omniversal",
  10236. height: math.unit(1e33, "lightyears")
  10237. },
  10238. {
  10239. name: "Beyond Infinite",
  10240. height: math.unit(1e100, "lightyears")
  10241. },
  10242. ]
  10243. ))
  10244. characterMakers.push(() => makeCharacter(
  10245. { name: "Mira" },
  10246. {
  10247. Side: {
  10248. height: math.unit(6, "feet"),
  10249. weight: math.unit(150, "lb"),
  10250. name: "Side",
  10251. image: {
  10252. source: "./media/characters/mira/side.svg",
  10253. extra: 900 / 799,
  10254. bottom: 0.02
  10255. }
  10256. },
  10257. },
  10258. [
  10259. {
  10260. name: "Human Size",
  10261. height: math.unit(6, "feet")
  10262. },
  10263. {
  10264. name: "Macro",
  10265. height: math.unit(100, "feet"),
  10266. default: true
  10267. },
  10268. {
  10269. name: "Megamacro",
  10270. height: math.unit(10, "miles")
  10271. },
  10272. {
  10273. name: "Gigamacro",
  10274. height: math.unit(25000, "miles")
  10275. },
  10276. {
  10277. name: "Teramacro",
  10278. height: math.unit(300, "AU")
  10279. },
  10280. {
  10281. name: "Full Size",
  10282. height: math.unit(4.5e10, "lightyears")
  10283. },
  10284. ]
  10285. ))
  10286. characterMakers.push(() => makeCharacter(
  10287. { name: "Holly" },
  10288. {
  10289. front: {
  10290. height: math.unit(6, "feet"),
  10291. weight: math.unit(150, "lb"),
  10292. name: "Front",
  10293. image: {
  10294. source: "./media/characters/holly/front.svg",
  10295. extra: 639 / 606
  10296. }
  10297. },
  10298. back: {
  10299. height: math.unit(6, "feet"),
  10300. weight: math.unit(150, "lb"),
  10301. name: "Back",
  10302. image: {
  10303. source: "./media/characters/holly/back.svg",
  10304. extra: 623 / 598
  10305. }
  10306. },
  10307. frontWorking: {
  10308. height: math.unit(6, "feet"),
  10309. weight: math.unit(150, "lb"),
  10310. name: "Front (Working)",
  10311. image: {
  10312. source: "./media/characters/holly/front-working.svg",
  10313. extra: 607 / 577,
  10314. bottom: 0.048
  10315. }
  10316. },
  10317. },
  10318. [
  10319. {
  10320. name: "Normal",
  10321. height: math.unit(12 + 3 / 12, "feet"),
  10322. default: true
  10323. },
  10324. ]
  10325. ))
  10326. characterMakers.push(() => makeCharacter(
  10327. { name: "Porter" },
  10328. {
  10329. front: {
  10330. height: math.unit(6, "feet"),
  10331. weight: math.unit(150, "lb"),
  10332. name: "Front",
  10333. image: {
  10334. source: "./media/characters/porter/front.svg",
  10335. extra: 1,
  10336. bottom: 0.01
  10337. }
  10338. },
  10339. frontRobes: {
  10340. height: math.unit(6, "feet"),
  10341. weight: math.unit(150, "lb"),
  10342. name: "Front (Robes)",
  10343. image: {
  10344. source: "./media/characters/porter/front-robes.svg",
  10345. extra: 1.01,
  10346. bottom: 0.01
  10347. }
  10348. },
  10349. },
  10350. [
  10351. {
  10352. name: "Normal",
  10353. height: math.unit(11 + 9 / 12, "feet"),
  10354. default: true
  10355. },
  10356. ]
  10357. ))
  10358. characterMakers.push(() => makeCharacter(
  10359. { name: "Lucy" },
  10360. {
  10361. legendary: {
  10362. height: math.unit(6, "feet"),
  10363. weight: math.unit(150, "lb"),
  10364. name: "Legendary",
  10365. image: {
  10366. source: "./media/characters/lucy/legendary.svg",
  10367. extra: 1355 / 1100,
  10368. bottom: 0.045
  10369. }
  10370. },
  10371. },
  10372. [
  10373. {
  10374. name: "Legendary",
  10375. height: math.unit(86882 * 2, "miles"),
  10376. default: true
  10377. },
  10378. ]
  10379. ))
  10380. characterMakers.push(() => makeCharacter(
  10381. { name: "Drusilla" },
  10382. {
  10383. front: {
  10384. height: math.unit(6, "feet"),
  10385. weight: math.unit(150, "lb"),
  10386. name: "Front",
  10387. image: {
  10388. source: "./media/characters/drusilla/front.svg",
  10389. extra: 678 / 635,
  10390. bottom: 0.03
  10391. }
  10392. },
  10393. back: {
  10394. height: math.unit(6, "feet"),
  10395. weight: math.unit(150, "lb"),
  10396. name: "Back",
  10397. image: {
  10398. source: "./media/characters/drusilla/back.svg",
  10399. extra: 678 / 635,
  10400. bottom: 0.005
  10401. }
  10402. },
  10403. },
  10404. [
  10405. {
  10406. name: "Macro",
  10407. height: math.unit(100, "feet")
  10408. },
  10409. {
  10410. name: "Canon Height",
  10411. height: math.unit(2000, "feet"),
  10412. default: true
  10413. },
  10414. ]
  10415. ))
  10416. characterMakers.push(() => makeCharacter(
  10417. { name: "Renard Thatch" },
  10418. {
  10419. front: {
  10420. height: math.unit(6, "feet"),
  10421. weight: math.unit(180, "lb"),
  10422. name: "Front",
  10423. image: {
  10424. source: "./media/characters/renard-thatch/front.svg",
  10425. extra: 2411 / 2275,
  10426. bottom: 0.01
  10427. }
  10428. },
  10429. frontPosing: {
  10430. height: math.unit(6, "feet"),
  10431. weight: math.unit(180, "lb"),
  10432. name: "Front (Posing)",
  10433. image: {
  10434. source: "./media/characters/renard-thatch/front-posing.svg",
  10435. extra: 2381 / 2261,
  10436. bottom: 0.01
  10437. }
  10438. },
  10439. back: {
  10440. height: math.unit(6, "feet"),
  10441. weight: math.unit(180, "lb"),
  10442. name: "Back",
  10443. image: {
  10444. source: "./media/characters/renard-thatch/back.svg",
  10445. extra: 2428 / 2288
  10446. }
  10447. },
  10448. },
  10449. [
  10450. {
  10451. name: "Micro",
  10452. height: math.unit(3, "inches")
  10453. },
  10454. {
  10455. name: "Default",
  10456. height: math.unit(6, "feet"),
  10457. default: true
  10458. },
  10459. {
  10460. name: "Macro",
  10461. height: math.unit(75, "feet")
  10462. },
  10463. ]
  10464. ))
  10465. characterMakers.push(() => makeCharacter(
  10466. { name: "Sekvra" },
  10467. {
  10468. front: {
  10469. height: math.unit(1450, "feet"),
  10470. weight: math.unit(1.21e6, "tons"),
  10471. name: "Front",
  10472. image: {
  10473. source: "./media/characters/sekvra/front.svg",
  10474. extra: 1,
  10475. bottom: 0.03
  10476. }
  10477. },
  10478. frontClothed: {
  10479. height: math.unit(1450, "feet"),
  10480. weight: math.unit(1.21e6, "tons"),
  10481. name: "Front (Clothed)",
  10482. image: {
  10483. source: "./media/characters/sekvra/front-clothed.svg",
  10484. extra: 1,
  10485. bottom: 0.03
  10486. }
  10487. },
  10488. side: {
  10489. height: math.unit(1450, "feet"),
  10490. weight: math.unit(1.21e6, "tons"),
  10491. name: "Side",
  10492. image: {
  10493. source: "./media/characters/sekvra/side.svg",
  10494. extra: 1,
  10495. bottom: 0.025
  10496. }
  10497. },
  10498. back: {
  10499. height: math.unit(1450, "feet"),
  10500. weight: math.unit(1.21e6, "tons"),
  10501. name: "Back",
  10502. image: {
  10503. source: "./media/characters/sekvra/back.svg",
  10504. extra: 1,
  10505. bottom: 0.005
  10506. }
  10507. },
  10508. },
  10509. [
  10510. {
  10511. name: "Macro",
  10512. height: math.unit(1450, "feet"),
  10513. default: true
  10514. },
  10515. {
  10516. name: "Megamacro",
  10517. height: math.unit(15000, "feet")
  10518. },
  10519. ]
  10520. ))
  10521. characterMakers.push(() => makeCharacter(
  10522. { name: "Carmine" },
  10523. {
  10524. front: {
  10525. height: math.unit(6, "feet"),
  10526. weight: math.unit(150, "lb"),
  10527. name: "Front",
  10528. image: {
  10529. source: "./media/characters/carmine/front.svg",
  10530. extra: 1,
  10531. bottom: 0.035
  10532. }
  10533. },
  10534. frontArmor: {
  10535. height: math.unit(6, "feet"),
  10536. weight: math.unit(150, "lb"),
  10537. name: "Front (Armor)",
  10538. image: {
  10539. source: "./media/characters/carmine/front-armor.svg",
  10540. extra: 1,
  10541. bottom: 0.035
  10542. }
  10543. },
  10544. },
  10545. [
  10546. {
  10547. name: "Large",
  10548. height: math.unit(1, "mile")
  10549. },
  10550. {
  10551. name: "Huge",
  10552. height: math.unit(40, "miles"),
  10553. default: true
  10554. },
  10555. {
  10556. name: "Colossal",
  10557. height: math.unit(2500, "miles")
  10558. },
  10559. ]
  10560. ))
  10561. characterMakers.push(() => makeCharacter(
  10562. { name: "Elyssia" },
  10563. {
  10564. front: {
  10565. height: math.unit(6, "feet"),
  10566. weight: math.unit(150, "lb"),
  10567. name: "Front",
  10568. image: {
  10569. source: "./media/characters/elyssia/front.svg",
  10570. extra: 2201 / 2035,
  10571. bottom: 0.05
  10572. }
  10573. },
  10574. frontClothed: {
  10575. height: math.unit(6, "feet"),
  10576. weight: math.unit(150, "lb"),
  10577. name: "Front (Clothed)",
  10578. image: {
  10579. source: "./media/characters/elyssia/front-clothed.svg",
  10580. extra: 2201 / 2035,
  10581. bottom: 0.05
  10582. }
  10583. },
  10584. back: {
  10585. height: math.unit(6, "feet"),
  10586. weight: math.unit(150, "lb"),
  10587. name: "Back",
  10588. image: {
  10589. source: "./media/characters/elyssia/back.svg",
  10590. extra: 2201 / 2035,
  10591. bottom: 0.013
  10592. }
  10593. },
  10594. },
  10595. [
  10596. {
  10597. name: "Smaller",
  10598. height: math.unit(150, "feet")
  10599. },
  10600. {
  10601. name: "Standard",
  10602. height: math.unit(1400, "feet"),
  10603. default: true
  10604. },
  10605. {
  10606. name: "Distracted",
  10607. height: math.unit(15000, "feet")
  10608. },
  10609. ]
  10610. ))
  10611. characterMakers.push(() => makeCharacter(
  10612. { name: "Geno Maxwell" },
  10613. {
  10614. front: {
  10615. height: math.unit(7 + 4 / 12, "feet"),
  10616. weight: math.unit(500, "lb"),
  10617. name: "Front",
  10618. image: {
  10619. source: "./media/characters/geno-maxwell/front.svg",
  10620. extra: 2207 / 2040,
  10621. bottom: 0.015
  10622. }
  10623. },
  10624. },
  10625. [
  10626. {
  10627. name: "Micro",
  10628. height: math.unit(3, "inches")
  10629. },
  10630. {
  10631. name: "Normal",
  10632. height: math.unit(7 + 4 / 12, "feet"),
  10633. default: true
  10634. },
  10635. {
  10636. name: "Macro",
  10637. height: math.unit(220, "feet")
  10638. },
  10639. {
  10640. name: "Megamacro",
  10641. height: math.unit(11, "miles")
  10642. },
  10643. ]
  10644. ))
  10645. characterMakers.push(() => makeCharacter(
  10646. { name: "Regena Maxwell" },
  10647. {
  10648. front: {
  10649. height: math.unit(7 + 4 / 12, "feet"),
  10650. weight: math.unit(500, "lb"),
  10651. name: "Front",
  10652. image: {
  10653. source: "./media/characters/regena-maxwell/front.svg",
  10654. extra: 3115 / 2770,
  10655. bottom: 0.02
  10656. }
  10657. },
  10658. },
  10659. [
  10660. {
  10661. name: "Normal",
  10662. height: math.unit(7 + 4 / 12, "feet"),
  10663. default: true
  10664. },
  10665. {
  10666. name: "Macro",
  10667. height: math.unit(220, "feet")
  10668. },
  10669. {
  10670. name: "Megamacro",
  10671. height: math.unit(11, "miles")
  10672. },
  10673. ]
  10674. ))
  10675. characterMakers.push(() => makeCharacter(
  10676. { name: "XGlidingDragonX" },
  10677. {
  10678. front: {
  10679. height: math.unit(6, "feet"),
  10680. weight: math.unit(150, "lb"),
  10681. name: "Front",
  10682. image: {
  10683. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10684. extra: 860 / 690,
  10685. bottom: 0.03
  10686. }
  10687. },
  10688. },
  10689. [
  10690. {
  10691. name: "Normal",
  10692. height: math.unit(1.7, "meters"),
  10693. default: true
  10694. },
  10695. ]
  10696. ))
  10697. characterMakers.push(() => makeCharacter(
  10698. { name: "Quilly" },
  10699. {
  10700. front: {
  10701. height: math.unit(6, "feet"),
  10702. weight: math.unit(150, "lb"),
  10703. name: "Front",
  10704. image: {
  10705. source: "./media/characters/quilly/front.svg",
  10706. extra: 890 / 776
  10707. }
  10708. },
  10709. },
  10710. [
  10711. {
  10712. name: "Gigamacro",
  10713. height: math.unit(404090, "miles"),
  10714. default: true
  10715. },
  10716. ]
  10717. ))
  10718. characterMakers.push(() => makeCharacter(
  10719. { name: "Tempest" },
  10720. {
  10721. front: {
  10722. height: math.unit(7 + 8 / 12, "feet"),
  10723. weight: math.unit(350, "lb"),
  10724. name: "Front",
  10725. image: {
  10726. source: "./media/characters/tempest/front.svg",
  10727. extra: 1175 / 1086,
  10728. bottom: 0.02
  10729. }
  10730. },
  10731. },
  10732. [
  10733. {
  10734. name: "Normal",
  10735. height: math.unit(7 + 8 / 12, "feet"),
  10736. default: true
  10737. },
  10738. ]
  10739. ))
  10740. characterMakers.push(() => makeCharacter(
  10741. { name: "Rodger" },
  10742. {
  10743. side: {
  10744. height: math.unit(4 + 5 / 12, "feet"),
  10745. weight: math.unit(80, "lb"),
  10746. name: "Side",
  10747. image: {
  10748. source: "./media/characters/rodger/side.svg",
  10749. extra: 1235 / 1118
  10750. }
  10751. },
  10752. },
  10753. [
  10754. {
  10755. name: "Micro",
  10756. height: math.unit(1, "inch")
  10757. },
  10758. {
  10759. name: "Normal",
  10760. height: math.unit(4 + 5 / 12, "feet"),
  10761. default: true
  10762. },
  10763. {
  10764. name: "Macro",
  10765. height: math.unit(120, "feet")
  10766. },
  10767. ]
  10768. ))
  10769. characterMakers.push(() => makeCharacter(
  10770. { name: "Danyel" },
  10771. {
  10772. front: {
  10773. height: math.unit(6, "feet"),
  10774. weight: math.unit(150, "lb"),
  10775. name: "Front",
  10776. image: {
  10777. source: "./media/characters/danyel/front.svg",
  10778. extra: 1185 / 1123,
  10779. bottom: 0.05
  10780. }
  10781. },
  10782. },
  10783. [
  10784. {
  10785. name: "Shrunken",
  10786. height: math.unit(0.5, "mm")
  10787. },
  10788. {
  10789. name: "Micro",
  10790. height: math.unit(1, "mm"),
  10791. default: true
  10792. },
  10793. {
  10794. name: "Upsized",
  10795. height: math.unit(5 + 5 / 12, "feet")
  10796. },
  10797. ]
  10798. ))
  10799. characterMakers.push(() => makeCharacter(
  10800. { name: "Vivian Bijoux" },
  10801. {
  10802. front: {
  10803. height: math.unit(5 + 6 / 12, "feet"),
  10804. weight: math.unit(200, "lb"),
  10805. name: "Front",
  10806. image: {
  10807. source: "./media/characters/vivian-bijoux/front.svg",
  10808. extra: 1,
  10809. bottom: 0.072
  10810. }
  10811. },
  10812. },
  10813. [
  10814. {
  10815. name: "Normal",
  10816. height: math.unit(5 + 6 / 12, "feet"),
  10817. default: true
  10818. },
  10819. {
  10820. name: "Bad Dream",
  10821. height: math.unit(500, "feet")
  10822. },
  10823. {
  10824. name: "Nightmare",
  10825. height: math.unit(500, "miles")
  10826. },
  10827. ]
  10828. ))
  10829. characterMakers.push(() => makeCharacter(
  10830. { name: "Zeta" },
  10831. {
  10832. front: {
  10833. height: math.unit(6 + 1 / 12, "feet"),
  10834. weight: math.unit(260, "lb"),
  10835. name: "Front",
  10836. image: {
  10837. source: "./media/characters/zeta/front.svg",
  10838. extra: 1968 / 1889,
  10839. bottom: 0.06
  10840. }
  10841. },
  10842. back: {
  10843. height: math.unit(6 + 1 / 12, "feet"),
  10844. weight: math.unit(260, "lb"),
  10845. name: "Back",
  10846. image: {
  10847. source: "./media/characters/zeta/back.svg",
  10848. extra: 1944 / 1858,
  10849. bottom: 0.03
  10850. }
  10851. },
  10852. hand: {
  10853. height: math.unit(1.112, "feet"),
  10854. name: "Hand",
  10855. image: {
  10856. source: "./media/characters/zeta/hand.svg"
  10857. }
  10858. },
  10859. foot: {
  10860. height: math.unit(1.48, "feet"),
  10861. name: "Foot",
  10862. image: {
  10863. source: "./media/characters/zeta/foot.svg"
  10864. }
  10865. },
  10866. },
  10867. [
  10868. {
  10869. name: "Micro",
  10870. height: math.unit(6, "inches")
  10871. },
  10872. {
  10873. name: "Normal",
  10874. height: math.unit(6 + 1 / 12, "feet"),
  10875. default: true
  10876. },
  10877. {
  10878. name: "Macro",
  10879. height: math.unit(20, "feet")
  10880. },
  10881. ]
  10882. ))
  10883. characterMakers.push(() => makeCharacter(
  10884. { name: "Jamie Larsen" },
  10885. {
  10886. front: {
  10887. height: math.unit(6, "feet"),
  10888. weight: math.unit(150, "lb"),
  10889. name: "Front",
  10890. image: {
  10891. source: "./media/characters/jamie-larsen/front.svg",
  10892. extra: 962 / 933,
  10893. bottom: 0.02
  10894. }
  10895. },
  10896. back: {
  10897. height: math.unit(6, "feet"),
  10898. weight: math.unit(150, "lb"),
  10899. name: "Back",
  10900. image: {
  10901. source: "./media/characters/jamie-larsen/back.svg",
  10902. extra: 997 / 946
  10903. }
  10904. },
  10905. },
  10906. [
  10907. {
  10908. name: "Macro",
  10909. height: math.unit(28 + 7 / 12, "feet"),
  10910. default: true
  10911. },
  10912. {
  10913. name: "Macro+",
  10914. height: math.unit(180, "feet")
  10915. },
  10916. {
  10917. name: "Megamacro",
  10918. height: math.unit(10, "miles")
  10919. },
  10920. {
  10921. name: "Gigamacro",
  10922. height: math.unit(200000, "miles")
  10923. },
  10924. ]
  10925. ))
  10926. characterMakers.push(() => makeCharacter(
  10927. { name: "Vance" },
  10928. {
  10929. front: {
  10930. height: math.unit(6, "feet"),
  10931. weight: math.unit(120, "lb"),
  10932. name: "Front",
  10933. image: {
  10934. source: "./media/characters/vance/front.svg",
  10935. extra: 1980 / 1890,
  10936. bottom: 0.09
  10937. }
  10938. },
  10939. back: {
  10940. height: math.unit(6, "feet"),
  10941. weight: math.unit(120, "lb"),
  10942. name: "Back",
  10943. image: {
  10944. source: "./media/characters/vance/back.svg",
  10945. extra: 2081 / 1994,
  10946. bottom: 0.014
  10947. }
  10948. },
  10949. hand: {
  10950. height: math.unit(0.88, "feet"),
  10951. name: "Hand",
  10952. image: {
  10953. source: "./media/characters/vance/hand.svg"
  10954. }
  10955. },
  10956. foot: {
  10957. height: math.unit(0.64, "feet"),
  10958. name: "Foot",
  10959. image: {
  10960. source: "./media/characters/vance/foot.svg"
  10961. }
  10962. },
  10963. },
  10964. [
  10965. {
  10966. name: "Small",
  10967. height: math.unit(90, "feet"),
  10968. default: true
  10969. },
  10970. {
  10971. name: "Macro",
  10972. height: math.unit(100, "meters")
  10973. },
  10974. {
  10975. name: "Megamacro",
  10976. height: math.unit(15, "miles")
  10977. },
  10978. ]
  10979. ))
  10980. characterMakers.push(() => makeCharacter(
  10981. { name: "Xochitl" },
  10982. {
  10983. front: {
  10984. height: math.unit(6, "feet"),
  10985. weight: math.unit(180, "lb"),
  10986. name: "Front",
  10987. image: {
  10988. source: "./media/characters/xochitl/front.svg",
  10989. extra: 2297 / 2261,
  10990. bottom: 0.065
  10991. }
  10992. },
  10993. back: {
  10994. height: math.unit(6, "feet"),
  10995. weight: math.unit(180, "lb"),
  10996. name: "Back",
  10997. image: {
  10998. source: "./media/characters/xochitl/back.svg",
  10999. extra: 2386 / 2354,
  11000. bottom: 0.01
  11001. }
  11002. },
  11003. foot: {
  11004. height: math.unit(6 / 5 * 1.15, "feet"),
  11005. weight: math.unit(150, "lb"),
  11006. name: "Foot",
  11007. image: {
  11008. source: "./media/characters/xochitl/foot.svg"
  11009. }
  11010. },
  11011. },
  11012. [
  11013. {
  11014. name: "Macro",
  11015. height: math.unit(80, "feet")
  11016. },
  11017. {
  11018. name: "Macro+",
  11019. height: math.unit(400, "feet"),
  11020. default: true
  11021. },
  11022. {
  11023. name: "Gigamacro",
  11024. height: math.unit(80000, "miles")
  11025. },
  11026. {
  11027. name: "Gigamacro+",
  11028. height: math.unit(400000, "miles")
  11029. },
  11030. {
  11031. name: "Teramacro",
  11032. height: math.unit(300, "AU")
  11033. },
  11034. ]
  11035. ))
  11036. characterMakers.push(() => makeCharacter(
  11037. { name: "Vincent" },
  11038. {
  11039. front: {
  11040. height: math.unit(6, "feet"),
  11041. weight: math.unit(150, "lb"),
  11042. name: "Front",
  11043. image: {
  11044. source: "./media/characters/vincent/front.svg",
  11045. extra: 1130 / 1080,
  11046. bottom: 0.055
  11047. }
  11048. },
  11049. beak: {
  11050. height: math.unit(6 * 0.1, "feet"),
  11051. name: "Beak",
  11052. image: {
  11053. source: "./media/characters/vincent/beak.svg"
  11054. }
  11055. },
  11056. hand: {
  11057. height: math.unit(6 * 0.85, "feet"),
  11058. weight: math.unit(150, "lb"),
  11059. name: "Hand",
  11060. image: {
  11061. source: "./media/characters/vincent/hand.svg"
  11062. }
  11063. },
  11064. foot: {
  11065. height: math.unit(6 * 0.19, "feet"),
  11066. weight: math.unit(150, "lb"),
  11067. name: "Foot",
  11068. image: {
  11069. source: "./media/characters/vincent/foot.svg"
  11070. }
  11071. },
  11072. },
  11073. [
  11074. {
  11075. name: "Base",
  11076. height: math.unit(6 + 5 / 12, "feet"),
  11077. default: true
  11078. },
  11079. {
  11080. name: "Macro",
  11081. height: math.unit(300, "feet")
  11082. },
  11083. {
  11084. name: "Megamacro",
  11085. height: math.unit(2, "miles")
  11086. },
  11087. {
  11088. name: "Gigamacro",
  11089. height: math.unit(1000, "miles")
  11090. },
  11091. ]
  11092. ))
  11093. characterMakers.push(() => makeCharacter(
  11094. { name: "Jay" },
  11095. {
  11096. front: {
  11097. height: math.unit(6 + 2 / 12, "feet"),
  11098. weight: math.unit(65, "lb"),
  11099. name: "Front",
  11100. image: {
  11101. source: "./media/characters/jay/front.svg",
  11102. extra: 1510 / 1430,
  11103. bottom: 0.042
  11104. }
  11105. },
  11106. back: {
  11107. height: math.unit(6 + 2 / 12, "feet"),
  11108. weight: math.unit(65, "lb"),
  11109. name: "Back",
  11110. image: {
  11111. source: "./media/characters/jay/back.svg",
  11112. extra: 1510 / 1430,
  11113. bottom: 0.025
  11114. }
  11115. },
  11116. clothed: {
  11117. height: math.unit(6 + 2 / 12, "feet"),
  11118. weight: math.unit(65, "lb"),
  11119. name: "Front (Clothed)",
  11120. image: {
  11121. source: "./media/characters/jay/clothed.svg",
  11122. extra: 744 / 699,
  11123. bottom: 0.043
  11124. }
  11125. },
  11126. },
  11127. [
  11128. {
  11129. name: "Micro",
  11130. height: math.unit(1, "inch")
  11131. },
  11132. {
  11133. name: "Normal",
  11134. height: math.unit(6 + 2 / 12, "feet"),
  11135. default: true
  11136. },
  11137. {
  11138. name: "Macro",
  11139. height: math.unit(1, "mile")
  11140. },
  11141. {
  11142. name: "Megamacro",
  11143. height: math.unit(100, "miles")
  11144. },
  11145. ]
  11146. ))
  11147. characterMakers.push(() => makeCharacter(
  11148. { name: "Coatl" },
  11149. {
  11150. front: {
  11151. height: math.unit(2, "meters"),
  11152. weight: math.unit(500, "kg"),
  11153. name: "Front",
  11154. image: {
  11155. source: "./media/characters/coatl/front.svg",
  11156. extra: 3948 / 3500,
  11157. bottom: 0.082
  11158. }
  11159. },
  11160. },
  11161. [
  11162. {
  11163. name: "Normal",
  11164. height: math.unit(4, "meters")
  11165. },
  11166. {
  11167. name: "Macro",
  11168. height: math.unit(100, "meters"),
  11169. default: true
  11170. },
  11171. {
  11172. name: "Macro+",
  11173. height: math.unit(300, "meters")
  11174. },
  11175. {
  11176. name: "Megamacro",
  11177. height: math.unit(3, "gigameters")
  11178. },
  11179. {
  11180. name: "Megamacro+",
  11181. height: math.unit(300, "terameters")
  11182. },
  11183. {
  11184. name: "Megamacro++",
  11185. height: math.unit(3, "lightyears")
  11186. },
  11187. ]
  11188. ))
  11189. characterMakers.push(() => makeCharacter(
  11190. { name: "Shiroryu" },
  11191. {
  11192. front: {
  11193. height: math.unit(6, "feet"),
  11194. weight: math.unit(50, "kg"),
  11195. name: "front",
  11196. image: {
  11197. source: "./media/characters/shiroryu/front.svg",
  11198. extra: 1990 / 1935
  11199. }
  11200. },
  11201. },
  11202. [
  11203. {
  11204. name: "Mortal Mingling",
  11205. height: math.unit(3, "meters")
  11206. },
  11207. {
  11208. name: "Kaiju-ish",
  11209. height: math.unit(250, "meters")
  11210. },
  11211. {
  11212. name: "Somewhat Godly",
  11213. height: math.unit(400, "km"),
  11214. default: true
  11215. },
  11216. {
  11217. name: "Planetary",
  11218. height: math.unit(300, "megameters")
  11219. },
  11220. {
  11221. name: "Galaxy-dwarfing",
  11222. height: math.unit(450, "kiloparsecs")
  11223. },
  11224. {
  11225. name: "Universe Eater",
  11226. height: math.unit(150, "gigaparsecs")
  11227. },
  11228. {
  11229. name: "Almost Immeasurable",
  11230. height: math.unit(1.3e266, "yottaparsecs")
  11231. },
  11232. ]
  11233. ))
  11234. characterMakers.push(() => makeCharacter(
  11235. { name: "Umeko" },
  11236. {
  11237. front: {
  11238. height: math.unit(6, "feet"),
  11239. weight: math.unit(150, "lb"),
  11240. name: "Front",
  11241. image: {
  11242. source: "./media/characters/umeko/front.svg",
  11243. extra: 1,
  11244. bottom: 0.019
  11245. }
  11246. },
  11247. frontArmored: {
  11248. height: math.unit(6, "feet"),
  11249. weight: math.unit(150, "lb"),
  11250. name: "Front (Armored)",
  11251. image: {
  11252. source: "./media/characters/umeko/front-armored.svg",
  11253. extra: 1,
  11254. bottom: 0.021
  11255. }
  11256. },
  11257. },
  11258. [
  11259. {
  11260. name: "Macro",
  11261. height: math.unit(220, "feet"),
  11262. default: true
  11263. },
  11264. {
  11265. name: "Guardian Dragon",
  11266. height: math.unit(50, "miles")
  11267. },
  11268. {
  11269. name: "Cosmic",
  11270. height: math.unit(800000, "miles")
  11271. },
  11272. ]
  11273. ))
  11274. characterMakers.push(() => makeCharacter(
  11275. { name: "Cassidy" },
  11276. {
  11277. front: {
  11278. height: math.unit(6, "feet"),
  11279. weight: math.unit(150, "lb"),
  11280. name: "Front",
  11281. image: {
  11282. source: "./media/characters/cassidy/front.svg",
  11283. extra: 1,
  11284. bottom: 0.043
  11285. }
  11286. },
  11287. },
  11288. [
  11289. {
  11290. name: "Canon Height",
  11291. height: math.unit(120, "feet"),
  11292. default: true
  11293. },
  11294. {
  11295. name: "Macro+",
  11296. height: math.unit(400, "feet")
  11297. },
  11298. {
  11299. name: "Macro++",
  11300. height: math.unit(4000, "feet")
  11301. },
  11302. {
  11303. name: "Megamacro",
  11304. height: math.unit(3, "miles")
  11305. },
  11306. ]
  11307. ))
  11308. characterMakers.push(() => makeCharacter(
  11309. { name: "Isaac" },
  11310. {
  11311. front: {
  11312. height: math.unit(6, "feet"),
  11313. weight: math.unit(150, "lb"),
  11314. name: "Front",
  11315. image: {
  11316. source: "./media/characters/isaac/front.svg",
  11317. extra: 896 / 815,
  11318. bottom: 0.11
  11319. }
  11320. },
  11321. },
  11322. [
  11323. {
  11324. name: "Human Size",
  11325. height: math.unit(8, "feet"),
  11326. default: true
  11327. },
  11328. {
  11329. name: "Macro",
  11330. height: math.unit(400, "feet")
  11331. },
  11332. {
  11333. name: "Megamacro",
  11334. height: math.unit(50, "miles")
  11335. },
  11336. {
  11337. name: "Canon Height",
  11338. height: math.unit(200, "AU")
  11339. },
  11340. ]
  11341. ))
  11342. characterMakers.push(() => makeCharacter(
  11343. { name: "Sleekit" },
  11344. {
  11345. front: {
  11346. height: math.unit(6, "feet"),
  11347. weight: math.unit(72, "kg"),
  11348. name: "Front",
  11349. image: {
  11350. source: "./media/characters/sleekit/front.svg",
  11351. extra: 4693 / 4487,
  11352. bottom: 0.012
  11353. }
  11354. },
  11355. },
  11356. [
  11357. {
  11358. name: "Minimum Height",
  11359. height: math.unit(10, "meters")
  11360. },
  11361. {
  11362. name: "Smaller",
  11363. height: math.unit(25, "meters")
  11364. },
  11365. {
  11366. name: "Larger",
  11367. height: math.unit(38, "meters"),
  11368. default: true
  11369. },
  11370. {
  11371. name: "Maximum height",
  11372. height: math.unit(100, "meters")
  11373. },
  11374. ]
  11375. ))
  11376. characterMakers.push(() => makeCharacter(
  11377. { name: "Nillia" },
  11378. {
  11379. front: {
  11380. height: math.unit(6, "feet"),
  11381. weight: math.unit(150, "lb"),
  11382. name: "Front",
  11383. image: {
  11384. source: "./media/characters/nillia/front.svg",
  11385. extra: 2195 / 2037,
  11386. bottom: 0.005
  11387. }
  11388. },
  11389. back: {
  11390. height: math.unit(6, "feet"),
  11391. weight: math.unit(150, "lb"),
  11392. name: "Back",
  11393. image: {
  11394. source: "./media/characters/nillia/back.svg",
  11395. extra: 2195 / 2037,
  11396. bottom: 0.005
  11397. }
  11398. },
  11399. },
  11400. [
  11401. {
  11402. name: "Canon Height",
  11403. height: math.unit(489, "feet"),
  11404. default: true
  11405. }
  11406. ]
  11407. ))
  11408. characterMakers.push(() => makeCharacter(
  11409. { name: "Mesmyriza" },
  11410. {
  11411. front: {
  11412. height: math.unit(6, "feet"),
  11413. weight: math.unit(150, "lb"),
  11414. name: "Front",
  11415. image: {
  11416. source: "./media/characters/mesmyriza/front.svg",
  11417. extra: 2067 / 1784,
  11418. bottom: 0.035
  11419. }
  11420. },
  11421. foot: {
  11422. height: math.unit(6 / (250 / 35), "feet"),
  11423. name: "Foot",
  11424. image: {
  11425. source: "./media/characters/mesmyriza/foot.svg"
  11426. }
  11427. },
  11428. },
  11429. [
  11430. {
  11431. name: "Macro",
  11432. height: math.unit(457, "meters"),
  11433. default: true
  11434. },
  11435. {
  11436. name: "Megamacro",
  11437. height: math.unit(8, "megameters")
  11438. },
  11439. ]
  11440. ))
  11441. characterMakers.push(() => makeCharacter(
  11442. { name: "Saudade" },
  11443. {
  11444. front: {
  11445. height: math.unit(6, "feet"),
  11446. weight: math.unit(250, "lb"),
  11447. name: "Front",
  11448. image: {
  11449. source: "./media/characters/saudade/front.svg",
  11450. extra: 1172 / 1139,
  11451. bottom: 0.035
  11452. }
  11453. },
  11454. },
  11455. [
  11456. {
  11457. name: "Micro",
  11458. height: math.unit(3, "inches")
  11459. },
  11460. {
  11461. name: "Normal",
  11462. height: math.unit(6, "feet"),
  11463. default: true
  11464. },
  11465. {
  11466. name: "Macro",
  11467. height: math.unit(50, "feet")
  11468. },
  11469. {
  11470. name: "Megamacro",
  11471. height: math.unit(2800, "feet")
  11472. },
  11473. ]
  11474. ))
  11475. characterMakers.push(() => makeCharacter(
  11476. { name: "Keireer" },
  11477. {
  11478. front: {
  11479. height: math.unit(5 + 4 / 12, "feet"),
  11480. weight: math.unit(100, "lb"),
  11481. name: "Front",
  11482. image: {
  11483. source: "./media/characters/keireer/front.svg",
  11484. extra: 716 / 666,
  11485. bottom: 0.05
  11486. }
  11487. },
  11488. },
  11489. [
  11490. {
  11491. name: "Normal",
  11492. height: math.unit(5 + 4 / 12, "feet"),
  11493. default: true
  11494. },
  11495. ]
  11496. ))
  11497. characterMakers.push(() => makeCharacter(
  11498. { name: "Mirja" },
  11499. {
  11500. front: {
  11501. height: math.unit(6, "feet"),
  11502. weight: math.unit(90, "kg"),
  11503. name: "Front",
  11504. image: {
  11505. source: "./media/characters/mirja/front.svg",
  11506. extra: 1789 / 1683,
  11507. bottom: 0.05
  11508. }
  11509. },
  11510. frontDressed: {
  11511. height: math.unit(6, "feet"),
  11512. weight: math.unit(90, "lb"),
  11513. name: "Front (Dressed)",
  11514. image: {
  11515. source: "./media/characters/mirja/front-dressed.svg",
  11516. extra: 1789 / 1683,
  11517. bottom: 0.05
  11518. }
  11519. },
  11520. back: {
  11521. height: math.unit(6, "feet"),
  11522. weight: math.unit(90, "lb"),
  11523. name: "Back",
  11524. image: {
  11525. source: "./media/characters/mirja/back.svg",
  11526. extra: 953 / 917,
  11527. bottom: 0.017
  11528. }
  11529. },
  11530. },
  11531. [
  11532. {
  11533. name: "\"Incognito\"",
  11534. height: math.unit(3, "meters")
  11535. },
  11536. {
  11537. name: "Strolling Size",
  11538. height: math.unit(15, "km")
  11539. },
  11540. {
  11541. name: "Larger Strolling Size",
  11542. height: math.unit(400, "km")
  11543. },
  11544. {
  11545. name: "Preferred Size",
  11546. height: math.unit(5000, "km")
  11547. },
  11548. {
  11549. name: "True Size",
  11550. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11551. default: true
  11552. },
  11553. ]
  11554. ))
  11555. characterMakers.push(() => makeCharacter(
  11556. { name: "Nightraver" },
  11557. {
  11558. front: {
  11559. height: math.unit(15, "feet"),
  11560. weight: math.unit(880, "kg"),
  11561. name: "Front",
  11562. image: {
  11563. source: "./media/characters/nightraver/front.svg",
  11564. extra: 2444 / 2160,
  11565. bottom: 0.027
  11566. }
  11567. },
  11568. back: {
  11569. height: math.unit(15, "feet"),
  11570. weight: math.unit(880, "kg"),
  11571. name: "Back",
  11572. image: {
  11573. source: "./media/characters/nightraver/back.svg",
  11574. extra: 2309 / 2180,
  11575. bottom: 0.005
  11576. }
  11577. },
  11578. sole: {
  11579. height: math.unit(2.878, "feet"),
  11580. name: "Sole",
  11581. image: {
  11582. source: "./media/characters/nightraver/sole.svg"
  11583. }
  11584. },
  11585. foot: {
  11586. height: math.unit(2.285, "feet"),
  11587. name: "Foot",
  11588. image: {
  11589. source: "./media/characters/nightraver/foot.svg"
  11590. }
  11591. },
  11592. maw: {
  11593. height: math.unit(2.67, "feet"),
  11594. name: "Maw",
  11595. image: {
  11596. source: "./media/characters/nightraver/maw.svg"
  11597. }
  11598. },
  11599. },
  11600. [
  11601. {
  11602. name: "Micro",
  11603. height: math.unit(1, "cm")
  11604. },
  11605. {
  11606. name: "Normal",
  11607. height: math.unit(15, "feet"),
  11608. default: true
  11609. },
  11610. {
  11611. name: "Macro",
  11612. height: math.unit(300, "feet")
  11613. },
  11614. {
  11615. name: "Megamacro",
  11616. height: math.unit(300, "miles")
  11617. },
  11618. {
  11619. name: "Gigamacro",
  11620. height: math.unit(10000, "miles")
  11621. },
  11622. ]
  11623. ))
  11624. characterMakers.push(() => makeCharacter(
  11625. { name: "Arc" },
  11626. {
  11627. side: {
  11628. height: math.unit(2, "inches"),
  11629. weight: math.unit(5, "grams"),
  11630. name: "Side",
  11631. image: {
  11632. source: "./media/characters/arc/side.svg"
  11633. }
  11634. },
  11635. },
  11636. [
  11637. {
  11638. name: "Micro",
  11639. height: math.unit(2, "inches"),
  11640. default: true
  11641. },
  11642. ]
  11643. ))
  11644. characterMakers.push(() => makeCharacter(
  11645. { name: "Nebula Shahar" },
  11646. {
  11647. front: {
  11648. height: math.unit(1.1938, "meters"),
  11649. weight: math.unit(54, "kg"),
  11650. name: "Front",
  11651. image: {
  11652. source: "./media/characters/nebula-shahar/front.svg",
  11653. extra: 1642 / 1436,
  11654. bottom: 0.06
  11655. }
  11656. },
  11657. },
  11658. [
  11659. {
  11660. name: "Megamicro",
  11661. height: math.unit(0.3, "mm")
  11662. },
  11663. {
  11664. name: "Micro",
  11665. height: math.unit(3, "cm")
  11666. },
  11667. {
  11668. name: "Normal",
  11669. height: math.unit(138, "cm"),
  11670. default: true
  11671. },
  11672. {
  11673. name: "Macro",
  11674. height: math.unit(30, "m")
  11675. },
  11676. ]
  11677. ))
  11678. characterMakers.push(() => makeCharacter(
  11679. { name: "Shayla" },
  11680. {
  11681. front: {
  11682. height: math.unit(5.24, "feet"),
  11683. weight: math.unit(150, "lb"),
  11684. name: "Front",
  11685. image: {
  11686. source: "./media/characters/shayla/front.svg",
  11687. extra: 1512 / 1414,
  11688. bottom: 0.01
  11689. }
  11690. },
  11691. back: {
  11692. height: math.unit(5.24, "feet"),
  11693. weight: math.unit(150, "lb"),
  11694. name: "Back",
  11695. image: {
  11696. source: "./media/characters/shayla/back.svg",
  11697. extra: 1512 / 1414
  11698. }
  11699. },
  11700. hand: {
  11701. height: math.unit(0.7781496062992126, "feet"),
  11702. name: "Hand",
  11703. image: {
  11704. source: "./media/characters/shayla/hand.svg"
  11705. }
  11706. },
  11707. foot: {
  11708. height: math.unit(1.4206036745406823, "feet"),
  11709. name: "Foot",
  11710. image: {
  11711. source: "./media/characters/shayla/foot.svg"
  11712. }
  11713. },
  11714. },
  11715. [
  11716. {
  11717. name: "Micro",
  11718. height: math.unit(0.32, "feet")
  11719. },
  11720. {
  11721. name: "Normal",
  11722. height: math.unit(5.24, "feet"),
  11723. default: true
  11724. },
  11725. {
  11726. name: "Macro",
  11727. height: math.unit(492.12, "feet")
  11728. },
  11729. {
  11730. name: "Megamacro",
  11731. height: math.unit(186.41, "miles")
  11732. },
  11733. ]
  11734. ))
  11735. characterMakers.push(() => makeCharacter(
  11736. { name: "Pia Jr." },
  11737. {
  11738. front: {
  11739. height: math.unit(2.2, "m"),
  11740. weight: math.unit(120, "kg"),
  11741. name: "Front",
  11742. image: {
  11743. source: "./media/characters/pia-jr/front.svg",
  11744. extra: 1000 / 970,
  11745. bottom: 0.035
  11746. }
  11747. },
  11748. hand: {
  11749. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11750. name: "Hand",
  11751. image: {
  11752. source: "./media/characters/pia-jr/hand.svg"
  11753. }
  11754. },
  11755. paw: {
  11756. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11757. name: "Paw",
  11758. image: {
  11759. source: "./media/characters/pia-jr/paw.svg"
  11760. }
  11761. },
  11762. },
  11763. [
  11764. {
  11765. name: "Micro",
  11766. height: math.unit(1.2, "cm")
  11767. },
  11768. {
  11769. name: "Normal",
  11770. height: math.unit(2.2, "m"),
  11771. default: true
  11772. },
  11773. {
  11774. name: "Macro",
  11775. height: math.unit(180, "m")
  11776. },
  11777. {
  11778. name: "Megamacro",
  11779. height: math.unit(420, "km")
  11780. },
  11781. ]
  11782. ))
  11783. characterMakers.push(() => makeCharacter(
  11784. { name: "Pia Sr." },
  11785. {
  11786. front: {
  11787. height: math.unit(2, "m"),
  11788. weight: math.unit(115, "kg"),
  11789. name: "Front",
  11790. image: {
  11791. source: "./media/characters/pia-sr/front.svg",
  11792. extra: 760 / 730,
  11793. bottom: 0.015
  11794. }
  11795. },
  11796. back: {
  11797. height: math.unit(2, "m"),
  11798. weight: math.unit(115, "kg"),
  11799. name: "Back",
  11800. image: {
  11801. source: "./media/characters/pia-sr/back.svg",
  11802. extra: 760 / 730,
  11803. bottom: 0.01
  11804. }
  11805. },
  11806. hand: {
  11807. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11808. name: "Hand",
  11809. image: {
  11810. source: "./media/characters/pia-sr/hand.svg"
  11811. }
  11812. },
  11813. foot: {
  11814. height: math.unit(1.83, "feet"),
  11815. name: "Foot",
  11816. image: {
  11817. source: "./media/characters/pia-sr/foot.svg"
  11818. }
  11819. },
  11820. },
  11821. [
  11822. {
  11823. name: "Micro",
  11824. height: math.unit(88, "mm")
  11825. },
  11826. {
  11827. name: "Normal",
  11828. height: math.unit(2, "m"),
  11829. default: true
  11830. },
  11831. {
  11832. name: "Macro",
  11833. height: math.unit(200, "m")
  11834. },
  11835. {
  11836. name: "Megamacro",
  11837. height: math.unit(420, "km")
  11838. },
  11839. ]
  11840. ))
  11841. characterMakers.push(() => makeCharacter(
  11842. { name: "KIBIBYTE" },
  11843. {
  11844. front: {
  11845. height: math.unit(8 + 2 / 12, "feet"),
  11846. weight: math.unit(300, "lb"),
  11847. name: "Front",
  11848. image: {
  11849. source: "./media/characters/kibibyte/front.svg",
  11850. extra: 2221 / 2098,
  11851. bottom: 0.04
  11852. }
  11853. },
  11854. },
  11855. [
  11856. {
  11857. name: "Normal",
  11858. height: math.unit(8 + 2 / 12, "feet"),
  11859. default: true
  11860. },
  11861. {
  11862. name: "Socialable Macro",
  11863. height: math.unit(50, "feet")
  11864. },
  11865. {
  11866. name: "Macro",
  11867. height: math.unit(300, "feet")
  11868. },
  11869. {
  11870. name: "Megamacro",
  11871. height: math.unit(500, "miles")
  11872. },
  11873. ]
  11874. ))
  11875. characterMakers.push(() => makeCharacter(
  11876. { name: "Felix" },
  11877. {
  11878. front: {
  11879. height: math.unit(6, "feet"),
  11880. weight: math.unit(150, "lb"),
  11881. name: "Front",
  11882. image: {
  11883. source: "./media/characters/felix/front.svg",
  11884. extra: 762 / 722,
  11885. bottom: 0.02
  11886. }
  11887. },
  11888. frontClothed: {
  11889. height: math.unit(6, "feet"),
  11890. weight: math.unit(150, "lb"),
  11891. name: "Front (Clothed)",
  11892. image: {
  11893. source: "./media/characters/felix/front-clothed.svg",
  11894. extra: 762 / 722,
  11895. bottom: 0.02
  11896. }
  11897. },
  11898. },
  11899. [
  11900. {
  11901. name: "Normal",
  11902. height: math.unit(6 + 8 / 12, "feet"),
  11903. default: true
  11904. },
  11905. {
  11906. name: "Macro",
  11907. height: math.unit(2600, "feet")
  11908. },
  11909. {
  11910. name: "Megamacro",
  11911. height: math.unit(450, "miles")
  11912. },
  11913. ]
  11914. ))
  11915. characterMakers.push(() => makeCharacter(
  11916. { name: "Tobo" },
  11917. {
  11918. front: {
  11919. height: math.unit(6 + 1 / 12, "feet"),
  11920. weight: math.unit(250, "lb"),
  11921. name: "Front",
  11922. image: {
  11923. source: "./media/characters/tobo/front.svg",
  11924. extra: 608 / 586,
  11925. bottom: 0.023
  11926. }
  11927. },
  11928. back: {
  11929. height: math.unit(6 + 1 / 12, "feet"),
  11930. weight: math.unit(250, "lb"),
  11931. name: "Back",
  11932. image: {
  11933. source: "./media/characters/tobo/back.svg",
  11934. extra: 608 / 586
  11935. }
  11936. },
  11937. },
  11938. [
  11939. {
  11940. name: "Nano",
  11941. height: math.unit(2, "nm")
  11942. },
  11943. {
  11944. name: "Megamicro",
  11945. height: math.unit(0.1, "mm")
  11946. },
  11947. {
  11948. name: "Micro",
  11949. height: math.unit(1, "inch"),
  11950. default: true
  11951. },
  11952. {
  11953. name: "Human-sized",
  11954. height: math.unit(6 + 1 / 12, "feet")
  11955. },
  11956. {
  11957. name: "Macro",
  11958. height: math.unit(250, "feet")
  11959. },
  11960. {
  11961. name: "Megamacro",
  11962. height: math.unit(75, "miles")
  11963. },
  11964. {
  11965. name: "Texas-sized",
  11966. height: math.unit(750, "miles")
  11967. },
  11968. {
  11969. name: "Teramacro",
  11970. height: math.unit(50000, "miles")
  11971. },
  11972. ]
  11973. ))
  11974. characterMakers.push(() => makeCharacter(
  11975. { name: "Danny Kapowsky" },
  11976. {
  11977. front: {
  11978. height: math.unit(6, "feet"),
  11979. weight: math.unit(269, "lb"),
  11980. name: "Front",
  11981. image: {
  11982. source: "./media/characters/danny-kapowsky/front.svg",
  11983. extra: 766 / 736,
  11984. bottom: 0.044
  11985. }
  11986. },
  11987. back: {
  11988. height: math.unit(6, "feet"),
  11989. weight: math.unit(269, "lb"),
  11990. name: "Back",
  11991. image: {
  11992. source: "./media/characters/danny-kapowsky/back.svg",
  11993. extra: 797 / 760,
  11994. bottom: 0.025
  11995. }
  11996. },
  11997. },
  11998. [
  11999. {
  12000. name: "Macro",
  12001. height: math.unit(150, "feet"),
  12002. default: true
  12003. },
  12004. {
  12005. name: "Macro+",
  12006. height: math.unit(200, "feet")
  12007. },
  12008. {
  12009. name: "Macro++",
  12010. height: math.unit(300, "feet")
  12011. },
  12012. {
  12013. name: "Macro+++",
  12014. height: math.unit(400, "feet")
  12015. },
  12016. ]
  12017. ))
  12018. characterMakers.push(() => makeCharacter(
  12019. { name: "Finn" },
  12020. {
  12021. side: {
  12022. height: math.unit(6, "feet"),
  12023. weight: math.unit(170, "lb"),
  12024. name: "Side",
  12025. image: {
  12026. source: "./media/characters/finn/side.svg",
  12027. extra: 1953 / 1807,
  12028. bottom: 0.057
  12029. }
  12030. },
  12031. },
  12032. [
  12033. {
  12034. name: "Megamacro",
  12035. height: math.unit(14445, "feet"),
  12036. default: true
  12037. },
  12038. ]
  12039. ))
  12040. characterMakers.push(() => makeCharacter(
  12041. { name: "Roy" },
  12042. {
  12043. front: {
  12044. height: math.unit(5 + 6 / 12, "feet"),
  12045. weight: math.unit(125, "lb"),
  12046. name: "Front",
  12047. image: {
  12048. source: "./media/characters/roy/front.svg",
  12049. extra: 1,
  12050. bottom: 0.11
  12051. }
  12052. },
  12053. },
  12054. [
  12055. {
  12056. name: "Micro",
  12057. height: math.unit(3, "inches"),
  12058. default: true
  12059. },
  12060. {
  12061. name: "Normal",
  12062. height: math.unit(5 + 6 / 12, "feet")
  12063. },
  12064. {
  12065. name: "Lesser Macro",
  12066. height: math.unit(60, "feet")
  12067. },
  12068. {
  12069. name: "Greater Macro",
  12070. height: math.unit(120, "feet")
  12071. },
  12072. ]
  12073. ))
  12074. characterMakers.push(() => makeCharacter(
  12075. { name: "Aevsivs" },
  12076. {
  12077. front: {
  12078. height: math.unit(6, "feet"),
  12079. weight: math.unit(100, "lb"),
  12080. name: "Front",
  12081. image: {
  12082. source: "./media/characters/aevsivs/front.svg",
  12083. extra: 1,
  12084. bottom: 0.03
  12085. }
  12086. },
  12087. back: {
  12088. height: math.unit(6, "feet"),
  12089. weight: math.unit(100, "lb"),
  12090. name: "Back",
  12091. image: {
  12092. source: "./media/characters/aevsivs/back.svg"
  12093. }
  12094. },
  12095. },
  12096. [
  12097. {
  12098. name: "Micro",
  12099. height: math.unit(2, "inches"),
  12100. default: true
  12101. },
  12102. {
  12103. name: "Normal",
  12104. height: math.unit(5, "feet")
  12105. },
  12106. ]
  12107. ))
  12108. characterMakers.push(() => makeCharacter(
  12109. { name: "Hildegard" },
  12110. {
  12111. front: {
  12112. height: math.unit(5 + 7 / 12, "feet"),
  12113. weight: math.unit(159, "lb"),
  12114. name: "Front",
  12115. image: {
  12116. source: "./media/characters/hildegard/front.svg",
  12117. extra: 312 / 286,
  12118. bottom: 0.005
  12119. }
  12120. },
  12121. },
  12122. [
  12123. {
  12124. name: "Normal",
  12125. height: math.unit(5 + 7 / 12, "feet"),
  12126. default: true
  12127. },
  12128. ]
  12129. ))
  12130. characterMakers.push(() => makeCharacter(
  12131. { name: "Bernard & Wilder" },
  12132. {
  12133. bernard: {
  12134. height: math.unit(2 + 7 / 12, "feet"),
  12135. weight: math.unit(66, "lb"),
  12136. name: "Bernard",
  12137. rename: true,
  12138. image: {
  12139. source: "./media/characters/bernard-wilder/bernard.svg",
  12140. extra: 192 / 128,
  12141. bottom: 0.05
  12142. }
  12143. },
  12144. wilder: {
  12145. height: math.unit(5 + 8 / 12, "feet"),
  12146. weight: math.unit(143, "lb"),
  12147. name: "Wilder",
  12148. rename: true,
  12149. image: {
  12150. source: "./media/characters/bernard-wilder/wilder.svg",
  12151. extra: 361 / 312,
  12152. bottom: 0.02
  12153. }
  12154. },
  12155. },
  12156. [
  12157. {
  12158. name: "Normal",
  12159. height: math.unit(2 + 7 / 12, "feet"),
  12160. default: true
  12161. },
  12162. ]
  12163. ))
  12164. characterMakers.push(() => makeCharacter(
  12165. { name: "Hearth" },
  12166. {
  12167. anthro: {
  12168. height: math.unit(6 + 1 / 12, "feet"),
  12169. weight: math.unit(155, "lb"),
  12170. name: "Anthro",
  12171. image: {
  12172. source: "./media/characters/hearth/anthro.svg",
  12173. extra: 260 / 250,
  12174. bottom: 0.02
  12175. }
  12176. },
  12177. feral: {
  12178. height: math.unit(3.78, "feet"),
  12179. weight: math.unit(35, "kg"),
  12180. name: "Feral",
  12181. image: {
  12182. source: "./media/characters/hearth/feral.svg",
  12183. extra: 153 / 135,
  12184. bottom: 0.03
  12185. }
  12186. },
  12187. },
  12188. [
  12189. {
  12190. name: "Normal",
  12191. height: math.unit(6 + 1 / 12, "feet"),
  12192. default: true
  12193. },
  12194. ]
  12195. ))
  12196. characterMakers.push(() => makeCharacter(
  12197. { name: "Ingrid" },
  12198. {
  12199. front: {
  12200. height: math.unit(6, "feet"),
  12201. weight: math.unit(182, "lb"),
  12202. name: "Front",
  12203. image: {
  12204. source: "./media/characters/ingrid/front.svg",
  12205. extra: 294 / 268,
  12206. bottom: 0.027
  12207. }
  12208. },
  12209. },
  12210. [
  12211. {
  12212. name: "Normal",
  12213. height: math.unit(6, "feet"),
  12214. default: true
  12215. },
  12216. ]
  12217. ))
  12218. characterMakers.push(() => makeCharacter(
  12219. { name: "Malgam" },
  12220. {
  12221. eevee: {
  12222. height: math.unit(2 + 10 / 12, "feet"),
  12223. weight: math.unit(86, "lb"),
  12224. name: "Malgam",
  12225. image: {
  12226. source: "./media/characters/malgam/eevee.svg",
  12227. extra: 218 / 180,
  12228. bottom: 0.2
  12229. }
  12230. },
  12231. sylveon: {
  12232. height: math.unit(4, "feet"),
  12233. weight: math.unit(101, "lb"),
  12234. name: "Future Malgam",
  12235. rename: true,
  12236. image: {
  12237. source: "./media/characters/malgam/sylveon.svg",
  12238. extra: 371 / 325,
  12239. bottom: 0.015
  12240. }
  12241. },
  12242. gigantamax: {
  12243. height: math.unit(50, "feet"),
  12244. name: "Gigantamax Malgam",
  12245. rename: true,
  12246. image: {
  12247. source: "./media/characters/malgam/gigantamax.svg"
  12248. }
  12249. },
  12250. },
  12251. [
  12252. {
  12253. name: "Normal",
  12254. height: math.unit(2 + 10 / 12, "feet"),
  12255. default: true
  12256. },
  12257. ]
  12258. ))
  12259. characterMakers.push(() => makeCharacter(
  12260. { name: "Fleur" },
  12261. {
  12262. front: {
  12263. height: math.unit(5 + 11 / 12, "feet"),
  12264. weight: math.unit(188, "lb"),
  12265. name: "Front",
  12266. image: {
  12267. source: "./media/characters/fleur/front.svg",
  12268. extra: 309 / 283,
  12269. bottom: 0.007
  12270. }
  12271. },
  12272. },
  12273. [
  12274. {
  12275. name: "Normal",
  12276. height: math.unit(5 + 11 / 12, "feet"),
  12277. default: true
  12278. },
  12279. ]
  12280. ))
  12281. characterMakers.push(() => makeCharacter(
  12282. { name: "Jude" },
  12283. {
  12284. front: {
  12285. height: math.unit(5 + 4 / 12, "feet"),
  12286. weight: math.unit(122, "lb"),
  12287. name: "Front",
  12288. image: {
  12289. source: "./media/characters/jude/front.svg",
  12290. extra: 288 / 273,
  12291. bottom: 0.03
  12292. }
  12293. },
  12294. },
  12295. [
  12296. {
  12297. name: "Normal",
  12298. height: math.unit(5 + 4 / 12, "feet"),
  12299. default: true
  12300. },
  12301. ]
  12302. ))
  12303. characterMakers.push(() => makeCharacter(
  12304. { name: "Seara" },
  12305. {
  12306. front: {
  12307. height: math.unit(5 + 11 / 12, "feet"),
  12308. weight: math.unit(190, "lb"),
  12309. name: "Front",
  12310. image: {
  12311. source: "./media/characters/seara/front.svg",
  12312. extra: 1,
  12313. bottom: 0.05
  12314. }
  12315. },
  12316. },
  12317. [
  12318. {
  12319. name: "Normal",
  12320. height: math.unit(5 + 11 / 12, "feet"),
  12321. default: true
  12322. },
  12323. ]
  12324. ))
  12325. characterMakers.push(() => makeCharacter(
  12326. { name: "Caspian" },
  12327. {
  12328. front: {
  12329. height: math.unit(16 + 5 / 12, "feet"),
  12330. weight: math.unit(524, "lb"),
  12331. name: "Front",
  12332. image: {
  12333. source: "./media/characters/caspian/front.svg",
  12334. extra: 1,
  12335. bottom: 0.04
  12336. }
  12337. },
  12338. },
  12339. [
  12340. {
  12341. name: "Normal",
  12342. height: math.unit(16 + 5 / 12, "feet"),
  12343. default: true
  12344. },
  12345. ]
  12346. ))
  12347. characterMakers.push(() => makeCharacter(
  12348. { name: "Mika" },
  12349. {
  12350. front: {
  12351. height: math.unit(5 + 7 / 12, "feet"),
  12352. weight: math.unit(170, "lb"),
  12353. name: "Front",
  12354. image: {
  12355. source: "./media/characters/mika/front.svg",
  12356. extra: 1,
  12357. bottom: 0.016
  12358. }
  12359. },
  12360. },
  12361. [
  12362. {
  12363. name: "Normal",
  12364. height: math.unit(5 + 7 / 12, "feet"),
  12365. default: true
  12366. },
  12367. ]
  12368. ))
  12369. characterMakers.push(() => makeCharacter(
  12370. { name: "Sol" },
  12371. {
  12372. front: {
  12373. height: math.unit(6 + 2 / 12, "feet"),
  12374. weight: math.unit(268, "lb"),
  12375. name: "Front",
  12376. image: {
  12377. source: "./media/characters/sol/front.svg",
  12378. extra: 247 / 231,
  12379. bottom: 0.05
  12380. }
  12381. },
  12382. },
  12383. [
  12384. {
  12385. name: "Normal",
  12386. height: math.unit(6 + 2 / 12, "feet"),
  12387. default: true
  12388. },
  12389. ]
  12390. ))
  12391. characterMakers.push(() => makeCharacter(
  12392. { name: "Umiko" },
  12393. {
  12394. buizel: {
  12395. height: math.unit(2 + 5 / 12, "feet"),
  12396. weight: math.unit(87, "lb"),
  12397. name: "Buizel",
  12398. image: {
  12399. source: "./media/characters/umiko/buizel.svg",
  12400. extra: 172 / 157,
  12401. bottom: 0.01
  12402. }
  12403. },
  12404. floatzel: {
  12405. height: math.unit(5 + 9 / 12, "feet"),
  12406. weight: math.unit(250, "lb"),
  12407. name: "Floatzel",
  12408. image: {
  12409. source: "./media/characters/umiko/floatzel.svg",
  12410. extra: 262 / 248
  12411. }
  12412. },
  12413. },
  12414. [
  12415. {
  12416. name: "Normal",
  12417. height: math.unit(2 + 5 / 12, "feet"),
  12418. default: true
  12419. },
  12420. ]
  12421. ))
  12422. characterMakers.push(() => makeCharacter(
  12423. { name: "Iliac" },
  12424. {
  12425. front: {
  12426. height: math.unit(6 + 2 / 12, "feet"),
  12427. weight: math.unit(146, "lb"),
  12428. name: "Front",
  12429. image: {
  12430. source: "./media/characters/iliac/front.svg",
  12431. extra: 389 / 365,
  12432. bottom: 0.035
  12433. }
  12434. },
  12435. },
  12436. [
  12437. {
  12438. name: "Normal",
  12439. height: math.unit(6 + 2 / 12, "feet"),
  12440. default: true
  12441. },
  12442. ]
  12443. ))
  12444. characterMakers.push(() => makeCharacter(
  12445. { name: "Topaz" },
  12446. {
  12447. front: {
  12448. height: math.unit(6, "feet"),
  12449. weight: math.unit(170, "lb"),
  12450. name: "Front",
  12451. image: {
  12452. source: "./media/characters/topaz/front.svg",
  12453. extra: 317 / 303,
  12454. bottom: 0.055
  12455. }
  12456. },
  12457. },
  12458. [
  12459. {
  12460. name: "Normal",
  12461. height: math.unit(6, "feet"),
  12462. default: true
  12463. },
  12464. ]
  12465. ))
  12466. characterMakers.push(() => makeCharacter(
  12467. { name: "Gabriel" },
  12468. {
  12469. front: {
  12470. height: math.unit(5 + 11 / 12, "feet"),
  12471. weight: math.unit(144, "lb"),
  12472. name: "Front",
  12473. image: {
  12474. source: "./media/characters/gabriel/front.svg",
  12475. extra: 285 / 262,
  12476. bottom: 0.004
  12477. }
  12478. },
  12479. },
  12480. [
  12481. {
  12482. name: "Normal",
  12483. height: math.unit(5 + 11 / 12, "feet"),
  12484. default: true
  12485. },
  12486. ]
  12487. ))
  12488. characterMakers.push(() => makeCharacter(
  12489. { name: "Tempest (Suicune)" },
  12490. {
  12491. side: {
  12492. height: math.unit(6 + 5 / 12, "feet"),
  12493. weight: math.unit(300, "lb"),
  12494. name: "Side",
  12495. image: {
  12496. source: "./media/characters/tempest-suicune/side.svg",
  12497. extra: 195 / 154,
  12498. bottom: 0.04
  12499. }
  12500. },
  12501. },
  12502. [
  12503. {
  12504. name: "Normal",
  12505. height: math.unit(6 + 5 / 12, "feet"),
  12506. default: true
  12507. },
  12508. ]
  12509. ))
  12510. characterMakers.push(() => makeCharacter(
  12511. { name: "Vulcan" },
  12512. {
  12513. front: {
  12514. height: math.unit(7 + 2 / 12, "feet"),
  12515. weight: math.unit(322, "lb"),
  12516. name: "Front",
  12517. image: {
  12518. source: "./media/characters/vulcan/front.svg",
  12519. extra: 154 / 147,
  12520. bottom: 0.04
  12521. }
  12522. },
  12523. },
  12524. [
  12525. {
  12526. name: "Normal",
  12527. height: math.unit(7 + 2 / 12, "feet"),
  12528. default: true
  12529. },
  12530. ]
  12531. ))
  12532. characterMakers.push(() => makeCharacter(
  12533. { name: "Gault" },
  12534. {
  12535. front: {
  12536. height: math.unit(5 + 10 / 12, "feet"),
  12537. weight: math.unit(264, "lb"),
  12538. name: "Front",
  12539. image: {
  12540. source: "./media/characters/gault/front.svg",
  12541. extra: 161 / 140,
  12542. bottom: 0.028
  12543. }
  12544. },
  12545. },
  12546. [
  12547. {
  12548. name: "Normal",
  12549. height: math.unit(5 + 10 / 12, "feet"),
  12550. default: true
  12551. },
  12552. ]
  12553. ))
  12554. characterMakers.push(() => makeCharacter(
  12555. { name: "Shard" },
  12556. {
  12557. front: {
  12558. height: math.unit(6, "feet"),
  12559. weight: math.unit(150, "lb"),
  12560. name: "Front",
  12561. image: {
  12562. source: "./media/characters/shard/front.svg",
  12563. extra: 273 / 238,
  12564. bottom: 0.02
  12565. }
  12566. },
  12567. },
  12568. [
  12569. {
  12570. name: "Normal",
  12571. height: math.unit(3 + 6 / 12, "feet"),
  12572. default: true
  12573. },
  12574. ]
  12575. ))
  12576. characterMakers.push(() => makeCharacter(
  12577. { name: "Ashe" },
  12578. {
  12579. front: {
  12580. height: math.unit(5 + 11 / 12, "feet"),
  12581. weight: math.unit(146, "lb"),
  12582. name: "Front",
  12583. image: {
  12584. source: "./media/characters/ashe/front.svg",
  12585. extra: 400 / 373,
  12586. bottom: 0.01
  12587. }
  12588. },
  12589. },
  12590. [
  12591. {
  12592. name: "Normal",
  12593. height: math.unit(5 + 11 / 12, "feet"),
  12594. default: true
  12595. },
  12596. ]
  12597. ))
  12598. characterMakers.push(() => makeCharacter(
  12599. { name: "Beatrix" },
  12600. {
  12601. front: {
  12602. height: math.unit(5 + 5 / 12, "feet"),
  12603. weight: math.unit(135, "lb"),
  12604. name: "Front",
  12605. image: {
  12606. source: "./media/characters/beatrix/front.svg",
  12607. extra: 392 / 379,
  12608. bottom: 0.01
  12609. }
  12610. },
  12611. },
  12612. [
  12613. {
  12614. name: "Normal",
  12615. height: math.unit(6, "feet"),
  12616. default: true
  12617. },
  12618. ]
  12619. ))
  12620. characterMakers.push(() => makeCharacter(
  12621. { name: "Ignatius" },
  12622. {
  12623. front: {
  12624. height: math.unit(6, "feet"),
  12625. weight: math.unit(150, "lb"),
  12626. name: "Front",
  12627. image: {
  12628. source: "./media/characters/ignatius/front.svg",
  12629. extra: 245 / 222,
  12630. bottom: 0.01
  12631. }
  12632. },
  12633. },
  12634. [
  12635. {
  12636. name: "Normal",
  12637. height: math.unit(5 + 5 / 12, "feet"),
  12638. default: true
  12639. },
  12640. ]
  12641. ))
  12642. characterMakers.push(() => makeCharacter(
  12643. { name: "Mei Li" },
  12644. {
  12645. front: {
  12646. height: math.unit(6 + 2 / 12, "feet"),
  12647. weight: math.unit(138, "lb"),
  12648. name: "Front",
  12649. image: {
  12650. source: "./media/characters/mei-li/front.svg",
  12651. extra: 237 / 229,
  12652. bottom: 0.03
  12653. }
  12654. },
  12655. },
  12656. [
  12657. {
  12658. name: "Normal",
  12659. height: math.unit(6 + 2 / 12, "feet"),
  12660. default: true
  12661. },
  12662. ]
  12663. ))
  12664. characterMakers.push(() => makeCharacter(
  12665. { name: "Puru" },
  12666. {
  12667. front: {
  12668. height: math.unit(2 + 4 / 12, "feet"),
  12669. weight: math.unit(62, "lb"),
  12670. name: "Front",
  12671. image: {
  12672. source: "./media/characters/puru/front.svg",
  12673. extra: 206 / 149,
  12674. bottom: 0.06
  12675. }
  12676. },
  12677. },
  12678. [
  12679. {
  12680. name: "Normal",
  12681. height: math.unit(2 + 4 / 12, "feet"),
  12682. default: true
  12683. },
  12684. ]
  12685. ))
  12686. characterMakers.push(() => makeCharacter(
  12687. { name: "Kee" },
  12688. {
  12689. taur: {
  12690. height: math.unit(11, "feet"),
  12691. weight: math.unit(500, "lb"),
  12692. name: "Taur",
  12693. image: {
  12694. source: "./media/characters/kee/taur.svg",
  12695. extra: 1,
  12696. bottom: 0.04
  12697. }
  12698. },
  12699. },
  12700. [
  12701. {
  12702. name: "Normal",
  12703. height: math.unit(11, "feet"),
  12704. default: true
  12705. },
  12706. ]
  12707. ))
  12708. characterMakers.push(() => makeCharacter(
  12709. { name: "Cobalt (Dracha)" },
  12710. {
  12711. anthro: {
  12712. height: math.unit(7, "feet"),
  12713. weight: math.unit(190, "lb"),
  12714. name: "Anthro",
  12715. image: {
  12716. source: "./media/characters/cobalt-dracha/anthro.svg",
  12717. extra: 231 / 225,
  12718. bottom: 0.04
  12719. }
  12720. },
  12721. feral: {
  12722. height: math.unit(9 + 7 / 12, "feet"),
  12723. weight: math.unit(294, "lb"),
  12724. name: "Feral",
  12725. image: {
  12726. source: "./media/characters/cobalt-dracha/feral.svg",
  12727. extra: 692 / 633,
  12728. bottom: 0.05
  12729. }
  12730. },
  12731. },
  12732. [
  12733. {
  12734. name: "Normal",
  12735. height: math.unit(7, "feet"),
  12736. default: true
  12737. },
  12738. ]
  12739. ))
  12740. characterMakers.push(() => makeCharacter(
  12741. { name: "Java" },
  12742. {
  12743. fallen: {
  12744. height: math.unit(11 + 8 / 12, "feet"),
  12745. weight: math.unit(485, "lb"),
  12746. name: "Java (Fallen)",
  12747. rename: true,
  12748. image: {
  12749. source: "./media/characters/java/fallen.svg",
  12750. extra: 226 / 208,
  12751. bottom: 0.005
  12752. }
  12753. },
  12754. godkin: {
  12755. height: math.unit(10 + 6 / 12, "feet"),
  12756. weight: math.unit(328, "lb"),
  12757. name: "Java (Godkin)",
  12758. rename: true,
  12759. image: {
  12760. source: "./media/characters/java/godkin.svg",
  12761. extra: 270 / 262,
  12762. bottom: 0.02
  12763. }
  12764. },
  12765. },
  12766. [
  12767. {
  12768. name: "Normal",
  12769. height: math.unit(11 + 8 / 12, "feet"),
  12770. default: true
  12771. },
  12772. ]
  12773. ))
  12774. characterMakers.push(() => makeCharacter(
  12775. { name: "Skoll" },
  12776. {
  12777. front: {
  12778. height: math.unit(7 + 8 / 12, "feet"),
  12779. weight: math.unit(320, "lb"),
  12780. name: "Front",
  12781. image: {
  12782. source: "./media/characters/skoll/front.svg",
  12783. extra: 232 / 220,
  12784. bottom: 0.02
  12785. }
  12786. },
  12787. },
  12788. [
  12789. {
  12790. name: "Normal",
  12791. height: math.unit(7 + 8 / 12, "feet"),
  12792. default: true
  12793. },
  12794. ]
  12795. ))
  12796. characterMakers.push(() => makeCharacter(
  12797. { name: "Purna" },
  12798. {
  12799. front: {
  12800. height: math.unit(5 + 9 / 12, "feet"),
  12801. weight: math.unit(170, "lb"),
  12802. name: "Front",
  12803. image: {
  12804. source: "./media/characters/purna/front.svg",
  12805. extra: 239 / 229,
  12806. bottom: 0.01
  12807. }
  12808. },
  12809. },
  12810. [
  12811. {
  12812. name: "Normal",
  12813. height: math.unit(5 + 9 / 12, "feet"),
  12814. default: true
  12815. },
  12816. ]
  12817. ))
  12818. characterMakers.push(() => makeCharacter(
  12819. { name: "Kuva" },
  12820. {
  12821. front: {
  12822. height: math.unit(5 + 9 / 12, "feet"),
  12823. weight: math.unit(142, "lb"),
  12824. name: "Front",
  12825. image: {
  12826. source: "./media/characters/kuva/front.svg",
  12827. extra: 281 / 271,
  12828. bottom: 0.006
  12829. }
  12830. },
  12831. },
  12832. [
  12833. {
  12834. name: "Normal",
  12835. height: math.unit(5 + 9 / 12, "feet"),
  12836. default: true
  12837. },
  12838. ]
  12839. ))
  12840. characterMakers.push(() => makeCharacter(
  12841. { name: "Embra" },
  12842. {
  12843. anthro: {
  12844. height: math.unit(9 + 2 / 12, "feet"),
  12845. weight: math.unit(270, "lb"),
  12846. name: "Anthro",
  12847. image: {
  12848. source: "./media/characters/embra/anthro.svg",
  12849. extra: 200 / 187,
  12850. bottom: 0.02
  12851. }
  12852. },
  12853. feral: {
  12854. height: math.unit(18 + 8 / 12, "feet"),
  12855. weight: math.unit(576, "lb"),
  12856. name: "Feral",
  12857. image: {
  12858. source: "./media/characters/embra/feral.svg",
  12859. extra: 152 / 137,
  12860. bottom: 0.037
  12861. }
  12862. },
  12863. },
  12864. [
  12865. {
  12866. name: "Normal",
  12867. height: math.unit(9 + 2 / 12, "feet"),
  12868. default: true
  12869. },
  12870. ]
  12871. ))
  12872. characterMakers.push(() => makeCharacter(
  12873. { name: "Grottos" },
  12874. {
  12875. anthro: {
  12876. height: math.unit(10 + 9 / 12, "feet"),
  12877. weight: math.unit(224, "lb"),
  12878. name: "Anthro",
  12879. image: {
  12880. source: "./media/characters/grottos/anthro.svg",
  12881. extra: 350 / 332,
  12882. bottom: 0.045
  12883. }
  12884. },
  12885. feral: {
  12886. height: math.unit(20 + 7 / 12, "feet"),
  12887. weight: math.unit(629, "lb"),
  12888. name: "Feral",
  12889. image: {
  12890. source: "./media/characters/grottos/feral.svg",
  12891. extra: 207 / 190,
  12892. bottom: 0.05
  12893. }
  12894. },
  12895. },
  12896. [
  12897. {
  12898. name: "Normal",
  12899. height: math.unit(10 + 9 / 12, "feet"),
  12900. default: true
  12901. },
  12902. ]
  12903. ))
  12904. characterMakers.push(() => makeCharacter(
  12905. { name: "Frifna" },
  12906. {
  12907. anthro: {
  12908. height: math.unit(9 + 6 / 12, "feet"),
  12909. weight: math.unit(298, "lb"),
  12910. name: "Anthro",
  12911. image: {
  12912. source: "./media/characters/frifna/anthro.svg",
  12913. extra: 282 / 269,
  12914. bottom: 0.015
  12915. }
  12916. },
  12917. feral: {
  12918. height: math.unit(16 + 2 / 12, "feet"),
  12919. weight: math.unit(624, "lb"),
  12920. name: "Feral",
  12921. image: {
  12922. source: "./media/characters/frifna/feral.svg"
  12923. }
  12924. },
  12925. },
  12926. [
  12927. {
  12928. name: "Normal",
  12929. height: math.unit(9 + 6 / 12, "feet"),
  12930. default: true
  12931. },
  12932. ]
  12933. ))
  12934. characterMakers.push(() => makeCharacter(
  12935. { name: "Elise" },
  12936. {
  12937. front: {
  12938. height: math.unit(6 + 2 / 12, "feet"),
  12939. weight: math.unit(168, "lb"),
  12940. name: "Front",
  12941. image: {
  12942. source: "./media/characters/elise/front.svg",
  12943. extra: 276 / 271
  12944. }
  12945. },
  12946. },
  12947. [
  12948. {
  12949. name: "Normal",
  12950. height: math.unit(6 + 2 / 12, "feet"),
  12951. default: true
  12952. },
  12953. ]
  12954. ))
  12955. characterMakers.push(() => makeCharacter(
  12956. { name: "Glade" },
  12957. {
  12958. front: {
  12959. height: math.unit(5 + 10 / 12, "feet"),
  12960. weight: math.unit(210, "lb"),
  12961. name: "Front",
  12962. image: {
  12963. source: "./media/characters/glade/front.svg",
  12964. extra: 258 / 247,
  12965. bottom: 0.008
  12966. }
  12967. },
  12968. },
  12969. [
  12970. {
  12971. name: "Normal",
  12972. height: math.unit(5 + 10 / 12, "feet"),
  12973. default: true
  12974. },
  12975. ]
  12976. ))
  12977. characterMakers.push(() => makeCharacter(
  12978. { name: "Rina" },
  12979. {
  12980. front: {
  12981. height: math.unit(5 + 10 / 12, "feet"),
  12982. weight: math.unit(129, "lb"),
  12983. name: "Front",
  12984. image: {
  12985. source: "./media/characters/rina/front.svg",
  12986. extra: 266 / 255,
  12987. bottom: 0.005
  12988. }
  12989. },
  12990. },
  12991. [
  12992. {
  12993. name: "Normal",
  12994. height: math.unit(5 + 10 / 12, "feet"),
  12995. default: true
  12996. },
  12997. ]
  12998. ))
  12999. characterMakers.push(() => makeCharacter(
  13000. { name: "Veronica" },
  13001. {
  13002. front: {
  13003. height: math.unit(6 + 1 / 12, "feet"),
  13004. weight: math.unit(192, "lb"),
  13005. name: "Front",
  13006. image: {
  13007. source: "./media/characters/veronica/front.svg",
  13008. extra: 319 / 309,
  13009. bottom: 0.005
  13010. }
  13011. },
  13012. },
  13013. [
  13014. {
  13015. name: "Normal",
  13016. height: math.unit(6 + 1 / 12, "feet"),
  13017. default: true
  13018. },
  13019. ]
  13020. ))
  13021. characterMakers.push(() => makeCharacter(
  13022. { name: "Braxton" },
  13023. {
  13024. front: {
  13025. height: math.unit(9 + 3 / 12, "feet"),
  13026. weight: math.unit(1100, "lb"),
  13027. name: "Front",
  13028. image: {
  13029. source: "./media/characters/braxton/front.svg",
  13030. extra: 1057 / 984,
  13031. bottom: 0.05
  13032. }
  13033. },
  13034. },
  13035. [
  13036. {
  13037. name: "Normal",
  13038. height: math.unit(9 + 3 / 12, "feet")
  13039. },
  13040. {
  13041. name: "Giant",
  13042. height: math.unit(300, "feet"),
  13043. default: true
  13044. },
  13045. {
  13046. name: "Macro",
  13047. height: math.unit(700, "feet")
  13048. },
  13049. {
  13050. name: "Megamacro",
  13051. height: math.unit(6000, "feet")
  13052. },
  13053. ]
  13054. ))
  13055. characterMakers.push(() => makeCharacter(
  13056. { name: "Blue Feyonics" },
  13057. {
  13058. front: {
  13059. height: math.unit(6 + 7 / 12, "feet"),
  13060. weight: math.unit(150, "lb"),
  13061. name: "Front",
  13062. image: {
  13063. source: "./media/characters/blue-feyonics/front.svg",
  13064. extra: 1403 / 1306,
  13065. bottom: 0.047
  13066. }
  13067. },
  13068. },
  13069. [
  13070. {
  13071. name: "Normal",
  13072. height: math.unit(6 + 7 / 12, "feet"),
  13073. default: true
  13074. },
  13075. ]
  13076. ))
  13077. characterMakers.push(() => makeCharacter(
  13078. { name: "Maxwell" },
  13079. {
  13080. front: {
  13081. height: math.unit(1.8, "meters"),
  13082. weight: math.unit(60, "kg"),
  13083. name: "Front",
  13084. image: {
  13085. source: "./media/characters/maxwell/front.svg",
  13086. extra: 2060 / 1873
  13087. }
  13088. },
  13089. },
  13090. [
  13091. {
  13092. name: "Micro",
  13093. height: math.unit(1, "mm")
  13094. },
  13095. {
  13096. name: "Normal",
  13097. height: math.unit(1.8, "meter"),
  13098. default: true
  13099. },
  13100. {
  13101. name: "Macro",
  13102. height: math.unit(30, "meters")
  13103. },
  13104. {
  13105. name: "Megamacro",
  13106. height: math.unit(10, "km")
  13107. },
  13108. ]
  13109. ))
  13110. characterMakers.push(() => makeCharacter(
  13111. { name: "Jack" },
  13112. {
  13113. front: {
  13114. height: math.unit(6, "feet"),
  13115. weight: math.unit(150, "lb"),
  13116. name: "Front",
  13117. image: {
  13118. source: "./media/characters/jack/front.svg",
  13119. extra: 1754 / 1640,
  13120. bottom: 0.01
  13121. }
  13122. },
  13123. },
  13124. [
  13125. {
  13126. name: "Normal",
  13127. height: math.unit(80000, "feet"),
  13128. default: true
  13129. },
  13130. {
  13131. name: "Max size",
  13132. height: math.unit(10, "lightyears")
  13133. },
  13134. ]
  13135. ))
  13136. characterMakers.push(() => makeCharacter(
  13137. { name: "Cafat" },
  13138. {
  13139. upright: {
  13140. height: math.unit(7, "feet"),
  13141. weight: math.unit(170, "lb"),
  13142. name: "Upright",
  13143. image: {
  13144. source: "./media/characters/cafat/upright.svg",
  13145. bottom: 0.01
  13146. }
  13147. },
  13148. uprightFull: {
  13149. height: math.unit(7, "feet"),
  13150. weight: math.unit(170, "lb"),
  13151. name: "Upright (Full)",
  13152. image: {
  13153. source: "./media/characters/cafat/upright-full.svg",
  13154. bottom: 0.01
  13155. }
  13156. },
  13157. side: {
  13158. height: math.unit(5, "feet"),
  13159. weight: math.unit(150, "lb"),
  13160. name: "Side",
  13161. image: {
  13162. source: "./media/characters/cafat/side.svg"
  13163. }
  13164. },
  13165. },
  13166. [
  13167. {
  13168. name: "Small",
  13169. height: math.unit(7, "feet"),
  13170. default: true
  13171. },
  13172. {
  13173. name: "Large",
  13174. height: math.unit(15.5, "feet")
  13175. },
  13176. ]
  13177. ))
  13178. characterMakers.push(() => makeCharacter(
  13179. { name: "Verin Raharra" },
  13180. {
  13181. front: {
  13182. height: math.unit(6, "feet"),
  13183. weight: math.unit(150, "lb"),
  13184. name: "Front",
  13185. image: {
  13186. source: "./media/characters/verin-raharra/front.svg",
  13187. extra: 5019 / 4835,
  13188. bottom: 0.023
  13189. }
  13190. },
  13191. },
  13192. [
  13193. {
  13194. name: "Normal",
  13195. height: math.unit(7 + 5 / 12, "feet"),
  13196. default: true
  13197. },
  13198. {
  13199. name: "Upsized",
  13200. height: math.unit(20, "feet")
  13201. },
  13202. ]
  13203. ))
  13204. characterMakers.push(() => makeCharacter(
  13205. { name: "Nakata" },
  13206. {
  13207. front: {
  13208. height: math.unit(7, "feet"),
  13209. weight: math.unit(230, "lb"),
  13210. name: "Front",
  13211. image: {
  13212. source: "./media/characters/nakata/front.svg",
  13213. extra: 1.005,
  13214. bottom: 0.01
  13215. }
  13216. },
  13217. },
  13218. [
  13219. {
  13220. name: "Normal",
  13221. height: math.unit(7, "feet"),
  13222. default: true
  13223. },
  13224. {
  13225. name: "Big",
  13226. height: math.unit(14, "feet")
  13227. },
  13228. {
  13229. name: "Macro",
  13230. height: math.unit(400, "feet")
  13231. },
  13232. ]
  13233. ))
  13234. characterMakers.push(() => makeCharacter(
  13235. { name: "Lily" },
  13236. {
  13237. front: {
  13238. height: math.unit(4.91, "feet"),
  13239. weight: math.unit(100, "lb"),
  13240. name: "Front",
  13241. image: {
  13242. source: "./media/characters/lily/front.svg",
  13243. extra: 1585 / 1415,
  13244. bottom: 0.02
  13245. }
  13246. },
  13247. },
  13248. [
  13249. {
  13250. name: "Normal",
  13251. height: math.unit(4.91, "feet"),
  13252. default: true
  13253. },
  13254. ]
  13255. ))
  13256. characterMakers.push(() => makeCharacter(
  13257. { name: "Sheila" },
  13258. {
  13259. laying: {
  13260. height: math.unit(4 + 4 / 12, "feet"),
  13261. weight: math.unit(600, "lb"),
  13262. name: "Laying",
  13263. image: {
  13264. source: "./media/characters/sheila/laying.svg",
  13265. extra: 1333 / 1265,
  13266. bottom: 0.16
  13267. }
  13268. },
  13269. },
  13270. [
  13271. {
  13272. name: "Normal",
  13273. height: math.unit(4 + 4 / 12, "feet"),
  13274. default: true
  13275. },
  13276. ]
  13277. ))
  13278. characterMakers.push(() => makeCharacter(
  13279. { name: "Sax" },
  13280. {
  13281. front: {
  13282. height: math.unit(6, "feet"),
  13283. weight: math.unit(190, "lb"),
  13284. name: "Front",
  13285. image: {
  13286. source: "./media/characters/sax/front.svg",
  13287. extra: 1187 / 973,
  13288. bottom: 0.042
  13289. }
  13290. },
  13291. },
  13292. [
  13293. {
  13294. name: "Micro",
  13295. height: math.unit(4, "inches"),
  13296. default: true
  13297. },
  13298. ]
  13299. ))
  13300. characterMakers.push(() => makeCharacter(
  13301. { name: "Pandora" },
  13302. {
  13303. front: {
  13304. height: math.unit(6, "feet"),
  13305. weight: math.unit(150, "lb"),
  13306. name: "Front",
  13307. image: {
  13308. source: "./media/characters/pandora/front.svg",
  13309. extra: 2720 / 2556,
  13310. bottom: 0.015
  13311. }
  13312. },
  13313. back: {
  13314. height: math.unit(6, "feet"),
  13315. weight: math.unit(150, "lb"),
  13316. name: "Back",
  13317. image: {
  13318. source: "./media/characters/pandora/back.svg",
  13319. extra: 2720 / 2556,
  13320. bottom: 0.01
  13321. }
  13322. },
  13323. beans: {
  13324. height: math.unit(6 / 8, "feet"),
  13325. name: "Beans",
  13326. image: {
  13327. source: "./media/characters/pandora/beans.svg"
  13328. }
  13329. },
  13330. skirt: {
  13331. height: math.unit(6, "feet"),
  13332. weight: math.unit(150, "lb"),
  13333. name: "Skirt",
  13334. image: {
  13335. source: "./media/characters/pandora/skirt.svg",
  13336. extra: 1622 / 1525,
  13337. bottom: 0.015
  13338. }
  13339. },
  13340. hoodie: {
  13341. height: math.unit(6, "feet"),
  13342. weight: math.unit(150, "lb"),
  13343. name: "Hoodie",
  13344. image: {
  13345. source: "./media/characters/pandora/hoodie.svg",
  13346. extra: 1622 / 1525,
  13347. bottom: 0.015
  13348. }
  13349. },
  13350. casual: {
  13351. height: math.unit(6, "feet"),
  13352. weight: math.unit(150, "lb"),
  13353. name: "Casual",
  13354. image: {
  13355. source: "./media/characters/pandora/casual.svg",
  13356. extra: 1622 / 1525,
  13357. bottom: 0.015
  13358. }
  13359. },
  13360. },
  13361. [
  13362. {
  13363. name: "Normal",
  13364. height: math.unit(6, "feet")
  13365. },
  13366. {
  13367. name: "Big Steppy",
  13368. height: math.unit(1, "km"),
  13369. default: true
  13370. },
  13371. ]
  13372. ))
  13373. characterMakers.push(() => makeCharacter(
  13374. { name: "Venio Darcony" },
  13375. {
  13376. side: {
  13377. height: math.unit(10, "feet"),
  13378. weight: math.unit(800, "kg"),
  13379. name: "Side",
  13380. image: {
  13381. source: "./media/characters/venio-darcony/side.svg",
  13382. extra: 1373 / 1003,
  13383. bottom: 0.037
  13384. }
  13385. },
  13386. front: {
  13387. height: math.unit(19, "feet"),
  13388. weight: math.unit(800, "kg"),
  13389. name: "Front",
  13390. image: {
  13391. source: "./media/characters/venio-darcony/front.svg"
  13392. }
  13393. },
  13394. back: {
  13395. height: math.unit(19, "feet"),
  13396. weight: math.unit(800, "kg"),
  13397. name: "Back",
  13398. image: {
  13399. source: "./media/characters/venio-darcony/back.svg"
  13400. }
  13401. },
  13402. },
  13403. [
  13404. {
  13405. name: "Normal",
  13406. height: math.unit(10, "feet")
  13407. },
  13408. {
  13409. name: "Macro",
  13410. height: math.unit(130, "feet"),
  13411. default: true
  13412. },
  13413. {
  13414. name: "Macro+",
  13415. height: math.unit(240, "feet")
  13416. },
  13417. ]
  13418. ))
  13419. characterMakers.push(() => makeCharacter(
  13420. { name: "Veski" },
  13421. {
  13422. front: {
  13423. height: math.unit(6, "feet"),
  13424. weight: math.unit(150, "lb"),
  13425. name: "Front",
  13426. image: {
  13427. source: "./media/characters/veski/front.svg",
  13428. extra: 1299 / 1225,
  13429. bottom: 0.04
  13430. }
  13431. },
  13432. back: {
  13433. height: math.unit(6, "feet"),
  13434. weight: math.unit(150, "lb"),
  13435. name: "Back",
  13436. image: {
  13437. source: "./media/characters/veski/back.svg",
  13438. extra: 1299 / 1225,
  13439. bottom: 0.008
  13440. }
  13441. },
  13442. maw: {
  13443. height: math.unit(1.5 * 1.21, "feet"),
  13444. name: "Maw",
  13445. image: {
  13446. source: "./media/characters/veski/maw.svg"
  13447. }
  13448. },
  13449. },
  13450. [
  13451. {
  13452. name: "Macro",
  13453. height: math.unit(2, "km"),
  13454. default: true
  13455. },
  13456. ]
  13457. ))
  13458. characterMakers.push(() => makeCharacter(
  13459. { name: "Isabelle" },
  13460. {
  13461. front: {
  13462. height: math.unit(5 + 7 / 12, "feet"),
  13463. name: "Front",
  13464. image: {
  13465. source: "./media/characters/isabelle/front.svg",
  13466. extra: 2130 / 1976,
  13467. bottom: 0.05
  13468. }
  13469. },
  13470. },
  13471. [
  13472. {
  13473. name: "Supermicro",
  13474. height: math.unit(10, "micrometers")
  13475. },
  13476. {
  13477. name: "Micro",
  13478. height: math.unit(1, "inch")
  13479. },
  13480. {
  13481. name: "Tiny",
  13482. height: math.unit(5, "inches")
  13483. },
  13484. {
  13485. name: "Standard",
  13486. height: math.unit(5 + 7 / 12, "inches")
  13487. },
  13488. {
  13489. name: "Macro",
  13490. height: math.unit(80, "meters"),
  13491. default: true
  13492. },
  13493. {
  13494. name: "Megamacro",
  13495. height: math.unit(250, "meters")
  13496. },
  13497. {
  13498. name: "Gigamacro",
  13499. height: math.unit(5, "km")
  13500. },
  13501. {
  13502. name: "Cosmic",
  13503. height: math.unit(2.5e6, "miles")
  13504. },
  13505. ]
  13506. ))
  13507. characterMakers.push(() => makeCharacter(
  13508. { name: "Hanzo" },
  13509. {
  13510. front: {
  13511. height: math.unit(6, "feet"),
  13512. weight: math.unit(150, "lb"),
  13513. name: "Front",
  13514. image: {
  13515. source: "./media/characters/hanzo/front.svg",
  13516. extra: 374 / 344,
  13517. bottom: 0.02
  13518. }
  13519. },
  13520. },
  13521. [
  13522. {
  13523. name: "Normal",
  13524. height: math.unit(8, "feet"),
  13525. default: true
  13526. },
  13527. ]
  13528. ))
  13529. characterMakers.push(() => makeCharacter(
  13530. { name: "Anna" },
  13531. {
  13532. front: {
  13533. height: math.unit(7, "feet"),
  13534. weight: math.unit(130, "lb"),
  13535. name: "Front",
  13536. image: {
  13537. source: "./media/characters/anna/front.svg",
  13538. extra: 169 / 145,
  13539. bottom: 0.06
  13540. }
  13541. },
  13542. full: {
  13543. height: math.unit(4.96, "feet"),
  13544. weight: math.unit(220, "lb"),
  13545. name: "Full",
  13546. image: {
  13547. source: "./media/characters/anna/full.svg",
  13548. extra: 138 / 114,
  13549. bottom: 0.15
  13550. }
  13551. },
  13552. tongue: {
  13553. height: math.unit(2.53, "feet"),
  13554. name: "Tongue",
  13555. image: {
  13556. source: "./media/characters/anna/tongue.svg"
  13557. }
  13558. },
  13559. },
  13560. [
  13561. {
  13562. name: "Normal",
  13563. height: math.unit(7, "feet"),
  13564. default: true
  13565. },
  13566. ]
  13567. ))
  13568. characterMakers.push(() => makeCharacter(
  13569. { name: "Ian Corvid" },
  13570. {
  13571. front: {
  13572. height: math.unit(7, "feet"),
  13573. weight: math.unit(150, "lb"),
  13574. name: "Front",
  13575. image: {
  13576. source: "./media/characters/ian-corvid/front.svg",
  13577. extra: 150 / 142,
  13578. bottom: 0.02
  13579. }
  13580. },
  13581. back: {
  13582. height: math.unit(7, "feet"),
  13583. weight: math.unit(150, "lb"),
  13584. name: "Back",
  13585. image: {
  13586. source: "./media/characters/ian-corvid/back.svg",
  13587. extra: 150 / 143,
  13588. bottom: 0.01
  13589. }
  13590. },
  13591. stomping: {
  13592. height: math.unit(7, "feet"),
  13593. weight: math.unit(150, "lb"),
  13594. name: "Stomping",
  13595. image: {
  13596. source: "./media/characters/ian-corvid/stomping.svg",
  13597. extra: 76 / 72
  13598. }
  13599. },
  13600. sitting: {
  13601. height: math.unit(7 / 1.8, "feet"),
  13602. weight: math.unit(150, "lb"),
  13603. name: "Sitting",
  13604. image: {
  13605. source: "./media/characters/ian-corvid/sitting.svg",
  13606. extra: 1400 / 1269,
  13607. bottom: 0.15
  13608. }
  13609. },
  13610. },
  13611. [
  13612. {
  13613. name: "Tiny Microw",
  13614. height: math.unit(1, "inch")
  13615. },
  13616. {
  13617. name: "Microw",
  13618. height: math.unit(6, "inches")
  13619. },
  13620. {
  13621. name: "Crow",
  13622. height: math.unit(7 + 1 / 12, "feet"),
  13623. default: true
  13624. },
  13625. {
  13626. name: "Macrow",
  13627. height: math.unit(176, "feet")
  13628. },
  13629. ]
  13630. ))
  13631. characterMakers.push(() => makeCharacter(
  13632. { name: "Natalie Kellon" },
  13633. {
  13634. front: {
  13635. height: math.unit(5 + 7 / 12, "feet"),
  13636. weight: math.unit(147, "lb"),
  13637. name: "Front",
  13638. image: {
  13639. source: "./media/characters/natalie-kellon/front.svg",
  13640. extra: 1214 / 1141,
  13641. bottom: 0.02
  13642. }
  13643. },
  13644. },
  13645. [
  13646. {
  13647. name: "Micro",
  13648. height: math.unit(1 / 16, "inch")
  13649. },
  13650. {
  13651. name: "Tiny",
  13652. height: math.unit(4, "inches")
  13653. },
  13654. {
  13655. name: "Normal",
  13656. height: math.unit(5 + 7 / 12, "feet"),
  13657. default: true
  13658. },
  13659. {
  13660. name: "Amazon",
  13661. height: math.unit(12, "feet")
  13662. },
  13663. {
  13664. name: "Giantess",
  13665. height: math.unit(160, "meters")
  13666. },
  13667. {
  13668. name: "Titaness",
  13669. height: math.unit(800, "meters")
  13670. },
  13671. ]
  13672. ))
  13673. characterMakers.push(() => makeCharacter(
  13674. { name: "Alluria" },
  13675. {
  13676. front: {
  13677. height: math.unit(6, "feet"),
  13678. weight: math.unit(150, "lb"),
  13679. name: "Front",
  13680. image: {
  13681. source: "./media/characters/alluria/front.svg",
  13682. extra: 806 / 738,
  13683. bottom: 0.01
  13684. }
  13685. },
  13686. side: {
  13687. height: math.unit(6, "feet"),
  13688. weight: math.unit(150, "lb"),
  13689. name: "Side",
  13690. image: {
  13691. source: "./media/characters/alluria/side.svg",
  13692. extra: 800 / 750,
  13693. }
  13694. },
  13695. back: {
  13696. height: math.unit(6, "feet"),
  13697. weight: math.unit(150, "lb"),
  13698. name: "Back",
  13699. image: {
  13700. source: "./media/characters/alluria/back.svg",
  13701. extra: 806 / 738,
  13702. }
  13703. },
  13704. frontMaid: {
  13705. height: math.unit(6, "feet"),
  13706. weight: math.unit(150, "lb"),
  13707. name: "Front (Maid)",
  13708. image: {
  13709. source: "./media/characters/alluria/front-maid.svg",
  13710. extra: 806 / 738,
  13711. bottom: 0.01
  13712. }
  13713. },
  13714. sideMaid: {
  13715. height: math.unit(6, "feet"),
  13716. weight: math.unit(150, "lb"),
  13717. name: "Side (Maid)",
  13718. image: {
  13719. source: "./media/characters/alluria/side-maid.svg",
  13720. extra: 800 / 750,
  13721. bottom: 0.005
  13722. }
  13723. },
  13724. backMaid: {
  13725. height: math.unit(6, "feet"),
  13726. weight: math.unit(150, "lb"),
  13727. name: "Back (Maid)",
  13728. image: {
  13729. source: "./media/characters/alluria/back-maid.svg",
  13730. extra: 806 / 738,
  13731. }
  13732. },
  13733. },
  13734. [
  13735. {
  13736. name: "Micro",
  13737. height: math.unit(6, "inches"),
  13738. default: true
  13739. },
  13740. ]
  13741. ))
  13742. characterMakers.push(() => makeCharacter(
  13743. { name: "Kyle" },
  13744. {
  13745. front: {
  13746. height: math.unit(6, "feet"),
  13747. weight: math.unit(150, "lb"),
  13748. name: "Front",
  13749. image: {
  13750. source: "./media/characters/kyle/front.svg",
  13751. extra: 1069 / 962,
  13752. bottom: 77.228 / 1727.45
  13753. }
  13754. },
  13755. },
  13756. [
  13757. {
  13758. name: "Macro",
  13759. height: math.unit(150, "feet"),
  13760. default: true
  13761. },
  13762. ]
  13763. ))
  13764. characterMakers.push(() => makeCharacter(
  13765. { name: "Duncan" },
  13766. {
  13767. front: {
  13768. height: math.unit(6, "feet"),
  13769. weight: math.unit(300, "lb"),
  13770. name: "Front",
  13771. image: {
  13772. source: "./media/characters/duncan/front.svg",
  13773. extra: 1650 / 1482,
  13774. bottom: 0.05
  13775. }
  13776. },
  13777. },
  13778. [
  13779. {
  13780. name: "Macro",
  13781. height: math.unit(100, "feet"),
  13782. default: true
  13783. },
  13784. ]
  13785. ))
  13786. characterMakers.push(() => makeCharacter(
  13787. { name: "Memory" },
  13788. {
  13789. front: {
  13790. height: math.unit(5 + 4 / 12, "feet"),
  13791. weight: math.unit(220, "lb"),
  13792. name: "Front",
  13793. image: {
  13794. source: "./media/characters/memory/front.svg",
  13795. extra: 3641 / 3545,
  13796. bottom: 0.03
  13797. }
  13798. },
  13799. back: {
  13800. height: math.unit(5 + 4 / 12, "feet"),
  13801. weight: math.unit(220, "lb"),
  13802. name: "Back",
  13803. image: {
  13804. source: "./media/characters/memory/back.svg",
  13805. extra: 3641 / 3545,
  13806. bottom: 0.025
  13807. }
  13808. },
  13809. frontSkirt: {
  13810. height: math.unit(5 + 4 / 12, "feet"),
  13811. weight: math.unit(220, "lb"),
  13812. name: "Front (Skirt)",
  13813. image: {
  13814. source: "./media/characters/memory/front-skirt.svg",
  13815. extra: 3641 / 3545,
  13816. bottom: 0.03
  13817. }
  13818. },
  13819. frontDress: {
  13820. height: math.unit(5 + 4 / 12, "feet"),
  13821. weight: math.unit(220, "lb"),
  13822. name: "Front (Dress)",
  13823. image: {
  13824. source: "./media/characters/memory/front-dress.svg",
  13825. extra: 3641 / 3545,
  13826. bottom: 0.03
  13827. }
  13828. },
  13829. },
  13830. [
  13831. {
  13832. name: "Micro",
  13833. height: math.unit(6, "inches"),
  13834. default: true
  13835. },
  13836. {
  13837. name: "Normal",
  13838. height: math.unit(5 + 4 / 12, "feet")
  13839. },
  13840. ]
  13841. ))
  13842. characterMakers.push(() => makeCharacter(
  13843. { name: "Luno" },
  13844. {
  13845. front: {
  13846. height: math.unit(4 + 11 / 12, "feet"),
  13847. weight: math.unit(100, "lb"),
  13848. name: "Front",
  13849. image: {
  13850. source: "./media/characters/luno/front.svg",
  13851. extra: 1535 / 1487,
  13852. bottom: 0.03
  13853. }
  13854. },
  13855. },
  13856. [
  13857. {
  13858. name: "Micro",
  13859. height: math.unit(3, "inches")
  13860. },
  13861. {
  13862. name: "Normal",
  13863. height: math.unit(4 + 11 / 12, "feet"),
  13864. default: true
  13865. },
  13866. {
  13867. name: "Macro",
  13868. height: math.unit(300, "feet")
  13869. },
  13870. {
  13871. name: "Megamacro",
  13872. height: math.unit(700, "miles")
  13873. },
  13874. ]
  13875. ))
  13876. characterMakers.push(() => makeCharacter(
  13877. { name: "Jamesy" },
  13878. {
  13879. front: {
  13880. height: math.unit(6 + 2 / 12, "feet"),
  13881. weight: math.unit(170, "lb"),
  13882. name: "Front",
  13883. image: {
  13884. source: "./media/characters/jamesy/front.svg",
  13885. extra: 440 / 382,
  13886. bottom: 0.005
  13887. }
  13888. },
  13889. },
  13890. [
  13891. {
  13892. name: "Micro",
  13893. height: math.unit(3, "inches")
  13894. },
  13895. {
  13896. name: "Normal",
  13897. height: math.unit(6 + 2 / 12, "feet"),
  13898. default: true
  13899. },
  13900. {
  13901. name: "Macro",
  13902. height: math.unit(300, "feet")
  13903. },
  13904. {
  13905. name: "Megamacro",
  13906. height: math.unit(700, "miles")
  13907. },
  13908. ]
  13909. ))
  13910. characterMakers.push(() => makeCharacter(
  13911. { name: "Mark" },
  13912. {
  13913. front: {
  13914. height: math.unit(6, "feet"),
  13915. weight: math.unit(160, "lb"),
  13916. name: "Front",
  13917. image: {
  13918. source: "./media/characters/mark/front.svg",
  13919. extra: 3300 / 3100,
  13920. bottom: 136.42 / 3440.47
  13921. }
  13922. },
  13923. },
  13924. [
  13925. {
  13926. name: "Macro",
  13927. height: math.unit(120, "meters")
  13928. },
  13929. {
  13930. name: "Bigger Macro",
  13931. height: math.unit(350, "meters")
  13932. },
  13933. {
  13934. name: "Megamacro",
  13935. height: math.unit(8, "km"),
  13936. default: true
  13937. },
  13938. {
  13939. name: "Continental",
  13940. height: math.unit(4550, "km")
  13941. },
  13942. {
  13943. name: "Planetary",
  13944. height: math.unit(65000, "km")
  13945. },
  13946. ]
  13947. ))
  13948. characterMakers.push(() => makeCharacter(
  13949. { name: "Mac" },
  13950. {
  13951. front: {
  13952. height: math.unit(6, "feet"),
  13953. weight: math.unit(400, "lb"),
  13954. name: "Front",
  13955. image: {
  13956. source: "./media/characters/mac/front.svg",
  13957. extra: 1048 / 987.7,
  13958. bottom: 60 / 1107.6,
  13959. }
  13960. },
  13961. },
  13962. [
  13963. {
  13964. name: "Macro",
  13965. height: math.unit(500, "feet"),
  13966. default: true
  13967. },
  13968. ]
  13969. ))
  13970. characterMakers.push(() => makeCharacter(
  13971. { name: "Bari" },
  13972. {
  13973. front: {
  13974. height: math.unit(5 + 2 / 12, "feet"),
  13975. weight: math.unit(190, "lb"),
  13976. name: "Front",
  13977. image: {
  13978. source: "./media/characters/bari/front.svg",
  13979. extra: 3156 / 2880,
  13980. bottom: 0.03
  13981. }
  13982. },
  13983. back: {
  13984. height: math.unit(5 + 2 / 12, "feet"),
  13985. weight: math.unit(190, "lb"),
  13986. name: "Back",
  13987. image: {
  13988. source: "./media/characters/bari/back.svg",
  13989. extra: 3260 / 2834,
  13990. bottom: 0.025
  13991. }
  13992. },
  13993. frontPlush: {
  13994. height: math.unit(5 + 2 / 12, "feet"),
  13995. weight: math.unit(190, "lb"),
  13996. name: "Front (Plush)",
  13997. image: {
  13998. source: "./media/characters/bari/front-plush.svg",
  13999. extra: 1112 / 1061,
  14000. bottom: 0.002
  14001. }
  14002. },
  14003. },
  14004. [
  14005. {
  14006. name: "Micro",
  14007. height: math.unit(3, "inches")
  14008. },
  14009. {
  14010. name: "Normal",
  14011. height: math.unit(5 + 2 / 12, "feet"),
  14012. default: true
  14013. },
  14014. {
  14015. name: "Macro",
  14016. height: math.unit(20, "feet")
  14017. },
  14018. ]
  14019. ))
  14020. characterMakers.push(() => makeCharacter(
  14021. { name: "Hunter Misha Raven" },
  14022. {
  14023. front: {
  14024. height: math.unit(6 + 1 / 12, "feet"),
  14025. weight: math.unit(275, "lb"),
  14026. name: "Front",
  14027. image: {
  14028. source: "./media/characters/hunter-misha-raven/front.svg"
  14029. }
  14030. },
  14031. },
  14032. [
  14033. {
  14034. name: "Mortal",
  14035. height: math.unit(6 + 1 / 12, "feet")
  14036. },
  14037. {
  14038. name: "Divine",
  14039. height: math.unit(1.12134e34, "parsecs"),
  14040. default: true
  14041. },
  14042. ]
  14043. ))
  14044. characterMakers.push(() => makeCharacter(
  14045. { name: "Max Calore" },
  14046. {
  14047. front: {
  14048. height: math.unit(6 + 3 / 12, "feet"),
  14049. weight: math.unit(220, "lb"),
  14050. name: "Front",
  14051. image: {
  14052. source: "./media/characters/max-calore/front.svg",
  14053. extra: 1700 / 1648,
  14054. bottom: 0.01
  14055. }
  14056. },
  14057. back: {
  14058. height: math.unit(6 + 3 / 12, "feet"),
  14059. weight: math.unit(220, "lb"),
  14060. name: "Back",
  14061. image: {
  14062. source: "./media/characters/max-calore/back.svg",
  14063. extra: 1700 / 1648,
  14064. bottom: 0.01
  14065. }
  14066. },
  14067. },
  14068. [
  14069. {
  14070. name: "Normal",
  14071. height: math.unit(6 + 3 / 12, "feet"),
  14072. default: true
  14073. },
  14074. ]
  14075. ))
  14076. characterMakers.push(() => makeCharacter(
  14077. { name: "Aspen" },
  14078. {
  14079. side: {
  14080. height: math.unit(2 + 8 / 12, "feet"),
  14081. weight: math.unit(99, "lb"),
  14082. name: "Side",
  14083. image: {
  14084. source: "./media/characters/aspen/side.svg",
  14085. extra: 152 / 138,
  14086. bottom: 0.032
  14087. }
  14088. },
  14089. },
  14090. [
  14091. {
  14092. name: "Normal",
  14093. height: math.unit(2 + 8 / 12, "feet"),
  14094. default: true
  14095. },
  14096. ]
  14097. ))
  14098. characterMakers.push(() => makeCharacter(
  14099. { name: "Sheila (Wolf)" },
  14100. {
  14101. side: {
  14102. height: math.unit(3 + 2 / 12, "feet"),
  14103. weight: math.unit(224, "lb"),
  14104. name: "Side",
  14105. image: {
  14106. source: "./media/characters/sheila-wolf/side.svg",
  14107. extra: 179 / 166,
  14108. bottom: 0.03
  14109. }
  14110. },
  14111. },
  14112. [
  14113. {
  14114. name: "Normal",
  14115. height: math.unit(3 + 2 / 12, "feet"),
  14116. default: true
  14117. },
  14118. ]
  14119. ))
  14120. characterMakers.push(() => makeCharacter(
  14121. { name: "Michelle" },
  14122. {
  14123. side: {
  14124. height: math.unit(1 + 9 / 12, "feet"),
  14125. weight: math.unit(38, "lb"),
  14126. name: "Side",
  14127. image: {
  14128. source: "./media/characters/michelle/side.svg",
  14129. extra: 147 / 136.7,
  14130. bottom: 0.03
  14131. }
  14132. },
  14133. },
  14134. [
  14135. {
  14136. name: "Normal",
  14137. height: math.unit(1 + 9 / 12, "feet"),
  14138. default: true
  14139. },
  14140. ]
  14141. ))
  14142. characterMakers.push(() => makeCharacter(
  14143. { name: "Nino" },
  14144. {
  14145. front: {
  14146. height: math.unit(1 + 1 / 12, "feet"),
  14147. weight: math.unit(18, "lb"),
  14148. name: "Front",
  14149. image: {
  14150. source: "./media/characters/nino/front.svg"
  14151. }
  14152. },
  14153. },
  14154. [
  14155. {
  14156. name: "Normal",
  14157. height: math.unit(1 + 1 / 12, "feet"),
  14158. default: true
  14159. },
  14160. ]
  14161. ))
  14162. characterMakers.push(() => makeCharacter(
  14163. { name: "Viola" },
  14164. {
  14165. front: {
  14166. height: math.unit(1, "feet"),
  14167. weight: math.unit(16, "lb"),
  14168. name: "Front",
  14169. image: {
  14170. source: "./media/characters/viola/front.svg"
  14171. }
  14172. },
  14173. },
  14174. [
  14175. {
  14176. name: "Normal",
  14177. height: math.unit(1, "feet"),
  14178. default: true
  14179. },
  14180. ]
  14181. ))
  14182. characterMakers.push(() => makeCharacter(
  14183. { name: "Atlas" },
  14184. {
  14185. front: {
  14186. height: math.unit(6 + 5 / 12, "feet"),
  14187. weight: math.unit(580, "lb"),
  14188. name: "Front",
  14189. image: {
  14190. source: "./media/characters/atlas/front.svg",
  14191. extra: 298.5 / 290,
  14192. bottom: 0.015
  14193. }
  14194. },
  14195. },
  14196. [
  14197. {
  14198. name: "Normal",
  14199. height: math.unit(6 + 5 / 12, "feet"),
  14200. default: true
  14201. },
  14202. ]
  14203. ))
  14204. characterMakers.push(() => makeCharacter(
  14205. { name: "Davy" },
  14206. {
  14207. side: {
  14208. height: math.unit(1 + 10 / 12, "feet"),
  14209. weight: math.unit(25, "lb"),
  14210. name: "Side",
  14211. image: {
  14212. source: "./media/characters/davy/side.svg",
  14213. extra: 200 / 170,
  14214. bottom: 0.01
  14215. }
  14216. },
  14217. },
  14218. [
  14219. {
  14220. name: "Normal",
  14221. height: math.unit(1 + 10 / 12, "feet"),
  14222. default: true
  14223. },
  14224. ]
  14225. ))
  14226. characterMakers.push(() => makeCharacter(
  14227. { name: "Fiona" },
  14228. {
  14229. side: {
  14230. height: math.unit(4 + 8 / 12, "feet"),
  14231. weight: math.unit(166, "lb"),
  14232. name: "Side",
  14233. image: {
  14234. source: "./media/characters/fiona/side.svg",
  14235. extra: 232 / 220,
  14236. bottom: 0.03
  14237. }
  14238. },
  14239. },
  14240. [
  14241. {
  14242. name: "Normal",
  14243. height: math.unit(4 + 8 / 12, "feet"),
  14244. default: true
  14245. },
  14246. ]
  14247. ))
  14248. characterMakers.push(() => makeCharacter(
  14249. { name: "Lyla" },
  14250. {
  14251. front: {
  14252. height: math.unit(2, "feet"),
  14253. weight: math.unit(62, "lb"),
  14254. name: "Front",
  14255. image: {
  14256. source: "./media/characters/lyla/front.svg",
  14257. bottom: 0.1
  14258. }
  14259. },
  14260. },
  14261. [
  14262. {
  14263. name: "Normal",
  14264. height: math.unit(2, "feet"),
  14265. default: true
  14266. },
  14267. ]
  14268. ))
  14269. characterMakers.push(() => makeCharacter(
  14270. { name: "Perseus" },
  14271. {
  14272. side: {
  14273. height: math.unit(1.8, "feet"),
  14274. weight: math.unit(44, "lb"),
  14275. name: "Side",
  14276. image: {
  14277. source: "./media/characters/perseus/side.svg",
  14278. bottom: 0.21
  14279. }
  14280. },
  14281. },
  14282. [
  14283. {
  14284. name: "Normal",
  14285. height: math.unit(1.8, "feet"),
  14286. default: true
  14287. },
  14288. ]
  14289. ))
  14290. characterMakers.push(() => makeCharacter(
  14291. { name: "Remus" },
  14292. {
  14293. side: {
  14294. height: math.unit(4 + 2 / 12, "feet"),
  14295. weight: math.unit(20, "lb"),
  14296. name: "Side",
  14297. image: {
  14298. source: "./media/characters/remus/side.svg"
  14299. }
  14300. },
  14301. },
  14302. [
  14303. {
  14304. name: "Normal",
  14305. height: math.unit(4 + 2 / 12, "feet"),
  14306. default: true
  14307. },
  14308. ]
  14309. ))
  14310. characterMakers.push(() => makeCharacter(
  14311. { name: "Raf" },
  14312. {
  14313. front: {
  14314. height: math.unit(4 + 11 / 12, "feet"),
  14315. weight: math.unit(114, "lb"),
  14316. name: "Front",
  14317. image: {
  14318. source: "./media/characters/raf/front.svg",
  14319. bottom: 0.01
  14320. }
  14321. },
  14322. side: {
  14323. height: math.unit(4 + 11 / 12, "feet"),
  14324. weight: math.unit(114, "lb"),
  14325. name: "Side",
  14326. image: {
  14327. source: "./media/characters/raf/side.svg",
  14328. bottom: 0.005
  14329. }
  14330. },
  14331. },
  14332. [
  14333. {
  14334. name: "Micro",
  14335. height: math.unit(2, "inches")
  14336. },
  14337. {
  14338. name: "Normal",
  14339. height: math.unit(4 + 11 / 12, "feet"),
  14340. default: true
  14341. },
  14342. {
  14343. name: "Macro",
  14344. height: math.unit(70, "feet")
  14345. },
  14346. ]
  14347. ))
  14348. characterMakers.push(() => makeCharacter(
  14349. { name: "Liam Einarr" },
  14350. {
  14351. front: {
  14352. height: math.unit(1.5, "meters"),
  14353. weight: math.unit(68, "kg"),
  14354. name: "Front",
  14355. image: {
  14356. source: "./media/characters/liam-einarr/front.svg",
  14357. extra: 2822 / 2666
  14358. }
  14359. },
  14360. back: {
  14361. height: math.unit(1.5, "meters"),
  14362. weight: math.unit(68, "kg"),
  14363. name: "Back",
  14364. image: {
  14365. source: "./media/characters/liam-einarr/back.svg",
  14366. extra: 2822 / 2666,
  14367. bottom: 0.015
  14368. }
  14369. },
  14370. },
  14371. [
  14372. {
  14373. name: "Normal",
  14374. height: math.unit(1.5, "meters"),
  14375. default: true
  14376. },
  14377. {
  14378. name: "Macro",
  14379. height: math.unit(150, "meters")
  14380. },
  14381. {
  14382. name: "Megamacro",
  14383. height: math.unit(35, "km")
  14384. },
  14385. ]
  14386. ))
  14387. characterMakers.push(() => makeCharacter(
  14388. { name: "Linda" },
  14389. {
  14390. front: {
  14391. height: math.unit(6, "feet"),
  14392. weight: math.unit(75, "kg"),
  14393. name: "Front",
  14394. image: {
  14395. source: "./media/characters/linda/front.svg",
  14396. extra: 930 / 874,
  14397. bottom: 0.004
  14398. }
  14399. },
  14400. },
  14401. [
  14402. {
  14403. name: "Normal",
  14404. height: math.unit(6, "feet"),
  14405. default: true
  14406. },
  14407. ]
  14408. ))
  14409. characterMakers.push(() => makeCharacter(
  14410. { name: "Caylex" },
  14411. {
  14412. front: {
  14413. height: math.unit(6 + 8 / 12, "feet"),
  14414. weight: math.unit(220, "lb"),
  14415. name: "Front",
  14416. image: {
  14417. source: "./media/characters/caylex/front.svg",
  14418. extra: 821 / 772,
  14419. bottom: 0.07
  14420. }
  14421. },
  14422. back: {
  14423. height: math.unit(6 + 8 / 12, "feet"),
  14424. weight: math.unit(220, "lb"),
  14425. name: "Back",
  14426. image: {
  14427. source: "./media/characters/caylex/back.svg",
  14428. extra: 821 / 772,
  14429. bottom: 0.022
  14430. }
  14431. },
  14432. hand: {
  14433. height: math.unit(1.25, "feet"),
  14434. name: "Hand",
  14435. image: {
  14436. source: "./media/characters/caylex/hand.svg"
  14437. }
  14438. },
  14439. foot: {
  14440. height: math.unit(1.6, "feet"),
  14441. name: "Foot",
  14442. image: {
  14443. source: "./media/characters/caylex/foot.svg"
  14444. }
  14445. },
  14446. armored: {
  14447. height: math.unit(6 + 8 / 12, "feet"),
  14448. weight: math.unit(250, "lb"),
  14449. name: "Armored",
  14450. image: {
  14451. source: "./media/characters/caylex/armored.svg",
  14452. extra: 1420 / 1310,
  14453. bottom: 0.045
  14454. }
  14455. },
  14456. },
  14457. [
  14458. {
  14459. name: "Normal",
  14460. height: math.unit(6 + 8 / 12, "feet"),
  14461. default: true
  14462. },
  14463. {
  14464. name: "Normal+",
  14465. height: math.unit(12, "feet")
  14466. },
  14467. ]
  14468. ))
  14469. characterMakers.push(() => makeCharacter(
  14470. { name: "Alana" },
  14471. {
  14472. front: {
  14473. height: math.unit(7 + 6 / 12, "feet"),
  14474. weight: math.unit(288, "lb"),
  14475. name: "Front",
  14476. image: {
  14477. source: "./media/characters/alana/front.svg",
  14478. extra: 679 / 653,
  14479. bottom: 22.5 / 701
  14480. }
  14481. },
  14482. },
  14483. [
  14484. {
  14485. name: "Normal",
  14486. height: math.unit(7 + 6 / 12, "feet")
  14487. },
  14488. {
  14489. name: "Large",
  14490. height: math.unit(50, "feet")
  14491. },
  14492. {
  14493. name: "Macro",
  14494. height: math.unit(100, "feet"),
  14495. default: true
  14496. },
  14497. {
  14498. name: "Macro+",
  14499. height: math.unit(200, "feet")
  14500. },
  14501. ]
  14502. ))
  14503. characterMakers.push(() => makeCharacter(
  14504. { name: "Hasani" },
  14505. {
  14506. front: {
  14507. height: math.unit(6 + 1 / 12, "feet"),
  14508. weight: math.unit(210, "lb"),
  14509. name: "Front",
  14510. image: {
  14511. source: "./media/characters/hasani/front.svg",
  14512. extra: 244 / 232,
  14513. bottom: 0.01
  14514. }
  14515. },
  14516. back: {
  14517. height: math.unit(6 + 1 / 12, "feet"),
  14518. weight: math.unit(210, "lb"),
  14519. name: "Back",
  14520. image: {
  14521. source: "./media/characters/hasani/back.svg",
  14522. extra: 244 / 232,
  14523. bottom: 0.01
  14524. }
  14525. },
  14526. },
  14527. [
  14528. {
  14529. name: "Normal",
  14530. height: math.unit(6 + 1 / 12, "feet")
  14531. },
  14532. {
  14533. name: "Macro",
  14534. height: math.unit(175, "feet"),
  14535. default: true
  14536. },
  14537. ]
  14538. ))
  14539. characterMakers.push(() => makeCharacter(
  14540. { name: "Nita" },
  14541. {
  14542. front: {
  14543. height: math.unit(1.82, "meters"),
  14544. weight: math.unit(140, "lb"),
  14545. name: "Front",
  14546. image: {
  14547. source: "./media/characters/nita/front.svg",
  14548. extra: 2473 / 2363,
  14549. bottom: 0.01
  14550. }
  14551. },
  14552. },
  14553. [
  14554. {
  14555. name: "Normal",
  14556. height: math.unit(1.82, "m")
  14557. },
  14558. {
  14559. name: "Macro",
  14560. height: math.unit(300, "m")
  14561. },
  14562. {
  14563. name: "Mistake Canon",
  14564. height: math.unit(0.5, "miles"),
  14565. default: true
  14566. },
  14567. {
  14568. name: "Big Mistake",
  14569. height: math.unit(13, "miles")
  14570. },
  14571. {
  14572. name: "Playing God",
  14573. height: math.unit(2450, "miles")
  14574. },
  14575. ]
  14576. ))
  14577. characterMakers.push(() => makeCharacter(
  14578. { name: "Shiriko" },
  14579. {
  14580. front: {
  14581. height: math.unit(4, "feet"),
  14582. weight: math.unit(120, "lb"),
  14583. name: "Front",
  14584. image: {
  14585. source: "./media/characters/shiriko/front.svg",
  14586. extra: 195 / 188
  14587. }
  14588. },
  14589. },
  14590. [
  14591. {
  14592. name: "Normal",
  14593. height: math.unit(4, "feet"),
  14594. default: true
  14595. },
  14596. ]
  14597. ))
  14598. characterMakers.push(() => makeCharacter(
  14599. { name: "Deja" },
  14600. {
  14601. front: {
  14602. height: math.unit(6, "feet"),
  14603. name: "front",
  14604. image: {
  14605. source: "./media/characters/deja/front.svg",
  14606. extra: 926 / 840,
  14607. bottom: 0.07
  14608. }
  14609. },
  14610. },
  14611. [
  14612. {
  14613. name: "Planck Length",
  14614. height: math.unit(1.6e-35, "meters")
  14615. },
  14616. {
  14617. name: "Normal",
  14618. height: math.unit(30.48, "meters"),
  14619. default: true
  14620. },
  14621. {
  14622. name: "Universal",
  14623. height: math.unit(8.8e26, "meters")
  14624. },
  14625. ]
  14626. ))
  14627. characterMakers.push(() => makeCharacter(
  14628. { name: "Anima" },
  14629. {
  14630. side: {
  14631. height: math.unit(8, "feet"),
  14632. weight: math.unit(6300, "lb"),
  14633. name: "Side",
  14634. image: {
  14635. source: "./media/characters/anima/side.svg",
  14636. bottom: 0.035
  14637. }
  14638. },
  14639. },
  14640. [
  14641. {
  14642. name: "Normal",
  14643. height: math.unit(8, "feet"),
  14644. default: true
  14645. },
  14646. ]
  14647. ))
  14648. characterMakers.push(() => makeCharacter(
  14649. { name: "Bianca" },
  14650. {
  14651. front: {
  14652. height: math.unit(8, "feet"),
  14653. weight: math.unit(350, "lb"),
  14654. name: "Front",
  14655. image: {
  14656. source: "./media/characters/bianca/front.svg",
  14657. extra: 234 / 225,
  14658. bottom: 0.03
  14659. }
  14660. },
  14661. },
  14662. [
  14663. {
  14664. name: "Normal",
  14665. height: math.unit(8, "feet"),
  14666. default: true
  14667. },
  14668. ]
  14669. ))
  14670. characterMakers.push(() => makeCharacter(
  14671. { name: "Adinia" },
  14672. {
  14673. front: {
  14674. height: math.unit(6, "feet"),
  14675. weight: math.unit(150, "lb"),
  14676. name: "Front",
  14677. image: {
  14678. source: "./media/characters/adinia/front.svg",
  14679. extra: 1845 / 1672,
  14680. bottom: 0.02
  14681. }
  14682. },
  14683. back: {
  14684. height: math.unit(6, "feet"),
  14685. weight: math.unit(150, "lb"),
  14686. name: "Back",
  14687. image: {
  14688. source: "./media/characters/adinia/back.svg",
  14689. extra: 1845 / 1672,
  14690. bottom: 0.002
  14691. }
  14692. },
  14693. },
  14694. [
  14695. {
  14696. name: "Normal",
  14697. height: math.unit(11 + 5 / 12, "feet"),
  14698. default: true
  14699. },
  14700. ]
  14701. ))
  14702. characterMakers.push(() => makeCharacter(
  14703. { name: "Lykasa" },
  14704. {
  14705. front: {
  14706. height: math.unit(3, "meters"),
  14707. weight: math.unit(200, "kg"),
  14708. name: "Front",
  14709. image: {
  14710. source: "./media/characters/lykasa/front.svg",
  14711. extra: 1076 / 976,
  14712. bottom: 0.06
  14713. }
  14714. },
  14715. },
  14716. [
  14717. {
  14718. name: "Normal",
  14719. height: math.unit(3, "meters")
  14720. },
  14721. {
  14722. name: "Kaiku",
  14723. height: math.unit(120, "meters"),
  14724. default: true
  14725. },
  14726. {
  14727. name: "Mega Kaiju",
  14728. height: math.unit(240, "km")
  14729. },
  14730. {
  14731. name: "Giga Kaiju",
  14732. height: math.unit(400, "megameters")
  14733. },
  14734. {
  14735. name: "Tera Kaiju",
  14736. height: math.unit(800, "gigameters")
  14737. },
  14738. {
  14739. name: "Kaiju Dragon Goddess",
  14740. height: math.unit(26, "zettaparsecs")
  14741. },
  14742. ]
  14743. ))
  14744. characterMakers.push(() => makeCharacter(
  14745. { name: "Malfaren" },
  14746. {
  14747. side: {
  14748. height: math.unit(283 / 124 * 6, "feet"),
  14749. weight: math.unit(35000, "lb"),
  14750. name: "Side",
  14751. image: {
  14752. source: "./media/characters/malfaren/side.svg",
  14753. extra: 2500 / 1010,
  14754. bottom: 0.01
  14755. }
  14756. },
  14757. front: {
  14758. height: math.unit(22.36, "feet"),
  14759. weight: math.unit(35000, "lb"),
  14760. name: "Front",
  14761. image: {
  14762. source: "./media/characters/malfaren/front.svg",
  14763. extra: 1631 / 1476,
  14764. bottom: 0.01
  14765. }
  14766. },
  14767. maw: {
  14768. height: math.unit(6.9, "feet"),
  14769. name: "Maw",
  14770. image: {
  14771. source: "./media/characters/malfaren/maw.svg"
  14772. }
  14773. },
  14774. },
  14775. [
  14776. {
  14777. name: "Big",
  14778. height: math.unit(283 / 162 * 6, "feet"),
  14779. },
  14780. {
  14781. name: "Bigger",
  14782. height: math.unit(283 / 124 * 6, "feet")
  14783. },
  14784. {
  14785. name: "Massive",
  14786. height: math.unit(283 / 92 * 6, "feet"),
  14787. default: true
  14788. },
  14789. {
  14790. name: "👀💦",
  14791. height: math.unit(283 / 73 * 6, "feet"),
  14792. },
  14793. ]
  14794. ))
  14795. characterMakers.push(() => makeCharacter(
  14796. { name: "Kernel" },
  14797. {
  14798. front: {
  14799. height: math.unit(1.7, "m"),
  14800. weight: math.unit(70, "kg"),
  14801. name: "Front",
  14802. image: {
  14803. source: "./media/characters/kernel/front.svg",
  14804. extra: 222 / 210,
  14805. bottom: 0.007
  14806. }
  14807. },
  14808. },
  14809. [
  14810. {
  14811. name: "Nano",
  14812. height: math.unit(17, "micrometers")
  14813. },
  14814. {
  14815. name: "Micro",
  14816. height: math.unit(1.7, "mm")
  14817. },
  14818. {
  14819. name: "Small",
  14820. height: math.unit(1.7, "cm")
  14821. },
  14822. {
  14823. name: "Normal",
  14824. height: math.unit(1.7, "m"),
  14825. default: true
  14826. },
  14827. ]
  14828. ))
  14829. characterMakers.push(() => makeCharacter(
  14830. { name: "Jayne Folest" },
  14831. {
  14832. front: {
  14833. height: math.unit(1.75, "meters"),
  14834. weight: math.unit(65, "kg"),
  14835. name: "Front",
  14836. image: {
  14837. source: "./media/characters/jayne-folest/front.svg",
  14838. extra: 2115 / 2007,
  14839. bottom: 0.02
  14840. }
  14841. },
  14842. back: {
  14843. height: math.unit(1.75, "meters"),
  14844. weight: math.unit(65, "kg"),
  14845. name: "Back",
  14846. image: {
  14847. source: "./media/characters/jayne-folest/back.svg",
  14848. extra: 2115 / 2007,
  14849. bottom: 0.005
  14850. }
  14851. },
  14852. frontClothed: {
  14853. height: math.unit(1.75, "meters"),
  14854. weight: math.unit(65, "kg"),
  14855. name: "Front (Clothed)",
  14856. image: {
  14857. source: "./media/characters/jayne-folest/front-clothed.svg",
  14858. extra: 2115 / 2007,
  14859. bottom: 0.035
  14860. }
  14861. },
  14862. hand: {
  14863. height: math.unit(1 / 1.260, "feet"),
  14864. name: "Hand",
  14865. image: {
  14866. source: "./media/characters/jayne-folest/hand.svg"
  14867. }
  14868. },
  14869. foot: {
  14870. height: math.unit(1 / 0.918, "feet"),
  14871. name: "Foot",
  14872. image: {
  14873. source: "./media/characters/jayne-folest/foot.svg"
  14874. }
  14875. },
  14876. },
  14877. [
  14878. {
  14879. name: "Micro",
  14880. height: math.unit(4, "cm")
  14881. },
  14882. {
  14883. name: "Normal",
  14884. height: math.unit(1.75, "meters")
  14885. },
  14886. {
  14887. name: "Macro",
  14888. height: math.unit(47.5, "meters"),
  14889. default: true
  14890. },
  14891. ]
  14892. ))
  14893. characterMakers.push(() => makeCharacter(
  14894. { name: "Algier" },
  14895. {
  14896. front: {
  14897. height: math.unit(180, "cm"),
  14898. weight: math.unit(70, "kg"),
  14899. name: "Front",
  14900. image: {
  14901. source: "./media/characters/algier/front.svg",
  14902. extra: 596 / 572,
  14903. bottom: 0.04
  14904. }
  14905. },
  14906. back: {
  14907. height: math.unit(180, "cm"),
  14908. weight: math.unit(70, "kg"),
  14909. name: "Back",
  14910. image: {
  14911. source: "./media/characters/algier/back.svg",
  14912. extra: 596 / 572,
  14913. bottom: 0.025
  14914. }
  14915. },
  14916. frontdressed: {
  14917. height: math.unit(180, "cm"),
  14918. weight: math.unit(150, "kg"),
  14919. name: "Front-dressed",
  14920. image: {
  14921. source: "./media/characters/algier/front-dressed.svg",
  14922. extra: 596 / 572,
  14923. bottom: 0.038
  14924. }
  14925. },
  14926. },
  14927. [
  14928. {
  14929. name: "Micro",
  14930. height: math.unit(5, "cm")
  14931. },
  14932. {
  14933. name: "Normal",
  14934. height: math.unit(180, "cm"),
  14935. default: true
  14936. },
  14937. {
  14938. name: "Macro",
  14939. height: math.unit(64, "m")
  14940. },
  14941. ]
  14942. ))
  14943. characterMakers.push(() => makeCharacter(
  14944. { name: "Pretzel" },
  14945. {
  14946. upright: {
  14947. height: math.unit(7, "feet"),
  14948. weight: math.unit(300, "lb"),
  14949. name: "Upright",
  14950. image: {
  14951. source: "./media/characters/pretzel/upright.svg",
  14952. extra: 534 / 522,
  14953. bottom: 0.065
  14954. }
  14955. },
  14956. sprawling: {
  14957. height: math.unit(3.75, "feet"),
  14958. weight: math.unit(300, "lb"),
  14959. name: "Sprawling",
  14960. image: {
  14961. source: "./media/characters/pretzel/sprawling.svg",
  14962. extra: 314 / 281,
  14963. bottom: 0.1
  14964. }
  14965. },
  14966. tongue: {
  14967. height: math.unit(2, "feet"),
  14968. name: "Tongue",
  14969. image: {
  14970. source: "./media/characters/pretzel/tongue.svg"
  14971. }
  14972. },
  14973. },
  14974. [
  14975. {
  14976. name: "Normal",
  14977. height: math.unit(7, "feet"),
  14978. default: true
  14979. },
  14980. {
  14981. name: "Oversized",
  14982. height: math.unit(15, "feet")
  14983. },
  14984. {
  14985. name: "Huge",
  14986. height: math.unit(30, "feet")
  14987. },
  14988. {
  14989. name: "Macro",
  14990. height: math.unit(250, "feet")
  14991. },
  14992. ]
  14993. ))
  14994. characterMakers.push(() => makeCharacter(
  14995. { name: "Roxi" },
  14996. {
  14997. sideFront: {
  14998. height: math.unit(5 + 2 / 12, "feet"),
  14999. weight: math.unit(120, "lb"),
  15000. name: "Front Side",
  15001. image: {
  15002. source: "./media/characters/roxi/side-front.svg",
  15003. extra: 2924 / 2717,
  15004. bottom: 0.08
  15005. }
  15006. },
  15007. sideBack: {
  15008. height: math.unit(5 + 2 / 12, "feet"),
  15009. weight: math.unit(120, "lb"),
  15010. name: "Back Side",
  15011. image: {
  15012. source: "./media/characters/roxi/side-back.svg",
  15013. extra: 2904 / 2693,
  15014. bottom: 0.06
  15015. }
  15016. },
  15017. front: {
  15018. height: math.unit(5 + 2 / 12, "feet"),
  15019. weight: math.unit(120, "lb"),
  15020. name: "Front",
  15021. image: {
  15022. source: "./media/characters/roxi/front.svg",
  15023. extra: 2028 / 1907,
  15024. bottom: 0.01
  15025. }
  15026. },
  15027. frontAlt: {
  15028. height: math.unit(5 + 2 / 12, "feet"),
  15029. weight: math.unit(120, "lb"),
  15030. name: "Front (Alt)",
  15031. image: {
  15032. source: "./media/characters/roxi/front-alt.svg",
  15033. extra: 1828 / 1798,
  15034. bottom: 0.01
  15035. }
  15036. },
  15037. sitting: {
  15038. height: math.unit(2.8, "feet"),
  15039. weight: math.unit(120, "lb"),
  15040. name: "Sitting",
  15041. image: {
  15042. source: "./media/characters/roxi/sitting.svg",
  15043. extra: 2660 / 2462,
  15044. bottom: 0.1
  15045. }
  15046. },
  15047. },
  15048. [
  15049. {
  15050. name: "Normal",
  15051. height: math.unit(5 + 2 / 12, "feet"),
  15052. default: true
  15053. },
  15054. ]
  15055. ))
  15056. characterMakers.push(() => makeCharacter(
  15057. { name: "Shadow" },
  15058. {
  15059. side: {
  15060. height: math.unit(55, "feet"),
  15061. weight: math.unit(153, "tons"),
  15062. name: "Side",
  15063. image: {
  15064. source: "./media/characters/shadow/side.svg",
  15065. extra: 701 / 628,
  15066. bottom: 0.02
  15067. }
  15068. },
  15069. flying: {
  15070. height: math.unit(145, "feet"),
  15071. weight: math.unit(153, "tons"),
  15072. name: "Flying",
  15073. image: {
  15074. source: "./media/characters/shadow/flying.svg"
  15075. }
  15076. },
  15077. },
  15078. [
  15079. {
  15080. name: "Normal",
  15081. height: math.unit(55, "feet"),
  15082. default: true
  15083. },
  15084. ]
  15085. ))
  15086. characterMakers.push(() => makeCharacter(
  15087. { name: "Marcie" },
  15088. {
  15089. front: {
  15090. height: math.unit(6, "feet"),
  15091. weight: math.unit(200, "lb"),
  15092. name: "Front",
  15093. image: {
  15094. source: "./media/characters/marcie/front.svg",
  15095. extra: 960 / 876,
  15096. bottom: 58 / 1017.87
  15097. }
  15098. },
  15099. },
  15100. [
  15101. {
  15102. name: "Macro",
  15103. height: math.unit(1, "mile"),
  15104. default: true
  15105. },
  15106. ]
  15107. ))
  15108. characterMakers.push(() => makeCharacter(
  15109. { name: "Kachina" },
  15110. {
  15111. front: {
  15112. height: math.unit(7, "feet"),
  15113. weight: math.unit(200, "lb"),
  15114. name: "Front",
  15115. image: {
  15116. source: "./media/characters/kachina/front.svg",
  15117. extra: 1290.68 / 1119,
  15118. bottom: 36.5 / 1327.18
  15119. }
  15120. },
  15121. },
  15122. [
  15123. {
  15124. name: "Normal",
  15125. height: math.unit(7, "feet"),
  15126. default: true
  15127. },
  15128. ]
  15129. ))
  15130. characterMakers.push(() => makeCharacter(
  15131. { name: "Kash" },
  15132. {
  15133. looking: {
  15134. height: math.unit(2, "meters"),
  15135. weight: math.unit(300, "kg"),
  15136. name: "Looking",
  15137. image: {
  15138. source: "./media/characters/kash/looking.svg",
  15139. extra: 474 / 344,
  15140. bottom: 0.03
  15141. }
  15142. },
  15143. side: {
  15144. height: math.unit(2, "meters"),
  15145. weight: math.unit(300, "kg"),
  15146. name: "Side",
  15147. image: {
  15148. source: "./media/characters/kash/side.svg",
  15149. extra: 302 / 251,
  15150. bottom: 0.03
  15151. }
  15152. },
  15153. front: {
  15154. height: math.unit(2, "meters"),
  15155. weight: math.unit(300, "kg"),
  15156. name: "Front",
  15157. image: {
  15158. source: "./media/characters/kash/front.svg",
  15159. extra: 495 / 360,
  15160. bottom: 0.015
  15161. }
  15162. },
  15163. },
  15164. [
  15165. {
  15166. name: "Normal",
  15167. height: math.unit(2, "meters"),
  15168. default: true
  15169. },
  15170. {
  15171. name: "Big",
  15172. height: math.unit(3, "meters")
  15173. },
  15174. {
  15175. name: "Large",
  15176. height: math.unit(5, "meters")
  15177. },
  15178. ]
  15179. ))
  15180. characterMakers.push(() => makeCharacter(
  15181. { name: "Lalim" },
  15182. {
  15183. feeding: {
  15184. height: math.unit(6.7, "feet"),
  15185. weight: math.unit(350, "lb"),
  15186. name: "Feeding",
  15187. image: {
  15188. source: "./media/characters/lalim/feeding.svg",
  15189. }
  15190. },
  15191. },
  15192. [
  15193. {
  15194. name: "Normal",
  15195. height: math.unit(6.7, "feet"),
  15196. default: true
  15197. },
  15198. ]
  15199. ))
  15200. characterMakers.push(() => makeCharacter(
  15201. { name: "De'Vout" },
  15202. {
  15203. front: {
  15204. height: math.unit(9.5, "feet"),
  15205. weight: math.unit(600, "lb"),
  15206. name: "Front",
  15207. image: {
  15208. source: "./media/characters/de'vout/front.svg",
  15209. extra: 1443 / 1328,
  15210. bottom: 0.025
  15211. }
  15212. },
  15213. back: {
  15214. height: math.unit(9.5, "feet"),
  15215. weight: math.unit(600, "lb"),
  15216. name: "Back",
  15217. image: {
  15218. source: "./media/characters/de'vout/back.svg",
  15219. extra: 1443 / 1328
  15220. }
  15221. },
  15222. frontDressed: {
  15223. height: math.unit(9.5, "feet"),
  15224. weight: math.unit(600, "lb"),
  15225. name: "Front (Dressed",
  15226. image: {
  15227. source: "./media/characters/de'vout/front-dressed.svg",
  15228. extra: 1443 / 1328,
  15229. bottom: 0.025
  15230. }
  15231. },
  15232. backDressed: {
  15233. height: math.unit(9.5, "feet"),
  15234. weight: math.unit(600, "lb"),
  15235. name: "Back (Dressed",
  15236. image: {
  15237. source: "./media/characters/de'vout/back-dressed.svg",
  15238. extra: 1443 / 1328
  15239. }
  15240. },
  15241. },
  15242. [
  15243. {
  15244. name: "Normal",
  15245. height: math.unit(9.5, "feet"),
  15246. default: true
  15247. },
  15248. ]
  15249. ))
  15250. characterMakers.push(() => makeCharacter(
  15251. { name: "Talana" },
  15252. {
  15253. front: {
  15254. height: math.unit(8, "feet"),
  15255. weight: math.unit(225, "lb"),
  15256. name: "Front",
  15257. image: {
  15258. source: "./media/characters/talana/front.svg",
  15259. extra: 1410 / 1300,
  15260. bottom: 0.015
  15261. }
  15262. },
  15263. frontDressed: {
  15264. height: math.unit(8, "feet"),
  15265. weight: math.unit(225, "lb"),
  15266. name: "Front (Dressed",
  15267. image: {
  15268. source: "./media/characters/talana/front-dressed.svg",
  15269. extra: 1410 / 1300,
  15270. bottom: 0.015
  15271. }
  15272. },
  15273. },
  15274. [
  15275. {
  15276. name: "Normal",
  15277. height: math.unit(8, "feet"),
  15278. default: true
  15279. },
  15280. ]
  15281. ))
  15282. characterMakers.push(() => makeCharacter(
  15283. { name: "Xeauvok" },
  15284. {
  15285. side: {
  15286. height: math.unit(7.2, "feet"),
  15287. weight: math.unit(150, "lb"),
  15288. name: "Side",
  15289. image: {
  15290. source: "./media/characters/xeauvok/side.svg",
  15291. extra: 1975 / 1523,
  15292. bottom: 0.07
  15293. }
  15294. },
  15295. },
  15296. [
  15297. {
  15298. name: "Normal",
  15299. height: math.unit(7.2, "feet"),
  15300. default: true
  15301. },
  15302. ]
  15303. ))
  15304. characterMakers.push(() => makeCharacter(
  15305. { name: "Zara" },
  15306. {
  15307. side: {
  15308. height: math.unit(10, "feet"),
  15309. weight: math.unit(900, "kg"),
  15310. name: "Side",
  15311. image: {
  15312. source: "./media/characters/zara/side.svg",
  15313. extra: 504 / 498
  15314. }
  15315. },
  15316. },
  15317. [
  15318. {
  15319. name: "Normal",
  15320. height: math.unit(10, "feet"),
  15321. default: true
  15322. },
  15323. ]
  15324. ))
  15325. characterMakers.push(() => makeCharacter(
  15326. { name: "Richard (Dragon)" },
  15327. {
  15328. side: {
  15329. height: math.unit(6, "feet"),
  15330. weight: math.unit(150, "lb"),
  15331. name: "Side",
  15332. image: {
  15333. source: "./media/characters/richard-dragon/side.svg",
  15334. extra: 845 / 340,
  15335. bottom: 0.017
  15336. }
  15337. },
  15338. maw: {
  15339. height: math.unit(2.97, "feet"),
  15340. name: "Maw",
  15341. image: {
  15342. source: "./media/characters/richard-dragon/maw.svg"
  15343. }
  15344. },
  15345. },
  15346. [
  15347. ]
  15348. ))
  15349. characterMakers.push(() => makeCharacter(
  15350. { name: "Richard (Smeargle)" },
  15351. {
  15352. front: {
  15353. height: math.unit(4, "feet"),
  15354. weight: math.unit(100, "lb"),
  15355. name: "Front",
  15356. image: {
  15357. source: "./media/characters/richard-smeargle/front.svg",
  15358. extra: 2952 / 2820,
  15359. bottom: 0.028
  15360. }
  15361. },
  15362. },
  15363. [
  15364. {
  15365. name: "Normal",
  15366. height: math.unit(4, "feet"),
  15367. default: true
  15368. },
  15369. {
  15370. name: "Dynamax",
  15371. height: math.unit(20, "meters")
  15372. },
  15373. ]
  15374. ))
  15375. characterMakers.push(() => makeCharacter(
  15376. { name: "Klay" },
  15377. {
  15378. front: {
  15379. height: math.unit(6, "feet"),
  15380. weight: math.unit(110, "lb"),
  15381. name: "Front",
  15382. image: {
  15383. source: "./media/characters/klay/front.svg",
  15384. extra: 962 / 883,
  15385. bottom: 0.04
  15386. }
  15387. },
  15388. back: {
  15389. height: math.unit(6, "feet"),
  15390. weight: math.unit(110, "lb"),
  15391. name: "Back",
  15392. image: {
  15393. source: "./media/characters/klay/back.svg",
  15394. extra: 962 / 883
  15395. }
  15396. },
  15397. beans: {
  15398. height: math.unit(1.15, "feet"),
  15399. name: "Beans",
  15400. image: {
  15401. source: "./media/characters/klay/beans.svg"
  15402. }
  15403. },
  15404. },
  15405. [
  15406. {
  15407. name: "Micro",
  15408. height: math.unit(6, "inches")
  15409. },
  15410. {
  15411. name: "Mini",
  15412. height: math.unit(3, "feet")
  15413. },
  15414. {
  15415. name: "Normal",
  15416. height: math.unit(6, "feet"),
  15417. default: true
  15418. },
  15419. {
  15420. name: "Big",
  15421. height: math.unit(25, "feet")
  15422. },
  15423. {
  15424. name: "Macro",
  15425. height: math.unit(100, "feet")
  15426. },
  15427. {
  15428. name: "Megamacro",
  15429. height: math.unit(400, "feet")
  15430. },
  15431. ]
  15432. ))
  15433. characterMakers.push(() => makeCharacter(
  15434. { name: "Marcus" },
  15435. {
  15436. front: {
  15437. height: math.unit(6, "feet"),
  15438. weight: math.unit(160, "lb"),
  15439. name: "Front",
  15440. image: {
  15441. source: "./media/characters/marcus/front.svg",
  15442. extra: 734 / 676,
  15443. bottom: 0.03
  15444. }
  15445. },
  15446. },
  15447. [
  15448. {
  15449. name: "Little",
  15450. height: math.unit(6, "feet")
  15451. },
  15452. {
  15453. name: "Normal",
  15454. height: math.unit(110, "feet"),
  15455. default: true
  15456. },
  15457. {
  15458. name: "Macro",
  15459. height: math.unit(250, "feet")
  15460. },
  15461. {
  15462. name: "Megamacro",
  15463. height: math.unit(1000, "feet")
  15464. },
  15465. ]
  15466. ))
  15467. characterMakers.push(() => makeCharacter(
  15468. { name: "Claude DelRoute" },
  15469. {
  15470. front: {
  15471. height: math.unit(7, "feet"),
  15472. weight: math.unit(275, "lb"),
  15473. name: "Front",
  15474. image: {
  15475. source: "./media/characters/claude-delroute/front.svg",
  15476. extra: 230 / 214,
  15477. bottom: 0.007
  15478. }
  15479. },
  15480. side: {
  15481. height: math.unit(7, "feet"),
  15482. weight: math.unit(275, "lb"),
  15483. name: "Side",
  15484. image: {
  15485. source: "./media/characters/claude-delroute/side.svg",
  15486. extra: 222 / 214,
  15487. bottom: 0.01
  15488. }
  15489. },
  15490. back: {
  15491. height: math.unit(7, "feet"),
  15492. weight: math.unit(275, "lb"),
  15493. name: "Back",
  15494. image: {
  15495. source: "./media/characters/claude-delroute/back.svg",
  15496. extra: 230 / 214,
  15497. bottom: 0.015
  15498. }
  15499. },
  15500. maw: {
  15501. height: math.unit(0.6407, "meters"),
  15502. name: "Maw",
  15503. image: {
  15504. source: "./media/characters/claude-delroute/maw.svg"
  15505. }
  15506. },
  15507. },
  15508. [
  15509. {
  15510. name: "Normal",
  15511. height: math.unit(7, "feet"),
  15512. default: true
  15513. },
  15514. {
  15515. name: "Lorge",
  15516. height: math.unit(20, "feet")
  15517. },
  15518. ]
  15519. ))
  15520. characterMakers.push(() => makeCharacter(
  15521. { name: "Dragonien" },
  15522. {
  15523. front: {
  15524. height: math.unit(8 + 4 / 12, "feet"),
  15525. weight: math.unit(600, "lb"),
  15526. name: "Front",
  15527. image: {
  15528. source: "./media/characters/dragonien/front.svg",
  15529. extra: 100 / 94,
  15530. bottom: 3.3 / 103.3445
  15531. }
  15532. },
  15533. back: {
  15534. height: math.unit(8 + 4 / 12, "feet"),
  15535. weight: math.unit(600, "lb"),
  15536. name: "Back",
  15537. image: {
  15538. source: "./media/characters/dragonien/back.svg",
  15539. extra: 776 / 746,
  15540. bottom: 6.4 / 782.0616
  15541. }
  15542. },
  15543. foot: {
  15544. height: math.unit(1.54, "feet"),
  15545. name: "Foot",
  15546. image: {
  15547. source: "./media/characters/dragonien/foot.svg",
  15548. }
  15549. },
  15550. },
  15551. [
  15552. {
  15553. name: "Normal",
  15554. height: math.unit(8 + 4 / 12, "feet"),
  15555. default: true
  15556. },
  15557. {
  15558. name: "Macro",
  15559. height: math.unit(200, "feet")
  15560. },
  15561. {
  15562. name: "Megamacro",
  15563. height: math.unit(1, "mile")
  15564. },
  15565. {
  15566. name: "Gigamacro",
  15567. height: math.unit(1000, "miles")
  15568. },
  15569. ]
  15570. ))
  15571. characterMakers.push(() => makeCharacter(
  15572. { name: "Desta" },
  15573. {
  15574. front: {
  15575. height: math.unit(5 + 2 / 12, "feet"),
  15576. weight: math.unit(110, "lb"),
  15577. name: "Front",
  15578. image: {
  15579. source: "./media/characters/desta/front.svg",
  15580. extra: 1482 / 1417
  15581. }
  15582. },
  15583. side: {
  15584. height: math.unit(5 + 2 / 12, "feet"),
  15585. weight: math.unit(110, "lb"),
  15586. name: "Side",
  15587. image: {
  15588. source: "./media/characters/desta/side.svg",
  15589. extra: 2579 / 2491,
  15590. bottom: 0.053
  15591. }
  15592. },
  15593. },
  15594. [
  15595. {
  15596. name: "Micro",
  15597. height: math.unit(6, "inches")
  15598. },
  15599. {
  15600. name: "Normal",
  15601. height: math.unit(5 + 2 / 12, "feet"),
  15602. default: true
  15603. },
  15604. {
  15605. name: "Macro",
  15606. height: math.unit(62, "feet")
  15607. },
  15608. {
  15609. name: "Megamacro",
  15610. height: math.unit(1800, "feet")
  15611. },
  15612. ]
  15613. ))
  15614. characterMakers.push(() => makeCharacter(
  15615. { name: "Storm Alystar" },
  15616. {
  15617. front: {
  15618. height: math.unit(10, "feet"),
  15619. weight: math.unit(700, "lb"),
  15620. name: "Front",
  15621. image: {
  15622. source: "./media/characters/storm-alystar/front.svg",
  15623. extra: 2112 / 1898,
  15624. bottom: 0.034
  15625. }
  15626. },
  15627. },
  15628. [
  15629. {
  15630. name: "Micro",
  15631. height: math.unit(3.5, "inches")
  15632. },
  15633. {
  15634. name: "Normal",
  15635. height: math.unit(10, "feet"),
  15636. default: true
  15637. },
  15638. {
  15639. name: "Macro",
  15640. height: math.unit(400, "feet")
  15641. },
  15642. {
  15643. name: "Deific",
  15644. height: math.unit(60, "miles")
  15645. },
  15646. ]
  15647. ))
  15648. characterMakers.push(() => makeCharacter(
  15649. { name: "Ilia" },
  15650. {
  15651. front: {
  15652. height: math.unit(2.35, "meters"),
  15653. weight: math.unit(119, "kg"),
  15654. name: "Front",
  15655. image: {
  15656. source: "./media/characters/ilia/front.svg",
  15657. extra: 1285 / 1255,
  15658. bottom: 0.06
  15659. }
  15660. },
  15661. },
  15662. [
  15663. {
  15664. name: "Normal",
  15665. height: math.unit(2.35, "meters")
  15666. },
  15667. {
  15668. name: "Macro",
  15669. height: math.unit(140, "meters"),
  15670. default: true
  15671. },
  15672. {
  15673. name: "Megamacro",
  15674. height: math.unit(100, "miles")
  15675. },
  15676. ]
  15677. ))
  15678. characterMakers.push(() => makeCharacter(
  15679. { name: "KingDead" },
  15680. {
  15681. front: {
  15682. height: math.unit(6 + 5 / 12, "feet"),
  15683. weight: math.unit(190, "lb"),
  15684. name: "Front",
  15685. image: {
  15686. source: "./media/characters/kingdead/front.svg",
  15687. extra: 1228 / 1177
  15688. }
  15689. },
  15690. },
  15691. [
  15692. {
  15693. name: "Micro",
  15694. height: math.unit(7, "inches")
  15695. },
  15696. {
  15697. name: "Normal",
  15698. height: math.unit(6 + 5 / 12, "feet")
  15699. },
  15700. {
  15701. name: "Macro",
  15702. height: math.unit(150, "feet"),
  15703. default: true
  15704. },
  15705. {
  15706. name: "Megamacro",
  15707. height: math.unit(200, "miles")
  15708. },
  15709. ]
  15710. ))
  15711. characterMakers.push(() => makeCharacter(
  15712. { name: "Kyrehx" },
  15713. {
  15714. front: {
  15715. height: math.unit(8, "feet"),
  15716. weight: math.unit(600, "lb"),
  15717. name: "Front",
  15718. image: {
  15719. source: "./media/characters/kyrehx/front.svg",
  15720. extra: 1195 / 1095,
  15721. bottom: 0.034
  15722. }
  15723. },
  15724. },
  15725. [
  15726. {
  15727. name: "Micro",
  15728. height: math.unit(2, "inches")
  15729. },
  15730. {
  15731. name: "Normal",
  15732. height: math.unit(8, "feet"),
  15733. default: true
  15734. },
  15735. {
  15736. name: "Macro",
  15737. height: math.unit(255, "feet")
  15738. },
  15739. ]
  15740. ))
  15741. characterMakers.push(() => makeCharacter(
  15742. { name: "Xang" },
  15743. {
  15744. front: {
  15745. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15746. weight: math.unit(184, "lb"),
  15747. name: "Front",
  15748. image: {
  15749. source: "./media/characters/xang/front.svg",
  15750. extra: 845 / 755
  15751. }
  15752. },
  15753. },
  15754. [
  15755. {
  15756. name: "Normal",
  15757. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15758. default: true
  15759. },
  15760. {
  15761. name: "Macro",
  15762. height: math.unit(0.935 * 146, "feet")
  15763. },
  15764. {
  15765. name: "Megamacro",
  15766. height: math.unit(0.935 * 3, "miles")
  15767. },
  15768. ]
  15769. ))
  15770. characterMakers.push(() => makeCharacter(
  15771. { name: "Doc Weardno" },
  15772. {
  15773. frontDressed: {
  15774. height: math.unit(5 + 7 / 12, "feet"),
  15775. weight: math.unit(140, "lb"),
  15776. name: "Front (Dressed)",
  15777. image: {
  15778. source: "./media/characters/doc-weardno/front-dressed.svg",
  15779. extra: 263 / 234
  15780. }
  15781. },
  15782. backDressed: {
  15783. height: math.unit(5 + 7 / 12, "feet"),
  15784. weight: math.unit(140, "lb"),
  15785. name: "Back (Dressed)",
  15786. image: {
  15787. source: "./media/characters/doc-weardno/back-dressed.svg",
  15788. extra: 266 / 238
  15789. }
  15790. },
  15791. front: {
  15792. height: math.unit(5 + 7 / 12, "feet"),
  15793. weight: math.unit(140, "lb"),
  15794. name: "Front",
  15795. image: {
  15796. source: "./media/characters/doc-weardno/front.svg",
  15797. extra: 254 / 233
  15798. }
  15799. },
  15800. },
  15801. [
  15802. {
  15803. name: "Micro",
  15804. height: math.unit(3, "inches")
  15805. },
  15806. {
  15807. name: "Normal",
  15808. height: math.unit(5 + 7 / 12, "feet"),
  15809. default: true
  15810. },
  15811. {
  15812. name: "Macro",
  15813. height: math.unit(25, "feet")
  15814. },
  15815. {
  15816. name: "Megamacro",
  15817. height: math.unit(2, "miles")
  15818. },
  15819. ]
  15820. ))
  15821. characterMakers.push(() => makeCharacter(
  15822. { name: "Seth Whilst" },
  15823. {
  15824. front: {
  15825. height: math.unit(6 + 2 / 12, "feet"),
  15826. weight: math.unit(153, "lb"),
  15827. name: "Front",
  15828. image: {
  15829. source: "./media/characters/seth-whilst/front.svg",
  15830. bottom: 0.07
  15831. }
  15832. },
  15833. },
  15834. [
  15835. {
  15836. name: "Micro",
  15837. height: math.unit(5, "inches")
  15838. },
  15839. {
  15840. name: "Normal",
  15841. height: math.unit(6 + 2 / 12, "feet"),
  15842. default: true
  15843. },
  15844. ]
  15845. ))
  15846. characterMakers.push(() => makeCharacter(
  15847. { name: "Pocket Jabari" },
  15848. {
  15849. front: {
  15850. height: math.unit(3, "inches"),
  15851. weight: math.unit(8, "grams"),
  15852. name: "Front",
  15853. image: {
  15854. source: "./media/characters/pocket-jabari/front.svg",
  15855. extra: 1024 / 974,
  15856. bottom: 0.039
  15857. }
  15858. },
  15859. },
  15860. [
  15861. {
  15862. name: "Minimicro",
  15863. height: math.unit(8, "mm")
  15864. },
  15865. {
  15866. name: "Micro",
  15867. height: math.unit(3, "inches"),
  15868. default: true
  15869. },
  15870. {
  15871. name: "Normal",
  15872. height: math.unit(3, "feet")
  15873. },
  15874. ]
  15875. ))
  15876. characterMakers.push(() => makeCharacter(
  15877. { name: "Sapphy" },
  15878. {
  15879. front: {
  15880. height: math.unit(15, "feet"),
  15881. weight: math.unit(3280, "lb"),
  15882. name: "Front",
  15883. image: {
  15884. source: "./media/characters/sapphy/front.svg",
  15885. extra: 671 / 577,
  15886. bottom: 0.085
  15887. }
  15888. },
  15889. back: {
  15890. height: math.unit(15, "feet"),
  15891. weight: math.unit(3280, "lb"),
  15892. name: "Back",
  15893. image: {
  15894. source: "./media/characters/sapphy/back.svg",
  15895. extra: 631 / 607,
  15896. bottom: 0.045
  15897. }
  15898. },
  15899. },
  15900. [
  15901. {
  15902. name: "Normal",
  15903. height: math.unit(15, "feet")
  15904. },
  15905. {
  15906. name: "Casual Macro",
  15907. height: math.unit(120, "feet")
  15908. },
  15909. {
  15910. name: "Macro",
  15911. height: math.unit(2150, "feet"),
  15912. default: true
  15913. },
  15914. {
  15915. name: "Megamacro",
  15916. height: math.unit(8, "miles")
  15917. },
  15918. {
  15919. name: "Galaxy Mom",
  15920. height: math.unit(6, "megalightyears")
  15921. },
  15922. ]
  15923. ))
  15924. characterMakers.push(() => makeCharacter(
  15925. { name: "Kiro" },
  15926. {
  15927. front: {
  15928. height: math.unit(6, "feet"),
  15929. weight: math.unit(170, "lb"),
  15930. name: "Front",
  15931. image: {
  15932. source: "./media/characters/kiro/front.svg",
  15933. extra: 1064 / 1012,
  15934. bottom: 0.052
  15935. }
  15936. },
  15937. },
  15938. [
  15939. {
  15940. name: "Micro",
  15941. height: math.unit(6, "inches")
  15942. },
  15943. {
  15944. name: "Normal",
  15945. height: math.unit(6, "feet"),
  15946. default: true
  15947. },
  15948. {
  15949. name: "Macro",
  15950. height: math.unit(72, "feet")
  15951. },
  15952. ]
  15953. ))
  15954. characterMakers.push(() => makeCharacter(
  15955. { name: "Irishfox" },
  15956. {
  15957. front: {
  15958. height: math.unit(5 + 9 / 12, "feet"),
  15959. weight: math.unit(175, "lb"),
  15960. name: "Front",
  15961. image: {
  15962. source: "./media/characters/irishfox/front.svg",
  15963. extra: 1912 / 1680,
  15964. bottom: 0.02
  15965. }
  15966. },
  15967. },
  15968. [
  15969. {
  15970. name: "Nano",
  15971. height: math.unit(1, "mm")
  15972. },
  15973. {
  15974. name: "Micro",
  15975. height: math.unit(2, "inches")
  15976. },
  15977. {
  15978. name: "Normal",
  15979. height: math.unit(5 + 9 / 12, "feet"),
  15980. default: true
  15981. },
  15982. {
  15983. name: "Macro",
  15984. height: math.unit(45, "feet")
  15985. },
  15986. ]
  15987. ))
  15988. characterMakers.push(() => makeCharacter(
  15989. { name: "Aronai Sieyes" },
  15990. {
  15991. front: {
  15992. height: math.unit(6 + 1 / 12, "feet"),
  15993. weight: math.unit(150, "lb"),
  15994. name: "Front",
  15995. image: {
  15996. source: "./media/characters/aronai-sieyes/front.svg",
  15997. extra: 1556 / 1480,
  15998. bottom: 0.015
  15999. }
  16000. },
  16001. side: {
  16002. height: math.unit(6 + 1 / 12, "feet"),
  16003. weight: math.unit(150, "lb"),
  16004. name: "Side",
  16005. image: {
  16006. source: "./media/characters/aronai-sieyes/side.svg",
  16007. extra: 1433 / 1390,
  16008. bottom: 0.0393
  16009. }
  16010. },
  16011. back: {
  16012. height: math.unit(6 + 1 / 12, "feet"),
  16013. weight: math.unit(150, "lb"),
  16014. name: "Back",
  16015. image: {
  16016. source: "./media/characters/aronai-sieyes/back.svg",
  16017. extra: 1544 / 1494,
  16018. bottom: 0.02
  16019. }
  16020. },
  16021. frontClothed: {
  16022. height: math.unit(6 + 1 / 12, "feet"),
  16023. weight: math.unit(150, "lb"),
  16024. name: "Front (Clothed)",
  16025. image: {
  16026. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16027. extra: 1582 / 1527
  16028. }
  16029. },
  16030. feral: {
  16031. height: math.unit(18, "feet"),
  16032. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16033. name: "Feral",
  16034. image: {
  16035. source: "./media/characters/aronai-sieyes/feral.svg",
  16036. extra: 1530 / 1240,
  16037. bottom: 0.035
  16038. }
  16039. },
  16040. },
  16041. [
  16042. {
  16043. name: "Micro",
  16044. height: math.unit(2, "inches")
  16045. },
  16046. {
  16047. name: "Normal",
  16048. height: math.unit(6 + 1 / 12, "feet"),
  16049. default: true
  16050. }
  16051. ]
  16052. ))
  16053. characterMakers.push(() => makeCharacter(
  16054. { name: "Xuna" },
  16055. {
  16056. front: {
  16057. height: math.unit(12, "feet"),
  16058. weight: math.unit(410, "kg"),
  16059. name: "Front",
  16060. image: {
  16061. source: "./media/characters/xuna/front.svg",
  16062. extra: 2184 / 1980
  16063. }
  16064. },
  16065. side: {
  16066. height: math.unit(12, "feet"),
  16067. weight: math.unit(410, "kg"),
  16068. name: "Side",
  16069. image: {
  16070. source: "./media/characters/xuna/side.svg",
  16071. extra: 2184 / 1980
  16072. }
  16073. },
  16074. back: {
  16075. height: math.unit(12, "feet"),
  16076. weight: math.unit(410, "kg"),
  16077. name: "Back",
  16078. image: {
  16079. source: "./media/characters/xuna/back.svg",
  16080. extra: 2184 / 1980
  16081. }
  16082. },
  16083. },
  16084. [
  16085. {
  16086. name: "Nano glow",
  16087. height: math.unit(10, "nm")
  16088. },
  16089. {
  16090. name: "Micro floof",
  16091. height: math.unit(0.3, "m")
  16092. },
  16093. {
  16094. name: "Huggable softy boi",
  16095. height: math.unit(3.6576, "m"),
  16096. default: true
  16097. },
  16098. {
  16099. name: "Admirable floof",
  16100. height: math.unit(80, "meters")
  16101. },
  16102. {
  16103. name: "Gentle macro",
  16104. height: math.unit(300, "meters")
  16105. },
  16106. {
  16107. name: "Very careful floof",
  16108. height: math.unit(3200, "meters")
  16109. },
  16110. {
  16111. name: "The mega floof",
  16112. height: math.unit(36000, "meters")
  16113. },
  16114. {
  16115. name: "Giga-fur-Wicker",
  16116. height: math.unit(4800000, "meters")
  16117. },
  16118. {
  16119. name: "Licky world",
  16120. height: math.unit(20000000, "meters")
  16121. },
  16122. {
  16123. name: "Floofy cyan sun",
  16124. height: math.unit(1500000000, "meters")
  16125. },
  16126. {
  16127. name: "Milky Wicker",
  16128. height: math.unit(1000000000000000000000, "meters")
  16129. },
  16130. {
  16131. name: "The observing Wicker",
  16132. height: math.unit(999999999999999999999999999, "meters")
  16133. },
  16134. ]
  16135. ))
  16136. characterMakers.push(() => makeCharacter(
  16137. { name: "Arokha Sieyes" },
  16138. {
  16139. front: {
  16140. height: math.unit(5 + 9 / 12, "feet"),
  16141. weight: math.unit(150, "lb"),
  16142. name: "Front",
  16143. image: {
  16144. source: "./media/characters/arokha-sieyes/front.svg",
  16145. extra: 1425 / 1284,
  16146. bottom: 0.05
  16147. }
  16148. },
  16149. },
  16150. [
  16151. {
  16152. name: "Normal",
  16153. height: math.unit(5 + 9 / 12, "feet")
  16154. },
  16155. {
  16156. name: "Macro",
  16157. height: math.unit(30, "meters"),
  16158. default: true
  16159. },
  16160. ]
  16161. ))
  16162. characterMakers.push(() => makeCharacter(
  16163. { name: "Arokh Sieyes" },
  16164. {
  16165. front: {
  16166. height: math.unit(6, "feet"),
  16167. weight: math.unit(180, "lb"),
  16168. name: "Front",
  16169. image: {
  16170. source: "./media/characters/arokh-sieyes/front.svg",
  16171. extra: 1830 / 1769,
  16172. bottom: 0.01
  16173. }
  16174. },
  16175. },
  16176. [
  16177. {
  16178. name: "Normal",
  16179. height: math.unit(6, "feet")
  16180. },
  16181. {
  16182. name: "Macro",
  16183. height: math.unit(30, "meters"),
  16184. default: true
  16185. },
  16186. ]
  16187. ))
  16188. characterMakers.push(() => makeCharacter(
  16189. { name: "Goldeneye" },
  16190. {
  16191. side: {
  16192. height: math.unit(13 + 1 / 12, "feet"),
  16193. weight: math.unit(8.5, "tonnes"),
  16194. name: "Side",
  16195. image: {
  16196. source: "./media/characters/goldeneye/side.svg",
  16197. extra: 1182 / 778,
  16198. bottom: 0.067
  16199. }
  16200. },
  16201. paw: {
  16202. height: math.unit(3.4, "feet"),
  16203. name: "Paw",
  16204. image: {
  16205. source: "./media/characters/goldeneye/paw.svg"
  16206. }
  16207. },
  16208. },
  16209. [
  16210. {
  16211. name: "Normal",
  16212. height: math.unit(13 + 1 / 12, "feet"),
  16213. default: true
  16214. },
  16215. ]
  16216. ))
  16217. characterMakers.push(() => makeCharacter(
  16218. { name: "Leonardo Lycheborne" },
  16219. {
  16220. front: {
  16221. height: math.unit(6 + 1 / 12, "feet"),
  16222. weight: math.unit(210, "lb"),
  16223. name: "Front",
  16224. image: {
  16225. source: "./media/characters/leonardo-lycheborne/front.svg",
  16226. extra: 390 / 365,
  16227. bottom: 0.032
  16228. }
  16229. },
  16230. side: {
  16231. height: math.unit(6 + 1 / 12, "feet"),
  16232. weight: math.unit(210, "lb"),
  16233. name: "Side",
  16234. image: {
  16235. source: "./media/characters/leonardo-lycheborne/side.svg",
  16236. extra: 390 / 365,
  16237. bottom: 0.005
  16238. }
  16239. },
  16240. back: {
  16241. height: math.unit(6 + 1 / 12, "feet"),
  16242. weight: math.unit(210, "lb"),
  16243. name: "Back",
  16244. image: {
  16245. source: "./media/characters/leonardo-lycheborne/back.svg",
  16246. extra: 392 / 366,
  16247. bottom: 0.01
  16248. }
  16249. },
  16250. hand: {
  16251. height: math.unit(1.08, "feet"),
  16252. name: "Hand",
  16253. image: {
  16254. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16255. }
  16256. },
  16257. foot: {
  16258. height: math.unit(1.32, "feet"),
  16259. name: "Foot",
  16260. image: {
  16261. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16262. }
  16263. },
  16264. were: {
  16265. height: math.unit(20, "feet"),
  16266. weight: math.unit(7800, "lb"),
  16267. name: "Were",
  16268. image: {
  16269. source: "./media/characters/leonardo-lycheborne/were.svg",
  16270. extra: 308 / 294,
  16271. bottom: 0.048
  16272. }
  16273. },
  16274. feral: {
  16275. height: math.unit(7.5, "feet"),
  16276. weight: math.unit(600, "lb"),
  16277. name: "Feral",
  16278. image: {
  16279. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16280. extra: 210 / 186,
  16281. bottom: 0.108
  16282. }
  16283. },
  16284. taur: {
  16285. height: math.unit(11, "feet"),
  16286. weight: math.unit(3300, "lb"),
  16287. name: "Taur",
  16288. image: {
  16289. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16290. extra: 320 / 303,
  16291. bottom: 0.025
  16292. }
  16293. },
  16294. barghest: {
  16295. height: math.unit(11, "feet"),
  16296. weight: math.unit(1300, "lb"),
  16297. name: "Barghest",
  16298. image: {
  16299. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16300. extra: 323 / 302,
  16301. bottom: 0.027
  16302. }
  16303. },
  16304. dick: {
  16305. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16306. name: "Dick",
  16307. image: {
  16308. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16309. }
  16310. },
  16311. dickWere: {
  16312. height: math.unit((20) / 3.8, "feet"),
  16313. name: "Dick (Were)",
  16314. image: {
  16315. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16316. }
  16317. },
  16318. },
  16319. [
  16320. {
  16321. name: "Normal",
  16322. height: math.unit(6 + 1 / 12, "feet"),
  16323. default: true
  16324. },
  16325. ]
  16326. ))
  16327. characterMakers.push(() => makeCharacter(
  16328. { name: "Jet" },
  16329. {
  16330. front: {
  16331. height: math.unit(10, "feet"),
  16332. weight: math.unit(350, "lb"),
  16333. name: "Front",
  16334. image: {
  16335. source: "./media/characters/jet/front.svg",
  16336. extra: 2050 / 1980,
  16337. bottom: 0.013
  16338. }
  16339. },
  16340. back: {
  16341. height: math.unit(10, "feet"),
  16342. weight: math.unit(350, "lb"),
  16343. name: "Back",
  16344. image: {
  16345. source: "./media/characters/jet/back.svg",
  16346. extra: 2050 / 1980,
  16347. bottom: 0.013
  16348. }
  16349. },
  16350. },
  16351. [
  16352. {
  16353. name: "Micro",
  16354. height: math.unit(6, "inches")
  16355. },
  16356. {
  16357. name: "Normal",
  16358. height: math.unit(10, "feet"),
  16359. default: true
  16360. },
  16361. {
  16362. name: "Macro",
  16363. height: math.unit(100, "feet")
  16364. },
  16365. ]
  16366. ))
  16367. characterMakers.push(() => makeCharacter(
  16368. { name: "Tanarath" },
  16369. {
  16370. front: {
  16371. height: math.unit(15, "feet"),
  16372. weight: math.unit(2800, "lb"),
  16373. name: "Front",
  16374. image: {
  16375. source: "./media/characters/tanarath/front.svg",
  16376. extra: 2392 / 2220,
  16377. bottom: 0.03
  16378. }
  16379. },
  16380. back: {
  16381. height: math.unit(15, "feet"),
  16382. weight: math.unit(2800, "lb"),
  16383. name: "Back",
  16384. image: {
  16385. source: "./media/characters/tanarath/back.svg",
  16386. extra: 2392 / 2220,
  16387. bottom: 0.03
  16388. }
  16389. },
  16390. },
  16391. [
  16392. {
  16393. name: "Normal",
  16394. height: math.unit(15, "feet"),
  16395. default: true
  16396. },
  16397. ]
  16398. ))
  16399. characterMakers.push(() => makeCharacter(
  16400. { name: "Patty CattyBatty" },
  16401. {
  16402. front: {
  16403. height: math.unit(7 + 1 / 12, "feet"),
  16404. weight: math.unit(175, "lb"),
  16405. name: "Front",
  16406. image: {
  16407. source: "./media/characters/patty-cattybatty/front.svg",
  16408. extra: 908 / 874,
  16409. bottom: 0.025
  16410. }
  16411. },
  16412. },
  16413. [
  16414. {
  16415. name: "Micro",
  16416. height: math.unit(1, "inch")
  16417. },
  16418. {
  16419. name: "Normal",
  16420. height: math.unit(7 + 1 / 12, "feet")
  16421. },
  16422. {
  16423. name: "Mini Macro",
  16424. height: math.unit(155, "feet")
  16425. },
  16426. {
  16427. name: "Macro",
  16428. height: math.unit(1077, "feet")
  16429. },
  16430. {
  16431. name: "Mega Macro",
  16432. height: math.unit(47650, "feet"),
  16433. default: true
  16434. },
  16435. {
  16436. name: "Giga Macro",
  16437. height: math.unit(440, "miles")
  16438. },
  16439. {
  16440. name: "Tera Macro",
  16441. height: math.unit(8700, "miles")
  16442. },
  16443. {
  16444. name: "Planetary Macro",
  16445. height: math.unit(32700, "miles")
  16446. },
  16447. {
  16448. name: "Solar Macro",
  16449. height: math.unit(550000, "miles")
  16450. },
  16451. {
  16452. name: "Celestial Macro",
  16453. height: math.unit(2.5, "AU")
  16454. },
  16455. ]
  16456. ))
  16457. characterMakers.push(() => makeCharacter(
  16458. { name: "Cappu" },
  16459. {
  16460. front: {
  16461. height: math.unit(4 + 5 / 12, "feet"),
  16462. weight: math.unit(90, "lb"),
  16463. name: "Front",
  16464. image: {
  16465. source: "./media/characters/cappu/front.svg",
  16466. extra: 1247 / 1152,
  16467. bottom: 0.012
  16468. }
  16469. },
  16470. },
  16471. [
  16472. {
  16473. name: "Normal",
  16474. height: math.unit(4 + 5 / 12, "feet"),
  16475. default: true
  16476. },
  16477. ]
  16478. ))
  16479. characterMakers.push(() => makeCharacter(
  16480. { name: "Sebi" },
  16481. {
  16482. frontDressed: {
  16483. height: math.unit(70, "cm"),
  16484. weight: math.unit(6, "kg"),
  16485. name: "Front (Dressed)",
  16486. image: {
  16487. source: "./media/characters/sebi/front-dressed.svg",
  16488. extra: 713.5 / 686.5,
  16489. bottom: 0.003
  16490. }
  16491. },
  16492. front: {
  16493. height: math.unit(70, "cm"),
  16494. weight: math.unit(5, "kg"),
  16495. name: "Front",
  16496. image: {
  16497. source: "./media/characters/sebi/front.svg",
  16498. extra: 713.5 / 686.5,
  16499. bottom: 0.003
  16500. }
  16501. }
  16502. },
  16503. [
  16504. {
  16505. name: "Normal",
  16506. height: math.unit(70, "cm"),
  16507. default: true
  16508. },
  16509. {
  16510. name: "Macro",
  16511. height: math.unit(8, "meters")
  16512. },
  16513. ]
  16514. ))
  16515. characterMakers.push(() => makeCharacter(
  16516. { name: "Typhek" },
  16517. {
  16518. front: {
  16519. height: math.unit(6, "feet"),
  16520. weight: math.unit(150, "lb"),
  16521. name: "Front",
  16522. image: {
  16523. source: "./media/characters/typhek/front.svg",
  16524. extra: 1948 / 1929,
  16525. bottom: 0.025
  16526. }
  16527. },
  16528. side: {
  16529. height: math.unit(6, "feet"),
  16530. weight: math.unit(150, "lb"),
  16531. name: "Side",
  16532. image: {
  16533. source: "./media/characters/typhek/side.svg",
  16534. extra: 2034 / 2010,
  16535. bottom: 0.003
  16536. }
  16537. },
  16538. back: {
  16539. height: math.unit(6, "feet"),
  16540. weight: math.unit(150, "lb"),
  16541. name: "Back",
  16542. image: {
  16543. source: "./media/characters/typhek/back.svg",
  16544. extra: 2005 / 1978,
  16545. bottom: 0.004
  16546. }
  16547. },
  16548. palm: {
  16549. height: math.unit(1.2, "feet"),
  16550. name: "Palm",
  16551. image: {
  16552. source: "./media/characters/typhek/palm.svg"
  16553. }
  16554. },
  16555. fist: {
  16556. height: math.unit(1.1, "feet"),
  16557. name: "Fist",
  16558. image: {
  16559. source: "./media/characters/typhek/fist.svg"
  16560. }
  16561. },
  16562. foot: {
  16563. height: math.unit(1.57, "feet"),
  16564. name: "Foot",
  16565. image: {
  16566. source: "./media/characters/typhek/foot.svg"
  16567. }
  16568. },
  16569. sole: {
  16570. height: math.unit(2.05, "feet"),
  16571. name: "Sole",
  16572. image: {
  16573. source: "./media/characters/typhek/sole.svg"
  16574. }
  16575. },
  16576. },
  16577. [
  16578. {
  16579. name: "Macro",
  16580. height: math.unit(40, "stories"),
  16581. default: true
  16582. },
  16583. {
  16584. name: "Megamacro",
  16585. height: math.unit(1, "mile")
  16586. },
  16587. {
  16588. name: "Gigamacro",
  16589. height: math.unit(4000, "solarradii")
  16590. },
  16591. {
  16592. name: "Universal",
  16593. height: math.unit(1.1, "universes")
  16594. }
  16595. ]
  16596. ))
  16597. characterMakers.push(() => makeCharacter(
  16598. { name: "Kassy" },
  16599. {
  16600. side: {
  16601. height: math.unit(5 + 7 / 12, "feet"),
  16602. weight: math.unit(150, "lb"),
  16603. name: "Side",
  16604. image: {
  16605. source: "./media/characters/kassy/side.svg",
  16606. extra: 1280 / 1225,
  16607. bottom: 0.002
  16608. }
  16609. },
  16610. front: {
  16611. height: math.unit(5 + 7 / 12, "feet"),
  16612. weight: math.unit(150, "lb"),
  16613. name: "Front",
  16614. image: {
  16615. source: "./media/characters/kassy/front.svg",
  16616. extra: 1280 / 1225,
  16617. bottom: 0.025
  16618. }
  16619. },
  16620. back: {
  16621. height: math.unit(5 + 7 / 12, "feet"),
  16622. weight: math.unit(150, "lb"),
  16623. name: "Back",
  16624. image: {
  16625. source: "./media/characters/kassy/back.svg",
  16626. extra: 1280 / 1225,
  16627. bottom: 0.002
  16628. }
  16629. },
  16630. foot: {
  16631. height: math.unit(1.266, "feet"),
  16632. name: "Foot",
  16633. image: {
  16634. source: "./media/characters/kassy/foot.svg"
  16635. }
  16636. },
  16637. },
  16638. [
  16639. {
  16640. name: "Normal",
  16641. height: math.unit(5 + 7 / 12, "feet")
  16642. },
  16643. {
  16644. name: "Macro",
  16645. height: math.unit(137, "feet"),
  16646. default: true
  16647. },
  16648. {
  16649. name: "Megamacro",
  16650. height: math.unit(1, "mile")
  16651. },
  16652. ]
  16653. ))
  16654. characterMakers.push(() => makeCharacter(
  16655. { name: "Neil" },
  16656. {
  16657. front: {
  16658. height: math.unit(6 + 1 / 12, "feet"),
  16659. weight: math.unit(200, "lb"),
  16660. name: "Front",
  16661. image: {
  16662. source: "./media/characters/neil/front.svg",
  16663. extra: 1326 / 1250,
  16664. bottom: 0.023
  16665. }
  16666. },
  16667. },
  16668. [
  16669. {
  16670. name: "Normal",
  16671. height: math.unit(6 + 1 / 12, "feet"),
  16672. default: true
  16673. },
  16674. {
  16675. name: "Macro",
  16676. height: math.unit(200, "feet")
  16677. },
  16678. ]
  16679. ))
  16680. characterMakers.push(() => makeCharacter(
  16681. { name: "Atticus" },
  16682. {
  16683. front: {
  16684. height: math.unit(5 + 9 / 12, "feet"),
  16685. weight: math.unit(190, "lb"),
  16686. name: "Front",
  16687. image: {
  16688. source: "./media/characters/atticus/front.svg",
  16689. extra: 2934 / 2785,
  16690. bottom: 0.025
  16691. }
  16692. },
  16693. },
  16694. [
  16695. {
  16696. name: "Normal",
  16697. height: math.unit(5 + 9 / 12, "feet"),
  16698. default: true
  16699. },
  16700. {
  16701. name: "Macro",
  16702. height: math.unit(180, "feet")
  16703. },
  16704. ]
  16705. ))
  16706. characterMakers.push(() => makeCharacter(
  16707. { name: "Milo" },
  16708. {
  16709. side: {
  16710. height: math.unit(9, "feet"),
  16711. weight: math.unit(650, "lb"),
  16712. name: "Side",
  16713. image: {
  16714. source: "./media/characters/milo/side.svg",
  16715. extra: 2644 / 2310,
  16716. bottom: 0.032
  16717. }
  16718. },
  16719. },
  16720. [
  16721. {
  16722. name: "Normal",
  16723. height: math.unit(9, "feet"),
  16724. default: true
  16725. },
  16726. {
  16727. name: "Macro",
  16728. height: math.unit(300, "feet")
  16729. },
  16730. ]
  16731. ))
  16732. characterMakers.push(() => makeCharacter(
  16733. { name: "Ijzer" },
  16734. {
  16735. side: {
  16736. height: math.unit(8, "meters"),
  16737. weight: math.unit(90000, "kg"),
  16738. name: "Side",
  16739. image: {
  16740. source: "./media/characters/ijzer/side.svg",
  16741. extra: 2756 / 1600,
  16742. bottom: 0.01
  16743. }
  16744. },
  16745. },
  16746. [
  16747. {
  16748. name: "Small",
  16749. height: math.unit(3, "meters")
  16750. },
  16751. {
  16752. name: "Normal",
  16753. height: math.unit(8, "meters"),
  16754. default: true
  16755. },
  16756. {
  16757. name: "Normal+",
  16758. height: math.unit(10, "meters")
  16759. },
  16760. {
  16761. name: "Bigger",
  16762. height: math.unit(24, "meters")
  16763. },
  16764. {
  16765. name: "Huge",
  16766. height: math.unit(80, "meters")
  16767. },
  16768. ]
  16769. ))
  16770. characterMakers.push(() => makeCharacter(
  16771. { name: "Luca Cervicum" },
  16772. {
  16773. front: {
  16774. height: math.unit(6 + 2 / 12, "feet"),
  16775. weight: math.unit(153, "lb"),
  16776. name: "Front",
  16777. image: {
  16778. source: "./media/characters/luca-cervicum/front.svg",
  16779. extra: 370 / 327,
  16780. bottom: 0.015
  16781. }
  16782. },
  16783. back: {
  16784. height: math.unit(6 + 2 / 12, "feet"),
  16785. weight: math.unit(153, "lb"),
  16786. name: "Back",
  16787. image: {
  16788. source: "./media/characters/luca-cervicum/back.svg",
  16789. extra: 367 / 333,
  16790. bottom: 0.005
  16791. }
  16792. },
  16793. frontGear: {
  16794. height: math.unit(6 + 2 / 12, "feet"),
  16795. weight: math.unit(173, "lb"),
  16796. name: "Front (Gear)",
  16797. image: {
  16798. source: "./media/characters/luca-cervicum/front-gear.svg",
  16799. extra: 377 / 333,
  16800. bottom: 0.006
  16801. }
  16802. },
  16803. },
  16804. [
  16805. {
  16806. name: "Normal",
  16807. height: math.unit(6 + 2 / 12, "feet"),
  16808. default: true
  16809. },
  16810. ]
  16811. ))
  16812. characterMakers.push(() => makeCharacter(
  16813. { name: "Oliver" },
  16814. {
  16815. front: {
  16816. height: math.unit(6 + 1 / 12, "feet"),
  16817. weight: math.unit(304, "lb"),
  16818. name: "Front",
  16819. image: {
  16820. source: "./media/characters/oliver/front.svg",
  16821. extra: 157 / 143,
  16822. bottom: 0.08
  16823. }
  16824. },
  16825. },
  16826. [
  16827. {
  16828. name: "Normal",
  16829. height: math.unit(6 + 1 / 12, "feet"),
  16830. default: true
  16831. },
  16832. ]
  16833. ))
  16834. characterMakers.push(() => makeCharacter(
  16835. { name: "Shane" },
  16836. {
  16837. front: {
  16838. height: math.unit(5 + 7 / 12, "feet"),
  16839. weight: math.unit(140, "lb"),
  16840. name: "Front",
  16841. image: {
  16842. source: "./media/characters/shane/front.svg",
  16843. extra: 304 / 289,
  16844. bottom: 0.005
  16845. }
  16846. },
  16847. },
  16848. [
  16849. {
  16850. name: "Normal",
  16851. height: math.unit(5 + 7 / 12, "feet"),
  16852. default: true
  16853. },
  16854. ]
  16855. ))
  16856. characterMakers.push(() => makeCharacter(
  16857. { name: "Shin" },
  16858. {
  16859. front: {
  16860. height: math.unit(5 + 9 / 12, "feet"),
  16861. weight: math.unit(178, "lb"),
  16862. name: "Front",
  16863. image: {
  16864. source: "./media/characters/shin/front.svg",
  16865. extra: 159 / 151,
  16866. bottom: 0.015
  16867. }
  16868. },
  16869. },
  16870. [
  16871. {
  16872. name: "Normal",
  16873. height: math.unit(5 + 9 / 12, "feet"),
  16874. default: true
  16875. },
  16876. ]
  16877. ))
  16878. characterMakers.push(() => makeCharacter(
  16879. { name: "Xerxes" },
  16880. {
  16881. front: {
  16882. height: math.unit(5 + 10 / 12, "feet"),
  16883. weight: math.unit(168, "lb"),
  16884. name: "Front",
  16885. image: {
  16886. source: "./media/characters/xerxes/front.svg",
  16887. extra: 282 / 260,
  16888. bottom: 0.045
  16889. }
  16890. },
  16891. },
  16892. [
  16893. {
  16894. name: "Normal",
  16895. height: math.unit(5 + 10 / 12, "feet"),
  16896. default: true
  16897. },
  16898. ]
  16899. ))
  16900. characterMakers.push(() => makeCharacter(
  16901. { name: "Chaska" },
  16902. {
  16903. front: {
  16904. height: math.unit(6 + 7 / 12, "feet"),
  16905. weight: math.unit(208, "lb"),
  16906. name: "Front",
  16907. image: {
  16908. source: "./media/characters/chaska/front.svg",
  16909. extra: 332 / 319,
  16910. bottom: 0.015
  16911. }
  16912. },
  16913. },
  16914. [
  16915. {
  16916. name: "Normal",
  16917. height: math.unit(6 + 7 / 12, "feet"),
  16918. default: true
  16919. },
  16920. ]
  16921. ))
  16922. characterMakers.push(() => makeCharacter(
  16923. { name: "Enuk" },
  16924. {
  16925. front: {
  16926. height: math.unit(5 + 8 / 12, "feet"),
  16927. weight: math.unit(208, "lb"),
  16928. name: "Front",
  16929. image: {
  16930. source: "./media/characters/enuk/front.svg",
  16931. extra: 437 / 406,
  16932. bottom: 0.02
  16933. }
  16934. },
  16935. },
  16936. [
  16937. {
  16938. name: "Normal",
  16939. height: math.unit(5 + 8 / 12, "feet"),
  16940. default: true
  16941. },
  16942. ]
  16943. ))
  16944. characterMakers.push(() => makeCharacter(
  16945. { name: "Bruun" },
  16946. {
  16947. front: {
  16948. height: math.unit(5 + 10 / 12, "feet"),
  16949. weight: math.unit(252, "lb"),
  16950. name: "Front",
  16951. image: {
  16952. source: "./media/characters/bruun/front.svg",
  16953. extra: 197 / 187,
  16954. bottom: 0.012
  16955. }
  16956. },
  16957. },
  16958. [
  16959. {
  16960. name: "Normal",
  16961. height: math.unit(5 + 10 / 12, "feet"),
  16962. default: true
  16963. },
  16964. ]
  16965. ))
  16966. characterMakers.push(() => makeCharacter(
  16967. { name: "Alexeev" },
  16968. {
  16969. front: {
  16970. height: math.unit(6 + 10 / 12, "feet"),
  16971. weight: math.unit(255, "lb"),
  16972. name: "Front",
  16973. image: {
  16974. source: "./media/characters/alexeev/front.svg",
  16975. extra: 213 / 200,
  16976. bottom: 0.05
  16977. }
  16978. },
  16979. },
  16980. [
  16981. {
  16982. name: "Normal",
  16983. height: math.unit(6 + 10 / 12, "feet"),
  16984. default: true
  16985. },
  16986. ]
  16987. ))
  16988. characterMakers.push(() => makeCharacter(
  16989. { name: "Evelyn" },
  16990. {
  16991. front: {
  16992. height: math.unit(2 + 8 / 12, "feet"),
  16993. weight: math.unit(22, "lb"),
  16994. name: "Front",
  16995. image: {
  16996. source: "./media/characters/evelyn/front.svg",
  16997. extra: 208 / 180
  16998. }
  16999. },
  17000. },
  17001. [
  17002. {
  17003. name: "Normal",
  17004. height: math.unit(2 + 8 / 12, "feet"),
  17005. default: true
  17006. },
  17007. ]
  17008. ))
  17009. characterMakers.push(() => makeCharacter(
  17010. { name: "Inca" },
  17011. {
  17012. front: {
  17013. height: math.unit(5 + 9 / 12, "feet"),
  17014. weight: math.unit(139, "lb"),
  17015. name: "Front",
  17016. image: {
  17017. source: "./media/characters/inca/front.svg",
  17018. extra: 294 / 291,
  17019. bottom: 0.03
  17020. }
  17021. },
  17022. },
  17023. [
  17024. {
  17025. name: "Normal",
  17026. height: math.unit(5 + 9 / 12, "feet"),
  17027. default: true
  17028. },
  17029. ]
  17030. ))
  17031. characterMakers.push(() => makeCharacter(
  17032. { name: "Magdalene" },
  17033. {
  17034. front: {
  17035. height: math.unit(5 + 1 / 12, "feet"),
  17036. weight: math.unit(84, "lb"),
  17037. name: "Front",
  17038. image: {
  17039. source: "./media/characters/magdalene/front.svg",
  17040. extra: 293 / 273
  17041. }
  17042. },
  17043. },
  17044. [
  17045. {
  17046. name: "Normal",
  17047. height: math.unit(5 + 1 / 12, "feet"),
  17048. default: true
  17049. },
  17050. ]
  17051. ))
  17052. characterMakers.push(() => makeCharacter(
  17053. { name: "Mera" },
  17054. {
  17055. front: {
  17056. height: math.unit(6 + 3 / 12, "feet"),
  17057. weight: math.unit(185, "lb"),
  17058. name: "Front",
  17059. image: {
  17060. source: "./media/characters/mera/front.svg",
  17061. extra: 291 / 277,
  17062. bottom: 0.03
  17063. }
  17064. },
  17065. },
  17066. [
  17067. {
  17068. name: "Normal",
  17069. height: math.unit(6 + 3 / 12, "feet"),
  17070. default: true
  17071. },
  17072. ]
  17073. ))
  17074. characterMakers.push(() => makeCharacter(
  17075. { name: "Ceres" },
  17076. {
  17077. front: {
  17078. height: math.unit(6 + 7 / 12, "feet"),
  17079. weight: math.unit(160, "lb"),
  17080. name: "Front",
  17081. image: {
  17082. source: "./media/characters/ceres/front.svg",
  17083. extra: 1023 / 950,
  17084. bottom: 0.027
  17085. }
  17086. },
  17087. back: {
  17088. height: math.unit(6 + 7 / 12, "feet"),
  17089. weight: math.unit(160, "lb"),
  17090. name: "Back",
  17091. image: {
  17092. source: "./media/characters/ceres/back.svg",
  17093. extra: 1023 / 950
  17094. }
  17095. },
  17096. },
  17097. [
  17098. {
  17099. name: "Normal",
  17100. height: math.unit(6 + 7 / 12, "feet"),
  17101. default: true
  17102. },
  17103. ]
  17104. ))
  17105. characterMakers.push(() => makeCharacter(
  17106. { name: "Kris" },
  17107. {
  17108. front: {
  17109. height: math.unit(5 + 10 / 12, "feet"),
  17110. weight: math.unit(150, "lb"),
  17111. name: "Front",
  17112. image: {
  17113. source: "./media/characters/kris/front.svg",
  17114. extra: 885 / 803,
  17115. bottom: 0.03
  17116. }
  17117. },
  17118. },
  17119. [
  17120. {
  17121. name: "Normal",
  17122. height: math.unit(5 + 10 / 12, "feet"),
  17123. default: true
  17124. },
  17125. ]
  17126. ))
  17127. characterMakers.push(() => makeCharacter(
  17128. { name: "Taluthus" },
  17129. {
  17130. front: {
  17131. height: math.unit(7, "feet"),
  17132. weight: math.unit(120, "kg"),
  17133. name: "Front",
  17134. image: {
  17135. source: "./media/characters/taluthus/front.svg",
  17136. extra: 903 / 833,
  17137. bottom: 0.015
  17138. }
  17139. },
  17140. },
  17141. [
  17142. {
  17143. name: "Normal",
  17144. height: math.unit(7, "feet"),
  17145. default: true
  17146. },
  17147. {
  17148. name: "Macro",
  17149. height: math.unit(300, "feet")
  17150. },
  17151. ]
  17152. ))
  17153. characterMakers.push(() => makeCharacter(
  17154. { name: "Dawn" },
  17155. {
  17156. front: {
  17157. height: math.unit(5 + 9 / 12, "feet"),
  17158. weight: math.unit(145, "lb"),
  17159. name: "Front",
  17160. image: {
  17161. source: "./media/characters/dawn/front.svg",
  17162. extra: 2094 / 2016,
  17163. bottom: 0.025
  17164. }
  17165. },
  17166. back: {
  17167. height: math.unit(5 + 9 / 12, "feet"),
  17168. weight: math.unit(160, "lb"),
  17169. name: "Back",
  17170. image: {
  17171. source: "./media/characters/dawn/back.svg",
  17172. extra: 2112 / 2080,
  17173. bottom: 0.005
  17174. }
  17175. },
  17176. },
  17177. [
  17178. {
  17179. name: "Normal",
  17180. height: math.unit(6 + 7 / 12, "feet"),
  17181. default: true
  17182. },
  17183. ]
  17184. ))
  17185. characterMakers.push(() => makeCharacter(
  17186. { name: "Arador" },
  17187. {
  17188. anthro: {
  17189. height: math.unit(8 + 3 / 12, "feet"),
  17190. weight: math.unit(450, "lb"),
  17191. name: "Anthro",
  17192. image: {
  17193. source: "./media/characters/arador/anthro.svg",
  17194. extra: 1835 / 1718,
  17195. bottom: 0.025
  17196. }
  17197. },
  17198. feral: {
  17199. height: math.unit(4, "feet"),
  17200. weight: math.unit(200, "lb"),
  17201. name: "Feral",
  17202. image: {
  17203. source: "./media/characters/arador/feral.svg",
  17204. extra: 1683 / 1514,
  17205. bottom: 0.07
  17206. }
  17207. },
  17208. },
  17209. [
  17210. {
  17211. name: "Normal",
  17212. height: math.unit(8 + 3 / 12, "feet")
  17213. },
  17214. {
  17215. name: "Macro",
  17216. height: math.unit(82.5, "feet"),
  17217. default: true
  17218. },
  17219. ]
  17220. ))
  17221. characterMakers.push(() => makeCharacter(
  17222. { name: "Dharsi" },
  17223. {
  17224. front: {
  17225. height: math.unit(5 + 10 / 12, "feet"),
  17226. weight: math.unit(125, "lb"),
  17227. name: "Front",
  17228. image: {
  17229. source: "./media/characters/dharsi/front.svg",
  17230. extra: 716 / 630,
  17231. bottom: 0.035
  17232. }
  17233. },
  17234. },
  17235. [
  17236. {
  17237. name: "Nano",
  17238. height: math.unit(100, "nm")
  17239. },
  17240. {
  17241. name: "Micro",
  17242. height: math.unit(2, "inches")
  17243. },
  17244. {
  17245. name: "Normal",
  17246. height: math.unit(5 + 10 / 12, "feet"),
  17247. default: true
  17248. },
  17249. {
  17250. name: "Macro",
  17251. height: math.unit(1000, "feet")
  17252. },
  17253. {
  17254. name: "Megamacro",
  17255. height: math.unit(10, "miles")
  17256. },
  17257. {
  17258. name: "Gigamacro",
  17259. height: math.unit(3000, "miles")
  17260. },
  17261. {
  17262. name: "Teramacro",
  17263. height: math.unit(500000, "miles")
  17264. },
  17265. {
  17266. name: "Teramacro+",
  17267. height: math.unit(30, "galaxies")
  17268. },
  17269. ]
  17270. ))
  17271. characterMakers.push(() => makeCharacter(
  17272. { name: "Deathy" },
  17273. {
  17274. front: {
  17275. height: math.unit(6, "feet"),
  17276. weight: math.unit(150, "lb"),
  17277. name: "Front",
  17278. image: {
  17279. source: "./media/characters/deathy/front.svg",
  17280. extra: 1552 / 1463,
  17281. bottom: 0.025
  17282. }
  17283. },
  17284. side: {
  17285. height: math.unit(6, "feet"),
  17286. weight: math.unit(150, "lb"),
  17287. name: "Side",
  17288. image: {
  17289. source: "./media/characters/deathy/side.svg",
  17290. extra: 1604 / 1455,
  17291. bottom: 0.025
  17292. }
  17293. },
  17294. back: {
  17295. height: math.unit(6, "feet"),
  17296. weight: math.unit(150, "lb"),
  17297. name: "Back",
  17298. image: {
  17299. source: "./media/characters/deathy/back.svg",
  17300. extra: 1580 / 1463,
  17301. bottom: 0.005
  17302. }
  17303. },
  17304. },
  17305. [
  17306. {
  17307. name: "Micro",
  17308. height: math.unit(5, "millimeters")
  17309. },
  17310. {
  17311. name: "Normal",
  17312. height: math.unit(6 + 5 / 12, "feet"),
  17313. default: true
  17314. },
  17315. ]
  17316. ))
  17317. characterMakers.push(() => makeCharacter(
  17318. { name: "Juniper" },
  17319. {
  17320. front: {
  17321. height: math.unit(16, "feet"),
  17322. weight: math.unit(4000, "lb"),
  17323. name: "Front",
  17324. image: {
  17325. source: "./media/characters/juniper/front.svg",
  17326. bottom: 0.04
  17327. }
  17328. },
  17329. },
  17330. [
  17331. {
  17332. name: "Normal",
  17333. height: math.unit(16, "feet"),
  17334. default: true
  17335. },
  17336. ]
  17337. ))
  17338. characterMakers.push(() => makeCharacter(
  17339. { name: "Hipster" },
  17340. {
  17341. front: {
  17342. height: math.unit(6, "feet"),
  17343. weight: math.unit(150, "lb"),
  17344. name: "Front",
  17345. image: {
  17346. source: "./media/characters/hipster/front.svg",
  17347. extra: 1312 / 1209,
  17348. bottom: 0.025
  17349. }
  17350. },
  17351. back: {
  17352. height: math.unit(6, "feet"),
  17353. weight: math.unit(150, "lb"),
  17354. name: "Back",
  17355. image: {
  17356. source: "./media/characters/hipster/back.svg",
  17357. extra: 1281 / 1196,
  17358. bottom: 0.01
  17359. }
  17360. },
  17361. },
  17362. [
  17363. {
  17364. name: "Micro",
  17365. height: math.unit(1, "mm")
  17366. },
  17367. {
  17368. name: "Normal",
  17369. height: math.unit(4, "inches"),
  17370. default: true
  17371. },
  17372. {
  17373. name: "Macro",
  17374. height: math.unit(500, "feet")
  17375. },
  17376. {
  17377. name: "Megamacro",
  17378. height: math.unit(1000, "miles")
  17379. },
  17380. ]
  17381. ))
  17382. characterMakers.push(() => makeCharacter(
  17383. { name: "Tendirmuldr" },
  17384. {
  17385. front: {
  17386. height: math.unit(6, "feet"),
  17387. weight: math.unit(150, "lb"),
  17388. name: "Front",
  17389. image: {
  17390. source: "./media/characters/tendirmuldr/front.svg",
  17391. extra: 1878 / 1772,
  17392. bottom: 0.015
  17393. }
  17394. },
  17395. },
  17396. [
  17397. {
  17398. name: "Megamacro",
  17399. height: math.unit(1500, "miles"),
  17400. default: true
  17401. },
  17402. ]
  17403. ))
  17404. characterMakers.push(() => makeCharacter(
  17405. { name: "Mort" },
  17406. {
  17407. front: {
  17408. height: math.unit(14, "feet"),
  17409. weight: math.unit(12000, "lb"),
  17410. name: "Front",
  17411. image: {
  17412. source: "./media/characters/mort/front.svg",
  17413. extra: 365 / 318,
  17414. bottom: 0.01
  17415. }
  17416. },
  17417. side: {
  17418. height: math.unit(14, "feet"),
  17419. weight: math.unit(12000, "lb"),
  17420. name: "Side",
  17421. image: {
  17422. source: "./media/characters/mort/side.svg",
  17423. extra: 365 / 318,
  17424. bottom: 0.052
  17425. },
  17426. default: true
  17427. },
  17428. back: {
  17429. height: math.unit(14, "feet"),
  17430. weight: math.unit(12000, "lb"),
  17431. name: "Back",
  17432. image: {
  17433. source: "./media/characters/mort/back.svg",
  17434. extra: 371 / 332,
  17435. bottom: 0.18
  17436. }
  17437. },
  17438. },
  17439. [
  17440. {
  17441. name: "Normal",
  17442. height: math.unit(14, "feet"),
  17443. default: true
  17444. },
  17445. ]
  17446. ))
  17447. characterMakers.push(() => makeCharacter(
  17448. { name: "Lycoa" },
  17449. {
  17450. front: {
  17451. height: math.unit(8, "feet"),
  17452. weight: math.unit(1, "ton"),
  17453. name: "Front",
  17454. image: {
  17455. source: "./media/characters/lycoa/front.svg",
  17456. extra: 1875 / 1789,
  17457. bottom: 0.022
  17458. }
  17459. },
  17460. back: {
  17461. height: math.unit(8, "feet"),
  17462. weight: math.unit(1, "ton"),
  17463. name: "Back",
  17464. image: {
  17465. source: "./media/characters/lycoa/back.svg",
  17466. extra: 1835 / 1781,
  17467. bottom: 0.03
  17468. }
  17469. },
  17470. },
  17471. [
  17472. {
  17473. name: "Normal",
  17474. height: math.unit(8, "feet"),
  17475. default: true
  17476. },
  17477. {
  17478. name: "Macro",
  17479. height: math.unit(30, "feet")
  17480. },
  17481. ]
  17482. ))
  17483. characterMakers.push(() => makeCharacter(
  17484. { name: "Naldara" },
  17485. {
  17486. front: {
  17487. height: math.unit(4 + 2 / 12, "feet"),
  17488. weight: math.unit(70, "lb"),
  17489. name: "Front",
  17490. image: {
  17491. source: "./media/characters/naldara/front.svg",
  17492. extra: 841 / 720,
  17493. bottom: 0.04
  17494. }
  17495. },
  17496. },
  17497. [
  17498. {
  17499. name: "Normal",
  17500. height: math.unit(4 + 2 / 12, "feet"),
  17501. default: true
  17502. },
  17503. ]
  17504. ))
  17505. characterMakers.push(() => makeCharacter(
  17506. { name: "Briar" },
  17507. {
  17508. front: {
  17509. height: math.unit(13 + 7 / 12, "feet"),
  17510. weight: math.unit(1500, "lb"),
  17511. name: "Front",
  17512. image: {
  17513. source: "./media/characters/briar/front.svg",
  17514. extra: 626 / 596,
  17515. bottom: 0.08
  17516. }
  17517. },
  17518. },
  17519. [
  17520. {
  17521. name: "Normal",
  17522. height: math.unit(13 + 7 / 12, "feet"),
  17523. default: true
  17524. },
  17525. ]
  17526. ))
  17527. characterMakers.push(() => makeCharacter(
  17528. { name: "Vanguard" },
  17529. {
  17530. side: {
  17531. height: math.unit(10, "feet"),
  17532. weight: math.unit(500, "lb"),
  17533. name: "Side",
  17534. image: {
  17535. source: "./media/characters/vanguard/side.svg",
  17536. extra: 502 / 425,
  17537. bottom: 0.087
  17538. }
  17539. },
  17540. },
  17541. [
  17542. {
  17543. name: "Normal",
  17544. height: math.unit(10, "feet"),
  17545. default: true
  17546. },
  17547. ]
  17548. ))
  17549. characterMakers.push(() => makeCharacter(
  17550. { name: "Artemis" },
  17551. {
  17552. front: {
  17553. height: math.unit(7.5, "feet"),
  17554. weight: math.unit(2, "lb"),
  17555. name: "Front",
  17556. image: {
  17557. source: "./media/characters/artemis/front.svg",
  17558. extra: 1192 / 1075,
  17559. bottom: 0.07
  17560. }
  17561. },
  17562. },
  17563. [
  17564. {
  17565. name: "Normal",
  17566. height: math.unit(7.5, "feet"),
  17567. default: true
  17568. },
  17569. {
  17570. name: "Enlarged",
  17571. height: math.unit(12, "feet")
  17572. },
  17573. ]
  17574. ))
  17575. characterMakers.push(() => makeCharacter(
  17576. { name: "Kira" },
  17577. {
  17578. front: {
  17579. height: math.unit(5 + 3 / 12, "feet"),
  17580. weight: math.unit(160, "lb"),
  17581. name: "Front",
  17582. image: {
  17583. source: "./media/characters/kira/front.svg",
  17584. extra: 906 / 786,
  17585. bottom: 0.01
  17586. }
  17587. },
  17588. back: {
  17589. height: math.unit(5 + 3 / 12, "feet"),
  17590. weight: math.unit(160, "lb"),
  17591. name: "Back",
  17592. image: {
  17593. source: "./media/characters/kira/back.svg",
  17594. extra: 882 / 757,
  17595. bottom: 0.005
  17596. }
  17597. },
  17598. frontDressed: {
  17599. height: math.unit(5 + 3 / 12, "feet"),
  17600. weight: math.unit(160, "lb"),
  17601. name: "Front (Dressed)",
  17602. image: {
  17603. source: "./media/characters/kira/front-dressed.svg",
  17604. extra: 906 / 786,
  17605. bottom: 0.01
  17606. }
  17607. },
  17608. beans: {
  17609. height: math.unit(0.92, "feet"),
  17610. name: "Beans",
  17611. image: {
  17612. source: "./media/characters/kira/beans.svg"
  17613. }
  17614. },
  17615. },
  17616. [
  17617. {
  17618. name: "Normal",
  17619. height: math.unit(5 + 3 / 12, "feet"),
  17620. default: true
  17621. },
  17622. ]
  17623. ))
  17624. characterMakers.push(() => makeCharacter(
  17625. { name: "Scramble" },
  17626. {
  17627. front: {
  17628. height: math.unit(5 + 4 / 12, "feet"),
  17629. weight: math.unit(145, "lb"),
  17630. name: "Front",
  17631. image: {
  17632. source: "./media/characters/scramble/front.svg",
  17633. extra: 763 / 727,
  17634. bottom: 0.05
  17635. }
  17636. },
  17637. back: {
  17638. height: math.unit(5 + 4 / 12, "feet"),
  17639. weight: math.unit(145, "lb"),
  17640. name: "Back",
  17641. image: {
  17642. source: "./media/characters/scramble/back.svg",
  17643. extra: 826 / 737,
  17644. bottom: 0.002
  17645. }
  17646. },
  17647. },
  17648. [
  17649. {
  17650. name: "Normal",
  17651. height: math.unit(5 + 4 / 12, "feet"),
  17652. default: true
  17653. },
  17654. ]
  17655. ))
  17656. characterMakers.push(() => makeCharacter(
  17657. { name: "Biscuit" },
  17658. {
  17659. side: {
  17660. height: math.unit(6 + 2 / 12, "feet"),
  17661. weight: math.unit(190, "lb"),
  17662. name: "Side",
  17663. image: {
  17664. source: "./media/characters/biscuit/side.svg",
  17665. extra: 858 / 791,
  17666. bottom: 0.044
  17667. }
  17668. },
  17669. },
  17670. [
  17671. {
  17672. name: "Normal",
  17673. height: math.unit(6 + 2 / 12, "feet"),
  17674. default: true
  17675. },
  17676. ]
  17677. ))
  17678. characterMakers.push(() => makeCharacter(
  17679. { name: "Poffin" },
  17680. {
  17681. front: {
  17682. height: math.unit(5 + 2 / 12, "feet"),
  17683. weight: math.unit(120, "lb"),
  17684. name: "Front",
  17685. image: {
  17686. source: "./media/characters/poffin/front.svg",
  17687. extra: 786 / 680,
  17688. bottom: 0.005
  17689. }
  17690. },
  17691. },
  17692. [
  17693. {
  17694. name: "Normal",
  17695. height: math.unit(5 + 2 / 12, "feet"),
  17696. default: true
  17697. },
  17698. ]
  17699. ))
  17700. characterMakers.push(() => makeCharacter(
  17701. { name: "Dhari" },
  17702. {
  17703. front: {
  17704. height: math.unit(6 + 3 / 12, "feet"),
  17705. weight: math.unit(519, "lb"),
  17706. name: "Front",
  17707. image: {
  17708. source: "./media/characters/dhari/front.svg",
  17709. extra: 1048 / 946,
  17710. bottom: 0.015
  17711. }
  17712. },
  17713. back: {
  17714. height: math.unit(6 + 3 / 12, "feet"),
  17715. weight: math.unit(519, "lb"),
  17716. name: "Back",
  17717. image: {
  17718. source: "./media/characters/dhari/back.svg",
  17719. extra: 1048 / 931,
  17720. bottom: 0.005
  17721. }
  17722. },
  17723. frontDressed: {
  17724. height: math.unit(6 + 3 / 12, "feet"),
  17725. weight: math.unit(519, "lb"),
  17726. name: "Front (Dressed)",
  17727. image: {
  17728. source: "./media/characters/dhari/front-dressed.svg",
  17729. extra: 1713 / 1546,
  17730. bottom: 0.02
  17731. }
  17732. },
  17733. backDressed: {
  17734. height: math.unit(6 + 3 / 12, "feet"),
  17735. weight: math.unit(519, "lb"),
  17736. name: "Back (Dressed)",
  17737. image: {
  17738. source: "./media/characters/dhari/back-dressed.svg",
  17739. extra: 1699 / 1537,
  17740. bottom: 0.01
  17741. }
  17742. },
  17743. maw: {
  17744. height: math.unit(0.95, "feet"),
  17745. name: "Maw",
  17746. image: {
  17747. source: "./media/characters/dhari/maw.svg"
  17748. }
  17749. },
  17750. wereFront: {
  17751. height: math.unit(12 + 8 / 12, "feet"),
  17752. weight: math.unit(4000, "lb"),
  17753. name: "Front (Were)",
  17754. image: {
  17755. source: "./media/characters/dhari/were-front.svg",
  17756. extra: 1065 / 969,
  17757. bottom: 0.015
  17758. }
  17759. },
  17760. wereBack: {
  17761. height: math.unit(12 + 8 / 12, "feet"),
  17762. weight: math.unit(4000, "lb"),
  17763. name: "Back (Were)",
  17764. image: {
  17765. source: "./media/characters/dhari/were-back.svg",
  17766. extra: 1065 / 969,
  17767. bottom: 0.012
  17768. }
  17769. },
  17770. wereMaw: {
  17771. height: math.unit(0.625, "meters"),
  17772. name: "Maw (Were)",
  17773. image: {
  17774. source: "./media/characters/dhari/were-maw.svg"
  17775. }
  17776. },
  17777. },
  17778. [
  17779. {
  17780. name: "Normal",
  17781. height: math.unit(6 + 3 / 12, "feet"),
  17782. default: true
  17783. },
  17784. ]
  17785. ))
  17786. characterMakers.push(() => makeCharacter(
  17787. { name: "Rena Dyne" },
  17788. {
  17789. anthro: {
  17790. height: math.unit(5 + 7 / 12, "feet"),
  17791. weight: math.unit(175, "lb"),
  17792. name: "Anthro",
  17793. image: {
  17794. source: "./media/characters/rena-dyne/anthro.svg",
  17795. extra: 1849 / 1785,
  17796. bottom: 0.005
  17797. }
  17798. },
  17799. taur: {
  17800. height: math.unit(15 + 6 / 12, "feet"),
  17801. weight: math.unit(8000, "lb"),
  17802. name: "Taur",
  17803. image: {
  17804. source: "./media/characters/rena-dyne/taur.svg",
  17805. extra: 2315 / 2234,
  17806. bottom: 0.033
  17807. }
  17808. },
  17809. },
  17810. [
  17811. {
  17812. name: "Normal",
  17813. height: math.unit(5 + 7 / 12, "feet"),
  17814. default: true
  17815. },
  17816. ]
  17817. ))
  17818. characterMakers.push(() => makeCharacter(
  17819. { name: "Weremeep" },
  17820. {
  17821. front: {
  17822. height: math.unit(8, "feet"),
  17823. weight: math.unit(600, "lb"),
  17824. name: "Front",
  17825. image: {
  17826. source: "./media/characters/weremeep/front.svg",
  17827. extra: 967 / 862,
  17828. bottom: 0.01
  17829. }
  17830. },
  17831. },
  17832. [
  17833. {
  17834. name: "Normal",
  17835. height: math.unit(8, "feet"),
  17836. default: true
  17837. },
  17838. {
  17839. name: "Lorg",
  17840. height: math.unit(12, "feet")
  17841. },
  17842. {
  17843. name: "Oh Lawd She Comin'",
  17844. height: math.unit(20, "feet")
  17845. },
  17846. ]
  17847. ))
  17848. characterMakers.push(() => makeCharacter(
  17849. { name: "Reza" },
  17850. {
  17851. front: {
  17852. height: math.unit(4, "feet"),
  17853. weight: math.unit(90, "lb"),
  17854. name: "Front",
  17855. image: {
  17856. source: "./media/characters/reza/front.svg",
  17857. extra: 1183 / 1111,
  17858. bottom: 0.017
  17859. }
  17860. },
  17861. back: {
  17862. height: math.unit(4, "feet"),
  17863. weight: math.unit(90, "lb"),
  17864. name: "Back",
  17865. image: {
  17866. source: "./media/characters/reza/back.svg",
  17867. extra: 1183 / 1111,
  17868. bottom: 0.01
  17869. }
  17870. },
  17871. },
  17872. [
  17873. {
  17874. name: "Normal",
  17875. height: math.unit(4, "feet"),
  17876. default: true
  17877. },
  17878. ]
  17879. ))
  17880. characterMakers.push(() => makeCharacter(
  17881. { name: "Athea" },
  17882. {
  17883. side: {
  17884. height: math.unit(15, "feet"),
  17885. weight: math.unit(14, "tons"),
  17886. name: "Side",
  17887. image: {
  17888. source: "./media/characters/athea/side.svg",
  17889. extra: 960 / 540,
  17890. bottom: 0.003
  17891. }
  17892. },
  17893. sitting: {
  17894. height: math.unit(6 * 2.85, "feet"),
  17895. weight: math.unit(14, "tons"),
  17896. name: "Sitting",
  17897. image: {
  17898. source: "./media/characters/athea/sitting.svg",
  17899. extra: 621 / 581,
  17900. bottom: 0.075
  17901. }
  17902. },
  17903. maw: {
  17904. height: math.unit(7.59498031496063, "feet"),
  17905. name: "Maw",
  17906. image: {
  17907. source: "./media/characters/athea/maw.svg"
  17908. }
  17909. },
  17910. },
  17911. [
  17912. {
  17913. name: "Lap Cat",
  17914. height: math.unit(2.5, "feet")
  17915. },
  17916. {
  17917. name: "Minimacro",
  17918. height: math.unit(15, "feet"),
  17919. default: true
  17920. },
  17921. {
  17922. name: "Macro",
  17923. height: math.unit(120, "feet")
  17924. },
  17925. {
  17926. name: "Macro+",
  17927. height: math.unit(640, "feet")
  17928. },
  17929. {
  17930. name: "Colossus",
  17931. height: math.unit(2.2, "miles")
  17932. },
  17933. ]
  17934. ))
  17935. characterMakers.push(() => makeCharacter(
  17936. { name: "Seroko" },
  17937. {
  17938. front: {
  17939. height: math.unit(8 + 8 / 12, "feet"),
  17940. weight: math.unit(130, "kg"),
  17941. name: "Front",
  17942. image: {
  17943. source: "./media/characters/seroko/front.svg",
  17944. extra: 1385 / 1280,
  17945. bottom: 0.025
  17946. }
  17947. },
  17948. back: {
  17949. height: math.unit(8 + 8 / 12, "feet"),
  17950. weight: math.unit(130, "kg"),
  17951. name: "Back",
  17952. image: {
  17953. source: "./media/characters/seroko/back.svg",
  17954. extra: 1369 / 1238,
  17955. bottom: 0.018
  17956. }
  17957. },
  17958. frontDressed: {
  17959. height: math.unit(8 + 8 / 12, "feet"),
  17960. weight: math.unit(130, "kg"),
  17961. name: "Front (Dressed)",
  17962. image: {
  17963. source: "./media/characters/seroko/front-dressed.svg",
  17964. extra: 1366 / 1275,
  17965. bottom: 0.03
  17966. }
  17967. },
  17968. },
  17969. [
  17970. {
  17971. name: "Normal",
  17972. height: math.unit(8 + 8 / 12, "feet"),
  17973. default: true
  17974. },
  17975. ]
  17976. ))
  17977. characterMakers.push(() => makeCharacter(
  17978. { name: "Quatzi" },
  17979. {
  17980. front: {
  17981. height: math.unit(5.5, "feet"),
  17982. weight: math.unit(160, "lb"),
  17983. name: "Front",
  17984. image: {
  17985. source: "./media/characters/quatzi/front.svg",
  17986. extra: 2346 / 2242,
  17987. bottom: 0.015
  17988. }
  17989. },
  17990. },
  17991. [
  17992. {
  17993. name: "Normal",
  17994. height: math.unit(5.5, "feet"),
  17995. default: true
  17996. },
  17997. {
  17998. name: "Big",
  17999. height: math.unit(7.7, "feet")
  18000. },
  18001. ]
  18002. ))
  18003. characterMakers.push(() => makeCharacter(
  18004. { name: "Sen" },
  18005. {
  18006. front: {
  18007. height: math.unit(5 + 11 / 12, "feet"),
  18008. weight: math.unit(180, "lb"),
  18009. name: "Front",
  18010. image: {
  18011. source: "./media/characters/sen/front.svg",
  18012. extra: 1321 / 1254,
  18013. bottom: 0.015
  18014. }
  18015. },
  18016. side: {
  18017. height: math.unit(5 + 11 / 12, "feet"),
  18018. weight: math.unit(180, "lb"),
  18019. name: "Side",
  18020. image: {
  18021. source: "./media/characters/sen/side.svg",
  18022. extra: 1321 / 1254,
  18023. bottom: 0.007
  18024. }
  18025. },
  18026. back: {
  18027. height: math.unit(5 + 11 / 12, "feet"),
  18028. weight: math.unit(180, "lb"),
  18029. name: "Back",
  18030. image: {
  18031. source: "./media/characters/sen/back.svg",
  18032. extra: 1321 / 1254
  18033. }
  18034. },
  18035. },
  18036. [
  18037. {
  18038. name: "Normal",
  18039. height: math.unit(5 + 11 / 12, "feet"),
  18040. default: true
  18041. },
  18042. ]
  18043. ))
  18044. characterMakers.push(() => makeCharacter(
  18045. { name: "Fruity" },
  18046. {
  18047. front: {
  18048. height: math.unit(166.6, "cm"),
  18049. weight: math.unit(66.6, "kg"),
  18050. name: "Front",
  18051. image: {
  18052. source: "./media/characters/fruity/front.svg",
  18053. extra: 1510 / 1386,
  18054. bottom: 0.04
  18055. }
  18056. },
  18057. back: {
  18058. height: math.unit(166.6, "cm"),
  18059. weight: math.unit(66.6, "lb"),
  18060. name: "Back",
  18061. image: {
  18062. source: "./media/characters/fruity/back.svg",
  18063. extra: 1563 / 1435,
  18064. bottom: 0.005
  18065. }
  18066. },
  18067. },
  18068. [
  18069. {
  18070. name: "Normal",
  18071. height: math.unit(166.6, "cm"),
  18072. default: true
  18073. },
  18074. {
  18075. name: "Demonic",
  18076. height: math.unit(166.6, "feet")
  18077. },
  18078. ]
  18079. ))
  18080. characterMakers.push(() => makeCharacter(
  18081. { name: "Zost" },
  18082. {
  18083. side: {
  18084. height: math.unit(10, "feet"),
  18085. weight: math.unit(500, "lb"),
  18086. name: "Side",
  18087. image: {
  18088. source: "./media/characters/zost/side.svg",
  18089. extra: 966 / 880,
  18090. bottom: 0.075
  18091. }
  18092. },
  18093. mawFront: {
  18094. height: math.unit(1.08, "meters"),
  18095. name: "Maw (Front)",
  18096. image: {
  18097. source: "./media/characters/zost/maw-front.svg"
  18098. }
  18099. },
  18100. mawSide: {
  18101. height: math.unit(2.66, "feet"),
  18102. name: "Maw (Side)",
  18103. image: {
  18104. source: "./media/characters/zost/maw-side.svg"
  18105. }
  18106. },
  18107. },
  18108. [
  18109. {
  18110. name: "Normal",
  18111. height: math.unit(10, "feet"),
  18112. default: true
  18113. },
  18114. ]
  18115. ))
  18116. characterMakers.push(() => makeCharacter(
  18117. { name: "Luci" },
  18118. {
  18119. front: {
  18120. height: math.unit(5 + 4 / 12, "feet"),
  18121. weight: math.unit(120, "lb"),
  18122. name: "Front",
  18123. image: {
  18124. source: "./media/characters/luci/front.svg",
  18125. extra: 1985 / 1884,
  18126. bottom: 0.04
  18127. }
  18128. },
  18129. back: {
  18130. height: math.unit(5 + 4 / 12, "feet"),
  18131. weight: math.unit(120, "lb"),
  18132. name: "Back",
  18133. image: {
  18134. source: "./media/characters/luci/back.svg",
  18135. extra: 1892 / 1791,
  18136. bottom: 0.002
  18137. }
  18138. },
  18139. },
  18140. [
  18141. {
  18142. name: "Normal",
  18143. height: math.unit(5 + 4 / 12, "feet"),
  18144. default: true
  18145. },
  18146. ]
  18147. ))
  18148. characterMakers.push(() => makeCharacter(
  18149. { name: "2th" },
  18150. {
  18151. front: {
  18152. height: math.unit(1500, "feet"),
  18153. weight: math.unit(3.8e6, "tons"),
  18154. name: "Front",
  18155. image: {
  18156. source: "./media/characters/2th/front.svg",
  18157. extra: 3489 / 3350,
  18158. bottom: 0.1
  18159. }
  18160. },
  18161. foot: {
  18162. height: math.unit(461, "feet"),
  18163. name: "Foot",
  18164. image: {
  18165. source: "./media/characters/2th/foot.svg"
  18166. }
  18167. },
  18168. },
  18169. [
  18170. {
  18171. name: "\"Micro\"",
  18172. height: math.unit(15 + 7 / 12, "feet")
  18173. },
  18174. {
  18175. name: "Normal",
  18176. height: math.unit(1500, "feet"),
  18177. default: true
  18178. },
  18179. {
  18180. name: "Macro",
  18181. height: math.unit(5000, "feet")
  18182. },
  18183. {
  18184. name: "Megamacro",
  18185. height: math.unit(15, "miles")
  18186. },
  18187. {
  18188. name: "Gigamacro",
  18189. height: math.unit(4000, "miles")
  18190. },
  18191. {
  18192. name: "Galactic",
  18193. height: math.unit(50, "AU")
  18194. },
  18195. ]
  18196. ))
  18197. characterMakers.push(() => makeCharacter(
  18198. { name: "Amethyst" },
  18199. {
  18200. front: {
  18201. height: math.unit(5 + 6 / 12, "feet"),
  18202. weight: math.unit(220, "lb"),
  18203. name: "Front",
  18204. image: {
  18205. source: "./media/characters/amethyst/front.svg",
  18206. extra: 2078 / 2040,
  18207. bottom: 0.045
  18208. }
  18209. },
  18210. back: {
  18211. height: math.unit(5 + 6 / 12, "feet"),
  18212. weight: math.unit(220, "lb"),
  18213. name: "Back",
  18214. image: {
  18215. source: "./media/characters/amethyst/back.svg",
  18216. extra: 2021 / 1989,
  18217. bottom: 0.02
  18218. }
  18219. },
  18220. },
  18221. [
  18222. {
  18223. name: "Normal",
  18224. height: math.unit(5 + 6 / 12, "feet"),
  18225. default: true
  18226. },
  18227. ]
  18228. ))
  18229. characterMakers.push(() => makeCharacter(
  18230. { name: "Yumi Akiyama" },
  18231. {
  18232. front: {
  18233. height: math.unit(4 + 11 / 12, "feet"),
  18234. weight: math.unit(120, "lb"),
  18235. name: "Front",
  18236. image: {
  18237. source: "./media/characters/yumi-akiyama/front.svg",
  18238. extra: 1327 / 1235,
  18239. bottom: 0.02
  18240. }
  18241. },
  18242. back: {
  18243. height: math.unit(4 + 11 / 12, "feet"),
  18244. weight: math.unit(120, "lb"),
  18245. name: "Back",
  18246. image: {
  18247. source: "./media/characters/yumi-akiyama/back.svg",
  18248. extra: 1287 / 1245,
  18249. bottom: 0.002
  18250. }
  18251. },
  18252. },
  18253. [
  18254. {
  18255. name: "Galactic",
  18256. height: math.unit(50, "galaxies"),
  18257. default: true
  18258. },
  18259. {
  18260. name: "Universal",
  18261. height: math.unit(100, "universes")
  18262. },
  18263. ]
  18264. ))
  18265. characterMakers.push(() => makeCharacter(
  18266. { name: "Rifter Yrmori" },
  18267. {
  18268. front: {
  18269. height: math.unit(8, "feet"),
  18270. weight: math.unit(500, "lb"),
  18271. name: "Front",
  18272. image: {
  18273. source: "./media/characters/rifter-yrmori/front.svg",
  18274. extra: 1180 / 1125,
  18275. bottom: 0.02
  18276. }
  18277. },
  18278. back: {
  18279. height: math.unit(8, "feet"),
  18280. weight: math.unit(500, "lb"),
  18281. name: "Back",
  18282. image: {
  18283. source: "./media/characters/rifter-yrmori/back.svg",
  18284. extra: 1190 / 1145,
  18285. bottom: 0.001
  18286. }
  18287. },
  18288. wings: {
  18289. height: math.unit(7.75, "feet"),
  18290. weight: math.unit(500, "lb"),
  18291. name: "Wings",
  18292. image: {
  18293. source: "./media/characters/rifter-yrmori/wings.svg",
  18294. extra: 1357 / 1285
  18295. }
  18296. },
  18297. maw: {
  18298. height: math.unit(0.8, "feet"),
  18299. name: "Maw",
  18300. image: {
  18301. source: "./media/characters/rifter-yrmori/maw.svg"
  18302. }
  18303. },
  18304. },
  18305. [
  18306. {
  18307. name: "Normal",
  18308. height: math.unit(8, "feet"),
  18309. default: true
  18310. },
  18311. {
  18312. name: "Macro",
  18313. height: math.unit(42, "meters")
  18314. },
  18315. ]
  18316. ))
  18317. characterMakers.push(() => makeCharacter(
  18318. { name: "Tahajin" },
  18319. {
  18320. were: {
  18321. height: math.unit(25 + 6 / 12, "feet"),
  18322. weight: math.unit(10000, "lb"),
  18323. name: "Were",
  18324. image: {
  18325. source: "./media/characters/tahajin/were.svg",
  18326. extra: 801 / 770,
  18327. bottom: 0.042
  18328. }
  18329. },
  18330. aquatic: {
  18331. height: math.unit(6 + 4 / 12, "feet"),
  18332. weight: math.unit(160, "lb"),
  18333. name: "Aquatic",
  18334. image: {
  18335. source: "./media/characters/tahajin/aquatic.svg",
  18336. extra: 572 / 542,
  18337. bottom: 0.04
  18338. }
  18339. },
  18340. chow: {
  18341. height: math.unit(8 + 11 / 12, "feet"),
  18342. weight: math.unit(450, "lb"),
  18343. name: "Chow",
  18344. image: {
  18345. source: "./media/characters/tahajin/chow.svg",
  18346. extra: 660 / 640,
  18347. bottom: 0.015
  18348. }
  18349. },
  18350. demiNaga: {
  18351. height: math.unit(6 + 8 / 12, "feet"),
  18352. weight: math.unit(300, "lb"),
  18353. name: "Demi Naga",
  18354. image: {
  18355. source: "./media/characters/tahajin/demi-naga.svg",
  18356. extra: 643 / 615,
  18357. bottom: 0.1
  18358. }
  18359. },
  18360. data: {
  18361. height: math.unit(5, "inches"),
  18362. weight: math.unit(0.1, "lb"),
  18363. name: "Data",
  18364. image: {
  18365. source: "./media/characters/tahajin/data.svg"
  18366. }
  18367. },
  18368. fluu: {
  18369. height: math.unit(5 + 7 / 12, "feet"),
  18370. weight: math.unit(140, "lb"),
  18371. name: "Fluu",
  18372. image: {
  18373. source: "./media/characters/tahajin/fluu.svg",
  18374. extra: 628 / 592,
  18375. bottom: 0.02
  18376. }
  18377. },
  18378. starWarrior: {
  18379. height: math.unit(4 + 5 / 12, "feet"),
  18380. weight: math.unit(50, "lb"),
  18381. name: "Star Warrior",
  18382. image: {
  18383. source: "./media/characters/tahajin/star-warrior.svg"
  18384. }
  18385. },
  18386. },
  18387. [
  18388. {
  18389. name: "Normal",
  18390. height: math.unit(25 + 6 / 12, "feet"),
  18391. default: true
  18392. },
  18393. ]
  18394. ))
  18395. characterMakers.push(() => makeCharacter(
  18396. { name: "Gabira" },
  18397. {
  18398. front: {
  18399. height: math.unit(8, "feet"),
  18400. weight: math.unit(350, "lb"),
  18401. name: "Front",
  18402. image: {
  18403. source: "./media/characters/gabira/front.svg",
  18404. extra: 608 / 580,
  18405. bottom: 0.03
  18406. }
  18407. },
  18408. back: {
  18409. height: math.unit(8, "feet"),
  18410. weight: math.unit(350, "lb"),
  18411. name: "Back",
  18412. image: {
  18413. source: "./media/characters/gabira/back.svg",
  18414. extra: 608 / 580,
  18415. bottom: 0.03
  18416. }
  18417. },
  18418. },
  18419. [
  18420. {
  18421. name: "Normal",
  18422. height: math.unit(8, "feet"),
  18423. default: true
  18424. },
  18425. ]
  18426. ))
  18427. characterMakers.push(() => makeCharacter(
  18428. { name: "Sasha Katraine" },
  18429. {
  18430. front: {
  18431. height: math.unit(5 + 3 / 12, "feet"),
  18432. weight: math.unit(137, "lb"),
  18433. name: "Front",
  18434. image: {
  18435. source: "./media/characters/sasha-katraine/front.svg",
  18436. bottom: 0.045
  18437. }
  18438. },
  18439. },
  18440. [
  18441. {
  18442. name: "Micro",
  18443. height: math.unit(5, "inches")
  18444. },
  18445. {
  18446. name: "Normal",
  18447. height: math.unit(5 + 3 / 12, "feet"),
  18448. default: true
  18449. },
  18450. ]
  18451. ))
  18452. characterMakers.push(() => makeCharacter(
  18453. { name: "Der" },
  18454. {
  18455. side: {
  18456. height: math.unit(4, "inches"),
  18457. weight: math.unit(200, "grams"),
  18458. name: "Side",
  18459. image: {
  18460. source: "./media/characters/der/side.svg",
  18461. extra: 719 / 400,
  18462. bottom: 30.6 / 749.9187
  18463. }
  18464. },
  18465. },
  18466. [
  18467. {
  18468. name: "Micro",
  18469. height: math.unit(4, "inches"),
  18470. default: true
  18471. },
  18472. ]
  18473. ))
  18474. characterMakers.push(() => makeCharacter(
  18475. { name: "Fixerdragon" },
  18476. {
  18477. side: {
  18478. height: math.unit(30, "meters"),
  18479. weight: math.unit(700, "tonnes"),
  18480. name: "Side",
  18481. image: {
  18482. source: "./media/characters/fixerdragon/side.svg",
  18483. extra: (1293.0514 - 116.03) / 1106.86,
  18484. bottom: 116.03 / 1293.0514
  18485. }
  18486. },
  18487. },
  18488. [
  18489. {
  18490. name: "Planck",
  18491. height: math.unit(1.6e-35, "meters")
  18492. },
  18493. {
  18494. name: "Micro",
  18495. height: math.unit(0.4, "meters")
  18496. },
  18497. {
  18498. name: "Normal",
  18499. height: math.unit(30, "meters"),
  18500. default: true
  18501. },
  18502. {
  18503. name: "Megamacro",
  18504. height: math.unit(1.2, "megameters")
  18505. },
  18506. {
  18507. name: "Teramacro",
  18508. height: math.unit(130, "terameters")
  18509. },
  18510. {
  18511. name: "Yottamacro",
  18512. height: math.unit(6200, "yottameters")
  18513. },
  18514. ]
  18515. ));
  18516. characterMakers.push(() => makeCharacter(
  18517. { name: "Kite" },
  18518. {
  18519. front: {
  18520. height: math.unit(8, "feet"),
  18521. weight: math.unit(250, "lb"),
  18522. name: "Front",
  18523. image: {
  18524. source: "./media/characters/kite/front.svg",
  18525. extra: 2796 / 2659,
  18526. bottom: 0.002
  18527. }
  18528. },
  18529. },
  18530. [
  18531. {
  18532. name: "Normal",
  18533. height: math.unit(8, "feet"),
  18534. default: true
  18535. },
  18536. {
  18537. name: "Macro",
  18538. height: math.unit(360, "feet")
  18539. },
  18540. {
  18541. name: "Megamacro",
  18542. height: math.unit(1500, "feet")
  18543. },
  18544. ]
  18545. ))
  18546. characterMakers.push(() => makeCharacter(
  18547. { name: "Poojawa Vynar" },
  18548. {
  18549. front: {
  18550. height: math.unit(5 + 10 / 12, "feet"),
  18551. weight: math.unit(150, "lb"),
  18552. name: "Front",
  18553. image: {
  18554. source: "./media/characters/poojawa-vynar/front.svg",
  18555. extra: (1506.1547 - 55) / 1356.6,
  18556. bottom: 55 / 1506.1547
  18557. }
  18558. },
  18559. frontTailless: {
  18560. height: math.unit(5 + 10 / 12, "feet"),
  18561. weight: math.unit(150, "lb"),
  18562. name: "Front (Tailless)",
  18563. image: {
  18564. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18565. extra: (1506.1547 - 55) / 1356.6,
  18566. bottom: 55 / 1506.1547
  18567. }
  18568. },
  18569. },
  18570. [
  18571. {
  18572. name: "Normal",
  18573. height: math.unit(5 + 10 / 12, "feet"),
  18574. default: true
  18575. },
  18576. ]
  18577. ))
  18578. characterMakers.push(() => makeCharacter(
  18579. { name: "Violette" },
  18580. {
  18581. front: {
  18582. height: math.unit(293, "meters"),
  18583. weight: math.unit(70400, "tons"),
  18584. name: "Front",
  18585. image: {
  18586. source: "./media/characters/violette/front.svg",
  18587. extra: 1227 / 1180,
  18588. bottom: 0.005
  18589. }
  18590. },
  18591. back: {
  18592. height: math.unit(293, "meters"),
  18593. weight: math.unit(70400, "tons"),
  18594. name: "Back",
  18595. image: {
  18596. source: "./media/characters/violette/back.svg",
  18597. extra: 1227 / 1180,
  18598. bottom: 0.005
  18599. }
  18600. },
  18601. },
  18602. [
  18603. {
  18604. name: "Macro",
  18605. height: math.unit(293, "meters"),
  18606. default: true
  18607. },
  18608. ]
  18609. ))
  18610. characterMakers.push(() => makeCharacter(
  18611. { name: "Alessandra" },
  18612. {
  18613. front: {
  18614. height: math.unit(1050, "feet"),
  18615. weight: math.unit(200000, "tons"),
  18616. name: "Front",
  18617. image: {
  18618. source: "./media/characters/alessandra/front.svg",
  18619. extra: 960 / 912,
  18620. bottom: 0.06
  18621. }
  18622. },
  18623. },
  18624. [
  18625. {
  18626. name: "Macro",
  18627. height: math.unit(1050, "feet")
  18628. },
  18629. {
  18630. name: "Macro+",
  18631. height: math.unit(900, "meters"),
  18632. default: true
  18633. },
  18634. ]
  18635. ))
  18636. characterMakers.push(() => makeCharacter(
  18637. { name: "Person", species: "Catdragon" },
  18638. {
  18639. front: {
  18640. height: math.unit(5, "feet"),
  18641. weight: math.unit(187, "lb"),
  18642. name: "Front",
  18643. image: {
  18644. source: "./media/characters/person/front.svg",
  18645. extra: 3087 / 2945,
  18646. bottom: 91 / 3181
  18647. }
  18648. },
  18649. },
  18650. [
  18651. {
  18652. name: "Micro",
  18653. height: math.unit(3, "inches")
  18654. },
  18655. {
  18656. name: "Normal",
  18657. height: math.unit(5, "feet"),
  18658. default: true
  18659. },
  18660. {
  18661. name: "Macro",
  18662. height: math.unit(90, "feet")
  18663. },
  18664. {
  18665. name: "Max Size",
  18666. height: math.unit(280, "feet")
  18667. },
  18668. ]
  18669. ))
  18670. characterMakers.push(() => makeCharacter(
  18671. { name: "Ty" },
  18672. {
  18673. front: {
  18674. height: math.unit(4.5, "meters"),
  18675. weight: math.unit(3200, "lb"),
  18676. name: "Front",
  18677. image: {
  18678. source: "./media/characters/ty/front.svg",
  18679. extra: 1038 / 960,
  18680. bottom: 31.156 / 1068
  18681. }
  18682. },
  18683. back: {
  18684. height: math.unit(4.5, "meters"),
  18685. weight: math.unit(3200, "lb"),
  18686. name: "Back",
  18687. image: {
  18688. source: "./media/characters/ty/back.svg",
  18689. extra: 1044 / 966,
  18690. bottom: 7.48 / 1049
  18691. }
  18692. },
  18693. },
  18694. [
  18695. {
  18696. name: "Normal",
  18697. height: math.unit(4.5, "meters"),
  18698. default: true
  18699. },
  18700. ]
  18701. ))
  18702. characterMakers.push(() => makeCharacter(
  18703. { name: "Rocky" },
  18704. {
  18705. front: {
  18706. height: math.unit(5 + 4 / 12, "feet"),
  18707. weight: math.unit(115, "lb"),
  18708. name: "Front",
  18709. image: {
  18710. source: "./media/characters/rocky/front.svg",
  18711. extra: 1012 / 975,
  18712. bottom: 54 / 1066
  18713. }
  18714. },
  18715. },
  18716. [
  18717. {
  18718. name: "Normal",
  18719. height: math.unit(5 + 4 / 12, "feet"),
  18720. default: true
  18721. },
  18722. ]
  18723. ))
  18724. characterMakers.push(() => makeCharacter(
  18725. { name: "Ruin" },
  18726. {
  18727. upright: {
  18728. height: math.unit(6, "meters"),
  18729. weight: math.unit(4000, "kg"),
  18730. name: "Upright",
  18731. image: {
  18732. source: "./media/characters/ruin/upright.svg",
  18733. extra: 668 / 661,
  18734. bottom: 42 / 799.8396
  18735. }
  18736. },
  18737. },
  18738. [
  18739. {
  18740. name: "Normal",
  18741. height: math.unit(6, "meters")
  18742. },
  18743. ]
  18744. ))
  18745. characterMakers.push(() => makeCharacter(
  18746. { name: "Robin" },
  18747. {
  18748. front: {
  18749. height: math.unit(5, "feet"),
  18750. weight: math.unit(106, "lb"),
  18751. name: "Front",
  18752. image: {
  18753. source: "./media/characters/robin/front.svg",
  18754. extra: 862 / 799,
  18755. bottom: 42.4 / 914.8856
  18756. }
  18757. },
  18758. },
  18759. [
  18760. {
  18761. name: "Normal",
  18762. height: math.unit(5, "feet"),
  18763. default: true
  18764. },
  18765. ]
  18766. ))
  18767. characterMakers.push(() => makeCharacter(
  18768. { name: "Saian" },
  18769. {
  18770. side: {
  18771. height: math.unit(3, "feet"),
  18772. weight: math.unit(225, "lb"),
  18773. name: "Side",
  18774. image: {
  18775. source: "./media/characters/saian/side.svg",
  18776. extra: 566 / 356,
  18777. bottom: 79.7 / 643
  18778. }
  18779. },
  18780. maw: {
  18781. height: math.unit(2.85, "feet"),
  18782. name: "Maw",
  18783. image: {
  18784. source: "./media/characters/saian/maw.svg"
  18785. }
  18786. },
  18787. },
  18788. [
  18789. {
  18790. name: "Normal",
  18791. height: math.unit(3, "feet"),
  18792. default: true
  18793. },
  18794. ]
  18795. ))
  18796. characterMakers.push(() => makeCharacter(
  18797. { name: "Equus Silvermane" },
  18798. {
  18799. side: {
  18800. height: math.unit(8, "feet"),
  18801. weight: math.unit(300, "lb"),
  18802. name: "Side",
  18803. image: {
  18804. source: "./media/characters/equus-silvermane/side.svg",
  18805. extra: 2176 / 2050,
  18806. bottom: 65.7 / 2245
  18807. }
  18808. },
  18809. front: {
  18810. height: math.unit(8, "feet"),
  18811. weight: math.unit(300, "lb"),
  18812. name: "Front",
  18813. image: {
  18814. source: "./media/characters/equus-silvermane/front.svg",
  18815. extra: 4633 / 4400,
  18816. bottom: 71.3 / 4706.915
  18817. }
  18818. },
  18819. sideStepping: {
  18820. height: math.unit(8, "feet"),
  18821. weight: math.unit(300, "lb"),
  18822. name: "Side (Stepping)",
  18823. image: {
  18824. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18825. extra: 1968 / 1860,
  18826. bottom: 16.4 / 1989
  18827. }
  18828. },
  18829. },
  18830. [
  18831. {
  18832. name: "Normal",
  18833. height: math.unit(8, "feet")
  18834. },
  18835. {
  18836. name: "Minimacro",
  18837. height: math.unit(75, "feet"),
  18838. default: true
  18839. },
  18840. {
  18841. name: "Macro",
  18842. height: math.unit(150, "feet")
  18843. },
  18844. {
  18845. name: "Macro+",
  18846. height: math.unit(1000, "feet")
  18847. },
  18848. {
  18849. name: "Megamacro",
  18850. height: math.unit(1, "mile")
  18851. },
  18852. ]
  18853. ))
  18854. characterMakers.push(() => makeCharacter(
  18855. { name: "Windar" },
  18856. {
  18857. side: {
  18858. height: math.unit(20, "feet"),
  18859. weight: math.unit(30000, "kg"),
  18860. name: "Side",
  18861. image: {
  18862. source: "./media/characters/windar/side.svg",
  18863. extra: 1491 / 1248,
  18864. bottom: 82.56 / 1568
  18865. }
  18866. },
  18867. },
  18868. [
  18869. {
  18870. name: "Normal",
  18871. height: math.unit(20, "feet"),
  18872. default: true
  18873. },
  18874. ]
  18875. ))
  18876. characterMakers.push(() => makeCharacter(
  18877. { name: "Melody" },
  18878. {
  18879. side: {
  18880. height: math.unit(15.66, "feet"),
  18881. weight: math.unit(150, "lb"),
  18882. name: "Side",
  18883. image: {
  18884. source: "./media/characters/melody/side.svg",
  18885. extra: 1097 / 944,
  18886. bottom: 11.8 / 1109
  18887. }
  18888. },
  18889. sideOutfit: {
  18890. height: math.unit(15.66, "feet"),
  18891. weight: math.unit(150, "lb"),
  18892. name: "Side (Outfit)",
  18893. image: {
  18894. source: "./media/characters/melody/side-outfit.svg",
  18895. extra: 1097 / 944,
  18896. bottom: 11.8 / 1109
  18897. }
  18898. },
  18899. },
  18900. [
  18901. {
  18902. name: "Normal",
  18903. height: math.unit(15.66, "feet"),
  18904. default: true
  18905. },
  18906. ]
  18907. ))
  18908. characterMakers.push(() => makeCharacter(
  18909. { name: "Windera" },
  18910. {
  18911. front: {
  18912. height: math.unit(8, "feet"),
  18913. weight: math.unit(325, "lb"),
  18914. name: "Front",
  18915. image: {
  18916. source: "./media/characters/windera/front.svg",
  18917. extra: 3180 / 2845,
  18918. bottom: 178 / 3365
  18919. }
  18920. },
  18921. },
  18922. [
  18923. {
  18924. name: "Normal",
  18925. height: math.unit(8, "feet"),
  18926. default: true
  18927. },
  18928. ]
  18929. ))
  18930. characterMakers.push(() => makeCharacter(
  18931. { name: "Sonear" },
  18932. {
  18933. front: {
  18934. height: math.unit(28.75, "feet"),
  18935. weight: math.unit(2000, "kg"),
  18936. name: "Front",
  18937. image: {
  18938. source: "./media/characters/sonear/front.svg",
  18939. extra: 1041.1 / 964.9,
  18940. bottom: 53.7 / 1096.6
  18941. }
  18942. },
  18943. },
  18944. [
  18945. {
  18946. name: "Normal",
  18947. height: math.unit(28.75, "feet"),
  18948. default: true
  18949. },
  18950. ]
  18951. ))
  18952. characterMakers.push(() => makeCharacter(
  18953. { name: "Kanara" },
  18954. {
  18955. side: {
  18956. height: math.unit(25.5, "feet"),
  18957. weight: math.unit(23000, "kg"),
  18958. name: "Side",
  18959. image: {
  18960. source: "./media/characters/kanara/side.svg"
  18961. }
  18962. },
  18963. },
  18964. [
  18965. {
  18966. name: "Normal",
  18967. height: math.unit(25.5, "feet"),
  18968. default: true
  18969. },
  18970. ]
  18971. ))
  18972. characterMakers.push(() => makeCharacter(
  18973. { name: "Ereus" },
  18974. {
  18975. side: {
  18976. height: math.unit(10, "feet"),
  18977. weight: math.unit(1000, "kg"),
  18978. name: "Side",
  18979. image: {
  18980. source: "./media/characters/ereus/side.svg",
  18981. extra: 1157 / 959,
  18982. bottom: 153 / 1312.5
  18983. }
  18984. },
  18985. },
  18986. [
  18987. {
  18988. name: "Normal",
  18989. height: math.unit(10, "feet"),
  18990. default: true
  18991. },
  18992. ]
  18993. ))
  18994. characterMakers.push(() => makeCharacter(
  18995. { name: "E-ter" },
  18996. {
  18997. side: {
  18998. height: math.unit(4.5, "feet"),
  18999. weight: math.unit(500, "lb"),
  19000. name: "Side",
  19001. image: {
  19002. source: "./media/characters/e-ter/side.svg",
  19003. extra: 1550 / 1248,
  19004. bottom: 146 / 1694
  19005. }
  19006. },
  19007. },
  19008. [
  19009. {
  19010. name: "Normal",
  19011. height: math.unit(4.5, "feet"),
  19012. default: true
  19013. },
  19014. ]
  19015. ))
  19016. characterMakers.push(() => makeCharacter(
  19017. { name: "Yamie" },
  19018. {
  19019. side: {
  19020. height: math.unit(9.7, "feet"),
  19021. weight: math.unit(4000, "kg"),
  19022. name: "Side",
  19023. image: {
  19024. source: "./media/characters/yamie/side.svg"
  19025. }
  19026. },
  19027. },
  19028. [
  19029. {
  19030. name: "Normal",
  19031. height: math.unit(9.7, "feet"),
  19032. default: true
  19033. },
  19034. ]
  19035. ))
  19036. characterMakers.push(() => makeCharacter(
  19037. { name: "Anders" },
  19038. {
  19039. front: {
  19040. height: math.unit(50, "feet"),
  19041. weight: math.unit(50000, "kg"),
  19042. name: "Front",
  19043. image: {
  19044. source: "./media/characters/anders/front.svg",
  19045. extra: 570 / 539,
  19046. bottom: 14.7 / 586.7
  19047. }
  19048. },
  19049. },
  19050. [
  19051. {
  19052. name: "Large",
  19053. height: math.unit(50, "feet")
  19054. },
  19055. {
  19056. name: "Macro",
  19057. height: math.unit(2000, "feet"),
  19058. default: true
  19059. },
  19060. {
  19061. name: "Megamacro",
  19062. height: math.unit(12, "miles")
  19063. },
  19064. ]
  19065. ))
  19066. characterMakers.push(() => makeCharacter(
  19067. { name: "Reban" },
  19068. {
  19069. front: {
  19070. height: math.unit(7 + 2 / 12, "feet"),
  19071. weight: math.unit(300, "lb"),
  19072. name: "Front",
  19073. image: {
  19074. source: "./media/characters/reban/front.svg",
  19075. extra: 516 / 487,
  19076. bottom: 42.82 / 558.356
  19077. }
  19078. },
  19079. dick: {
  19080. height: math.unit(7 / 5, "feet"),
  19081. name: "Dick",
  19082. image: {
  19083. source: "./media/characters/reban/dick.svg"
  19084. }
  19085. },
  19086. },
  19087. [
  19088. {
  19089. name: "Natural Height",
  19090. height: math.unit(7 + 2 / 12, "feet")
  19091. },
  19092. {
  19093. name: "Macro",
  19094. height: math.unit(500, "feet"),
  19095. default: true
  19096. },
  19097. {
  19098. name: "Canon Height",
  19099. height: math.unit(50, "AU")
  19100. },
  19101. ]
  19102. ))
  19103. characterMakers.push(() => makeCharacter(
  19104. { name: "Terrance Keayes" },
  19105. {
  19106. front: {
  19107. height: math.unit(6, "feet"),
  19108. weight: math.unit(150, "lb"),
  19109. name: "Front",
  19110. image: {
  19111. source: "./media/characters/terrance-keayes/front.svg",
  19112. extra: 1.005,
  19113. bottom: 151 / 1615
  19114. }
  19115. },
  19116. side: {
  19117. height: math.unit(6, "feet"),
  19118. weight: math.unit(150, "lb"),
  19119. name: "Side",
  19120. image: {
  19121. source: "./media/characters/terrance-keayes/side.svg",
  19122. extra: 1.005,
  19123. bottom: 129.4 / 1544
  19124. }
  19125. },
  19126. back: {
  19127. height: math.unit(6, "feet"),
  19128. weight: math.unit(150, "lb"),
  19129. name: "Back",
  19130. image: {
  19131. source: "./media/characters/terrance-keayes/back.svg",
  19132. extra: 1.005,
  19133. bottom: 58.4 / 1557.3
  19134. }
  19135. },
  19136. dick: {
  19137. height: math.unit(6 * 0.208, "feet"),
  19138. name: "Dick",
  19139. image: {
  19140. source: "./media/characters/terrance-keayes/dick.svg"
  19141. }
  19142. },
  19143. },
  19144. [
  19145. {
  19146. name: "Canon Height",
  19147. height: math.unit(35, "miles"),
  19148. default: true
  19149. },
  19150. ]
  19151. ))
  19152. characterMakers.push(() => makeCharacter(
  19153. { name: "Ofelia" },
  19154. {
  19155. front: {
  19156. height: math.unit(6, "feet"),
  19157. weight: math.unit(150, "lb"),
  19158. name: "Front",
  19159. image: {
  19160. source: "./media/characters/ofelia/front.svg",
  19161. extra: 546 / 541,
  19162. bottom: 39 / 583
  19163. }
  19164. },
  19165. back: {
  19166. height: math.unit(6, "feet"),
  19167. weight: math.unit(150, "lb"),
  19168. name: "Back",
  19169. image: {
  19170. source: "./media/characters/ofelia/back.svg",
  19171. extra: 564 / 559.5,
  19172. bottom: 8.69 / 573.02
  19173. }
  19174. },
  19175. maw: {
  19176. height: math.unit(1, "feet"),
  19177. name: "Maw",
  19178. image: {
  19179. source: "./media/characters/ofelia/maw.svg"
  19180. }
  19181. },
  19182. foot: {
  19183. height: math.unit(1.949, "feet"),
  19184. name: "Foot",
  19185. image: {
  19186. source: "./media/characters/ofelia/foot.svg"
  19187. }
  19188. },
  19189. },
  19190. [
  19191. {
  19192. name: "Canon Height",
  19193. height: math.unit(2000, "miles"),
  19194. default: true
  19195. },
  19196. ]
  19197. ))
  19198. characterMakers.push(() => makeCharacter(
  19199. { name: "Samuel" },
  19200. {
  19201. front: {
  19202. height: math.unit(6, "feet"),
  19203. weight: math.unit(150, "lb"),
  19204. name: "Front",
  19205. image: {
  19206. source: "./media/characters/samuel/front.svg",
  19207. extra: 265 / 258,
  19208. bottom: 2 / 266.1566
  19209. }
  19210. },
  19211. },
  19212. [
  19213. {
  19214. name: "Macro",
  19215. height: math.unit(100, "feet"),
  19216. default: true
  19217. },
  19218. {
  19219. name: "Full Size",
  19220. height: math.unit(1000, "miles")
  19221. },
  19222. ]
  19223. ))
  19224. characterMakers.push(() => makeCharacter(
  19225. { name: "Beishir Kiel" },
  19226. {
  19227. front: {
  19228. height: math.unit(6, "feet"),
  19229. weight: math.unit(300, "lb"),
  19230. name: "Front",
  19231. image: {
  19232. source: "./media/characters/beishir-kiel/front.svg",
  19233. extra: 569 / 547,
  19234. bottom: 41.9 / 609
  19235. }
  19236. },
  19237. maw: {
  19238. height: math.unit(6 * 0.202, "feet"),
  19239. name: "Maw",
  19240. image: {
  19241. source: "./media/characters/beishir-kiel/maw.svg"
  19242. }
  19243. },
  19244. },
  19245. [
  19246. {
  19247. name: "Macro",
  19248. height: math.unit(300, "feet"),
  19249. default: true
  19250. },
  19251. ]
  19252. ))
  19253. characterMakers.push(() => makeCharacter(
  19254. { name: "Logan Grey" },
  19255. {
  19256. front: {
  19257. height: math.unit(5 + 8 / 12, "feet"),
  19258. weight: math.unit(120, "lb"),
  19259. name: "Front",
  19260. image: {
  19261. source: "./media/characters/logan-grey/front.svg",
  19262. extra: 2539 / 2393,
  19263. bottom: 97.6 / 2636.37
  19264. }
  19265. },
  19266. frontAlt: {
  19267. height: math.unit(5 + 8 / 12, "feet"),
  19268. weight: math.unit(120, "lb"),
  19269. name: "Front (Alt)",
  19270. image: {
  19271. source: "./media/characters/logan-grey/front-alt.svg",
  19272. extra: 958 / 893,
  19273. bottom: 15 / 970.768
  19274. }
  19275. },
  19276. back: {
  19277. height: math.unit(5 + 8 / 12, "feet"),
  19278. weight: math.unit(120, "lb"),
  19279. name: "Back",
  19280. image: {
  19281. source: "./media/characters/logan-grey/back.svg",
  19282. extra: 958 / 893,
  19283. bottom: 2.1881 / 970.9788
  19284. }
  19285. },
  19286. dick: {
  19287. height: math.unit(1.437, "feet"),
  19288. name: "Dick",
  19289. image: {
  19290. source: "./media/characters/logan-grey/dick.svg"
  19291. }
  19292. },
  19293. },
  19294. [
  19295. {
  19296. name: "Normal",
  19297. height: math.unit(5 + 8 / 12, "feet")
  19298. },
  19299. {
  19300. name: "The 500 Foot Femboy",
  19301. height: math.unit(500, "feet"),
  19302. default: true
  19303. },
  19304. {
  19305. name: "Megmacro",
  19306. height: math.unit(20, "miles")
  19307. },
  19308. ]
  19309. ))
  19310. characterMakers.push(() => makeCharacter(
  19311. { name: "Draganta" },
  19312. {
  19313. front: {
  19314. height: math.unit(8 + 2 / 12, "feet"),
  19315. weight: math.unit(275, "lb"),
  19316. name: "Front",
  19317. image: {
  19318. source: "./media/characters/draganta/front.svg",
  19319. extra: 1177 / 1135,
  19320. bottom: 33.46 / 1212.1
  19321. }
  19322. },
  19323. },
  19324. [
  19325. {
  19326. name: "Normal",
  19327. height: math.unit(8 + 6 / 12, "feet"),
  19328. default: true
  19329. },
  19330. {
  19331. name: "Macro",
  19332. height: math.unit(150, "feet")
  19333. },
  19334. {
  19335. name: "Megamacro",
  19336. height: math.unit(1000, "miles")
  19337. },
  19338. ]
  19339. ))
  19340. characterMakers.push(() => makeCharacter(
  19341. { name: "Voski", species: "Corvid" },
  19342. {
  19343. front: {
  19344. height: math.unit(1.72, "m"),
  19345. weight: math.unit(80, "lb"),
  19346. name: "Front",
  19347. image: {
  19348. source: "./media/characters/voski/front.svg",
  19349. extra: 2076.22 / 2022.4,
  19350. bottom: 102.7 / 2177.3866
  19351. }
  19352. },
  19353. back: {
  19354. height: math.unit(1.72, "m"),
  19355. weight: math.unit(80, "lb"),
  19356. name: "Back",
  19357. image: {
  19358. source: "./media/characters/voski/back.svg",
  19359. extra: 2104 / 2051,
  19360. bottom: 10.45 / 2113.63
  19361. }
  19362. },
  19363. },
  19364. [
  19365. {
  19366. name: "Normal",
  19367. height: math.unit(1.72, "m")
  19368. },
  19369. {
  19370. name: "Macro",
  19371. height: math.unit(55, "m"),
  19372. default: true
  19373. },
  19374. {
  19375. name: "Macro+",
  19376. height: math.unit(300, "m")
  19377. },
  19378. {
  19379. name: "Macro++",
  19380. height: math.unit(700, "m")
  19381. },
  19382. {
  19383. name: "Macro+++",
  19384. height: math.unit(4500, "m")
  19385. },
  19386. {
  19387. name: "Macro++++",
  19388. height: math.unit(45, "km")
  19389. },
  19390. {
  19391. name: "Macro+++++",
  19392. height: math.unit(1220, "km")
  19393. },
  19394. ]
  19395. ))
  19396. characterMakers.push(() => makeCharacter(
  19397. { name: "Icowom Lee" },
  19398. {
  19399. front: {
  19400. height: math.unit(2.3, "m"),
  19401. weight: math.unit(304, "kg"),
  19402. name: "Front",
  19403. image: {
  19404. source: "./media/characters/icowom-lee/front.svg",
  19405. extra: 3076 / 2933,
  19406. bottom: 51.4 / 3125.1889
  19407. }
  19408. },
  19409. },
  19410. [
  19411. {
  19412. name: "Normal",
  19413. height: math.unit(2.3, "meters"),
  19414. default: true
  19415. },
  19416. {
  19417. name: "Macro",
  19418. height: math.unit(94, "meters"),
  19419. default: true
  19420. },
  19421. ]
  19422. ))
  19423. characterMakers.push(() => makeCharacter(
  19424. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19425. {
  19426. front: {
  19427. height: math.unit(22, "meters"),
  19428. weight: math.unit(21000, "kg"),
  19429. name: "Front",
  19430. image: {
  19431. source: "./media/characters/shock-diamond/front.svg",
  19432. extra: 2204 / 2053,
  19433. bottom: 65 / 2239.47
  19434. }
  19435. },
  19436. frontNude: {
  19437. height: math.unit(22, "meters"),
  19438. weight: math.unit(21000, "kg"),
  19439. name: "Front (Nude)",
  19440. image: {
  19441. source: "./media/characters/shock-diamond/front-nude.svg",
  19442. extra: 2514 / 2285,
  19443. bottom: 13 / 2527.56
  19444. }
  19445. },
  19446. },
  19447. [
  19448. {
  19449. name: "Normal",
  19450. height: math.unit(3, "meters")
  19451. },
  19452. {
  19453. name: "Macro",
  19454. height: math.unit(22, "meters"),
  19455. default: true
  19456. },
  19457. ]
  19458. ))
  19459. characterMakers.push(() => makeCharacter(
  19460. { name: "Rory" },
  19461. {
  19462. front: {
  19463. height: math.unit(5 + 4 / 12, "feet"),
  19464. weight: math.unit(120, "lb"),
  19465. name: "Front",
  19466. image: {
  19467. source: "./media/characters/rory/front.svg",
  19468. extra: 589 / 556,
  19469. bottom: 45.7 / 635.76
  19470. }
  19471. },
  19472. frontNude: {
  19473. height: math.unit(5 + 4 / 12, "feet"),
  19474. weight: math.unit(120, "lb"),
  19475. name: "Front (Nude)",
  19476. image: {
  19477. source: "./media/characters/rory/front-nude.svg",
  19478. extra: 589 / 556,
  19479. bottom: 45.7 / 635.76
  19480. }
  19481. },
  19482. side: {
  19483. height: math.unit(5 + 4 / 12, "feet"),
  19484. weight: math.unit(120, "lb"),
  19485. name: "Side",
  19486. image: {
  19487. source: "./media/characters/rory/side.svg",
  19488. extra: 597 / 564,
  19489. bottom: 55 / 653
  19490. }
  19491. },
  19492. back: {
  19493. height: math.unit(5 + 4 / 12, "feet"),
  19494. weight: math.unit(120, "lb"),
  19495. name: "Back",
  19496. image: {
  19497. source: "./media/characters/rory/back.svg",
  19498. extra: 620 / 585,
  19499. bottom: 8.86 / 630.43
  19500. }
  19501. },
  19502. dick: {
  19503. height: math.unit(0.86, "feet"),
  19504. name: "Dick",
  19505. image: {
  19506. source: "./media/characters/rory/dick.svg"
  19507. }
  19508. },
  19509. },
  19510. [
  19511. {
  19512. name: "Normal",
  19513. height: math.unit(5 + 4 / 12, "feet"),
  19514. default: true
  19515. },
  19516. {
  19517. name: "Macro",
  19518. height: math.unit(100, "feet")
  19519. },
  19520. {
  19521. name: "Macro+",
  19522. height: math.unit(140, "feet")
  19523. },
  19524. {
  19525. name: "Macro++",
  19526. height: math.unit(300, "feet")
  19527. },
  19528. ]
  19529. ))
  19530. characterMakers.push(() => makeCharacter(
  19531. { name: "Sprisk" },
  19532. {
  19533. front: {
  19534. height: math.unit(5 + 9 / 12, "feet"),
  19535. weight: math.unit(190, "lb"),
  19536. name: "Front",
  19537. image: {
  19538. source: "./media/characters/sprisk/front.svg",
  19539. extra: 1225 / 1180,
  19540. bottom: 42.7 / 1266.4
  19541. }
  19542. },
  19543. frontNsfw: {
  19544. height: math.unit(5 + 9 / 12, "feet"),
  19545. weight: math.unit(190, "lb"),
  19546. name: "Front (NSFW)",
  19547. image: {
  19548. source: "./media/characters/sprisk/front-nsfw.svg",
  19549. extra: 1225 / 1180,
  19550. bottom: 42.7 / 1266.4
  19551. }
  19552. },
  19553. back: {
  19554. height: math.unit(5 + 9 / 12, "feet"),
  19555. weight: math.unit(190, "lb"),
  19556. name: "Back",
  19557. image: {
  19558. source: "./media/characters/sprisk/back.svg",
  19559. extra: 1247 / 1200,
  19560. bottom: 5.6 / 1253.04
  19561. }
  19562. },
  19563. },
  19564. [
  19565. {
  19566. name: "Tiny",
  19567. height: math.unit(2, "inches")
  19568. },
  19569. {
  19570. name: "Normal",
  19571. height: math.unit(5 + 9 / 12, "feet"),
  19572. default: true
  19573. },
  19574. {
  19575. name: "Mini Macro",
  19576. height: math.unit(18, "feet")
  19577. },
  19578. {
  19579. name: "Macro",
  19580. height: math.unit(100, "feet")
  19581. },
  19582. {
  19583. name: "MACRO",
  19584. height: math.unit(50, "miles")
  19585. },
  19586. {
  19587. name: "M A C R O",
  19588. height: math.unit(300, "miles")
  19589. },
  19590. ]
  19591. ))
  19592. characterMakers.push(() => makeCharacter(
  19593. { name: "Bunsen" },
  19594. {
  19595. side: {
  19596. height: math.unit(15.6, "meters"),
  19597. weight: math.unit(700000, "kg"),
  19598. name: "Side",
  19599. image: {
  19600. source: "./media/characters/bunsen/side.svg",
  19601. extra: 1644 / 358
  19602. }
  19603. },
  19604. foot: {
  19605. height: math.unit(1.611 * 1644 / 358, "meter"),
  19606. name: "Foot",
  19607. image: {
  19608. source: "./media/characters/bunsen/foot.svg"
  19609. }
  19610. },
  19611. },
  19612. [
  19613. {
  19614. name: "Small",
  19615. height: math.unit(10, "feet")
  19616. },
  19617. {
  19618. name: "Normal",
  19619. height: math.unit(15.6, "meters"),
  19620. default: true
  19621. },
  19622. ]
  19623. ))
  19624. characterMakers.push(() => makeCharacter(
  19625. { name: "Sesh" },
  19626. {
  19627. front: {
  19628. height: math.unit(4 + 11 / 12, "feet"),
  19629. weight: math.unit(140, "lb"),
  19630. name: "Front",
  19631. image: {
  19632. source: "./media/characters/sesh/front.svg",
  19633. extra: 3420 / 3231,
  19634. bottom: 72 / 3949.5
  19635. }
  19636. },
  19637. },
  19638. [
  19639. {
  19640. name: "Normal",
  19641. height: math.unit(4 + 11 / 12, "feet")
  19642. },
  19643. {
  19644. name: "Grown",
  19645. height: math.unit(15, "feet"),
  19646. default: true
  19647. },
  19648. {
  19649. name: "Macro",
  19650. height: math.unit(1500, "feet")
  19651. },
  19652. {
  19653. name: "Megamacro",
  19654. height: math.unit(30, "miles")
  19655. },
  19656. {
  19657. name: "Continental",
  19658. height: math.unit(3000, "miles")
  19659. },
  19660. {
  19661. name: "Gravity Mass",
  19662. height: math.unit(300000, "miles")
  19663. },
  19664. {
  19665. name: "Planet Buster",
  19666. height: math.unit(30000000, "miles")
  19667. },
  19668. {
  19669. name: "Big",
  19670. height: math.unit(3000000000, "miles")
  19671. },
  19672. ]
  19673. ))
  19674. //characters
  19675. function makeCharacters() {
  19676. const results = [];
  19677. characterMakers.forEach(character => {
  19678. results.push(character());
  19679. });
  19680. return results;
  19681. }