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.
 
 
 

19219 lines
456 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. side: {
  418. height: math.unit(7, "feet"),
  419. weight: math.unit(50, "kg"),
  420. name: "Side",
  421. image: {
  422. source: "./media/characters/elijah/side.svg",
  423. extra: 1,
  424. bottom: 0.065
  425. }
  426. },
  427. foot: {
  428. height: math.unit(2.05, "feet"),
  429. name: "Foot",
  430. image: {
  431. source: "./media/characters/elijah/foot.svg"
  432. }
  433. },
  434. },
  435. [
  436. {
  437. name: "Normal",
  438. height: math.unit(1.65, "meters")
  439. },
  440. {
  441. name: "Macro",
  442. height: math.unit(55, "meters"),
  443. default: true
  444. },
  445. {
  446. name: "Macro+",
  447. height: math.unit(105, "meters")
  448. },
  449. ]
  450. ))
  451. characterMakers.push(() => makeCharacter(
  452. { name: "Rai" },
  453. {
  454. front: {
  455. height: math.unit(11, "feet"),
  456. weight: math.unit(80, "kg"),
  457. name: "Front",
  458. image: {
  459. source: "./media/characters/rai/front.svg",
  460. extra: 1,
  461. bottom: 0.03
  462. }
  463. },
  464. side: {
  465. height: math.unit(11, "feet"),
  466. weight: math.unit(80, "kg"),
  467. name: "Side",
  468. image: {
  469. source: "./media/characters/rai/side.svg"
  470. }
  471. },
  472. back: {
  473. height: math.unit(11, "feet"),
  474. weight: math.unit(80, "lb"),
  475. name: "Back",
  476. image: {
  477. source: "./media/characters/rai/back.svg",
  478. extra: 1,
  479. bottom: 0.01
  480. }
  481. },
  482. feral: {
  483. height: math.unit(11, "feet"),
  484. weight: math.unit(800, "lb"),
  485. name: "Feral",
  486. image: {
  487. source: "./media/characters/rai/feral.svg",
  488. extra: 1050 / 659,
  489. bottom: 0.07
  490. }
  491. },
  492. maw: {
  493. height: math.unit(6 / 3.81416, "feet"),
  494. name: "Maw",
  495. image: {
  496. source: "./media/characters/rai/maw.svg"
  497. }
  498. },
  499. },
  500. [
  501. {
  502. name: "Normal",
  503. height: math.unit(11, "feet")
  504. },
  505. {
  506. name: "Macro",
  507. height: math.unit(302, "feet"),
  508. default: true
  509. },
  510. ]
  511. ))
  512. characterMakers.push(() => makeCharacter(
  513. { name: "Jazzy" },
  514. {
  515. front: {
  516. height: math.unit(7, "feet"),
  517. weight: math.unit(80, "kg"),
  518. name: "Front",
  519. image: {
  520. source: "./media/characters/jazzy/front.svg",
  521. extra: 1,
  522. bottom: 0.01
  523. }
  524. },
  525. back: {
  526. height: math.unit(7, "feet"),
  527. weight: math.unit(80, "kg"),
  528. name: "Back",
  529. image: {
  530. source: "./media/characters/jazzy/back.svg",
  531. extra: 1,
  532. bottom: 0.01
  533. }
  534. },
  535. },
  536. [
  537. {
  538. name: "Macro",
  539. height: math.unit(216, "feet"),
  540. default: true
  541. },
  542. ]
  543. ))
  544. characterMakers.push(() => makeCharacter(
  545. { name: "Flamm" },
  546. {
  547. front: {
  548. height: math.unit(7, "feet"),
  549. weight: math.unit(80, "kg"),
  550. name: "Front",
  551. image: {
  552. source: "./media/characters/flamm/front.svg",
  553. extra: 1,
  554. bottom: 0.02
  555. }
  556. },
  557. },
  558. [
  559. {
  560. name: "Normal",
  561. height: math.unit(9.5, "feet")
  562. },
  563. {
  564. name: "Macro",
  565. height: math.unit(200, "feet"),
  566. default: true
  567. },
  568. ]
  569. ))
  570. characterMakers.push(() => makeCharacter(
  571. { name: "Zephiro" },
  572. {
  573. front: {
  574. height: math.unit(7, "feet"),
  575. weight: math.unit(80, "kg"),
  576. name: "Front",
  577. image: {
  578. source: "./media/characters/zephiro/front.svg",
  579. extra: 2309 / 2162,
  580. bottom: 0.069
  581. }
  582. },
  583. side: {
  584. height: math.unit(7, "feet"),
  585. weight: math.unit(80, "kg"),
  586. name: "Side",
  587. image: {
  588. source: "./media/characters/zephiro/side.svg",
  589. extra: 2403 / 2279,
  590. bottom: 0.015
  591. }
  592. },
  593. back: {
  594. height: math.unit(7, "feet"),
  595. weight: math.unit(80, "kg"),
  596. name: "Back",
  597. image: {
  598. source: "./media/characters/zephiro/back.svg",
  599. extra: 2373 / 2244,
  600. bottom: 0.013
  601. }
  602. },
  603. },
  604. [
  605. {
  606. name: "Micro",
  607. height: math.unit(3, "inches")
  608. },
  609. {
  610. name: "Normal",
  611. height: math.unit(5 + 3 / 12, "feet"),
  612. default: true
  613. },
  614. {
  615. name: "Macro",
  616. height: math.unit(118, "feet")
  617. },
  618. ]
  619. ))
  620. characterMakers.push(() => makeCharacter(
  621. { name: "Fory" },
  622. {
  623. front: {
  624. height: math.unit(7, "feet"),
  625. weight: math.unit(90, "kg"),
  626. name: "Front",
  627. image: {
  628. source: "./media/characters/fory/front.svg",
  629. extra: 1,
  630. bottom: 0.03
  631. }
  632. },
  633. },
  634. [
  635. {
  636. name: "Normal",
  637. height: math.unit(5, "feet")
  638. },
  639. {
  640. name: "Macro",
  641. height: math.unit(50, "feet"),
  642. default: true
  643. },
  644. ]
  645. ))
  646. characterMakers.push(() => makeCharacter(
  647. { name: "Kurrikage" },
  648. {
  649. front: {
  650. height: math.unit(7, "feet"),
  651. weight: math.unit(90, "kg"),
  652. name: "Front",
  653. image: {
  654. source: "./media/characters/kurrikage/front.svg",
  655. extra: 1,
  656. bottom: 0.035
  657. }
  658. },
  659. back: {
  660. height: math.unit(7, "feet"),
  661. weight: math.unit(90, "lb"),
  662. name: "Back",
  663. image: {
  664. source: "./media/characters/kurrikage/back.svg"
  665. }
  666. },
  667. paw: {
  668. height: math.unit(1.5, "feet"),
  669. name: "Paw",
  670. image: {
  671. source: "./media/characters/kurrikage/paw.svg"
  672. }
  673. },
  674. staff: {
  675. height: math.unit(6.7, "feet"),
  676. name: "Staff",
  677. image: {
  678. source: "./media/characters/kurrikage/staff.svg"
  679. }
  680. },
  681. peek: {
  682. height: math.unit(1.05, "feet"),
  683. name: "Peeking",
  684. image: {
  685. source: "./media/characters/kurrikage/peek.svg",
  686. bottom: 0.08
  687. }
  688. },
  689. },
  690. [
  691. {
  692. name: "Normal",
  693. height: math.unit(12, "feet"),
  694. default: true
  695. },
  696. {
  697. name: "Big",
  698. height: math.unit(20, "feet")
  699. },
  700. {
  701. name: "Macro",
  702. height: math.unit(500, "feet")
  703. },
  704. {
  705. name: "Megamacro",
  706. height: math.unit(20, "miles")
  707. },
  708. ]
  709. ))
  710. characterMakers.push(() => makeCharacter(
  711. { name: "Shingo" },
  712. {
  713. front: {
  714. height: math.unit(6, "feet"),
  715. weight: math.unit(75, "kg"),
  716. name: "Front",
  717. image: {
  718. source: "./media/characters/shingo/front.svg",
  719. extra: 3511 / 3338,
  720. bottom: 0.005
  721. }
  722. },
  723. },
  724. [
  725. {
  726. name: "Micro",
  727. height: math.unit(4, "inches")
  728. },
  729. {
  730. name: "Normal",
  731. height: math.unit(6, "feet"),
  732. default: true
  733. },
  734. {
  735. name: "Macro",
  736. height: math.unit(108, "feet")
  737. }
  738. ]
  739. ))
  740. characterMakers.push(() => makeCharacter(
  741. { name: "Aigey" },
  742. {
  743. side: {
  744. height: math.unit(6, "feet"),
  745. weight: math.unit(75, "kg"),
  746. name: "Side",
  747. image: {
  748. source: "./media/characters/aigey/side.svg"
  749. }
  750. },
  751. },
  752. [
  753. {
  754. name: "Macro",
  755. height: math.unit(200, "feet"),
  756. default: true
  757. },
  758. {
  759. name: "Megamacro",
  760. height: math.unit(100, "miles")
  761. },
  762. ]
  763. )
  764. )
  765. characterMakers.push(() => makeCharacter(
  766. { name: "Natasha" },
  767. {
  768. front: {
  769. height: math.unit(5 + 5 / 12, "feet"),
  770. weight: math.unit(75, "kg"),
  771. name: "Front",
  772. image: {
  773. source: "./media/characters/natasha/front.svg",
  774. extra: 875 / 846,
  775. bottom: 0.01
  776. }
  777. },
  778. },
  779. [
  780. {
  781. name: "Normal",
  782. height: math.unit(5 + 5 / 12, "feet")
  783. },
  784. {
  785. name: "Large",
  786. height: math.unit(12, "feet")
  787. },
  788. {
  789. name: "Macro",
  790. height: math.unit(100, "feet"),
  791. default: true
  792. },
  793. {
  794. name: "Macro+",
  795. height: math.unit(260, "feet")
  796. },
  797. {
  798. name: "Macro++",
  799. height: math.unit(1, "mile")
  800. },
  801. ]
  802. ))
  803. characterMakers.push(() => makeCharacter(
  804. { name: "Malik" },
  805. {
  806. front: {
  807. height: math.unit(6, "feet"),
  808. weight: math.unit(75, "kg"),
  809. name: "Front",
  810. image: {
  811. source: "./media/characters/malik/front.svg"
  812. }
  813. },
  814. side: {
  815. height: math.unit(6, "feet"),
  816. weight: math.unit(75, "kg"),
  817. name: "Side",
  818. image: {
  819. source: "./media/characters/malik/side.svg",
  820. extra: 1.1539
  821. }
  822. },
  823. back: {
  824. height: math.unit(6, "feet"),
  825. weight: math.unit(75, "kg"),
  826. name: "Back",
  827. image: {
  828. source: "./media/characters/malik/back.svg"
  829. }
  830. },
  831. },
  832. [
  833. {
  834. name: "Macro",
  835. height: math.unit(156, "feet"),
  836. default: true
  837. },
  838. {
  839. name: "Macro+",
  840. height: math.unit(1188, "feet")
  841. },
  842. ]
  843. ))
  844. characterMakers.push(() => makeCharacter(
  845. { name: "Sefer" },
  846. {
  847. front: {
  848. height: math.unit(6, "feet"),
  849. weight: math.unit(75, "kg"),
  850. name: "Front",
  851. image: {
  852. source: "./media/characters/sefer/front.svg"
  853. }
  854. },
  855. back: {
  856. height: math.unit(6, "feet"),
  857. weight: math.unit(75, "kg"),
  858. name: "Back",
  859. image: {
  860. source: "./media/characters/sefer/back.svg"
  861. }
  862. },
  863. },
  864. [
  865. {
  866. name: "Normal",
  867. height: math.unit(6, "feet"),
  868. default: true
  869. },
  870. ]
  871. ))
  872. characterMakers.push(() => makeCharacter(
  873. { name: "North" },
  874. {
  875. body: {
  876. height: math.unit(2.2428, "meter"),
  877. weight: math.unit(124.738, "kg"),
  878. name: "Body",
  879. image: {
  880. extra: 1225 / 1050,
  881. source: "./media/characters/north/front.svg"
  882. }
  883. }
  884. },
  885. [
  886. {
  887. name: "Micro",
  888. height: math.unit(4, "inches")
  889. },
  890. {
  891. name: "Macro",
  892. height: math.unit(63, "meters")
  893. },
  894. {
  895. name: "Megamacro",
  896. height: math.unit(101, "miles"),
  897. default: true
  898. }
  899. ]
  900. ))
  901. characterMakers.push(() => makeCharacter(
  902. { name: "Talan" },
  903. {
  904. body: {
  905. height: math.unit(2, "meter"),
  906. weight: math.unit(70, "kg"),
  907. name: "Body",
  908. image: {
  909. bottom: 0.02,
  910. source: "./media/characters/talan/front.svg"
  911. }
  912. }
  913. },
  914. [
  915. {
  916. name: "Normal",
  917. height: math.unit(4, "meters")
  918. },
  919. {
  920. name: "Macro",
  921. height: math.unit(100, "meters")
  922. },
  923. {
  924. name: "Megamacro",
  925. height: math.unit(2, "miles"),
  926. default: true
  927. },
  928. {
  929. name: "Gigamacro",
  930. height: math.unit(5000, "miles")
  931. },
  932. {
  933. name: "Teramacro",
  934. height: math.unit(100, "parsecs")
  935. }
  936. ]
  937. ))
  938. characterMakers.push(() => makeCharacter(
  939. { name: "Gael'Rathus" },
  940. {
  941. front: {
  942. height: math.unit(2, "meter"),
  943. weight: math.unit(90, "kg"),
  944. name: "Front",
  945. image: {
  946. source: "./media/characters/gael'rathus/front.svg"
  947. }
  948. },
  949. frontAlt: {
  950. height: math.unit(2, "meter"),
  951. weight: math.unit(90, "kg"),
  952. name: "Front (alt)",
  953. image: {
  954. source: "./media/characters/gael'rathus/front-alt.svg"
  955. }
  956. },
  957. frontAlt2: {
  958. height: math.unit(2, "meter"),
  959. weight: math.unit(90, "kg"),
  960. name: "Front (alt 2)",
  961. image: {
  962. source: "./media/characters/gael'rathus/front-alt-2.svg"
  963. }
  964. }
  965. },
  966. [
  967. {
  968. name: "Normal",
  969. height: math.unit(9, "feet"),
  970. default: true
  971. },
  972. {
  973. name: "Large",
  974. height: math.unit(25, "feet")
  975. },
  976. {
  977. name: "Macro",
  978. height: math.unit(0.25, "miles")
  979. },
  980. {
  981. name: "Megamacro",
  982. height: math.unit(10, "miles")
  983. }
  984. ]
  985. ))
  986. characterMakers.push(() => makeCharacter(
  987. { name: "Sosha" },
  988. {
  989. side: {
  990. height: math.unit(2, "meter"),
  991. weight: math.unit(140, "kg"),
  992. name: "Side",
  993. image: {
  994. source: "./media/characters/sosha/side.svg",
  995. bottom: 0.042
  996. }
  997. },
  998. },
  999. [
  1000. {
  1001. name: "Normal",
  1002. height: math.unit(12, "feet"),
  1003. default: true
  1004. }
  1005. ]
  1006. ))
  1007. characterMakers.push(() => makeCharacter(
  1008. { name: "RuNNoLa" },
  1009. {
  1010. side: {
  1011. height: math.unit(5 + 5 / 12, "feet"),
  1012. weight: math.unit(170, "kg"),
  1013. name: "Side",
  1014. image: {
  1015. source: "./media/characters/runnola/side.svg",
  1016. extra: 741 / 448,
  1017. bottom: 0.05
  1018. }
  1019. },
  1020. },
  1021. [
  1022. {
  1023. name: "Small",
  1024. height: math.unit(3, "feet")
  1025. },
  1026. {
  1027. name: "Normal",
  1028. height: math.unit(5 + 5 / 12, "feet"),
  1029. default: true
  1030. },
  1031. {
  1032. name: "Big",
  1033. height: math.unit(10, "feet")
  1034. },
  1035. ]
  1036. ))
  1037. characterMakers.push(() => makeCharacter(
  1038. { name: "Kurribird" },
  1039. {
  1040. front: {
  1041. height: math.unit(2, "meter"),
  1042. weight: math.unit(50, "kg"),
  1043. name: "Front",
  1044. image: {
  1045. source: "./media/characters/kurribird/front.svg",
  1046. bottom: 0.015
  1047. }
  1048. },
  1049. frontAlt: {
  1050. height: math.unit(1.5, "meter"),
  1051. weight: math.unit(50, "kg"),
  1052. name: "Front (Alt)",
  1053. image: {
  1054. source: "./media/characters/kurribird/front-alt.svg",
  1055. extra: 1.45
  1056. }
  1057. },
  1058. },
  1059. [
  1060. {
  1061. name: "Normal",
  1062. height: math.unit(7, "feet")
  1063. },
  1064. {
  1065. name: "Big",
  1066. height: math.unit(12, "feet"),
  1067. default: true
  1068. },
  1069. {
  1070. name: "Macro",
  1071. height: math.unit(1500, "feet")
  1072. },
  1073. {
  1074. name: "Megamacro",
  1075. height: math.unit(2, "miles")
  1076. }
  1077. ]
  1078. ))
  1079. characterMakers.push(() => makeCharacter(
  1080. { name: "Elbial" },
  1081. {
  1082. front: {
  1083. height: math.unit(2, "meter"),
  1084. weight: math.unit(80, "kg"),
  1085. name: "Front",
  1086. image: {
  1087. source: "./media/characters/elbial/front.svg"
  1088. }
  1089. },
  1090. side: {
  1091. height: math.unit(2, "meter"),
  1092. weight: math.unit(80, "kg"),
  1093. name: "Side",
  1094. image: {
  1095. source: "./media/characters/elbial/side.svg"
  1096. }
  1097. },
  1098. back: {
  1099. height: math.unit(2, "meter"),
  1100. weight: math.unit(80, "kg"),
  1101. name: "Back",
  1102. image: {
  1103. source: "./media/characters/elbial/back.svg"
  1104. }
  1105. },
  1106. },
  1107. [
  1108. {
  1109. name: "Large",
  1110. height: math.unit(100, "feet")
  1111. },
  1112. {
  1113. name: "Macro",
  1114. height: math.unit(500, "feet"),
  1115. default: true
  1116. },
  1117. {
  1118. name: "Megamacro",
  1119. height: math.unit(10, "miles")
  1120. },
  1121. {
  1122. name: "Gigamacro",
  1123. height: math.unit(25000, "miles")
  1124. },
  1125. {
  1126. name: "Full-Size",
  1127. height: math.unit(8000000, "gigaparsecs")
  1128. }
  1129. ]
  1130. ))
  1131. characterMakers.push(() => makeCharacter(
  1132. { name: "Noah" },
  1133. {
  1134. front: {
  1135. height: math.unit(2, "meter"),
  1136. weight: math.unit(60, "kg"),
  1137. name: "Front",
  1138. image: {
  1139. source: "./media/characters/noah/front.svg"
  1140. }
  1141. },
  1142. talons: {
  1143. height: math.unit(0.315, "meter"),
  1144. name: "Talons",
  1145. image: {
  1146. source: "./media/characters/noah/talons.svg"
  1147. }
  1148. }
  1149. },
  1150. [
  1151. {
  1152. name: "Large",
  1153. height: math.unit(50, "feet")
  1154. },
  1155. {
  1156. name: "Macro",
  1157. height: math.unit(750, "feet"),
  1158. default: true
  1159. },
  1160. {
  1161. name: "Megamacro",
  1162. height: math.unit(50, "miles")
  1163. },
  1164. {
  1165. name: "Gigamacro",
  1166. height: math.unit(100000, "miles")
  1167. },
  1168. {
  1169. name: "Full-Size",
  1170. height: math.unit(3000000000, "miles")
  1171. }
  1172. ]
  1173. ))
  1174. characterMakers.push(() => makeCharacter(
  1175. { name: "Natalya" },
  1176. {
  1177. front: {
  1178. height: math.unit(2, "meter"),
  1179. weight: math.unit(80, "kg"),
  1180. name: "Front",
  1181. image: {
  1182. source: "./media/characters/natalya/front.svg"
  1183. }
  1184. },
  1185. back: {
  1186. height: math.unit(2, "meter"),
  1187. weight: math.unit(80, "kg"),
  1188. name: "Back",
  1189. image: {
  1190. source: "./media/characters/natalya/back.svg"
  1191. }
  1192. }
  1193. },
  1194. [
  1195. {
  1196. name: "Normal",
  1197. height: math.unit(150, "feet"),
  1198. default: true
  1199. },
  1200. {
  1201. name: "Megamacro",
  1202. height: math.unit(5, "miles")
  1203. },
  1204. {
  1205. name: "Full-Size",
  1206. height: math.unit(600, "kiloparsecs")
  1207. }
  1208. ]
  1209. ))
  1210. characterMakers.push(() => makeCharacter(
  1211. { name: "Erestrebah" },
  1212. {
  1213. front: {
  1214. height: math.unit(2, "meter"),
  1215. weight: math.unit(50, "kg"),
  1216. name: "Front",
  1217. image: {
  1218. source: "./media/characters/erestrebah/front.svg",
  1219. extra: 208 / 193,
  1220. bottom: 0.055
  1221. }
  1222. },
  1223. back: {
  1224. height: math.unit(2, "meter"),
  1225. weight: math.unit(50, "kg"),
  1226. name: "Back",
  1227. image: {
  1228. source: "./media/characters/erestrebah/back.svg",
  1229. extra: 1.3
  1230. }
  1231. }
  1232. },
  1233. [
  1234. {
  1235. name: "Normal",
  1236. height: math.unit(10, "feet")
  1237. },
  1238. {
  1239. name: "Large",
  1240. height: math.unit(50, "feet"),
  1241. default: true
  1242. },
  1243. {
  1244. name: "Macro",
  1245. height: math.unit(300, "feet")
  1246. },
  1247. {
  1248. name: "Macro+",
  1249. height: math.unit(750, "feet")
  1250. },
  1251. {
  1252. name: "Megamacro",
  1253. height: math.unit(3, "miles")
  1254. }
  1255. ]
  1256. ))
  1257. characterMakers.push(() => makeCharacter(
  1258. { name: "Jennifer" },
  1259. {
  1260. front: {
  1261. height: math.unit(2, "meter"),
  1262. weight: math.unit(80, "kg"),
  1263. name: "Front",
  1264. image: {
  1265. source: "./media/characters/jennifer/front.svg",
  1266. bottom: 0.11,
  1267. extra: 1.16
  1268. }
  1269. },
  1270. frontAlt: {
  1271. height: math.unit(2, "meter"),
  1272. weight: math.unit(80, "kg"),
  1273. name: "Front (Alt)",
  1274. image: {
  1275. source: "./media/characters/jennifer/front-alt.svg"
  1276. }
  1277. }
  1278. },
  1279. [
  1280. {
  1281. name: "Canon Height",
  1282. height: math.unit(120, "feet"),
  1283. default: true
  1284. },
  1285. {
  1286. name: "Macro+",
  1287. height: math.unit(300, "feet")
  1288. },
  1289. {
  1290. name: "Megamacro",
  1291. height: math.unit(20000, "feet")
  1292. }
  1293. ]
  1294. ))
  1295. characterMakers.push(() => makeCharacter(
  1296. { name: "Kalista" },
  1297. {
  1298. front: {
  1299. height: math.unit(2, "meter"),
  1300. weight: math.unit(50, "kg"),
  1301. name: "Front",
  1302. image: {
  1303. source: "./media/characters/kalista/front.svg",
  1304. extra: 1947 / 1700
  1305. }
  1306. },
  1307. back: {
  1308. height: math.unit(2, "meter"),
  1309. weight: math.unit(50, "kg"),
  1310. name: "Back",
  1311. image: {
  1312. source: "./media/characters/kalista/back.svg",
  1313. extra: 1366 / 1156
  1314. }
  1315. }
  1316. },
  1317. [
  1318. {
  1319. name: "Uncomfortably Small",
  1320. height: math.unit(10, "feet")
  1321. },
  1322. {
  1323. name: "Small",
  1324. height: math.unit(30, "feet")
  1325. },
  1326. {
  1327. name: "Macro",
  1328. height: math.unit(100, "feet"),
  1329. default: true
  1330. },
  1331. {
  1332. name: "Macro+",
  1333. height: math.unit(2000, "feet")
  1334. },
  1335. {
  1336. name: "True Form",
  1337. height: math.unit(8924, "miles")
  1338. }
  1339. ]
  1340. ))
  1341. characterMakers.push(() => makeCharacter(
  1342. { name: "GiantGrowingVixen" },
  1343. {
  1344. front: {
  1345. height: math.unit(2, "meter"),
  1346. weight: math.unit(120, "kg"),
  1347. name: "Front",
  1348. image: {
  1349. source: "./media/characters/ggv/front.svg"
  1350. }
  1351. },
  1352. side: {
  1353. height: math.unit(2, "meter"),
  1354. weight: math.unit(120, "kg"),
  1355. name: "Side",
  1356. image: {
  1357. source: "./media/characters/ggv/side.svg"
  1358. }
  1359. }
  1360. },
  1361. [
  1362. {
  1363. name: "Extremely Puny",
  1364. height: math.unit(9 + 5 / 12, "feet")
  1365. },
  1366. {
  1367. name: "Horribly Small",
  1368. height: math.unit(47.7, "miles"),
  1369. default: true
  1370. },
  1371. {
  1372. name: "Reasonably Sized",
  1373. height: math.unit(25000, "parsecs")
  1374. },
  1375. {
  1376. name: "Slightly Uncompressed",
  1377. height: math.unit(7.77e31, "parsecs")
  1378. },
  1379. {
  1380. name: "Omniversal",
  1381. height: math.unit(1e300, "meters")
  1382. },
  1383. ]
  1384. ))
  1385. characterMakers.push(() => makeCharacter(
  1386. { name: "Napalm" },
  1387. {
  1388. front: {
  1389. height: math.unit(2, "meter"),
  1390. weight: math.unit(75, "lb"),
  1391. name: "Front",
  1392. image: {
  1393. source: "./media/characters/napalm/front.svg"
  1394. }
  1395. },
  1396. back: {
  1397. height: math.unit(2, "meter"),
  1398. weight: math.unit(75, "lb"),
  1399. name: "Back",
  1400. image: {
  1401. source: "./media/characters/napalm/back.svg"
  1402. }
  1403. }
  1404. },
  1405. [
  1406. {
  1407. name: "Standard",
  1408. height: math.unit(55, "feet"),
  1409. default: true
  1410. }
  1411. ]
  1412. ))
  1413. characterMakers.push(() => makeCharacter(
  1414. { name: "Asana" },
  1415. {
  1416. front: {
  1417. height: math.unit(7 + 5 / 6, "feet"),
  1418. weight: math.unit(325, "lb"),
  1419. name: "Front",
  1420. image: {
  1421. source: "./media/characters/asana/front.svg",
  1422. extra: 1128 / 1068
  1423. }
  1424. },
  1425. back: {
  1426. height: math.unit(7 + 5 / 6, "feet"),
  1427. weight: math.unit(325, "lb"),
  1428. name: "Back",
  1429. image: {
  1430. source: "./media/characters/asana/back.svg",
  1431. extra: 1128 / 1068
  1432. }
  1433. },
  1434. },
  1435. [
  1436. {
  1437. name: "Standard",
  1438. height: math.unit(7 + 5 / 6, "feet"),
  1439. default: true
  1440. },
  1441. {
  1442. name: "Large",
  1443. height: math.unit(10, "meters")
  1444. },
  1445. {
  1446. name: "Macro",
  1447. height: math.unit(2500, "meters")
  1448. },
  1449. {
  1450. name: "Megamacro",
  1451. height: math.unit(5e6, "meters")
  1452. },
  1453. {
  1454. name: "Examacro",
  1455. height: math.unit(5e12, "lightyears")
  1456. },
  1457. {
  1458. name: "Max Size",
  1459. height: math.unit(1e31, "lightyears")
  1460. }
  1461. ]
  1462. ))
  1463. characterMakers.push(() => makeCharacter(
  1464. { name: "Ebony" },
  1465. {
  1466. front: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(60, "kg"),
  1469. name: "Front",
  1470. image: {
  1471. source: "./media/characters/ebony/front.svg",
  1472. bottom: 0.03,
  1473. extra: 1045 / 810 + 0.03
  1474. }
  1475. },
  1476. side: {
  1477. height: math.unit(2, "meter"),
  1478. weight: math.unit(60, "kg"),
  1479. name: "Side",
  1480. image: {
  1481. source: "./media/characters/ebony/side.svg",
  1482. bottom: 0.03,
  1483. extra: 1045 / 810 + 0.03
  1484. }
  1485. },
  1486. back: {
  1487. height: math.unit(2, "meter"),
  1488. weight: math.unit(60, "kg"),
  1489. name: "Back",
  1490. image: {
  1491. source: "./media/characters/ebony/back.svg",
  1492. bottom: 0.01,
  1493. extra: 1045 / 810 + 0.01
  1494. }
  1495. },
  1496. },
  1497. [
  1498. // TODO check why I did this lol
  1499. {
  1500. name: "Standard",
  1501. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1502. default: true
  1503. },
  1504. {
  1505. name: "Macro",
  1506. height: math.unit(200, "feet")
  1507. },
  1508. {
  1509. name: "Gigamacro",
  1510. height: math.unit(13000, "km")
  1511. }
  1512. ]
  1513. ))
  1514. characterMakers.push(() => makeCharacter(
  1515. { name: "Mountain" },
  1516. {
  1517. front: {
  1518. height: math.unit(6, "feet"),
  1519. weight: math.unit(175, "lb"),
  1520. name: "Front",
  1521. image: {
  1522. source: "./media/characters/mountain/front.svg"
  1523. }
  1524. },
  1525. back: {
  1526. height: math.unit(6, "feet"),
  1527. weight: math.unit(175, "lb"),
  1528. name: "Back",
  1529. image: {
  1530. source: "./media/characters/mountain/back.svg"
  1531. }
  1532. },
  1533. },
  1534. [
  1535. {
  1536. name: "Large",
  1537. height: math.unit(20, "meters")
  1538. },
  1539. {
  1540. name: "Macro",
  1541. height: math.unit(300, "meters")
  1542. },
  1543. {
  1544. name: "Gigamacro",
  1545. height: math.unit(10000, "km"),
  1546. default: true
  1547. },
  1548. {
  1549. name: "Examacro",
  1550. height: math.unit(10e9, "lightyears")
  1551. }
  1552. ]
  1553. ))
  1554. characterMakers.push(() => makeCharacter(
  1555. { name: "Rick" },
  1556. {
  1557. front: {
  1558. height: math.unit(8, "feet"),
  1559. weight: math.unit(500, "lb"),
  1560. name: "Front",
  1561. image: {
  1562. source: "./media/characters/rick/front.svg"
  1563. }
  1564. }
  1565. },
  1566. [
  1567. {
  1568. name: "Normal",
  1569. height: math.unit(8, "feet"),
  1570. default: true
  1571. },
  1572. {
  1573. name: "Macro",
  1574. height: math.unit(5, "km")
  1575. }
  1576. ]
  1577. ))
  1578. characterMakers.push(() => makeCharacter(
  1579. { name: "Ona" },
  1580. {
  1581. front: {
  1582. height: math.unit(8, "feet"),
  1583. weight: math.unit(120, "lb"),
  1584. name: "Front",
  1585. image: {
  1586. source: "./media/characters/ona/front.svg"
  1587. }
  1588. },
  1589. frontAlt: {
  1590. height: math.unit(8, "feet"),
  1591. weight: math.unit(120, "lb"),
  1592. name: "Front (Alt)",
  1593. image: {
  1594. source: "./media/characters/ona/front-alt.svg"
  1595. }
  1596. },
  1597. back: {
  1598. height: math.unit(8, "feet"),
  1599. weight: math.unit(120, "lb"),
  1600. name: "Back",
  1601. image: {
  1602. source: "./media/characters/ona/back.svg"
  1603. }
  1604. },
  1605. foot: {
  1606. height: math.unit(1.1, "feet"),
  1607. name: "Foot",
  1608. image: {
  1609. source: "./media/characters/ona/foot.svg"
  1610. }
  1611. }
  1612. },
  1613. [
  1614. {
  1615. name: "Megamacro",
  1616. height: math.unit(70, "km"),
  1617. default: true
  1618. },
  1619. {
  1620. name: "Gigamacro",
  1621. height: math.unit(681818, "miles")
  1622. },
  1623. {
  1624. name: "Examacro",
  1625. height: math.unit(3800000, "lightyears")
  1626. },
  1627. ]
  1628. ))
  1629. characterMakers.push(() => makeCharacter(
  1630. { name: "Mech" },
  1631. {
  1632. front: {
  1633. height: math.unit(12, "feet"),
  1634. weight: math.unit(3000, "lb"),
  1635. name: "Front",
  1636. image: {
  1637. source: "./media/characters/mech/front.svg",
  1638. bottom: 0.025,
  1639. }
  1640. },
  1641. back: {
  1642. height: math.unit(12, "feet"),
  1643. weight: math.unit(3000, "lb"),
  1644. name: "Back",
  1645. image: {
  1646. source: "./media/characters/mech/back.svg",
  1647. bottom: 0.03,
  1648. }
  1649. }
  1650. },
  1651. [
  1652. {
  1653. name: "Normal",
  1654. height: math.unit(12, "feet")
  1655. },
  1656. {
  1657. name: "Macro",
  1658. height: math.unit(300, "feet"),
  1659. default: true
  1660. },
  1661. {
  1662. name: "Macro+",
  1663. height: math.unit(1500, "feet")
  1664. },
  1665. ]
  1666. ))
  1667. characterMakers.push(() => makeCharacter(
  1668. { name: "Gregory" },
  1669. {
  1670. front: {
  1671. height: math.unit(1.3, "meter"),
  1672. weight: math.unit(30, "kg"),
  1673. name: "Front",
  1674. image: {
  1675. source: "./media/characters/gregory/front.svg",
  1676. }
  1677. }
  1678. },
  1679. [
  1680. {
  1681. name: "Normal",
  1682. height: math.unit(1.3, "meter"),
  1683. default: true
  1684. },
  1685. {
  1686. name: "Macro",
  1687. height: math.unit(20, "meter")
  1688. }
  1689. ]
  1690. ))
  1691. characterMakers.push(() => makeCharacter(
  1692. { name: "Elory" },
  1693. {
  1694. front: {
  1695. height: math.unit(2.8, "meter"),
  1696. weight: math.unit(200, "kg"),
  1697. name: "Front",
  1698. image: {
  1699. source: "./media/characters/elory/front.svg",
  1700. }
  1701. }
  1702. },
  1703. [
  1704. {
  1705. name: "Normal",
  1706. height: math.unit(2.8, "meter"),
  1707. default: true
  1708. },
  1709. {
  1710. name: "Macro",
  1711. height: math.unit(38, "meter")
  1712. }
  1713. ]
  1714. ))
  1715. characterMakers.push(() => makeCharacter(
  1716. { name: "Angelpatamon" },
  1717. {
  1718. front: {
  1719. height: math.unit(470, "feet"),
  1720. weight: math.unit(924, "tons"),
  1721. name: "Front",
  1722. image: {
  1723. source: "./media/characters/angelpatamon/front.svg",
  1724. }
  1725. }
  1726. },
  1727. [
  1728. {
  1729. name: "Normal",
  1730. height: math.unit(470, "feet"),
  1731. default: true
  1732. },
  1733. {
  1734. name: "Deity Size I",
  1735. height: math.unit(28651.2, "km")
  1736. },
  1737. {
  1738. name: "Deity Size II",
  1739. height: math.unit(171907.2, "km")
  1740. }
  1741. ]
  1742. ))
  1743. characterMakers.push(() => makeCharacter(
  1744. { name: "Cryae" },
  1745. {
  1746. side: {
  1747. height: math.unit(7.2, "meter"),
  1748. weight: math.unit(8.2, "tons"),
  1749. name: "Side",
  1750. image: {
  1751. source: "./media/characters/cryae/side.svg",
  1752. extra: 3500 / 1500
  1753. }
  1754. }
  1755. },
  1756. [
  1757. {
  1758. name: "Normal",
  1759. height: math.unit(7.2, "meter"),
  1760. default: true
  1761. }
  1762. ]
  1763. ))
  1764. characterMakers.push(() => makeCharacter(
  1765. { name: "Xera" },
  1766. {
  1767. front: {
  1768. height: math.unit(6, "feet"),
  1769. weight: math.unit(175, "lb"),
  1770. name: "Front",
  1771. image: {
  1772. source: "./media/characters/xera/front.svg",
  1773. extra: 2300 / 2061
  1774. }
  1775. },
  1776. side: {
  1777. height: math.unit(6, "feet"),
  1778. weight: math.unit(175, "lb"),
  1779. name: "Side",
  1780. image: {
  1781. source: "./media/characters/xera/side.svg",
  1782. extra: 2300 / 2061
  1783. }
  1784. },
  1785. back: {
  1786. height: math.unit(6, "feet"),
  1787. weight: math.unit(175, "lb"),
  1788. name: "Back",
  1789. image: {
  1790. source: "./media/characters/xera/back.svg"
  1791. }
  1792. },
  1793. },
  1794. [
  1795. {
  1796. name: "Small",
  1797. height: math.unit(10, "feet")
  1798. },
  1799. {
  1800. name: "Macro",
  1801. height: math.unit(500, "meters"),
  1802. default: true
  1803. },
  1804. {
  1805. name: "Macro+",
  1806. height: math.unit(10, "km")
  1807. },
  1808. {
  1809. name: "Gigamacro",
  1810. height: math.unit(25000, "km")
  1811. },
  1812. {
  1813. name: "Teramacro",
  1814. height: math.unit(3e6, "km")
  1815. }
  1816. ]
  1817. ))
  1818. characterMakers.push(() => makeCharacter(
  1819. { name: "Nebula" },
  1820. {
  1821. front: {
  1822. height: math.unit(6, "feet"),
  1823. weight: math.unit(175, "lb"),
  1824. name: "Front",
  1825. image: {
  1826. source: "./media/characters/nebula/front.svg",
  1827. extra: 2600 / 2450
  1828. }
  1829. }
  1830. },
  1831. [
  1832. {
  1833. name: "Small",
  1834. height: math.unit(4.5, "meters")
  1835. },
  1836. {
  1837. name: "Macro",
  1838. height: math.unit(1500, "meters"),
  1839. default: true
  1840. },
  1841. {
  1842. name: "Megamacro",
  1843. height: math.unit(150, "km")
  1844. },
  1845. {
  1846. name: "Gigamacro",
  1847. height: math.unit(27000, "km")
  1848. }
  1849. ]
  1850. ))
  1851. characterMakers.push(() => makeCharacter(
  1852. { name: "Abysgar" },
  1853. {
  1854. front: {
  1855. height: math.unit(6, "feet"),
  1856. weight: math.unit(225, "lb"),
  1857. name: "Front",
  1858. image: {
  1859. source: "./media/characters/abysgar/front.svg"
  1860. }
  1861. }
  1862. },
  1863. [
  1864. {
  1865. name: "Small",
  1866. height: math.unit(4.5, "meters")
  1867. },
  1868. {
  1869. name: "Macro",
  1870. height: math.unit(1250, "meters"),
  1871. default: true
  1872. },
  1873. {
  1874. name: "Megamacro",
  1875. height: math.unit(125, "km")
  1876. },
  1877. {
  1878. name: "Gigamacro",
  1879. height: math.unit(26000, "km")
  1880. }
  1881. ]
  1882. ))
  1883. characterMakers.push(() => makeCharacter(
  1884. { name: "Yakuz" },
  1885. {
  1886. front: {
  1887. height: math.unit(6, "feet"),
  1888. weight: math.unit(180, "lb"),
  1889. name: "Front",
  1890. image: {
  1891. source: "./media/characters/yakuz/front.svg"
  1892. }
  1893. }
  1894. },
  1895. [
  1896. {
  1897. name: "Small",
  1898. height: math.unit(5, "meters")
  1899. },
  1900. {
  1901. name: "Macro",
  1902. height: math.unit(1500, "meters"),
  1903. default: true
  1904. },
  1905. {
  1906. name: "Megamacro",
  1907. height: math.unit(200, "km")
  1908. },
  1909. {
  1910. name: "Gigamacro",
  1911. height: math.unit(100000, "km")
  1912. }
  1913. ]
  1914. ))
  1915. characterMakers.push(() => makeCharacter(
  1916. { name: "Mirova" },
  1917. {
  1918. front: {
  1919. height: math.unit(6, "feet"),
  1920. weight: math.unit(175, "lb"),
  1921. name: "Front",
  1922. image: {
  1923. source: "./media/characters/mirova/front.svg"
  1924. }
  1925. }
  1926. },
  1927. [
  1928. {
  1929. name: "Small",
  1930. height: math.unit(5, "meters")
  1931. },
  1932. {
  1933. name: "Macro",
  1934. height: math.unit(900, "meters"),
  1935. default: true
  1936. },
  1937. {
  1938. name: "Megamacro",
  1939. height: math.unit(135, "km")
  1940. },
  1941. {
  1942. name: "Gigamacro",
  1943. height: math.unit(20000, "km")
  1944. }
  1945. ]
  1946. ))
  1947. characterMakers.push(() => makeCharacter(
  1948. { name: "Asana (Mech)" },
  1949. {
  1950. side: {
  1951. height: math.unit(28.35, "feet"),
  1952. weight: math.unit(99.75, "tons"),
  1953. name: "Side",
  1954. image: {
  1955. source: "./media/characters/asana-mech/side.svg"
  1956. }
  1957. }
  1958. },
  1959. [
  1960. {
  1961. name: "Normal",
  1962. height: math.unit(28.35, "feet"),
  1963. default: true
  1964. },
  1965. {
  1966. name: "Macro",
  1967. height: math.unit(2500, "feet")
  1968. },
  1969. {
  1970. name: "Megamacro",
  1971. height: math.unit(25, "miles")
  1972. },
  1973. {
  1974. name: "Examacro",
  1975. height: math.unit(6e8, "lightyears")
  1976. },
  1977. ]
  1978. ))
  1979. characterMakers.push(() => makeCharacter(
  1980. { name: "Ashtrek" },
  1981. {
  1982. front: {
  1983. height: math.unit(2, "meters"),
  1984. weight: math.unit(70, "kg"),
  1985. name: "Front",
  1986. image: {
  1987. source: "./media/characters/ashtrek/front.svg",
  1988. extra: 560 / 524,
  1989. bottom: 0.01
  1990. }
  1991. },
  1992. frontArmor: {
  1993. height: math.unit(2, "meters"),
  1994. weight: math.unit(76, "kg"),
  1995. name: "Front (Armor)",
  1996. image: {
  1997. source: "./media/characters/ashtrek/front-armor.svg",
  1998. extra: 561 / 527,
  1999. bottom: 0.01
  2000. }
  2001. },
  2002. side: {
  2003. height: math.unit(2, "meters"),
  2004. weight: math.unit(70, "kg"),
  2005. name: "Side",
  2006. image: {
  2007. source: "./media/characters/ashtrek/side.svg",
  2008. extra: 1717 / 1609,
  2009. bottom: 0.005
  2010. }
  2011. },
  2012. back: {
  2013. height: math.unit(2, "meters"),
  2014. weight: math.unit(70, "kg"),
  2015. name: "Back",
  2016. image: {
  2017. source: "./media/characters/ashtrek/back.svg",
  2018. extra: 1570 / 1501
  2019. }
  2020. },
  2021. },
  2022. [
  2023. {
  2024. name: "DEFCON 5",
  2025. height: math.unit(5, "meters")
  2026. },
  2027. {
  2028. name: "DEFCON 4",
  2029. height: math.unit(500, "meters"),
  2030. default: true
  2031. },
  2032. {
  2033. name: "DEFCON 3",
  2034. height: math.unit(5, "km")
  2035. },
  2036. {
  2037. name: "DEFCON 2",
  2038. height: math.unit(500, "km")
  2039. },
  2040. {
  2041. name: "DEFCON 1",
  2042. height: math.unit(500000, "km")
  2043. },
  2044. {
  2045. name: "DEFCON 0",
  2046. height: math.unit(3, "gigaparsecs")
  2047. },
  2048. ]
  2049. ))
  2050. characterMakers.push(() => makeCharacter(
  2051. { name: "Gale" },
  2052. {
  2053. front: {
  2054. height: math.unit(2, "meters"),
  2055. weight: math.unit(76, "kg"),
  2056. name: "Front",
  2057. image: {
  2058. source: "./media/characters/gale/front.svg"
  2059. }
  2060. },
  2061. frontAlt1: {
  2062. height: math.unit(2, "meters"),
  2063. weight: math.unit(76, "kg"),
  2064. name: "Front (Alt 1)",
  2065. image: {
  2066. source: "./media/characters/gale/front-alt-1.svg"
  2067. }
  2068. },
  2069. frontAlt2: {
  2070. height: math.unit(2, "meters"),
  2071. weight: math.unit(76, "kg"),
  2072. name: "Front (Alt 2)",
  2073. image: {
  2074. source: "./media/characters/gale/front-alt-2.svg"
  2075. }
  2076. },
  2077. },
  2078. [
  2079. {
  2080. name: "Normal",
  2081. height: math.unit(7, "feet")
  2082. },
  2083. {
  2084. name: "Macro",
  2085. height: math.unit(150, "feet"),
  2086. default: true
  2087. },
  2088. {
  2089. name: "Macro+",
  2090. height: math.unit(300, "feet")
  2091. },
  2092. ]
  2093. ))
  2094. characterMakers.push(() => makeCharacter(
  2095. { name: "Draylen" },
  2096. {
  2097. front: {
  2098. height: math.unit(2, "meters"),
  2099. weight: math.unit(76, "kg"),
  2100. name: "Front",
  2101. image: {
  2102. source: "./media/characters/draylen/front.svg"
  2103. }
  2104. }
  2105. },
  2106. [
  2107. {
  2108. name: "Macro",
  2109. height: math.unit(150, "feet"),
  2110. default: true
  2111. }
  2112. ]
  2113. ))
  2114. characterMakers.push(() => makeCharacter(
  2115. { name: "Chez" },
  2116. {
  2117. front: {
  2118. height: math.unit(7 + 9 / 12, "feet"),
  2119. weight: math.unit(379, "lbs"),
  2120. name: "Front",
  2121. image: {
  2122. source: "./media/characters/chez/front.svg"
  2123. }
  2124. },
  2125. side: {
  2126. height: math.unit(7 + 9 / 12, "feet"),
  2127. weight: math.unit(379, "lbs"),
  2128. name: "Side",
  2129. image: {
  2130. source: "./media/characters/chez/side.svg"
  2131. }
  2132. }
  2133. },
  2134. [
  2135. {
  2136. name: "Normal",
  2137. height: math.unit(7 + 9 / 12, "feet"),
  2138. default: true
  2139. },
  2140. {
  2141. name: "God King",
  2142. height: math.unit(9750000, "meters")
  2143. }
  2144. ]
  2145. ))
  2146. characterMakers.push(() => makeCharacter(
  2147. { name: "Kaylum" },
  2148. {
  2149. front: {
  2150. height: math.unit(6, "feet"),
  2151. weight: math.unit(275, "lbs"),
  2152. name: "Front",
  2153. image: {
  2154. source: "./media/characters/kaylum/front.svg",
  2155. bottom: 0.01,
  2156. extra: 1166 / 1031
  2157. }
  2158. },
  2159. frontWingless: {
  2160. height: math.unit(6, "feet"),
  2161. weight: math.unit(275, "lbs"),
  2162. name: "Front (Wingless)",
  2163. image: {
  2164. source: "./media/characters/kaylum/front-wingless.svg",
  2165. bottom: 0.01,
  2166. extra: 1117 / 1031
  2167. }
  2168. }
  2169. },
  2170. [
  2171. {
  2172. name: "Normal",
  2173. height: math.unit(3.05, "meters")
  2174. },
  2175. {
  2176. name: "Master",
  2177. height: math.unit(5.5, "meters")
  2178. },
  2179. {
  2180. name: "Rampage",
  2181. height: math.unit(19, "meters")
  2182. },
  2183. {
  2184. name: "Macro Lite",
  2185. height: math.unit(37, "meters")
  2186. },
  2187. {
  2188. name: "Hyper Predator",
  2189. height: math.unit(61, "meters")
  2190. },
  2191. {
  2192. name: "Macro",
  2193. height: math.unit(138, "meters"),
  2194. default: true
  2195. }
  2196. ]
  2197. ))
  2198. characterMakers.push(() => makeCharacter(
  2199. { name: "Geta" },
  2200. {
  2201. front: {
  2202. height: math.unit(6, "feet"),
  2203. weight: math.unit(150, "lbs"),
  2204. name: "Front",
  2205. image: {
  2206. source: "./media/characters/geta/front.svg"
  2207. }
  2208. }
  2209. },
  2210. [
  2211. {
  2212. name: "Micro",
  2213. height: math.unit(3, "inches"),
  2214. default: true
  2215. },
  2216. {
  2217. name: "Normal",
  2218. height: math.unit(5 + 5 / 12, "feet")
  2219. }
  2220. ]
  2221. ))
  2222. characterMakers.push(() => makeCharacter(
  2223. { name: "Tyrnn" },
  2224. {
  2225. front: {
  2226. height: math.unit(6, "feet"),
  2227. weight: math.unit(300, "lbs"),
  2228. name: "Front",
  2229. image: {
  2230. source: "./media/characters/tyrnn/front.svg"
  2231. }
  2232. }
  2233. },
  2234. [
  2235. {
  2236. name: "Main Height",
  2237. height: math.unit(355, "feet"),
  2238. default: true
  2239. },
  2240. {
  2241. name: "Fave. Height",
  2242. height: math.unit(2400, "feet")
  2243. }
  2244. ]
  2245. ))
  2246. characterMakers.push(() => makeCharacter(
  2247. { name: "Apple" },
  2248. {
  2249. front: {
  2250. height: math.unit(6, "feet"),
  2251. weight: math.unit(300, "lbs"),
  2252. name: "Front",
  2253. image: {
  2254. source: "./media/characters/appledectomy/front.svg"
  2255. }
  2256. }
  2257. },
  2258. [
  2259. {
  2260. name: "Macro",
  2261. height: math.unit(2500, "feet")
  2262. },
  2263. {
  2264. name: "Megamacro",
  2265. height: math.unit(50, "miles"),
  2266. default: true
  2267. },
  2268. {
  2269. name: "Gigamacro",
  2270. height: math.unit(5000, "miles")
  2271. },
  2272. {
  2273. name: "Teramacro",
  2274. height: math.unit(250000, "miles")
  2275. },
  2276. ]
  2277. ))
  2278. characterMakers.push(() => makeCharacter(
  2279. { name: "Vulpes" },
  2280. {
  2281. front: {
  2282. height: math.unit(6, "feet"),
  2283. weight: math.unit(200, "lbs"),
  2284. name: "Front",
  2285. image: {
  2286. source: "./media/characters/vulpes/front.svg",
  2287. extra: 573 / 543,
  2288. bottom: 0.033
  2289. }
  2290. },
  2291. side: {
  2292. height: math.unit(6, "feet"),
  2293. weight: math.unit(200, "lbs"),
  2294. name: "Side",
  2295. image: {
  2296. source: "./media/characters/vulpes/side.svg",
  2297. extra: 573 / 543,
  2298. bottom: 0.01
  2299. }
  2300. },
  2301. back: {
  2302. height: math.unit(6, "feet"),
  2303. weight: math.unit(200, "lbs"),
  2304. name: "Back",
  2305. image: {
  2306. source: "./media/characters/vulpes/back.svg",
  2307. extra: 573 / 543,
  2308. }
  2309. },
  2310. feet: {
  2311. height: math.unit(1.276, "feet"),
  2312. name: "Feet",
  2313. image: {
  2314. source: "./media/characters/vulpes/feet.svg"
  2315. }
  2316. },
  2317. maw: {
  2318. height: math.unit(1.18, "feet"),
  2319. name: "Maw",
  2320. image: {
  2321. source: "./media/characters/vulpes/maw.svg"
  2322. }
  2323. },
  2324. },
  2325. [
  2326. {
  2327. name: "Micro",
  2328. height: math.unit(2, "inches")
  2329. },
  2330. {
  2331. name: "Normal",
  2332. height: math.unit(6.3, "feet")
  2333. },
  2334. {
  2335. name: "Macro",
  2336. height: math.unit(850, "feet")
  2337. },
  2338. {
  2339. name: "Megamacro",
  2340. height: math.unit(7500, "feet"),
  2341. default: true
  2342. },
  2343. {
  2344. name: "Gigamacro",
  2345. height: math.unit(570000, "miles")
  2346. }
  2347. ]
  2348. ))
  2349. characterMakers.push(() => makeCharacter(
  2350. { name: "Rain Fallen" },
  2351. {
  2352. front: {
  2353. height: math.unit(6, "feet"),
  2354. weight: math.unit(210, "lbs"),
  2355. name: "Front",
  2356. image: {
  2357. source: "./media/characters/rain-fallen/front.svg"
  2358. }
  2359. },
  2360. side: {
  2361. height: math.unit(6, "feet"),
  2362. weight: math.unit(210, "lbs"),
  2363. name: "Side",
  2364. image: {
  2365. source: "./media/characters/rain-fallen/side.svg"
  2366. }
  2367. },
  2368. back: {
  2369. height: math.unit(6, "feet"),
  2370. weight: math.unit(210, "lbs"),
  2371. name: "Back",
  2372. image: {
  2373. source: "./media/characters/rain-fallen/back.svg"
  2374. }
  2375. },
  2376. feral: {
  2377. height: math.unit(9, "feet"),
  2378. weight: math.unit(700, "lbs"),
  2379. name: "Feral",
  2380. image: {
  2381. source: "./media/characters/rain-fallen/feral.svg"
  2382. }
  2383. },
  2384. },
  2385. [
  2386. {
  2387. name: "Normal",
  2388. height: math.unit(5, "meter")
  2389. },
  2390. {
  2391. name: "Macro",
  2392. height: math.unit(150, "meter"),
  2393. default: true
  2394. },
  2395. {
  2396. name: "Megamacro",
  2397. height: math.unit(278e6, "meter")
  2398. },
  2399. {
  2400. name: "Gigamacro",
  2401. height: math.unit(2e9, "meter")
  2402. },
  2403. {
  2404. name: "Teramacro",
  2405. height: math.unit(8e12, "meter")
  2406. },
  2407. {
  2408. name: "Devourer",
  2409. height: math.unit(14, "zettameters")
  2410. },
  2411. {
  2412. name: "Scarlet King",
  2413. height: math.unit(18, "yottameters")
  2414. },
  2415. {
  2416. name: "Void",
  2417. height: math.unit(6.66e66, "yottameters")
  2418. }
  2419. ]
  2420. ))
  2421. characterMakers.push(() => makeCharacter(
  2422. { name: "Zaakira" },
  2423. {
  2424. standing: {
  2425. height: math.unit(6, "feet"),
  2426. weight: math.unit(180, "lbs"),
  2427. name: "Standing",
  2428. image: {
  2429. source: "./media/characters/zaakira/standing.svg"
  2430. }
  2431. },
  2432. laying: {
  2433. height: math.unit(3, "feet"),
  2434. weight: math.unit(180, "lbs"),
  2435. name: "Laying",
  2436. image: {
  2437. source: "./media/characters/zaakira/laying.svg"
  2438. }
  2439. },
  2440. },
  2441. [
  2442. {
  2443. name: "Normal",
  2444. height: math.unit(12, "feet")
  2445. },
  2446. {
  2447. name: "Macro",
  2448. height: math.unit(279, "feet"),
  2449. default: true
  2450. }
  2451. ]
  2452. ))
  2453. characterMakers.push(() => makeCharacter(
  2454. { name: "Sigvald" },
  2455. {
  2456. front: {
  2457. height: math.unit(6, "feet"),
  2458. weight: math.unit(250, "lbs"),
  2459. name: "Front",
  2460. image: {
  2461. source: "./media/characters/sigvald/front.svg",
  2462. extra: 1000 / 850
  2463. }
  2464. },
  2465. back: {
  2466. height: math.unit(6, "feet"),
  2467. weight: math.unit(250, "lbs"),
  2468. name: "Back",
  2469. image: {
  2470. source: "./media/characters/sigvald/back.svg"
  2471. }
  2472. },
  2473. },
  2474. [
  2475. {
  2476. name: "Normal",
  2477. height: math.unit(8, "feet")
  2478. },
  2479. {
  2480. name: "Large",
  2481. height: math.unit(12, "feet")
  2482. },
  2483. {
  2484. name: "Larger",
  2485. height: math.unit(20, "feet")
  2486. },
  2487. {
  2488. name: "Macro",
  2489. height: math.unit(150, "feet")
  2490. },
  2491. {
  2492. name: "Macro+",
  2493. height: math.unit(200, "feet"),
  2494. default: true
  2495. },
  2496. ]
  2497. ))
  2498. characterMakers.push(() => makeCharacter(
  2499. { name: "Scott" },
  2500. {
  2501. side: {
  2502. height: math.unit(12, "feet"),
  2503. weight: math.unit(3000, "lbs"),
  2504. name: "Side",
  2505. image: {
  2506. source: "./media/characters/scott/side.svg",
  2507. extra: 1,
  2508. bottom: 0.069
  2509. }
  2510. },
  2511. upright: {
  2512. height: math.unit(12, "feet"),
  2513. weight: math.unit(3000, "lbs"),
  2514. name: "Upright",
  2515. image: {
  2516. source: "./media/characters/scott/upright.svg",
  2517. extra: 1,
  2518. bottom: 0.05
  2519. }
  2520. },
  2521. },
  2522. [
  2523. {
  2524. name: "Normal",
  2525. height: math.unit(12, "feet"),
  2526. default: true
  2527. },
  2528. ]
  2529. ))
  2530. characterMakers.push(() => makeCharacter(
  2531. { name: "Tobias" },
  2532. {
  2533. side: {
  2534. height: math.unit(8, "meters"),
  2535. weight: math.unit(84755, "lbs"),
  2536. name: "Side",
  2537. image: {
  2538. source: "./media/characters/tobias/side.svg",
  2539. extra: 1474 / 1096,
  2540. bottom: 38.9/1513.1235
  2541. }
  2542. },
  2543. },
  2544. [
  2545. {
  2546. name: "Normal",
  2547. height: math.unit(8, "meters"),
  2548. default: true
  2549. },
  2550. ]
  2551. ))
  2552. characterMakers.push(() => makeCharacter(
  2553. { name: "Kieran" },
  2554. {
  2555. front: {
  2556. height: math.unit(5.5, "feet"),
  2557. weight: math.unit(400, "lbs"),
  2558. name: "Front",
  2559. image: {
  2560. source: "./media/characters/kieran/front.svg",
  2561. extra: 1.05
  2562. }
  2563. },
  2564. side: {
  2565. height: math.unit(5.5, "feet"),
  2566. weight: math.unit(400, "lbs"),
  2567. name: "Side",
  2568. image: {
  2569. source: "./media/characters/kieran/side.svg",
  2570. extra: 950 / 850
  2571. }
  2572. },
  2573. },
  2574. [
  2575. {
  2576. name: "Normal",
  2577. height: math.unit(5.5, "feet"),
  2578. default: true
  2579. },
  2580. ]
  2581. ))
  2582. characterMakers.push(() => makeCharacter(
  2583. { name: "Sanya" },
  2584. {
  2585. side: {
  2586. height: math.unit(2, "meters"),
  2587. weight: math.unit(70, "kg"),
  2588. name: "Side",
  2589. image: {
  2590. source: "./media/characters/sanya/side.svg",
  2591. bottom: 0.02,
  2592. extra: 1.02
  2593. }
  2594. },
  2595. },
  2596. [
  2597. {
  2598. name: "Small",
  2599. height: math.unit(2, "meters")
  2600. },
  2601. {
  2602. name: "Normal",
  2603. height: math.unit(3, "meters")
  2604. },
  2605. {
  2606. name: "Macro",
  2607. height: math.unit(16, "meters"),
  2608. default: true
  2609. },
  2610. ]
  2611. ))
  2612. characterMakers.push(() => makeCharacter(
  2613. { name: "Miranda" },
  2614. {
  2615. side: {
  2616. height: math.unit(2, "meters"),
  2617. weight: math.unit(120, "kg"),
  2618. name: "Front",
  2619. image: {
  2620. source: "./media/characters/miranda/front.svg",
  2621. extra: 10.6 / 10
  2622. }
  2623. },
  2624. },
  2625. [
  2626. {
  2627. name: "Normal",
  2628. height: math.unit(10, "feet"),
  2629. default: true
  2630. }
  2631. ]
  2632. ))
  2633. characterMakers.push(() => makeCharacter(
  2634. { name: "James" },
  2635. {
  2636. side: {
  2637. height: math.unit(2, "meters"),
  2638. weight: math.unit(100, "kg"),
  2639. name: "Front",
  2640. image: {
  2641. source: "./media/characters/james/front.svg",
  2642. extra: 10 / 8.5
  2643. }
  2644. },
  2645. },
  2646. [
  2647. {
  2648. name: "Normal",
  2649. height: math.unit(8.5, "feet"),
  2650. default: true
  2651. }
  2652. ]
  2653. ))
  2654. characterMakers.push(() => makeCharacter(
  2655. { name: "Heather" },
  2656. {
  2657. side: {
  2658. height: math.unit(9.5, "feet"),
  2659. weight: math.unit(2500, "lbs"),
  2660. name: "Side",
  2661. image: {
  2662. source: "./media/characters/heather/side.svg"
  2663. }
  2664. },
  2665. },
  2666. [
  2667. {
  2668. name: "Normal",
  2669. height: math.unit(9.5, "feet"),
  2670. default: true
  2671. }
  2672. ]
  2673. ))
  2674. characterMakers.push(() => makeCharacter(
  2675. { name: "Lukas" },
  2676. {
  2677. side: {
  2678. height: math.unit(6.5, "feet"),
  2679. weight: math.unit(400, "lbs"),
  2680. name: "Side",
  2681. image: {
  2682. source: "./media/characters/lukas/side.svg",
  2683. extra: 7.25 / 6.5
  2684. }
  2685. },
  2686. },
  2687. [
  2688. {
  2689. name: "Normal",
  2690. height: math.unit(6.5, "feet"),
  2691. default: true
  2692. }
  2693. ]
  2694. ))
  2695. characterMakers.push(() => makeCharacter(
  2696. { name: "Louise" },
  2697. {
  2698. side: {
  2699. height: math.unit(5, "feet"),
  2700. weight: math.unit(3000, "lbs"),
  2701. name: "Side",
  2702. image: {
  2703. source: "./media/characters/louise/side.svg"
  2704. }
  2705. },
  2706. },
  2707. [
  2708. {
  2709. name: "Normal",
  2710. height: math.unit(5, "feet"),
  2711. default: true
  2712. }
  2713. ]
  2714. ))
  2715. characterMakers.push(() => makeCharacter(
  2716. { name: "Ramona" },
  2717. {
  2718. side: {
  2719. height: math.unit(6, "feet"),
  2720. weight: math.unit(150, "lbs"),
  2721. name: "Side",
  2722. image: {
  2723. source: "./media/characters/ramona/side.svg"
  2724. }
  2725. },
  2726. },
  2727. [
  2728. {
  2729. name: "Normal",
  2730. height: math.unit(5.3, "meters"),
  2731. default: true
  2732. },
  2733. {
  2734. name: "Macro",
  2735. height: math.unit(20, "stories")
  2736. },
  2737. {
  2738. name: "Macro+",
  2739. height: math.unit(50, "stories")
  2740. },
  2741. ]
  2742. ))
  2743. characterMakers.push(() => makeCharacter(
  2744. { name: "Deerpuff" },
  2745. {
  2746. standing: {
  2747. height: math.unit(5.75, "feet"),
  2748. weight: math.unit(160, "lbs"),
  2749. name: "Standing",
  2750. image: {
  2751. source: "./media/characters/deerpuff/standing.svg",
  2752. extra: 682 / 624
  2753. }
  2754. },
  2755. sitting: {
  2756. height: math.unit(5.75 / 1.79, "feet"),
  2757. weight: math.unit(160, "lbs"),
  2758. name: "Sitting",
  2759. image: {
  2760. source: "./media/characters/deerpuff/sitting.svg",
  2761. bottom: 44 / 400,
  2762. extra: 1
  2763. }
  2764. },
  2765. taurLaying: {
  2766. height: math.unit(6, "feet"),
  2767. weight: math.unit(400, "lbs"),
  2768. name: "Taur (Laying)",
  2769. image: {
  2770. source: "./media/characters/deerpuff/taur-laying.svg"
  2771. }
  2772. },
  2773. },
  2774. [
  2775. {
  2776. name: "Puffball",
  2777. height: math.unit(6, "inches")
  2778. },
  2779. {
  2780. name: "Normalpuff",
  2781. height: math.unit(5.75, "feet")
  2782. },
  2783. {
  2784. name: "Macropuff",
  2785. height: math.unit(1500, "feet"),
  2786. default: true
  2787. },
  2788. {
  2789. name: "Megapuff",
  2790. height: math.unit(500, "miles")
  2791. },
  2792. {
  2793. name: "Gigapuff",
  2794. height: math.unit(250000, "miles")
  2795. },
  2796. {
  2797. name: "Omegapuff",
  2798. height: math.unit(1000, "lightyears")
  2799. },
  2800. ]
  2801. ))
  2802. characterMakers.push(() => makeCharacter(
  2803. { name: "Vivian" },
  2804. {
  2805. stomping: {
  2806. height: math.unit(6, "feet"),
  2807. weight: math.unit(170, "lbs"),
  2808. name: "Stomping",
  2809. image: {
  2810. source: "./media/characters/vivian/stomping.svg"
  2811. }
  2812. },
  2813. sitting: {
  2814. height: math.unit(6 / 1.75, "feet"),
  2815. weight: math.unit(170, "lbs"),
  2816. name: "Sitting",
  2817. image: {
  2818. source: "./media/characters/vivian/sitting.svg",
  2819. bottom: 1 / 6.4,
  2820. extra: 1,
  2821. }
  2822. },
  2823. },
  2824. [
  2825. {
  2826. name: "Normal",
  2827. height: math.unit(7, "feet"),
  2828. default: true
  2829. },
  2830. {
  2831. name: "Macro",
  2832. height: math.unit(10, "stories")
  2833. },
  2834. {
  2835. name: "Macro+",
  2836. height: math.unit(30, "stories")
  2837. },
  2838. {
  2839. name: "Megamacro",
  2840. height: math.unit(10, "miles")
  2841. },
  2842. {
  2843. name: "Megamacro+",
  2844. height: math.unit(2750000, "meters")
  2845. },
  2846. ]
  2847. ))
  2848. characterMakers.push(() => makeCharacter(
  2849. { name: "Prince" },
  2850. {
  2851. front: {
  2852. height: math.unit(6, "feet"),
  2853. weight: math.unit(160, "lbs"),
  2854. name: "Front",
  2855. image: {
  2856. source: "./media/characters/prince/front.svg",
  2857. extra: 3400 / 3000
  2858. }
  2859. },
  2860. jumping: {
  2861. height: math.unit(6, "feet"),
  2862. weight: math.unit(160, "lbs"),
  2863. name: "Jumping",
  2864. image: {
  2865. source: "./media/characters/prince/jump.svg",
  2866. extra: 2555 / 2134
  2867. }
  2868. },
  2869. },
  2870. [
  2871. {
  2872. name: "Normal",
  2873. height: math.unit(7.75, "feet"),
  2874. default: true
  2875. },
  2876. {
  2877. name: "Not cute",
  2878. height: math.unit(17, "feet")
  2879. },
  2880. {
  2881. name: "I said NOT",
  2882. height: math.unit(91, "feet")
  2883. },
  2884. {
  2885. name: "Please stop",
  2886. height: math.unit(560, "feet")
  2887. },
  2888. {
  2889. name: "What have you done",
  2890. height: math.unit(2200, "feet")
  2891. },
  2892. {
  2893. name: "Deer God",
  2894. height: math.unit(3.6, "miles")
  2895. },
  2896. ]
  2897. ))
  2898. characterMakers.push(() => makeCharacter(
  2899. { name: "Psymon" },
  2900. {
  2901. standing: {
  2902. height: math.unit(6, "feet"),
  2903. weight: math.unit(300, "lbs"),
  2904. name: "Standing",
  2905. image: {
  2906. source: "./media/characters/psymon/standing.svg",
  2907. extra: 1888 / 1810,
  2908. bottom: 0.05
  2909. }
  2910. },
  2911. slithering: {
  2912. height: math.unit(6, "feet"),
  2913. weight: math.unit(300, "lbs"),
  2914. name: "Slithering",
  2915. image: {
  2916. source: "./media/characters/psymon/slithering.svg",
  2917. extra: 1330 / 1224
  2918. }
  2919. },
  2920. slitheringAlt: {
  2921. height: math.unit(6, "feet"),
  2922. weight: math.unit(300, "lbs"),
  2923. name: "Slithering (Alt)",
  2924. image: {
  2925. source: "./media/characters/psymon/slithering-alt.svg",
  2926. extra: 1330 / 1224
  2927. }
  2928. },
  2929. },
  2930. [
  2931. {
  2932. name: "Normal",
  2933. height: math.unit(11.25, "feet"),
  2934. default: true
  2935. },
  2936. {
  2937. name: "Large",
  2938. height: math.unit(27, "feet")
  2939. },
  2940. {
  2941. name: "Giant",
  2942. height: math.unit(87, "feet")
  2943. },
  2944. {
  2945. name: "Macro",
  2946. height: math.unit(365, "feet")
  2947. },
  2948. {
  2949. name: "Megamacro",
  2950. height: math.unit(3, "miles")
  2951. },
  2952. {
  2953. name: "World Serpent",
  2954. height: math.unit(8000, "miles")
  2955. },
  2956. ]
  2957. ))
  2958. characterMakers.push(() => makeCharacter(
  2959. { name: "Daimos" },
  2960. {
  2961. front: {
  2962. height: math.unit(6, "feet"),
  2963. weight: math.unit(180, "lbs"),
  2964. name: "Front",
  2965. image: {
  2966. source: "./media/characters/daimos/front.svg",
  2967. extra: 4160 / 3897,
  2968. bottom: 0.021
  2969. }
  2970. }
  2971. },
  2972. [
  2973. {
  2974. name: "Normal",
  2975. height: math.unit(8, "feet"),
  2976. default: true
  2977. },
  2978. {
  2979. name: "Big Dog",
  2980. height: math.unit(22, "feet")
  2981. },
  2982. {
  2983. name: "Macro",
  2984. height: math.unit(127, "feet")
  2985. },
  2986. {
  2987. name: "Megamacro",
  2988. height: math.unit(3600, "feet")
  2989. },
  2990. ]
  2991. ))
  2992. characterMakers.push(() => makeCharacter(
  2993. { name: "Blake" },
  2994. {
  2995. side: {
  2996. height: math.unit(6, "feet"),
  2997. weight: math.unit(180, "lbs"),
  2998. name: "Side",
  2999. image: {
  3000. source: "./media/characters/blake/side.svg",
  3001. extra: 1212 / 1120,
  3002. bottom: 0.05
  3003. }
  3004. },
  3005. crouched: {
  3006. height: math.unit(6 * 0.57, "feet"),
  3007. weight: math.unit(180, "lbs"),
  3008. name: "Crouched",
  3009. image: {
  3010. source: "./media/characters/blake/crouched.svg",
  3011. extra: 840 / 587,
  3012. bottom: 0.04
  3013. }
  3014. },
  3015. bent: {
  3016. height: math.unit(6 * 0.75, "feet"),
  3017. weight: math.unit(180, "lbs"),
  3018. name: "Bent",
  3019. image: {
  3020. source: "./media/characters/blake/bent.svg",
  3021. extra: 592 / 544,
  3022. bottom: 0.035
  3023. }
  3024. },
  3025. },
  3026. [
  3027. {
  3028. name: "Normal",
  3029. height: math.unit(8 + 1 / 6, "feet"),
  3030. default: true
  3031. },
  3032. {
  3033. name: "Big Backside",
  3034. height: math.unit(37, "feet")
  3035. },
  3036. {
  3037. name: "Subway Shredder",
  3038. height: math.unit(72, "feet")
  3039. },
  3040. {
  3041. name: "City Carver",
  3042. height: math.unit(1675, "feet")
  3043. },
  3044. {
  3045. name: "Tectonic Tweaker",
  3046. height: math.unit(2300, "miles")
  3047. },
  3048. ]
  3049. ))
  3050. characterMakers.push(() => makeCharacter(
  3051. { name: "Guisetto" },
  3052. {
  3053. front: {
  3054. height: math.unit(6, "feet"),
  3055. weight: math.unit(180, "lbs"),
  3056. name: "Front",
  3057. image: {
  3058. source: "./media/characters/guisetto/front.svg",
  3059. extra: 856 / 817,
  3060. bottom: 0.06
  3061. }
  3062. },
  3063. airborne: {
  3064. height: math.unit(6, "feet"),
  3065. weight: math.unit(180, "lbs"),
  3066. name: "Airborne",
  3067. image: {
  3068. source: "./media/characters/guisetto/airborne.svg",
  3069. extra: 584 / 525
  3070. }
  3071. },
  3072. },
  3073. [
  3074. {
  3075. name: "Normal",
  3076. height: math.unit(10 + 11 / 12, "feet"),
  3077. default: true
  3078. },
  3079. {
  3080. name: "Large",
  3081. height: math.unit(35, "feet")
  3082. },
  3083. {
  3084. name: "Macro",
  3085. height: math.unit(475, "feet")
  3086. },
  3087. ]
  3088. ))
  3089. characterMakers.push(() => makeCharacter(
  3090. { name: "Luxor" },
  3091. {
  3092. front: {
  3093. height: math.unit(6, "feet"),
  3094. weight: math.unit(180, "lbs"),
  3095. name: "Front",
  3096. image: {
  3097. source: "./media/characters/luxor/front.svg",
  3098. extra: 2940 / 2152
  3099. }
  3100. },
  3101. back: {
  3102. height: math.unit(6, "feet"),
  3103. weight: math.unit(180, "lbs"),
  3104. name: "Back",
  3105. image: {
  3106. source: "./media/characters/luxor/back.svg",
  3107. extra: 1083 / 960
  3108. }
  3109. },
  3110. },
  3111. [
  3112. {
  3113. name: "Normal",
  3114. height: math.unit(5 + 5 / 6, "feet"),
  3115. default: true
  3116. },
  3117. {
  3118. name: "Lamp",
  3119. height: math.unit(50, "feet")
  3120. },
  3121. {
  3122. name: "Lämp",
  3123. height: math.unit(300, "feet")
  3124. },
  3125. {
  3126. name: "The sun is a lamp",
  3127. height: math.unit(250000, "miles")
  3128. },
  3129. ]
  3130. ))
  3131. characterMakers.push(() => makeCharacter(
  3132. { name: "Huoyan" },
  3133. {
  3134. front: {
  3135. height: math.unit(6, "feet"),
  3136. weight: math.unit(50, "lbs"),
  3137. name: "Front",
  3138. image: {
  3139. source: "./media/characters/huoyan/front.svg"
  3140. }
  3141. },
  3142. side: {
  3143. height: math.unit(6, "feet"),
  3144. weight: math.unit(180, "lbs"),
  3145. name: "Side",
  3146. image: {
  3147. source: "./media/characters/huoyan/side.svg"
  3148. }
  3149. },
  3150. },
  3151. [
  3152. {
  3153. name: "Chef",
  3154. height: math.unit(9, "feet")
  3155. },
  3156. {
  3157. name: "Normal",
  3158. height: math.unit(65, "feet"),
  3159. default: true
  3160. },
  3161. {
  3162. name: "Macro",
  3163. height: math.unit(780, "feet")
  3164. },
  3165. {
  3166. name: "Flaming Mountain",
  3167. height: math.unit(4.8, "miles")
  3168. },
  3169. {
  3170. name: "Celestial",
  3171. height: math.unit(765000, "miles")
  3172. },
  3173. ]
  3174. ))
  3175. characterMakers.push(() => makeCharacter(
  3176. { name: "Tails" },
  3177. {
  3178. front: {
  3179. height: math.unit(5 + 3 / 4, "feet"),
  3180. weight: math.unit(120, "lbs"),
  3181. name: "Front",
  3182. image: {
  3183. source: "./media/characters/tails/front.svg"
  3184. }
  3185. }
  3186. },
  3187. [
  3188. {
  3189. name: "Normal",
  3190. height: math.unit(5 + 3 / 4, "feet"),
  3191. default: true
  3192. }
  3193. ]
  3194. ))
  3195. characterMakers.push(() => makeCharacter(
  3196. { name: "Rainy" },
  3197. {
  3198. front: {
  3199. height: math.unit(4, "feet"),
  3200. weight: math.unit(50, "lbs"),
  3201. name: "Front",
  3202. image: {
  3203. source: "./media/characters/rainy/front.svg"
  3204. }
  3205. }
  3206. },
  3207. [
  3208. {
  3209. name: "Macro",
  3210. height: math.unit(800, "feet"),
  3211. default: true
  3212. }
  3213. ]
  3214. ))
  3215. characterMakers.push(() => makeCharacter(
  3216. { name: "Rainier" },
  3217. {
  3218. front: {
  3219. height: math.unit(6, "feet"),
  3220. weight: math.unit(150, "lbs"),
  3221. name: "Front",
  3222. image: {
  3223. source: "./media/characters/rainier/front.svg"
  3224. }
  3225. }
  3226. },
  3227. [
  3228. {
  3229. name: "Micro",
  3230. height: math.unit(2, "mm"),
  3231. default: true
  3232. }
  3233. ]
  3234. ))
  3235. characterMakers.push(() => makeCharacter(
  3236. { name: "Andy" },
  3237. {
  3238. front: {
  3239. height: math.unit(6, "feet"),
  3240. weight: math.unit(180, "lbs"),
  3241. name: "Front",
  3242. image: {
  3243. source: "./media/characters/andy/front.svg"
  3244. }
  3245. }
  3246. },
  3247. [
  3248. {
  3249. name: "Normal",
  3250. height: math.unit(8, "feet"),
  3251. default: true
  3252. },
  3253. {
  3254. name: "Macro",
  3255. height: math.unit(1000, "feet")
  3256. },
  3257. {
  3258. name: "Megamacro",
  3259. height: math.unit(5, "miles")
  3260. },
  3261. {
  3262. name: "Gigamacro",
  3263. height: math.unit(5000, "miles")
  3264. },
  3265. ]
  3266. ))
  3267. characterMakers.push(() => makeCharacter(
  3268. { name: "Cimmaron" },
  3269. {
  3270. frontClothed: {
  3271. height: math.unit(6, "feet"),
  3272. weight: math.unit(210, "lbs"),
  3273. name: "Front (Clothed)",
  3274. image: {
  3275. source: "./media/characters/cimmaron/front-clothed.svg",
  3276. extra: 701 / 676,
  3277. bottom: 0.046
  3278. }
  3279. },
  3280. backClothed: {
  3281. height: math.unit(6, "feet"),
  3282. weight: math.unit(210, "lbs"),
  3283. name: "Back (Clothed)",
  3284. image: {
  3285. source: "./media/characters/cimmaron/back-clothed.svg",
  3286. extra: 701 / 676,
  3287. bottom: 0.046
  3288. }
  3289. },
  3290. frontNude: {
  3291. height: math.unit(6, "feet"),
  3292. weight: math.unit(210, "lbs"),
  3293. name: "Front (Nude)",
  3294. image: {
  3295. source: "./media/characters/cimmaron/front-nude.svg",
  3296. extra: 701 / 676,
  3297. bottom: 0.046
  3298. }
  3299. },
  3300. backNude: {
  3301. height: math.unit(6, "feet"),
  3302. weight: math.unit(210, "lbs"),
  3303. name: "Back (Nude)",
  3304. image: {
  3305. source: "./media/characters/cimmaron/back-nude.svg",
  3306. extra: 701 / 676,
  3307. bottom: 0.046
  3308. }
  3309. }
  3310. },
  3311. [
  3312. {
  3313. name: "Normal",
  3314. height: math.unit(6, "feet"),
  3315. default: true
  3316. },
  3317. {
  3318. name: "Macro Mayor",
  3319. height: math.unit(350, "meters")
  3320. },
  3321. ]
  3322. ))
  3323. characterMakers.push(() => makeCharacter(
  3324. { name: "Akari Kaen" },
  3325. {
  3326. front: {
  3327. height: math.unit(6, "feet"),
  3328. weight: math.unit(200, "lbs"),
  3329. name: "Front",
  3330. image: {
  3331. source: "./media/characters/akari/front.svg",
  3332. extra: 962 / 901,
  3333. bottom: 0.04
  3334. }
  3335. }
  3336. },
  3337. [
  3338. {
  3339. name: "Micro",
  3340. height: math.unit(5, "inches"),
  3341. default: true
  3342. },
  3343. {
  3344. name: "Normal",
  3345. height: math.unit(7, "feet")
  3346. },
  3347. ]
  3348. ))
  3349. characterMakers.push(() => makeCharacter(
  3350. { name: "Cynosura" },
  3351. {
  3352. front: {
  3353. height: math.unit(6, "feet"),
  3354. weight: math.unit(140, "lbs"),
  3355. name: "Front",
  3356. image: {
  3357. source: "./media/characters/cynosura/front.svg",
  3358. extra: 896 / 847
  3359. }
  3360. },
  3361. back: {
  3362. height: math.unit(6, "feet"),
  3363. weight: math.unit(140, "lbs"),
  3364. name: "Back",
  3365. image: {
  3366. source: "./media/characters/cynosura/back.svg",
  3367. extra: 1365 / 1250
  3368. }
  3369. },
  3370. },
  3371. [
  3372. {
  3373. name: "Micro",
  3374. height: math.unit(4, "inches")
  3375. },
  3376. {
  3377. name: "Normal",
  3378. height: math.unit(5.75, "feet"),
  3379. default: true
  3380. },
  3381. {
  3382. name: "Tall",
  3383. height: math.unit(10, "feet")
  3384. },
  3385. {
  3386. name: "Big",
  3387. height: math.unit(20, "feet")
  3388. },
  3389. {
  3390. name: "Macro",
  3391. height: math.unit(50, "feet")
  3392. },
  3393. ]
  3394. ))
  3395. characterMakers.push(() => makeCharacter(
  3396. { name: "Gin" },
  3397. {
  3398. front: {
  3399. height: math.unit(6, "feet"),
  3400. weight: math.unit(170, "lbs"),
  3401. name: "Front",
  3402. image: {
  3403. source: "./media/characters/gin/front.svg",
  3404. extra: 1.053,
  3405. bottom: 0.025
  3406. }
  3407. },
  3408. foot: {
  3409. height: math.unit(6 / 4.25, "feet"),
  3410. name: "Foot",
  3411. image: {
  3412. source: "./media/characters/gin/foot.svg"
  3413. }
  3414. },
  3415. sole: {
  3416. height: math.unit(6 / 4.40, "feet"),
  3417. name: "Sole",
  3418. image: {
  3419. source: "./media/characters/gin/sole.svg"
  3420. }
  3421. },
  3422. },
  3423. [
  3424. {
  3425. name: "Normal",
  3426. height: math.unit(9 + 4 / 12, "feet")
  3427. },
  3428. {
  3429. name: "Macro",
  3430. height: math.unit(1500, "feet")
  3431. },
  3432. {
  3433. name: "Megamacro",
  3434. height: math.unit(200, "miles"),
  3435. default: true
  3436. },
  3437. {
  3438. name: "Gigamacro",
  3439. height: math.unit(500, "megameters")
  3440. },
  3441. {
  3442. name: "Teramacro",
  3443. height: math.unit(15, "lightyears")
  3444. }
  3445. ]
  3446. ))
  3447. characterMakers.push(() => makeCharacter(
  3448. { name: "Guy" },
  3449. {
  3450. front: {
  3451. height: math.unit(6 + 1 / 6, "feet"),
  3452. weight: math.unit(178, "lbs"),
  3453. name: "Front",
  3454. image: {
  3455. source: "./media/characters/guy/front.svg"
  3456. }
  3457. }
  3458. },
  3459. [
  3460. {
  3461. name: "Normal",
  3462. height: math.unit(6 + 1 / 6, "feet"),
  3463. default: true
  3464. },
  3465. {
  3466. name: "Large",
  3467. height: math.unit(25 + 7 / 12, "feet")
  3468. },
  3469. {
  3470. name: "Macro",
  3471. height: math.unit(60 + 9 / 12, "feet")
  3472. },
  3473. {
  3474. name: "Macro+",
  3475. height: math.unit(246, "feet")
  3476. },
  3477. {
  3478. name: "Macro++",
  3479. height: math.unit(878, "feet")
  3480. }
  3481. ]
  3482. ))
  3483. characterMakers.push(() => makeCharacter(
  3484. { name: "Tiberius" },
  3485. {
  3486. front: {
  3487. height: math.unit(9, "feet"),
  3488. weight: math.unit(800, "lbs"),
  3489. name: "Front",
  3490. image: {
  3491. source: "./media/characters/tiberius/front.svg",
  3492. extra: 2295 / 2071
  3493. }
  3494. },
  3495. back: {
  3496. height: math.unit(9, "feet"),
  3497. weight: math.unit(800, "lbs"),
  3498. name: "Back",
  3499. image: {
  3500. source: "./media/characters/tiberius/back.svg",
  3501. extra: 2373 / 2160
  3502. }
  3503. },
  3504. },
  3505. [
  3506. {
  3507. name: "Normal",
  3508. height: math.unit(9, "feet"),
  3509. default: true
  3510. }
  3511. ]
  3512. ))
  3513. characterMakers.push(() => makeCharacter(
  3514. { name: "Surgo" },
  3515. {
  3516. front: {
  3517. height: math.unit(6, "feet"),
  3518. weight: math.unit(600, "lbs"),
  3519. name: "Front",
  3520. image: {
  3521. source: "./media/characters/surgo/front.svg",
  3522. extra: 3591 / 2227
  3523. }
  3524. },
  3525. back: {
  3526. height: math.unit(6, "feet"),
  3527. weight: math.unit(600, "lbs"),
  3528. name: "Back",
  3529. image: {
  3530. source: "./media/characters/surgo/back.svg",
  3531. extra: 3557 / 2228
  3532. }
  3533. },
  3534. laying: {
  3535. height: math.unit(6 * 0.85, "feet"),
  3536. weight: math.unit(600, "lbs"),
  3537. name: "Laying",
  3538. image: {
  3539. source: "./media/characters/surgo/laying.svg"
  3540. }
  3541. },
  3542. },
  3543. [
  3544. {
  3545. name: "Normal",
  3546. height: math.unit(6, "feet"),
  3547. default: true
  3548. }
  3549. ]
  3550. ))
  3551. characterMakers.push(() => makeCharacter(
  3552. { name: "Cibus" },
  3553. {
  3554. side: {
  3555. height: math.unit(6, "feet"),
  3556. weight: math.unit(150, "lbs"),
  3557. name: "Side",
  3558. image: {
  3559. source: "./media/characters/cibus/side.svg",
  3560. extra: 800 / 400
  3561. }
  3562. },
  3563. },
  3564. [
  3565. {
  3566. name: "Normal",
  3567. height: math.unit(6, "feet"),
  3568. default: true
  3569. }
  3570. ]
  3571. ))
  3572. characterMakers.push(() => makeCharacter(
  3573. { name: "Nibbles" },
  3574. {
  3575. front: {
  3576. height: math.unit(6, "feet"),
  3577. weight: math.unit(240, "lbs"),
  3578. name: "Front",
  3579. image: {
  3580. source: "./media/characters/nibbles/front.svg"
  3581. }
  3582. },
  3583. side: {
  3584. height: math.unit(6, "feet"),
  3585. weight: math.unit(240, "lbs"),
  3586. name: "Side",
  3587. image: {
  3588. source: "./media/characters/nibbles/side.svg"
  3589. }
  3590. },
  3591. },
  3592. [
  3593. {
  3594. name: "Normal",
  3595. height: math.unit(9, "feet"),
  3596. default: true
  3597. }
  3598. ]
  3599. ))
  3600. characterMakers.push(() => makeCharacter(
  3601. { name: "Rikky" },
  3602. {
  3603. side: {
  3604. height: math.unit(5 + 1 / 6, "feet"),
  3605. weight: math.unit(130, "lbs"),
  3606. name: "Side",
  3607. image: {
  3608. source: "./media/characters/rikky/side.svg"
  3609. }
  3610. },
  3611. },
  3612. [
  3613. {
  3614. name: "Normal",
  3615. height: math.unit(5 + 1 / 6, "feet")
  3616. },
  3617. {
  3618. name: "Macro",
  3619. height: math.unit(152, "feet"),
  3620. default: true
  3621. },
  3622. {
  3623. name: "Megamacro",
  3624. height: math.unit(7, "miles")
  3625. }
  3626. ]
  3627. ))
  3628. characterMakers.push(() => makeCharacter(
  3629. { name: "Malfressa" },
  3630. {
  3631. side: {
  3632. height: math.unit(370, "cm"),
  3633. weight: math.unit(350, "lbs"),
  3634. name: "Side",
  3635. image: {
  3636. source: "./media/characters/malfressa/side.svg"
  3637. }
  3638. },
  3639. walking: {
  3640. height: math.unit(370, "cm"),
  3641. weight: math.unit(350, "lbs"),
  3642. name: "Walking",
  3643. image: {
  3644. source: "./media/characters/malfressa/walking.svg"
  3645. }
  3646. },
  3647. feral: {
  3648. height: math.unit(2500, "cm"),
  3649. weight: math.unit(100000, "lbs"),
  3650. name: "Feral",
  3651. image: {
  3652. source: "./media/characters/malfressa/feral.svg",
  3653. extra: 2108 / 837,
  3654. bottom: 0.02
  3655. }
  3656. },
  3657. },
  3658. [
  3659. {
  3660. name: "Normal",
  3661. height: math.unit(370, "cm")
  3662. },
  3663. {
  3664. name: "Macro",
  3665. height: math.unit(300, "meters"),
  3666. default: true
  3667. }
  3668. ]
  3669. ))
  3670. characterMakers.push(() => makeCharacter(
  3671. { name: "Jaro" },
  3672. {
  3673. front: {
  3674. height: math.unit(6, "feet"),
  3675. weight: math.unit(60, "kg"),
  3676. name: "Front",
  3677. image: {
  3678. source: "./media/characters/jaro/front.svg"
  3679. }
  3680. },
  3681. back: {
  3682. height: math.unit(6, "feet"),
  3683. weight: math.unit(60, "kg"),
  3684. name: "Back",
  3685. image: {
  3686. source: "./media/characters/jaro/back.svg"
  3687. }
  3688. },
  3689. },
  3690. [
  3691. {
  3692. name: "Micro",
  3693. height: math.unit(7, "inches")
  3694. },
  3695. {
  3696. name: "Normal",
  3697. height: math.unit(5.5, "feet"),
  3698. default: true
  3699. },
  3700. {
  3701. name: "Minimacro",
  3702. height: math.unit(20, "feet")
  3703. },
  3704. {
  3705. name: "Macro",
  3706. height: math.unit(200, "meters")
  3707. }
  3708. ]
  3709. ))
  3710. characterMakers.push(() => makeCharacter(
  3711. { name: "Rogue" },
  3712. {
  3713. front: {
  3714. height: math.unit(6, "feet"),
  3715. weight: math.unit(195, "lb"),
  3716. name: "Front",
  3717. image: {
  3718. source: "./media/characters/rogue/front.svg"
  3719. }
  3720. },
  3721. },
  3722. [
  3723. {
  3724. name: "Macro",
  3725. height: math.unit(90, "feet"),
  3726. default: true
  3727. },
  3728. ]
  3729. ))
  3730. characterMakers.push(() => makeCharacter(
  3731. { name: "Piper" },
  3732. {
  3733. front: {
  3734. height: math.unit(5 + 8 / 12, "feet"),
  3735. weight: math.unit(140, "lb"),
  3736. name: "Front",
  3737. image: {
  3738. source: "./media/characters/piper/front.svg",
  3739. extra: 3928 / 3681
  3740. }
  3741. },
  3742. },
  3743. [
  3744. {
  3745. name: "Micro",
  3746. height: math.unit(2, "inches")
  3747. },
  3748. {
  3749. name: "Normal",
  3750. height: math.unit(5 + 8 / 12, "feet")
  3751. },
  3752. {
  3753. name: "Macro",
  3754. height: math.unit(250, "feet"),
  3755. default: true
  3756. },
  3757. {
  3758. name: "Megamacro",
  3759. height: math.unit(7, "miles")
  3760. },
  3761. ]
  3762. ))
  3763. characterMakers.push(() => makeCharacter(
  3764. { name: "Gemini" },
  3765. {
  3766. front: {
  3767. height: math.unit(6, "feet"),
  3768. weight: math.unit(220, "lb"),
  3769. name: "Front",
  3770. image: {
  3771. source: "./media/characters/gemini/front.svg"
  3772. }
  3773. },
  3774. back: {
  3775. height: math.unit(6, "feet"),
  3776. weight: math.unit(220, "lb"),
  3777. name: "Back",
  3778. image: {
  3779. source: "./media/characters/gemini/back.svg"
  3780. }
  3781. },
  3782. kneeling: {
  3783. height: math.unit(6 / 1.5, "feet"),
  3784. weight: math.unit(220, "lb"),
  3785. name: "Kneeling",
  3786. image: {
  3787. source: "./media/characters/gemini/kneeling.svg",
  3788. bottom: 0.02
  3789. }
  3790. },
  3791. },
  3792. [
  3793. {
  3794. name: "Macro",
  3795. height: math.unit(300, "meters"),
  3796. default: true
  3797. },
  3798. {
  3799. name: "Megamacro",
  3800. height: math.unit(6900, "meters")
  3801. },
  3802. ]
  3803. ))
  3804. characterMakers.push(() => makeCharacter(
  3805. { name: "Alicia" },
  3806. {
  3807. anthro: {
  3808. height: math.unit(2.35, "meters"),
  3809. weight: math.unit(73, "kg"),
  3810. name: "Anthro",
  3811. image: {
  3812. source: "./media/characters/alicia/anthro.svg"
  3813. }
  3814. },
  3815. feral: {
  3816. height: math.unit(1.69, "meters"),
  3817. weight: math.unit(73, "kg"),
  3818. name: "Feral",
  3819. image: {
  3820. source: "./media/characters/alicia/feral.svg"
  3821. }
  3822. },
  3823. },
  3824. [
  3825. {
  3826. name: "Normal",
  3827. height: math.unit(2.35, "meters")
  3828. },
  3829. {
  3830. name: "Macro",
  3831. height: math.unit(60, "meters"),
  3832. default: true
  3833. },
  3834. {
  3835. name: "Megamacro",
  3836. height: math.unit(10000, "kilometers")
  3837. },
  3838. ]
  3839. ))
  3840. characterMakers.push(() => makeCharacter(
  3841. { name: "Archy" },
  3842. {
  3843. front: {
  3844. height: math.unit(7, "feet"),
  3845. weight: math.unit(250, "lbs"),
  3846. name: "Front",
  3847. image: {
  3848. source: "./media/characters/archy/front.svg"
  3849. }
  3850. }
  3851. },
  3852. [
  3853. {
  3854. name: "Micro",
  3855. height: math.unit(1, "inch")
  3856. },
  3857. {
  3858. name: "Shorty",
  3859. height: math.unit(5, "feet")
  3860. },
  3861. {
  3862. name: "Normal",
  3863. height: math.unit(7, "feet")
  3864. },
  3865. {
  3866. name: "Macro",
  3867. height: math.unit(600, "meters"),
  3868. default: true
  3869. },
  3870. {
  3871. name: "Megamacro",
  3872. height: math.unit(1, "mile")
  3873. },
  3874. ]
  3875. ))
  3876. characterMakers.push(() => makeCharacter(
  3877. { name: "Berri" },
  3878. {
  3879. front: {
  3880. height: math.unit(1.65, "meters"),
  3881. weight: math.unit(74, "kg"),
  3882. name: "Front",
  3883. image: {
  3884. source: "./media/characters/berri/front.svg"
  3885. }
  3886. }
  3887. },
  3888. [
  3889. {
  3890. name: "Normal",
  3891. height: math.unit(1.65, "meters")
  3892. },
  3893. {
  3894. name: "Macro",
  3895. height: math.unit(60, "m"),
  3896. default: true
  3897. },
  3898. {
  3899. name: "Megamacro",
  3900. height: math.unit(9.213, "km")
  3901. },
  3902. {
  3903. name: "Planet Eater",
  3904. height: math.unit(489, "megameters")
  3905. },
  3906. {
  3907. name: "Teramacro",
  3908. height: math.unit(2471635000000, "meters")
  3909. },
  3910. {
  3911. name: "Examacro",
  3912. height: math.unit(8.0624e+26, "meters")
  3913. }
  3914. ]
  3915. ))
  3916. characterMakers.push(() => makeCharacter(
  3917. { name: "Lexi" },
  3918. {
  3919. front: {
  3920. height: math.unit(1.72, "meters"),
  3921. weight: math.unit(68, "kg"),
  3922. name: "Front",
  3923. image: {
  3924. source: "./media/characters/lexi/front.svg"
  3925. }
  3926. }
  3927. },
  3928. [
  3929. {
  3930. name: "Very Smol",
  3931. height: math.unit(10, "mm")
  3932. },
  3933. {
  3934. name: "Micro",
  3935. height: math.unit(6.8, "cm"),
  3936. default: true
  3937. },
  3938. {
  3939. name: "Normal",
  3940. height: math.unit(1.72, "m")
  3941. }
  3942. ]
  3943. ))
  3944. characterMakers.push(() => makeCharacter(
  3945. { name: "Martin" },
  3946. {
  3947. front: {
  3948. height: math.unit(1.69, "meters"),
  3949. weight: math.unit(68, "kg"),
  3950. name: "Front",
  3951. image: {
  3952. source: "./media/characters/martin/front.svg",
  3953. extra: 596 / 581
  3954. }
  3955. }
  3956. },
  3957. [
  3958. {
  3959. name: "Micro",
  3960. height: math.unit(6.85, "cm"),
  3961. default: true
  3962. },
  3963. {
  3964. name: "Normal",
  3965. height: math.unit(1.69, "m")
  3966. }
  3967. ]
  3968. ))
  3969. characterMakers.push(() => makeCharacter(
  3970. { name: "Juno" },
  3971. {
  3972. front: {
  3973. height: math.unit(1.69, "meters"),
  3974. weight: math.unit(68, "kg"),
  3975. name: "Front",
  3976. image: {
  3977. source: "./media/characters/juno/front.svg"
  3978. }
  3979. }
  3980. },
  3981. [
  3982. {
  3983. name: "Micro",
  3984. height: math.unit(7, "cm")
  3985. },
  3986. {
  3987. name: "Normal",
  3988. height: math.unit(1.89, "m")
  3989. },
  3990. {
  3991. name: "Macro",
  3992. height: math.unit(353, "meters"),
  3993. default: true
  3994. }
  3995. ]
  3996. ))
  3997. characterMakers.push(() => makeCharacter(
  3998. { name: "Samantha" },
  3999. {
  4000. front: {
  4001. height: math.unit(1.93, "meters"),
  4002. weight: math.unit(83, "kg"),
  4003. name: "Front",
  4004. image: {
  4005. source: "./media/characters/samantha/front.svg"
  4006. }
  4007. },
  4008. frontClothed: {
  4009. height: math.unit(1.93, "meters"),
  4010. weight: math.unit(83, "kg"),
  4011. name: "Front (Clothed)",
  4012. image: {
  4013. source: "./media/characters/samantha/front-clothed.svg"
  4014. }
  4015. },
  4016. back: {
  4017. height: math.unit(1.93, "meters"),
  4018. weight: math.unit(83, "kg"),
  4019. name: "Back",
  4020. image: {
  4021. source: "./media/characters/samantha/back.svg"
  4022. }
  4023. },
  4024. },
  4025. [
  4026. {
  4027. name: "Normal",
  4028. height: math.unit(1.93, "m")
  4029. },
  4030. {
  4031. name: "Macro",
  4032. height: math.unit(74, "meters"),
  4033. default: true
  4034. },
  4035. {
  4036. name: "Macro+",
  4037. height: math.unit(223, "meters"),
  4038. },
  4039. {
  4040. name: "Megamacro",
  4041. height: math.unit(8381, "meters"),
  4042. },
  4043. {
  4044. name: "Megamacro+",
  4045. height: math.unit(12000, "kilometers")
  4046. },
  4047. ]
  4048. ))
  4049. characterMakers.push(() => makeCharacter(
  4050. { name: "Dr. Clay" },
  4051. {
  4052. front: {
  4053. height: math.unit(1.92, "meters"),
  4054. weight: math.unit(80, "kg"),
  4055. name: "Front",
  4056. image: {
  4057. source: "./media/characters/dr-clay/front.svg"
  4058. }
  4059. },
  4060. frontClothed: {
  4061. height: math.unit(1.92, "meters"),
  4062. weight: math.unit(80, "kg"),
  4063. name: "Front (Clothed)",
  4064. image: {
  4065. source: "./media/characters/dr-clay/front-clothed.svg"
  4066. }
  4067. }
  4068. },
  4069. [
  4070. {
  4071. name: "Normal",
  4072. height: math.unit(1.92, "m")
  4073. },
  4074. {
  4075. name: "Macro",
  4076. height: math.unit(214, "meters"),
  4077. default: true
  4078. },
  4079. {
  4080. name: "Macro+",
  4081. height: math.unit(12.237, "meters"),
  4082. },
  4083. {
  4084. name: "Megamacro",
  4085. height: math.unit(557, "megameters"),
  4086. },
  4087. {
  4088. name: "Unimaginable",
  4089. height: math.unit(120e9, "lightyears")
  4090. },
  4091. ]
  4092. ))
  4093. characterMakers.push(() => makeCharacter(
  4094. { name: "Wyvrn Ripsnarl" },
  4095. {
  4096. front: {
  4097. height: math.unit(2, "meters"),
  4098. weight: math.unit(80, "kg"),
  4099. name: "Front",
  4100. image: {
  4101. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4102. }
  4103. }
  4104. },
  4105. [
  4106. {
  4107. name: "Teramacro",
  4108. height: math.unit(500000, "lightyears"),
  4109. default: true
  4110. },
  4111. ]
  4112. ))
  4113. characterMakers.push(() => makeCharacter(
  4114. { name: "Vemus" },
  4115. {
  4116. front: {
  4117. height: math.unit(2, "meters"),
  4118. weight: math.unit(150, "kg"),
  4119. name: "Front",
  4120. image: {
  4121. source: "./media/characters/vemus/front.svg",
  4122. extra: 2384 / 2084,
  4123. bottom: 0.0123
  4124. }
  4125. }
  4126. },
  4127. [
  4128. {
  4129. name: "Normal",
  4130. height: math.unit(3.75, "meters"),
  4131. default: true
  4132. },
  4133. {
  4134. name: "Big",
  4135. height: math.unit(8, "meters")
  4136. },
  4137. {
  4138. name: "Macro",
  4139. height: math.unit(100, "meters")
  4140. },
  4141. {
  4142. name: "Macro+",
  4143. height: math.unit(1500, "meters")
  4144. },
  4145. {
  4146. name: "Stellar",
  4147. height: math.unit(14e8, "meters")
  4148. },
  4149. ]
  4150. ))
  4151. characterMakers.push(() => makeCharacter(
  4152. { name: "Beherit" },
  4153. {
  4154. front: {
  4155. height: math.unit(2, "meters"),
  4156. weight: math.unit(70, "kg"),
  4157. name: "Front",
  4158. image: {
  4159. source: "./media/characters/beherit/front.svg",
  4160. extra: 1408 / 1242
  4161. }
  4162. }
  4163. },
  4164. [
  4165. {
  4166. name: "Normal",
  4167. height: math.unit(6, "feet")
  4168. },
  4169. {
  4170. name: "Lorg",
  4171. height: math.unit(25, "feet"),
  4172. default: true
  4173. },
  4174. {
  4175. name: "Lorger",
  4176. height: math.unit(75, "feet")
  4177. },
  4178. {
  4179. name: "Macro",
  4180. height: math.unit(200, "meters")
  4181. },
  4182. ]
  4183. ))
  4184. characterMakers.push(() => makeCharacter(
  4185. { name: "Everett" },
  4186. {
  4187. front: {
  4188. height: math.unit(2, "meters"),
  4189. weight: math.unit(150, "kg"),
  4190. name: "Front",
  4191. image: {
  4192. source: "./media/characters/everett/front.svg",
  4193. extra: 2038 / 1737,
  4194. bottom: 0.03
  4195. }
  4196. },
  4197. paw: {
  4198. height: math.unit(2 / 3.6, "meters"),
  4199. name: "Paw",
  4200. image: {
  4201. source: "./media/characters/everett/paw.svg"
  4202. }
  4203. },
  4204. },
  4205. [
  4206. {
  4207. name: "Normal",
  4208. height: math.unit(15, "feet"),
  4209. default: true
  4210. },
  4211. {
  4212. name: "Lorg",
  4213. height: math.unit(70, "feet"),
  4214. default: true
  4215. },
  4216. {
  4217. name: "Lorger",
  4218. height: math.unit(250, "feet")
  4219. },
  4220. {
  4221. name: "Macro",
  4222. height: math.unit(500, "meters")
  4223. },
  4224. ]
  4225. ))
  4226. characterMakers.push(() => makeCharacter(
  4227. { name: "Rose Lion" },
  4228. {
  4229. front: {
  4230. height: math.unit(2, "meters"),
  4231. weight: math.unit(86, "kg"),
  4232. name: "Front",
  4233. image: {
  4234. source: "./media/characters/rose-lion/front.svg"
  4235. }
  4236. },
  4237. bent: {
  4238. height: math.unit(2 / 1.4288, "meters"),
  4239. weight: math.unit(86, "kg"),
  4240. name: "Bent",
  4241. image: {
  4242. source: "./media/characters/rose-lion/bent.svg"
  4243. }
  4244. }
  4245. },
  4246. [
  4247. {
  4248. name: "Mini-Micro",
  4249. height: math.unit(1, "cm")
  4250. },
  4251. {
  4252. name: "Micro",
  4253. height: math.unit(3.5, "inches"),
  4254. default: true
  4255. },
  4256. {
  4257. name: "Normal",
  4258. height: math.unit(6 + 1 / 6, "feet")
  4259. },
  4260. {
  4261. name: "Mini-Macro",
  4262. height: math.unit(9 + 10 / 12, "feet")
  4263. },
  4264. ]
  4265. ))
  4266. characterMakers.push(() => makeCharacter(
  4267. { name: "Regal" },
  4268. {
  4269. front: {
  4270. height: math.unit(2, "meters"),
  4271. weight: math.unit(350, "lbs"),
  4272. name: "Front",
  4273. image: {
  4274. source: "./media/characters/regal/front.svg"
  4275. }
  4276. },
  4277. back: {
  4278. height: math.unit(2, "meters"),
  4279. weight: math.unit(350, "lbs"),
  4280. name: "Back",
  4281. image: {
  4282. source: "./media/characters/regal/back.svg"
  4283. }
  4284. },
  4285. },
  4286. [
  4287. {
  4288. name: "Macro",
  4289. height: math.unit(350, "feet"),
  4290. default: true
  4291. }
  4292. ]
  4293. ))
  4294. characterMakers.push(() => makeCharacter(
  4295. { name: "Opal" },
  4296. {
  4297. front: {
  4298. height: math.unit(4 + 11 / 12, "feet"),
  4299. weight: math.unit(100, "lbs"),
  4300. name: "Front",
  4301. image: {
  4302. source: "./media/characters/opal/front.svg"
  4303. }
  4304. },
  4305. frontAlt: {
  4306. height: math.unit(4 + 11 / 12, "feet"),
  4307. weight: math.unit(100, "lbs"),
  4308. name: "Front (Alt)",
  4309. image: {
  4310. source: "./media/characters/opal/front-alt.svg"
  4311. }
  4312. },
  4313. },
  4314. [
  4315. {
  4316. name: "Small",
  4317. height: math.unit(4 + 11 / 12, "feet")
  4318. },
  4319. {
  4320. name: "Normal",
  4321. height: math.unit(20, "feet"),
  4322. default: true
  4323. },
  4324. {
  4325. name: "Macro",
  4326. height: math.unit(120, "feet")
  4327. },
  4328. {
  4329. name: "Megamacro",
  4330. height: math.unit(80, "miles")
  4331. },
  4332. {
  4333. name: "True Size",
  4334. height: math.unit(100000, "lightyears")
  4335. },
  4336. ]
  4337. ))
  4338. characterMakers.push(() => makeCharacter(
  4339. { name: "Vector Wuff" },
  4340. {
  4341. front: {
  4342. height: math.unit(6, "feet"),
  4343. weight: math.unit(200, "lbs"),
  4344. name: "Front",
  4345. image: {
  4346. source: "./media/characters/vector-wuff/front.svg"
  4347. }
  4348. }
  4349. },
  4350. [
  4351. {
  4352. name: "Normal",
  4353. height: math.unit(2.8, "meters")
  4354. },
  4355. {
  4356. name: "Macro",
  4357. height: math.unit(450, "meters"),
  4358. default: true
  4359. },
  4360. {
  4361. name: "Megamacro",
  4362. height: math.unit(15, "kilometers")
  4363. }
  4364. ]
  4365. ))
  4366. characterMakers.push(() => makeCharacter(
  4367. { name: "Dannik" },
  4368. {
  4369. front: {
  4370. height: math.unit(6, "feet"),
  4371. weight: math.unit(256, "lbs"),
  4372. name: "Front",
  4373. image: {
  4374. source: "./media/characters/dannik/front.svg"
  4375. }
  4376. }
  4377. },
  4378. [
  4379. {
  4380. name: "Macro",
  4381. height: math.unit(69.57, "meters"),
  4382. default: true
  4383. },
  4384. ]
  4385. ))
  4386. characterMakers.push(() => makeCharacter(
  4387. { name: "Azura Saharah" },
  4388. {
  4389. front: {
  4390. height: math.unit(6, "feet"),
  4391. weight: math.unit(120, "lbs"),
  4392. name: "Front",
  4393. image: {
  4394. source: "./media/characters/azura-saharah/front.svg"
  4395. }
  4396. },
  4397. back: {
  4398. height: math.unit(6, "feet"),
  4399. weight: math.unit(120, "lbs"),
  4400. name: "Back",
  4401. image: {
  4402. source: "./media/characters/azura-saharah/back.svg"
  4403. }
  4404. },
  4405. },
  4406. [
  4407. {
  4408. name: "Macro",
  4409. height: math.unit(100, "feet"),
  4410. default: true
  4411. },
  4412. ]
  4413. ))
  4414. characterMakers.push(() => makeCharacter(
  4415. { name: "Kennedy" },
  4416. {
  4417. side: {
  4418. height: math.unit(5 + 4 / 12, "feet"),
  4419. weight: math.unit(163, "lbs"),
  4420. name: "Side",
  4421. image: {
  4422. source: "./media/characters/kennedy/side.svg"
  4423. }
  4424. }
  4425. },
  4426. [
  4427. {
  4428. name: "Standard Doggo",
  4429. height: math.unit(5 + 4 / 12, "feet")
  4430. },
  4431. {
  4432. name: "Big Doggo",
  4433. height: math.unit(25 + 3 / 12, "feet"),
  4434. default: true
  4435. },
  4436. ]
  4437. ))
  4438. characterMakers.push(() => makeCharacter(
  4439. { name: "Odi Lunar" },
  4440. {
  4441. front: {
  4442. height: math.unit(6, "feet"),
  4443. weight: math.unit(90, "lbs"),
  4444. name: "Front",
  4445. image: {
  4446. source: "./media/characters/odi-lunar/front.svg"
  4447. }
  4448. }
  4449. },
  4450. [
  4451. {
  4452. name: "Micro",
  4453. height: math.unit(3, "inches"),
  4454. default: true
  4455. },
  4456. {
  4457. name: "Normal",
  4458. height: math.unit(5.5, "feet")
  4459. }
  4460. ]
  4461. ))
  4462. characterMakers.push(() => makeCharacter(
  4463. { name: "Mandake" },
  4464. {
  4465. back: {
  4466. height: math.unit(6, "feet"),
  4467. weight: math.unit(220, "lbs"),
  4468. name: "Back",
  4469. image: {
  4470. source: "./media/characters/mandake/back.svg"
  4471. }
  4472. }
  4473. },
  4474. [
  4475. {
  4476. name: "Normal",
  4477. height: math.unit(7, "feet"),
  4478. default: true
  4479. },
  4480. {
  4481. name: "Macro",
  4482. height: math.unit(78, "feet")
  4483. },
  4484. {
  4485. name: "Macro+",
  4486. height: math.unit(300, "meters")
  4487. },
  4488. {
  4489. name: "Macro++",
  4490. height: math.unit(2400, "feet")
  4491. },
  4492. {
  4493. name: "Megamacro",
  4494. height: math.unit(5167, "meters")
  4495. },
  4496. {
  4497. name: "Gigamacro",
  4498. height: math.unit(41769, "miles")
  4499. },
  4500. ]
  4501. ))
  4502. characterMakers.push(() => makeCharacter(
  4503. { name: "Yozey" },
  4504. {
  4505. front: {
  4506. height: math.unit(6, "feet"),
  4507. weight: math.unit(120, "lbs"),
  4508. name: "Front",
  4509. image: {
  4510. source: "./media/characters/yozey/front.svg"
  4511. }
  4512. },
  4513. frontAlt: {
  4514. height: math.unit(6, "feet"),
  4515. weight: math.unit(120, "lbs"),
  4516. name: "Front (Alt)",
  4517. image: {
  4518. source: "./media/characters/yozey/front-alt.svg"
  4519. }
  4520. },
  4521. side: {
  4522. height: math.unit(6, "feet"),
  4523. weight: math.unit(120, "lbs"),
  4524. name: "Side",
  4525. image: {
  4526. source: "./media/characters/yozey/side.svg"
  4527. }
  4528. },
  4529. },
  4530. [
  4531. {
  4532. name: "Micro",
  4533. height: math.unit(3, "inches"),
  4534. default: true
  4535. },
  4536. {
  4537. name: "Normal",
  4538. height: math.unit(6, "feet")
  4539. }
  4540. ]
  4541. ))
  4542. characterMakers.push(() => makeCharacter(
  4543. { name: "Valeska Voss" },
  4544. {
  4545. front: {
  4546. height: math.unit(6, "feet"),
  4547. weight: math.unit(103, "lbs"),
  4548. name: "Front",
  4549. image: {
  4550. source: "./media/characters/valeska-voss/front.svg"
  4551. }
  4552. }
  4553. },
  4554. [
  4555. {
  4556. name: "Mini-Sized Sub",
  4557. height: math.unit(3.1, "inches")
  4558. },
  4559. {
  4560. name: "Mid-Sized Sub",
  4561. height: math.unit(6.2, "inches")
  4562. },
  4563. {
  4564. name: "Full-Sized Sub",
  4565. height: math.unit(9.3, "inches")
  4566. },
  4567. {
  4568. name: "Normal",
  4569. height: math.unit(5 + 2 / 12, "foot"),
  4570. default: true
  4571. },
  4572. ]
  4573. ))
  4574. characterMakers.push(() => makeCharacter(
  4575. { name: "Gene Zeta" },
  4576. {
  4577. front: {
  4578. height: math.unit(6, "feet"),
  4579. weight: math.unit(160, "lbs"),
  4580. name: "Front",
  4581. image: {
  4582. source: "./media/characters/gene-zeta/front.svg",
  4583. bottom: 0.03,
  4584. extra: 1
  4585. }
  4586. }
  4587. },
  4588. [
  4589. {
  4590. name: "Normal",
  4591. height: math.unit(6.25, "foot"),
  4592. default: true
  4593. },
  4594. ]
  4595. ))
  4596. characterMakers.push(() => makeCharacter(
  4597. { name: "Razinox" },
  4598. {
  4599. front: {
  4600. height: math.unit(6, "feet"),
  4601. weight: math.unit(350, "lbs"),
  4602. name: "Front",
  4603. image: {
  4604. source: "./media/characters/razinox/front.svg",
  4605. extra: 1686 / 1548
  4606. }
  4607. },
  4608. back: {
  4609. height: math.unit(6, "feet"),
  4610. weight: math.unit(350, "lbs"),
  4611. name: "Back",
  4612. image: {
  4613. source: "./media/characters/razinox/back.svg",
  4614. extra: 1660 / 1590
  4615. }
  4616. },
  4617. },
  4618. [
  4619. {
  4620. name: "Normal",
  4621. height: math.unit(10 + 8 / 12, "foot")
  4622. },
  4623. {
  4624. name: "Minimacro",
  4625. height: math.unit(15, "foot")
  4626. },
  4627. {
  4628. name: "Macro",
  4629. height: math.unit(60, "foot"),
  4630. default: true
  4631. },
  4632. {
  4633. name: "Megamacro",
  4634. height: math.unit(5, "miles")
  4635. },
  4636. {
  4637. name: "Gigamacro",
  4638. height: math.unit(6000, "miles")
  4639. },
  4640. ]
  4641. ))
  4642. characterMakers.push(() => makeCharacter(
  4643. { name: "Cobalt" },
  4644. {
  4645. front: {
  4646. height: math.unit(6, "feet"),
  4647. weight: math.unit(150, "lbs"),
  4648. name: "Front",
  4649. image: {
  4650. source: "./media/characters/cobalt/front.svg"
  4651. }
  4652. }
  4653. },
  4654. [
  4655. {
  4656. name: "Normal",
  4657. height: math.unit(8 + 1 / 12, "foot")
  4658. },
  4659. {
  4660. name: "Macro",
  4661. height: math.unit(111, "foot"),
  4662. default: true
  4663. },
  4664. {
  4665. name: "Supracosmic",
  4666. height: math.unit(1e42, "feet")
  4667. },
  4668. ]
  4669. ))
  4670. characterMakers.push(() => makeCharacter(
  4671. { name: "Amanda" },
  4672. {
  4673. front: {
  4674. height: math.unit(6, "feet"),
  4675. weight: math.unit(140, "lbs"),
  4676. name: "Front",
  4677. image: {
  4678. source: "./media/characters/amanda/front.svg"
  4679. }
  4680. }
  4681. },
  4682. [
  4683. {
  4684. name: "Micro",
  4685. height: math.unit(5, "inches"),
  4686. default: true
  4687. },
  4688. ]
  4689. ))
  4690. characterMakers.push(() => makeCharacter(
  4691. { name: "Teal" },
  4692. {
  4693. front: {
  4694. height: math.unit(5.59, "feet"),
  4695. weight: math.unit(250, "lbs"),
  4696. name: "Front",
  4697. image: {
  4698. source: "./media/characters/teal/front.svg"
  4699. }
  4700. },
  4701. frontAlt: {
  4702. height: math.unit(6, "feet"),
  4703. weight: math.unit(250, "lbs"),
  4704. name: "Front (Alt)",
  4705. image: {
  4706. source: "./media/characters/teal/front-alt.svg",
  4707. bottom: 0.04,
  4708. extra: 1
  4709. }
  4710. },
  4711. },
  4712. [
  4713. {
  4714. name: "Normal",
  4715. height: math.unit(12, "feet"),
  4716. default: true
  4717. },
  4718. {
  4719. name: "Macro",
  4720. height: math.unit(300, "feet")
  4721. },
  4722. ]
  4723. ))
  4724. characterMakers.push(() => makeCharacter(
  4725. { name: "Ravin Amulet" },
  4726. {
  4727. frontCat: {
  4728. height: math.unit(6, "feet"),
  4729. weight: math.unit(180, "lbs"),
  4730. name: "Front (Cat)",
  4731. image: {
  4732. source: "./media/characters/ravin-amulet/front-cat.svg"
  4733. }
  4734. },
  4735. frontCatAlt: {
  4736. height: math.unit(6, "feet"),
  4737. weight: math.unit(180, "lbs"),
  4738. name: "Front (Alt, Cat)",
  4739. image: {
  4740. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4741. }
  4742. },
  4743. frontWerewolf: {
  4744. height: math.unit(6 * 1.2, "feet"),
  4745. weight: math.unit(225, "lbs"),
  4746. name: "Front (Werewolf)",
  4747. image: {
  4748. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4749. }
  4750. },
  4751. backWerewolf: {
  4752. height: math.unit(6 * 1.2, "feet"),
  4753. weight: math.unit(225, "lbs"),
  4754. name: "Back (Werewolf)",
  4755. image: {
  4756. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4757. }
  4758. },
  4759. },
  4760. [
  4761. {
  4762. name: "Nano",
  4763. height: math.unit(1, "micrometer")
  4764. },
  4765. {
  4766. name: "Micro",
  4767. height: math.unit(1, "inch")
  4768. },
  4769. {
  4770. name: "Normal",
  4771. height: math.unit(6, "feet"),
  4772. default: true
  4773. },
  4774. {
  4775. name: "Macro",
  4776. height: math.unit(60, "feet")
  4777. }
  4778. ]
  4779. ))
  4780. characterMakers.push(() => makeCharacter(
  4781. { name: "Fluoresce" },
  4782. {
  4783. front: {
  4784. height: math.unit(6, "feet"),
  4785. weight: math.unit(165, "lbs"),
  4786. name: "Front",
  4787. image: {
  4788. source: "./media/characters/fluoresce/front.svg"
  4789. }
  4790. }
  4791. },
  4792. [
  4793. {
  4794. name: "Micro",
  4795. height: math.unit(6, "cm")
  4796. },
  4797. {
  4798. name: "Normal",
  4799. height: math.unit(5 + 7 / 12, "feet"),
  4800. default: true
  4801. },
  4802. {
  4803. name: "Macro",
  4804. height: math.unit(56, "feet")
  4805. },
  4806. {
  4807. name: "Megamacro",
  4808. height: math.unit(1.9, "miles")
  4809. },
  4810. ]
  4811. ))
  4812. characterMakers.push(() => makeCharacter(
  4813. { name: "Aurora" },
  4814. {
  4815. front: {
  4816. height: math.unit(9 + 6 / 12, "feet"),
  4817. weight: math.unit(523, "lbs"),
  4818. name: "Side",
  4819. image: {
  4820. source: "./media/characters/aurora/side.svg"
  4821. }
  4822. }
  4823. },
  4824. [
  4825. {
  4826. name: "Normal",
  4827. height: math.unit(9 + 6 / 12, "feet")
  4828. },
  4829. {
  4830. name: "Macro",
  4831. height: math.unit(96, "feet"),
  4832. default: true
  4833. },
  4834. {
  4835. name: "Macro+",
  4836. height: math.unit(243, "feet")
  4837. },
  4838. ]
  4839. ))
  4840. characterMakers.push(() => makeCharacter(
  4841. { name: "Ranek" },
  4842. {
  4843. front: {
  4844. height: math.unit(194, "cm"),
  4845. weight: math.unit(90, "kg"),
  4846. name: "Front",
  4847. image: {
  4848. source: "./media/characters/ranek/front.svg"
  4849. }
  4850. },
  4851. side: {
  4852. height: math.unit(194, "cm"),
  4853. weight: math.unit(90, "kg"),
  4854. name: "Side",
  4855. image: {
  4856. source: "./media/characters/ranek/side.svg"
  4857. }
  4858. },
  4859. back: {
  4860. height: math.unit(194, "cm"),
  4861. weight: math.unit(90, "kg"),
  4862. name: "Back",
  4863. image: {
  4864. source: "./media/characters/ranek/back.svg"
  4865. }
  4866. },
  4867. feral: {
  4868. height: math.unit(30, "cm"),
  4869. weight: math.unit(1.6, "lbs"),
  4870. name: "Feral",
  4871. image: {
  4872. source: "./media/characters/ranek/feral.svg"
  4873. }
  4874. },
  4875. },
  4876. [
  4877. {
  4878. name: "Normal",
  4879. height: math.unit(194, "cm"),
  4880. default: true
  4881. },
  4882. {
  4883. name: "Macro",
  4884. height: math.unit(100, "meters")
  4885. },
  4886. ]
  4887. ))
  4888. characterMakers.push(() => makeCharacter(
  4889. { name: "Andrew Cooper" },
  4890. {
  4891. front: {
  4892. height: math.unit(5 + 6 / 12, "feet"),
  4893. weight: math.unit(153, "lbs"),
  4894. name: "Front",
  4895. image: {
  4896. source: "./media/characters/andrew-cooper/front.svg"
  4897. }
  4898. },
  4899. },
  4900. [
  4901. {
  4902. name: "Nano",
  4903. height: math.unit(1, "mm")
  4904. },
  4905. {
  4906. name: "Micro",
  4907. height: math.unit(2, "inches")
  4908. },
  4909. {
  4910. name: "Normal",
  4911. height: math.unit(5 + 6 / 12, "feet"),
  4912. default: true
  4913. }
  4914. ]
  4915. ))
  4916. characterMakers.push(() => makeCharacter(
  4917. { name: "Akane Sato" },
  4918. {
  4919. front: {
  4920. height: math.unit(6, "feet"),
  4921. weight: math.unit(180, "lbs"),
  4922. name: "Front",
  4923. image: {
  4924. source: "./media/characters/akane-sato/front.svg",
  4925. extra: 1219 / 1140
  4926. }
  4927. },
  4928. back: {
  4929. height: math.unit(6, "feet"),
  4930. weight: math.unit(180, "lbs"),
  4931. name: "Back",
  4932. image: {
  4933. source: "./media/characters/akane-sato/back.svg",
  4934. extra: 1219 / 1170
  4935. }
  4936. },
  4937. },
  4938. [
  4939. {
  4940. name: "Normal",
  4941. height: math.unit(2.5, "meters")
  4942. },
  4943. {
  4944. name: "Macro",
  4945. height: math.unit(250, "meters"),
  4946. default: true
  4947. },
  4948. {
  4949. name: "Megamacro",
  4950. height: math.unit(25, "km")
  4951. },
  4952. ]
  4953. ))
  4954. characterMakers.push(() => makeCharacter(
  4955. { name: "Rook" },
  4956. {
  4957. front: {
  4958. height: math.unit(6, "feet"),
  4959. weight: math.unit(65, "kg"),
  4960. name: "Front",
  4961. image: {
  4962. source: "./media/characters/rook/front.svg"
  4963. }
  4964. }
  4965. },
  4966. [
  4967. {
  4968. name: "Normal",
  4969. height: math.unit(8.8, "feet")
  4970. },
  4971. {
  4972. name: "Macro",
  4973. height: math.unit(88, "feet"),
  4974. default: true
  4975. },
  4976. {
  4977. name: "Megamacro",
  4978. height: math.unit(8, "miles")
  4979. },
  4980. ]
  4981. ))
  4982. characterMakers.push(() => makeCharacter(
  4983. { name: "Prodigy" },
  4984. {
  4985. front: {
  4986. height: math.unit(12 + 2 / 12, "feet"),
  4987. weight: math.unit(808, "lbs"),
  4988. name: "Front",
  4989. image: {
  4990. source: "./media/characters/prodigy/front.svg"
  4991. }
  4992. }
  4993. },
  4994. [
  4995. {
  4996. name: "Normal",
  4997. height: math.unit(12 + 2 / 12, "feet"),
  4998. default: true
  4999. },
  5000. {
  5001. name: "Macro",
  5002. height: math.unit(143, "feet")
  5003. },
  5004. {
  5005. name: "Macro+",
  5006. height: math.unit(400, "feet")
  5007. },
  5008. ]
  5009. ))
  5010. characterMakers.push(() => makeCharacter(
  5011. { name: "Daniel" },
  5012. {
  5013. front: {
  5014. height: math.unit(6, "feet"),
  5015. weight: math.unit(225, "lbs"),
  5016. name: "Front",
  5017. image: {
  5018. source: "./media/characters/daniel/front.svg"
  5019. }
  5020. },
  5021. leaning: {
  5022. height: math.unit(6, "feet"),
  5023. weight: math.unit(225, "lbs"),
  5024. name: "Leaning",
  5025. image: {
  5026. source: "./media/characters/daniel/leaning.svg"
  5027. }
  5028. },
  5029. },
  5030. [
  5031. {
  5032. name: "Macro",
  5033. height: math.unit(1000, "feet"),
  5034. default: true
  5035. },
  5036. ]
  5037. ))
  5038. characterMakers.push(() => makeCharacter(
  5039. { name: "Chiros" },
  5040. {
  5041. front: {
  5042. height: math.unit(6, "feet"),
  5043. weight: math.unit(88, "lbs"),
  5044. name: "Front",
  5045. image: {
  5046. source: "./media/characters/chiros/front.svg",
  5047. extra: 306 / 226
  5048. }
  5049. },
  5050. side: {
  5051. height: math.unit(6, "feet"),
  5052. weight: math.unit(88, "lbs"),
  5053. name: "Side",
  5054. image: {
  5055. source: "./media/characters/chiros/side.svg",
  5056. extra: 306 / 226
  5057. }
  5058. },
  5059. },
  5060. [
  5061. {
  5062. name: "Normal",
  5063. height: math.unit(6, "cm"),
  5064. default: true
  5065. },
  5066. ]
  5067. ))
  5068. characterMakers.push(() => makeCharacter(
  5069. { name: "Selka" },
  5070. {
  5071. front: {
  5072. height: math.unit(6, "feet"),
  5073. weight: math.unit(100, "lbs"),
  5074. name: "Front",
  5075. image: {
  5076. source: "./media/characters/selka/front.svg",
  5077. extra: 947 / 887
  5078. }
  5079. }
  5080. },
  5081. [
  5082. {
  5083. name: "Normal",
  5084. height: math.unit(5, "cm"),
  5085. default: true
  5086. },
  5087. ]
  5088. ))
  5089. characterMakers.push(() => makeCharacter(
  5090. { name: "Verin" },
  5091. {
  5092. front: {
  5093. height: math.unit(8 + 3 / 12, "feet"),
  5094. weight: math.unit(424, "lbs"),
  5095. name: "Front",
  5096. image: {
  5097. source: "./media/characters/verin/front.svg",
  5098. extra: 1845 / 1550
  5099. }
  5100. },
  5101. frontArmored: {
  5102. height: math.unit(8 + 3 / 12, "feet"),
  5103. weight: math.unit(424, "lbs"),
  5104. name: "Front (Armored)",
  5105. image: {
  5106. source: "./media/characters/verin/front-armor.svg",
  5107. extra: 1845 / 1550,
  5108. bottom: 0.01
  5109. }
  5110. },
  5111. back: {
  5112. height: math.unit(8 + 3 / 12, "feet"),
  5113. weight: math.unit(424, "lbs"),
  5114. name: "Back",
  5115. image: {
  5116. source: "./media/characters/verin/back.svg",
  5117. bottom: 0.1,
  5118. extra: 1
  5119. }
  5120. },
  5121. foot: {
  5122. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5123. name: "Foot",
  5124. image: {
  5125. source: "./media/characters/verin/foot.svg"
  5126. }
  5127. },
  5128. },
  5129. [
  5130. {
  5131. name: "Normal",
  5132. height: math.unit(8 + 3 / 12, "feet")
  5133. },
  5134. {
  5135. name: "Minimacro",
  5136. height: math.unit(21, "feet"),
  5137. default: true
  5138. },
  5139. {
  5140. name: "Macro",
  5141. height: math.unit(626, "feet")
  5142. },
  5143. ]
  5144. ))
  5145. characterMakers.push(() => makeCharacter(
  5146. { name: "Sovrim Terraquian" },
  5147. {
  5148. front: {
  5149. height: math.unit(2.718, "meters"),
  5150. weight: math.unit(150, "lbs"),
  5151. name: "Front",
  5152. image: {
  5153. source: "./media/characters/sovrim-terraquian/front.svg"
  5154. }
  5155. },
  5156. back: {
  5157. height: math.unit(2.718, "meters"),
  5158. weight: math.unit(150, "lbs"),
  5159. name: "Back",
  5160. image: {
  5161. source: "./media/characters/sovrim-terraquian/back.svg"
  5162. }
  5163. }
  5164. },
  5165. [
  5166. {
  5167. name: "Micro",
  5168. height: math.unit(2, "inches")
  5169. },
  5170. {
  5171. name: "Small",
  5172. height: math.unit(1, "meter")
  5173. },
  5174. {
  5175. name: "Normal",
  5176. height: math.unit(Math.E, "meters"),
  5177. default: true
  5178. },
  5179. {
  5180. name: "Macro",
  5181. height: math.unit(20, "meters")
  5182. },
  5183. {
  5184. name: "Macro+",
  5185. height: math.unit(400, "meters")
  5186. },
  5187. ]
  5188. ))
  5189. characterMakers.push(() => makeCharacter(
  5190. { name: "Reece Silvermane" },
  5191. {
  5192. front: {
  5193. height: math.unit(7, "feet"),
  5194. weight: math.unit(489, "lbs"),
  5195. name: "Front",
  5196. image: {
  5197. source: "./media/characters/reece-silvermane/front.svg",
  5198. bottom: 0.02,
  5199. extra: 1
  5200. }
  5201. },
  5202. },
  5203. [
  5204. {
  5205. name: "Macro",
  5206. height: math.unit(1.5, "miles"),
  5207. default: true
  5208. },
  5209. ]
  5210. ))
  5211. characterMakers.push(() => makeCharacter(
  5212. { name: "Kane" },
  5213. {
  5214. front: {
  5215. height: math.unit(6, "feet"),
  5216. weight: math.unit(78, "kg"),
  5217. name: "Front",
  5218. image: {
  5219. source: "./media/characters/kane/front.svg",
  5220. extra: 978 / 899
  5221. }
  5222. },
  5223. },
  5224. [
  5225. {
  5226. name: "Normal",
  5227. height: math.unit(2.1, "m"),
  5228. },
  5229. {
  5230. name: "Macro",
  5231. height: math.unit(1, "km"),
  5232. default: true
  5233. },
  5234. ]
  5235. ))
  5236. characterMakers.push(() => makeCharacter(
  5237. { name: "Tegon" },
  5238. {
  5239. front: {
  5240. height: math.unit(6, "feet"),
  5241. weight: math.unit(200, "kg"),
  5242. name: "Front",
  5243. image: {
  5244. source: "./media/characters/tegon/front.svg",
  5245. bottom: 0.01,
  5246. extra: 1
  5247. }
  5248. },
  5249. },
  5250. [
  5251. {
  5252. name: "Micro",
  5253. height: math.unit(1, "inch")
  5254. },
  5255. {
  5256. name: "Normal",
  5257. height: math.unit(6 + 3 / 12, "feet"),
  5258. default: true
  5259. },
  5260. {
  5261. name: "Macro",
  5262. height: math.unit(300, "feet")
  5263. },
  5264. {
  5265. name: "Megamacro",
  5266. height: math.unit(69, "miles")
  5267. },
  5268. ]
  5269. ))
  5270. characterMakers.push(() => makeCharacter(
  5271. { name: "Arcturax" },
  5272. {
  5273. side: {
  5274. height: math.unit(6, "feet"),
  5275. weight: math.unit(2304, "lbs"),
  5276. name: "Side",
  5277. image: {
  5278. source: "./media/characters/arcturax/side.svg",
  5279. extra: 790 / 376,
  5280. bottom: 0.01
  5281. }
  5282. },
  5283. },
  5284. [
  5285. {
  5286. name: "Micro",
  5287. height: math.unit(2, "inch")
  5288. },
  5289. {
  5290. name: "Normal",
  5291. height: math.unit(6, "feet")
  5292. },
  5293. {
  5294. name: "Macro",
  5295. height: math.unit(39, "feet"),
  5296. default: true
  5297. },
  5298. {
  5299. name: "Megamacro",
  5300. height: math.unit(7, "miles")
  5301. },
  5302. ]
  5303. ))
  5304. characterMakers.push(() => makeCharacter(
  5305. { name: "Sentri" },
  5306. {
  5307. front: {
  5308. height: math.unit(6, "feet"),
  5309. weight: math.unit(50, "lbs"),
  5310. name: "Front",
  5311. image: {
  5312. source: "./media/characters/sentri/front.svg",
  5313. extra: 1750 / 1570,
  5314. bottom: 0.025
  5315. }
  5316. },
  5317. frontAlt: {
  5318. height: math.unit(6, "feet"),
  5319. weight: math.unit(50, "lbs"),
  5320. name: "Front (Alt)",
  5321. image: {
  5322. source: "./media/characters/sentri/front-alt.svg",
  5323. extra: 1750 / 1570,
  5324. bottom: 0.025
  5325. }
  5326. },
  5327. },
  5328. [
  5329. {
  5330. name: "Normal",
  5331. height: math.unit(15, "feet"),
  5332. default: true
  5333. },
  5334. {
  5335. name: "Macro",
  5336. height: math.unit(2500, "feet")
  5337. }
  5338. ]
  5339. ))
  5340. characterMakers.push(() => makeCharacter(
  5341. { name: "Corvin" },
  5342. {
  5343. front: {
  5344. height: math.unit(5 + 8 / 12, "feet"),
  5345. weight: math.unit(130, "lbs"),
  5346. name: "Front",
  5347. image: {
  5348. source: "./media/characters/corvin/front.svg",
  5349. extra: 1803 / 1629
  5350. }
  5351. },
  5352. frontShirt: {
  5353. height: math.unit(5 + 8 / 12, "feet"),
  5354. weight: math.unit(130, "lbs"),
  5355. name: "Front (Shirt)",
  5356. image: {
  5357. source: "./media/characters/corvin/front-shirt.svg",
  5358. extra: 1803 / 1629
  5359. }
  5360. },
  5361. frontPoncho: {
  5362. height: math.unit(5 + 8 / 12, "feet"),
  5363. weight: math.unit(130, "lbs"),
  5364. name: "Front (Poncho)",
  5365. image: {
  5366. source: "./media/characters/corvin/front-poncho.svg",
  5367. extra: 1803 / 1629
  5368. }
  5369. },
  5370. side: {
  5371. height: math.unit(5 + 8 / 12, "feet"),
  5372. weight: math.unit(130, "lbs"),
  5373. name: "Side",
  5374. image: {
  5375. source: "./media/characters/corvin/side.svg",
  5376. extra: 1012 / 945
  5377. }
  5378. },
  5379. back: {
  5380. height: math.unit(5 + 8 / 12, "feet"),
  5381. weight: math.unit(130, "lbs"),
  5382. name: "Back",
  5383. image: {
  5384. source: "./media/characters/corvin/back.svg",
  5385. extra: 1803 / 1629
  5386. }
  5387. },
  5388. },
  5389. [
  5390. {
  5391. name: "Micro",
  5392. height: math.unit(3, "inches")
  5393. },
  5394. {
  5395. name: "Normal",
  5396. height: math.unit(5 + 8 / 12, "feet")
  5397. },
  5398. {
  5399. name: "Macro",
  5400. height: math.unit(300, "feet"),
  5401. default: true
  5402. },
  5403. {
  5404. name: "Megamacro",
  5405. height: math.unit(500, "miles")
  5406. }
  5407. ]
  5408. ))
  5409. characterMakers.push(() => makeCharacter(
  5410. { name: "Q" },
  5411. {
  5412. front: {
  5413. height: math.unit(6, "feet"),
  5414. weight: math.unit(135, "lbs"),
  5415. name: "Front",
  5416. image: {
  5417. source: "./media/characters/q/front.svg",
  5418. extra: 854 / 752,
  5419. bottom: 0.005
  5420. }
  5421. },
  5422. back: {
  5423. height: math.unit(6, "feet"),
  5424. weight: math.unit(130, "lbs"),
  5425. name: "Back",
  5426. image: {
  5427. source: "./media/characters/q/back.svg",
  5428. extra: 854 / 752
  5429. }
  5430. },
  5431. },
  5432. [
  5433. {
  5434. name: "Macro",
  5435. height: math.unit(90, "feet"),
  5436. default: true
  5437. },
  5438. {
  5439. name: "Extra Macro",
  5440. height: math.unit(300, "feet"),
  5441. },
  5442. {
  5443. name: "BIG WALF",
  5444. height: math.unit(750, "feet"),
  5445. },
  5446. ]
  5447. ))
  5448. characterMakers.push(() => makeCharacter(
  5449. { name: "Carley" },
  5450. {
  5451. front: {
  5452. height: math.unit(6, "feet"),
  5453. weight: math.unit(150, "lbs"),
  5454. name: "Front",
  5455. image: {
  5456. source: "./media/characters/carley/front.svg",
  5457. extra: 3927 / 3540,
  5458. bottom: 0.03
  5459. }
  5460. }
  5461. },
  5462. [
  5463. {
  5464. name: "Normal",
  5465. height: math.unit(6 + 3 / 12, "feet")
  5466. },
  5467. {
  5468. name: "Macro",
  5469. height: math.unit(185, "feet"),
  5470. default: true
  5471. },
  5472. {
  5473. name: "Megamacro",
  5474. height: math.unit(8, "miles"),
  5475. },
  5476. ]
  5477. ))
  5478. characterMakers.push(() => makeCharacter(
  5479. { name: "Citrine" },
  5480. {
  5481. front: {
  5482. height: math.unit(3, "feet"),
  5483. weight: math.unit(28, "lbs"),
  5484. name: "Front",
  5485. image: {
  5486. source: "./media/characters/citrine/front.svg"
  5487. }
  5488. }
  5489. },
  5490. [
  5491. {
  5492. name: "Normal",
  5493. height: math.unit(3, "feet"),
  5494. default: true
  5495. }
  5496. ]
  5497. ))
  5498. characterMakers.push(() => makeCharacter(
  5499. { name: "Aura Starwind" },
  5500. {
  5501. front: {
  5502. height: math.unit(14, "feet"),
  5503. weight: math.unit(1450, "kg"),
  5504. name: "Front",
  5505. image: {
  5506. source: "./media/characters/aura-starwind/front.svg",
  5507. extra: 1455 / 1335
  5508. }
  5509. },
  5510. side: {
  5511. height: math.unit(14, "feet"),
  5512. weight: math.unit(1450, "kg"),
  5513. name: "Side",
  5514. image: {
  5515. source: "./media/characters/aura-starwind/side.svg",
  5516. extra: 1654 / 1497
  5517. }
  5518. },
  5519. taur: {
  5520. height: math.unit(18, "feet"),
  5521. weight: math.unit(5500, "kg"),
  5522. name: "Taur",
  5523. image: {
  5524. source: "./media/characters/aura-starwind/taur.svg",
  5525. extra: 1760 / 1650
  5526. }
  5527. },
  5528. feral: {
  5529. height: math.unit(46, "feet"),
  5530. weight: math.unit(25000, "kg"),
  5531. name: "Feral",
  5532. image: {
  5533. source: "./media/characters/aura-starwind/feral.svg"
  5534. }
  5535. },
  5536. },
  5537. [
  5538. {
  5539. name: "Normal",
  5540. height: math.unit(14, "feet"),
  5541. default: true
  5542. },
  5543. {
  5544. name: "Macro",
  5545. height: math.unit(50, "meters")
  5546. },
  5547. {
  5548. name: "Megamacro",
  5549. height: math.unit(5000, "meters")
  5550. },
  5551. {
  5552. name: "Gigamacro",
  5553. height: math.unit(100000, "kilometers")
  5554. },
  5555. ]
  5556. ))
  5557. characterMakers.push(() => makeCharacter(
  5558. { name: "Rivet" },
  5559. {
  5560. front: {
  5561. height: math.unit(2 + 7 / 12, "feet"),
  5562. weight: math.unit(32, "lbs"),
  5563. name: "Front",
  5564. image: {
  5565. source: "./media/characters/rivet/front.svg",
  5566. extra: 1716 / 1658,
  5567. bottom: 0.03
  5568. }
  5569. },
  5570. foot: {
  5571. height: math.unit(0.551, "feet"),
  5572. name: "Rivet's Foot",
  5573. image: {
  5574. source: "./media/characters/rivet/foot.svg"
  5575. },
  5576. rename: true
  5577. }
  5578. },
  5579. [
  5580. {
  5581. name: "Micro",
  5582. height: math.unit(1.5, "inches"),
  5583. },
  5584. {
  5585. name: "Normal",
  5586. height: math.unit(2 + 7 / 12, "feet"),
  5587. default: true
  5588. },
  5589. {
  5590. name: "Macro",
  5591. height: math.unit(85, "feet")
  5592. },
  5593. {
  5594. name: "Megamacro",
  5595. height: math.unit(2.2, "km")
  5596. }
  5597. ]
  5598. ))
  5599. characterMakers.push(() => makeCharacter(
  5600. { name: "Coffee" },
  5601. {
  5602. front: {
  5603. height: math.unit(5 + 9 / 12, "feet"),
  5604. weight: math.unit(150, "lbs"),
  5605. name: "Front",
  5606. image: {
  5607. source: "./media/characters/coffee/front.svg",
  5608. extra: 3666 / 3032,
  5609. bottom: 0.04
  5610. }
  5611. },
  5612. foot: {
  5613. height: math.unit(1.29, "feet"),
  5614. name: "Foot",
  5615. image: {
  5616. source: "./media/characters/coffee/foot.svg"
  5617. }
  5618. },
  5619. },
  5620. [
  5621. {
  5622. name: "Micro",
  5623. height: math.unit(2, "inches"),
  5624. },
  5625. {
  5626. name: "Normal",
  5627. height: math.unit(5 + 9 / 12, "feet"),
  5628. default: true
  5629. },
  5630. {
  5631. name: "Macro",
  5632. height: math.unit(800, "feet")
  5633. },
  5634. {
  5635. name: "Megamacro",
  5636. height: math.unit(25, "miles")
  5637. }
  5638. ]
  5639. ))
  5640. characterMakers.push(() => makeCharacter(
  5641. { name: "Chari-Gal" },
  5642. {
  5643. front: {
  5644. height: math.unit(6, "feet"),
  5645. weight: math.unit(200, "lbs"),
  5646. name: "Front",
  5647. image: {
  5648. source: "./media/characters/chari-gal/front.svg",
  5649. extra: 1568 / 1385,
  5650. bottom: 0.047
  5651. }
  5652. },
  5653. gigantamax: {
  5654. height: math.unit(6 * 16, "feet"),
  5655. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5656. name: "Gigantamax",
  5657. image: {
  5658. source: "./media/characters/chari-gal/gigantamax.svg",
  5659. extra: 1124 / 888,
  5660. bottom: 0.03
  5661. }
  5662. },
  5663. },
  5664. [
  5665. {
  5666. name: "Normal",
  5667. height: math.unit(5 + 7 / 12, "feet")
  5668. },
  5669. {
  5670. name: "Macro",
  5671. height: math.unit(200, "feet"),
  5672. default: true
  5673. }
  5674. ]
  5675. ))
  5676. characterMakers.push(() => makeCharacter(
  5677. { name: "Nova" },
  5678. {
  5679. front: {
  5680. height: math.unit(6, "feet"),
  5681. weight: math.unit(150, "lbs"),
  5682. name: "Front",
  5683. image: {
  5684. source: "./media/characters/nova/front.svg",
  5685. extra: 5000 / 4722,
  5686. bottom: 0.02
  5687. }
  5688. }
  5689. },
  5690. [
  5691. {
  5692. name: "Micro-",
  5693. height: math.unit(0.8, "inches")
  5694. },
  5695. {
  5696. name: "Micro",
  5697. height: math.unit(2, "inches"),
  5698. default: true
  5699. },
  5700. ]
  5701. ))
  5702. characterMakers.push(() => makeCharacter(
  5703. { name: "Argent" },
  5704. {
  5705. front: {
  5706. height: math.unit(3 + 1 / 12, "feet"),
  5707. weight: math.unit(21.7, "lbs"),
  5708. name: "Front",
  5709. image: {
  5710. source: "./media/characters/argent/front.svg",
  5711. extra: 1565 / 1416,
  5712. bottom: 0.01
  5713. }
  5714. }
  5715. },
  5716. [
  5717. {
  5718. name: "Micro",
  5719. height: math.unit(2, "inches")
  5720. },
  5721. {
  5722. name: "Normal",
  5723. height: math.unit(3 + 1 / 12, "feet"),
  5724. default: true
  5725. },
  5726. {
  5727. name: "Macro",
  5728. height: math.unit(120, "feet")
  5729. },
  5730. ]
  5731. ))
  5732. characterMakers.push(() => makeCharacter(
  5733. { name: "Mira al-Cul" },
  5734. {
  5735. lamp: {
  5736. height: math.unit(7 * 1559 / 989, "feet"),
  5737. name: "Magic Lamp",
  5738. image: {
  5739. source: "./media/characters/mira-al-cul/lamp.svg",
  5740. extra: 1617 / 1559
  5741. }
  5742. },
  5743. front: {
  5744. height: math.unit(7, "feet"),
  5745. name: "Front",
  5746. image: {
  5747. source: "./media/characters/mira-al-cul/front.svg",
  5748. extra: 1044 / 990
  5749. }
  5750. },
  5751. },
  5752. [
  5753. {
  5754. name: "Heavily Restricted",
  5755. height: math.unit(7 * 1559 / 989, "feet")
  5756. },
  5757. {
  5758. name: "Freshly Freed",
  5759. height: math.unit(50 * 1559 / 989, "feet")
  5760. },
  5761. {
  5762. name: "World Encompassing",
  5763. height: math.unit(10000 * 1559 / 989, "miles")
  5764. },
  5765. {
  5766. name: "Galactic",
  5767. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5768. },
  5769. {
  5770. name: "Palmed Universe",
  5771. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5772. default: true
  5773. },
  5774. {
  5775. name: "Multiversal Matriarch",
  5776. height: math.unit(8.87e10, "yottameters")
  5777. },
  5778. {
  5779. name: "Void Mother",
  5780. height: math.unit(3.14e110, "yottaparsecs")
  5781. },
  5782. ]
  5783. ))
  5784. characterMakers.push(() => makeCharacter(
  5785. { name: "Kuro-shi Uchū" },
  5786. {
  5787. front: {
  5788. height: math.unit(17 + 1 / 12, "feet"),
  5789. weight: math.unit(476.2 * 5, "lbs"),
  5790. name: "Front",
  5791. image: {
  5792. source: "./media/characters/kuro-shi-uchū/front.svg",
  5793. extra: 2329 / 1835,
  5794. bottom: 0.02
  5795. }
  5796. },
  5797. },
  5798. [
  5799. {
  5800. name: "Micro",
  5801. height: math.unit(2, "inches")
  5802. },
  5803. {
  5804. name: "Normal",
  5805. height: math.unit(12, "meters")
  5806. },
  5807. {
  5808. name: "Planetary",
  5809. height: math.unit(0.00929, "AU"),
  5810. default: true
  5811. },
  5812. {
  5813. name: "Universal",
  5814. height: math.unit(20, "gigaparsecs")
  5815. },
  5816. ]
  5817. ))
  5818. characterMakers.push(() => makeCharacter(
  5819. { name: "Katherine" },
  5820. {
  5821. front: {
  5822. height: math.unit(5 + 2 / 12, "feet"),
  5823. weight: math.unit(120, "lbs"),
  5824. name: "Front",
  5825. image: {
  5826. source: "./media/characters/katherine/front.svg",
  5827. extra: 2075 / 1969
  5828. }
  5829. },
  5830. dress: {
  5831. height: math.unit(5 + 2 / 12, "feet"),
  5832. weight: math.unit(120, "lbs"),
  5833. name: "Dress",
  5834. image: {
  5835. source: "./media/characters/katherine/dress.svg",
  5836. extra: 2258 / 2064
  5837. }
  5838. },
  5839. },
  5840. [
  5841. {
  5842. name: "Micro",
  5843. height: math.unit(1, "inches"),
  5844. default: true
  5845. },
  5846. {
  5847. name: "Normal",
  5848. height: math.unit(5 + 2 / 12, "feet")
  5849. },
  5850. {
  5851. name: "Macro",
  5852. height: math.unit(100, "meters")
  5853. },
  5854. {
  5855. name: "Megamacro",
  5856. height: math.unit(80, "miles")
  5857. },
  5858. ]
  5859. ))
  5860. characterMakers.push(() => makeCharacter(
  5861. { name: "Yevis" },
  5862. {
  5863. front: {
  5864. height: math.unit(7 + 8 / 12, "feet"),
  5865. weight: math.unit(250, "lbs"),
  5866. name: "Front",
  5867. image: {
  5868. source: "./media/characters/yevis/front.svg",
  5869. extra: 1938 / 1755
  5870. }
  5871. }
  5872. },
  5873. [
  5874. {
  5875. name: "Mortal",
  5876. height: math.unit(7 + 8 / 12, "feet")
  5877. },
  5878. {
  5879. name: "Battle",
  5880. height: math.unit(25 + 11 / 12, "feet")
  5881. },
  5882. {
  5883. name: "Wrath",
  5884. height: math.unit(1654 + 11 / 12, "feet")
  5885. },
  5886. {
  5887. name: "Planet Destroyer",
  5888. height: math.unit(12000, "miles")
  5889. },
  5890. {
  5891. name: "Galaxy Conqueror",
  5892. height: math.unit(1.45, "zettameters"),
  5893. default: true
  5894. },
  5895. {
  5896. name: "Universal War",
  5897. height: math.unit(184, "gigaparsecs")
  5898. },
  5899. {
  5900. name: "Eternity War",
  5901. height: math.unit(1.98e55, "yottaparsecs")
  5902. },
  5903. ]
  5904. ))
  5905. characterMakers.push(() => makeCharacter(
  5906. { name: "Xavier" },
  5907. {
  5908. front: {
  5909. height: math.unit(5 + 8 / 12, "feet"),
  5910. weight: math.unit(63, "kg"),
  5911. name: "Front",
  5912. image: {
  5913. source: "./media/characters/xavier/front.svg",
  5914. extra: 944 / 883
  5915. }
  5916. },
  5917. frontStretch: {
  5918. height: math.unit(5 + 8 / 12, "feet"),
  5919. weight: math.unit(63, "kg"),
  5920. name: "Stretching",
  5921. image: {
  5922. source: "./media/characters/xavier/front-stretch.svg",
  5923. extra: 962 / 820
  5924. }
  5925. },
  5926. },
  5927. [
  5928. {
  5929. name: "Normal",
  5930. height: math.unit(5 + 8 / 12, "feet")
  5931. },
  5932. {
  5933. name: "Macro",
  5934. height: math.unit(100, "meters"),
  5935. default: true
  5936. },
  5937. {
  5938. name: "McLargeHuge",
  5939. height: math.unit(10, "miles")
  5940. },
  5941. ]
  5942. ))
  5943. characterMakers.push(() => makeCharacter(
  5944. { name: "Joshii" },
  5945. {
  5946. front: {
  5947. height: math.unit(5 + 5 / 12, "feet"),
  5948. weight: math.unit(150, "lb"),
  5949. name: "Front",
  5950. image: {
  5951. source: "./media/characters/joshii/front.svg"
  5952. }
  5953. },
  5954. foot: {
  5955. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  5956. name: "Foot",
  5957. image: {
  5958. source: "./media/characters/joshii/foot.svg"
  5959. }
  5960. },
  5961. },
  5962. [
  5963. {
  5964. name: "Micro",
  5965. height: math.unit(2, "inches")
  5966. },
  5967. {
  5968. name: "Normal",
  5969. height: math.unit(5 + 5 / 12, "feet"),
  5970. default: true
  5971. },
  5972. {
  5973. name: "Macro",
  5974. height: math.unit(785, "feet")
  5975. },
  5976. {
  5977. name: "Megamacro",
  5978. height: math.unit(24.5, "miles")
  5979. },
  5980. ]
  5981. ))
  5982. characterMakers.push(() => makeCharacter(
  5983. { name: "Goddess Elizabeth" },
  5984. {
  5985. front: {
  5986. height: math.unit(6, "feet"),
  5987. weight: math.unit(150, "lb"),
  5988. name: "Front",
  5989. image: {
  5990. source: "./media/characters/goddess-elizabeth/front.svg",
  5991. extra: 1800 / 1525,
  5992. bottom: 0.005
  5993. }
  5994. },
  5995. foot: {
  5996. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  5997. name: "Foot",
  5998. image: {
  5999. source: "./media/characters/goddess-elizabeth/foot.svg"
  6000. }
  6001. },
  6002. },
  6003. [
  6004. {
  6005. name: "Micro",
  6006. height: math.unit(12, "feet")
  6007. },
  6008. {
  6009. name: "Normal",
  6010. height: math.unit(80, "miles"),
  6011. default: true
  6012. },
  6013. {
  6014. name: "Macro",
  6015. height: math.unit(15000, "parsecs")
  6016. },
  6017. ]
  6018. ))
  6019. characterMakers.push(() => makeCharacter(
  6020. { name: "Kara" },
  6021. {
  6022. front: {
  6023. height: math.unit(5 + 9 / 12, "feet"),
  6024. weight: math.unit(144, "lb"),
  6025. name: "Front",
  6026. image: {
  6027. source: "./media/characters/kara/front.svg"
  6028. }
  6029. },
  6030. feet: {
  6031. height: math.unit(6 / 6.765, "feet"),
  6032. name: "Kara's Feet",
  6033. rename: true,
  6034. image: {
  6035. source: "./media/characters/kara/feet.svg"
  6036. }
  6037. },
  6038. },
  6039. [
  6040. {
  6041. name: "Normal",
  6042. height: math.unit(5 + 9 / 12, "feet")
  6043. },
  6044. {
  6045. name: "Macro",
  6046. height: math.unit(174, "feet"),
  6047. default: true
  6048. },
  6049. ]
  6050. ))
  6051. characterMakers.push(() => makeCharacter(
  6052. { name: "Tyrone" },
  6053. {
  6054. front: {
  6055. height: math.unit(18, "feet"),
  6056. weight: math.unit(4050, "lb"),
  6057. name: "Front",
  6058. image: {
  6059. source: "./media/characters/tyrone/front.svg",
  6060. extra: 2520 / 2402,
  6061. bottom: 0.025
  6062. }
  6063. },
  6064. },
  6065. [
  6066. {
  6067. name: "Normal",
  6068. height: math.unit(18, "feet"),
  6069. default: true
  6070. },
  6071. {
  6072. name: "Macro",
  6073. height: math.unit(300, "feet")
  6074. },
  6075. ]
  6076. ))
  6077. characterMakers.push(() => makeCharacter(
  6078. { name: "Danny" },
  6079. {
  6080. front: {
  6081. height: math.unit(7 + 8 / 12, "feet"),
  6082. weight: math.unit(120, "lb"),
  6083. name: "Front",
  6084. image: {
  6085. source: "./media/characters/danny/front.svg",
  6086. extra: 1490 / 1350
  6087. }
  6088. },
  6089. back: {
  6090. height: math.unit(7 + 8 / 12, "feet"),
  6091. weight: math.unit(120, "lb"),
  6092. name: "Back",
  6093. image: {
  6094. source: "./media/characters/danny/back.svg",
  6095. extra: 1490 / 1350
  6096. }
  6097. },
  6098. },
  6099. [
  6100. {
  6101. name: "Normal",
  6102. height: math.unit(7 + 8 / 12, "feet"),
  6103. default: true
  6104. },
  6105. ]
  6106. ))
  6107. characterMakers.push(() => makeCharacter(
  6108. { name: "Mallow" },
  6109. {
  6110. front: {
  6111. height: math.unit(3.5, "inches"),
  6112. weight: math.unit(19, "grams"),
  6113. name: "Front",
  6114. image: {
  6115. source: "./media/characters/mallow/front.svg",
  6116. extra: 471 / 431
  6117. }
  6118. },
  6119. back: {
  6120. height: math.unit(3.5, "inches"),
  6121. weight: math.unit(19, "grams"),
  6122. name: "Back",
  6123. image: {
  6124. source: "./media/characters/mallow/back.svg",
  6125. extra: 471 / 431
  6126. }
  6127. },
  6128. },
  6129. [
  6130. {
  6131. name: "Normal",
  6132. height: math.unit(3.5, "inches"),
  6133. default: true
  6134. },
  6135. ]
  6136. ))
  6137. characterMakers.push(() => makeCharacter(
  6138. { name: "Starry Aqua" },
  6139. {
  6140. front: {
  6141. height: math.unit(9, "feet"),
  6142. weight: math.unit(230, "kg"),
  6143. name: "Front",
  6144. image: {
  6145. source: "./media/characters/starry-aqua/front.svg"
  6146. }
  6147. },
  6148. back: {
  6149. height: math.unit(9, "feet"),
  6150. weight: math.unit(230, "kg"),
  6151. name: "Back",
  6152. image: {
  6153. source: "./media/characters/starry-aqua/back.svg"
  6154. }
  6155. },
  6156. hand: {
  6157. height: math.unit(9 * 0.1168, "feet"),
  6158. name: "Hand",
  6159. image: {
  6160. source: "./media/characters/starry-aqua/hand.svg"
  6161. }
  6162. },
  6163. foot: {
  6164. height: math.unit(9 * 0.18, "feet"),
  6165. name: "Foot",
  6166. image: {
  6167. source: "./media/characters/starry-aqua/foot.svg"
  6168. }
  6169. }
  6170. },
  6171. [
  6172. {
  6173. name: "Micro",
  6174. height: math.unit(3, "inches")
  6175. },
  6176. {
  6177. name: "Normal",
  6178. height: math.unit(9, "feet")
  6179. },
  6180. {
  6181. name: "Macro",
  6182. height: math.unit(300, "feet"),
  6183. default: true
  6184. },
  6185. {
  6186. name: "Megamacro",
  6187. height: math.unit(3200, "feet")
  6188. }
  6189. ]
  6190. ))
  6191. characterMakers.push(() => makeCharacter(
  6192. { name: "Luka" },
  6193. {
  6194. front: {
  6195. height: math.unit(6, "feet"),
  6196. weight: math.unit(230, "lb"),
  6197. name: "Front",
  6198. image: {
  6199. source: "./media/characters/luka/front.svg",
  6200. extra: 1,
  6201. bottom: 0.025
  6202. }
  6203. },
  6204. },
  6205. [
  6206. {
  6207. name: "Normal",
  6208. height: math.unit(12 + 8 / 12, "feet"),
  6209. default: true
  6210. },
  6211. {
  6212. name: "Minimacro",
  6213. height: math.unit(20, "feet")
  6214. },
  6215. {
  6216. name: "Macro",
  6217. height: math.unit(250, "feet")
  6218. },
  6219. {
  6220. name: "Megamacro",
  6221. height: math.unit(5, "miles")
  6222. },
  6223. {
  6224. name: "Gigamacro",
  6225. height: math.unit(8000, "miles")
  6226. },
  6227. ]
  6228. ))
  6229. characterMakers.push(() => makeCharacter(
  6230. { name: "Natalie Nightring" },
  6231. {
  6232. front: {
  6233. height: math.unit(6, "feet"),
  6234. weight: math.unit(150, "lb"),
  6235. name: "Front",
  6236. image: {
  6237. source: "./media/characters/natalie-nightring/front.svg",
  6238. extra: 1,
  6239. bottom: 0.06
  6240. }
  6241. },
  6242. },
  6243. [
  6244. {
  6245. name: "Uh Oh",
  6246. height: math.unit(0.1, "mm")
  6247. },
  6248. {
  6249. name: "Small",
  6250. height: math.unit(3, "inches")
  6251. },
  6252. {
  6253. name: "Human Scale",
  6254. height: math.unit(6, "feet")
  6255. },
  6256. {
  6257. name: "Librarian",
  6258. height: math.unit(50, "feet"),
  6259. default: true
  6260. },
  6261. {
  6262. name: "Immense",
  6263. height: math.unit(200, "miles")
  6264. },
  6265. ]
  6266. ))
  6267. characterMakers.push(() => makeCharacter(
  6268. { name: "Danni Rosie" },
  6269. {
  6270. front: {
  6271. height: math.unit(6, "feet"),
  6272. weight: math.unit(180, "lbs"),
  6273. name: "Front",
  6274. image: {
  6275. source: "./media/characters/danni-rosie/front.svg",
  6276. extra: 1260 / 1128,
  6277. bottom: 0.022
  6278. }
  6279. },
  6280. },
  6281. [
  6282. {
  6283. name: "Micro",
  6284. height: math.unit(2, "inches"),
  6285. default: true
  6286. },
  6287. ]
  6288. ))
  6289. characterMakers.push(() => makeCharacter(
  6290. { name: "Samantha Kruse" },
  6291. {
  6292. front: {
  6293. height: math.unit(5 + 9 / 12, "feet"),
  6294. weight: math.unit(220, "lb"),
  6295. name: "Front",
  6296. image: {
  6297. source: "./media/characters/samantha-kruse/front.svg",
  6298. extra: (985 / 935),
  6299. bottom: 0.03
  6300. }
  6301. },
  6302. frontUndressed: {
  6303. height: math.unit(5 + 9 / 12, "feet"),
  6304. weight: math.unit(220, "lb"),
  6305. name: "Front (Undressed)",
  6306. image: {
  6307. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6308. extra: (973 / 923),
  6309. bottom: 0.025
  6310. }
  6311. },
  6312. fat: {
  6313. height: math.unit(5 + 9 / 12, "feet"),
  6314. weight: math.unit(900, "lb"),
  6315. name: "Front (Fat)",
  6316. image: {
  6317. source: "./media/characters/samantha-kruse/fat.svg",
  6318. extra: 2688 / 2561
  6319. }
  6320. },
  6321. },
  6322. [
  6323. {
  6324. name: "Normal",
  6325. height: math.unit(5 + 9 / 12, "feet"),
  6326. default: true
  6327. }
  6328. ]
  6329. ))
  6330. characterMakers.push(() => makeCharacter(
  6331. { name: "Amelia Rosie" },
  6332. {
  6333. back: {
  6334. height: math.unit(5 + 4 / 12, "feet"),
  6335. weight: math.unit(4963, "lb"),
  6336. name: "Back",
  6337. image: {
  6338. source: "./media/characters/amelia-rosie/back.svg",
  6339. extra: 1113 / 963,
  6340. bottom: 0.01
  6341. }
  6342. },
  6343. },
  6344. [
  6345. {
  6346. name: "Level 0",
  6347. height: math.unit(5 + 4 / 12, "feet")
  6348. },
  6349. {
  6350. name: "Level 1",
  6351. height: math.unit(164597, "feet"),
  6352. default: true
  6353. },
  6354. {
  6355. name: "Level 2",
  6356. height: math.unit(956243, "miles")
  6357. },
  6358. {
  6359. name: "Level 3",
  6360. height: math.unit(29421709423, "miles")
  6361. },
  6362. {
  6363. name: "Level 4",
  6364. height: math.unit(154, "lightyears")
  6365. },
  6366. {
  6367. name: "Level 5",
  6368. height: math.unit(4738272, "lightyears")
  6369. },
  6370. {
  6371. name: "Level 6",
  6372. height: math.unit(145787152896, "lightyears")
  6373. },
  6374. ]
  6375. ))
  6376. characterMakers.push(() => makeCharacter(
  6377. { name: "Rook Kitara" },
  6378. {
  6379. front: {
  6380. height: math.unit(5 + 11 / 12, "feet"),
  6381. weight: math.unit(65, "kg"),
  6382. name: "Front",
  6383. image: {
  6384. source: "./media/characters/rook-kitara/front.svg",
  6385. extra: 1347 / 1274,
  6386. bottom: 0.005
  6387. }
  6388. },
  6389. },
  6390. [
  6391. {
  6392. name: "Totally Unfair",
  6393. height: math.unit(1.8, "mm")
  6394. },
  6395. {
  6396. name: "Lap Rookie",
  6397. height: math.unit(1.4, "feet")
  6398. },
  6399. {
  6400. name: "Normal",
  6401. height: math.unit(5 + 11 / 12, "feet"),
  6402. default: true
  6403. },
  6404. {
  6405. name: "How Did This Happen",
  6406. height: math.unit(80, "miles")
  6407. }
  6408. ]
  6409. ))
  6410. characterMakers.push(() => makeCharacter(
  6411. { name: "Pisces" },
  6412. {
  6413. front: {
  6414. height: math.unit(7, "feet"),
  6415. weight: math.unit(300, "lb"),
  6416. name: "Front",
  6417. image: {
  6418. source: "./media/characters/pisces/front.svg",
  6419. extra: 2255 / 2115,
  6420. bottom: 0.03
  6421. }
  6422. },
  6423. back: {
  6424. height: math.unit(7, "feet"),
  6425. weight: math.unit(300, "lb"),
  6426. name: "Back",
  6427. image: {
  6428. source: "./media/characters/pisces/back.svg",
  6429. extra: 2146 / 2055,
  6430. bottom: 0.04
  6431. }
  6432. },
  6433. },
  6434. [
  6435. {
  6436. name: "Normal",
  6437. height: math.unit(7, "feet"),
  6438. default: true
  6439. },
  6440. {
  6441. name: "Swimming Pool",
  6442. height: math.unit(12.2, "meters")
  6443. },
  6444. {
  6445. name: "Olympic Swimming Pool",
  6446. height: math.unit(56.3, "meters")
  6447. },
  6448. {
  6449. name: "Lake Superior",
  6450. height: math.unit(93900, "meters")
  6451. },
  6452. {
  6453. name: "Mediterranean Sea",
  6454. height: math.unit(644457, "meters")
  6455. },
  6456. {
  6457. name: "World's Oceans",
  6458. height: math.unit(4567491, "meters")
  6459. },
  6460. ]
  6461. ))
  6462. characterMakers.push(() => makeCharacter(
  6463. { name: "Zelas" },
  6464. {
  6465. front: {
  6466. height: math.unit(2.3, "meters"),
  6467. weight: math.unit(120, "kg"),
  6468. name: "Front",
  6469. image: {
  6470. source: "./media/characters/zelas/front.svg"
  6471. }
  6472. },
  6473. side: {
  6474. height: math.unit(2.3, "meters"),
  6475. weight: math.unit(120, "kg"),
  6476. name: "Side",
  6477. image: {
  6478. source: "./media/characters/zelas/side.svg"
  6479. }
  6480. },
  6481. back: {
  6482. height: math.unit(2.3, "meters"),
  6483. weight: math.unit(120, "kg"),
  6484. name: "Back",
  6485. image: {
  6486. source: "./media/characters/zelas/back.svg"
  6487. }
  6488. },
  6489. foot: {
  6490. height: math.unit(1.116, "feet"),
  6491. name: "Foot",
  6492. image: {
  6493. source: "./media/characters/zelas/foot.svg"
  6494. }
  6495. },
  6496. },
  6497. [
  6498. {
  6499. name: "Normal",
  6500. height: math.unit(2.3, "meters")
  6501. },
  6502. {
  6503. name: "Macro",
  6504. height: math.unit(30, "meters"),
  6505. default: true
  6506. },
  6507. ]
  6508. ))
  6509. characterMakers.push(() => makeCharacter(
  6510. { name: "Talbot" },
  6511. {
  6512. front: {
  6513. height: math.unit(1, "inch"),
  6514. weight: math.unit(0.21, "grams"),
  6515. name: "Front",
  6516. image: {
  6517. source: "./media/characters/talbot/front.svg",
  6518. extra: 594 / 544
  6519. }
  6520. },
  6521. },
  6522. [
  6523. {
  6524. name: "Micro",
  6525. height: math.unit(1, "inch"),
  6526. default: true
  6527. },
  6528. ]
  6529. ))
  6530. characterMakers.push(() => makeCharacter(
  6531. { name: "Fliss" },
  6532. {
  6533. front: {
  6534. height: math.unit(3 + 3 / 12, "feet"),
  6535. weight: math.unit(51.8, "lb"),
  6536. name: "Front",
  6537. image: {
  6538. source: "./media/characters/fliss/front.svg",
  6539. extra: 840 / 640
  6540. }
  6541. },
  6542. },
  6543. [
  6544. {
  6545. name: "Teeny Tiny",
  6546. height: math.unit(1, "mm")
  6547. },
  6548. {
  6549. name: "Small",
  6550. height: math.unit(1, "inch"),
  6551. default: true
  6552. },
  6553. {
  6554. name: "Standard Sylveon",
  6555. height: math.unit(3 + 3 / 12, "feet")
  6556. },
  6557. {
  6558. name: "Large Nuisance",
  6559. height: math.unit(33, "feet")
  6560. },
  6561. {
  6562. name: "City Filler",
  6563. height: math.unit(3000, "feet")
  6564. },
  6565. {
  6566. name: "New Horizon",
  6567. height: math.unit(6000, "miles")
  6568. },
  6569. ]
  6570. ))
  6571. characterMakers.push(() => makeCharacter(
  6572. { name: "Fleta" },
  6573. {
  6574. front: {
  6575. height: math.unit(5, "cm"),
  6576. weight: math.unit(1.94, "g"),
  6577. name: "Front",
  6578. image: {
  6579. source: "./media/characters/fleta/front.svg",
  6580. extra: 835 / 803
  6581. }
  6582. },
  6583. back: {
  6584. height: math.unit(5, "cm"),
  6585. weight: math.unit(1.94, "g"),
  6586. name: "Back",
  6587. image: {
  6588. source: "./media/characters/fleta/back.svg",
  6589. extra: 835 / 803
  6590. }
  6591. },
  6592. },
  6593. [
  6594. {
  6595. name: "Micro",
  6596. height: math.unit(5, "cm"),
  6597. default: true
  6598. },
  6599. ]
  6600. ))
  6601. characterMakers.push(() => makeCharacter(
  6602. { name: "Dominic" },
  6603. {
  6604. front: {
  6605. height: math.unit(6, "feet"),
  6606. weight: math.unit(225, "lb"),
  6607. name: "Front",
  6608. image: {
  6609. source: "./media/characters/dominic/front.svg",
  6610. extra: 1770 / 1620,
  6611. bottom: 0.025
  6612. }
  6613. },
  6614. back: {
  6615. height: math.unit(6, "feet"),
  6616. weight: math.unit(225, "lb"),
  6617. name: "Back",
  6618. image: {
  6619. source: "./media/characters/dominic/back.svg",
  6620. extra: 1745 / 1620,
  6621. bottom: 0.065
  6622. }
  6623. },
  6624. },
  6625. [
  6626. {
  6627. name: "Nano",
  6628. height: math.unit(0.1, "mm")
  6629. },
  6630. {
  6631. name: "Micro-",
  6632. height: math.unit(1, "mm")
  6633. },
  6634. {
  6635. name: "Micro",
  6636. height: math.unit(4, "inches")
  6637. },
  6638. {
  6639. name: "Normal",
  6640. height: math.unit(6 + 4 / 12, "feet"),
  6641. default: true
  6642. },
  6643. {
  6644. name: "Macro",
  6645. height: math.unit(115, "feet")
  6646. },
  6647. {
  6648. name: "Macro+",
  6649. height: math.unit(955, "feet")
  6650. },
  6651. {
  6652. name: "Megamacro",
  6653. height: math.unit(8990, "feet")
  6654. },
  6655. {
  6656. name: "Gigmacro",
  6657. height: math.unit(9310, "miles")
  6658. },
  6659. {
  6660. name: "Teramacro",
  6661. height: math.unit(1567005010, "miles")
  6662. },
  6663. {
  6664. name: "Examacro",
  6665. height: math.unit(1425, "parsecs")
  6666. },
  6667. ]
  6668. ))
  6669. characterMakers.push(() => makeCharacter(
  6670. { name: "Major Colonel" },
  6671. {
  6672. front: {
  6673. height: math.unit(400, "feet"),
  6674. weight: math.unit(44444444, "lb"),
  6675. name: "Front",
  6676. image: {
  6677. source: "./media/characters/major-colonel/front.svg"
  6678. }
  6679. },
  6680. back: {
  6681. height: math.unit(400, "feet"),
  6682. weight: math.unit(44444444, "lb"),
  6683. name: "Back",
  6684. image: {
  6685. source: "./media/characters/major-colonel/back.svg"
  6686. }
  6687. },
  6688. },
  6689. [
  6690. {
  6691. name: "Macro",
  6692. height: math.unit(400, "feet"),
  6693. default: true
  6694. },
  6695. ]
  6696. ))
  6697. characterMakers.push(() => makeCharacter(
  6698. { name: "Axel Lycan" },
  6699. {
  6700. front: {
  6701. height: math.unit(6, "feet"),
  6702. weight: math.unit(120, "lb"),
  6703. name: "Front",
  6704. image: {
  6705. source: "./media/characters/axel-lycan/front.svg",
  6706. extra: 1,
  6707. bottom: 0.08
  6708. }
  6709. },
  6710. },
  6711. [
  6712. {
  6713. name: "Macro",
  6714. height: math.unit(1, "km"),
  6715. default: true
  6716. },
  6717. ]
  6718. ))
  6719. characterMakers.push(() => makeCharacter(
  6720. { name: "Vanrel (Hyena)" },
  6721. {
  6722. front: {
  6723. height: math.unit(5 + 9 / 12, "feet"),
  6724. weight: math.unit(175, "lb"),
  6725. name: "Front",
  6726. image: {
  6727. source: "./media/characters/vanrel-hyena/front.svg",
  6728. extra: 1086 / 1010,
  6729. bottom: 0.04
  6730. }
  6731. },
  6732. },
  6733. [
  6734. {
  6735. name: "Normal",
  6736. height: math.unit(5 + 9 / 12, "feet"),
  6737. default: true
  6738. },
  6739. ]
  6740. ))
  6741. characterMakers.push(() => makeCharacter(
  6742. { name: "Abbott Absol" },
  6743. {
  6744. front: {
  6745. height: math.unit(6, "feet"),
  6746. weight: math.unit(103, "lb"),
  6747. name: "Front",
  6748. image: {
  6749. source: "./media/characters/abbott-absol/front.svg",
  6750. extra: 2010 / 1842
  6751. }
  6752. },
  6753. },
  6754. [
  6755. {
  6756. name: "Megamicro",
  6757. height: math.unit(0.1, "mm")
  6758. },
  6759. {
  6760. name: "Micro",
  6761. height: math.unit(1, "inch")
  6762. },
  6763. {
  6764. name: "Normal",
  6765. height: math.unit(6, "feet"),
  6766. default: true
  6767. },
  6768. ]
  6769. ))
  6770. characterMakers.push(() => makeCharacter(
  6771. { name: "Hector" },
  6772. {
  6773. front: {
  6774. height: math.unit(6, "feet"),
  6775. weight: math.unit(264, "lb"),
  6776. name: "Front",
  6777. image: {
  6778. source: "./media/characters/hector/front.svg",
  6779. extra: 2280 / 2130,
  6780. bottom: 0.07
  6781. }
  6782. },
  6783. },
  6784. [
  6785. {
  6786. name: "Normal",
  6787. height: math.unit(12.25, "foot"),
  6788. default: true
  6789. },
  6790. {
  6791. name: "Macro",
  6792. height: math.unit(160, "feet")
  6793. },
  6794. ]
  6795. ))
  6796. characterMakers.push(() => makeCharacter(
  6797. { name: "Sal" },
  6798. {
  6799. front: {
  6800. height: math.unit(6, "feet"),
  6801. weight: math.unit(150, "lb"),
  6802. name: "Front",
  6803. image: {
  6804. source: "./media/characters/sal/front.svg",
  6805. extra: 1846 / 1699,
  6806. bottom: 0.04
  6807. }
  6808. },
  6809. },
  6810. [
  6811. {
  6812. name: "Megamacro",
  6813. height: math.unit(10, "miles"),
  6814. default: true
  6815. },
  6816. ]
  6817. ))
  6818. characterMakers.push(() => makeCharacter(
  6819. { name: "Ranger" },
  6820. {
  6821. front: {
  6822. height: math.unit(3, "meters"),
  6823. weight: math.unit(450, "kg"),
  6824. name: "front",
  6825. image: {
  6826. source: "./media/characters/ranger/front.svg",
  6827. extra: 2401 / 2243,
  6828. bottom: 0.05
  6829. }
  6830. },
  6831. },
  6832. [
  6833. {
  6834. name: "Normal",
  6835. height: math.unit(3, "meters"),
  6836. default: true
  6837. },
  6838. ]
  6839. ))
  6840. characterMakers.push(() => makeCharacter(
  6841. { name: "Theresa" },
  6842. {
  6843. front: {
  6844. height: math.unit(14, "feet"),
  6845. weight: math.unit(800, "kg"),
  6846. name: "Front",
  6847. image: {
  6848. source: "./media/characters/theresa/front.svg",
  6849. extra: 3575 / 3346,
  6850. bottom: 0.03
  6851. }
  6852. },
  6853. },
  6854. [
  6855. {
  6856. name: "Normal",
  6857. height: math.unit(14, "feet"),
  6858. default: true
  6859. },
  6860. ]
  6861. ))
  6862. characterMakers.push(() => makeCharacter(
  6863. { name: "Ine" },
  6864. {
  6865. front: {
  6866. height: math.unit(6, "feet"),
  6867. weight: math.unit(3, "kg"),
  6868. name: "Front",
  6869. image: {
  6870. source: "./media/characters/ine/front.svg",
  6871. extra: 678 / 539,
  6872. bottom: 0.023
  6873. }
  6874. },
  6875. },
  6876. [
  6877. {
  6878. name: "Normal",
  6879. height: math.unit(2.265, "feet"),
  6880. default: true
  6881. },
  6882. ]
  6883. ))
  6884. characterMakers.push(() => makeCharacter(
  6885. { name: "Vial" },
  6886. {
  6887. front: {
  6888. height: math.unit(5, "feet"),
  6889. weight: math.unit(30, "kg"),
  6890. name: "Front",
  6891. image: {
  6892. source: "./media/characters/vial/front.svg",
  6893. extra: 1365 / 1277,
  6894. bottom: 0.04
  6895. }
  6896. },
  6897. },
  6898. [
  6899. {
  6900. name: "Normal",
  6901. height: math.unit(5, "feet"),
  6902. default: true
  6903. },
  6904. ]
  6905. ))
  6906. characterMakers.push(() => makeCharacter(
  6907. { name: "Rovoska" },
  6908. {
  6909. side: {
  6910. height: math.unit(3.4, "meters"),
  6911. weight: math.unit(1000, "lb"),
  6912. name: "Side",
  6913. image: {
  6914. source: "./media/characters/rovoska/side.svg",
  6915. extra: 4403 / 1515
  6916. }
  6917. },
  6918. },
  6919. [
  6920. {
  6921. name: "Normal",
  6922. height: math.unit(3.4, "meters"),
  6923. default: true
  6924. },
  6925. ]
  6926. ))
  6927. characterMakers.push(() => makeCharacter(
  6928. { name: "Gunner Rotthbauer" },
  6929. {
  6930. front: {
  6931. height: math.unit(8, "feet"),
  6932. weight: math.unit(315, "lb"),
  6933. name: "Front",
  6934. image: {
  6935. source: "./media/characters/gunner-rotthbauer/front.svg"
  6936. }
  6937. },
  6938. back: {
  6939. height: math.unit(8, "feet"),
  6940. weight: math.unit(315, "lb"),
  6941. name: "Back",
  6942. image: {
  6943. source: "./media/characters/gunner-rotthbauer/back.svg"
  6944. }
  6945. },
  6946. },
  6947. [
  6948. {
  6949. name: "Micro",
  6950. height: math.unit(3.5, "inches")
  6951. },
  6952. {
  6953. name: "Normal",
  6954. height: math.unit(8, "feet"),
  6955. default: true
  6956. },
  6957. {
  6958. name: "Macro",
  6959. height: math.unit(250, "feet")
  6960. },
  6961. {
  6962. name: "Megamacro",
  6963. height: math.unit(1, "AU")
  6964. },
  6965. ]
  6966. ))
  6967. characterMakers.push(() => makeCharacter(
  6968. { name: "Allatia" },
  6969. {
  6970. front: {
  6971. height: math.unit(5 + 5 / 12, "feet"),
  6972. weight: math.unit(140, "lb"),
  6973. name: "Front",
  6974. image: {
  6975. source: "./media/characters/allatia/front.svg",
  6976. extra: 1227 / 1180,
  6977. bottom: 0.027
  6978. }
  6979. },
  6980. },
  6981. [
  6982. {
  6983. name: "Normal",
  6984. height: math.unit(5 + 5 / 12, "feet")
  6985. },
  6986. {
  6987. name: "Macro",
  6988. height: math.unit(250, "feet"),
  6989. default: true
  6990. },
  6991. {
  6992. name: "Megamacro",
  6993. height: math.unit(8, "miles")
  6994. }
  6995. ]
  6996. ))
  6997. characterMakers.push(() => makeCharacter(
  6998. { name: "Tene" },
  6999. {
  7000. front: {
  7001. height: math.unit(6, "feet"),
  7002. weight: math.unit(120, "lb"),
  7003. name: "Front",
  7004. image: {
  7005. source: "./media/characters/tene/front.svg",
  7006. extra: 1728 / 1578,
  7007. bottom: 0.022
  7008. }
  7009. },
  7010. stomping: {
  7011. height: math.unit(2.025, "meters"),
  7012. weight: math.unit(120, "lb"),
  7013. name: "Stomping",
  7014. image: {
  7015. source: "./media/characters/tene/stomping.svg",
  7016. extra: 938 / 873,
  7017. bottom: 0.01
  7018. }
  7019. },
  7020. sitting: {
  7021. height: math.unit(1, "meter"),
  7022. weight: math.unit(120, "lb"),
  7023. name: "Sitting",
  7024. image: {
  7025. source: "./media/characters/tene/sitting.svg",
  7026. extra: 437 / 415,
  7027. bottom: 0.1
  7028. }
  7029. },
  7030. feral: {
  7031. height: math.unit(3.9, "feet"),
  7032. weight: math.unit(250, "lb"),
  7033. name: "Feral",
  7034. image: {
  7035. source: "./media/characters/tene/feral.svg",
  7036. extra: 717 / 458,
  7037. bottom: 0.179
  7038. }
  7039. },
  7040. },
  7041. [
  7042. {
  7043. name: "Normal",
  7044. height: math.unit(6, "feet")
  7045. },
  7046. {
  7047. name: "Macro",
  7048. height: math.unit(300, "feet"),
  7049. default: true
  7050. },
  7051. {
  7052. name: "Megamacro",
  7053. height: math.unit(5, "miles")
  7054. },
  7055. ]
  7056. ))
  7057. characterMakers.push(() => makeCharacter(
  7058. { name: "Evander" },
  7059. {
  7060. side: {
  7061. height: math.unit(6, "feet"),
  7062. name: "Side",
  7063. image: {
  7064. source: "./media/characters/evander/side.svg",
  7065. extra: 877 / 477
  7066. }
  7067. },
  7068. },
  7069. [
  7070. {
  7071. name: "Normal",
  7072. height: math.unit(0.83, "meters"),
  7073. default: true
  7074. },
  7075. ]
  7076. ))
  7077. characterMakers.push(() => makeCharacter(
  7078. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7079. {
  7080. front: {
  7081. height: math.unit(12, "feet"),
  7082. weight: math.unit(1000, "lb"),
  7083. name: "Front",
  7084. image: {
  7085. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7086. extra: 1762 / 1611
  7087. }
  7088. },
  7089. back: {
  7090. height: math.unit(12, "feet"),
  7091. weight: math.unit(1000, "lb"),
  7092. name: "Back",
  7093. image: {
  7094. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7095. extra: 1762 / 1611
  7096. }
  7097. },
  7098. },
  7099. [
  7100. {
  7101. name: "Normal",
  7102. height: math.unit(12, "feet"),
  7103. default: true
  7104. },
  7105. {
  7106. name: "Kaiju",
  7107. height: math.unit(150, "feet")
  7108. },
  7109. ]
  7110. ))
  7111. characterMakers.push(() => makeCharacter(
  7112. { name: "Zero Alurus" },
  7113. {
  7114. front: {
  7115. height: math.unit(6, "feet"),
  7116. weight: math.unit(150, "lb"),
  7117. name: "Front",
  7118. image: {
  7119. source: "./media/characters/zero-alurus/front.svg"
  7120. }
  7121. },
  7122. back: {
  7123. height: math.unit(6, "feet"),
  7124. weight: math.unit(150, "lb"),
  7125. name: "Back",
  7126. image: {
  7127. source: "./media/characters/zero-alurus/back.svg"
  7128. }
  7129. },
  7130. },
  7131. [
  7132. {
  7133. name: "Normal",
  7134. height: math.unit(5 + 10 / 12, "feet")
  7135. },
  7136. {
  7137. name: "Macro",
  7138. height: math.unit(60, "feet"),
  7139. default: true
  7140. },
  7141. {
  7142. name: "Macro+",
  7143. height: math.unit(450, "feet")
  7144. },
  7145. ]
  7146. ))
  7147. characterMakers.push(() => makeCharacter(
  7148. { name: "Mega Shi" },
  7149. {
  7150. front: {
  7151. height: math.unit(6, "feet"),
  7152. weight: math.unit(200, "lb"),
  7153. name: "Front",
  7154. image: {
  7155. source: "./media/characters/mega-shi/front.svg",
  7156. extra: 1279 / 1250,
  7157. bottom: 0.02
  7158. }
  7159. },
  7160. back: {
  7161. height: math.unit(6, "feet"),
  7162. weight: math.unit(200, "lb"),
  7163. name: "Back",
  7164. image: {
  7165. source: "./media/characters/mega-shi/back.svg",
  7166. extra: 1279 / 1250,
  7167. bottom: 0.02
  7168. }
  7169. },
  7170. },
  7171. [
  7172. {
  7173. name: "Micro",
  7174. height: math.unit(16 + 6 / 12, "feet")
  7175. },
  7176. {
  7177. name: "Normal",
  7178. height: math.unit(660, "feet"),
  7179. default: true
  7180. },
  7181. {
  7182. name: "Megamacro",
  7183. height: math.unit(10, "miles")
  7184. },
  7185. {
  7186. name: "Planetary Launch",
  7187. height: math.unit(500, "miles")
  7188. },
  7189. {
  7190. name: "Interstellar",
  7191. height: math.unit(1e9, "miles")
  7192. },
  7193. {
  7194. name: "Leaving the Universe",
  7195. height: math.unit(1, "gigaparsec")
  7196. },
  7197. {
  7198. name: "Travelling Universes",
  7199. height: math.unit(30e15, "parsecs")
  7200. },
  7201. ]
  7202. ))
  7203. characterMakers.push(() => makeCharacter(
  7204. { name: "Odyssey" },
  7205. {
  7206. front: {
  7207. height: math.unit(6, "feet"),
  7208. weight: math.unit(150, "lb"),
  7209. name: "Front",
  7210. image: {
  7211. source: "./media/characters/odyssey/front.svg",
  7212. extra: 1782 / 1582,
  7213. bottom: 0.01
  7214. }
  7215. },
  7216. side: {
  7217. height: math.unit(5.6, "feet"),
  7218. weight: math.unit(140, "lb"),
  7219. name: "Side",
  7220. image: {
  7221. source: "./media/characters/odyssey/side.svg",
  7222. extra: 6462 / 5700
  7223. }
  7224. },
  7225. },
  7226. [
  7227. {
  7228. name: "Normal",
  7229. height: math.unit(5 + 4 / 12, "feet")
  7230. },
  7231. {
  7232. name: "Macro",
  7233. height: math.unit(1, "km")
  7234. },
  7235. {
  7236. name: "Megamacro",
  7237. height: math.unit(3000, "km")
  7238. },
  7239. {
  7240. name: "Gigamacro",
  7241. height: math.unit(1, "AU"),
  7242. default: true
  7243. },
  7244. {
  7245. name: "Omniversal",
  7246. height: math.unit(100e14, "lightyears")
  7247. },
  7248. ]
  7249. ))
  7250. characterMakers.push(() => makeCharacter(
  7251. { name: "Mekuto" },
  7252. {
  7253. front: {
  7254. height: math.unit(6, "feet"),
  7255. weight: math.unit(300, "lb"),
  7256. name: "Front",
  7257. image: {
  7258. source: "./media/characters/mekuto/front.svg",
  7259. extra: 921 / 832,
  7260. bottom: 0.03
  7261. }
  7262. },
  7263. hand: {
  7264. height: math.unit(6 / 10.24, "feet"),
  7265. name: "Hand",
  7266. image: {
  7267. source: "./media/characters/mekuto/hand.svg"
  7268. }
  7269. },
  7270. foot: {
  7271. height: math.unit(6 / 5.05, "feet"),
  7272. name: "Foot",
  7273. image: {
  7274. source: "./media/characters/mekuto/foot.svg"
  7275. }
  7276. },
  7277. },
  7278. [
  7279. {
  7280. name: "Minimicro",
  7281. height: math.unit(0.2, "inches")
  7282. },
  7283. {
  7284. name: "Micro",
  7285. height: math.unit(1.5, "inches")
  7286. },
  7287. {
  7288. name: "Normal",
  7289. height: math.unit(5 + 11 / 12, "feet"),
  7290. default: true
  7291. },
  7292. {
  7293. name: "Minimacro",
  7294. height: math.unit(17 + 9 / 12, "feet")
  7295. },
  7296. {
  7297. name: "Macro",
  7298. height: math.unit(177.5, "feet")
  7299. },
  7300. {
  7301. name: "Megamacro",
  7302. height: math.unit(152, "miles")
  7303. },
  7304. ]
  7305. ))
  7306. characterMakers.push(() => makeCharacter(
  7307. { name: "Dafydd Tomos" },
  7308. {
  7309. front: {
  7310. height: math.unit(6.5, "inches"),
  7311. weight: math.unit(13, "oz"),
  7312. name: "Front",
  7313. image: {
  7314. source: "./media/characters/dafydd-tomos/front.svg",
  7315. extra: 2990 / 2603,
  7316. bottom: 0.03
  7317. }
  7318. },
  7319. },
  7320. [
  7321. {
  7322. name: "Micro",
  7323. height: math.unit(6.5, "inches"),
  7324. default: true
  7325. },
  7326. ]
  7327. ))
  7328. characterMakers.push(() => makeCharacter(
  7329. { name: "Splinter" },
  7330. {
  7331. front: {
  7332. height: math.unit(6, "feet"),
  7333. weight: math.unit(150, "lb"),
  7334. name: "Front",
  7335. image: {
  7336. source: "./media/characters/splinter/front.svg",
  7337. extra: 2990 / 2882,
  7338. bottom: 0.04
  7339. }
  7340. },
  7341. back: {
  7342. height: math.unit(6, "feet"),
  7343. weight: math.unit(150, "lb"),
  7344. name: "Back",
  7345. image: {
  7346. source: "./media/characters/splinter/back.svg",
  7347. extra: 2990 / 2882,
  7348. bottom: 0.04
  7349. }
  7350. },
  7351. },
  7352. [
  7353. {
  7354. name: "Normal",
  7355. height: math.unit(6, "feet")
  7356. },
  7357. {
  7358. name: "Macro",
  7359. height: math.unit(230, "meters"),
  7360. default: true
  7361. },
  7362. ]
  7363. ))
  7364. characterMakers.push(() => makeCharacter(
  7365. { name: "SnowGabumon" },
  7366. {
  7367. front: {
  7368. height: math.unit(4 + 10 / 12, "feet"),
  7369. weight: math.unit(480, "lb"),
  7370. name: "Front",
  7371. image: {
  7372. source: "./media/characters/snow-gabumon/front.svg",
  7373. extra: 1140 / 963,
  7374. bottom: 0.058
  7375. }
  7376. },
  7377. back: {
  7378. height: math.unit(4 + 10 / 12, "feet"),
  7379. weight: math.unit(480, "lb"),
  7380. name: "Back",
  7381. image: {
  7382. source: "./media/characters/snow-gabumon/back.svg",
  7383. extra: 1115 / 962,
  7384. bottom: 0.041
  7385. }
  7386. },
  7387. frontUndresed: {
  7388. height: math.unit(4 + 10 / 12, "feet"),
  7389. weight: math.unit(480, "lb"),
  7390. name: "Front (Undressed)",
  7391. image: {
  7392. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7393. extra: 1061 / 960,
  7394. bottom: 0.045
  7395. }
  7396. },
  7397. },
  7398. [
  7399. {
  7400. name: "Micro",
  7401. height: math.unit(1, "inch")
  7402. },
  7403. {
  7404. name: "Normal",
  7405. height: math.unit(4 + 10 / 12, "feet"),
  7406. default: true
  7407. },
  7408. {
  7409. name: "Macro",
  7410. height: math.unit(200, "feet")
  7411. },
  7412. {
  7413. name: "Megamacro",
  7414. height: math.unit(120, "miles")
  7415. },
  7416. {
  7417. name: "Gigamacro",
  7418. height: math.unit(9800, "miles")
  7419. },
  7420. ]
  7421. ))
  7422. characterMakers.push(() => makeCharacter(
  7423. { name: "Moody" },
  7424. {
  7425. front: {
  7426. height: math.unit(1.7, "meters"),
  7427. weight: math.unit(140, "lb"),
  7428. name: "Front",
  7429. image: {
  7430. source: "./media/characters/moody/front.svg",
  7431. extra: 3226 / 3007,
  7432. bottom: 0.087
  7433. }
  7434. },
  7435. },
  7436. [
  7437. {
  7438. name: "Micro",
  7439. height: math.unit(1, "mm")
  7440. },
  7441. {
  7442. name: "Normal",
  7443. height: math.unit(1.7, "meters"),
  7444. default: true
  7445. },
  7446. {
  7447. name: "Macro",
  7448. height: math.unit(80, "meters")
  7449. },
  7450. {
  7451. name: "Macro+",
  7452. height: math.unit(500, "meters")
  7453. },
  7454. ]
  7455. ))
  7456. characterMakers.push(() => makeCharacter(
  7457. { name: "Zyas" },
  7458. {
  7459. front: {
  7460. height: math.unit(6, "feet"),
  7461. weight: math.unit(150, "lb"),
  7462. name: "Front",
  7463. image: {
  7464. source: "./media/characters/zyas/front.svg",
  7465. extra: 1180 / 1120,
  7466. bottom: 0.045
  7467. }
  7468. },
  7469. },
  7470. [
  7471. {
  7472. name: "Normal",
  7473. height: math.unit(10, "feet"),
  7474. default: true
  7475. },
  7476. {
  7477. name: "Macro",
  7478. height: math.unit(500, "feet")
  7479. },
  7480. {
  7481. name: "Megamacro",
  7482. height: math.unit(5, "miles")
  7483. },
  7484. {
  7485. name: "Teramacro",
  7486. height: math.unit(150000, "miles")
  7487. },
  7488. ]
  7489. ))
  7490. characterMakers.push(() => makeCharacter(
  7491. { name: "Cuon" },
  7492. {
  7493. front: {
  7494. height: math.unit(6, "feet"),
  7495. weight: math.unit(150, "lb"),
  7496. name: "Front",
  7497. image: {
  7498. source: "./media/characters/cuon/front.svg",
  7499. extra: 1390 / 1320,
  7500. bottom: 0.008
  7501. }
  7502. },
  7503. },
  7504. [
  7505. {
  7506. name: "Micro",
  7507. height: math.unit(3, "inches")
  7508. },
  7509. {
  7510. name: "Normal",
  7511. height: math.unit(18 + 9 / 12, "feet"),
  7512. default: true
  7513. },
  7514. {
  7515. name: "Macro",
  7516. height: math.unit(360, "feet")
  7517. },
  7518. {
  7519. name: "Megamacro",
  7520. height: math.unit(360, "miles")
  7521. },
  7522. ]
  7523. ))
  7524. characterMakers.push(() => makeCharacter(
  7525. { name: "Nyanuxk" },
  7526. {
  7527. front: {
  7528. height: math.unit(2.4, "meters"),
  7529. weight: math.unit(70, "kg"),
  7530. name: "Front",
  7531. image: {
  7532. source: "./media/characters/nyanuxk/front.svg",
  7533. extra: 1172 / 1084,
  7534. bottom: 0.065
  7535. }
  7536. },
  7537. side: {
  7538. height: math.unit(2.4, "meters"),
  7539. weight: math.unit(70, "kg"),
  7540. name: "Side",
  7541. image: {
  7542. source: "./media/characters/nyanuxk/side.svg",
  7543. extra: 1190 / 1132,
  7544. bottom: 0.007
  7545. }
  7546. },
  7547. back: {
  7548. height: math.unit(2.4, "meters"),
  7549. weight: math.unit(70, "kg"),
  7550. name: "Back",
  7551. image: {
  7552. source: "./media/characters/nyanuxk/back.svg",
  7553. extra: 1200 / 1141,
  7554. bottom: 0.015
  7555. }
  7556. },
  7557. foot: {
  7558. height: math.unit(0.52, "meters"),
  7559. name: "Foot",
  7560. image: {
  7561. source: "./media/characters/nyanuxk/foot.svg"
  7562. }
  7563. },
  7564. },
  7565. [
  7566. {
  7567. name: "Micro",
  7568. height: math.unit(2, "cm")
  7569. },
  7570. {
  7571. name: "Normal",
  7572. height: math.unit(2.4, "meters"),
  7573. default: true
  7574. },
  7575. {
  7576. name: "Smaller Macro",
  7577. height: math.unit(120, "meters")
  7578. },
  7579. {
  7580. name: "Bigger Macro",
  7581. height: math.unit(1.2, "km")
  7582. },
  7583. {
  7584. name: "Megamacro",
  7585. height: math.unit(15, "kilometers")
  7586. },
  7587. {
  7588. name: "Gigamacro",
  7589. height: math.unit(2000, "km")
  7590. },
  7591. {
  7592. name: "Teramacro",
  7593. height: math.unit(500000, "km")
  7594. },
  7595. ]
  7596. ))
  7597. characterMakers.push(() => makeCharacter(
  7598. { name: "Ailbhe" },
  7599. {
  7600. side: {
  7601. height: math.unit(6, "feet"),
  7602. name: "Side",
  7603. image: {
  7604. source: "./media/characters/ailbhe/side.svg",
  7605. extra: 757 / 464,
  7606. bottom: 0.041
  7607. }
  7608. },
  7609. },
  7610. [
  7611. {
  7612. name: "Normal",
  7613. height: math.unit(1.07, "meters"),
  7614. default: true
  7615. },
  7616. ]
  7617. ))
  7618. characterMakers.push(() => makeCharacter(
  7619. { name: "Zevulfius" },
  7620. {
  7621. front: {
  7622. height: math.unit(6, "feet"),
  7623. weight: math.unit(120, "kg"),
  7624. name: "Front",
  7625. image: {
  7626. source: "./media/characters/zevulfius/front.svg",
  7627. extra: 965 / 903
  7628. }
  7629. },
  7630. side: {
  7631. height: math.unit(6, "feet"),
  7632. weight: math.unit(120, "kg"),
  7633. name: "Side",
  7634. image: {
  7635. source: "./media/characters/zevulfius/side.svg",
  7636. extra: 939 / 900
  7637. }
  7638. },
  7639. back: {
  7640. height: math.unit(6, "feet"),
  7641. weight: math.unit(120, "kg"),
  7642. name: "Back",
  7643. image: {
  7644. source: "./media/characters/zevulfius/back.svg",
  7645. extra: 918 / 854,
  7646. bottom: 0.005
  7647. }
  7648. },
  7649. foot: {
  7650. height: math.unit(6 / 3.72, "feet"),
  7651. name: "Foot",
  7652. image: {
  7653. source: "./media/characters/zevulfius/foot.svg"
  7654. }
  7655. },
  7656. },
  7657. [
  7658. {
  7659. name: "Macro",
  7660. height: math.unit(750, "meters")
  7661. },
  7662. {
  7663. name: "Megamacro",
  7664. height: math.unit(20, "km"),
  7665. default: true
  7666. },
  7667. {
  7668. name: "Gigamacro",
  7669. height: math.unit(2000, "km")
  7670. },
  7671. {
  7672. name: "Teramacro",
  7673. height: math.unit(250000, "km")
  7674. },
  7675. ]
  7676. ))
  7677. characterMakers.push(() => makeCharacter(
  7678. { name: "Rikes" },
  7679. {
  7680. front: {
  7681. height: math.unit(100, "feet"),
  7682. weight: math.unit(350, "kg"),
  7683. name: "Front",
  7684. image: {
  7685. source: "./media/characters/rikes/front.svg",
  7686. extra: 1565 / 1483,
  7687. bottom: 0.017
  7688. }
  7689. },
  7690. },
  7691. [
  7692. {
  7693. name: "Macro",
  7694. height: math.unit(100, "feet"),
  7695. default: true
  7696. },
  7697. ]
  7698. ))
  7699. characterMakers.push(() => makeCharacter(
  7700. { name: "Adam Silver-Mane" },
  7701. {
  7702. anthro: {
  7703. height: math.unit(8, "feet"),
  7704. weight: math.unit(120, "kg"),
  7705. name: "Anthro",
  7706. image: {
  7707. source: "./media/characters/adam-silver-mane/anthro.svg",
  7708. extra: 5743 / 5339,
  7709. bottom: 0.07
  7710. }
  7711. },
  7712. taur: {
  7713. height: math.unit(16, "feet"),
  7714. weight: math.unit(1500, "kg"),
  7715. name: "Taur",
  7716. image: {
  7717. source: "./media/characters/adam-silver-mane/taur.svg",
  7718. extra: 1713 / 1571,
  7719. bottom: 0.01
  7720. }
  7721. },
  7722. },
  7723. [
  7724. {
  7725. name: "Normal",
  7726. height: math.unit(8, "feet")
  7727. },
  7728. {
  7729. name: "Minimacro",
  7730. height: math.unit(80, "feet")
  7731. },
  7732. {
  7733. name: "Macro",
  7734. height: math.unit(800, "feet"),
  7735. default: true
  7736. },
  7737. {
  7738. name: "Megamacro",
  7739. height: math.unit(8000, "feet")
  7740. },
  7741. {
  7742. name: "Gigamacro",
  7743. height: math.unit(800, "miles")
  7744. },
  7745. {
  7746. name: "Teramacro",
  7747. height: math.unit(80000, "miles")
  7748. },
  7749. {
  7750. name: "Celestial",
  7751. height: math.unit(8e6, "miles")
  7752. },
  7753. {
  7754. name: "Star Dragon",
  7755. height: math.unit(800000, "parsecs")
  7756. },
  7757. {
  7758. name: "Godly",
  7759. height: math.unit(800, "teraparsecs")
  7760. },
  7761. ]
  7762. ))
  7763. characterMakers.push(() => makeCharacter(
  7764. { name: "Ky'owin" },
  7765. {
  7766. front: {
  7767. height: math.unit(6, "feet"),
  7768. weight: math.unit(150, "lb"),
  7769. name: "Front",
  7770. image: {
  7771. source: "./media/characters/ky'owin/front.svg",
  7772. extra: 3888 / 3068,
  7773. bottom: 0.015
  7774. }
  7775. },
  7776. },
  7777. [
  7778. {
  7779. name: "Normal",
  7780. height: math.unit(6 + 8 / 12, "feet")
  7781. },
  7782. {
  7783. name: "Large",
  7784. height: math.unit(68, "feet")
  7785. },
  7786. {
  7787. name: "Macro",
  7788. height: math.unit(132, "feet")
  7789. },
  7790. {
  7791. name: "Macro+",
  7792. height: math.unit(340, "feet")
  7793. },
  7794. {
  7795. name: "Macro++",
  7796. height: math.unit(680, "feet"),
  7797. default: true
  7798. },
  7799. {
  7800. name: "Megamacro",
  7801. height: math.unit(1, "mile")
  7802. },
  7803. {
  7804. name: "Megamacro+",
  7805. height: math.unit(10, "miles")
  7806. },
  7807. ]
  7808. ))
  7809. characterMakers.push(() => makeCharacter(
  7810. { name: "Mal" },
  7811. {
  7812. front: {
  7813. height: math.unit(4, "feet"),
  7814. weight: math.unit(50, "lb"),
  7815. name: "Front",
  7816. image: {
  7817. source: "./media/characters/mal/front.svg",
  7818. extra: 785 / 724,
  7819. bottom: 0.07
  7820. }
  7821. },
  7822. },
  7823. [
  7824. {
  7825. name: "Micro",
  7826. height: math.unit(4, "inches")
  7827. },
  7828. {
  7829. name: "Normal",
  7830. height: math.unit(4, "feet"),
  7831. default: true
  7832. },
  7833. {
  7834. name: "Macro",
  7835. height: math.unit(200, "feet")
  7836. },
  7837. ]
  7838. ))
  7839. characterMakers.push(() => makeCharacter(
  7840. { name: "Jordan Deware" },
  7841. {
  7842. front: {
  7843. height: math.unit(6, "feet"),
  7844. weight: math.unit(150, "lb"),
  7845. name: "Front",
  7846. image: {
  7847. source: "./media/characters/jordan-deware/front.svg",
  7848. extra: 1191 / 1012
  7849. }
  7850. },
  7851. },
  7852. [
  7853. {
  7854. name: "Nano",
  7855. height: math.unit(0.01, "mm")
  7856. },
  7857. {
  7858. name: "Minimicro",
  7859. height: math.unit(1, "mm")
  7860. },
  7861. {
  7862. name: "Micro",
  7863. height: math.unit(0.5, "inches")
  7864. },
  7865. {
  7866. name: "Normal",
  7867. height: math.unit(4, "feet"),
  7868. default: true
  7869. },
  7870. {
  7871. name: "Minimacro",
  7872. height: math.unit(40, "meters")
  7873. },
  7874. {
  7875. name: "Small Macro",
  7876. height: math.unit(400, "meters")
  7877. },
  7878. {
  7879. name: "Macro",
  7880. height: math.unit(4, "miles")
  7881. },
  7882. {
  7883. name: "Megamacro",
  7884. height: math.unit(40, "miles")
  7885. },
  7886. {
  7887. name: "Megamacro+",
  7888. height: math.unit(400, "miles")
  7889. },
  7890. {
  7891. name: "Gigamacro",
  7892. height: math.unit(400000, "miles")
  7893. },
  7894. ]
  7895. ))
  7896. characterMakers.push(() => makeCharacter(
  7897. { name: "Kimiko" },
  7898. {
  7899. side: {
  7900. height: math.unit(6, "feet"),
  7901. weight: math.unit(150, "lb"),
  7902. name: "Side",
  7903. image: {
  7904. source: "./media/characters/kimiko/side.svg",
  7905. extra: 600 / 358
  7906. }
  7907. },
  7908. },
  7909. [
  7910. {
  7911. name: "Normal",
  7912. height: math.unit(15, "feet"),
  7913. default: true
  7914. },
  7915. {
  7916. name: "Macro",
  7917. height: math.unit(220, "feet")
  7918. },
  7919. {
  7920. name: "Macro+",
  7921. height: math.unit(1450, "feet")
  7922. },
  7923. {
  7924. name: "Megamacro",
  7925. height: math.unit(11500, "feet")
  7926. },
  7927. {
  7928. name: "Gigamacro",
  7929. height: math.unit(9500, "miles")
  7930. },
  7931. {
  7932. name: "Teramacro",
  7933. height: math.unit(2208005005, "miles")
  7934. },
  7935. {
  7936. name: "Examacro",
  7937. height: math.unit(2750, "parsecs")
  7938. },
  7939. {
  7940. name: "Zettamacro",
  7941. height: math.unit(101500, "parsecs")
  7942. },
  7943. ]
  7944. ))
  7945. characterMakers.push(() => makeCharacter(
  7946. { name: "Andrew Sleepy" },
  7947. {
  7948. front: {
  7949. height: math.unit(6, "feet"),
  7950. weight: math.unit(70, "kg"),
  7951. name: "Front",
  7952. image: {
  7953. source: "./media/characters/andrew-sleepy/front.svg"
  7954. }
  7955. },
  7956. side: {
  7957. height: math.unit(6, "feet"),
  7958. weight: math.unit(70, "kg"),
  7959. name: "Side",
  7960. image: {
  7961. source: "./media/characters/andrew-sleepy/side.svg"
  7962. }
  7963. },
  7964. },
  7965. [
  7966. {
  7967. name: "Micro",
  7968. height: math.unit(1, "mm"),
  7969. default: true
  7970. },
  7971. ]
  7972. ))
  7973. characterMakers.push(() => makeCharacter(
  7974. { name: "Judio" },
  7975. {
  7976. front: {
  7977. height: math.unit(6, "feet"),
  7978. weight: math.unit(150, "lb"),
  7979. name: "Front",
  7980. image: {
  7981. source: "./media/characters/judio/front.svg",
  7982. extra: 1258 / 1110
  7983. }
  7984. },
  7985. },
  7986. [
  7987. {
  7988. name: "Normal",
  7989. height: math.unit(5 + 6 / 12, "feet")
  7990. },
  7991. {
  7992. name: "Macro",
  7993. height: math.unit(1000, "feet"),
  7994. default: true
  7995. },
  7996. {
  7997. name: "Megamacro",
  7998. height: math.unit(10, "miles")
  7999. },
  8000. ]
  8001. ))
  8002. characterMakers.push(() => makeCharacter(
  8003. { name: "Nomaxice" },
  8004. {
  8005. front: {
  8006. height: math.unit(6, "feet"),
  8007. weight: math.unit(68, "kg"),
  8008. name: "Front",
  8009. image: {
  8010. source: "./media/characters/nomaxice/front.svg",
  8011. extra: 1498 / 1073,
  8012. bottom: 0.075
  8013. }
  8014. },
  8015. foot: {
  8016. height: math.unit(1.1, "feet"),
  8017. name: "Foot",
  8018. image: {
  8019. source: "./media/characters/nomaxice/foot.svg"
  8020. }
  8021. },
  8022. },
  8023. [
  8024. {
  8025. name: "Micro",
  8026. height: math.unit(8, "cm")
  8027. },
  8028. {
  8029. name: "Norm",
  8030. height: math.unit(1.82, "m")
  8031. },
  8032. {
  8033. name: "Norm+",
  8034. height: math.unit(8.8, "feet")
  8035. },
  8036. {
  8037. name: "Big",
  8038. height: math.unit(8, "meters"),
  8039. default: true
  8040. },
  8041. {
  8042. name: "Macro",
  8043. height: math.unit(18, "meters")
  8044. },
  8045. {
  8046. name: "Macro+",
  8047. height: math.unit(88, "meters")
  8048. },
  8049. ]
  8050. ))
  8051. characterMakers.push(() => makeCharacter(
  8052. { name: "Dydros" },
  8053. {
  8054. front: {
  8055. height: math.unit(12, "feet"),
  8056. weight: math.unit(1.5, "tons"),
  8057. name: "Front",
  8058. image: {
  8059. source: "./media/characters/dydros/front.svg",
  8060. extra: 863 / 800,
  8061. bottom: 0.015
  8062. }
  8063. },
  8064. back: {
  8065. height: math.unit(12, "feet"),
  8066. weight: math.unit(1.5, "tons"),
  8067. name: "Back",
  8068. image: {
  8069. source: "./media/characters/dydros/back.svg",
  8070. extra: 900 / 843,
  8071. bottom: 0.005
  8072. }
  8073. },
  8074. },
  8075. [
  8076. {
  8077. name: "Normal",
  8078. height: math.unit(12, "feet"),
  8079. default: true
  8080. },
  8081. ]
  8082. ))
  8083. characterMakers.push(() => makeCharacter(
  8084. { name: "Riggi" },
  8085. {
  8086. front: {
  8087. height: math.unit(6, "feet"),
  8088. weight: math.unit(100, "kg"),
  8089. name: "Front",
  8090. image: {
  8091. source: "./media/characters/riggi/front.svg",
  8092. extra: 5787 / 5303
  8093. }
  8094. },
  8095. hyper: {
  8096. height: math.unit(6 * 5 / 3, "feet"),
  8097. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8098. name: "Hyper",
  8099. image: {
  8100. source: "./media/characters/riggi/hyper.svg",
  8101. extra: 3595 / 3485
  8102. }
  8103. },
  8104. },
  8105. [
  8106. {
  8107. name: "Small Macro",
  8108. height: math.unit(50, "feet")
  8109. },
  8110. {
  8111. name: "Default",
  8112. height: math.unit(200, "feet"),
  8113. default: true
  8114. },
  8115. {
  8116. name: "Loom",
  8117. height: math.unit(10000, "feet")
  8118. },
  8119. {
  8120. name: "Cruising Altitude",
  8121. height: math.unit(30000, "feet")
  8122. },
  8123. {
  8124. name: "Megamacro",
  8125. height: math.unit(100, "miles")
  8126. },
  8127. {
  8128. name: "Continent Sized",
  8129. height: math.unit(2800, "miles")
  8130. },
  8131. {
  8132. name: "Earth Sized",
  8133. height: math.unit(8000, "miles")
  8134. },
  8135. ]
  8136. ))
  8137. characterMakers.push(() => makeCharacter(
  8138. { name: "Alexi" },
  8139. {
  8140. front: {
  8141. height: math.unit(6, "feet"),
  8142. weight: math.unit(250, "lb"),
  8143. name: "Front",
  8144. image: {
  8145. source: "./media/characters/alexi/front.svg",
  8146. extra: 3483 / 3291,
  8147. bottom: 0.04
  8148. }
  8149. },
  8150. back: {
  8151. height: math.unit(6, "feet"),
  8152. weight: math.unit(250, "lb"),
  8153. name: "Back",
  8154. image: {
  8155. source: "./media/characters/alexi/back.svg",
  8156. extra: 3533 / 3356,
  8157. bottom: 0.021
  8158. }
  8159. },
  8160. frontTransformed: {
  8161. height: math.unit(12.5, "feet"),
  8162. weight: math.unit(4000, "lb"),
  8163. name: "Front (Transformed)",
  8164. image: {
  8165. source: "./media/characters/alexi/front-transformed.svg",
  8166. extra: 5345 / 5100,
  8167. bottom: 0.03
  8168. }
  8169. },
  8170. },
  8171. [
  8172. {
  8173. name: "Normal",
  8174. height: math.unit(3, "meters"),
  8175. default: true
  8176. },
  8177. {
  8178. name: "Minimacro",
  8179. height: math.unit(30, "meters")
  8180. },
  8181. {
  8182. name: "Macro",
  8183. height: math.unit(500, "meters")
  8184. },
  8185. {
  8186. name: "Megamacro",
  8187. height: math.unit(9000, "km")
  8188. },
  8189. {
  8190. name: "Teramacro",
  8191. height: math.unit(384000, "km")
  8192. },
  8193. ]
  8194. ))
  8195. characterMakers.push(() => makeCharacter(
  8196. { name: "Kayroo" },
  8197. {
  8198. front: {
  8199. height: math.unit(6, "feet"),
  8200. weight: math.unit(150, "lb"),
  8201. name: "Front",
  8202. image: {
  8203. source: "./media/characters/kayroo/front.svg",
  8204. extra: 1153 / 1038,
  8205. bottom: 0.06
  8206. }
  8207. },
  8208. foot: {
  8209. height: math.unit(6, "feet"),
  8210. weight: math.unit(150, "lb"),
  8211. name: "Foot",
  8212. image: {
  8213. source: "./media/characters/kayroo/foot.svg"
  8214. }
  8215. },
  8216. },
  8217. [
  8218. {
  8219. name: "Normal",
  8220. height: math.unit(8, "feet"),
  8221. default: true
  8222. },
  8223. {
  8224. name: "Minimacro",
  8225. height: math.unit(250, "feet")
  8226. },
  8227. {
  8228. name: "Macro",
  8229. height: math.unit(2800, "feet")
  8230. },
  8231. {
  8232. name: "Megamacro",
  8233. height: math.unit(5200, "feet")
  8234. },
  8235. {
  8236. name: "Gigamacro",
  8237. height: math.unit(27000, "feet")
  8238. },
  8239. {
  8240. name: "Omega",
  8241. height: math.unit(45000, "feet")
  8242. },
  8243. ]
  8244. ))
  8245. characterMakers.push(() => makeCharacter(
  8246. { name: "Rhys" },
  8247. {
  8248. front: {
  8249. height: math.unit(18, "feet"),
  8250. weight: math.unit(5800, "lb"),
  8251. name: "Front",
  8252. image: {
  8253. source: "./media/characters/rhys/front.svg",
  8254. extra: 3386 / 3090,
  8255. bottom: 0.07
  8256. }
  8257. },
  8258. },
  8259. [
  8260. {
  8261. name: "Normal",
  8262. height: math.unit(18, "feet"),
  8263. default: true
  8264. },
  8265. {
  8266. name: "Working Size",
  8267. height: math.unit(200, "feet")
  8268. },
  8269. {
  8270. name: "Demolition Size",
  8271. height: math.unit(2000, "feet")
  8272. },
  8273. {
  8274. name: "Maximum Licensed Size",
  8275. height: math.unit(5, "miles")
  8276. },
  8277. {
  8278. name: "Maximum Observed Size",
  8279. height: math.unit(10, "yottameters")
  8280. },
  8281. ]
  8282. ))
  8283. characterMakers.push(() => makeCharacter(
  8284. { name: "Toto" },
  8285. {
  8286. front: {
  8287. height: math.unit(6, "feet"),
  8288. weight: math.unit(250, "lb"),
  8289. name: "Front",
  8290. image: {
  8291. source: "./media/characters/toto/front.svg",
  8292. extra: 527 / 479,
  8293. bottom: 0.05
  8294. }
  8295. },
  8296. },
  8297. [
  8298. {
  8299. name: "Micro",
  8300. height: math.unit(3, "feet")
  8301. },
  8302. {
  8303. name: "Normal",
  8304. height: math.unit(10, "feet")
  8305. },
  8306. {
  8307. name: "Macro",
  8308. height: math.unit(150, "feet"),
  8309. default: true
  8310. },
  8311. {
  8312. name: "Megamacro",
  8313. height: math.unit(1200, "feet")
  8314. },
  8315. ]
  8316. ))
  8317. characterMakers.push(() => makeCharacter(
  8318. { name: "King" },
  8319. {
  8320. back: {
  8321. height: math.unit(6, "feet"),
  8322. weight: math.unit(150, "lb"),
  8323. name: "Back",
  8324. image: {
  8325. source: "./media/characters/king/back.svg"
  8326. }
  8327. },
  8328. },
  8329. [
  8330. {
  8331. name: "Micro",
  8332. height: math.unit(2, "inches")
  8333. },
  8334. {
  8335. name: "Normal",
  8336. height: math.unit(8, "feet")
  8337. },
  8338. {
  8339. name: "Macro",
  8340. height: math.unit(200, "feet"),
  8341. default: true
  8342. },
  8343. {
  8344. name: "Megamacro",
  8345. height: math.unit(50, "miles")
  8346. },
  8347. ]
  8348. ))
  8349. characterMakers.push(() => makeCharacter(
  8350. { name: "Cordite" },
  8351. {
  8352. anthro: {
  8353. height: math.unit(6 + 5 / 12, "feet"),
  8354. weight: math.unit(280, "lb"),
  8355. name: "Anthro",
  8356. image: {
  8357. source: "./media/characters/cordite/anthro.svg",
  8358. extra: 1986 / 1905,
  8359. bottom: 0.025
  8360. }
  8361. },
  8362. feral: {
  8363. height: math.unit(2, "feet"),
  8364. weight: math.unit(90, "lb"),
  8365. name: "Feral",
  8366. image: {
  8367. source: "./media/characters/cordite/feral.svg",
  8368. extra: 1260 / 755,
  8369. bottom: 0.05
  8370. }
  8371. },
  8372. },
  8373. [
  8374. {
  8375. name: "Normal",
  8376. height: math.unit(6 + 5 / 12, "feet"),
  8377. default: true
  8378. },
  8379. ]
  8380. ))
  8381. characterMakers.push(() => makeCharacter(
  8382. { name: "Pianostrong" },
  8383. {
  8384. front: {
  8385. height: math.unit(6, "feet"),
  8386. weight: math.unit(150, "lb"),
  8387. name: "Front",
  8388. image: {
  8389. source: "./media/characters/pianostrong/front.svg",
  8390. extra: 6577 / 6254,
  8391. bottom: 0.02
  8392. }
  8393. },
  8394. side: {
  8395. height: math.unit(6, "feet"),
  8396. weight: math.unit(150, "lb"),
  8397. name: "Side",
  8398. image: {
  8399. source: "./media/characters/pianostrong/side.svg",
  8400. extra: 6106 / 5730
  8401. }
  8402. },
  8403. back: {
  8404. height: math.unit(6, "feet"),
  8405. weight: math.unit(150, "lb"),
  8406. name: "Back",
  8407. image: {
  8408. source: "./media/characters/pianostrong/back.svg",
  8409. extra: 6085 / 5733,
  8410. bottom: 0.01
  8411. }
  8412. },
  8413. },
  8414. [
  8415. {
  8416. name: "Macro",
  8417. height: math.unit(100, "feet")
  8418. },
  8419. {
  8420. name: "Macro+",
  8421. height: math.unit(300, "feet"),
  8422. default: true
  8423. },
  8424. {
  8425. name: "Macro++",
  8426. height: math.unit(1000, "feet")
  8427. },
  8428. ]
  8429. ))
  8430. characterMakers.push(() => makeCharacter(
  8431. { name: "Kona" },
  8432. {
  8433. front: {
  8434. height: math.unit(6, "feet"),
  8435. weight: math.unit(150, "lb"),
  8436. name: "Front",
  8437. image: {
  8438. source: "./media/characters/kona/front.svg",
  8439. extra: 2960 / 2629,
  8440. bottom: 0.005
  8441. }
  8442. },
  8443. },
  8444. [
  8445. {
  8446. name: "Normal",
  8447. height: math.unit(11 + 8 / 12, "feet")
  8448. },
  8449. {
  8450. name: "Macro",
  8451. height: math.unit(850, "feet"),
  8452. default: true
  8453. },
  8454. {
  8455. name: "Macro+",
  8456. height: math.unit(1.5, "km"),
  8457. default: true
  8458. },
  8459. {
  8460. name: "Megamacro",
  8461. height: math.unit(80, "miles")
  8462. },
  8463. {
  8464. name: "Gigamacro",
  8465. height: math.unit(3500, "miles")
  8466. },
  8467. ]
  8468. ))
  8469. characterMakers.push(() => makeCharacter(
  8470. { name: "Levi" },
  8471. {
  8472. side: {
  8473. height: math.unit(1.9, "meters"),
  8474. weight: math.unit(326, "kg"),
  8475. name: "Side",
  8476. image: {
  8477. source: "./media/characters/levi/side.svg",
  8478. extra: 1704 / 1334,
  8479. bottom: 0.02
  8480. }
  8481. },
  8482. },
  8483. [
  8484. {
  8485. name: "Normal",
  8486. height: math.unit(1.9, "meters"),
  8487. default: true
  8488. },
  8489. {
  8490. name: "Macro",
  8491. height: math.unit(20, "meters")
  8492. },
  8493. {
  8494. name: "Macro+",
  8495. height: math.unit(200, "meters")
  8496. },
  8497. {
  8498. name: "Megamacro",
  8499. height: math.unit(2, "km")
  8500. },
  8501. {
  8502. name: "Megamacro+",
  8503. height: math.unit(20, "km")
  8504. },
  8505. {
  8506. name: "Gigamacro",
  8507. height: math.unit(2500, "km")
  8508. },
  8509. {
  8510. name: "Gigamacro+",
  8511. height: math.unit(120000, "km")
  8512. },
  8513. {
  8514. name: "Teramacro",
  8515. height: math.unit(7.77e6, "km")
  8516. },
  8517. ]
  8518. ))
  8519. characterMakers.push(() => makeCharacter(
  8520. { name: "BMC" },
  8521. {
  8522. front: {
  8523. height: math.unit(6 + 4 / 12, "feet"),
  8524. weight: math.unit(188, "lb"),
  8525. name: "Front",
  8526. image: {
  8527. source: "./media/characters/bmc/front.svg",
  8528. extra: 1067 / 1022,
  8529. bottom: 0.047
  8530. }
  8531. },
  8532. },
  8533. [
  8534. {
  8535. name: "Human-sized",
  8536. height: math.unit(6 + 4 / 12, "feet")
  8537. },
  8538. {
  8539. name: "Small",
  8540. height: math.unit(250, "feet")
  8541. },
  8542. {
  8543. name: "Normal",
  8544. height: math.unit(1250, "feet"),
  8545. default: true
  8546. },
  8547. {
  8548. name: "Good Day",
  8549. height: math.unit(88, "miles")
  8550. },
  8551. {
  8552. name: "Largest Measured Size",
  8553. height: math.unit(11.2e6, "lightyears")
  8554. },
  8555. ]
  8556. ))
  8557. characterMakers.push(() => makeCharacter(
  8558. { name: "Sven the Kaiju" },
  8559. {
  8560. front: {
  8561. height: math.unit(20, "feet"),
  8562. weight: math.unit(2016, "kg"),
  8563. name: "Front",
  8564. image: {
  8565. source: "./media/characters/sven-the-kaiju/front.svg",
  8566. extra: 1479 / 1449,
  8567. bottom: 0.05
  8568. }
  8569. },
  8570. },
  8571. [
  8572. {
  8573. name: "Fairy",
  8574. height: math.unit(6, "inches")
  8575. },
  8576. {
  8577. name: "Normal",
  8578. height: math.unit(20, "feet"),
  8579. default: true
  8580. },
  8581. {
  8582. name: "Rampage",
  8583. height: math.unit(200, "feet")
  8584. },
  8585. {
  8586. name: "Archfey Forest Guardian",
  8587. height: math.unit(1, "mile")
  8588. },
  8589. ]
  8590. ))
  8591. characterMakers.push(() => makeCharacter(
  8592. { name: "Marik" },
  8593. {
  8594. front: {
  8595. height: math.unit(4, "meters"),
  8596. weight: math.unit(2, "tons"),
  8597. name: "Front",
  8598. image: {
  8599. source: "./media/characters/marik/front.svg",
  8600. extra: 1057 / 1003,
  8601. bottom: 0.08
  8602. }
  8603. },
  8604. },
  8605. [
  8606. {
  8607. name: "Normal",
  8608. height: math.unit(4, "meters"),
  8609. default: true
  8610. },
  8611. {
  8612. name: "Macro",
  8613. height: math.unit(20, "meters")
  8614. },
  8615. {
  8616. name: "Megamacro",
  8617. height: math.unit(50, "km")
  8618. },
  8619. {
  8620. name: "Gigamacro",
  8621. height: math.unit(100, "km")
  8622. },
  8623. {
  8624. name: "Alpha Macro",
  8625. height: math.unit(7.88e7, "yottameters")
  8626. },
  8627. ]
  8628. ))
  8629. characterMakers.push(() => makeCharacter(
  8630. { name: "Mel" },
  8631. {
  8632. front: {
  8633. height: math.unit(6, "feet"),
  8634. weight: math.unit(110, "lb"),
  8635. name: "Front",
  8636. image: {
  8637. source: "./media/characters/mel/front.svg",
  8638. extra: 736 / 617,
  8639. bottom: 0.017
  8640. }
  8641. },
  8642. },
  8643. [
  8644. {
  8645. name: "Pico",
  8646. height: math.unit(3, "pm")
  8647. },
  8648. {
  8649. name: "Nano",
  8650. height: math.unit(3, "nm")
  8651. },
  8652. {
  8653. name: "Micro",
  8654. height: math.unit(0.3, "mm"),
  8655. default: true
  8656. },
  8657. {
  8658. name: "Micro+",
  8659. height: math.unit(3, "mm")
  8660. },
  8661. {
  8662. name: "Normal",
  8663. height: math.unit(5 + 10.5 / 12, "feet")
  8664. },
  8665. ]
  8666. ))
  8667. characterMakers.push(() => makeCharacter(
  8668. { name: "Lykonous" },
  8669. {
  8670. kaiju: {
  8671. height: math.unit(1.75, "meters"),
  8672. weight: math.unit(55, "kg"),
  8673. name: "Kaiju",
  8674. image: {
  8675. source: "./media/characters/lykonous/kaiju.svg",
  8676. extra: 1055 / 946,
  8677. bottom: 0.135
  8678. }
  8679. },
  8680. },
  8681. [
  8682. {
  8683. name: "Normal",
  8684. height: math.unit(2.5, "meters"),
  8685. default: true
  8686. },
  8687. {
  8688. name: "Kaiju Dragon",
  8689. height: math.unit(60, "meters")
  8690. },
  8691. {
  8692. name: "Mega Kaiju",
  8693. height: math.unit(120, "km")
  8694. },
  8695. {
  8696. name: "Giga Kaiju",
  8697. height: math.unit(200, "megameters")
  8698. },
  8699. {
  8700. name: "Terra Kaiju",
  8701. height: math.unit(400, "gigameters")
  8702. },
  8703. {
  8704. name: "Kaiju Dragon God",
  8705. height: math.unit(13000, "exaparsecs")
  8706. },
  8707. ]
  8708. ))
  8709. characterMakers.push(() => makeCharacter(
  8710. { name: "Blü" },
  8711. {
  8712. front: {
  8713. height: math.unit(6, "feet"),
  8714. weight: math.unit(150, "lb"),
  8715. name: "Front",
  8716. image: {
  8717. source: "./media/characters/blü/front.svg",
  8718. extra: 1883 / 1564,
  8719. bottom: 0.031
  8720. }
  8721. },
  8722. },
  8723. [
  8724. {
  8725. name: "Normal",
  8726. height: math.unit(13, "feet"),
  8727. default: true
  8728. },
  8729. {
  8730. name: "Big Boi",
  8731. height: math.unit(150, "meters")
  8732. },
  8733. {
  8734. name: "Mini Stomper",
  8735. height: math.unit(300, "meters")
  8736. },
  8737. {
  8738. name: "Macro",
  8739. height: math.unit(1000, "meters")
  8740. },
  8741. {
  8742. name: "Megamacro",
  8743. height: math.unit(11000, "meters")
  8744. },
  8745. {
  8746. name: "Gigamacro",
  8747. height: math.unit(11000, "km")
  8748. },
  8749. {
  8750. name: "Teramacro",
  8751. height: math.unit(420000, "km")
  8752. },
  8753. {
  8754. name: "Examacro",
  8755. height: math.unit(120, "parsecs")
  8756. },
  8757. {
  8758. name: "God Tho",
  8759. height: math.unit(98000000000, "parsecs")
  8760. },
  8761. ]
  8762. ))
  8763. characterMakers.push(() => makeCharacter(
  8764. { name: "Scales" },
  8765. {
  8766. taurFront: {
  8767. height: math.unit(6, "feet"),
  8768. weight: math.unit(200, "lb"),
  8769. name: "Taur (Front)",
  8770. image: {
  8771. source: "./media/characters/scales/taur-front.svg",
  8772. extra: 1,
  8773. bottom: 0.05
  8774. }
  8775. },
  8776. taurBack: {
  8777. height: math.unit(6, "feet"),
  8778. weight: math.unit(200, "lb"),
  8779. name: "Taur (Back)",
  8780. image: {
  8781. source: "./media/characters/scales/taur-back.svg",
  8782. extra: 1,
  8783. bottom: 0.08
  8784. }
  8785. },
  8786. anthro: {
  8787. height: math.unit(6 * 7 / 12, "feet"),
  8788. weight: math.unit(100, "lb"),
  8789. name: "Anthro",
  8790. image: {
  8791. source: "./media/characters/scales/anthro.svg",
  8792. extra: 1,
  8793. bottom: 0.06
  8794. }
  8795. },
  8796. },
  8797. [
  8798. {
  8799. name: "Normal",
  8800. height: math.unit(12, "feet"),
  8801. default: true
  8802. },
  8803. ]
  8804. ))
  8805. characterMakers.push(() => makeCharacter(
  8806. { name: "Koragos" },
  8807. {
  8808. front: {
  8809. height: math.unit(6, "feet"),
  8810. weight: math.unit(150, "lb"),
  8811. name: "Front",
  8812. image: {
  8813. source: "./media/characters/koragos/front.svg",
  8814. extra: 841 / 794,
  8815. bottom: 0.035
  8816. }
  8817. },
  8818. back: {
  8819. height: math.unit(6, "feet"),
  8820. weight: math.unit(150, "lb"),
  8821. name: "Back",
  8822. image: {
  8823. source: "./media/characters/koragos/back.svg",
  8824. extra: 841 / 810,
  8825. bottom: 0.022
  8826. }
  8827. },
  8828. },
  8829. [
  8830. {
  8831. name: "Normal",
  8832. height: math.unit(6 + 11 / 12, "feet"),
  8833. default: true
  8834. },
  8835. {
  8836. name: "Macro",
  8837. height: math.unit(490, "feet")
  8838. },
  8839. {
  8840. name: "Megamacro",
  8841. height: math.unit(10, "miles")
  8842. },
  8843. {
  8844. name: "Gigamacro",
  8845. height: math.unit(50, "miles")
  8846. },
  8847. ]
  8848. ))
  8849. characterMakers.push(() => makeCharacter(
  8850. { name: "Xylrem" },
  8851. {
  8852. front: {
  8853. height: math.unit(6, "feet"),
  8854. weight: math.unit(250, "lb"),
  8855. name: "Front",
  8856. image: {
  8857. source: "./media/characters/xylrem/front.svg",
  8858. extra: 3323 / 3050,
  8859. bottom: 0.065
  8860. }
  8861. },
  8862. },
  8863. [
  8864. {
  8865. name: "Micro",
  8866. height: math.unit(4, "feet")
  8867. },
  8868. {
  8869. name: "Normal",
  8870. height: math.unit(16, "feet"),
  8871. default: true
  8872. },
  8873. {
  8874. name: "Macro",
  8875. height: math.unit(2720, "feet")
  8876. },
  8877. {
  8878. name: "Megamacro",
  8879. height: math.unit(25000, "miles")
  8880. },
  8881. ]
  8882. ))
  8883. characterMakers.push(() => makeCharacter(
  8884. { name: "Ikideru" },
  8885. {
  8886. front: {
  8887. height: math.unit(8, "feet"),
  8888. weight: math.unit(250, "kg"),
  8889. name: "Front",
  8890. image: {
  8891. source: "./media/characters/ikideru/front.svg",
  8892. extra: 930 / 870,
  8893. bottom: 0.087
  8894. }
  8895. },
  8896. back: {
  8897. height: math.unit(8, "feet"),
  8898. weight: math.unit(250, "kg"),
  8899. name: "Back",
  8900. image: {
  8901. source: "./media/characters/ikideru/back.svg",
  8902. extra: 919 / 852,
  8903. bottom: 0.055
  8904. }
  8905. },
  8906. },
  8907. [
  8908. {
  8909. name: "Rare",
  8910. height: math.unit(8, "feet"),
  8911. default: true
  8912. },
  8913. {
  8914. name: "Playful Loom",
  8915. height: math.unit(80, "feet")
  8916. },
  8917. {
  8918. name: "City Leaner",
  8919. height: math.unit(230, "feet")
  8920. },
  8921. {
  8922. name: "Megamacro",
  8923. height: math.unit(2500, "feet")
  8924. },
  8925. {
  8926. name: "Gigamacro",
  8927. height: math.unit(26400, "feet")
  8928. },
  8929. {
  8930. name: "Tectonic Shifter",
  8931. height: math.unit(1.7, "megameters")
  8932. },
  8933. {
  8934. name: "Planet Carer",
  8935. height: math.unit(21, "megameters")
  8936. },
  8937. {
  8938. name: "God",
  8939. height: math.unit(11157.22, "parsecs")
  8940. },
  8941. ]
  8942. ))
  8943. characterMakers.push(() => makeCharacter(
  8944. { name: "Neo" },
  8945. {
  8946. front: {
  8947. height: math.unit(6, "feet"),
  8948. weight: math.unit(120, "lb"),
  8949. name: "Front",
  8950. image: {
  8951. source: "./media/characters/neo/front.svg"
  8952. }
  8953. },
  8954. },
  8955. [
  8956. {
  8957. name: "Micro",
  8958. height: math.unit(2, "inches"),
  8959. default: true
  8960. },
  8961. {
  8962. name: "Human Size",
  8963. height: math.unit(5 + 8 / 12, "feet")
  8964. },
  8965. ]
  8966. ))
  8967. characterMakers.push(() => makeCharacter(
  8968. { name: "Chauncey (Chantz)" },
  8969. {
  8970. front: {
  8971. height: math.unit(13 + 10 / 12, "feet"),
  8972. weight: math.unit(5320, "lb"),
  8973. name: "Front",
  8974. image: {
  8975. source: "./media/characters/chauncey-chantz/front.svg",
  8976. extra: 1587 / 1435,
  8977. bottom: 0.02
  8978. }
  8979. },
  8980. },
  8981. [
  8982. {
  8983. name: "Normal",
  8984. height: math.unit(13 + 10 / 12, "feet"),
  8985. default: true
  8986. },
  8987. {
  8988. name: "Macro",
  8989. height: math.unit(45, "feet")
  8990. },
  8991. {
  8992. name: "Megamacro",
  8993. height: math.unit(250, "miles")
  8994. },
  8995. {
  8996. name: "Planetary",
  8997. height: math.unit(10000, "miles")
  8998. },
  8999. {
  9000. name: "Galactic",
  9001. height: math.unit(40000, "parsecs")
  9002. },
  9003. {
  9004. name: "Universal",
  9005. height: math.unit(1, "yottameter")
  9006. },
  9007. ]
  9008. ))
  9009. characterMakers.push(() => makeCharacter(
  9010. { name: "Epifox" },
  9011. {
  9012. front: {
  9013. height: math.unit(6, "feet"),
  9014. weight: math.unit(150, "lb"),
  9015. name: "Front",
  9016. image: {
  9017. source: "./media/characters/epifox/front.svg",
  9018. extra: 1,
  9019. bottom: 0.075
  9020. }
  9021. },
  9022. },
  9023. [
  9024. {
  9025. name: "Micro",
  9026. height: math.unit(6, "inches")
  9027. },
  9028. {
  9029. name: "Normal",
  9030. height: math.unit(12, "feet"),
  9031. default: true
  9032. },
  9033. {
  9034. name: "Macro",
  9035. height: math.unit(3810, "feet")
  9036. },
  9037. {
  9038. name: "Megamacro",
  9039. height: math.unit(500, "miles")
  9040. },
  9041. ]
  9042. ))
  9043. characterMakers.push(() => makeCharacter(
  9044. { name: "Colin T." },
  9045. {
  9046. front: {
  9047. height: math.unit(1.8796, "m"),
  9048. weight: math.unit(230, "lb"),
  9049. name: "Front",
  9050. image: {
  9051. source: "./media/characters/colin-t/front.svg",
  9052. extra: 1272 / 1193,
  9053. bottom: 0.07
  9054. }
  9055. },
  9056. },
  9057. [
  9058. {
  9059. name: "Micro",
  9060. height: math.unit(0.571, "meters")
  9061. },
  9062. {
  9063. name: "Normal",
  9064. height: math.unit(1.8796, "meters"),
  9065. default: true
  9066. },
  9067. {
  9068. name: "Tall",
  9069. height: math.unit(4, "meters")
  9070. },
  9071. {
  9072. name: "Macro",
  9073. height: math.unit(67.241, "meters")
  9074. },
  9075. {
  9076. name: "Megamacro",
  9077. height: math.unit(371.856, "meters")
  9078. },
  9079. {
  9080. name: "Planetary",
  9081. height: math.unit(12631.5689, "km")
  9082. },
  9083. ]
  9084. ))
  9085. characterMakers.push(() => makeCharacter(
  9086. { name: "Matvei" },
  9087. {
  9088. front: {
  9089. height: math.unit(1.85, "meters"),
  9090. weight: math.unit(80, "kg"),
  9091. name: "Front",
  9092. image: {
  9093. source: "./media/characters/matvei/front.svg",
  9094. extra: 614 / 594,
  9095. bottom: 0.01
  9096. }
  9097. },
  9098. },
  9099. [
  9100. {
  9101. name: "Normal",
  9102. height: math.unit(1.85, "meters"),
  9103. default: true
  9104. },
  9105. ]
  9106. ))
  9107. characterMakers.push(() => makeCharacter(
  9108. { name: "Quincy" },
  9109. {
  9110. front: {
  9111. height: math.unit(5 + 9 / 12, "feet"),
  9112. weight: math.unit(70, "lb"),
  9113. name: "Front",
  9114. image: {
  9115. source: "./media/characters/quincy/front.svg",
  9116. extra: 3041 / 2751
  9117. }
  9118. },
  9119. back: {
  9120. height: math.unit(5 + 9 / 12, "feet"),
  9121. weight: math.unit(70, "lb"),
  9122. name: "Back",
  9123. image: {
  9124. source: "./media/characters/quincy/back.svg",
  9125. extra: 3041 / 2751
  9126. }
  9127. },
  9128. flying: {
  9129. height: math.unit(5 + 4 / 12, "feet"),
  9130. weight: math.unit(70, "lb"),
  9131. name: "Flying",
  9132. image: {
  9133. source: "./media/characters/quincy/flying.svg",
  9134. extra: 1044 / 930
  9135. }
  9136. },
  9137. },
  9138. [
  9139. {
  9140. name: "Micro",
  9141. height: math.unit(3, "cm")
  9142. },
  9143. {
  9144. name: "Normal",
  9145. height: math.unit(5 + 9 / 12, "feet")
  9146. },
  9147. {
  9148. name: "Macro",
  9149. height: math.unit(200, "meters"),
  9150. default: true
  9151. },
  9152. {
  9153. name: "Megamacro",
  9154. height: math.unit(1000, "meters")
  9155. },
  9156. ]
  9157. ))
  9158. characterMakers.push(() => makeCharacter(
  9159. { name: "Vanrel" },
  9160. {
  9161. front: {
  9162. height: math.unit(4 + 7 / 12, "feet"),
  9163. weight: math.unit(150, "lb"),
  9164. name: "Front",
  9165. image: {
  9166. source: "./media/characters/vanrel/front.svg",
  9167. extra: 1,
  9168. bottom: 0.02
  9169. }
  9170. },
  9171. elemental: {
  9172. height: math.unit(4 + 2/12, "feet"),
  9173. weight: math.unit(150, "lb"),
  9174. name: "Elemental",
  9175. image: {
  9176. source: "./media/characters/vanrel/elemental.svg"
  9177. }
  9178. },
  9179. side: {
  9180. height: math.unit(4 + 7 / 12, "feet"),
  9181. weight: math.unit(150, "lb"),
  9182. name: "Side",
  9183. image: {
  9184. source: "./media/characters/vanrel/side.svg",
  9185. extra: 1,
  9186. bottom: 0.025
  9187. }
  9188. },
  9189. tome: {
  9190. height: math.unit(1.35, "feet"),
  9191. weight: math.unit(10, "lb"),
  9192. name: "Vanrel's Tome",
  9193. rename: true,
  9194. image: {
  9195. source: "./media/characters/vanrel/tome.svg"
  9196. }
  9197. },
  9198. beans: {
  9199. height: math.unit(0.89, "feet"),
  9200. name: "Beans",
  9201. image: {
  9202. source: "./media/characters/vanrel/beans.svg"
  9203. }
  9204. },
  9205. },
  9206. [
  9207. {
  9208. name: "Normal",
  9209. height: math.unit(4 + 7 / 12, "feet"),
  9210. default: true
  9211. },
  9212. ]
  9213. ))
  9214. characterMakers.push(() => makeCharacter(
  9215. { name: "Kuiper Vanrel" },
  9216. {
  9217. front: {
  9218. height: math.unit(7 + 5 / 12, "feet"),
  9219. weight: math.unit(150, "lb"),
  9220. name: "Front",
  9221. image: {
  9222. source: "./media/characters/kuiper-vanrel/front.svg",
  9223. extra: 1118 / 1068,
  9224. bottom: 0.09
  9225. }
  9226. },
  9227. foot: {
  9228. height: math.unit(0.55, "meters"),
  9229. name: "Foot",
  9230. image: {
  9231. source: "./media/characters/kuiper-vanrel/foot.svg",
  9232. }
  9233. },
  9234. },
  9235. [
  9236. {
  9237. name: "Normal",
  9238. height: math.unit(7 + 5 / 12, "feet"),
  9239. default: true
  9240. },
  9241. ]
  9242. ))
  9243. characterMakers.push(() => makeCharacter(
  9244. { name: "Keset Vanrel" },
  9245. {
  9246. front: {
  9247. height: math.unit(8 + 5 / 12, "feet"),
  9248. weight: math.unit(150, "lb"),
  9249. name: "Front",
  9250. image: {
  9251. source: "./media/characters/keset-vanrel/front.svg",
  9252. extra: 1150 / 1084,
  9253. bottom: 0.05
  9254. }
  9255. },
  9256. hand: {
  9257. height: math.unit(0.6, "meters"),
  9258. name: "Hand",
  9259. image: {
  9260. source: "./media/characters/keset-vanrel/hand.svg"
  9261. }
  9262. },
  9263. foot: {
  9264. height: math.unit(0.94978, "meters"),
  9265. name: "Foot",
  9266. image: {
  9267. source: "./media/characters/keset-vanrel/foot.svg"
  9268. }
  9269. },
  9270. },
  9271. [
  9272. {
  9273. name: "Normal",
  9274. height: math.unit(8 + 5 / 12, "feet"),
  9275. default: true
  9276. },
  9277. ]
  9278. ))
  9279. characterMakers.push(() => makeCharacter(
  9280. { name: "Neos" },
  9281. {
  9282. front: {
  9283. height: math.unit(6, "feet"),
  9284. weight: math.unit(150, "lb"),
  9285. name: "Front",
  9286. image: {
  9287. source: "./media/characters/neos/front.svg",
  9288. extra: 1696 / 992,
  9289. bottom: 0.14
  9290. }
  9291. },
  9292. },
  9293. [
  9294. {
  9295. name: "Normal",
  9296. height: math.unit(54, "cm"),
  9297. default: true
  9298. },
  9299. {
  9300. name: "Macro",
  9301. height: math.unit(100, "m")
  9302. },
  9303. {
  9304. name: "Megamacro",
  9305. height: math.unit(10, "km")
  9306. },
  9307. {
  9308. name: "Megamacro+",
  9309. height: math.unit(100, "km")
  9310. },
  9311. {
  9312. name: "Gigamacro",
  9313. height: math.unit(100, "Mm")
  9314. },
  9315. {
  9316. name: "Teramacro",
  9317. height: math.unit(100, "Gm")
  9318. },
  9319. {
  9320. name: "Examacro",
  9321. height: math.unit(100, "Em")
  9322. },
  9323. {
  9324. name: "Godly",
  9325. height: math.unit(10000, "Ym")
  9326. },
  9327. {
  9328. name: "Beyond Godly",
  9329. height: math.unit(10000000, "Ym")
  9330. },
  9331. ]
  9332. ))
  9333. characterMakers.push(() => makeCharacter(
  9334. { name: "Sammy Mouse" },
  9335. {
  9336. feminine: {
  9337. height: math.unit(5, "feet"),
  9338. weight: math.unit(100, "lb"),
  9339. name: "Feminine",
  9340. image: {
  9341. source: "./media/characters/sammy-mouse/feminine.svg",
  9342. extra: 2526 / 2425,
  9343. bottom: 0.123
  9344. }
  9345. },
  9346. masculine: {
  9347. height: math.unit(5, "feet"),
  9348. weight: math.unit(100, "lb"),
  9349. name: "Masculine",
  9350. image: {
  9351. source: "./media/characters/sammy-mouse/masculine.svg",
  9352. extra: 2526 / 2425,
  9353. bottom: 0.123
  9354. }
  9355. },
  9356. },
  9357. [
  9358. {
  9359. name: "Micro",
  9360. height: math.unit(5, "inches")
  9361. },
  9362. {
  9363. name: "Normal",
  9364. height: math.unit(5, "feet"),
  9365. default: true
  9366. },
  9367. {
  9368. name: "Macro",
  9369. height: math.unit(60, "feet")
  9370. },
  9371. ]
  9372. ))
  9373. characterMakers.push(() => makeCharacter(
  9374. { name: "Kole" },
  9375. {
  9376. front: {
  9377. height: math.unit(4, "feet"),
  9378. weight: math.unit(50, "lb"),
  9379. name: "Front",
  9380. image: {
  9381. source: "./media/characters/kole/front.svg",
  9382. extra: 1423 / 1303,
  9383. bottom: 0.025
  9384. }
  9385. },
  9386. back: {
  9387. height: math.unit(4, "feet"),
  9388. weight: math.unit(50, "lb"),
  9389. name: "Back",
  9390. image: {
  9391. source: "./media/characters/kole/back.svg",
  9392. extra: 1426 / 1280,
  9393. bottom: 0.02
  9394. }
  9395. },
  9396. },
  9397. [
  9398. {
  9399. name: "Normal",
  9400. height: math.unit(4, "feet"),
  9401. default: true
  9402. },
  9403. ]
  9404. ))
  9405. characterMakers.push(() => makeCharacter(
  9406. { name: "Rufran" },
  9407. {
  9408. front: {
  9409. height: math.unit(2 + 6 / 12, "feet"),
  9410. weight: math.unit(20, "lb"),
  9411. name: "Front",
  9412. image: {
  9413. source: "./media/characters/rufran/front.svg",
  9414. extra: 2041 / 1839,
  9415. bottom: 0.055
  9416. }
  9417. },
  9418. back: {
  9419. height: math.unit(2 + 6 / 12, "feet"),
  9420. weight: math.unit(20, "lb"),
  9421. name: "Back",
  9422. image: {
  9423. source: "./media/characters/rufran/back.svg",
  9424. extra: 2054 / 1839,
  9425. bottom: 0.01
  9426. }
  9427. },
  9428. hand: {
  9429. height: math.unit(0.2166, "meters"),
  9430. name: "Hand",
  9431. image: {
  9432. source: "./media/characters/rufran/hand.svg"
  9433. }
  9434. },
  9435. foot: {
  9436. height: math.unit(0.185, "meters"),
  9437. name: "Foot",
  9438. image: {
  9439. source: "./media/characters/rufran/foot.svg"
  9440. }
  9441. },
  9442. },
  9443. [
  9444. {
  9445. name: "Micro",
  9446. height: math.unit(1, "inch")
  9447. },
  9448. {
  9449. name: "Normal",
  9450. height: math.unit(2 + 6 / 12, "feet"),
  9451. default: true
  9452. },
  9453. {
  9454. name: "Big",
  9455. height: math.unit(60, "feet")
  9456. },
  9457. {
  9458. name: "Macro",
  9459. height: math.unit(325, "feet")
  9460. },
  9461. ]
  9462. ))
  9463. characterMakers.push(() => makeCharacter(
  9464. { name: "Chip" },
  9465. {
  9466. front: {
  9467. height: math.unit(0.3, "meters"),
  9468. weight: math.unit(3.5, "kg"),
  9469. name: "Front",
  9470. image: {
  9471. source: "./media/characters/chip/front.svg",
  9472. extra: 748 / 674
  9473. }
  9474. },
  9475. },
  9476. [
  9477. {
  9478. name: "Micro",
  9479. height: math.unit(1, "inch"),
  9480. default: true
  9481. },
  9482. ]
  9483. ))
  9484. characterMakers.push(() => makeCharacter(
  9485. { name: "Torvid" },
  9486. {
  9487. side: {
  9488. height: math.unit(2.3, "meters"),
  9489. weight: math.unit(3500, "lb"),
  9490. name: "Side",
  9491. image: {
  9492. source: "./media/characters/torvid/side.svg",
  9493. extra: 1972 / 722,
  9494. bottom: 0.035
  9495. }
  9496. },
  9497. },
  9498. [
  9499. {
  9500. name: "Normal",
  9501. height: math.unit(2.3, "meters"),
  9502. default: true
  9503. },
  9504. ]
  9505. ))
  9506. characterMakers.push(() => makeCharacter(
  9507. { name: "Susan" },
  9508. {
  9509. front: {
  9510. height: math.unit(2, "meters"),
  9511. weight: math.unit(150.5, "kg"),
  9512. name: "Front",
  9513. image: {
  9514. source: "./media/characters/susan/front.svg",
  9515. extra: 693 / 635,
  9516. bottom: 0.05
  9517. }
  9518. },
  9519. },
  9520. [
  9521. {
  9522. name: "Megamacro",
  9523. height: math.unit(505, "miles"),
  9524. default: true
  9525. },
  9526. ]
  9527. ))
  9528. characterMakers.push(() => makeCharacter(
  9529. { name: "Raindrops" },
  9530. {
  9531. front: {
  9532. height: math.unit(6, "feet"),
  9533. weight: math.unit(150, "lb"),
  9534. name: "Front",
  9535. image: {
  9536. source: "./media/characters/raindrops/front.svg",
  9537. extra: 2655 / 2461,
  9538. bottom: 0.02
  9539. }
  9540. },
  9541. back: {
  9542. height: math.unit(6, "feet"),
  9543. weight: math.unit(150, "lb"),
  9544. name: "Back",
  9545. image: {
  9546. source: "./media/characters/raindrops/back.svg",
  9547. extra: 2574 / 2400,
  9548. bottom: 0.03
  9549. }
  9550. },
  9551. },
  9552. [
  9553. {
  9554. name: "Micro",
  9555. height: math.unit(6, "inches")
  9556. },
  9557. {
  9558. name: "Normal",
  9559. height: math.unit(6 + 2 / 12, "feet")
  9560. },
  9561. {
  9562. name: "Macro",
  9563. height: math.unit(131, "feet"),
  9564. default: true
  9565. },
  9566. {
  9567. name: "Megamacro",
  9568. height: math.unit(15, "miles")
  9569. },
  9570. {
  9571. name: "Gigamacro",
  9572. height: math.unit(4000, "miles")
  9573. },
  9574. {
  9575. name: "Teramacro",
  9576. height: math.unit(315000, "miles")
  9577. },
  9578. ]
  9579. ))
  9580. characterMakers.push(() => makeCharacter(
  9581. { name: "Tezwa" },
  9582. {
  9583. front: {
  9584. height: math.unit(2.794, "meters"),
  9585. weight: math.unit(325, "kg"),
  9586. name: "Front",
  9587. image: {
  9588. source: "./media/characters/tezwa/front.svg",
  9589. extra: 2083 / 1906,
  9590. bottom: 0.031
  9591. }
  9592. },
  9593. foot: {
  9594. height: math.unit(0.687, "meters"),
  9595. name: "Foot",
  9596. image: {
  9597. source: "./media/characters/tezwa/foot.svg"
  9598. }
  9599. },
  9600. },
  9601. [
  9602. {
  9603. name: "Normal",
  9604. height: math.unit(9 + 2 / 12, "feet"),
  9605. default: true
  9606. },
  9607. ]
  9608. ))
  9609. characterMakers.push(() => makeCharacter(
  9610. { name: "Typhus" },
  9611. {
  9612. front: {
  9613. height: math.unit(58, "feet"),
  9614. weight: math.unit(89000, "lb"),
  9615. name: "Front",
  9616. image: {
  9617. source: "./media/characters/typhus/front.svg",
  9618. extra: 816 / 800,
  9619. bottom: 0.065
  9620. }
  9621. },
  9622. },
  9623. [
  9624. {
  9625. name: "Macro",
  9626. height: math.unit(58, "feet"),
  9627. default: true
  9628. },
  9629. ]
  9630. ))
  9631. characterMakers.push(() => makeCharacter(
  9632. { name: "Lyra Von Wulf" },
  9633. {
  9634. front: {
  9635. height: math.unit(12, "feet"),
  9636. weight: math.unit(6, "tonnes"),
  9637. name: "Front",
  9638. image: {
  9639. source: "./media/characters/lyra-von-wulf/front.svg",
  9640. extra: 1,
  9641. bottom: 0.10
  9642. }
  9643. },
  9644. frontMecha: {
  9645. height: math.unit(12, "feet"),
  9646. weight: math.unit(12, "tonnes"),
  9647. name: "Front (Mecha)",
  9648. image: {
  9649. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9650. extra: 1,
  9651. bottom: 0.042
  9652. }
  9653. },
  9654. maw: {
  9655. height: math.unit(2.2, "feet"),
  9656. name: "Maw",
  9657. image: {
  9658. source: "./media/characters/lyra-von-wulf/maw.svg"
  9659. }
  9660. },
  9661. },
  9662. [
  9663. {
  9664. name: "Normal",
  9665. height: math.unit(12, "feet"),
  9666. default: true
  9667. },
  9668. {
  9669. name: "Classic",
  9670. height: math.unit(50, "feet")
  9671. },
  9672. {
  9673. name: "Macro",
  9674. height: math.unit(500, "feet")
  9675. },
  9676. {
  9677. name: "Megamacro",
  9678. height: math.unit(1, "mile")
  9679. },
  9680. {
  9681. name: "Gigamacro",
  9682. height: math.unit(400, "miles")
  9683. },
  9684. {
  9685. name: "Teramacro",
  9686. height: math.unit(22000, "miles")
  9687. },
  9688. {
  9689. name: "Solarmacro",
  9690. height: math.unit(8600000, "miles")
  9691. },
  9692. {
  9693. name: "Galactic",
  9694. height: math.unit(1057000, "lightyears")
  9695. },
  9696. ]
  9697. ))
  9698. characterMakers.push(() => makeCharacter(
  9699. { name: "Dixon" },
  9700. {
  9701. front: {
  9702. height: math.unit(6 + 10 / 12, "feet"),
  9703. weight: math.unit(150, "lb"),
  9704. name: "Front",
  9705. image: {
  9706. source: "./media/characters/dixon/front.svg",
  9707. extra: 3361 / 3209,
  9708. bottom: 0.01
  9709. }
  9710. },
  9711. },
  9712. [
  9713. {
  9714. name: "Normal",
  9715. height: math.unit(6 + 10 / 12, "feet"),
  9716. default: true
  9717. },
  9718. {
  9719. name: "Big",
  9720. height: math.unit(12, "meters")
  9721. },
  9722. {
  9723. name: "Macro",
  9724. height: math.unit(500, "meters")
  9725. },
  9726. {
  9727. name: "Megamacro",
  9728. height: math.unit(2, "km")
  9729. },
  9730. ]
  9731. ))
  9732. characterMakers.push(() => makeCharacter(
  9733. { name: "Kauko" },
  9734. {
  9735. front: {
  9736. height: math.unit(185, "cm"),
  9737. weight: math.unit(68, "kg"),
  9738. name: "Front",
  9739. image: {
  9740. source: "./media/characters/kauko/front.svg",
  9741. extra: 1455 / 1421,
  9742. bottom: 0.03
  9743. }
  9744. },
  9745. back: {
  9746. height: math.unit(185, "cm"),
  9747. weight: math.unit(68, "kg"),
  9748. name: "Back",
  9749. image: {
  9750. source: "./media/characters/kauko/back.svg",
  9751. extra: 1455 / 1421,
  9752. bottom: 0.004
  9753. }
  9754. },
  9755. },
  9756. [
  9757. {
  9758. name: "Normal",
  9759. height: math.unit(185, "cm"),
  9760. default: true
  9761. },
  9762. ]
  9763. ))
  9764. characterMakers.push(() => makeCharacter(
  9765. { name: "Varg" },
  9766. {
  9767. front: {
  9768. height: math.unit(6, "feet"),
  9769. weight: math.unit(150, "kg"),
  9770. name: "Front",
  9771. image: {
  9772. source: "./media/characters/varg/front.svg",
  9773. extra: 1108 / 1018,
  9774. bottom: 0.0375
  9775. }
  9776. },
  9777. },
  9778. [
  9779. {
  9780. name: "Normal",
  9781. height: math.unit(5, "meters")
  9782. },
  9783. {
  9784. name: "Gigamacro",
  9785. height: math.unit(211, "km"),
  9786. default: true
  9787. },
  9788. ]
  9789. ))
  9790. characterMakers.push(() => makeCharacter(
  9791. { name: "Dayza" },
  9792. {
  9793. front: {
  9794. height: math.unit(7 + 7 / 12, "feet"),
  9795. weight: math.unit(267, "lb"),
  9796. name: "Front",
  9797. image: {
  9798. source: "./media/characters/dayza/front.svg",
  9799. extra: 1262 / 1200,
  9800. bottom: 0.035
  9801. }
  9802. },
  9803. side: {
  9804. height: math.unit(7 + 7 / 12, "feet"),
  9805. weight: math.unit(267, "lb"),
  9806. name: "Side",
  9807. image: {
  9808. source: "./media/characters/dayza/side.svg",
  9809. extra: 1295 / 1245,
  9810. bottom: 0.05
  9811. }
  9812. },
  9813. back: {
  9814. height: math.unit(7 + 7 / 12, "feet"),
  9815. weight: math.unit(267, "lb"),
  9816. name: "Back",
  9817. image: {
  9818. source: "./media/characters/dayza/back.svg",
  9819. extra: 1241 / 1170
  9820. }
  9821. },
  9822. },
  9823. [
  9824. {
  9825. name: "Normal",
  9826. height: math.unit(7 + 7 / 12, "feet"),
  9827. default: true
  9828. },
  9829. {
  9830. name: "Macro",
  9831. height: math.unit(155, "feet")
  9832. },
  9833. ]
  9834. ))
  9835. characterMakers.push(() => makeCharacter(
  9836. { name: "Xanthos" },
  9837. {
  9838. front: {
  9839. height: math.unit(6 + 5 / 12, "feet"),
  9840. weight: math.unit(160, "lb"),
  9841. name: "Front",
  9842. image: {
  9843. source: "./media/characters/xanthos/front.svg",
  9844. extra: 1,
  9845. bottom: 0.04
  9846. }
  9847. },
  9848. back: {
  9849. height: math.unit(6 + 5 / 12, "feet"),
  9850. weight: math.unit(160, "lb"),
  9851. name: "Back",
  9852. image: {
  9853. source: "./media/characters/xanthos/back.svg",
  9854. extra: 1,
  9855. bottom: 0.03
  9856. }
  9857. },
  9858. hand: {
  9859. height: math.unit(0.928, "feet"),
  9860. name: "Hand",
  9861. image: {
  9862. source: "./media/characters/xanthos/hand.svg"
  9863. }
  9864. },
  9865. foot: {
  9866. height: math.unit(1.286, "feet"),
  9867. name: "Foot",
  9868. image: {
  9869. source: "./media/characters/xanthos/foot.svg"
  9870. }
  9871. },
  9872. },
  9873. [
  9874. {
  9875. name: "Normal",
  9876. height: math.unit(6 + 5 / 12, "feet"),
  9877. default: true
  9878. },
  9879. {
  9880. name: "Normal+",
  9881. height: math.unit(6, "meters")
  9882. },
  9883. {
  9884. name: "Macro",
  9885. height: math.unit(40, "feet")
  9886. },
  9887. {
  9888. name: "Macro+",
  9889. height: math.unit(200, "meters")
  9890. },
  9891. {
  9892. name: "Megamacro",
  9893. height: math.unit(20, "km")
  9894. },
  9895. {
  9896. name: "Megamacro+",
  9897. height: math.unit(100, "km")
  9898. },
  9899. ]
  9900. ))
  9901. characterMakers.push(() => makeCharacter(
  9902. { name: "Grynn" },
  9903. {
  9904. front: {
  9905. height: math.unit(6 + 3 / 12, "feet"),
  9906. weight: math.unit(215, "lb"),
  9907. name: "Front",
  9908. image: {
  9909. source: "./media/characters/grynn/front.svg",
  9910. extra: 4627 / 4209,
  9911. bottom: 0.047
  9912. }
  9913. },
  9914. },
  9915. [
  9916. {
  9917. name: "Micro",
  9918. height: math.unit(6, "inches")
  9919. },
  9920. {
  9921. name: "Normal",
  9922. height: math.unit(6 + 3 / 12, "feet"),
  9923. default: true
  9924. },
  9925. {
  9926. name: "Big",
  9927. height: math.unit(104, "feet")
  9928. },
  9929. {
  9930. name: "Macro",
  9931. height: math.unit(944, "feet")
  9932. },
  9933. {
  9934. name: "Macro+",
  9935. height: math.unit(9480, "feet")
  9936. },
  9937. {
  9938. name: "Megamacro",
  9939. height: math.unit(78752, "feet")
  9940. },
  9941. {
  9942. name: "Megamacro+",
  9943. height: math.unit(630128, "feet")
  9944. },
  9945. {
  9946. name: "Megamacro++",
  9947. height: math.unit(3150695, "feet")
  9948. },
  9949. ]
  9950. ))
  9951. characterMakers.push(() => makeCharacter(
  9952. { name: "Mocha Aura" },
  9953. {
  9954. front: {
  9955. height: math.unit(7 + 5 / 12, "feet"),
  9956. weight: math.unit(450, "lb"),
  9957. name: "Front",
  9958. image: {
  9959. source: "./media/characters/mocha-aura/front.svg",
  9960. extra: 1907 / 1817,
  9961. bottom: 0.04
  9962. }
  9963. },
  9964. back: {
  9965. height: math.unit(7 + 5 / 12, "feet"),
  9966. weight: math.unit(450, "lb"),
  9967. name: "Back",
  9968. image: {
  9969. source: "./media/characters/mocha-aura/back.svg",
  9970. extra: 1900 / 1825,
  9971. bottom: 0.045
  9972. }
  9973. },
  9974. },
  9975. [
  9976. {
  9977. name: "Nano",
  9978. height: math.unit(1, "nm")
  9979. },
  9980. {
  9981. name: "Megamicro",
  9982. height: math.unit(1, "mm")
  9983. },
  9984. {
  9985. name: "Micro",
  9986. height: math.unit(3, "inches")
  9987. },
  9988. {
  9989. name: "Normal",
  9990. height: math.unit(7 + 5 / 12, "feet"),
  9991. default: true
  9992. },
  9993. {
  9994. name: "Macro",
  9995. height: math.unit(30, "feet")
  9996. },
  9997. {
  9998. name: "Megamacro",
  9999. height: math.unit(3500, "feet")
  10000. },
  10001. {
  10002. name: "Teramacro",
  10003. height: math.unit(500000, "miles")
  10004. },
  10005. {
  10006. name: "Petamacro",
  10007. height: math.unit(50000000000000000, "parsecs")
  10008. },
  10009. ]
  10010. ))
  10011. characterMakers.push(() => makeCharacter(
  10012. { name: "Ilisha Devya" },
  10013. {
  10014. front: {
  10015. height: math.unit(6, "feet"),
  10016. weight: math.unit(150, "lb"),
  10017. name: "Front",
  10018. image: {
  10019. source: "./media/characters/ilisha-devya/front.svg",
  10020. extra: 1,
  10021. bottom: 0.175
  10022. }
  10023. },
  10024. back: {
  10025. height: math.unit(6, "feet"),
  10026. weight: math.unit(150, "lb"),
  10027. name: "Back",
  10028. image: {
  10029. source: "./media/characters/ilisha-devya/back.svg",
  10030. extra: 1,
  10031. bottom: 0.015
  10032. }
  10033. },
  10034. },
  10035. [
  10036. {
  10037. name: "Macro",
  10038. height: math.unit(500, "feet"),
  10039. default: true
  10040. },
  10041. {
  10042. name: "Megamacro",
  10043. height: math.unit(10, "miles")
  10044. },
  10045. {
  10046. name: "Gigamacro",
  10047. height: math.unit(100000, "miles")
  10048. },
  10049. {
  10050. name: "Examacro",
  10051. height: math.unit(1e9, "lightyears")
  10052. },
  10053. {
  10054. name: "Omniversal",
  10055. height: math.unit(1e33, "lightyears")
  10056. },
  10057. {
  10058. name: "Beyond Infinite",
  10059. height: math.unit(1e100, "lightyears")
  10060. },
  10061. ]
  10062. ))
  10063. characterMakers.push(() => makeCharacter(
  10064. { name: "Mira" },
  10065. {
  10066. Side: {
  10067. height: math.unit(6, "feet"),
  10068. weight: math.unit(150, "lb"),
  10069. name: "Side",
  10070. image: {
  10071. source: "./media/characters/mira/side.svg",
  10072. extra: 900 / 799,
  10073. bottom: 0.02
  10074. }
  10075. },
  10076. },
  10077. [
  10078. {
  10079. name: "Human Size",
  10080. height: math.unit(6, "feet")
  10081. },
  10082. {
  10083. name: "Macro",
  10084. height: math.unit(100, "feet"),
  10085. default: true
  10086. },
  10087. {
  10088. name: "Megamacro",
  10089. height: math.unit(10, "miles")
  10090. },
  10091. {
  10092. name: "Gigamacro",
  10093. height: math.unit(25000, "miles")
  10094. },
  10095. {
  10096. name: "Teramacro",
  10097. height: math.unit(300, "AU")
  10098. },
  10099. {
  10100. name: "Full Size",
  10101. height: math.unit(4.5e10, "lightyears")
  10102. },
  10103. ]
  10104. ))
  10105. characterMakers.push(() => makeCharacter(
  10106. { name: "Holly" },
  10107. {
  10108. front: {
  10109. height: math.unit(6, "feet"),
  10110. weight: math.unit(150, "lb"),
  10111. name: "Front",
  10112. image: {
  10113. source: "./media/characters/holly/front.svg",
  10114. extra: 639 / 606
  10115. }
  10116. },
  10117. back: {
  10118. height: math.unit(6, "feet"),
  10119. weight: math.unit(150, "lb"),
  10120. name: "Back",
  10121. image: {
  10122. source: "./media/characters/holly/back.svg",
  10123. extra: 623 / 598
  10124. }
  10125. },
  10126. frontWorking: {
  10127. height: math.unit(6, "feet"),
  10128. weight: math.unit(150, "lb"),
  10129. name: "Front (Working)",
  10130. image: {
  10131. source: "./media/characters/holly/front-working.svg",
  10132. extra: 607 / 577,
  10133. bottom: 0.048
  10134. }
  10135. },
  10136. },
  10137. [
  10138. {
  10139. name: "Normal",
  10140. height: math.unit(12 + 3 / 12, "feet"),
  10141. default: true
  10142. },
  10143. ]
  10144. ))
  10145. characterMakers.push(() => makeCharacter(
  10146. { name: "Porter" },
  10147. {
  10148. front: {
  10149. height: math.unit(6, "feet"),
  10150. weight: math.unit(150, "lb"),
  10151. name: "Front",
  10152. image: {
  10153. source: "./media/characters/porter/front.svg",
  10154. extra: 1,
  10155. bottom: 0.01
  10156. }
  10157. },
  10158. frontRobes: {
  10159. height: math.unit(6, "feet"),
  10160. weight: math.unit(150, "lb"),
  10161. name: "Front (Robes)",
  10162. image: {
  10163. source: "./media/characters/porter/front-robes.svg",
  10164. extra: 1.01,
  10165. bottom: 0.01
  10166. }
  10167. },
  10168. },
  10169. [
  10170. {
  10171. name: "Normal",
  10172. height: math.unit(11 + 9 / 12, "feet"),
  10173. default: true
  10174. },
  10175. ]
  10176. ))
  10177. characterMakers.push(() => makeCharacter(
  10178. { name: "Lucy" },
  10179. {
  10180. legendary: {
  10181. height: math.unit(6, "feet"),
  10182. weight: math.unit(150, "lb"),
  10183. name: "Legendary",
  10184. image: {
  10185. source: "./media/characters/lucy/legendary.svg",
  10186. extra: 1355 / 1100,
  10187. bottom: 0.045
  10188. }
  10189. },
  10190. },
  10191. [
  10192. {
  10193. name: "Legendary",
  10194. height: math.unit(86882 * 2, "miles"),
  10195. default: true
  10196. },
  10197. ]
  10198. ))
  10199. characterMakers.push(() => makeCharacter(
  10200. { name: "Drusilla" },
  10201. {
  10202. front: {
  10203. height: math.unit(6, "feet"),
  10204. weight: math.unit(150, "lb"),
  10205. name: "Front",
  10206. image: {
  10207. source: "./media/characters/drusilla/front.svg",
  10208. extra: 678 / 635,
  10209. bottom: 0.03
  10210. }
  10211. },
  10212. back: {
  10213. height: math.unit(6, "feet"),
  10214. weight: math.unit(150, "lb"),
  10215. name: "Back",
  10216. image: {
  10217. source: "./media/characters/drusilla/back.svg",
  10218. extra: 678 / 635,
  10219. bottom: 0.005
  10220. }
  10221. },
  10222. },
  10223. [
  10224. {
  10225. name: "Macro",
  10226. height: math.unit(100, "feet")
  10227. },
  10228. {
  10229. name: "Canon Height",
  10230. height: math.unit(2000, "feet"),
  10231. default: true
  10232. },
  10233. ]
  10234. ))
  10235. characterMakers.push(() => makeCharacter(
  10236. { name: "Renard Thatch" },
  10237. {
  10238. front: {
  10239. height: math.unit(6, "feet"),
  10240. weight: math.unit(180, "lb"),
  10241. name: "Front",
  10242. image: {
  10243. source: "./media/characters/renard-thatch/front.svg",
  10244. extra: 2411 / 2275,
  10245. bottom: 0.01
  10246. }
  10247. },
  10248. frontPosing: {
  10249. height: math.unit(6, "feet"),
  10250. weight: math.unit(180, "lb"),
  10251. name: "Front (Posing)",
  10252. image: {
  10253. source: "./media/characters/renard-thatch/front-posing.svg",
  10254. extra: 2381 / 2261,
  10255. bottom: 0.01
  10256. }
  10257. },
  10258. back: {
  10259. height: math.unit(6, "feet"),
  10260. weight: math.unit(180, "lb"),
  10261. name: "Back",
  10262. image: {
  10263. source: "./media/characters/renard-thatch/back.svg",
  10264. extra: 2428 / 2288
  10265. }
  10266. },
  10267. },
  10268. [
  10269. {
  10270. name: "Micro",
  10271. height: math.unit(3, "inches")
  10272. },
  10273. {
  10274. name: "Default",
  10275. height: math.unit(6, "feet"),
  10276. default: true
  10277. },
  10278. {
  10279. name: "Macro",
  10280. height: math.unit(75, "feet")
  10281. },
  10282. ]
  10283. ))
  10284. characterMakers.push(() => makeCharacter(
  10285. { name: "Sekvra" },
  10286. {
  10287. front: {
  10288. height: math.unit(1450, "feet"),
  10289. weight: math.unit(1.21e6, "tons"),
  10290. name: "Front",
  10291. image: {
  10292. source: "./media/characters/sekvra/front.svg",
  10293. extra: 1,
  10294. bottom: 0.03
  10295. }
  10296. },
  10297. frontClothed: {
  10298. height: math.unit(1450, "feet"),
  10299. weight: math.unit(1.21e6, "tons"),
  10300. name: "Front (Clothed)",
  10301. image: {
  10302. source: "./media/characters/sekvra/front-clothed.svg",
  10303. extra: 1,
  10304. bottom: 0.03
  10305. }
  10306. },
  10307. side: {
  10308. height: math.unit(1450, "feet"),
  10309. weight: math.unit(1.21e6, "tons"),
  10310. name: "Side",
  10311. image: {
  10312. source: "./media/characters/sekvra/side.svg",
  10313. extra: 1,
  10314. bottom: 0.025
  10315. }
  10316. },
  10317. back: {
  10318. height: math.unit(1450, "feet"),
  10319. weight: math.unit(1.21e6, "tons"),
  10320. name: "Back",
  10321. image: {
  10322. source: "./media/characters/sekvra/back.svg",
  10323. extra: 1,
  10324. bottom: 0.005
  10325. }
  10326. },
  10327. },
  10328. [
  10329. {
  10330. name: "Macro",
  10331. height: math.unit(1450, "feet"),
  10332. default: true
  10333. },
  10334. {
  10335. name: "Megamacro",
  10336. height: math.unit(15000, "feet")
  10337. },
  10338. ]
  10339. ))
  10340. characterMakers.push(() => makeCharacter(
  10341. { name: "Carmine" },
  10342. {
  10343. front: {
  10344. height: math.unit(6, "feet"),
  10345. weight: math.unit(150, "lb"),
  10346. name: "Front",
  10347. image: {
  10348. source: "./media/characters/carmine/front.svg",
  10349. extra: 1,
  10350. bottom: 0.035
  10351. }
  10352. },
  10353. frontArmor: {
  10354. height: math.unit(6, "feet"),
  10355. weight: math.unit(150, "lb"),
  10356. name: "Front (Armor)",
  10357. image: {
  10358. source: "./media/characters/carmine/front-armor.svg",
  10359. extra: 1,
  10360. bottom: 0.035
  10361. }
  10362. },
  10363. },
  10364. [
  10365. {
  10366. name: "Large",
  10367. height: math.unit(1, "mile")
  10368. },
  10369. {
  10370. name: "Huge",
  10371. height: math.unit(40, "miles"),
  10372. default: true
  10373. },
  10374. {
  10375. name: "Colossal",
  10376. height: math.unit(2500, "miles")
  10377. },
  10378. ]
  10379. ))
  10380. characterMakers.push(() => makeCharacter(
  10381. { name: "Elyssia" },
  10382. {
  10383. front: {
  10384. height: math.unit(6, "feet"),
  10385. weight: math.unit(150, "lb"),
  10386. name: "Front",
  10387. image: {
  10388. source: "./media/characters/elyssia/front.svg",
  10389. extra: 2201 / 2035,
  10390. bottom: 0.05
  10391. }
  10392. },
  10393. frontClothed: {
  10394. height: math.unit(6, "feet"),
  10395. weight: math.unit(150, "lb"),
  10396. name: "Front (Clothed)",
  10397. image: {
  10398. source: "./media/characters/elyssia/front-clothed.svg",
  10399. extra: 2201 / 2035,
  10400. bottom: 0.05
  10401. }
  10402. },
  10403. back: {
  10404. height: math.unit(6, "feet"),
  10405. weight: math.unit(150, "lb"),
  10406. name: "Back",
  10407. image: {
  10408. source: "./media/characters/elyssia/back.svg",
  10409. extra: 2201 / 2035,
  10410. bottom: 0.013
  10411. }
  10412. },
  10413. },
  10414. [
  10415. {
  10416. name: "Smaller",
  10417. height: math.unit(150, "feet")
  10418. },
  10419. {
  10420. name: "Standard",
  10421. height: math.unit(1400, "feet"),
  10422. default: true
  10423. },
  10424. {
  10425. name: "Distracted",
  10426. height: math.unit(15000, "feet")
  10427. },
  10428. ]
  10429. ))
  10430. characterMakers.push(() => makeCharacter(
  10431. { name: "Geno Maxwell" },
  10432. {
  10433. front: {
  10434. height: math.unit(7 + 4 / 12, "feet"),
  10435. weight: math.unit(500, "lb"),
  10436. name: "Front",
  10437. image: {
  10438. source: "./media/characters/geno-maxwell/front.svg",
  10439. extra: 2207 / 2040,
  10440. bottom: 0.015
  10441. }
  10442. },
  10443. },
  10444. [
  10445. {
  10446. name: "Micro",
  10447. height: math.unit(3, "inches")
  10448. },
  10449. {
  10450. name: "Normal",
  10451. height: math.unit(7 + 4 / 12, "feet"),
  10452. default: true
  10453. },
  10454. {
  10455. name: "Macro",
  10456. height: math.unit(220, "feet")
  10457. },
  10458. {
  10459. name: "Megamacro",
  10460. height: math.unit(11, "miles")
  10461. },
  10462. ]
  10463. ))
  10464. characterMakers.push(() => makeCharacter(
  10465. { name: "Regena Maxwell" },
  10466. {
  10467. front: {
  10468. height: math.unit(7 + 4 / 12, "feet"),
  10469. weight: math.unit(500, "lb"),
  10470. name: "Front",
  10471. image: {
  10472. source: "./media/characters/regena-maxwell/front.svg",
  10473. extra: 3115 / 2770,
  10474. bottom: 0.02
  10475. }
  10476. },
  10477. },
  10478. [
  10479. {
  10480. name: "Normal",
  10481. height: math.unit(7 + 4 / 12, "feet"),
  10482. default: true
  10483. },
  10484. {
  10485. name: "Macro",
  10486. height: math.unit(220, "feet")
  10487. },
  10488. {
  10489. name: "Megamacro",
  10490. height: math.unit(11, "miles")
  10491. },
  10492. ]
  10493. ))
  10494. characterMakers.push(() => makeCharacter(
  10495. { name: "XGlidingDragonX" },
  10496. {
  10497. front: {
  10498. height: math.unit(6, "feet"),
  10499. weight: math.unit(150, "lb"),
  10500. name: "Front",
  10501. image: {
  10502. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10503. extra: 860 / 690,
  10504. bottom: 0.03
  10505. }
  10506. },
  10507. },
  10508. [
  10509. {
  10510. name: "Normal",
  10511. height: math.unit(1.7, "meters"),
  10512. default: true
  10513. },
  10514. ]
  10515. ))
  10516. characterMakers.push(() => makeCharacter(
  10517. { name: "Quilly" },
  10518. {
  10519. front: {
  10520. height: math.unit(6, "feet"),
  10521. weight: math.unit(150, "lb"),
  10522. name: "Front",
  10523. image: {
  10524. source: "./media/characters/quilly/front.svg",
  10525. extra: 890 / 776
  10526. }
  10527. },
  10528. },
  10529. [
  10530. {
  10531. name: "Gigamacro",
  10532. height: math.unit(404090, "miles"),
  10533. default: true
  10534. },
  10535. ]
  10536. ))
  10537. characterMakers.push(() => makeCharacter(
  10538. { name: "Tempest" },
  10539. {
  10540. front: {
  10541. height: math.unit(7 + 8 / 12, "feet"),
  10542. weight: math.unit(350, "lb"),
  10543. name: "Front",
  10544. image: {
  10545. source: "./media/characters/tempest/front.svg",
  10546. extra: 1175 / 1086,
  10547. bottom: 0.02
  10548. }
  10549. },
  10550. },
  10551. [
  10552. {
  10553. name: "Normal",
  10554. height: math.unit(7 + 8 / 12, "feet"),
  10555. default: true
  10556. },
  10557. ]
  10558. ))
  10559. characterMakers.push(() => makeCharacter(
  10560. { name: "Rodger" },
  10561. {
  10562. side: {
  10563. height: math.unit(4 + 5 / 12, "feet"),
  10564. weight: math.unit(80, "lb"),
  10565. name: "Side",
  10566. image: {
  10567. source: "./media/characters/rodger/side.svg",
  10568. extra: 1235 / 1118
  10569. }
  10570. },
  10571. },
  10572. [
  10573. {
  10574. name: "Micro",
  10575. height: math.unit(1, "inch")
  10576. },
  10577. {
  10578. name: "Normal",
  10579. height: math.unit(4 + 5 / 12, "feet"),
  10580. default: true
  10581. },
  10582. {
  10583. name: "Macro",
  10584. height: math.unit(120, "feet")
  10585. },
  10586. ]
  10587. ))
  10588. characterMakers.push(() => makeCharacter(
  10589. { name: "Danyel" },
  10590. {
  10591. front: {
  10592. height: math.unit(6, "feet"),
  10593. weight: math.unit(150, "lb"),
  10594. name: "Front",
  10595. image: {
  10596. source: "./media/characters/danyel/front.svg",
  10597. extra: 1185 / 1123,
  10598. bottom: 0.05
  10599. }
  10600. },
  10601. },
  10602. [
  10603. {
  10604. name: "Shrunken",
  10605. height: math.unit(0.5, "mm")
  10606. },
  10607. {
  10608. name: "Micro",
  10609. height: math.unit(1, "mm"),
  10610. default: true
  10611. },
  10612. {
  10613. name: "Upsized",
  10614. height: math.unit(5 + 5 / 12, "feet")
  10615. },
  10616. ]
  10617. ))
  10618. characterMakers.push(() => makeCharacter(
  10619. { name: "Vivian Bijoux" },
  10620. {
  10621. front: {
  10622. height: math.unit(5 + 6 / 12, "feet"),
  10623. weight: math.unit(200, "lb"),
  10624. name: "Front",
  10625. image: {
  10626. source: "./media/characters/vivian-bijoux/front.svg",
  10627. extra: 1,
  10628. bottom: 0.072
  10629. }
  10630. },
  10631. },
  10632. [
  10633. {
  10634. name: "Normal",
  10635. height: math.unit(5 + 6 / 12, "feet"),
  10636. default: true
  10637. },
  10638. {
  10639. name: "Bad Dream",
  10640. height: math.unit(500, "feet")
  10641. },
  10642. {
  10643. name: "Nightmare",
  10644. height: math.unit(500, "miles")
  10645. },
  10646. ]
  10647. ))
  10648. characterMakers.push(() => makeCharacter(
  10649. { name: "Zeta" },
  10650. {
  10651. front: {
  10652. height: math.unit(6 + 1 / 12, "feet"),
  10653. weight: math.unit(260, "lb"),
  10654. name: "Front",
  10655. image: {
  10656. source: "./media/characters/zeta/front.svg",
  10657. extra: 1968 / 1889,
  10658. bottom: 0.06
  10659. }
  10660. },
  10661. back: {
  10662. height: math.unit(6 + 1 / 12, "feet"),
  10663. weight: math.unit(260, "lb"),
  10664. name: "Back",
  10665. image: {
  10666. source: "./media/characters/zeta/back.svg",
  10667. extra: 1944 / 1858,
  10668. bottom: 0.03
  10669. }
  10670. },
  10671. hand: {
  10672. height: math.unit(1.112, "feet"),
  10673. name: "Hand",
  10674. image: {
  10675. source: "./media/characters/zeta/hand.svg"
  10676. }
  10677. },
  10678. foot: {
  10679. height: math.unit(1.48, "feet"),
  10680. name: "Foot",
  10681. image: {
  10682. source: "./media/characters/zeta/foot.svg"
  10683. }
  10684. },
  10685. },
  10686. [
  10687. {
  10688. name: "Micro",
  10689. height: math.unit(6, "inches")
  10690. },
  10691. {
  10692. name: "Normal",
  10693. height: math.unit(6 + 1 / 12, "feet"),
  10694. default: true
  10695. },
  10696. {
  10697. name: "Macro",
  10698. height: math.unit(20, "feet")
  10699. },
  10700. ]
  10701. ))
  10702. characterMakers.push(() => makeCharacter(
  10703. { name: "Jamie Larsen" },
  10704. {
  10705. front: {
  10706. height: math.unit(6, "feet"),
  10707. weight: math.unit(150, "lb"),
  10708. name: "Front",
  10709. image: {
  10710. source: "./media/characters/jamie-larsen/front.svg",
  10711. extra: 962 / 933,
  10712. bottom: 0.02
  10713. }
  10714. },
  10715. back: {
  10716. height: math.unit(6, "feet"),
  10717. weight: math.unit(150, "lb"),
  10718. name: "Back",
  10719. image: {
  10720. source: "./media/characters/jamie-larsen/back.svg",
  10721. extra: 997 / 946
  10722. }
  10723. },
  10724. },
  10725. [
  10726. {
  10727. name: "Macro",
  10728. height: math.unit(28 + 7 / 12, "feet"),
  10729. default: true
  10730. },
  10731. {
  10732. name: "Macro+",
  10733. height: math.unit(180, "feet")
  10734. },
  10735. {
  10736. name: "Megamacro",
  10737. height: math.unit(10, "miles")
  10738. },
  10739. {
  10740. name: "Gigamacro",
  10741. height: math.unit(200000, "miles")
  10742. },
  10743. ]
  10744. ))
  10745. characterMakers.push(() => makeCharacter(
  10746. { name: "Vance" },
  10747. {
  10748. front: {
  10749. height: math.unit(6, "feet"),
  10750. weight: math.unit(120, "lb"),
  10751. name: "Front",
  10752. image: {
  10753. source: "./media/characters/vance/front.svg",
  10754. extra: 1980 / 1890,
  10755. bottom: 0.09
  10756. }
  10757. },
  10758. back: {
  10759. height: math.unit(6, "feet"),
  10760. weight: math.unit(120, "lb"),
  10761. name: "Back",
  10762. image: {
  10763. source: "./media/characters/vance/back.svg",
  10764. extra: 2081 / 1994,
  10765. bottom: 0.014
  10766. }
  10767. },
  10768. hand: {
  10769. height: math.unit(0.88, "feet"),
  10770. name: "Hand",
  10771. image: {
  10772. source: "./media/characters/vance/hand.svg"
  10773. }
  10774. },
  10775. foot: {
  10776. height: math.unit(0.64, "feet"),
  10777. name: "Foot",
  10778. image: {
  10779. source: "./media/characters/vance/foot.svg"
  10780. }
  10781. },
  10782. },
  10783. [
  10784. {
  10785. name: "Small",
  10786. height: math.unit(90, "feet"),
  10787. default: true
  10788. },
  10789. {
  10790. name: "Macro",
  10791. height: math.unit(100, "meters")
  10792. },
  10793. {
  10794. name: "Megamacro",
  10795. height: math.unit(15, "miles")
  10796. },
  10797. ]
  10798. ))
  10799. characterMakers.push(() => makeCharacter(
  10800. { name: "Xochitl" },
  10801. {
  10802. front: {
  10803. height: math.unit(6, "feet"),
  10804. weight: math.unit(180, "lb"),
  10805. name: "Front",
  10806. image: {
  10807. source: "./media/characters/xochitl/front.svg",
  10808. extra: 2297 / 2261,
  10809. bottom: 0.065
  10810. }
  10811. },
  10812. back: {
  10813. height: math.unit(6, "feet"),
  10814. weight: math.unit(180, "lb"),
  10815. name: "Back",
  10816. image: {
  10817. source: "./media/characters/xochitl/back.svg",
  10818. extra: 2386 / 2354,
  10819. bottom: 0.01
  10820. }
  10821. },
  10822. foot: {
  10823. height: math.unit(6 / 5 * 1.15, "feet"),
  10824. weight: math.unit(150, "lb"),
  10825. name: "Foot",
  10826. image: {
  10827. source: "./media/characters/xochitl/foot.svg"
  10828. }
  10829. },
  10830. },
  10831. [
  10832. {
  10833. name: "Macro",
  10834. height: math.unit(80, "feet")
  10835. },
  10836. {
  10837. name: "Macro+",
  10838. height: math.unit(400, "feet"),
  10839. default: true
  10840. },
  10841. {
  10842. name: "Gigamacro",
  10843. height: math.unit(80000, "miles")
  10844. },
  10845. {
  10846. name: "Gigamacro+",
  10847. height: math.unit(400000, "miles")
  10848. },
  10849. {
  10850. name: "Teramacro",
  10851. height: math.unit(300, "AU")
  10852. },
  10853. ]
  10854. ))
  10855. characterMakers.push(() => makeCharacter(
  10856. { name: "Vincent" },
  10857. {
  10858. front: {
  10859. height: math.unit(6, "feet"),
  10860. weight: math.unit(150, "lb"),
  10861. name: "Front",
  10862. image: {
  10863. source: "./media/characters/vincent/front.svg",
  10864. extra: 1130 / 1080,
  10865. bottom: 0.055
  10866. }
  10867. },
  10868. beak: {
  10869. height: math.unit(6 * 0.1, "feet"),
  10870. name: "Beak",
  10871. image: {
  10872. source: "./media/characters/vincent/beak.svg"
  10873. }
  10874. },
  10875. hand: {
  10876. height: math.unit(6 * 0.85, "feet"),
  10877. weight: math.unit(150, "lb"),
  10878. name: "Hand",
  10879. image: {
  10880. source: "./media/characters/vincent/hand.svg"
  10881. }
  10882. },
  10883. foot: {
  10884. height: math.unit(6 * 0.19, "feet"),
  10885. weight: math.unit(150, "lb"),
  10886. name: "Foot",
  10887. image: {
  10888. source: "./media/characters/vincent/foot.svg"
  10889. }
  10890. },
  10891. },
  10892. [
  10893. {
  10894. name: "Base",
  10895. height: math.unit(6 + 5 / 12, "feet"),
  10896. default: true
  10897. },
  10898. {
  10899. name: "Macro",
  10900. height: math.unit(300, "feet")
  10901. },
  10902. {
  10903. name: "Megamacro",
  10904. height: math.unit(2, "miles")
  10905. },
  10906. {
  10907. name: "Gigamacro",
  10908. height: math.unit(1000, "miles")
  10909. },
  10910. ]
  10911. ))
  10912. characterMakers.push(() => makeCharacter(
  10913. { name: "Jay" },
  10914. {
  10915. front: {
  10916. height: math.unit(6 + 2 / 12, "feet"),
  10917. weight: math.unit(65, "lb"),
  10918. name: "Front",
  10919. image: {
  10920. source: "./media/characters/jay/front.svg",
  10921. extra: 1510 / 1430,
  10922. bottom: 0.042
  10923. }
  10924. },
  10925. back: {
  10926. height: math.unit(6 + 2 / 12, "feet"),
  10927. weight: math.unit(65, "lb"),
  10928. name: "Back",
  10929. image: {
  10930. source: "./media/characters/jay/back.svg",
  10931. extra: 1510 / 1430,
  10932. bottom: 0.025
  10933. }
  10934. },
  10935. clothed: {
  10936. height: math.unit(6 + 2 / 12, "feet"),
  10937. weight: math.unit(65, "lb"),
  10938. name: "Front (Clothed)",
  10939. image: {
  10940. source: "./media/characters/jay/clothed.svg",
  10941. extra: 744 / 699,
  10942. bottom: 0.043
  10943. }
  10944. },
  10945. },
  10946. [
  10947. {
  10948. name: "Micro",
  10949. height: math.unit(1, "inch")
  10950. },
  10951. {
  10952. name: "Normal",
  10953. height: math.unit(6 + 2 / 12, "feet"),
  10954. default: true
  10955. },
  10956. {
  10957. name: "Macro",
  10958. height: math.unit(1, "mile")
  10959. },
  10960. {
  10961. name: "Megamacro",
  10962. height: math.unit(100, "miles")
  10963. },
  10964. ]
  10965. ))
  10966. characterMakers.push(() => makeCharacter(
  10967. { name: "Coatl" },
  10968. {
  10969. front: {
  10970. height: math.unit(2, "meters"),
  10971. weight: math.unit(500, "kg"),
  10972. name: "Front",
  10973. image: {
  10974. source: "./media/characters/coatl/front.svg",
  10975. extra: 3948 / 3500,
  10976. bottom: 0.082
  10977. }
  10978. },
  10979. },
  10980. [
  10981. {
  10982. name: "Normal",
  10983. height: math.unit(4, "meters")
  10984. },
  10985. {
  10986. name: "Macro",
  10987. height: math.unit(100, "meters"),
  10988. default: true
  10989. },
  10990. {
  10991. name: "Macro+",
  10992. height: math.unit(300, "meters")
  10993. },
  10994. {
  10995. name: "Megamacro",
  10996. height: math.unit(3, "gigameters")
  10997. },
  10998. {
  10999. name: "Megamacro+",
  11000. height: math.unit(300, "terameters")
  11001. },
  11002. {
  11003. name: "Megamacro++",
  11004. height: math.unit(3, "lightyears")
  11005. },
  11006. ]
  11007. ))
  11008. characterMakers.push(() => makeCharacter(
  11009. { name: "Shiroryu" },
  11010. {
  11011. front: {
  11012. height: math.unit(6, "feet"),
  11013. weight: math.unit(50, "kg"),
  11014. name: "front",
  11015. image: {
  11016. source: "./media/characters/shiroryu/front.svg",
  11017. extra: 1990 / 1935
  11018. }
  11019. },
  11020. },
  11021. [
  11022. {
  11023. name: "Mortal Mingling",
  11024. height: math.unit(3, "meters")
  11025. },
  11026. {
  11027. name: "Kaiju-ish",
  11028. height: math.unit(250, "meters")
  11029. },
  11030. {
  11031. name: "Somewhat Godly",
  11032. height: math.unit(400, "km"),
  11033. default: true
  11034. },
  11035. {
  11036. name: "Planetary",
  11037. height: math.unit(300, "megameters")
  11038. },
  11039. {
  11040. name: "Galaxy-dwarfing",
  11041. height: math.unit(450, "kiloparsecs")
  11042. },
  11043. {
  11044. name: "Universe Eater",
  11045. height: math.unit(150, "gigaparsecs")
  11046. },
  11047. {
  11048. name: "Almost Immeasurable",
  11049. height: math.unit(1.3e266, "yottaparsecs")
  11050. },
  11051. ]
  11052. ))
  11053. characterMakers.push(() => makeCharacter(
  11054. { name: "Umeko" },
  11055. {
  11056. front: {
  11057. height: math.unit(6, "feet"),
  11058. weight: math.unit(150, "lb"),
  11059. name: "Front",
  11060. image: {
  11061. source: "./media/characters/umeko/front.svg",
  11062. extra: 1,
  11063. bottom: 0.019
  11064. }
  11065. },
  11066. frontArmored: {
  11067. height: math.unit(6, "feet"),
  11068. weight: math.unit(150, "lb"),
  11069. name: "Front (Armored)",
  11070. image: {
  11071. source: "./media/characters/umeko/front-armored.svg",
  11072. extra: 1,
  11073. bottom: 0.021
  11074. }
  11075. },
  11076. },
  11077. [
  11078. {
  11079. name: "Macro",
  11080. height: math.unit(220, "feet"),
  11081. default: true
  11082. },
  11083. {
  11084. name: "Guardian Dragon",
  11085. height: math.unit(50, "miles")
  11086. },
  11087. {
  11088. name: "Cosmic",
  11089. height: math.unit(800000, "miles")
  11090. },
  11091. ]
  11092. ))
  11093. characterMakers.push(() => makeCharacter(
  11094. { name: "Cassidy" },
  11095. {
  11096. front: {
  11097. height: math.unit(6, "feet"),
  11098. weight: math.unit(150, "lb"),
  11099. name: "Front",
  11100. image: {
  11101. source: "./media/characters/cassidy/front.svg",
  11102. extra: 1,
  11103. bottom: 0.043
  11104. }
  11105. },
  11106. },
  11107. [
  11108. {
  11109. name: "Canon Height",
  11110. height: math.unit(120, "feet"),
  11111. default: true
  11112. },
  11113. {
  11114. name: "Macro+",
  11115. height: math.unit(400, "feet")
  11116. },
  11117. {
  11118. name: "Macro++",
  11119. height: math.unit(4000, "feet")
  11120. },
  11121. {
  11122. name: "Megamacro",
  11123. height: math.unit(3, "miles")
  11124. },
  11125. ]
  11126. ))
  11127. characterMakers.push(() => makeCharacter(
  11128. { name: "Isaac" },
  11129. {
  11130. front: {
  11131. height: math.unit(6, "feet"),
  11132. weight: math.unit(150, "lb"),
  11133. name: "Front",
  11134. image: {
  11135. source: "./media/characters/isaac/front.svg",
  11136. extra: 896 / 815,
  11137. bottom: 0.11
  11138. }
  11139. },
  11140. },
  11141. [
  11142. {
  11143. name: "Human Size",
  11144. height: math.unit(8, "feet"),
  11145. default: true
  11146. },
  11147. {
  11148. name: "Macro",
  11149. height: math.unit(400, "feet")
  11150. },
  11151. {
  11152. name: "Megamacro",
  11153. height: math.unit(50, "miles")
  11154. },
  11155. {
  11156. name: "Canon Height",
  11157. height: math.unit(200, "AU")
  11158. },
  11159. ]
  11160. ))
  11161. characterMakers.push(() => makeCharacter(
  11162. { name: "Sleekit" },
  11163. {
  11164. front: {
  11165. height: math.unit(6, "feet"),
  11166. weight: math.unit(72, "kg"),
  11167. name: "Front",
  11168. image: {
  11169. source: "./media/characters/sleekit/front.svg",
  11170. extra: 4693 / 4487,
  11171. bottom: 0.012
  11172. }
  11173. },
  11174. },
  11175. [
  11176. {
  11177. name: "Minimum Height",
  11178. height: math.unit(10, "meters")
  11179. },
  11180. {
  11181. name: "Smaller",
  11182. height: math.unit(25, "meters")
  11183. },
  11184. {
  11185. name: "Larger",
  11186. height: math.unit(38, "meters"),
  11187. default: true
  11188. },
  11189. {
  11190. name: "Maximum height",
  11191. height: math.unit(100, "meters")
  11192. },
  11193. ]
  11194. ))
  11195. characterMakers.push(() => makeCharacter(
  11196. { name: "Nillia" },
  11197. {
  11198. front: {
  11199. height: math.unit(6, "feet"),
  11200. weight: math.unit(150, "lb"),
  11201. name: "Front",
  11202. image: {
  11203. source: "./media/characters/nillia/front.svg",
  11204. extra: 2195 / 2037,
  11205. bottom: 0.005
  11206. }
  11207. },
  11208. back: {
  11209. height: math.unit(6, "feet"),
  11210. weight: math.unit(150, "lb"),
  11211. name: "Back",
  11212. image: {
  11213. source: "./media/characters/nillia/back.svg",
  11214. extra: 2195 / 2037,
  11215. bottom: 0.005
  11216. }
  11217. },
  11218. },
  11219. [
  11220. {
  11221. name: "Canon Height",
  11222. height: math.unit(489, "feet"),
  11223. default: true
  11224. }
  11225. ]
  11226. ))
  11227. characterMakers.push(() => makeCharacter(
  11228. { name: "Mesmyriza" },
  11229. {
  11230. front: {
  11231. height: math.unit(6, "feet"),
  11232. weight: math.unit(150, "lb"),
  11233. name: "Front",
  11234. image: {
  11235. source: "./media/characters/mesmyriza/front.svg",
  11236. extra: 2067 / 1784,
  11237. bottom: 0.035
  11238. }
  11239. },
  11240. foot: {
  11241. height: math.unit(6 / (250 / 35), "feet"),
  11242. name: "Foot",
  11243. image: {
  11244. source: "./media/characters/mesmyriza/foot.svg"
  11245. }
  11246. },
  11247. },
  11248. [
  11249. {
  11250. name: "Macro",
  11251. height: math.unit(457, "meters"),
  11252. default: true
  11253. },
  11254. {
  11255. name: "Megamacro",
  11256. height: math.unit(8, "megameters")
  11257. },
  11258. ]
  11259. ))
  11260. characterMakers.push(() => makeCharacter(
  11261. { name: "Saudade" },
  11262. {
  11263. front: {
  11264. height: math.unit(6, "feet"),
  11265. weight: math.unit(250, "lb"),
  11266. name: "Front",
  11267. image: {
  11268. source: "./media/characters/saudade/front.svg",
  11269. extra: 1172 / 1139,
  11270. bottom: 0.035
  11271. }
  11272. },
  11273. },
  11274. [
  11275. {
  11276. name: "Micro",
  11277. height: math.unit(3, "inches")
  11278. },
  11279. {
  11280. name: "Normal",
  11281. height: math.unit(6, "feet"),
  11282. default: true
  11283. },
  11284. {
  11285. name: "Macro",
  11286. height: math.unit(50, "feet")
  11287. },
  11288. {
  11289. name: "Megamacro",
  11290. height: math.unit(2800, "feet")
  11291. },
  11292. ]
  11293. ))
  11294. characterMakers.push(() => makeCharacter(
  11295. { name: "Keireer" },
  11296. {
  11297. front: {
  11298. height: math.unit(5 + 4 / 12, "feet"),
  11299. weight: math.unit(100, "lb"),
  11300. name: "Front",
  11301. image: {
  11302. source: "./media/characters/keireer/front.svg",
  11303. extra: 716 / 666,
  11304. bottom: 0.05
  11305. }
  11306. },
  11307. },
  11308. [
  11309. {
  11310. name: "Normal",
  11311. height: math.unit(5 + 4 / 12, "feet"),
  11312. default: true
  11313. },
  11314. ]
  11315. ))
  11316. characterMakers.push(() => makeCharacter(
  11317. { name: "Mirja" },
  11318. {
  11319. front: {
  11320. height: math.unit(6, "feet"),
  11321. weight: math.unit(90, "kg"),
  11322. name: "Front",
  11323. image: {
  11324. source: "./media/characters/mirja/front.svg",
  11325. extra: 1789 / 1683,
  11326. bottom: 0.05
  11327. }
  11328. },
  11329. frontDressed: {
  11330. height: math.unit(6, "feet"),
  11331. weight: math.unit(90, "lb"),
  11332. name: "Front (Dressed)",
  11333. image: {
  11334. source: "./media/characters/mirja/front-dressed.svg",
  11335. extra: 1789 / 1683,
  11336. bottom: 0.05
  11337. }
  11338. },
  11339. back: {
  11340. height: math.unit(6, "feet"),
  11341. weight: math.unit(90, "lb"),
  11342. name: "Back",
  11343. image: {
  11344. source: "./media/characters/mirja/back.svg",
  11345. extra: 953 / 917,
  11346. bottom: 0.017
  11347. }
  11348. },
  11349. },
  11350. [
  11351. {
  11352. name: "\"Incognito\"",
  11353. height: math.unit(3, "meters")
  11354. },
  11355. {
  11356. name: "Strolling Size",
  11357. height: math.unit(15, "km")
  11358. },
  11359. {
  11360. name: "Larger Strolling Size",
  11361. height: math.unit(400, "km")
  11362. },
  11363. {
  11364. name: "Preferred Size",
  11365. height: math.unit(5000, "km")
  11366. },
  11367. {
  11368. name: "True Size",
  11369. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11370. default: true
  11371. },
  11372. ]
  11373. ))
  11374. characterMakers.push(() => makeCharacter(
  11375. { name: "Nightraver" },
  11376. {
  11377. front: {
  11378. height: math.unit(15, "feet"),
  11379. weight: math.unit(880, "kg"),
  11380. name: "Front",
  11381. image: {
  11382. source: "./media/characters/nightraver/front.svg",
  11383. extra: 2444 / 2160,
  11384. bottom: 0.027
  11385. }
  11386. },
  11387. back: {
  11388. height: math.unit(15, "feet"),
  11389. weight: math.unit(880, "kg"),
  11390. name: "Back",
  11391. image: {
  11392. source: "./media/characters/nightraver/back.svg",
  11393. extra: 2309 / 2180,
  11394. bottom: 0.005
  11395. }
  11396. },
  11397. sole: {
  11398. height: math.unit(2.878, "feet"),
  11399. name: "Sole",
  11400. image: {
  11401. source: "./media/characters/nightraver/sole.svg"
  11402. }
  11403. },
  11404. foot: {
  11405. height: math.unit(2.285, "feet"),
  11406. name: "Foot",
  11407. image: {
  11408. source: "./media/characters/nightraver/foot.svg"
  11409. }
  11410. },
  11411. maw: {
  11412. height: math.unit(2.67, "feet"),
  11413. name: "Maw",
  11414. image: {
  11415. source: "./media/characters/nightraver/maw.svg"
  11416. }
  11417. },
  11418. },
  11419. [
  11420. {
  11421. name: "Micro",
  11422. height: math.unit(1, "cm")
  11423. },
  11424. {
  11425. name: "Normal",
  11426. height: math.unit(15, "feet"),
  11427. default: true
  11428. },
  11429. {
  11430. name: "Macro",
  11431. height: math.unit(300, "feet")
  11432. },
  11433. {
  11434. name: "Megamacro",
  11435. height: math.unit(300, "miles")
  11436. },
  11437. {
  11438. name: "Gigamacro",
  11439. height: math.unit(10000, "miles")
  11440. },
  11441. ]
  11442. ))
  11443. characterMakers.push(() => makeCharacter(
  11444. { name: "Arc" },
  11445. {
  11446. side: {
  11447. height: math.unit(2, "inches"),
  11448. weight: math.unit(5, "grams"),
  11449. name: "Side",
  11450. image: {
  11451. source: "./media/characters/arc/side.svg"
  11452. }
  11453. },
  11454. },
  11455. [
  11456. {
  11457. name: "Micro",
  11458. height: math.unit(2, "inches"),
  11459. default: true
  11460. },
  11461. ]
  11462. ))
  11463. characterMakers.push(() => makeCharacter(
  11464. { name: "Nebula Shahar" },
  11465. {
  11466. front: {
  11467. height: math.unit(1.1938, "meters"),
  11468. weight: math.unit(54, "kg"),
  11469. name: "Front",
  11470. image: {
  11471. source: "./media/characters/nebula-shahar/front.svg",
  11472. extra: 1642 / 1436,
  11473. bottom: 0.06
  11474. }
  11475. },
  11476. },
  11477. [
  11478. {
  11479. name: "Megamicro",
  11480. height: math.unit(0.3, "mm")
  11481. },
  11482. {
  11483. name: "Micro",
  11484. height: math.unit(3, "cm")
  11485. },
  11486. {
  11487. name: "Normal",
  11488. height: math.unit(138, "cm"),
  11489. default: true
  11490. },
  11491. {
  11492. name: "Macro",
  11493. height: math.unit(30, "m")
  11494. },
  11495. ]
  11496. ))
  11497. characterMakers.push(() => makeCharacter(
  11498. { name: "Shayla" },
  11499. {
  11500. front: {
  11501. height: math.unit(5.24, "feet"),
  11502. weight: math.unit(150, "lb"),
  11503. name: "Front",
  11504. image: {
  11505. source: "./media/characters/shayla/front.svg",
  11506. extra: 1512 / 1414,
  11507. bottom: 0.01
  11508. }
  11509. },
  11510. back: {
  11511. height: math.unit(5.24, "feet"),
  11512. weight: math.unit(150, "lb"),
  11513. name: "Back",
  11514. image: {
  11515. source: "./media/characters/shayla/back.svg",
  11516. extra: 1512 / 1414
  11517. }
  11518. },
  11519. hand: {
  11520. height: math.unit(0.7781496062992126, "feet"),
  11521. name: "Hand",
  11522. image: {
  11523. source: "./media/characters/shayla/hand.svg"
  11524. }
  11525. },
  11526. foot: {
  11527. height: math.unit(1.4206036745406823, "feet"),
  11528. name: "Foot",
  11529. image: {
  11530. source: "./media/characters/shayla/foot.svg"
  11531. }
  11532. },
  11533. },
  11534. [
  11535. {
  11536. name: "Micro",
  11537. height: math.unit(0.32, "feet")
  11538. },
  11539. {
  11540. name: "Normal",
  11541. height: math.unit(5.24, "feet"),
  11542. default: true
  11543. },
  11544. {
  11545. name: "Macro",
  11546. height: math.unit(492.12, "feet")
  11547. },
  11548. {
  11549. name: "Megamacro",
  11550. height: math.unit(186.41, "miles")
  11551. },
  11552. ]
  11553. ))
  11554. characterMakers.push(() => makeCharacter(
  11555. { name: "Pia Jr." },
  11556. {
  11557. front: {
  11558. height: math.unit(2.2, "m"),
  11559. weight: math.unit(120, "kg"),
  11560. name: "Front",
  11561. image: {
  11562. source: "./media/characters/pia-jr/front.svg",
  11563. extra: 1000 / 970,
  11564. bottom: 0.035
  11565. }
  11566. },
  11567. hand: {
  11568. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11569. name: "Hand",
  11570. image: {
  11571. source: "./media/characters/pia-jr/hand.svg"
  11572. }
  11573. },
  11574. paw: {
  11575. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11576. name: "Paw",
  11577. image: {
  11578. source: "./media/characters/pia-jr/paw.svg"
  11579. }
  11580. },
  11581. },
  11582. [
  11583. {
  11584. name: "Micro",
  11585. height: math.unit(1.2, "cm")
  11586. },
  11587. {
  11588. name: "Normal",
  11589. height: math.unit(2.2, "m"),
  11590. default: true
  11591. },
  11592. {
  11593. name: "Macro",
  11594. height: math.unit(180, "m")
  11595. },
  11596. {
  11597. name: "Megamacro",
  11598. height: math.unit(420, "km")
  11599. },
  11600. ]
  11601. ))
  11602. characterMakers.push(() => makeCharacter(
  11603. { name: "Pia Sr." },
  11604. {
  11605. front: {
  11606. height: math.unit(2, "m"),
  11607. weight: math.unit(115, "kg"),
  11608. name: "Front",
  11609. image: {
  11610. source: "./media/characters/pia-sr/front.svg",
  11611. extra: 760 / 730,
  11612. bottom: 0.015
  11613. }
  11614. },
  11615. back: {
  11616. height: math.unit(2, "m"),
  11617. weight: math.unit(115, "kg"),
  11618. name: "Back",
  11619. image: {
  11620. source: "./media/characters/pia-sr/back.svg",
  11621. extra: 760 / 730,
  11622. bottom: 0.01
  11623. }
  11624. },
  11625. hand: {
  11626. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11627. name: "Hand",
  11628. image: {
  11629. source: "./media/characters/pia-sr/hand.svg"
  11630. }
  11631. },
  11632. foot: {
  11633. height: math.unit(1.83, "feet"),
  11634. name: "Foot",
  11635. image: {
  11636. source: "./media/characters/pia-sr/foot.svg"
  11637. }
  11638. },
  11639. },
  11640. [
  11641. {
  11642. name: "Micro",
  11643. height: math.unit(88, "mm")
  11644. },
  11645. {
  11646. name: "Normal",
  11647. height: math.unit(2, "m"),
  11648. default: true
  11649. },
  11650. {
  11651. name: "Macro",
  11652. height: math.unit(200, "m")
  11653. },
  11654. {
  11655. name: "Megamacro",
  11656. height: math.unit(420, "km")
  11657. },
  11658. ]
  11659. ))
  11660. characterMakers.push(() => makeCharacter(
  11661. { name: "KIBIBYTE" },
  11662. {
  11663. front: {
  11664. height: math.unit(8 + 2 / 12, "feet"),
  11665. weight: math.unit(300, "lb"),
  11666. name: "Front",
  11667. image: {
  11668. source: "./media/characters/kibibyte/front.svg",
  11669. extra: 2221 / 2098,
  11670. bottom: 0.04
  11671. }
  11672. },
  11673. },
  11674. [
  11675. {
  11676. name: "Normal",
  11677. height: math.unit(8 + 2 / 12, "feet"),
  11678. default: true
  11679. },
  11680. {
  11681. name: "Socialable Macro",
  11682. height: math.unit(50, "feet")
  11683. },
  11684. {
  11685. name: "Macro",
  11686. height: math.unit(300, "feet")
  11687. },
  11688. {
  11689. name: "Megamacro",
  11690. height: math.unit(500, "miles")
  11691. },
  11692. ]
  11693. ))
  11694. characterMakers.push(() => makeCharacter(
  11695. { name: "Felix" },
  11696. {
  11697. front: {
  11698. height: math.unit(6, "feet"),
  11699. weight: math.unit(150, "lb"),
  11700. name: "Front",
  11701. image: {
  11702. source: "./media/characters/felix/front.svg",
  11703. extra: 762 / 722,
  11704. bottom: 0.02
  11705. }
  11706. },
  11707. frontClothed: {
  11708. height: math.unit(6, "feet"),
  11709. weight: math.unit(150, "lb"),
  11710. name: "Front (Clothed)",
  11711. image: {
  11712. source: "./media/characters/felix/front-clothed.svg",
  11713. extra: 762 / 722,
  11714. bottom: 0.02
  11715. }
  11716. },
  11717. },
  11718. [
  11719. {
  11720. name: "Normal",
  11721. height: math.unit(6 + 8 / 12, "feet"),
  11722. default: true
  11723. },
  11724. {
  11725. name: "Macro",
  11726. height: math.unit(2600, "feet")
  11727. },
  11728. {
  11729. name: "Megamacro",
  11730. height: math.unit(450, "miles")
  11731. },
  11732. ]
  11733. ))
  11734. characterMakers.push(() => makeCharacter(
  11735. { name: "Tobo" },
  11736. {
  11737. front: {
  11738. height: math.unit(6 + 1 / 12, "feet"),
  11739. weight: math.unit(250, "lb"),
  11740. name: "Front",
  11741. image: {
  11742. source: "./media/characters/tobo/front.svg",
  11743. extra: 608 / 586,
  11744. bottom: 0.023
  11745. }
  11746. },
  11747. back: {
  11748. height: math.unit(6 + 1 / 12, "feet"),
  11749. weight: math.unit(250, "lb"),
  11750. name: "Back",
  11751. image: {
  11752. source: "./media/characters/tobo/back.svg",
  11753. extra: 608 / 586
  11754. }
  11755. },
  11756. },
  11757. [
  11758. {
  11759. name: "Nano",
  11760. height: math.unit(2, "nm")
  11761. },
  11762. {
  11763. name: "Megamicro",
  11764. height: math.unit(0.1, "mm")
  11765. },
  11766. {
  11767. name: "Micro",
  11768. height: math.unit(1, "inch"),
  11769. default: true
  11770. },
  11771. {
  11772. name: "Human-sized",
  11773. height: math.unit(6 + 1 / 12, "feet")
  11774. },
  11775. {
  11776. name: "Macro",
  11777. height: math.unit(250, "feet")
  11778. },
  11779. {
  11780. name: "Megamacro",
  11781. height: math.unit(75, "miles")
  11782. },
  11783. {
  11784. name: "Texas-sized",
  11785. height: math.unit(750, "miles")
  11786. },
  11787. {
  11788. name: "Teramacro",
  11789. height: math.unit(50000, "miles")
  11790. },
  11791. ]
  11792. ))
  11793. characterMakers.push(() => makeCharacter(
  11794. { name: "Danny Kapowsky" },
  11795. {
  11796. front: {
  11797. height: math.unit(6, "feet"),
  11798. weight: math.unit(269, "lb"),
  11799. name: "Front",
  11800. image: {
  11801. source: "./media/characters/danny-kapowsky/front.svg",
  11802. extra: 766 / 736,
  11803. bottom: 0.044
  11804. }
  11805. },
  11806. back: {
  11807. height: math.unit(6, "feet"),
  11808. weight: math.unit(269, "lb"),
  11809. name: "Back",
  11810. image: {
  11811. source: "./media/characters/danny-kapowsky/back.svg",
  11812. extra: 797 / 760,
  11813. bottom: 0.025
  11814. }
  11815. },
  11816. },
  11817. [
  11818. {
  11819. name: "Macro",
  11820. height: math.unit(150, "feet"),
  11821. default: true
  11822. },
  11823. {
  11824. name: "Macro+",
  11825. height: math.unit(200, "feet")
  11826. },
  11827. {
  11828. name: "Macro++",
  11829. height: math.unit(300, "feet")
  11830. },
  11831. {
  11832. name: "Macro+++",
  11833. height: math.unit(400, "feet")
  11834. },
  11835. ]
  11836. ))
  11837. characterMakers.push(() => makeCharacter(
  11838. { name: "Finn" },
  11839. {
  11840. side: {
  11841. height: math.unit(6, "feet"),
  11842. weight: math.unit(170, "lb"),
  11843. name: "Side",
  11844. image: {
  11845. source: "./media/characters/finn/side.svg",
  11846. extra: 1953 / 1807,
  11847. bottom: 0.057
  11848. }
  11849. },
  11850. },
  11851. [
  11852. {
  11853. name: "Megamacro",
  11854. height: math.unit(14445, "feet"),
  11855. default: true
  11856. },
  11857. ]
  11858. ))
  11859. characterMakers.push(() => makeCharacter(
  11860. { name: "Roy" },
  11861. {
  11862. front: {
  11863. height: math.unit(5 + 6 / 12, "feet"),
  11864. weight: math.unit(125, "lb"),
  11865. name: "Front",
  11866. image: {
  11867. source: "./media/characters/roy/front.svg",
  11868. extra: 1,
  11869. bottom: 0.11
  11870. }
  11871. },
  11872. },
  11873. [
  11874. {
  11875. name: "Micro",
  11876. height: math.unit(3, "inches"),
  11877. default: true
  11878. },
  11879. {
  11880. name: "Normal",
  11881. height: math.unit(5 + 6 / 12, "feet")
  11882. },
  11883. {
  11884. name: "Lesser Macro",
  11885. height: math.unit(60, "feet")
  11886. },
  11887. {
  11888. name: "Greater Macro",
  11889. height: math.unit(120, "feet")
  11890. },
  11891. ]
  11892. ))
  11893. characterMakers.push(() => makeCharacter(
  11894. { name: "Aevsivs" },
  11895. {
  11896. front: {
  11897. height: math.unit(6, "feet"),
  11898. weight: math.unit(100, "lb"),
  11899. name: "Front",
  11900. image: {
  11901. source: "./media/characters/aevsivs/front.svg",
  11902. extra: 1,
  11903. bottom: 0.03
  11904. }
  11905. },
  11906. back: {
  11907. height: math.unit(6, "feet"),
  11908. weight: math.unit(100, "lb"),
  11909. name: "Back",
  11910. image: {
  11911. source: "./media/characters/aevsivs/back.svg"
  11912. }
  11913. },
  11914. },
  11915. [
  11916. {
  11917. name: "Micro",
  11918. height: math.unit(2, "inches"),
  11919. default: true
  11920. },
  11921. {
  11922. name: "Normal",
  11923. height: math.unit(5, "feet")
  11924. },
  11925. ]
  11926. ))
  11927. characterMakers.push(() => makeCharacter(
  11928. { name: "Hildegard" },
  11929. {
  11930. front: {
  11931. height: math.unit(5 + 7 / 12, "feet"),
  11932. weight: math.unit(159, "lb"),
  11933. name: "Front",
  11934. image: {
  11935. source: "./media/characters/hildegard/front.svg",
  11936. extra: 312 / 286,
  11937. bottom: 0.005
  11938. }
  11939. },
  11940. },
  11941. [
  11942. {
  11943. name: "Normal",
  11944. height: math.unit(5 + 7 / 12, "feet"),
  11945. default: true
  11946. },
  11947. ]
  11948. ))
  11949. characterMakers.push(() => makeCharacter(
  11950. { name: "Bernard & Wilder" },
  11951. {
  11952. bernard: {
  11953. height: math.unit(2 + 7 / 12, "feet"),
  11954. weight: math.unit(66, "lb"),
  11955. name: "Bernard",
  11956. rename: true,
  11957. image: {
  11958. source: "./media/characters/bernard-wilder/bernard.svg",
  11959. extra: 192 / 128,
  11960. bottom: 0.05
  11961. }
  11962. },
  11963. wilder: {
  11964. height: math.unit(5 + 8 / 12, "feet"),
  11965. weight: math.unit(143, "lb"),
  11966. name: "Wilder",
  11967. rename: true,
  11968. image: {
  11969. source: "./media/characters/bernard-wilder/wilder.svg",
  11970. extra: 361 / 312,
  11971. bottom: 0.02
  11972. }
  11973. },
  11974. },
  11975. [
  11976. {
  11977. name: "Normal",
  11978. height: math.unit(2 + 7 / 12, "feet"),
  11979. default: true
  11980. },
  11981. ]
  11982. ))
  11983. characterMakers.push(() => makeCharacter(
  11984. { name: "Hearth" },
  11985. {
  11986. anthro: {
  11987. height: math.unit(6 + 1 / 12, "feet"),
  11988. weight: math.unit(155, "lb"),
  11989. name: "Anthro",
  11990. image: {
  11991. source: "./media/characters/hearth/anthro.svg",
  11992. extra: 260 / 250,
  11993. bottom: 0.02
  11994. }
  11995. },
  11996. feral: {
  11997. height: math.unit(3.78, "feet"),
  11998. weight: math.unit(35, "kg"),
  11999. name: "Feral",
  12000. image: {
  12001. source: "./media/characters/hearth/feral.svg",
  12002. extra: 153 / 135,
  12003. bottom: 0.03
  12004. }
  12005. },
  12006. },
  12007. [
  12008. {
  12009. name: "Normal",
  12010. height: math.unit(6 + 1 / 12, "feet"),
  12011. default: true
  12012. },
  12013. ]
  12014. ))
  12015. characterMakers.push(() => makeCharacter(
  12016. { name: "Ingrid" },
  12017. {
  12018. front: {
  12019. height: math.unit(6, "feet"),
  12020. weight: math.unit(182, "lb"),
  12021. name: "Front",
  12022. image: {
  12023. source: "./media/characters/ingrid/front.svg",
  12024. extra: 294 / 268,
  12025. bottom: 0.027
  12026. }
  12027. },
  12028. },
  12029. [
  12030. {
  12031. name: "Normal",
  12032. height: math.unit(6, "feet"),
  12033. default: true
  12034. },
  12035. ]
  12036. ))
  12037. characterMakers.push(() => makeCharacter(
  12038. { name: "Malgam" },
  12039. {
  12040. eevee: {
  12041. height: math.unit(2 + 10 / 12, "feet"),
  12042. weight: math.unit(86, "lb"),
  12043. name: "Malgam",
  12044. image: {
  12045. source: "./media/characters/malgam/eevee.svg",
  12046. extra: 218 / 180,
  12047. bottom: 0.2
  12048. }
  12049. },
  12050. sylveon: {
  12051. height: math.unit(4, "feet"),
  12052. weight: math.unit(101, "lb"),
  12053. name: "Future Malgam",
  12054. rename: true,
  12055. image: {
  12056. source: "./media/characters/malgam/sylveon.svg",
  12057. extra: 371 / 325,
  12058. bottom: 0.015
  12059. }
  12060. },
  12061. gigantamax: {
  12062. height: math.unit(50, "feet"),
  12063. name: "Gigantamax Malgam",
  12064. rename: true,
  12065. image: {
  12066. source: "./media/characters/malgam/gigantamax.svg"
  12067. }
  12068. },
  12069. },
  12070. [
  12071. {
  12072. name: "Normal",
  12073. height: math.unit(2 + 10 / 12, "feet"),
  12074. default: true
  12075. },
  12076. ]
  12077. ))
  12078. characterMakers.push(() => makeCharacter(
  12079. { name: "Fleur" },
  12080. {
  12081. front: {
  12082. height: math.unit(5 + 11 / 12, "feet"),
  12083. weight: math.unit(188, "lb"),
  12084. name: "Front",
  12085. image: {
  12086. source: "./media/characters/fleur/front.svg",
  12087. extra: 309 / 283,
  12088. bottom: 0.007
  12089. }
  12090. },
  12091. },
  12092. [
  12093. {
  12094. name: "Normal",
  12095. height: math.unit(5 + 11 / 12, "feet"),
  12096. default: true
  12097. },
  12098. ]
  12099. ))
  12100. characterMakers.push(() => makeCharacter(
  12101. { name: "Jude" },
  12102. {
  12103. front: {
  12104. height: math.unit(5 + 4 / 12, "feet"),
  12105. weight: math.unit(122, "lb"),
  12106. name: "Front",
  12107. image: {
  12108. source: "./media/characters/jude/front.svg",
  12109. extra: 288 / 273,
  12110. bottom: 0.03
  12111. }
  12112. },
  12113. },
  12114. [
  12115. {
  12116. name: "Normal",
  12117. height: math.unit(5 + 4 / 12, "feet"),
  12118. default: true
  12119. },
  12120. ]
  12121. ))
  12122. characterMakers.push(() => makeCharacter(
  12123. { name: "Seara" },
  12124. {
  12125. front: {
  12126. height: math.unit(5 + 11 / 12, "feet"),
  12127. weight: math.unit(190, "lb"),
  12128. name: "Front",
  12129. image: {
  12130. source: "./media/characters/seara/front.svg",
  12131. extra: 1,
  12132. bottom: 0.05
  12133. }
  12134. },
  12135. },
  12136. [
  12137. {
  12138. name: "Normal",
  12139. height: math.unit(5 + 11 / 12, "feet"),
  12140. default: true
  12141. },
  12142. ]
  12143. ))
  12144. characterMakers.push(() => makeCharacter(
  12145. { name: "Caspian" },
  12146. {
  12147. front: {
  12148. height: math.unit(16 + 5 / 12, "feet"),
  12149. weight: math.unit(524, "lb"),
  12150. name: "Front",
  12151. image: {
  12152. source: "./media/characters/caspian/front.svg",
  12153. extra: 1,
  12154. bottom: 0.04
  12155. }
  12156. },
  12157. },
  12158. [
  12159. {
  12160. name: "Normal",
  12161. height: math.unit(16 + 5 / 12, "feet"),
  12162. default: true
  12163. },
  12164. ]
  12165. ))
  12166. characterMakers.push(() => makeCharacter(
  12167. { name: "Mika" },
  12168. {
  12169. front: {
  12170. height: math.unit(5 + 7 / 12, "feet"),
  12171. weight: math.unit(170, "lb"),
  12172. name: "Front",
  12173. image: {
  12174. source: "./media/characters/mika/front.svg",
  12175. extra: 1,
  12176. bottom: 0.016
  12177. }
  12178. },
  12179. },
  12180. [
  12181. {
  12182. name: "Normal",
  12183. height: math.unit(5 + 7 / 12, "feet"),
  12184. default: true
  12185. },
  12186. ]
  12187. ))
  12188. characterMakers.push(() => makeCharacter(
  12189. { name: "Sol" },
  12190. {
  12191. front: {
  12192. height: math.unit(6 + 2 / 12, "feet"),
  12193. weight: math.unit(268, "lb"),
  12194. name: "Front",
  12195. image: {
  12196. source: "./media/characters/sol/front.svg",
  12197. extra: 247 / 231,
  12198. bottom: 0.05
  12199. }
  12200. },
  12201. },
  12202. [
  12203. {
  12204. name: "Normal",
  12205. height: math.unit(6 + 2 / 12, "feet"),
  12206. default: true
  12207. },
  12208. ]
  12209. ))
  12210. characterMakers.push(() => makeCharacter(
  12211. { name: "Umiko" },
  12212. {
  12213. buizel: {
  12214. height: math.unit(2 + 5 / 12, "feet"),
  12215. weight: math.unit(87, "lb"),
  12216. name: "Buizel",
  12217. image: {
  12218. source: "./media/characters/umiko/buizel.svg",
  12219. extra: 172 / 157,
  12220. bottom: 0.01
  12221. }
  12222. },
  12223. floatzel: {
  12224. height: math.unit(5 + 9 / 12, "feet"),
  12225. weight: math.unit(250, "lb"),
  12226. name: "Floatzel",
  12227. image: {
  12228. source: "./media/characters/umiko/floatzel.svg",
  12229. extra: 262 / 248
  12230. }
  12231. },
  12232. },
  12233. [
  12234. {
  12235. name: "Normal",
  12236. height: math.unit(2 + 5 / 12, "feet"),
  12237. default: true
  12238. },
  12239. ]
  12240. ))
  12241. characterMakers.push(() => makeCharacter(
  12242. { name: "Iliac" },
  12243. {
  12244. front: {
  12245. height: math.unit(6 + 2 / 12, "feet"),
  12246. weight: math.unit(146, "lb"),
  12247. name: "Front",
  12248. image: {
  12249. source: "./media/characters/iliac/front.svg",
  12250. extra: 389 / 365,
  12251. bottom: 0.035
  12252. }
  12253. },
  12254. },
  12255. [
  12256. {
  12257. name: "Normal",
  12258. height: math.unit(6 + 2 / 12, "feet"),
  12259. default: true
  12260. },
  12261. ]
  12262. ))
  12263. characterMakers.push(() => makeCharacter(
  12264. { name: "Topaz" },
  12265. {
  12266. front: {
  12267. height: math.unit(6, "feet"),
  12268. weight: math.unit(170, "lb"),
  12269. name: "Front",
  12270. image: {
  12271. source: "./media/characters/topaz/front.svg",
  12272. extra: 317 / 303,
  12273. bottom: 0.055
  12274. }
  12275. },
  12276. },
  12277. [
  12278. {
  12279. name: "Normal",
  12280. height: math.unit(6, "feet"),
  12281. default: true
  12282. },
  12283. ]
  12284. ))
  12285. characterMakers.push(() => makeCharacter(
  12286. { name: "Gabriel" },
  12287. {
  12288. front: {
  12289. height: math.unit(5 + 11 / 12, "feet"),
  12290. weight: math.unit(144, "lb"),
  12291. name: "Front",
  12292. image: {
  12293. source: "./media/characters/gabriel/front.svg",
  12294. extra: 285 / 262,
  12295. bottom: 0.004
  12296. }
  12297. },
  12298. },
  12299. [
  12300. {
  12301. name: "Normal",
  12302. height: math.unit(5 + 11 / 12, "feet"),
  12303. default: true
  12304. },
  12305. ]
  12306. ))
  12307. characterMakers.push(() => makeCharacter(
  12308. { name: "Tempest (Suicune)" },
  12309. {
  12310. side: {
  12311. height: math.unit(6 + 5 / 12, "feet"),
  12312. weight: math.unit(300, "lb"),
  12313. name: "Side",
  12314. image: {
  12315. source: "./media/characters/tempest-suicune/side.svg",
  12316. extra: 195 / 154,
  12317. bottom: 0.04
  12318. }
  12319. },
  12320. },
  12321. [
  12322. {
  12323. name: "Normal",
  12324. height: math.unit(6 + 5 / 12, "feet"),
  12325. default: true
  12326. },
  12327. ]
  12328. ))
  12329. characterMakers.push(() => makeCharacter(
  12330. { name: "Vulcan" },
  12331. {
  12332. front: {
  12333. height: math.unit(7 + 2 / 12, "feet"),
  12334. weight: math.unit(322, "lb"),
  12335. name: "Front",
  12336. image: {
  12337. source: "./media/characters/vulcan/front.svg",
  12338. extra: 154 / 147,
  12339. bottom: 0.04
  12340. }
  12341. },
  12342. },
  12343. [
  12344. {
  12345. name: "Normal",
  12346. height: math.unit(7 + 2 / 12, "feet"),
  12347. default: true
  12348. },
  12349. ]
  12350. ))
  12351. characterMakers.push(() => makeCharacter(
  12352. { name: "Gault" },
  12353. {
  12354. front: {
  12355. height: math.unit(5 + 10 / 12, "feet"),
  12356. weight: math.unit(264, "lb"),
  12357. name: "Front",
  12358. image: {
  12359. source: "./media/characters/gault/front.svg",
  12360. extra: 161 / 140,
  12361. bottom: 0.028
  12362. }
  12363. },
  12364. },
  12365. [
  12366. {
  12367. name: "Normal",
  12368. height: math.unit(5 + 10 / 12, "feet"),
  12369. default: true
  12370. },
  12371. ]
  12372. ))
  12373. characterMakers.push(() => makeCharacter(
  12374. { name: "Shard" },
  12375. {
  12376. front: {
  12377. height: math.unit(6, "feet"),
  12378. weight: math.unit(150, "lb"),
  12379. name: "Front",
  12380. image: {
  12381. source: "./media/characters/shard/front.svg",
  12382. extra: 273 / 238,
  12383. bottom: 0.02
  12384. }
  12385. },
  12386. },
  12387. [
  12388. {
  12389. name: "Normal",
  12390. height: math.unit(3 + 6 / 12, "feet"),
  12391. default: true
  12392. },
  12393. ]
  12394. ))
  12395. characterMakers.push(() => makeCharacter(
  12396. { name: "Ashe" },
  12397. {
  12398. front: {
  12399. height: math.unit(5 + 11 / 12, "feet"),
  12400. weight: math.unit(146, "lb"),
  12401. name: "Front",
  12402. image: {
  12403. source: "./media/characters/ashe/front.svg",
  12404. extra: 400 / 373,
  12405. bottom: 0.01
  12406. }
  12407. },
  12408. },
  12409. [
  12410. {
  12411. name: "Normal",
  12412. height: math.unit(5 + 11 / 12, "feet"),
  12413. default: true
  12414. },
  12415. ]
  12416. ))
  12417. characterMakers.push(() => makeCharacter(
  12418. { name: "Beatrix" },
  12419. {
  12420. front: {
  12421. height: math.unit(5 + 5 / 12, "feet"),
  12422. weight: math.unit(135, "lb"),
  12423. name: "Front",
  12424. image: {
  12425. source: "./media/characters/beatrix/front.svg",
  12426. extra: 392 / 379,
  12427. bottom: 0.01
  12428. }
  12429. },
  12430. },
  12431. [
  12432. {
  12433. name: "Normal",
  12434. height: math.unit(6, "feet"),
  12435. default: true
  12436. },
  12437. ]
  12438. ))
  12439. characterMakers.push(() => makeCharacter(
  12440. { name: "Ignatius" },
  12441. {
  12442. front: {
  12443. height: math.unit(6, "feet"),
  12444. weight: math.unit(150, "lb"),
  12445. name: "Front",
  12446. image: {
  12447. source: "./media/characters/ignatius/front.svg",
  12448. extra: 245 / 222,
  12449. bottom: 0.01
  12450. }
  12451. },
  12452. },
  12453. [
  12454. {
  12455. name: "Normal",
  12456. height: math.unit(5 + 5 / 12, "feet"),
  12457. default: true
  12458. },
  12459. ]
  12460. ))
  12461. characterMakers.push(() => makeCharacter(
  12462. { name: "Mei Li" },
  12463. {
  12464. front: {
  12465. height: math.unit(6 + 2 / 12, "feet"),
  12466. weight: math.unit(138, "lb"),
  12467. name: "Front",
  12468. image: {
  12469. source: "./media/characters/mei-li/front.svg",
  12470. extra: 237 / 229,
  12471. bottom: 0.03
  12472. }
  12473. },
  12474. },
  12475. [
  12476. {
  12477. name: "Normal",
  12478. height: math.unit(6 + 2 / 12, "feet"),
  12479. default: true
  12480. },
  12481. ]
  12482. ))
  12483. characterMakers.push(() => makeCharacter(
  12484. { name: "Puru" },
  12485. {
  12486. front: {
  12487. height: math.unit(2 + 4 / 12, "feet"),
  12488. weight: math.unit(62, "lb"),
  12489. name: "Front",
  12490. image: {
  12491. source: "./media/characters/puru/front.svg",
  12492. extra: 206 / 149,
  12493. bottom: 0.06
  12494. }
  12495. },
  12496. },
  12497. [
  12498. {
  12499. name: "Normal",
  12500. height: math.unit(2 + 4 / 12, "feet"),
  12501. default: true
  12502. },
  12503. ]
  12504. ))
  12505. characterMakers.push(() => makeCharacter(
  12506. { name: "Kee" },
  12507. {
  12508. taur: {
  12509. height: math.unit(11, "feet"),
  12510. weight: math.unit(500, "lb"),
  12511. name: "Taur",
  12512. image: {
  12513. source: "./media/characters/kee/taur.svg",
  12514. extra: 1,
  12515. bottom: 0.04
  12516. }
  12517. },
  12518. },
  12519. [
  12520. {
  12521. name: "Normal",
  12522. height: math.unit(11, "feet"),
  12523. default: true
  12524. },
  12525. ]
  12526. ))
  12527. characterMakers.push(() => makeCharacter(
  12528. { name: "Cobalt (Dracha)" },
  12529. {
  12530. anthro: {
  12531. height: math.unit(7, "feet"),
  12532. weight: math.unit(190, "lb"),
  12533. name: "Anthro",
  12534. image: {
  12535. source: "./media/characters/cobalt-dracha/anthro.svg",
  12536. extra: 231 / 225,
  12537. bottom: 0.04
  12538. }
  12539. },
  12540. feral: {
  12541. height: math.unit(9 + 7 / 12, "feet"),
  12542. weight: math.unit(294, "lb"),
  12543. name: "Feral",
  12544. image: {
  12545. source: "./media/characters/cobalt-dracha/feral.svg",
  12546. extra: 692 / 633,
  12547. bottom: 0.05
  12548. }
  12549. },
  12550. },
  12551. [
  12552. {
  12553. name: "Normal",
  12554. height: math.unit(7, "feet"),
  12555. default: true
  12556. },
  12557. ]
  12558. ))
  12559. characterMakers.push(() => makeCharacter(
  12560. { name: "Java" },
  12561. {
  12562. fallen: {
  12563. height: math.unit(11 + 8 / 12, "feet"),
  12564. weight: math.unit(485, "lb"),
  12565. name: "Java (Fallen)",
  12566. rename: true,
  12567. image: {
  12568. source: "./media/characters/java/fallen.svg",
  12569. extra: 226 / 208,
  12570. bottom: 0.005
  12571. }
  12572. },
  12573. godkin: {
  12574. height: math.unit(10 + 6 / 12, "feet"),
  12575. weight: math.unit(328, "lb"),
  12576. name: "Java (Godkin)",
  12577. rename: true,
  12578. image: {
  12579. source: "./media/characters/java/godkin.svg",
  12580. extra: 270 / 262,
  12581. bottom: 0.02
  12582. }
  12583. },
  12584. },
  12585. [
  12586. {
  12587. name: "Normal",
  12588. height: math.unit(11 + 8 / 12, "feet"),
  12589. default: true
  12590. },
  12591. ]
  12592. ))
  12593. characterMakers.push(() => makeCharacter(
  12594. { name: "Skoll" },
  12595. {
  12596. front: {
  12597. height: math.unit(7 + 8 / 12, "feet"),
  12598. weight: math.unit(320, "lb"),
  12599. name: "Front",
  12600. image: {
  12601. source: "./media/characters/skoll/front.svg",
  12602. extra: 232 / 220,
  12603. bottom: 0.02
  12604. }
  12605. },
  12606. },
  12607. [
  12608. {
  12609. name: "Normal",
  12610. height: math.unit(7 + 8 / 12, "feet"),
  12611. default: true
  12612. },
  12613. ]
  12614. ))
  12615. characterMakers.push(() => makeCharacter(
  12616. { name: "Purna" },
  12617. {
  12618. front: {
  12619. height: math.unit(5 + 9 / 12, "feet"),
  12620. weight: math.unit(170, "lb"),
  12621. name: "Front",
  12622. image: {
  12623. source: "./media/characters/purna/front.svg",
  12624. extra: 239 / 229,
  12625. bottom: 0.01
  12626. }
  12627. },
  12628. },
  12629. [
  12630. {
  12631. name: "Normal",
  12632. height: math.unit(5 + 9 / 12, "feet"),
  12633. default: true
  12634. },
  12635. ]
  12636. ))
  12637. characterMakers.push(() => makeCharacter(
  12638. { name: "Kuva" },
  12639. {
  12640. front: {
  12641. height: math.unit(5 + 9 / 12, "feet"),
  12642. weight: math.unit(142, "lb"),
  12643. name: "Front",
  12644. image: {
  12645. source: "./media/characters/kuva/front.svg",
  12646. extra: 281 / 271,
  12647. bottom: 0.006
  12648. }
  12649. },
  12650. },
  12651. [
  12652. {
  12653. name: "Normal",
  12654. height: math.unit(5 + 9 / 12, "feet"),
  12655. default: true
  12656. },
  12657. ]
  12658. ))
  12659. characterMakers.push(() => makeCharacter(
  12660. { name: "Embra" },
  12661. {
  12662. anthro: {
  12663. height: math.unit(9 + 2 / 12, "feet"),
  12664. weight: math.unit(270, "lb"),
  12665. name: "Anthro",
  12666. image: {
  12667. source: "./media/characters/embra/anthro.svg",
  12668. extra: 200 / 187,
  12669. bottom: 0.02
  12670. }
  12671. },
  12672. feral: {
  12673. height: math.unit(18 + 8 / 12, "feet"),
  12674. weight: math.unit(576, "lb"),
  12675. name: "Feral",
  12676. image: {
  12677. source: "./media/characters/embra/feral.svg",
  12678. extra: 152 / 137,
  12679. bottom: 0.037
  12680. }
  12681. },
  12682. },
  12683. [
  12684. {
  12685. name: "Normal",
  12686. height: math.unit(9 + 2 / 12, "feet"),
  12687. default: true
  12688. },
  12689. ]
  12690. ))
  12691. characterMakers.push(() => makeCharacter(
  12692. { name: "Grottos" },
  12693. {
  12694. anthro: {
  12695. height: math.unit(10 + 9 / 12, "feet"),
  12696. weight: math.unit(224, "lb"),
  12697. name: "Anthro",
  12698. image: {
  12699. source: "./media/characters/grottos/anthro.svg",
  12700. extra: 350 / 332,
  12701. bottom: 0.045
  12702. }
  12703. },
  12704. feral: {
  12705. height: math.unit(20 + 7 / 12, "feet"),
  12706. weight: math.unit(629, "lb"),
  12707. name: "Feral",
  12708. image: {
  12709. source: "./media/characters/grottos/feral.svg",
  12710. extra: 207 / 190,
  12711. bottom: 0.05
  12712. }
  12713. },
  12714. },
  12715. [
  12716. {
  12717. name: "Normal",
  12718. height: math.unit(10 + 9 / 12, "feet"),
  12719. default: true
  12720. },
  12721. ]
  12722. ))
  12723. characterMakers.push(() => makeCharacter(
  12724. { name: "Frifna" },
  12725. {
  12726. anthro: {
  12727. height: math.unit(9 + 6 / 12, "feet"),
  12728. weight: math.unit(298, "lb"),
  12729. name: "Anthro",
  12730. image: {
  12731. source: "./media/characters/frifna/anthro.svg",
  12732. extra: 282 / 269,
  12733. bottom: 0.015
  12734. }
  12735. },
  12736. feral: {
  12737. height: math.unit(16 + 2 / 12, "feet"),
  12738. weight: math.unit(624, "lb"),
  12739. name: "Feral",
  12740. image: {
  12741. source: "./media/characters/frifna/feral.svg"
  12742. }
  12743. },
  12744. },
  12745. [
  12746. {
  12747. name: "Normal",
  12748. height: math.unit(9 + 6 / 12, "feet"),
  12749. default: true
  12750. },
  12751. ]
  12752. ))
  12753. characterMakers.push(() => makeCharacter(
  12754. { name: "Elise" },
  12755. {
  12756. front: {
  12757. height: math.unit(6 + 2 / 12, "feet"),
  12758. weight: math.unit(168, "lb"),
  12759. name: "Front",
  12760. image: {
  12761. source: "./media/characters/elise/front.svg",
  12762. extra: 276 / 271
  12763. }
  12764. },
  12765. },
  12766. [
  12767. {
  12768. name: "Normal",
  12769. height: math.unit(6 + 2 / 12, "feet"),
  12770. default: true
  12771. },
  12772. ]
  12773. ))
  12774. characterMakers.push(() => makeCharacter(
  12775. { name: "Glade" },
  12776. {
  12777. front: {
  12778. height: math.unit(5 + 10 / 12, "feet"),
  12779. weight: math.unit(210, "lb"),
  12780. name: "Front",
  12781. image: {
  12782. source: "./media/characters/glade/front.svg",
  12783. extra: 258 / 247,
  12784. bottom: 0.008
  12785. }
  12786. },
  12787. },
  12788. [
  12789. {
  12790. name: "Normal",
  12791. height: math.unit(5 + 10 / 12, "feet"),
  12792. default: true
  12793. },
  12794. ]
  12795. ))
  12796. characterMakers.push(() => makeCharacter(
  12797. { name: "Rina" },
  12798. {
  12799. front: {
  12800. height: math.unit(5 + 10 / 12, "feet"),
  12801. weight: math.unit(129, "lb"),
  12802. name: "Front",
  12803. image: {
  12804. source: "./media/characters/rina/front.svg",
  12805. extra: 266 / 255,
  12806. bottom: 0.005
  12807. }
  12808. },
  12809. },
  12810. [
  12811. {
  12812. name: "Normal",
  12813. height: math.unit(5 + 10 / 12, "feet"),
  12814. default: true
  12815. },
  12816. ]
  12817. ))
  12818. characterMakers.push(() => makeCharacter(
  12819. { name: "Veronica" },
  12820. {
  12821. front: {
  12822. height: math.unit(6 + 1 / 12, "feet"),
  12823. weight: math.unit(192, "lb"),
  12824. name: "Front",
  12825. image: {
  12826. source: "./media/characters/veronica/front.svg",
  12827. extra: 319 / 309,
  12828. bottom: 0.005
  12829. }
  12830. },
  12831. },
  12832. [
  12833. {
  12834. name: "Normal",
  12835. height: math.unit(6 + 1 / 12, "feet"),
  12836. default: true
  12837. },
  12838. ]
  12839. ))
  12840. characterMakers.push(() => makeCharacter(
  12841. { name: "Braxton" },
  12842. {
  12843. front: {
  12844. height: math.unit(9 + 3 / 12, "feet"),
  12845. weight: math.unit(1100, "lb"),
  12846. name: "Front",
  12847. image: {
  12848. source: "./media/characters/braxton/front.svg",
  12849. extra: 1057 / 984,
  12850. bottom: 0.05
  12851. }
  12852. },
  12853. },
  12854. [
  12855. {
  12856. name: "Normal",
  12857. height: math.unit(9 + 3 / 12, "feet")
  12858. },
  12859. {
  12860. name: "Giant",
  12861. height: math.unit(300, "feet"),
  12862. default: true
  12863. },
  12864. {
  12865. name: "Macro",
  12866. height: math.unit(700, "feet")
  12867. },
  12868. {
  12869. name: "Megamacro",
  12870. height: math.unit(6000, "feet")
  12871. },
  12872. ]
  12873. ))
  12874. characterMakers.push(() => makeCharacter(
  12875. { name: "Blue Feyonics" },
  12876. {
  12877. front: {
  12878. height: math.unit(6 + 7 / 12, "feet"),
  12879. weight: math.unit(150, "lb"),
  12880. name: "Front",
  12881. image: {
  12882. source: "./media/characters/blue-feyonics/front.svg",
  12883. extra: 1403 / 1306,
  12884. bottom: 0.047
  12885. }
  12886. },
  12887. },
  12888. [
  12889. {
  12890. name: "Normal",
  12891. height: math.unit(6 + 7 / 12, "feet"),
  12892. default: true
  12893. },
  12894. ]
  12895. ))
  12896. characterMakers.push(() => makeCharacter(
  12897. { name: "Maxwell" },
  12898. {
  12899. front: {
  12900. height: math.unit(1.8, "meters"),
  12901. weight: math.unit(60, "kg"),
  12902. name: "Front",
  12903. image: {
  12904. source: "./media/characters/maxwell/front.svg",
  12905. extra: 2060 / 1873
  12906. }
  12907. },
  12908. },
  12909. [
  12910. {
  12911. name: "Micro",
  12912. height: math.unit(1, "mm")
  12913. },
  12914. {
  12915. name: "Normal",
  12916. height: math.unit(1.8, "meter"),
  12917. default: true
  12918. },
  12919. {
  12920. name: "Macro",
  12921. height: math.unit(30, "meters")
  12922. },
  12923. {
  12924. name: "Megamacro",
  12925. height: math.unit(10, "km")
  12926. },
  12927. ]
  12928. ))
  12929. characterMakers.push(() => makeCharacter(
  12930. { name: "Jack" },
  12931. {
  12932. front: {
  12933. height: math.unit(6, "feet"),
  12934. weight: math.unit(150, "lb"),
  12935. name: "Front",
  12936. image: {
  12937. source: "./media/characters/jack/front.svg",
  12938. extra: 1754 / 1640,
  12939. bottom: 0.01
  12940. }
  12941. },
  12942. },
  12943. [
  12944. {
  12945. name: "Normal",
  12946. height: math.unit(80000, "feet"),
  12947. default: true
  12948. },
  12949. {
  12950. name: "Max size",
  12951. height: math.unit(10, "lightyears")
  12952. },
  12953. ]
  12954. ))
  12955. characterMakers.push(() => makeCharacter(
  12956. { name: "Cafat" },
  12957. {
  12958. upright: {
  12959. height: math.unit(7, "feet"),
  12960. weight: math.unit(170, "lb"),
  12961. name: "Upright",
  12962. image: {
  12963. source: "./media/characters/cafat/upright.svg",
  12964. bottom: 0.01
  12965. }
  12966. },
  12967. uprightFull: {
  12968. height: math.unit(7, "feet"),
  12969. weight: math.unit(170, "lb"),
  12970. name: "Upright (Full)",
  12971. image: {
  12972. source: "./media/characters/cafat/upright-full.svg",
  12973. bottom: 0.01
  12974. }
  12975. },
  12976. side: {
  12977. height: math.unit(5, "feet"),
  12978. weight: math.unit(150, "lb"),
  12979. name: "Side",
  12980. image: {
  12981. source: "./media/characters/cafat/side.svg"
  12982. }
  12983. },
  12984. },
  12985. [
  12986. {
  12987. name: "Small",
  12988. height: math.unit(7, "feet"),
  12989. default: true
  12990. },
  12991. {
  12992. name: "Large",
  12993. height: math.unit(15.5, "feet")
  12994. },
  12995. ]
  12996. ))
  12997. characterMakers.push(() => makeCharacter(
  12998. { name: "Verin Raharra" },
  12999. {
  13000. front: {
  13001. height: math.unit(6, "feet"),
  13002. weight: math.unit(150, "lb"),
  13003. name: "Front",
  13004. image: {
  13005. source: "./media/characters/verin-raharra/front.svg",
  13006. extra: 5019 / 4835,
  13007. bottom: 0.023
  13008. }
  13009. },
  13010. },
  13011. [
  13012. {
  13013. name: "Normal",
  13014. height: math.unit(7 + 5 / 12, "feet"),
  13015. default: true
  13016. },
  13017. {
  13018. name: "Upsized",
  13019. height: math.unit(20, "feet")
  13020. },
  13021. ]
  13022. ))
  13023. characterMakers.push(() => makeCharacter(
  13024. { name: "Nakata" },
  13025. {
  13026. front: {
  13027. height: math.unit(7, "feet"),
  13028. weight: math.unit(230, "lb"),
  13029. name: "Front",
  13030. image: {
  13031. source: "./media/characters/nakata/front.svg",
  13032. extra: 1.005,
  13033. bottom: 0.01
  13034. }
  13035. },
  13036. },
  13037. [
  13038. {
  13039. name: "Normal",
  13040. height: math.unit(7, "feet"),
  13041. default: true
  13042. },
  13043. {
  13044. name: "Big",
  13045. height: math.unit(14, "feet")
  13046. },
  13047. {
  13048. name: "Macro",
  13049. height: math.unit(400, "feet")
  13050. },
  13051. ]
  13052. ))
  13053. characterMakers.push(() => makeCharacter(
  13054. { name: "Lily" },
  13055. {
  13056. front: {
  13057. height: math.unit(4.91, "feet"),
  13058. weight: math.unit(100, "lb"),
  13059. name: "Front",
  13060. image: {
  13061. source: "./media/characters/lily/front.svg",
  13062. extra: 1585 / 1415,
  13063. bottom: 0.02
  13064. }
  13065. },
  13066. },
  13067. [
  13068. {
  13069. name: "Normal",
  13070. height: math.unit(4.91, "feet"),
  13071. default: true
  13072. },
  13073. ]
  13074. ))
  13075. characterMakers.push(() => makeCharacter(
  13076. { name: "Sheila" },
  13077. {
  13078. laying: {
  13079. height: math.unit(4 + 4 / 12, "feet"),
  13080. weight: math.unit(600, "lb"),
  13081. name: "Laying",
  13082. image: {
  13083. source: "./media/characters/sheila/laying.svg",
  13084. extra: 1333 / 1265,
  13085. bottom: 0.16
  13086. }
  13087. },
  13088. },
  13089. [
  13090. {
  13091. name: "Normal",
  13092. height: math.unit(4 + 4 / 12, "feet"),
  13093. default: true
  13094. },
  13095. ]
  13096. ))
  13097. characterMakers.push(() => makeCharacter(
  13098. { name: "Sax" },
  13099. {
  13100. front: {
  13101. height: math.unit(6, "feet"),
  13102. weight: math.unit(190, "lb"),
  13103. name: "Front",
  13104. image: {
  13105. source: "./media/characters/sax/front.svg",
  13106. extra: 1187 / 973,
  13107. bottom: 0.042
  13108. }
  13109. },
  13110. },
  13111. [
  13112. {
  13113. name: "Micro",
  13114. height: math.unit(4, "inches"),
  13115. default: true
  13116. },
  13117. ]
  13118. ))
  13119. characterMakers.push(() => makeCharacter(
  13120. { name: "Pandora" },
  13121. {
  13122. front: {
  13123. height: math.unit(6, "feet"),
  13124. weight: math.unit(150, "lb"),
  13125. name: "Front",
  13126. image: {
  13127. source: "./media/characters/pandora/front.svg",
  13128. extra: 2720 / 2556,
  13129. bottom: 0.015
  13130. }
  13131. },
  13132. back: {
  13133. height: math.unit(6, "feet"),
  13134. weight: math.unit(150, "lb"),
  13135. name: "Back",
  13136. image: {
  13137. source: "./media/characters/pandora/back.svg",
  13138. extra: 2720 / 2556,
  13139. bottom: 0.01
  13140. }
  13141. },
  13142. beans: {
  13143. height: math.unit(6 / 8, "feet"),
  13144. name: "Beans",
  13145. image: {
  13146. source: "./media/characters/pandora/beans.svg"
  13147. }
  13148. },
  13149. skirt: {
  13150. height: math.unit(6, "feet"),
  13151. weight: math.unit(150, "lb"),
  13152. name: "Skirt",
  13153. image: {
  13154. source: "./media/characters/pandora/skirt.svg",
  13155. extra: 1622 / 1525,
  13156. bottom: 0.015
  13157. }
  13158. },
  13159. hoodie: {
  13160. height: math.unit(6, "feet"),
  13161. weight: math.unit(150, "lb"),
  13162. name: "Hoodie",
  13163. image: {
  13164. source: "./media/characters/pandora/hoodie.svg",
  13165. extra: 1622 / 1525,
  13166. bottom: 0.015
  13167. }
  13168. },
  13169. casual: {
  13170. height: math.unit(6, "feet"),
  13171. weight: math.unit(150, "lb"),
  13172. name: "Casual",
  13173. image: {
  13174. source: "./media/characters/pandora/casual.svg",
  13175. extra: 1622 / 1525,
  13176. bottom: 0.015
  13177. }
  13178. },
  13179. },
  13180. [
  13181. {
  13182. name: "Normal",
  13183. height: math.unit(6, "feet")
  13184. },
  13185. {
  13186. name: "Big Steppy",
  13187. height: math.unit(1, "km"),
  13188. default: true
  13189. },
  13190. ]
  13191. ))
  13192. characterMakers.push(() => makeCharacter(
  13193. { name: "Venio Darcony" },
  13194. {
  13195. side: {
  13196. height: math.unit(10, "feet"),
  13197. weight: math.unit(800, "kg"),
  13198. name: "Side",
  13199. image: {
  13200. source: "./media/characters/venio-darcony/side.svg",
  13201. extra: 1373 / 1003,
  13202. bottom: 0.037
  13203. }
  13204. },
  13205. front: {
  13206. height: math.unit(19, "feet"),
  13207. weight: math.unit(800, "kg"),
  13208. name: "Front",
  13209. image: {
  13210. source: "./media/characters/venio-darcony/front.svg"
  13211. }
  13212. },
  13213. back: {
  13214. height: math.unit(19, "feet"),
  13215. weight: math.unit(800, "kg"),
  13216. name: "Back",
  13217. image: {
  13218. source: "./media/characters/venio-darcony/back.svg"
  13219. }
  13220. },
  13221. },
  13222. [
  13223. {
  13224. name: "Normal",
  13225. height: math.unit(10, "feet")
  13226. },
  13227. {
  13228. name: "Macro",
  13229. height: math.unit(130, "feet"),
  13230. default: true
  13231. },
  13232. {
  13233. name: "Macro+",
  13234. height: math.unit(240, "feet")
  13235. },
  13236. ]
  13237. ))
  13238. characterMakers.push(() => makeCharacter(
  13239. { name: "Veski" },
  13240. {
  13241. front: {
  13242. height: math.unit(6, "feet"),
  13243. weight: math.unit(150, "lb"),
  13244. name: "Front",
  13245. image: {
  13246. source: "./media/characters/veski/front.svg",
  13247. extra: 1299 / 1225,
  13248. bottom: 0.04
  13249. }
  13250. },
  13251. back: {
  13252. height: math.unit(6, "feet"),
  13253. weight: math.unit(150, "lb"),
  13254. name: "Back",
  13255. image: {
  13256. source: "./media/characters/veski/back.svg",
  13257. extra: 1299 / 1225,
  13258. bottom: 0.008
  13259. }
  13260. },
  13261. maw: {
  13262. height: math.unit(1.5 * 1.21, "feet"),
  13263. name: "Maw",
  13264. image: {
  13265. source: "./media/characters/veski/maw.svg"
  13266. }
  13267. },
  13268. },
  13269. [
  13270. {
  13271. name: "Macro",
  13272. height: math.unit(2, "km"),
  13273. default: true
  13274. },
  13275. ]
  13276. ))
  13277. characterMakers.push(() => makeCharacter(
  13278. { name: "Isabelle" },
  13279. {
  13280. front: {
  13281. height: math.unit(5 + 7 / 12, "feet"),
  13282. name: "Front",
  13283. image: {
  13284. source: "./media/characters/isabelle/front.svg",
  13285. extra: 2130 / 1976,
  13286. bottom: 0.05
  13287. }
  13288. },
  13289. },
  13290. [
  13291. {
  13292. name: "Supermicro",
  13293. height: math.unit(10, "micrometers")
  13294. },
  13295. {
  13296. name: "Micro",
  13297. height: math.unit(1, "inch")
  13298. },
  13299. {
  13300. name: "Tiny",
  13301. height: math.unit(5, "inches")
  13302. },
  13303. {
  13304. name: "Standard",
  13305. height: math.unit(5 + 7 / 12, "inches")
  13306. },
  13307. {
  13308. name: "Macro",
  13309. height: math.unit(80, "meters"),
  13310. default: true
  13311. },
  13312. {
  13313. name: "Megamacro",
  13314. height: math.unit(250, "meters")
  13315. },
  13316. {
  13317. name: "Gigamacro",
  13318. height: math.unit(5, "km")
  13319. },
  13320. {
  13321. name: "Cosmic",
  13322. height: math.unit(2.5e6, "miles")
  13323. },
  13324. ]
  13325. ))
  13326. characterMakers.push(() => makeCharacter(
  13327. { name: "Hanzo" },
  13328. {
  13329. front: {
  13330. height: math.unit(6, "feet"),
  13331. weight: math.unit(150, "lb"),
  13332. name: "Front",
  13333. image: {
  13334. source: "./media/characters/hanzo/front.svg",
  13335. extra: 374 / 344,
  13336. bottom: 0.02
  13337. }
  13338. },
  13339. },
  13340. [
  13341. {
  13342. name: "Normal",
  13343. height: math.unit(8, "feet"),
  13344. default: true
  13345. },
  13346. ]
  13347. ))
  13348. characterMakers.push(() => makeCharacter(
  13349. { name: "Anna" },
  13350. {
  13351. front: {
  13352. height: math.unit(7, "feet"),
  13353. weight: math.unit(130, "lb"),
  13354. name: "Front",
  13355. image: {
  13356. source: "./media/characters/anna/front.svg",
  13357. extra: 169 / 145,
  13358. bottom: 0.06
  13359. }
  13360. },
  13361. full: {
  13362. height: math.unit(4.96, "feet"),
  13363. weight: math.unit(220, "lb"),
  13364. name: "Full",
  13365. image: {
  13366. source: "./media/characters/anna/full.svg",
  13367. extra: 138 / 114,
  13368. bottom: 0.15
  13369. }
  13370. },
  13371. tongue: {
  13372. height: math.unit(2.53, "feet"),
  13373. name: "Tongue",
  13374. image: {
  13375. source: "./media/characters/anna/tongue.svg"
  13376. }
  13377. },
  13378. },
  13379. [
  13380. {
  13381. name: "Normal",
  13382. height: math.unit(7, "feet"),
  13383. default: true
  13384. },
  13385. ]
  13386. ))
  13387. characterMakers.push(() => makeCharacter(
  13388. { name: "Ian Corvid" },
  13389. {
  13390. front: {
  13391. height: math.unit(7, "feet"),
  13392. weight: math.unit(150, "lb"),
  13393. name: "Front",
  13394. image: {
  13395. source: "./media/characters/ian-corvid/front.svg",
  13396. extra: 150 / 142,
  13397. bottom: 0.02
  13398. }
  13399. },
  13400. back: {
  13401. height: math.unit(7, "feet"),
  13402. weight: math.unit(150, "lb"),
  13403. name: "Back",
  13404. image: {
  13405. source: "./media/characters/ian-corvid/back.svg",
  13406. extra: 150 / 143,
  13407. bottom: 0.01
  13408. }
  13409. },
  13410. stomping: {
  13411. height: math.unit(7, "feet"),
  13412. weight: math.unit(150, "lb"),
  13413. name: "Stomping",
  13414. image: {
  13415. source: "./media/characters/ian-corvid/stomping.svg",
  13416. extra: 76 / 72
  13417. }
  13418. },
  13419. sitting: {
  13420. height: math.unit(7 / 1.8, "feet"),
  13421. weight: math.unit(150, "lb"),
  13422. name: "Sitting",
  13423. image: {
  13424. source: "./media/characters/ian-corvid/sitting.svg",
  13425. extra: 1400 / 1269,
  13426. bottom: 0.15
  13427. }
  13428. },
  13429. },
  13430. [
  13431. {
  13432. name: "Tiny Microw",
  13433. height: math.unit(1, "inch")
  13434. },
  13435. {
  13436. name: "Microw",
  13437. height: math.unit(6, "inches")
  13438. },
  13439. {
  13440. name: "Crow",
  13441. height: math.unit(7 + 1 / 12, "feet"),
  13442. default: true
  13443. },
  13444. {
  13445. name: "Macrow",
  13446. height: math.unit(176, "feet")
  13447. },
  13448. ]
  13449. ))
  13450. characterMakers.push(() => makeCharacter(
  13451. { name: "Natalie Kellon" },
  13452. {
  13453. front: {
  13454. height: math.unit(5 + 7 / 12, "feet"),
  13455. weight: math.unit(147, "lb"),
  13456. name: "Front",
  13457. image: {
  13458. source: "./media/characters/natalie-kellon/front.svg",
  13459. extra: 1214 / 1141,
  13460. bottom: 0.02
  13461. }
  13462. },
  13463. },
  13464. [
  13465. {
  13466. name: "Micro",
  13467. height: math.unit(1 / 16, "inch")
  13468. },
  13469. {
  13470. name: "Tiny",
  13471. height: math.unit(4, "inches")
  13472. },
  13473. {
  13474. name: "Normal",
  13475. height: math.unit(5 + 7 / 12, "feet"),
  13476. default: true
  13477. },
  13478. {
  13479. name: "Amazon",
  13480. height: math.unit(12, "feet")
  13481. },
  13482. {
  13483. name: "Giantess",
  13484. height: math.unit(160, "meters")
  13485. },
  13486. {
  13487. name: "Titaness",
  13488. height: math.unit(800, "meters")
  13489. },
  13490. ]
  13491. ))
  13492. characterMakers.push(() => makeCharacter(
  13493. { name: "Alluria" },
  13494. {
  13495. front: {
  13496. height: math.unit(6, "feet"),
  13497. weight: math.unit(150, "lb"),
  13498. name: "Front",
  13499. image: {
  13500. source: "./media/characters/alluria/front.svg",
  13501. extra: 806 / 738,
  13502. bottom: 0.01
  13503. }
  13504. },
  13505. side: {
  13506. height: math.unit(6, "feet"),
  13507. weight: math.unit(150, "lb"),
  13508. name: "Side",
  13509. image: {
  13510. source: "./media/characters/alluria/side.svg",
  13511. extra: 800 / 750,
  13512. }
  13513. },
  13514. back: {
  13515. height: math.unit(6, "feet"),
  13516. weight: math.unit(150, "lb"),
  13517. name: "Back",
  13518. image: {
  13519. source: "./media/characters/alluria/back.svg",
  13520. extra: 806 / 738,
  13521. }
  13522. },
  13523. frontMaid: {
  13524. height: math.unit(6, "feet"),
  13525. weight: math.unit(150, "lb"),
  13526. name: "Front (Maid)",
  13527. image: {
  13528. source: "./media/characters/alluria/front-maid.svg",
  13529. extra: 806 / 738,
  13530. bottom: 0.01
  13531. }
  13532. },
  13533. sideMaid: {
  13534. height: math.unit(6, "feet"),
  13535. weight: math.unit(150, "lb"),
  13536. name: "Side (Maid)",
  13537. image: {
  13538. source: "./media/characters/alluria/side-maid.svg",
  13539. extra: 800 / 750,
  13540. bottom: 0.005
  13541. }
  13542. },
  13543. backMaid: {
  13544. height: math.unit(6, "feet"),
  13545. weight: math.unit(150, "lb"),
  13546. name: "Back (Maid)",
  13547. image: {
  13548. source: "./media/characters/alluria/back-maid.svg",
  13549. extra: 806 / 738,
  13550. }
  13551. },
  13552. },
  13553. [
  13554. {
  13555. name: "Micro",
  13556. height: math.unit(6, "inches"),
  13557. default: true
  13558. },
  13559. ]
  13560. ))
  13561. characterMakers.push(() => makeCharacter(
  13562. { name: "Kyle" },
  13563. {
  13564. front: {
  13565. height: math.unit(6, "feet"),
  13566. weight: math.unit(150, "lb"),
  13567. name: "Front",
  13568. image: {
  13569. source: "./media/characters/kyle/front.svg",
  13570. extra: 1069 / 962,
  13571. bottom: 77.228 / 1727.45
  13572. }
  13573. },
  13574. },
  13575. [
  13576. {
  13577. name: "Macro",
  13578. height: math.unit(150, "feet"),
  13579. default: true
  13580. },
  13581. ]
  13582. ))
  13583. characterMakers.push(() => makeCharacter(
  13584. { name: "Duncan" },
  13585. {
  13586. front: {
  13587. height: math.unit(6, "feet"),
  13588. weight: math.unit(300, "lb"),
  13589. name: "Front",
  13590. image: {
  13591. source: "./media/characters/duncan/front.svg",
  13592. extra: 1650 / 1482,
  13593. bottom: 0.05
  13594. }
  13595. },
  13596. },
  13597. [
  13598. {
  13599. name: "Macro",
  13600. height: math.unit(100, "feet"),
  13601. default: true
  13602. },
  13603. ]
  13604. ))
  13605. characterMakers.push(() => makeCharacter(
  13606. { name: "Memory" },
  13607. {
  13608. front: {
  13609. height: math.unit(5 + 4 / 12, "feet"),
  13610. weight: math.unit(220, "lb"),
  13611. name: "Front",
  13612. image: {
  13613. source: "./media/characters/memory/front.svg",
  13614. extra: 3641 / 3545,
  13615. bottom: 0.03
  13616. }
  13617. },
  13618. back: {
  13619. height: math.unit(5 + 4 / 12, "feet"),
  13620. weight: math.unit(220, "lb"),
  13621. name: "Back",
  13622. image: {
  13623. source: "./media/characters/memory/back.svg",
  13624. extra: 3641 / 3545,
  13625. bottom: 0.025
  13626. }
  13627. },
  13628. frontSkirt: {
  13629. height: math.unit(5 + 4 / 12, "feet"),
  13630. weight: math.unit(220, "lb"),
  13631. name: "Front (Skirt)",
  13632. image: {
  13633. source: "./media/characters/memory/front-skirt.svg",
  13634. extra: 3641 / 3545,
  13635. bottom: 0.03
  13636. }
  13637. },
  13638. frontDress: {
  13639. height: math.unit(5 + 4 / 12, "feet"),
  13640. weight: math.unit(220, "lb"),
  13641. name: "Front (Dress)",
  13642. image: {
  13643. source: "./media/characters/memory/front-dress.svg",
  13644. extra: 3641 / 3545,
  13645. bottom: 0.03
  13646. }
  13647. },
  13648. },
  13649. [
  13650. {
  13651. name: "Micro",
  13652. height: math.unit(6, "inches"),
  13653. default: true
  13654. },
  13655. {
  13656. name: "Normal",
  13657. height: math.unit(5 + 4 / 12, "feet")
  13658. },
  13659. ]
  13660. ))
  13661. characterMakers.push(() => makeCharacter(
  13662. { name: "Luno" },
  13663. {
  13664. front: {
  13665. height: math.unit(4 + 11 / 12, "feet"),
  13666. weight: math.unit(100, "lb"),
  13667. name: "Front",
  13668. image: {
  13669. source: "./media/characters/luno/front.svg",
  13670. extra: 1535 / 1487,
  13671. bottom: 0.03
  13672. }
  13673. },
  13674. },
  13675. [
  13676. {
  13677. name: "Micro",
  13678. height: math.unit(3, "inches")
  13679. },
  13680. {
  13681. name: "Normal",
  13682. height: math.unit(4 + 11 / 12, "feet"),
  13683. default: true
  13684. },
  13685. {
  13686. name: "Macro",
  13687. height: math.unit(300, "feet")
  13688. },
  13689. {
  13690. name: "Megamacro",
  13691. height: math.unit(700, "miles")
  13692. },
  13693. ]
  13694. ))
  13695. characterMakers.push(() => makeCharacter(
  13696. { name: "Jamesy" },
  13697. {
  13698. front: {
  13699. height: math.unit(6 + 2 / 12, "feet"),
  13700. weight: math.unit(170, "lb"),
  13701. name: "Front",
  13702. image: {
  13703. source: "./media/characters/jamesy/front.svg",
  13704. extra: 440 / 382,
  13705. bottom: 0.005
  13706. }
  13707. },
  13708. },
  13709. [
  13710. {
  13711. name: "Micro",
  13712. height: math.unit(3, "inches")
  13713. },
  13714. {
  13715. name: "Normal",
  13716. height: math.unit(6 + 2 / 12, "feet"),
  13717. default: true
  13718. },
  13719. {
  13720. name: "Macro",
  13721. height: math.unit(300, "feet")
  13722. },
  13723. {
  13724. name: "Megamacro",
  13725. height: math.unit(700, "miles")
  13726. },
  13727. ]
  13728. ))
  13729. characterMakers.push(() => makeCharacter(
  13730. { name: "Mark" },
  13731. {
  13732. front: {
  13733. height: math.unit(6, "feet"),
  13734. weight: math.unit(160, "lb"),
  13735. name: "Front",
  13736. image: {
  13737. source: "./media/characters/mark/front.svg",
  13738. extra: 3300 / 3100,
  13739. bottom: 136.42 / 3440.47
  13740. }
  13741. },
  13742. },
  13743. [
  13744. {
  13745. name: "Macro",
  13746. height: math.unit(120, "meters")
  13747. },
  13748. {
  13749. name: "Bigger Macro",
  13750. height: math.unit(350, "meters")
  13751. },
  13752. {
  13753. name: "Megamacro",
  13754. height: math.unit(8, "km"),
  13755. default: true
  13756. },
  13757. {
  13758. name: "Continental",
  13759. height: math.unit(4550, "km")
  13760. },
  13761. {
  13762. name: "Planetary",
  13763. height: math.unit(65000, "km")
  13764. },
  13765. ]
  13766. ))
  13767. characterMakers.push(() => makeCharacter(
  13768. { name: "Mac" },
  13769. {
  13770. front: {
  13771. height: math.unit(6, "feet"),
  13772. weight: math.unit(400, "lb"),
  13773. name: "Front",
  13774. image: {
  13775. source: "./media/characters/mac/front.svg",
  13776. extra: 1048 / 987.7,
  13777. bottom: 60 / 1107.6,
  13778. }
  13779. },
  13780. },
  13781. [
  13782. {
  13783. name: "Macro",
  13784. height: math.unit(500, "feet"),
  13785. default: true
  13786. },
  13787. ]
  13788. ))
  13789. characterMakers.push(() => makeCharacter(
  13790. { name: "Bari" },
  13791. {
  13792. front: {
  13793. height: math.unit(5 + 2 / 12, "feet"),
  13794. weight: math.unit(190, "lb"),
  13795. name: "Front",
  13796. image: {
  13797. source: "./media/characters/bari/front.svg",
  13798. extra: 3156 / 2880,
  13799. bottom: 0.03
  13800. }
  13801. },
  13802. back: {
  13803. height: math.unit(5 + 2 / 12, "feet"),
  13804. weight: math.unit(190, "lb"),
  13805. name: "Back",
  13806. image: {
  13807. source: "./media/characters/bari/back.svg",
  13808. extra: 3260 / 2834,
  13809. bottom: 0.025
  13810. }
  13811. },
  13812. frontPlush: {
  13813. height: math.unit(5 + 2 / 12, "feet"),
  13814. weight: math.unit(190, "lb"),
  13815. name: "Front (Plush)",
  13816. image: {
  13817. source: "./media/characters/bari/front-plush.svg",
  13818. extra: 1112 / 1061,
  13819. bottom: 0.002
  13820. }
  13821. },
  13822. },
  13823. [
  13824. {
  13825. name: "Micro",
  13826. height: math.unit(3, "inches")
  13827. },
  13828. {
  13829. name: "Normal",
  13830. height: math.unit(5 + 2 / 12, "feet"),
  13831. default: true
  13832. },
  13833. {
  13834. name: "Macro",
  13835. height: math.unit(20, "feet")
  13836. },
  13837. ]
  13838. ))
  13839. characterMakers.push(() => makeCharacter(
  13840. { name: "Hunter Misha Raven" },
  13841. {
  13842. front: {
  13843. height: math.unit(6 + 1 / 12, "feet"),
  13844. weight: math.unit(275, "lb"),
  13845. name: "Front",
  13846. image: {
  13847. source: "./media/characters/hunter-misha-raven/front.svg"
  13848. }
  13849. },
  13850. },
  13851. [
  13852. {
  13853. name: "Mortal",
  13854. height: math.unit(6 + 1 / 12, "feet")
  13855. },
  13856. {
  13857. name: "Divine",
  13858. height: math.unit(1.12134e34, "parsecs"),
  13859. default: true
  13860. },
  13861. ]
  13862. ))
  13863. characterMakers.push(() => makeCharacter(
  13864. { name: "Max Calore" },
  13865. {
  13866. front: {
  13867. height: math.unit(6 + 3 / 12, "feet"),
  13868. weight: math.unit(220, "lb"),
  13869. name: "Front",
  13870. image: {
  13871. source: "./media/characters/max-calore/front.svg",
  13872. extra: 1700 / 1648,
  13873. bottom: 0.01
  13874. }
  13875. },
  13876. back: {
  13877. height: math.unit(6 + 3 / 12, "feet"),
  13878. weight: math.unit(220, "lb"),
  13879. name: "Back",
  13880. image: {
  13881. source: "./media/characters/max-calore/back.svg",
  13882. extra: 1700 / 1648,
  13883. bottom: 0.01
  13884. }
  13885. },
  13886. },
  13887. [
  13888. {
  13889. name: "Normal",
  13890. height: math.unit(6 + 3 / 12, "feet"),
  13891. default: true
  13892. },
  13893. ]
  13894. ))
  13895. characterMakers.push(() => makeCharacter(
  13896. { name: "Aspen" },
  13897. {
  13898. side: {
  13899. height: math.unit(2 + 8 / 12, "feet"),
  13900. weight: math.unit(99, "lb"),
  13901. name: "Side",
  13902. image: {
  13903. source: "./media/characters/aspen/side.svg",
  13904. extra: 152 / 138,
  13905. bottom: 0.032
  13906. }
  13907. },
  13908. },
  13909. [
  13910. {
  13911. name: "Normal",
  13912. height: math.unit(2 + 8 / 12, "feet"),
  13913. default: true
  13914. },
  13915. ]
  13916. ))
  13917. characterMakers.push(() => makeCharacter(
  13918. { name: "Sheila (Wolf)" },
  13919. {
  13920. side: {
  13921. height: math.unit(3 + 2 / 12, "feet"),
  13922. weight: math.unit(224, "lb"),
  13923. name: "Side",
  13924. image: {
  13925. source: "./media/characters/sheila-wolf/side.svg",
  13926. extra: 179 / 166,
  13927. bottom: 0.03
  13928. }
  13929. },
  13930. },
  13931. [
  13932. {
  13933. name: "Normal",
  13934. height: math.unit(3 + 2 / 12, "feet"),
  13935. default: true
  13936. },
  13937. ]
  13938. ))
  13939. characterMakers.push(() => makeCharacter(
  13940. { name: "Michelle" },
  13941. {
  13942. side: {
  13943. height: math.unit(1 + 9 / 12, "feet"),
  13944. weight: math.unit(38, "lb"),
  13945. name: "Side",
  13946. image: {
  13947. source: "./media/characters/michelle/side.svg",
  13948. extra: 147 / 136.7,
  13949. bottom: 0.03
  13950. }
  13951. },
  13952. },
  13953. [
  13954. {
  13955. name: "Normal",
  13956. height: math.unit(1 + 9 / 12, "feet"),
  13957. default: true
  13958. },
  13959. ]
  13960. ))
  13961. characterMakers.push(() => makeCharacter(
  13962. { name: "Nino" },
  13963. {
  13964. front: {
  13965. height: math.unit(1 + 1 / 12, "feet"),
  13966. weight: math.unit(18, "lb"),
  13967. name: "Front",
  13968. image: {
  13969. source: "./media/characters/nino/front.svg"
  13970. }
  13971. },
  13972. },
  13973. [
  13974. {
  13975. name: "Normal",
  13976. height: math.unit(1 + 1 / 12, "feet"),
  13977. default: true
  13978. },
  13979. ]
  13980. ))
  13981. characterMakers.push(() => makeCharacter(
  13982. { name: "Viola" },
  13983. {
  13984. front: {
  13985. height: math.unit(1, "feet"),
  13986. weight: math.unit(16, "lb"),
  13987. name: "Front",
  13988. image: {
  13989. source: "./media/characters/viola/front.svg"
  13990. }
  13991. },
  13992. },
  13993. [
  13994. {
  13995. name: "Normal",
  13996. height: math.unit(1, "feet"),
  13997. default: true
  13998. },
  13999. ]
  14000. ))
  14001. characterMakers.push(() => makeCharacter(
  14002. { name: "Atlas" },
  14003. {
  14004. front: {
  14005. height: math.unit(6 + 5 / 12, "feet"),
  14006. weight: math.unit(580, "lb"),
  14007. name: "Front",
  14008. image: {
  14009. source: "./media/characters/atlas/front.svg",
  14010. extra: 298.5 / 290,
  14011. bottom: 0.015
  14012. }
  14013. },
  14014. },
  14015. [
  14016. {
  14017. name: "Normal",
  14018. height: math.unit(6 + 5 / 12, "feet"),
  14019. default: true
  14020. },
  14021. ]
  14022. ))
  14023. characterMakers.push(() => makeCharacter(
  14024. { name: "Davy" },
  14025. {
  14026. side: {
  14027. height: math.unit(1 + 10 / 12, "feet"),
  14028. weight: math.unit(25, "lb"),
  14029. name: "Side",
  14030. image: {
  14031. source: "./media/characters/davy/side.svg",
  14032. extra: 200 / 170,
  14033. bottom: 0.01
  14034. }
  14035. },
  14036. },
  14037. [
  14038. {
  14039. name: "Normal",
  14040. height: math.unit(1 + 10 / 12, "feet"),
  14041. default: true
  14042. },
  14043. ]
  14044. ))
  14045. characterMakers.push(() => makeCharacter(
  14046. { name: "Fiona" },
  14047. {
  14048. side: {
  14049. height: math.unit(4 + 8 / 12, "feet"),
  14050. weight: math.unit(166, "lb"),
  14051. name: "Side",
  14052. image: {
  14053. source: "./media/characters/fiona/side.svg",
  14054. extra: 232 / 220,
  14055. bottom: 0.03
  14056. }
  14057. },
  14058. },
  14059. [
  14060. {
  14061. name: "Normal",
  14062. height: math.unit(4 + 8 / 12, "feet"),
  14063. default: true
  14064. },
  14065. ]
  14066. ))
  14067. characterMakers.push(() => makeCharacter(
  14068. { name: "Lyla" },
  14069. {
  14070. front: {
  14071. height: math.unit(2, "feet"),
  14072. weight: math.unit(62, "lb"),
  14073. name: "Front",
  14074. image: {
  14075. source: "./media/characters/lyla/front.svg",
  14076. bottom: 0.1
  14077. }
  14078. },
  14079. },
  14080. [
  14081. {
  14082. name: "Normal",
  14083. height: math.unit(2, "feet"),
  14084. default: true
  14085. },
  14086. ]
  14087. ))
  14088. characterMakers.push(() => makeCharacter(
  14089. { name: "Perseus" },
  14090. {
  14091. side: {
  14092. height: math.unit(1.8, "feet"),
  14093. weight: math.unit(44, "lb"),
  14094. name: "Side",
  14095. image: {
  14096. source: "./media/characters/perseus/side.svg",
  14097. bottom: 0.21
  14098. }
  14099. },
  14100. },
  14101. [
  14102. {
  14103. name: "Normal",
  14104. height: math.unit(1.8, "feet"),
  14105. default: true
  14106. },
  14107. ]
  14108. ))
  14109. characterMakers.push(() => makeCharacter(
  14110. { name: "Remus" },
  14111. {
  14112. side: {
  14113. height: math.unit(4 + 2 / 12, "feet"),
  14114. weight: math.unit(20, "lb"),
  14115. name: "Side",
  14116. image: {
  14117. source: "./media/characters/remus/side.svg"
  14118. }
  14119. },
  14120. },
  14121. [
  14122. {
  14123. name: "Normal",
  14124. height: math.unit(4 + 2 / 12, "feet"),
  14125. default: true
  14126. },
  14127. ]
  14128. ))
  14129. characterMakers.push(() => makeCharacter(
  14130. { name: "Raf" },
  14131. {
  14132. front: {
  14133. height: math.unit(4 + 11 / 12, "feet"),
  14134. weight: math.unit(114, "lb"),
  14135. name: "Front",
  14136. image: {
  14137. source: "./media/characters/raf/front.svg",
  14138. bottom: 0.01
  14139. }
  14140. },
  14141. side: {
  14142. height: math.unit(4 + 11 / 12, "feet"),
  14143. weight: math.unit(114, "lb"),
  14144. name: "Side",
  14145. image: {
  14146. source: "./media/characters/raf/side.svg",
  14147. bottom: 0.005
  14148. }
  14149. },
  14150. },
  14151. [
  14152. {
  14153. name: "Micro",
  14154. height: math.unit(2, "inches")
  14155. },
  14156. {
  14157. name: "Normal",
  14158. height: math.unit(4 + 11 / 12, "feet"),
  14159. default: true
  14160. },
  14161. {
  14162. name: "Macro",
  14163. height: math.unit(70, "feet")
  14164. },
  14165. ]
  14166. ))
  14167. characterMakers.push(() => makeCharacter(
  14168. { name: "Liam Einarr" },
  14169. {
  14170. front: {
  14171. height: math.unit(1.5, "meters"),
  14172. weight: math.unit(68, "kg"),
  14173. name: "Front",
  14174. image: {
  14175. source: "./media/characters/liam-einarr/front.svg",
  14176. extra: 2822 / 2666
  14177. }
  14178. },
  14179. back: {
  14180. height: math.unit(1.5, "meters"),
  14181. weight: math.unit(68, "kg"),
  14182. name: "Back",
  14183. image: {
  14184. source: "./media/characters/liam-einarr/back.svg",
  14185. extra: 2822 / 2666,
  14186. bottom: 0.015
  14187. }
  14188. },
  14189. },
  14190. [
  14191. {
  14192. name: "Normal",
  14193. height: math.unit(1.5, "meters"),
  14194. default: true
  14195. },
  14196. {
  14197. name: "Macro",
  14198. height: math.unit(150, "meters")
  14199. },
  14200. {
  14201. name: "Megamacro",
  14202. height: math.unit(35, "km")
  14203. },
  14204. ]
  14205. ))
  14206. characterMakers.push(() => makeCharacter(
  14207. { name: "Linda" },
  14208. {
  14209. front: {
  14210. height: math.unit(6, "feet"),
  14211. weight: math.unit(75, "kg"),
  14212. name: "Front",
  14213. image: {
  14214. source: "./media/characters/linda/front.svg",
  14215. extra: 930 / 874,
  14216. bottom: 0.004
  14217. }
  14218. },
  14219. },
  14220. [
  14221. {
  14222. name: "Normal",
  14223. height: math.unit(6, "feet"),
  14224. default: true
  14225. },
  14226. ]
  14227. ))
  14228. characterMakers.push(() => makeCharacter(
  14229. { name: "Caylex" },
  14230. {
  14231. front: {
  14232. height: math.unit(6 + 8 / 12, "feet"),
  14233. weight: math.unit(220, "lb"),
  14234. name: "Front",
  14235. image: {
  14236. source: "./media/characters/caylex/front.svg",
  14237. extra: 821 / 772,
  14238. bottom: 0.07
  14239. }
  14240. },
  14241. back: {
  14242. height: math.unit(6 + 8 / 12, "feet"),
  14243. weight: math.unit(220, "lb"),
  14244. name: "Back",
  14245. image: {
  14246. source: "./media/characters/caylex/back.svg",
  14247. extra: 821 / 772,
  14248. bottom: 0.022
  14249. }
  14250. },
  14251. hand: {
  14252. height: math.unit(1.25, "feet"),
  14253. name: "Hand",
  14254. image: {
  14255. source: "./media/characters/caylex/hand.svg"
  14256. }
  14257. },
  14258. foot: {
  14259. height: math.unit(1.6, "feet"),
  14260. name: "Foot",
  14261. image: {
  14262. source: "./media/characters/caylex/foot.svg"
  14263. }
  14264. },
  14265. armored: {
  14266. height: math.unit(6 + 8 / 12, "feet"),
  14267. weight: math.unit(250, "lb"),
  14268. name: "Armored",
  14269. image: {
  14270. source: "./media/characters/caylex/armored.svg",
  14271. extra: 1420 / 1310,
  14272. bottom: 0.045
  14273. }
  14274. },
  14275. },
  14276. [
  14277. {
  14278. name: "Normal",
  14279. height: math.unit(6 + 8 / 12, "feet"),
  14280. default: true
  14281. },
  14282. {
  14283. name: "Normal+",
  14284. height: math.unit(12, "feet")
  14285. },
  14286. ]
  14287. ))
  14288. characterMakers.push(() => makeCharacter(
  14289. { name: "Alana" },
  14290. {
  14291. front: {
  14292. height: math.unit(7 + 6 / 12, "feet"),
  14293. weight: math.unit(288, "lb"),
  14294. name: "Front",
  14295. image: {
  14296. source: "./media/characters/alana/front.svg",
  14297. extra: 679 / 653,
  14298. bottom: 22.5 / 701
  14299. }
  14300. },
  14301. },
  14302. [
  14303. {
  14304. name: "Normal",
  14305. height: math.unit(7 + 6 / 12, "feet")
  14306. },
  14307. {
  14308. name: "Large",
  14309. height: math.unit(50, "feet")
  14310. },
  14311. {
  14312. name: "Macro",
  14313. height: math.unit(100, "feet"),
  14314. default: true
  14315. },
  14316. {
  14317. name: "Macro+",
  14318. height: math.unit(200, "feet")
  14319. },
  14320. ]
  14321. ))
  14322. characterMakers.push(() => makeCharacter(
  14323. { name: "Hasani" },
  14324. {
  14325. front: {
  14326. height: math.unit(6 + 1 / 12, "feet"),
  14327. weight: math.unit(210, "lb"),
  14328. name: "Front",
  14329. image: {
  14330. source: "./media/characters/hasani/front.svg",
  14331. extra: 244 / 232,
  14332. bottom: 0.01
  14333. }
  14334. },
  14335. back: {
  14336. height: math.unit(6 + 1 / 12, "feet"),
  14337. weight: math.unit(210, "lb"),
  14338. name: "Back",
  14339. image: {
  14340. source: "./media/characters/hasani/back.svg",
  14341. extra: 244 / 232,
  14342. bottom: 0.01
  14343. }
  14344. },
  14345. },
  14346. [
  14347. {
  14348. name: "Normal",
  14349. height: math.unit(6 + 1 / 12, "feet")
  14350. },
  14351. {
  14352. name: "Macro",
  14353. height: math.unit(175, "feet"),
  14354. default: true
  14355. },
  14356. ]
  14357. ))
  14358. characterMakers.push(() => makeCharacter(
  14359. { name: "Nita" },
  14360. {
  14361. front: {
  14362. height: math.unit(1.82, "meters"),
  14363. weight: math.unit(140, "lb"),
  14364. name: "Front",
  14365. image: {
  14366. source: "./media/characters/nita/front.svg",
  14367. extra: 2473 / 2363,
  14368. bottom: 0.01
  14369. }
  14370. },
  14371. },
  14372. [
  14373. {
  14374. name: "Normal",
  14375. height: math.unit(1.82, "m")
  14376. },
  14377. {
  14378. name: "Macro",
  14379. height: math.unit(300, "m")
  14380. },
  14381. {
  14382. name: "Mistake Canon",
  14383. height: math.unit(0.5, "miles"),
  14384. default: true
  14385. },
  14386. {
  14387. name: "Big Mistake",
  14388. height: math.unit(13, "miles")
  14389. },
  14390. {
  14391. name: "Playing God",
  14392. height: math.unit(2450, "miles")
  14393. },
  14394. ]
  14395. ))
  14396. characterMakers.push(() => makeCharacter(
  14397. { name: "Shiriko" },
  14398. {
  14399. front: {
  14400. height: math.unit(4, "feet"),
  14401. weight: math.unit(120, "lb"),
  14402. name: "Front",
  14403. image: {
  14404. source: "./media/characters/shiriko/front.svg",
  14405. extra: 195 / 188
  14406. }
  14407. },
  14408. },
  14409. [
  14410. {
  14411. name: "Normal",
  14412. height: math.unit(4, "feet"),
  14413. default: true
  14414. },
  14415. ]
  14416. ))
  14417. characterMakers.push(() => makeCharacter(
  14418. { name: "Deja" },
  14419. {
  14420. front: {
  14421. height: math.unit(6, "feet"),
  14422. name: "front",
  14423. image: {
  14424. source: "./media/characters/deja/front.svg",
  14425. extra: 926 / 840,
  14426. bottom: 0.07
  14427. }
  14428. },
  14429. },
  14430. [
  14431. {
  14432. name: "Planck Length",
  14433. height: math.unit(1.6e-35, "meters")
  14434. },
  14435. {
  14436. name: "Normal",
  14437. height: math.unit(30.48, "meters"),
  14438. default: true
  14439. },
  14440. {
  14441. name: "Universal",
  14442. height: math.unit(8.8e26, "meters")
  14443. },
  14444. ]
  14445. ))
  14446. characterMakers.push(() => makeCharacter(
  14447. { name: "Anima" },
  14448. {
  14449. side: {
  14450. height: math.unit(8, "feet"),
  14451. weight: math.unit(6300, "lb"),
  14452. name: "Side",
  14453. image: {
  14454. source: "./media/characters/anima/side.svg",
  14455. bottom: 0.035
  14456. }
  14457. },
  14458. },
  14459. [
  14460. {
  14461. name: "Normal",
  14462. height: math.unit(8, "feet"),
  14463. default: true
  14464. },
  14465. ]
  14466. ))
  14467. characterMakers.push(() => makeCharacter(
  14468. { name: "Bianca" },
  14469. {
  14470. front: {
  14471. height: math.unit(8, "feet"),
  14472. weight: math.unit(350, "lb"),
  14473. name: "Front",
  14474. image: {
  14475. source: "./media/characters/bianca/front.svg",
  14476. extra: 234 / 225,
  14477. bottom: 0.03
  14478. }
  14479. },
  14480. },
  14481. [
  14482. {
  14483. name: "Normal",
  14484. height: math.unit(8, "feet"),
  14485. default: true
  14486. },
  14487. ]
  14488. ))
  14489. characterMakers.push(() => makeCharacter(
  14490. { name: "Adinia" },
  14491. {
  14492. front: {
  14493. height: math.unit(6, "feet"),
  14494. weight: math.unit(150, "lb"),
  14495. name: "Front",
  14496. image: {
  14497. source: "./media/characters/adinia/front.svg",
  14498. extra: 1845 / 1672,
  14499. bottom: 0.02
  14500. }
  14501. },
  14502. back: {
  14503. height: math.unit(6, "feet"),
  14504. weight: math.unit(150, "lb"),
  14505. name: "Back",
  14506. image: {
  14507. source: "./media/characters/adinia/back.svg",
  14508. extra: 1845 / 1672,
  14509. bottom: 0.002
  14510. }
  14511. },
  14512. },
  14513. [
  14514. {
  14515. name: "Normal",
  14516. height: math.unit(11 + 5 / 12, "feet"),
  14517. default: true
  14518. },
  14519. ]
  14520. ))
  14521. characterMakers.push(() => makeCharacter(
  14522. { name: "Lykasa" },
  14523. {
  14524. front: {
  14525. height: math.unit(3, "meters"),
  14526. weight: math.unit(200, "kg"),
  14527. name: "Front",
  14528. image: {
  14529. source: "./media/characters/lykasa/front.svg",
  14530. extra: 1076 / 976,
  14531. bottom: 0.06
  14532. }
  14533. },
  14534. },
  14535. [
  14536. {
  14537. name: "Normal",
  14538. height: math.unit(3, "meters")
  14539. },
  14540. {
  14541. name: "Kaiku",
  14542. height: math.unit(120, "meters"),
  14543. default: true
  14544. },
  14545. {
  14546. name: "Mega Kaiju",
  14547. height: math.unit(240, "km")
  14548. },
  14549. {
  14550. name: "Giga Kaiju",
  14551. height: math.unit(400, "megameters")
  14552. },
  14553. {
  14554. name: "Tera Kaiju",
  14555. height: math.unit(800, "gigameters")
  14556. },
  14557. {
  14558. name: "Kaiju Dragon Goddess",
  14559. height: math.unit(26, "zettaparsecs")
  14560. },
  14561. ]
  14562. ))
  14563. characterMakers.push(() => makeCharacter(
  14564. { name: "Malfaren" },
  14565. {
  14566. side: {
  14567. height: math.unit(283 / 124 * 6, "feet"),
  14568. weight: math.unit(35000, "lb"),
  14569. name: "Side",
  14570. image: {
  14571. source: "./media/characters/malfaren/side.svg",
  14572. extra: 2500 / 1010,
  14573. bottom: 0.01
  14574. }
  14575. },
  14576. front: {
  14577. height: math.unit(22.36, "feet"),
  14578. weight: math.unit(35000, "lb"),
  14579. name: "Front",
  14580. image: {
  14581. source: "./media/characters/malfaren/front.svg",
  14582. extra: 1631 / 1476,
  14583. bottom: 0.01
  14584. }
  14585. },
  14586. maw: {
  14587. height: math.unit(6.9, "feet"),
  14588. name: "Maw",
  14589. image: {
  14590. source: "./media/characters/malfaren/maw.svg"
  14591. }
  14592. },
  14593. },
  14594. [
  14595. {
  14596. name: "Big",
  14597. height: math.unit(283 / 162 * 6, "feet"),
  14598. },
  14599. {
  14600. name: "Bigger",
  14601. height: math.unit(283 / 124 * 6, "feet")
  14602. },
  14603. {
  14604. name: "Massive",
  14605. height: math.unit(283 / 92 * 6, "feet"),
  14606. default: true
  14607. },
  14608. {
  14609. name: "👀💦",
  14610. height: math.unit(283 / 73 * 6, "feet"),
  14611. },
  14612. ]
  14613. ))
  14614. characterMakers.push(() => makeCharacter(
  14615. { name: "Kernel" },
  14616. {
  14617. front: {
  14618. height: math.unit(1.7, "m"),
  14619. weight: math.unit(70, "kg"),
  14620. name: "Front",
  14621. image: {
  14622. source: "./media/characters/kernel/front.svg",
  14623. extra: 222 / 210,
  14624. bottom: 0.007
  14625. }
  14626. },
  14627. },
  14628. [
  14629. {
  14630. name: "Nano",
  14631. height: math.unit(17, "micrometers")
  14632. },
  14633. {
  14634. name: "Micro",
  14635. height: math.unit(1.7, "mm")
  14636. },
  14637. {
  14638. name: "Small",
  14639. height: math.unit(1.7, "cm")
  14640. },
  14641. {
  14642. name: "Normal",
  14643. height: math.unit(1.7, "m"),
  14644. default: true
  14645. },
  14646. ]
  14647. ))
  14648. characterMakers.push(() => makeCharacter(
  14649. { name: "Jayne Folest" },
  14650. {
  14651. front: {
  14652. height: math.unit(1.75, "meters"),
  14653. weight: math.unit(65, "kg"),
  14654. name: "Front",
  14655. image: {
  14656. source: "./media/characters/jayne-folest/front.svg",
  14657. extra: 2115 / 2007,
  14658. bottom: 0.02
  14659. }
  14660. },
  14661. back: {
  14662. height: math.unit(1.75, "meters"),
  14663. weight: math.unit(65, "kg"),
  14664. name: "Back",
  14665. image: {
  14666. source: "./media/characters/jayne-folest/back.svg",
  14667. extra: 2115 / 2007,
  14668. bottom: 0.005
  14669. }
  14670. },
  14671. frontClothed: {
  14672. height: math.unit(1.75, "meters"),
  14673. weight: math.unit(65, "kg"),
  14674. name: "Front (Clothed)",
  14675. image: {
  14676. source: "./media/characters/jayne-folest/front-clothed.svg",
  14677. extra: 2115 / 2007,
  14678. bottom: 0.035
  14679. }
  14680. },
  14681. hand: {
  14682. height: math.unit(1 / 1.260, "feet"),
  14683. name: "Hand",
  14684. image: {
  14685. source: "./media/characters/jayne-folest/hand.svg"
  14686. }
  14687. },
  14688. foot: {
  14689. height: math.unit(1 / 0.918, "feet"),
  14690. name: "Foot",
  14691. image: {
  14692. source: "./media/characters/jayne-folest/foot.svg"
  14693. }
  14694. },
  14695. },
  14696. [
  14697. {
  14698. name: "Micro",
  14699. height: math.unit(4, "cm")
  14700. },
  14701. {
  14702. name: "Normal",
  14703. height: math.unit(1.75, "meters")
  14704. },
  14705. {
  14706. name: "Macro",
  14707. height: math.unit(47.5, "meters"),
  14708. default: true
  14709. },
  14710. ]
  14711. ))
  14712. characterMakers.push(() => makeCharacter(
  14713. { name: "Algier" },
  14714. {
  14715. front: {
  14716. height: math.unit(180, "cm"),
  14717. weight: math.unit(70, "kg"),
  14718. name: "Front",
  14719. image: {
  14720. source: "./media/characters/algier/front.svg",
  14721. extra: 596 / 572,
  14722. bottom: 0.04
  14723. }
  14724. },
  14725. back: {
  14726. height: math.unit(180, "cm"),
  14727. weight: math.unit(70, "kg"),
  14728. name: "Back",
  14729. image: {
  14730. source: "./media/characters/algier/back.svg",
  14731. extra: 596 / 572,
  14732. bottom: 0.025
  14733. }
  14734. },
  14735. frontdressed: {
  14736. height: math.unit(180, "cm"),
  14737. weight: math.unit(150, "kg"),
  14738. name: "Front-dressed",
  14739. image: {
  14740. source: "./media/characters/algier/front-dressed.svg",
  14741. extra: 596 / 572,
  14742. bottom: 0.038
  14743. }
  14744. },
  14745. },
  14746. [
  14747. {
  14748. name: "Micro",
  14749. height: math.unit(5, "cm")
  14750. },
  14751. {
  14752. name: "Normal",
  14753. height: math.unit(180, "cm"),
  14754. default: true
  14755. },
  14756. {
  14757. name: "Macro",
  14758. height: math.unit(64, "m")
  14759. },
  14760. ]
  14761. ))
  14762. characterMakers.push(() => makeCharacter(
  14763. { name: "Pretzel" },
  14764. {
  14765. upright: {
  14766. height: math.unit(7, "feet"),
  14767. weight: math.unit(300, "lb"),
  14768. name: "Upright",
  14769. image: {
  14770. source: "./media/characters/pretzel/upright.svg",
  14771. extra: 534 / 522,
  14772. bottom: 0.065
  14773. }
  14774. },
  14775. sprawling: {
  14776. height: math.unit(3.75, "feet"),
  14777. weight: math.unit(300, "lb"),
  14778. name: "Sprawling",
  14779. image: {
  14780. source: "./media/characters/pretzel/sprawling.svg",
  14781. extra: 314 / 281,
  14782. bottom: 0.1
  14783. }
  14784. },
  14785. tongue: {
  14786. height: math.unit(2, "feet"),
  14787. name: "Tongue",
  14788. image: {
  14789. source: "./media/characters/pretzel/tongue.svg"
  14790. }
  14791. },
  14792. },
  14793. [
  14794. {
  14795. name: "Normal",
  14796. height: math.unit(7, "feet"),
  14797. default: true
  14798. },
  14799. {
  14800. name: "Oversized",
  14801. height: math.unit(15, "feet")
  14802. },
  14803. {
  14804. name: "Huge",
  14805. height: math.unit(30, "feet")
  14806. },
  14807. {
  14808. name: "Macro",
  14809. height: math.unit(250, "feet")
  14810. },
  14811. ]
  14812. ))
  14813. characterMakers.push(() => makeCharacter(
  14814. { name: "Roxi" },
  14815. {
  14816. sideFront: {
  14817. height: math.unit(5 + 2 / 12, "feet"),
  14818. weight: math.unit(120, "lb"),
  14819. name: "Front Side",
  14820. image: {
  14821. source: "./media/characters/roxi/side-front.svg",
  14822. extra: 2924 / 2717,
  14823. bottom: 0.08
  14824. }
  14825. },
  14826. sideBack: {
  14827. height: math.unit(5 + 2 / 12, "feet"),
  14828. weight: math.unit(120, "lb"),
  14829. name: "Back Side",
  14830. image: {
  14831. source: "./media/characters/roxi/side-back.svg",
  14832. extra: 2904 / 2693,
  14833. bottom: 0.06
  14834. }
  14835. },
  14836. front: {
  14837. height: math.unit(5 + 2 / 12, "feet"),
  14838. weight: math.unit(120, "lb"),
  14839. name: "Front",
  14840. image: {
  14841. source: "./media/characters/roxi/front.svg",
  14842. extra: 2028 / 1907,
  14843. bottom: 0.01
  14844. }
  14845. },
  14846. frontAlt: {
  14847. height: math.unit(5 + 2 / 12, "feet"),
  14848. weight: math.unit(120, "lb"),
  14849. name: "Front (Alt)",
  14850. image: {
  14851. source: "./media/characters/roxi/front-alt.svg",
  14852. extra: 1828 / 1798,
  14853. bottom: 0.01
  14854. }
  14855. },
  14856. sitting: {
  14857. height: math.unit(2.8, "feet"),
  14858. weight: math.unit(120, "lb"),
  14859. name: "Sitting",
  14860. image: {
  14861. source: "./media/characters/roxi/sitting.svg",
  14862. extra: 2660 / 2462,
  14863. bottom: 0.1
  14864. }
  14865. },
  14866. },
  14867. [
  14868. {
  14869. name: "Normal",
  14870. height: math.unit(5 + 2 / 12, "feet"),
  14871. default: true
  14872. },
  14873. ]
  14874. ))
  14875. characterMakers.push(() => makeCharacter(
  14876. { name: "Shadow" },
  14877. {
  14878. side: {
  14879. height: math.unit(55, "feet"),
  14880. weight: math.unit(153, "tons"),
  14881. name: "Side",
  14882. image: {
  14883. source: "./media/characters/shadow/side.svg",
  14884. extra: 701 / 628,
  14885. bottom: 0.02
  14886. }
  14887. },
  14888. flying: {
  14889. height: math.unit(145, "feet"),
  14890. weight: math.unit(153, "tons"),
  14891. name: "Flying",
  14892. image: {
  14893. source: "./media/characters/shadow/flying.svg"
  14894. }
  14895. },
  14896. },
  14897. [
  14898. {
  14899. name: "Normal",
  14900. height: math.unit(55, "feet"),
  14901. default: true
  14902. },
  14903. ]
  14904. ))
  14905. characterMakers.push(() => makeCharacter(
  14906. { name: "Marcie" },
  14907. {
  14908. front: {
  14909. height: math.unit(6, "feet"),
  14910. weight: math.unit(200, "lb"),
  14911. name: "Front",
  14912. image: {
  14913. source: "./media/characters/marcie/front.svg",
  14914. extra: 960 / 876,
  14915. bottom: 58 / 1017.87
  14916. }
  14917. },
  14918. },
  14919. [
  14920. {
  14921. name: "Macro",
  14922. height: math.unit(1, "mile"),
  14923. default: true
  14924. },
  14925. ]
  14926. ))
  14927. characterMakers.push(() => makeCharacter(
  14928. { name: "Kachina" },
  14929. {
  14930. front: {
  14931. height: math.unit(7, "feet"),
  14932. weight: math.unit(200, "lb"),
  14933. name: "Front",
  14934. image: {
  14935. source: "./media/characters/kachina/front.svg",
  14936. extra: 1290.68 / 1119,
  14937. bottom: 36.5 / 1327.18
  14938. }
  14939. },
  14940. },
  14941. [
  14942. {
  14943. name: "Normal",
  14944. height: math.unit(7, "feet"),
  14945. default: true
  14946. },
  14947. ]
  14948. ))
  14949. characterMakers.push(() => makeCharacter(
  14950. { name: "Kash" },
  14951. {
  14952. looking: {
  14953. height: math.unit(2, "meters"),
  14954. weight: math.unit(300, "kg"),
  14955. name: "Looking",
  14956. image: {
  14957. source: "./media/characters/kash/looking.svg",
  14958. extra: 474 / 344,
  14959. bottom: 0.03
  14960. }
  14961. },
  14962. side: {
  14963. height: math.unit(2, "meters"),
  14964. weight: math.unit(300, "kg"),
  14965. name: "Side",
  14966. image: {
  14967. source: "./media/characters/kash/side.svg",
  14968. extra: 302 / 251,
  14969. bottom: 0.03
  14970. }
  14971. },
  14972. front: {
  14973. height: math.unit(2, "meters"),
  14974. weight: math.unit(300, "kg"),
  14975. name: "Front",
  14976. image: {
  14977. source: "./media/characters/kash/front.svg",
  14978. extra: 495 / 360,
  14979. bottom: 0.015
  14980. }
  14981. },
  14982. },
  14983. [
  14984. {
  14985. name: "Normal",
  14986. height: math.unit(2, "meters"),
  14987. default: true
  14988. },
  14989. {
  14990. name: "Big",
  14991. height: math.unit(3, "meters")
  14992. },
  14993. {
  14994. name: "Large",
  14995. height: math.unit(5, "meters")
  14996. },
  14997. ]
  14998. ))
  14999. characterMakers.push(() => makeCharacter(
  15000. { name: "Lalim" },
  15001. {
  15002. feeding: {
  15003. height: math.unit(6.7, "feet"),
  15004. weight: math.unit(350, "lb"),
  15005. name: "Feeding",
  15006. image: {
  15007. source: "./media/characters/lalim/feeding.svg",
  15008. }
  15009. },
  15010. },
  15011. [
  15012. {
  15013. name: "Normal",
  15014. height: math.unit(6.7, "feet"),
  15015. default: true
  15016. },
  15017. ]
  15018. ))
  15019. characterMakers.push(() => makeCharacter(
  15020. { name: "De'Vout" },
  15021. {
  15022. front: {
  15023. height: math.unit(9.5, "feet"),
  15024. weight: math.unit(600, "lb"),
  15025. name: "Front",
  15026. image: {
  15027. source: "./media/characters/de'vout/front.svg",
  15028. extra: 1443 / 1328,
  15029. bottom: 0.025
  15030. }
  15031. },
  15032. back: {
  15033. height: math.unit(9.5, "feet"),
  15034. weight: math.unit(600, "lb"),
  15035. name: "Back",
  15036. image: {
  15037. source: "./media/characters/de'vout/back.svg",
  15038. extra: 1443 / 1328
  15039. }
  15040. },
  15041. frontDressed: {
  15042. height: math.unit(9.5, "feet"),
  15043. weight: math.unit(600, "lb"),
  15044. name: "Front (Dressed",
  15045. image: {
  15046. source: "./media/characters/de'vout/front-dressed.svg",
  15047. extra: 1443 / 1328,
  15048. bottom: 0.025
  15049. }
  15050. },
  15051. backDressed: {
  15052. height: math.unit(9.5, "feet"),
  15053. weight: math.unit(600, "lb"),
  15054. name: "Back (Dressed",
  15055. image: {
  15056. source: "./media/characters/de'vout/back-dressed.svg",
  15057. extra: 1443 / 1328
  15058. }
  15059. },
  15060. },
  15061. [
  15062. {
  15063. name: "Normal",
  15064. height: math.unit(9.5, "feet"),
  15065. default: true
  15066. },
  15067. ]
  15068. ))
  15069. characterMakers.push(() => makeCharacter(
  15070. { name: "Talana" },
  15071. {
  15072. front: {
  15073. height: math.unit(8, "feet"),
  15074. weight: math.unit(225, "lb"),
  15075. name: "Front",
  15076. image: {
  15077. source: "./media/characters/talana/front.svg",
  15078. extra: 1410 / 1300,
  15079. bottom: 0.015
  15080. }
  15081. },
  15082. frontDressed: {
  15083. height: math.unit(8, "feet"),
  15084. weight: math.unit(225, "lb"),
  15085. name: "Front (Dressed",
  15086. image: {
  15087. source: "./media/characters/talana/front-dressed.svg",
  15088. extra: 1410 / 1300,
  15089. bottom: 0.015
  15090. }
  15091. },
  15092. },
  15093. [
  15094. {
  15095. name: "Normal",
  15096. height: math.unit(8, "feet"),
  15097. default: true
  15098. },
  15099. ]
  15100. ))
  15101. characterMakers.push(() => makeCharacter(
  15102. { name: "Xeauvok" },
  15103. {
  15104. side: {
  15105. height: math.unit(7.2, "feet"),
  15106. weight: math.unit(150, "lb"),
  15107. name: "Side",
  15108. image: {
  15109. source: "./media/characters/xeauvok/side.svg",
  15110. extra: 1975 / 1523,
  15111. bottom: 0.07
  15112. }
  15113. },
  15114. },
  15115. [
  15116. {
  15117. name: "Normal",
  15118. height: math.unit(7.2, "feet"),
  15119. default: true
  15120. },
  15121. ]
  15122. ))
  15123. characterMakers.push(() => makeCharacter(
  15124. { name: "Zara" },
  15125. {
  15126. side: {
  15127. height: math.unit(10, "feet"),
  15128. weight: math.unit(900, "kg"),
  15129. name: "Side",
  15130. image: {
  15131. source: "./media/characters/zara/side.svg",
  15132. extra: 504 / 498
  15133. }
  15134. },
  15135. },
  15136. [
  15137. {
  15138. name: "Normal",
  15139. height: math.unit(10, "feet"),
  15140. default: true
  15141. },
  15142. ]
  15143. ))
  15144. characterMakers.push(() => makeCharacter(
  15145. { name: "Richard (Dragon)" },
  15146. {
  15147. side: {
  15148. height: math.unit(6, "feet"),
  15149. weight: math.unit(150, "lb"),
  15150. name: "Side",
  15151. image: {
  15152. source: "./media/characters/richard-dragon/side.svg",
  15153. extra: 845 / 340,
  15154. bottom: 0.017
  15155. }
  15156. },
  15157. maw: {
  15158. height: math.unit(2.97, "feet"),
  15159. name: "Maw",
  15160. image: {
  15161. source: "./media/characters/richard-dragon/maw.svg"
  15162. }
  15163. },
  15164. },
  15165. [
  15166. ]
  15167. ))
  15168. characterMakers.push(() => makeCharacter(
  15169. { name: "Richard (Smeargle)" },
  15170. {
  15171. front: {
  15172. height: math.unit(4, "feet"),
  15173. weight: math.unit(100, "lb"),
  15174. name: "Front",
  15175. image: {
  15176. source: "./media/characters/richard-smeargle/front.svg",
  15177. extra: 2952 / 2820,
  15178. bottom: 0.028
  15179. }
  15180. },
  15181. },
  15182. [
  15183. {
  15184. name: "Normal",
  15185. height: math.unit(4, "feet"),
  15186. default: true
  15187. },
  15188. {
  15189. name: "Dynamax",
  15190. height: math.unit(20, "meters")
  15191. },
  15192. ]
  15193. ))
  15194. characterMakers.push(() => makeCharacter(
  15195. { name: "Klay" },
  15196. {
  15197. front: {
  15198. height: math.unit(6, "feet"),
  15199. weight: math.unit(110, "lb"),
  15200. name: "Front",
  15201. image: {
  15202. source: "./media/characters/klay/front.svg",
  15203. extra: 962 / 883,
  15204. bottom: 0.04
  15205. }
  15206. },
  15207. back: {
  15208. height: math.unit(6, "feet"),
  15209. weight: math.unit(110, "lb"),
  15210. name: "Back",
  15211. image: {
  15212. source: "./media/characters/klay/back.svg",
  15213. extra: 962 / 883
  15214. }
  15215. },
  15216. beans: {
  15217. height: math.unit(1.15, "feet"),
  15218. name: "Beans",
  15219. image: {
  15220. source: "./media/characters/klay/beans.svg"
  15221. }
  15222. },
  15223. },
  15224. [
  15225. {
  15226. name: "Micro",
  15227. height: math.unit(6, "inches")
  15228. },
  15229. {
  15230. name: "Mini",
  15231. height: math.unit(3, "feet")
  15232. },
  15233. {
  15234. name: "Normal",
  15235. height: math.unit(6, "feet"),
  15236. default: true
  15237. },
  15238. {
  15239. name: "Big",
  15240. height: math.unit(25, "feet")
  15241. },
  15242. {
  15243. name: "Macro",
  15244. height: math.unit(100, "feet")
  15245. },
  15246. {
  15247. name: "Megamacro",
  15248. height: math.unit(400, "feet")
  15249. },
  15250. ]
  15251. ))
  15252. characterMakers.push(() => makeCharacter(
  15253. { name: "Marcus" },
  15254. {
  15255. front: {
  15256. height: math.unit(6, "feet"),
  15257. weight: math.unit(160, "lb"),
  15258. name: "Front",
  15259. image: {
  15260. source: "./media/characters/marcus/front.svg",
  15261. extra: 734 / 676,
  15262. bottom: 0.03
  15263. }
  15264. },
  15265. },
  15266. [
  15267. {
  15268. name: "Little",
  15269. height: math.unit(6, "feet")
  15270. },
  15271. {
  15272. name: "Normal",
  15273. height: math.unit(110, "feet"),
  15274. default: true
  15275. },
  15276. {
  15277. name: "Macro",
  15278. height: math.unit(250, "feet")
  15279. },
  15280. {
  15281. name: "Megamacro",
  15282. height: math.unit(1000, "feet")
  15283. },
  15284. ]
  15285. ))
  15286. characterMakers.push(() => makeCharacter(
  15287. { name: "Claude DelRoute" },
  15288. {
  15289. front: {
  15290. height: math.unit(7, "feet"),
  15291. weight: math.unit(275, "lb"),
  15292. name: "Front",
  15293. image: {
  15294. source: "./media/characters/claude-delroute/front.svg",
  15295. extra: 230 / 214,
  15296. bottom: 0.007
  15297. }
  15298. },
  15299. side: {
  15300. height: math.unit(7, "feet"),
  15301. weight: math.unit(275, "lb"),
  15302. name: "Side",
  15303. image: {
  15304. source: "./media/characters/claude-delroute/side.svg",
  15305. extra: 222 / 214,
  15306. bottom: 0.01
  15307. }
  15308. },
  15309. back: {
  15310. height: math.unit(7, "feet"),
  15311. weight: math.unit(275, "lb"),
  15312. name: "Back",
  15313. image: {
  15314. source: "./media/characters/claude-delroute/back.svg",
  15315. extra: 230 / 214,
  15316. bottom: 0.015
  15317. }
  15318. },
  15319. maw: {
  15320. height: math.unit(0.6407, "meters"),
  15321. name: "Maw",
  15322. image: {
  15323. source: "./media/characters/claude-delroute/maw.svg"
  15324. }
  15325. },
  15326. },
  15327. [
  15328. {
  15329. name: "Normal",
  15330. height: math.unit(7, "feet"),
  15331. default: true
  15332. },
  15333. {
  15334. name: "Lorge",
  15335. height: math.unit(20, "feet")
  15336. },
  15337. ]
  15338. ))
  15339. characterMakers.push(() => makeCharacter(
  15340. { name: "Dragonien" },
  15341. {
  15342. front: {
  15343. height: math.unit(8 + 4 / 12, "feet"),
  15344. weight: math.unit(600, "lb"),
  15345. name: "Front",
  15346. image: {
  15347. source: "./media/characters/dragonien/front.svg",
  15348. extra: 100 / 94,
  15349. bottom: 3.3 / 103.3445
  15350. }
  15351. },
  15352. back: {
  15353. height: math.unit(8 + 4 / 12, "feet"),
  15354. weight: math.unit(600, "lb"),
  15355. name: "Back",
  15356. image: {
  15357. source: "./media/characters/dragonien/back.svg",
  15358. extra: 776 / 746,
  15359. bottom: 6.4 / 782.0616
  15360. }
  15361. },
  15362. foot: {
  15363. height: math.unit(1.54, "feet"),
  15364. name: "Foot",
  15365. image: {
  15366. source: "./media/characters/dragonien/foot.svg",
  15367. }
  15368. },
  15369. },
  15370. [
  15371. {
  15372. name: "Normal",
  15373. height: math.unit(8 + 4 / 12, "feet"),
  15374. default: true
  15375. },
  15376. {
  15377. name: "Macro",
  15378. height: math.unit(200, "feet")
  15379. },
  15380. {
  15381. name: "Megamacro",
  15382. height: math.unit(1, "mile")
  15383. },
  15384. {
  15385. name: "Gigamacro",
  15386. height: math.unit(1000, "miles")
  15387. },
  15388. ]
  15389. ))
  15390. characterMakers.push(() => makeCharacter(
  15391. { name: "Desta" },
  15392. {
  15393. front: {
  15394. height: math.unit(5 + 2 / 12, "feet"),
  15395. weight: math.unit(110, "lb"),
  15396. name: "Front",
  15397. image: {
  15398. source: "./media/characters/desta/front.svg",
  15399. extra: 1482 / 1417
  15400. }
  15401. },
  15402. side: {
  15403. height: math.unit(5 + 2 / 12, "feet"),
  15404. weight: math.unit(110, "lb"),
  15405. name: "Side",
  15406. image: {
  15407. source: "./media/characters/desta/side.svg",
  15408. extra: 2579 / 2491,
  15409. bottom: 0.053
  15410. }
  15411. },
  15412. },
  15413. [
  15414. {
  15415. name: "Micro",
  15416. height: math.unit(6, "inches")
  15417. },
  15418. {
  15419. name: "Normal",
  15420. height: math.unit(5 + 2 / 12, "feet"),
  15421. default: true
  15422. },
  15423. {
  15424. name: "Macro",
  15425. height: math.unit(62, "feet")
  15426. },
  15427. {
  15428. name: "Megamacro",
  15429. height: math.unit(1800, "feet")
  15430. },
  15431. ]
  15432. ))
  15433. characterMakers.push(() => makeCharacter(
  15434. { name: "Storm Alystar" },
  15435. {
  15436. front: {
  15437. height: math.unit(10, "feet"),
  15438. weight: math.unit(700, "lb"),
  15439. name: "Front",
  15440. image: {
  15441. source: "./media/characters/storm-alystar/front.svg",
  15442. extra: 2112 / 1898,
  15443. bottom: 0.034
  15444. }
  15445. },
  15446. },
  15447. [
  15448. {
  15449. name: "Micro",
  15450. height: math.unit(3.5, "inches")
  15451. },
  15452. {
  15453. name: "Normal",
  15454. height: math.unit(10, "feet"),
  15455. default: true
  15456. },
  15457. {
  15458. name: "Macro",
  15459. height: math.unit(400, "feet")
  15460. },
  15461. {
  15462. name: "Deific",
  15463. height: math.unit(60, "miles")
  15464. },
  15465. ]
  15466. ))
  15467. characterMakers.push(() => makeCharacter(
  15468. { name: "Ilia" },
  15469. {
  15470. front: {
  15471. height: math.unit(2.35, "meters"),
  15472. weight: math.unit(119, "kg"),
  15473. name: "Front",
  15474. image: {
  15475. source: "./media/characters/ilia/front.svg",
  15476. extra: 1285 / 1255,
  15477. bottom: 0.06
  15478. }
  15479. },
  15480. },
  15481. [
  15482. {
  15483. name: "Normal",
  15484. height: math.unit(2.35, "meters")
  15485. },
  15486. {
  15487. name: "Macro",
  15488. height: math.unit(140, "meters"),
  15489. default: true
  15490. },
  15491. {
  15492. name: "Megamacro",
  15493. height: math.unit(100, "miles")
  15494. },
  15495. ]
  15496. ))
  15497. characterMakers.push(() => makeCharacter(
  15498. { name: "KingDead" },
  15499. {
  15500. front: {
  15501. height: math.unit(6 + 5 / 12, "feet"),
  15502. weight: math.unit(190, "lb"),
  15503. name: "Front",
  15504. image: {
  15505. source: "./media/characters/kingdead/front.svg",
  15506. extra: 1228 / 1177
  15507. }
  15508. },
  15509. },
  15510. [
  15511. {
  15512. name: "Micro",
  15513. height: math.unit(7, "inches")
  15514. },
  15515. {
  15516. name: "Normal",
  15517. height: math.unit(6 + 5 / 12, "feet")
  15518. },
  15519. {
  15520. name: "Macro",
  15521. height: math.unit(150, "feet"),
  15522. default: true
  15523. },
  15524. {
  15525. name: "Megamacro",
  15526. height: math.unit(200, "miles")
  15527. },
  15528. ]
  15529. ))
  15530. characterMakers.push(() => makeCharacter(
  15531. { name: "Kyrehx" },
  15532. {
  15533. front: {
  15534. height: math.unit(8, "feet"),
  15535. weight: math.unit(600, "lb"),
  15536. name: "Front",
  15537. image: {
  15538. source: "./media/characters/kyrehx/front.svg",
  15539. extra: 1195 / 1095,
  15540. bottom: 0.034
  15541. }
  15542. },
  15543. },
  15544. [
  15545. {
  15546. name: "Micro",
  15547. height: math.unit(2, "inches")
  15548. },
  15549. {
  15550. name: "Normal",
  15551. height: math.unit(8, "feet"),
  15552. default: true
  15553. },
  15554. {
  15555. name: "Macro",
  15556. height: math.unit(255, "feet")
  15557. },
  15558. ]
  15559. ))
  15560. characterMakers.push(() => makeCharacter(
  15561. { name: "Xang" },
  15562. {
  15563. front: {
  15564. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15565. weight: math.unit(184, "lb"),
  15566. name: "Front",
  15567. image: {
  15568. source: "./media/characters/xang/front.svg",
  15569. extra: 845 / 755
  15570. }
  15571. },
  15572. },
  15573. [
  15574. {
  15575. name: "Normal",
  15576. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15577. default: true
  15578. },
  15579. {
  15580. name: "Macro",
  15581. height: math.unit(0.935 * 146, "feet")
  15582. },
  15583. {
  15584. name: "Megamacro",
  15585. height: math.unit(0.935 * 3, "miles")
  15586. },
  15587. ]
  15588. ))
  15589. characterMakers.push(() => makeCharacter(
  15590. { name: "Doc Weardno" },
  15591. {
  15592. frontDressed: {
  15593. height: math.unit(5 + 7 / 12, "feet"),
  15594. weight: math.unit(140, "lb"),
  15595. name: "Front (Dressed)",
  15596. image: {
  15597. source: "./media/characters/doc-weardno/front-dressed.svg",
  15598. extra: 263 / 234
  15599. }
  15600. },
  15601. backDressed: {
  15602. height: math.unit(5 + 7 / 12, "feet"),
  15603. weight: math.unit(140, "lb"),
  15604. name: "Back (Dressed)",
  15605. image: {
  15606. source: "./media/characters/doc-weardno/back-dressed.svg",
  15607. extra: 266 / 238
  15608. }
  15609. },
  15610. front: {
  15611. height: math.unit(5 + 7 / 12, "feet"),
  15612. weight: math.unit(140, "lb"),
  15613. name: "Front",
  15614. image: {
  15615. source: "./media/characters/doc-weardno/front.svg",
  15616. extra: 254 / 233
  15617. }
  15618. },
  15619. },
  15620. [
  15621. {
  15622. name: "Micro",
  15623. height: math.unit(3, "inches")
  15624. },
  15625. {
  15626. name: "Normal",
  15627. height: math.unit(5 + 7 / 12, "feet"),
  15628. default: true
  15629. },
  15630. {
  15631. name: "Macro",
  15632. height: math.unit(25, "feet")
  15633. },
  15634. {
  15635. name: "Megamacro",
  15636. height: math.unit(2, "miles")
  15637. },
  15638. ]
  15639. ))
  15640. characterMakers.push(() => makeCharacter(
  15641. { name: "Seth Whilst" },
  15642. {
  15643. front: {
  15644. height: math.unit(6 + 2 / 12, "feet"),
  15645. weight: math.unit(153, "lb"),
  15646. name: "Front",
  15647. image: {
  15648. source: "./media/characters/seth-whilst/front.svg",
  15649. bottom: 0.07
  15650. }
  15651. },
  15652. },
  15653. [
  15654. {
  15655. name: "Micro",
  15656. height: math.unit(5, "inches")
  15657. },
  15658. {
  15659. name: "Normal",
  15660. height: math.unit(6 + 2 / 12, "feet"),
  15661. default: true
  15662. },
  15663. ]
  15664. ))
  15665. characterMakers.push(() => makeCharacter(
  15666. { name: "Pocket Jabari" },
  15667. {
  15668. front: {
  15669. height: math.unit(3, "inches"),
  15670. weight: math.unit(8, "grams"),
  15671. name: "Front",
  15672. image: {
  15673. source: "./media/characters/pocket-jabari/front.svg",
  15674. extra: 1024 / 974,
  15675. bottom: 0.039
  15676. }
  15677. },
  15678. },
  15679. [
  15680. {
  15681. name: "Minimicro",
  15682. height: math.unit(8, "mm")
  15683. },
  15684. {
  15685. name: "Micro",
  15686. height: math.unit(3, "inches"),
  15687. default: true
  15688. },
  15689. {
  15690. name: "Normal",
  15691. height: math.unit(3, "feet")
  15692. },
  15693. ]
  15694. ))
  15695. characterMakers.push(() => makeCharacter(
  15696. { name: "Sapphy" },
  15697. {
  15698. front: {
  15699. height: math.unit(15, "feet"),
  15700. weight: math.unit(3280, "lb"),
  15701. name: "Front",
  15702. image: {
  15703. source: "./media/characters/sapphy/front.svg",
  15704. extra: 671 / 577,
  15705. bottom: 0.085
  15706. }
  15707. },
  15708. back: {
  15709. height: math.unit(15, "feet"),
  15710. weight: math.unit(3280, "lb"),
  15711. name: "Back",
  15712. image: {
  15713. source: "./media/characters/sapphy/back.svg",
  15714. extra: 631 / 607,
  15715. bottom: 0.045
  15716. }
  15717. },
  15718. },
  15719. [
  15720. {
  15721. name: "Normal",
  15722. height: math.unit(15, "feet")
  15723. },
  15724. {
  15725. name: "Casual Macro",
  15726. height: math.unit(120, "feet")
  15727. },
  15728. {
  15729. name: "Macro",
  15730. height: math.unit(2150, "feet"),
  15731. default: true
  15732. },
  15733. {
  15734. name: "Megamacro",
  15735. height: math.unit(8, "miles")
  15736. },
  15737. {
  15738. name: "Galaxy Mom",
  15739. height: math.unit(6, "megalightyears")
  15740. },
  15741. ]
  15742. ))
  15743. characterMakers.push(() => makeCharacter(
  15744. { name: "Kiro" },
  15745. {
  15746. front: {
  15747. height: math.unit(6, "feet"),
  15748. weight: math.unit(170, "lb"),
  15749. name: "Front",
  15750. image: {
  15751. source: "./media/characters/kiro/front.svg",
  15752. extra: 1064 / 1012,
  15753. bottom: 0.052
  15754. }
  15755. },
  15756. },
  15757. [
  15758. {
  15759. name: "Micro",
  15760. height: math.unit(6, "inches")
  15761. },
  15762. {
  15763. name: "Normal",
  15764. height: math.unit(6, "feet"),
  15765. default: true
  15766. },
  15767. {
  15768. name: "Macro",
  15769. height: math.unit(72, "feet")
  15770. },
  15771. ]
  15772. ))
  15773. characterMakers.push(() => makeCharacter(
  15774. { name: "Irishfox" },
  15775. {
  15776. front: {
  15777. height: math.unit(5 + 9 / 12, "feet"),
  15778. weight: math.unit(175, "lb"),
  15779. name: "Front",
  15780. image: {
  15781. source: "./media/characters/irishfox/front.svg",
  15782. extra: 1912 / 1680,
  15783. bottom: 0.02
  15784. }
  15785. },
  15786. },
  15787. [
  15788. {
  15789. name: "Nano",
  15790. height: math.unit(1, "mm")
  15791. },
  15792. {
  15793. name: "Micro",
  15794. height: math.unit(2, "inches")
  15795. },
  15796. {
  15797. name: "Normal",
  15798. height: math.unit(5 + 9 / 12, "feet"),
  15799. default: true
  15800. },
  15801. {
  15802. name: "Macro",
  15803. height: math.unit(45, "feet")
  15804. },
  15805. ]
  15806. ))
  15807. characterMakers.push(() => makeCharacter(
  15808. { name: "Aronai Sieyes" },
  15809. {
  15810. front: {
  15811. height: math.unit(6 + 1 / 12, "feet"),
  15812. weight: math.unit(150, "lb"),
  15813. name: "Front",
  15814. image: {
  15815. source: "./media/characters/aronai-sieyes/front.svg",
  15816. extra: 1556 / 1480,
  15817. bottom: 0.015
  15818. }
  15819. },
  15820. side: {
  15821. height: math.unit(6 + 1 / 12, "feet"),
  15822. weight: math.unit(150, "lb"),
  15823. name: "Side",
  15824. image: {
  15825. source: "./media/characters/aronai-sieyes/side.svg",
  15826. extra: 1433 / 1390,
  15827. bottom: 0.0393
  15828. }
  15829. },
  15830. back: {
  15831. height: math.unit(6 + 1 / 12, "feet"),
  15832. weight: math.unit(150, "lb"),
  15833. name: "Back",
  15834. image: {
  15835. source: "./media/characters/aronai-sieyes/back.svg",
  15836. extra: 1544 / 1494,
  15837. bottom: 0.02
  15838. }
  15839. },
  15840. frontClothed: {
  15841. height: math.unit(6 + 1 / 12, "feet"),
  15842. weight: math.unit(150, "lb"),
  15843. name: "Front (Clothed)",
  15844. image: {
  15845. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  15846. extra: 1582 / 1527
  15847. }
  15848. },
  15849. feral: {
  15850. height: math.unit(18, "feet"),
  15851. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  15852. name: "Feral",
  15853. image: {
  15854. source: "./media/characters/aronai-sieyes/feral.svg",
  15855. extra: 1530 / 1240,
  15856. bottom: 0.035
  15857. }
  15858. },
  15859. },
  15860. [
  15861. {
  15862. name: "Micro",
  15863. height: math.unit(2, "inches")
  15864. },
  15865. {
  15866. name: "Normal",
  15867. height: math.unit(6 + 1 / 12, "feet"),
  15868. default: true
  15869. }
  15870. ]
  15871. ))
  15872. characterMakers.push(() => makeCharacter(
  15873. { name: "Xuna" },
  15874. {
  15875. front: {
  15876. height: math.unit(12, "feet"),
  15877. weight: math.unit(410, "kg"),
  15878. name: "Front",
  15879. image: {
  15880. source: "./media/characters/xuna/front.svg",
  15881. extra: 2184 / 1980
  15882. }
  15883. },
  15884. side: {
  15885. height: math.unit(12, "feet"),
  15886. weight: math.unit(410, "kg"),
  15887. name: "Side",
  15888. image: {
  15889. source: "./media/characters/xuna/side.svg",
  15890. extra: 2184 / 1980
  15891. }
  15892. },
  15893. back: {
  15894. height: math.unit(12, "feet"),
  15895. weight: math.unit(410, "kg"),
  15896. name: "Back",
  15897. image: {
  15898. source: "./media/characters/xuna/back.svg",
  15899. extra: 2184 / 1980
  15900. }
  15901. },
  15902. },
  15903. [
  15904. {
  15905. name: "Nano glow",
  15906. height: math.unit(10, "nm")
  15907. },
  15908. {
  15909. name: "Micro floof",
  15910. height: math.unit(0.3, "m")
  15911. },
  15912. {
  15913. name: "Huggable softy boi",
  15914. height: math.unit(3.6576, "m"),
  15915. default: true
  15916. },
  15917. {
  15918. name: "Admirable floof",
  15919. height: math.unit(80, "meters")
  15920. },
  15921. {
  15922. name: "Gentle macro",
  15923. height: math.unit(300, "meters")
  15924. },
  15925. {
  15926. name: "Very careful floof",
  15927. height: math.unit(3200, "meters")
  15928. },
  15929. {
  15930. name: "The mega floof",
  15931. height: math.unit(36000, "meters")
  15932. },
  15933. {
  15934. name: "Giga-fur-Wicker",
  15935. height: math.unit(4800000, "meters")
  15936. },
  15937. {
  15938. name: "Licky world",
  15939. height: math.unit(20000000, "meters")
  15940. },
  15941. {
  15942. name: "Floofy cyan sun",
  15943. height: math.unit(1500000000, "meters")
  15944. },
  15945. {
  15946. name: "Milky Wicker",
  15947. height: math.unit(1000000000000000000000, "meters")
  15948. },
  15949. {
  15950. name: "The observing Wicker",
  15951. height: math.unit(999999999999999999999999999, "meters")
  15952. },
  15953. ]
  15954. ))
  15955. characterMakers.push(() => makeCharacter(
  15956. { name: "Arokha Sieyes" },
  15957. {
  15958. front: {
  15959. height: math.unit(5 + 9 / 12, "feet"),
  15960. weight: math.unit(150, "lb"),
  15961. name: "Front",
  15962. image: {
  15963. source: "./media/characters/arokha-sieyes/front.svg",
  15964. extra: 1425 / 1284,
  15965. bottom: 0.05
  15966. }
  15967. },
  15968. },
  15969. [
  15970. {
  15971. name: "Normal",
  15972. height: math.unit(5 + 9 / 12, "feet")
  15973. },
  15974. {
  15975. name: "Macro",
  15976. height: math.unit(30, "meters"),
  15977. default: true
  15978. },
  15979. ]
  15980. ))
  15981. characterMakers.push(() => makeCharacter(
  15982. { name: "Arokh Sieyes" },
  15983. {
  15984. front: {
  15985. height: math.unit(6, "feet"),
  15986. weight: math.unit(180, "lb"),
  15987. name: "Front",
  15988. image: {
  15989. source: "./media/characters/arokh-sieyes/front.svg",
  15990. extra: 1830 / 1769,
  15991. bottom: 0.01
  15992. }
  15993. },
  15994. },
  15995. [
  15996. {
  15997. name: "Normal",
  15998. height: math.unit(6, "feet")
  15999. },
  16000. {
  16001. name: "Macro",
  16002. height: math.unit(30, "meters"),
  16003. default: true
  16004. },
  16005. ]
  16006. ))
  16007. characterMakers.push(() => makeCharacter(
  16008. { name: "Goldeneye" },
  16009. {
  16010. side: {
  16011. height: math.unit(13 + 1 / 12, "feet"),
  16012. weight: math.unit(8.5, "tonnes"),
  16013. name: "Side",
  16014. image: {
  16015. source: "./media/characters/goldeneye/side.svg",
  16016. extra: 1182 / 778,
  16017. bottom: 0.067
  16018. }
  16019. },
  16020. paw: {
  16021. height: math.unit(3.4, "feet"),
  16022. name: "Paw",
  16023. image: {
  16024. source: "./media/characters/goldeneye/paw.svg"
  16025. }
  16026. },
  16027. },
  16028. [
  16029. {
  16030. name: "Normal",
  16031. height: math.unit(13 + 1 / 12, "feet"),
  16032. default: true
  16033. },
  16034. ]
  16035. ))
  16036. characterMakers.push(() => makeCharacter(
  16037. { name: "Leonardo Lycheborne" },
  16038. {
  16039. front: {
  16040. height: math.unit(6 + 1 / 12, "feet"),
  16041. weight: math.unit(210, "lb"),
  16042. name: "Front",
  16043. image: {
  16044. source: "./media/characters/leonardo-lycheborne/front.svg",
  16045. extra: 390 / 365,
  16046. bottom: 0.032
  16047. }
  16048. },
  16049. side: {
  16050. height: math.unit(6 + 1 / 12, "feet"),
  16051. weight: math.unit(210, "lb"),
  16052. name: "Side",
  16053. image: {
  16054. source: "./media/characters/leonardo-lycheborne/side.svg",
  16055. extra: 390 / 365,
  16056. bottom: 0.005
  16057. }
  16058. },
  16059. back: {
  16060. height: math.unit(6 + 1 / 12, "feet"),
  16061. weight: math.unit(210, "lb"),
  16062. name: "Back",
  16063. image: {
  16064. source: "./media/characters/leonardo-lycheborne/back.svg",
  16065. extra: 392 / 366,
  16066. bottom: 0.01
  16067. }
  16068. },
  16069. hand: {
  16070. height: math.unit(1.08, "feet"),
  16071. name: "Hand",
  16072. image: {
  16073. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16074. }
  16075. },
  16076. foot: {
  16077. height: math.unit(1.32, "feet"),
  16078. name: "Foot",
  16079. image: {
  16080. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16081. }
  16082. },
  16083. were: {
  16084. height: math.unit(20, "feet"),
  16085. weight: math.unit(7800, "lb"),
  16086. name: "Were",
  16087. image: {
  16088. source: "./media/characters/leonardo-lycheborne/were.svg",
  16089. extra: 308 / 294,
  16090. bottom: 0.048
  16091. }
  16092. },
  16093. feral: {
  16094. height: math.unit(7.5, "feet"),
  16095. weight: math.unit(600, "lb"),
  16096. name: "Feral",
  16097. image: {
  16098. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16099. extra: 210 / 186,
  16100. bottom: 0.108
  16101. }
  16102. },
  16103. taur: {
  16104. height: math.unit(11, "feet"),
  16105. weight: math.unit(3300, "lb"),
  16106. name: "Taur",
  16107. image: {
  16108. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16109. extra: 320 / 303,
  16110. bottom: 0.025
  16111. }
  16112. },
  16113. barghest: {
  16114. height: math.unit(11, "feet"),
  16115. weight: math.unit(1300, "lb"),
  16116. name: "Barghest",
  16117. image: {
  16118. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16119. extra: 323 / 302,
  16120. bottom: 0.027
  16121. }
  16122. },
  16123. dick: {
  16124. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16125. name: "Dick",
  16126. image: {
  16127. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16128. }
  16129. },
  16130. dickWere: {
  16131. height: math.unit((20) / 3.8, "feet"),
  16132. name: "Dick (Were)",
  16133. image: {
  16134. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16135. }
  16136. },
  16137. },
  16138. [
  16139. {
  16140. name: "Normal",
  16141. height: math.unit(6 + 1 / 12, "feet"),
  16142. default: true
  16143. },
  16144. ]
  16145. ))
  16146. characterMakers.push(() => makeCharacter(
  16147. { name: "Jet" },
  16148. {
  16149. front: {
  16150. height: math.unit(10, "feet"),
  16151. weight: math.unit(350, "lb"),
  16152. name: "Front",
  16153. image: {
  16154. source: "./media/characters/jet/front.svg",
  16155. extra: 2050 / 1980,
  16156. bottom: 0.013
  16157. }
  16158. },
  16159. back: {
  16160. height: math.unit(10, "feet"),
  16161. weight: math.unit(350, "lb"),
  16162. name: "Back",
  16163. image: {
  16164. source: "./media/characters/jet/back.svg",
  16165. extra: 2050 / 1980,
  16166. bottom: 0.013
  16167. }
  16168. },
  16169. },
  16170. [
  16171. {
  16172. name: "Micro",
  16173. height: math.unit(6, "inches")
  16174. },
  16175. {
  16176. name: "Normal",
  16177. height: math.unit(10, "feet"),
  16178. default: true
  16179. },
  16180. {
  16181. name: "Macro",
  16182. height: math.unit(100, "feet")
  16183. },
  16184. ]
  16185. ))
  16186. characterMakers.push(() => makeCharacter(
  16187. { name: "Tanarath" },
  16188. {
  16189. front: {
  16190. height: math.unit(15, "feet"),
  16191. weight: math.unit(2800, "lb"),
  16192. name: "Front",
  16193. image: {
  16194. source: "./media/characters/tanarath/front.svg",
  16195. extra: 2392 / 2220,
  16196. bottom: 0.03
  16197. }
  16198. },
  16199. back: {
  16200. height: math.unit(15, "feet"),
  16201. weight: math.unit(2800, "lb"),
  16202. name: "Back",
  16203. image: {
  16204. source: "./media/characters/tanarath/back.svg",
  16205. extra: 2392 / 2220,
  16206. bottom: 0.03
  16207. }
  16208. },
  16209. },
  16210. [
  16211. {
  16212. name: "Normal",
  16213. height: math.unit(15, "feet"),
  16214. default: true
  16215. },
  16216. ]
  16217. ))
  16218. characterMakers.push(() => makeCharacter(
  16219. { name: "Patty CattyBatty" },
  16220. {
  16221. front: {
  16222. height: math.unit(7 + 1 / 12, "feet"),
  16223. weight: math.unit(175, "lb"),
  16224. name: "Front",
  16225. image: {
  16226. source: "./media/characters/patty-cattybatty/front.svg",
  16227. extra: 908 / 874,
  16228. bottom: 0.025
  16229. }
  16230. },
  16231. },
  16232. [
  16233. {
  16234. name: "Micro",
  16235. height: math.unit(1, "inch")
  16236. },
  16237. {
  16238. name: "Normal",
  16239. height: math.unit(7 + 1 / 12, "feet")
  16240. },
  16241. {
  16242. name: "Mini Macro",
  16243. height: math.unit(155, "feet")
  16244. },
  16245. {
  16246. name: "Macro",
  16247. height: math.unit(1077, "feet")
  16248. },
  16249. {
  16250. name: "Mega Macro",
  16251. height: math.unit(47650, "feet"),
  16252. default: true
  16253. },
  16254. {
  16255. name: "Giga Macro",
  16256. height: math.unit(440, "miles")
  16257. },
  16258. {
  16259. name: "Tera Macro",
  16260. height: math.unit(8700, "miles")
  16261. },
  16262. {
  16263. name: "Planetary Macro",
  16264. height: math.unit(32700, "miles")
  16265. },
  16266. {
  16267. name: "Solar Macro",
  16268. height: math.unit(550000, "miles")
  16269. },
  16270. {
  16271. name: "Celestial Macro",
  16272. height: math.unit(2.5, "AU")
  16273. },
  16274. ]
  16275. ))
  16276. characterMakers.push(() => makeCharacter(
  16277. { name: "Cappu" },
  16278. {
  16279. front: {
  16280. height: math.unit(4 + 5 / 12, "feet"),
  16281. weight: math.unit(90, "lb"),
  16282. name: "Front",
  16283. image: {
  16284. source: "./media/characters/cappu/front.svg",
  16285. extra: 1247 / 1152,
  16286. bottom: 0.012
  16287. }
  16288. },
  16289. },
  16290. [
  16291. {
  16292. name: "Normal",
  16293. height: math.unit(4 + 5 / 12, "feet"),
  16294. default: true
  16295. },
  16296. ]
  16297. ))
  16298. characterMakers.push(() => makeCharacter(
  16299. { name: "Sebi" },
  16300. {
  16301. frontDressed: {
  16302. height: math.unit(70, "cm"),
  16303. weight: math.unit(6, "kg"),
  16304. name: "Front (Dressed)",
  16305. image: {
  16306. source: "./media/characters/sebi/front-dressed.svg",
  16307. extra: 713.5 / 686.5,
  16308. bottom: 0.003
  16309. }
  16310. },
  16311. front: {
  16312. height: math.unit(70, "cm"),
  16313. weight: math.unit(5, "kg"),
  16314. name: "Front",
  16315. image: {
  16316. source: "./media/characters/sebi/front.svg",
  16317. extra: 713.5 / 686.5,
  16318. bottom: 0.003
  16319. }
  16320. }
  16321. },
  16322. [
  16323. {
  16324. name: "Normal",
  16325. height: math.unit(70, "cm"),
  16326. default: true
  16327. },
  16328. {
  16329. name: "Macro",
  16330. height: math.unit(8, "meters")
  16331. },
  16332. ]
  16333. ))
  16334. characterMakers.push(() => makeCharacter(
  16335. { name: "Typhek" },
  16336. {
  16337. front: {
  16338. height: math.unit(6, "feet"),
  16339. weight: math.unit(150, "lb"),
  16340. name: "Front",
  16341. image: {
  16342. source: "./media/characters/typhek/front.svg",
  16343. extra: 1948 / 1929,
  16344. bottom: 0.025
  16345. }
  16346. },
  16347. side: {
  16348. height: math.unit(6, "feet"),
  16349. weight: math.unit(150, "lb"),
  16350. name: "Side",
  16351. image: {
  16352. source: "./media/characters/typhek/side.svg",
  16353. extra: 2034 / 2010,
  16354. bottom: 0.003
  16355. }
  16356. },
  16357. back: {
  16358. height: math.unit(6, "feet"),
  16359. weight: math.unit(150, "lb"),
  16360. name: "Back",
  16361. image: {
  16362. source: "./media/characters/typhek/back.svg",
  16363. extra: 2005 / 1978,
  16364. bottom: 0.004
  16365. }
  16366. },
  16367. palm: {
  16368. height: math.unit(1.2, "feet"),
  16369. name: "Palm",
  16370. image: {
  16371. source: "./media/characters/typhek/palm.svg"
  16372. }
  16373. },
  16374. fist: {
  16375. height: math.unit(1.1, "feet"),
  16376. name: "Fist",
  16377. image: {
  16378. source: "./media/characters/typhek/fist.svg"
  16379. }
  16380. },
  16381. foot: {
  16382. height: math.unit(1.57, "feet"),
  16383. name: "Foot",
  16384. image: {
  16385. source: "./media/characters/typhek/foot.svg"
  16386. }
  16387. },
  16388. sole: {
  16389. height: math.unit(2.05, "feet"),
  16390. name: "Sole",
  16391. image: {
  16392. source: "./media/characters/typhek/sole.svg"
  16393. }
  16394. },
  16395. },
  16396. [
  16397. {
  16398. name: "Macro",
  16399. height: math.unit(40, "stories"),
  16400. default: true
  16401. },
  16402. {
  16403. name: "Megamacro",
  16404. height: math.unit(1, "mile")
  16405. },
  16406. {
  16407. name: "Gigamacro",
  16408. height: math.unit(4000, "solarradii")
  16409. },
  16410. {
  16411. name: "Universal",
  16412. height: math.unit(1.1, "universes")
  16413. }
  16414. ]
  16415. ))
  16416. characterMakers.push(() => makeCharacter(
  16417. { name: "Kassy" },
  16418. {
  16419. side: {
  16420. height: math.unit(5 + 7 / 12, "feet"),
  16421. weight: math.unit(150, "lb"),
  16422. name: "Side",
  16423. image: {
  16424. source: "./media/characters/kassy/side.svg",
  16425. extra: 1280 / 1225,
  16426. bottom: 0.002
  16427. }
  16428. },
  16429. front: {
  16430. height: math.unit(5 + 7 / 12, "feet"),
  16431. weight: math.unit(150, "lb"),
  16432. name: "Front",
  16433. image: {
  16434. source: "./media/characters/kassy/front.svg",
  16435. extra: 1280 / 1225,
  16436. bottom: 0.025
  16437. }
  16438. },
  16439. back: {
  16440. height: math.unit(5 + 7 / 12, "feet"),
  16441. weight: math.unit(150, "lb"),
  16442. name: "Back",
  16443. image: {
  16444. source: "./media/characters/kassy/back.svg",
  16445. extra: 1280 / 1225,
  16446. bottom: 0.002
  16447. }
  16448. },
  16449. foot: {
  16450. height: math.unit(1.266, "feet"),
  16451. name: "Foot",
  16452. image: {
  16453. source: "./media/characters/kassy/foot.svg"
  16454. }
  16455. },
  16456. },
  16457. [
  16458. {
  16459. name: "Normal",
  16460. height: math.unit(5 + 7 / 12, "feet")
  16461. },
  16462. {
  16463. name: "Macro",
  16464. height: math.unit(137, "feet"),
  16465. default: true
  16466. },
  16467. {
  16468. name: "Megamacro",
  16469. height: math.unit(1, "mile")
  16470. },
  16471. ]
  16472. ))
  16473. characterMakers.push(() => makeCharacter(
  16474. { name: "Neil" },
  16475. {
  16476. front: {
  16477. height: math.unit(6 + 1 / 12, "feet"),
  16478. weight: math.unit(200, "lb"),
  16479. name: "Front",
  16480. image: {
  16481. source: "./media/characters/neil/front.svg",
  16482. extra: 1326 / 1250,
  16483. bottom: 0.023
  16484. }
  16485. },
  16486. },
  16487. [
  16488. {
  16489. name: "Normal",
  16490. height: math.unit(6 + 1 / 12, "feet"),
  16491. default: true
  16492. },
  16493. {
  16494. name: "Macro",
  16495. height: math.unit(200, "feet")
  16496. },
  16497. ]
  16498. ))
  16499. characterMakers.push(() => makeCharacter(
  16500. { name: "Atticus" },
  16501. {
  16502. front: {
  16503. height: math.unit(5 + 9 / 12, "feet"),
  16504. weight: math.unit(190, "lb"),
  16505. name: "Front",
  16506. image: {
  16507. source: "./media/characters/atticus/front.svg",
  16508. extra: 2934 / 2785,
  16509. bottom: 0.025
  16510. }
  16511. },
  16512. },
  16513. [
  16514. {
  16515. name: "Normal",
  16516. height: math.unit(5 + 9 / 12, "feet"),
  16517. default: true
  16518. },
  16519. {
  16520. name: "Macro",
  16521. height: math.unit(180, "feet")
  16522. },
  16523. ]
  16524. ))
  16525. characterMakers.push(() => makeCharacter(
  16526. { name: "Milo" },
  16527. {
  16528. side: {
  16529. height: math.unit(9, "feet"),
  16530. weight: math.unit(650, "lb"),
  16531. name: "Side",
  16532. image: {
  16533. source: "./media/characters/milo/side.svg",
  16534. extra: 2644 / 2310,
  16535. bottom: 0.032
  16536. }
  16537. },
  16538. },
  16539. [
  16540. {
  16541. name: "Normal",
  16542. height: math.unit(9, "feet"),
  16543. default: true
  16544. },
  16545. {
  16546. name: "Macro",
  16547. height: math.unit(300, "feet")
  16548. },
  16549. ]
  16550. ))
  16551. characterMakers.push(() => makeCharacter(
  16552. { name: "Ijzer" },
  16553. {
  16554. side: {
  16555. height: math.unit(8, "meters"),
  16556. weight: math.unit(90000, "kg"),
  16557. name: "Side",
  16558. image: {
  16559. source: "./media/characters/ijzer/side.svg",
  16560. extra: 2756 / 1600,
  16561. bottom: 0.01
  16562. }
  16563. },
  16564. },
  16565. [
  16566. {
  16567. name: "Small",
  16568. height: math.unit(3, "meters")
  16569. },
  16570. {
  16571. name: "Normal",
  16572. height: math.unit(8, "meters"),
  16573. default: true
  16574. },
  16575. {
  16576. name: "Normal+",
  16577. height: math.unit(10, "meters")
  16578. },
  16579. {
  16580. name: "Bigger",
  16581. height: math.unit(24, "meters")
  16582. },
  16583. {
  16584. name: "Huge",
  16585. height: math.unit(80, "meters")
  16586. },
  16587. ]
  16588. ))
  16589. characterMakers.push(() => makeCharacter(
  16590. { name: "Luca Cervicum" },
  16591. {
  16592. front: {
  16593. height: math.unit(6 + 2 / 12, "feet"),
  16594. weight: math.unit(153, "lb"),
  16595. name: "Front",
  16596. image: {
  16597. source: "./media/characters/luca-cervicum/front.svg",
  16598. extra: 370 / 327,
  16599. bottom: 0.015
  16600. }
  16601. },
  16602. back: {
  16603. height: math.unit(6 + 2 / 12, "feet"),
  16604. weight: math.unit(153, "lb"),
  16605. name: "Back",
  16606. image: {
  16607. source: "./media/characters/luca-cervicum/back.svg",
  16608. extra: 367 / 333,
  16609. bottom: 0.005
  16610. }
  16611. },
  16612. frontGear: {
  16613. height: math.unit(6 + 2 / 12, "feet"),
  16614. weight: math.unit(173, "lb"),
  16615. name: "Front (Gear)",
  16616. image: {
  16617. source: "./media/characters/luca-cervicum/front-gear.svg",
  16618. extra: 377 / 333,
  16619. bottom: 0.006
  16620. }
  16621. },
  16622. },
  16623. [
  16624. {
  16625. name: "Normal",
  16626. height: math.unit(6 + 2 / 12, "feet"),
  16627. default: true
  16628. },
  16629. ]
  16630. ))
  16631. characterMakers.push(() => makeCharacter(
  16632. { name: "Oliver" },
  16633. {
  16634. front: {
  16635. height: math.unit(6 + 1 / 12, "feet"),
  16636. weight: math.unit(304, "lb"),
  16637. name: "Front",
  16638. image: {
  16639. source: "./media/characters/oliver/front.svg",
  16640. extra: 157 / 143,
  16641. bottom: 0.08
  16642. }
  16643. },
  16644. },
  16645. [
  16646. {
  16647. name: "Normal",
  16648. height: math.unit(6 + 1 / 12, "feet"),
  16649. default: true
  16650. },
  16651. ]
  16652. ))
  16653. characterMakers.push(() => makeCharacter(
  16654. { name: "Shane" },
  16655. {
  16656. front: {
  16657. height: math.unit(5 + 7 / 12, "feet"),
  16658. weight: math.unit(140, "lb"),
  16659. name: "Front",
  16660. image: {
  16661. source: "./media/characters/shane/front.svg",
  16662. extra: 304 / 289,
  16663. bottom: 0.005
  16664. }
  16665. },
  16666. },
  16667. [
  16668. {
  16669. name: "Normal",
  16670. height: math.unit(5 + 7 / 12, "feet"),
  16671. default: true
  16672. },
  16673. ]
  16674. ))
  16675. characterMakers.push(() => makeCharacter(
  16676. { name: "Shin" },
  16677. {
  16678. front: {
  16679. height: math.unit(5 + 9 / 12, "feet"),
  16680. weight: math.unit(178, "lb"),
  16681. name: "Front",
  16682. image: {
  16683. source: "./media/characters/shin/front.svg",
  16684. extra: 159 / 151,
  16685. bottom: 0.015
  16686. }
  16687. },
  16688. },
  16689. [
  16690. {
  16691. name: "Normal",
  16692. height: math.unit(5 + 9 / 12, "feet"),
  16693. default: true
  16694. },
  16695. ]
  16696. ))
  16697. characterMakers.push(() => makeCharacter(
  16698. { name: "Xerxes" },
  16699. {
  16700. front: {
  16701. height: math.unit(5 + 10 / 12, "feet"),
  16702. weight: math.unit(168, "lb"),
  16703. name: "Front",
  16704. image: {
  16705. source: "./media/characters/xerxes/front.svg",
  16706. extra: 282 / 260,
  16707. bottom: 0.045
  16708. }
  16709. },
  16710. },
  16711. [
  16712. {
  16713. name: "Normal",
  16714. height: math.unit(5 + 10 / 12, "feet"),
  16715. default: true
  16716. },
  16717. ]
  16718. ))
  16719. characterMakers.push(() => makeCharacter(
  16720. { name: "Chaska" },
  16721. {
  16722. front: {
  16723. height: math.unit(6 + 7 / 12, "feet"),
  16724. weight: math.unit(208, "lb"),
  16725. name: "Front",
  16726. image: {
  16727. source: "./media/characters/chaska/front.svg",
  16728. extra: 332 / 319,
  16729. bottom: 0.015
  16730. }
  16731. },
  16732. },
  16733. [
  16734. {
  16735. name: "Normal",
  16736. height: math.unit(6 + 7 / 12, "feet"),
  16737. default: true
  16738. },
  16739. ]
  16740. ))
  16741. characterMakers.push(() => makeCharacter(
  16742. { name: "Enuk" },
  16743. {
  16744. front: {
  16745. height: math.unit(5 + 8 / 12, "feet"),
  16746. weight: math.unit(208, "lb"),
  16747. name: "Front",
  16748. image: {
  16749. source: "./media/characters/enuk/front.svg",
  16750. extra: 437 / 406,
  16751. bottom: 0.02
  16752. }
  16753. },
  16754. },
  16755. [
  16756. {
  16757. name: "Normal",
  16758. height: math.unit(5 + 8 / 12, "feet"),
  16759. default: true
  16760. },
  16761. ]
  16762. ))
  16763. characterMakers.push(() => makeCharacter(
  16764. { name: "Bruun" },
  16765. {
  16766. front: {
  16767. height: math.unit(5 + 10 / 12, "feet"),
  16768. weight: math.unit(252, "lb"),
  16769. name: "Front",
  16770. image: {
  16771. source: "./media/characters/bruun/front.svg",
  16772. extra: 197 / 187,
  16773. bottom: 0.012
  16774. }
  16775. },
  16776. },
  16777. [
  16778. {
  16779. name: "Normal",
  16780. height: math.unit(5 + 10 / 12, "feet"),
  16781. default: true
  16782. },
  16783. ]
  16784. ))
  16785. characterMakers.push(() => makeCharacter(
  16786. { name: "Alexeev" },
  16787. {
  16788. front: {
  16789. height: math.unit(6 + 10 / 12, "feet"),
  16790. weight: math.unit(255, "lb"),
  16791. name: "Front",
  16792. image: {
  16793. source: "./media/characters/alexeev/front.svg",
  16794. extra: 213 / 200,
  16795. bottom: 0.05
  16796. }
  16797. },
  16798. },
  16799. [
  16800. {
  16801. name: "Normal",
  16802. height: math.unit(6 + 10 / 12, "feet"),
  16803. default: true
  16804. },
  16805. ]
  16806. ))
  16807. characterMakers.push(() => makeCharacter(
  16808. { name: "Evelyn" },
  16809. {
  16810. front: {
  16811. height: math.unit(2 + 8 / 12, "feet"),
  16812. weight: math.unit(22, "lb"),
  16813. name: "Front",
  16814. image: {
  16815. source: "./media/characters/evelyn/front.svg",
  16816. extra: 208 / 180
  16817. }
  16818. },
  16819. },
  16820. [
  16821. {
  16822. name: "Normal",
  16823. height: math.unit(2 + 8 / 12, "feet"),
  16824. default: true
  16825. },
  16826. ]
  16827. ))
  16828. characterMakers.push(() => makeCharacter(
  16829. { name: "Inca" },
  16830. {
  16831. front: {
  16832. height: math.unit(5 + 9 / 12, "feet"),
  16833. weight: math.unit(139, "lb"),
  16834. name: "Front",
  16835. image: {
  16836. source: "./media/characters/inca/front.svg",
  16837. extra: 294 / 291,
  16838. bottom: 0.03
  16839. }
  16840. },
  16841. },
  16842. [
  16843. {
  16844. name: "Normal",
  16845. height: math.unit(5 + 9 / 12, "feet"),
  16846. default: true
  16847. },
  16848. ]
  16849. ))
  16850. characterMakers.push(() => makeCharacter(
  16851. { name: "Magdalene" },
  16852. {
  16853. front: {
  16854. height: math.unit(5 + 1 / 12, "feet"),
  16855. weight: math.unit(84, "lb"),
  16856. name: "Front",
  16857. image: {
  16858. source: "./media/characters/magdalene/front.svg",
  16859. extra: 293 / 273
  16860. }
  16861. },
  16862. },
  16863. [
  16864. {
  16865. name: "Normal",
  16866. height: math.unit(5 + 1 / 12, "feet"),
  16867. default: true
  16868. },
  16869. ]
  16870. ))
  16871. characterMakers.push(() => makeCharacter(
  16872. { name: "Mera" },
  16873. {
  16874. front: {
  16875. height: math.unit(6 + 3 / 12, "feet"),
  16876. weight: math.unit(185, "lb"),
  16877. name: "Front",
  16878. image: {
  16879. source: "./media/characters/mera/front.svg",
  16880. extra: 291 / 277,
  16881. bottom: 0.03
  16882. }
  16883. },
  16884. },
  16885. [
  16886. {
  16887. name: "Normal",
  16888. height: math.unit(6 + 3 / 12, "feet"),
  16889. default: true
  16890. },
  16891. ]
  16892. ))
  16893. characterMakers.push(() => makeCharacter(
  16894. { name: "Ceres" },
  16895. {
  16896. front: {
  16897. height: math.unit(6 + 7 / 12, "feet"),
  16898. weight: math.unit(160, "lb"),
  16899. name: "Front",
  16900. image: {
  16901. source: "./media/characters/ceres/front.svg",
  16902. extra: 1023 / 950,
  16903. bottom: 0.027
  16904. }
  16905. },
  16906. back: {
  16907. height: math.unit(6 + 7 / 12, "feet"),
  16908. weight: math.unit(160, "lb"),
  16909. name: "Back",
  16910. image: {
  16911. source: "./media/characters/ceres/back.svg",
  16912. extra: 1023 / 950
  16913. }
  16914. },
  16915. },
  16916. [
  16917. {
  16918. name: "Normal",
  16919. height: math.unit(6 + 7 / 12, "feet"),
  16920. default: true
  16921. },
  16922. ]
  16923. ))
  16924. characterMakers.push(() => makeCharacter(
  16925. { name: "Kris" },
  16926. {
  16927. front: {
  16928. height: math.unit(5 + 10 / 12, "feet"),
  16929. weight: math.unit(150, "lb"),
  16930. name: "Front",
  16931. image: {
  16932. source: "./media/characters/kris/front.svg",
  16933. extra: 885 / 803,
  16934. bottom: 0.03
  16935. }
  16936. },
  16937. },
  16938. [
  16939. {
  16940. name: "Normal",
  16941. height: math.unit(5 + 10 / 12, "feet"),
  16942. default: true
  16943. },
  16944. ]
  16945. ))
  16946. characterMakers.push(() => makeCharacter(
  16947. { name: "Taluthus" },
  16948. {
  16949. front: {
  16950. height: math.unit(7, "feet"),
  16951. weight: math.unit(120, "kg"),
  16952. name: "Front",
  16953. image: {
  16954. source: "./media/characters/taluthus/front.svg",
  16955. extra: 903 / 833,
  16956. bottom: 0.015
  16957. }
  16958. },
  16959. },
  16960. [
  16961. {
  16962. name: "Normal",
  16963. height: math.unit(7, "feet"),
  16964. default: true
  16965. },
  16966. {
  16967. name: "Macro",
  16968. height: math.unit(300, "feet")
  16969. },
  16970. ]
  16971. ))
  16972. characterMakers.push(() => makeCharacter(
  16973. { name: "Dawn" },
  16974. {
  16975. front: {
  16976. height: math.unit(5 + 9 / 12, "feet"),
  16977. weight: math.unit(145, "lb"),
  16978. name: "Front",
  16979. image: {
  16980. source: "./media/characters/dawn/front.svg",
  16981. extra: 2094 / 2016,
  16982. bottom: 0.025
  16983. }
  16984. },
  16985. back: {
  16986. height: math.unit(5 + 9 / 12, "feet"),
  16987. weight: math.unit(160, "lb"),
  16988. name: "Back",
  16989. image: {
  16990. source: "./media/characters/dawn/back.svg",
  16991. extra: 2112 / 2080,
  16992. bottom: 0.005
  16993. }
  16994. },
  16995. },
  16996. [
  16997. {
  16998. name: "Normal",
  16999. height: math.unit(6 + 7 / 12, "feet"),
  17000. default: true
  17001. },
  17002. ]
  17003. ))
  17004. characterMakers.push(() => makeCharacter(
  17005. { name: "Arador" },
  17006. {
  17007. anthro: {
  17008. height: math.unit(8 + 3 / 12, "feet"),
  17009. weight: math.unit(450, "lb"),
  17010. name: "Anthro",
  17011. image: {
  17012. source: "./media/characters/arador/anthro.svg",
  17013. extra: 1835 / 1718,
  17014. bottom: 0.025
  17015. }
  17016. },
  17017. feral: {
  17018. height: math.unit(4, "feet"),
  17019. weight: math.unit(200, "lb"),
  17020. name: "Feral",
  17021. image: {
  17022. source: "./media/characters/arador/feral.svg",
  17023. extra: 1683 / 1514,
  17024. bottom: 0.07
  17025. }
  17026. },
  17027. },
  17028. [
  17029. {
  17030. name: "Normal",
  17031. height: math.unit(8 + 3 / 12, "feet")
  17032. },
  17033. {
  17034. name: "Macro",
  17035. height: math.unit(82.5, "feet"),
  17036. default: true
  17037. },
  17038. ]
  17039. ))
  17040. characterMakers.push(() => makeCharacter(
  17041. { name: "Dharsi" },
  17042. {
  17043. front: {
  17044. height: math.unit(5 + 10 / 12, "feet"),
  17045. weight: math.unit(125, "lb"),
  17046. name: "Front",
  17047. image: {
  17048. source: "./media/characters/dharsi/front.svg",
  17049. extra: 716 / 630,
  17050. bottom: 0.035
  17051. }
  17052. },
  17053. },
  17054. [
  17055. {
  17056. name: "Nano",
  17057. height: math.unit(100, "nm")
  17058. },
  17059. {
  17060. name: "Micro",
  17061. height: math.unit(2, "inches")
  17062. },
  17063. {
  17064. name: "Normal",
  17065. height: math.unit(5 + 10 / 12, "feet"),
  17066. default: true
  17067. },
  17068. {
  17069. name: "Macro",
  17070. height: math.unit(1000, "feet")
  17071. },
  17072. {
  17073. name: "Megamacro",
  17074. height: math.unit(10, "miles")
  17075. },
  17076. {
  17077. name: "Gigamacro",
  17078. height: math.unit(3000, "miles")
  17079. },
  17080. {
  17081. name: "Teramacro",
  17082. height: math.unit(500000, "miles")
  17083. },
  17084. {
  17085. name: "Teramacro+",
  17086. height: math.unit(30, "galaxies")
  17087. },
  17088. ]
  17089. ))
  17090. characterMakers.push(() => makeCharacter(
  17091. { name: "Deathy" },
  17092. {
  17093. front: {
  17094. height: math.unit(6, "feet"),
  17095. weight: math.unit(150, "lb"),
  17096. name: "Front",
  17097. image: {
  17098. source: "./media/characters/deathy/front.svg",
  17099. extra: 1552 / 1463,
  17100. bottom: 0.025
  17101. }
  17102. },
  17103. side: {
  17104. height: math.unit(6, "feet"),
  17105. weight: math.unit(150, "lb"),
  17106. name: "Side",
  17107. image: {
  17108. source: "./media/characters/deathy/side.svg",
  17109. extra: 1604 / 1455,
  17110. bottom: 0.025
  17111. }
  17112. },
  17113. back: {
  17114. height: math.unit(6, "feet"),
  17115. weight: math.unit(150, "lb"),
  17116. name: "Back",
  17117. image: {
  17118. source: "./media/characters/deathy/back.svg",
  17119. extra: 1580 / 1463,
  17120. bottom: 0.005
  17121. }
  17122. },
  17123. },
  17124. [
  17125. {
  17126. name: "Micro",
  17127. height: math.unit(5, "millimeters")
  17128. },
  17129. {
  17130. name: "Normal",
  17131. height: math.unit(6 + 5 / 12, "feet"),
  17132. default: true
  17133. },
  17134. ]
  17135. ))
  17136. characterMakers.push(() => makeCharacter(
  17137. { name: "Juniper" },
  17138. {
  17139. front: {
  17140. height: math.unit(16, "feet"),
  17141. weight: math.unit(4000, "lb"),
  17142. name: "Front",
  17143. image: {
  17144. source: "./media/characters/juniper/front.svg",
  17145. bottom: 0.04
  17146. }
  17147. },
  17148. },
  17149. [
  17150. {
  17151. name: "Normal",
  17152. height: math.unit(16, "feet"),
  17153. default: true
  17154. },
  17155. ]
  17156. ))
  17157. characterMakers.push(() => makeCharacter(
  17158. { name: "Hipster" },
  17159. {
  17160. front: {
  17161. height: math.unit(6, "feet"),
  17162. weight: math.unit(150, "lb"),
  17163. name: "Front",
  17164. image: {
  17165. source: "./media/characters/hipster/front.svg",
  17166. extra: 1312 / 1209,
  17167. bottom: 0.025
  17168. }
  17169. },
  17170. back: {
  17171. height: math.unit(6, "feet"),
  17172. weight: math.unit(150, "lb"),
  17173. name: "Back",
  17174. image: {
  17175. source: "./media/characters/hipster/back.svg",
  17176. extra: 1281 / 1196,
  17177. bottom: 0.01
  17178. }
  17179. },
  17180. },
  17181. [
  17182. {
  17183. name: "Micro",
  17184. height: math.unit(1, "mm")
  17185. },
  17186. {
  17187. name: "Normal",
  17188. height: math.unit(4, "inches"),
  17189. default: true
  17190. },
  17191. {
  17192. name: "Macro",
  17193. height: math.unit(500, "feet")
  17194. },
  17195. {
  17196. name: "Megamacro",
  17197. height: math.unit(1000, "miles")
  17198. },
  17199. ]
  17200. ))
  17201. characterMakers.push(() => makeCharacter(
  17202. { name: "Tendirmuldr" },
  17203. {
  17204. front: {
  17205. height: math.unit(6, "feet"),
  17206. weight: math.unit(150, "lb"),
  17207. name: "Front",
  17208. image: {
  17209. source: "./media/characters/tendirmuldr/front.svg",
  17210. extra: 1878 / 1772,
  17211. bottom: 0.015
  17212. }
  17213. },
  17214. },
  17215. [
  17216. {
  17217. name: "Megamacro",
  17218. height: math.unit(1500, "miles"),
  17219. default: true
  17220. },
  17221. ]
  17222. ))
  17223. characterMakers.push(() => makeCharacter(
  17224. { name: "Mort" },
  17225. {
  17226. front: {
  17227. height: math.unit(14, "feet"),
  17228. weight: math.unit(12000, "lb"),
  17229. name: "Front",
  17230. image: {
  17231. source: "./media/characters/mort/front.svg",
  17232. extra: 365 / 318,
  17233. bottom: 0.01
  17234. }
  17235. },
  17236. side: {
  17237. height: math.unit(14, "feet"),
  17238. weight: math.unit(12000, "lb"),
  17239. name: "Side",
  17240. image: {
  17241. source: "./media/characters/mort/side.svg",
  17242. extra: 365 / 318,
  17243. bottom: 0.052
  17244. },
  17245. default: true
  17246. },
  17247. back: {
  17248. height: math.unit(14, "feet"),
  17249. weight: math.unit(12000, "lb"),
  17250. name: "Back",
  17251. image: {
  17252. source: "./media/characters/mort/back.svg",
  17253. extra: 371 / 332,
  17254. bottom: 0.18
  17255. }
  17256. },
  17257. },
  17258. [
  17259. {
  17260. name: "Normal",
  17261. height: math.unit(14, "feet"),
  17262. default: true
  17263. },
  17264. ]
  17265. ))
  17266. characterMakers.push(() => makeCharacter(
  17267. { name: "Lycoa" },
  17268. {
  17269. front: {
  17270. height: math.unit(8, "feet"),
  17271. weight: math.unit(1, "ton"),
  17272. name: "Front",
  17273. image: {
  17274. source: "./media/characters/lycoa/front.svg",
  17275. extra: 1875 / 1789,
  17276. bottom: 0.022
  17277. }
  17278. },
  17279. back: {
  17280. height: math.unit(8, "feet"),
  17281. weight: math.unit(1, "ton"),
  17282. name: "Back",
  17283. image: {
  17284. source: "./media/characters/lycoa/back.svg",
  17285. extra: 1835 / 1781,
  17286. bottom: 0.03
  17287. }
  17288. },
  17289. },
  17290. [
  17291. {
  17292. name: "Normal",
  17293. height: math.unit(8, "feet"),
  17294. default: true
  17295. },
  17296. {
  17297. name: "Macro",
  17298. height: math.unit(30, "feet")
  17299. },
  17300. ]
  17301. ))
  17302. characterMakers.push(() => makeCharacter(
  17303. { name: "Naldara" },
  17304. {
  17305. front: {
  17306. height: math.unit(4 + 2 / 12, "feet"),
  17307. weight: math.unit(70, "lb"),
  17308. name: "Front",
  17309. image: {
  17310. source: "./media/characters/naldara/front.svg",
  17311. extra: 841 / 720,
  17312. bottom: 0.04
  17313. }
  17314. },
  17315. },
  17316. [
  17317. {
  17318. name: "Normal",
  17319. height: math.unit(4 + 2 / 12, "feet"),
  17320. default: true
  17321. },
  17322. ]
  17323. ))
  17324. characterMakers.push(() => makeCharacter(
  17325. { name: "Briar" },
  17326. {
  17327. front: {
  17328. height: math.unit(13 + 7 / 12, "feet"),
  17329. weight: math.unit(1500, "lb"),
  17330. name: "Front",
  17331. image: {
  17332. source: "./media/characters/briar/front.svg",
  17333. extra: 626 / 596,
  17334. bottom: 0.08
  17335. }
  17336. },
  17337. },
  17338. [
  17339. {
  17340. name: "Normal",
  17341. height: math.unit(13 + 7 / 12, "feet"),
  17342. default: true
  17343. },
  17344. ]
  17345. ))
  17346. characterMakers.push(() => makeCharacter(
  17347. { name: "Vanguard" },
  17348. {
  17349. side: {
  17350. height: math.unit(10, "feet"),
  17351. weight: math.unit(500, "lb"),
  17352. name: "Side",
  17353. image: {
  17354. source: "./media/characters/vanguard/side.svg",
  17355. extra: 502 / 425,
  17356. bottom: 0.087
  17357. }
  17358. },
  17359. },
  17360. [
  17361. {
  17362. name: "Normal",
  17363. height: math.unit(10, "feet"),
  17364. default: true
  17365. },
  17366. ]
  17367. ))
  17368. characterMakers.push(() => makeCharacter(
  17369. { name: "Artemis" },
  17370. {
  17371. front: {
  17372. height: math.unit(7.5, "feet"),
  17373. weight: math.unit(2, "lb"),
  17374. name: "Front",
  17375. image: {
  17376. source: "./media/characters/artemis/front.svg",
  17377. extra: 1192 / 1075,
  17378. bottom: 0.07
  17379. }
  17380. },
  17381. },
  17382. [
  17383. {
  17384. name: "Normal",
  17385. height: math.unit(7.5, "feet"),
  17386. default: true
  17387. },
  17388. {
  17389. name: "Enlarged",
  17390. height: math.unit(12, "feet")
  17391. },
  17392. ]
  17393. ))
  17394. characterMakers.push(() => makeCharacter(
  17395. { name: "Kira" },
  17396. {
  17397. front: {
  17398. height: math.unit(5 + 3 / 12, "feet"),
  17399. weight: math.unit(160, "lb"),
  17400. name: "Front",
  17401. image: {
  17402. source: "./media/characters/kira/front.svg",
  17403. extra: 906 / 786,
  17404. bottom: 0.01
  17405. }
  17406. },
  17407. back: {
  17408. height: math.unit(5 + 3 / 12, "feet"),
  17409. weight: math.unit(160, "lb"),
  17410. name: "Back",
  17411. image: {
  17412. source: "./media/characters/kira/back.svg",
  17413. extra: 882 / 757,
  17414. bottom: 0.005
  17415. }
  17416. },
  17417. frontDressed: {
  17418. height: math.unit(5 + 3 / 12, "feet"),
  17419. weight: math.unit(160, "lb"),
  17420. name: "Front (Dressed)",
  17421. image: {
  17422. source: "./media/characters/kira/front-dressed.svg",
  17423. extra: 906 / 786,
  17424. bottom: 0.01
  17425. }
  17426. },
  17427. beans: {
  17428. height: math.unit(0.92, "feet"),
  17429. name: "Beans",
  17430. image: {
  17431. source: "./media/characters/kira/beans.svg"
  17432. }
  17433. },
  17434. },
  17435. [
  17436. {
  17437. name: "Normal",
  17438. height: math.unit(5 + 3 / 12, "feet"),
  17439. default: true
  17440. },
  17441. ]
  17442. ))
  17443. characterMakers.push(() => makeCharacter(
  17444. { name: "Scramble" },
  17445. {
  17446. front: {
  17447. height: math.unit(5 + 4 / 12, "feet"),
  17448. weight: math.unit(145, "lb"),
  17449. name: "Front",
  17450. image: {
  17451. source: "./media/characters/scramble/front.svg",
  17452. extra: 763 / 727,
  17453. bottom: 0.05
  17454. }
  17455. },
  17456. back: {
  17457. height: math.unit(5 + 4 / 12, "feet"),
  17458. weight: math.unit(145, "lb"),
  17459. name: "Back",
  17460. image: {
  17461. source: "./media/characters/scramble/back.svg",
  17462. extra: 826 / 737,
  17463. bottom: 0.002
  17464. }
  17465. },
  17466. },
  17467. [
  17468. {
  17469. name: "Normal",
  17470. height: math.unit(5 + 4 / 12, "feet"),
  17471. default: true
  17472. },
  17473. ]
  17474. ))
  17475. characterMakers.push(() => makeCharacter(
  17476. { name: "Biscuit" },
  17477. {
  17478. side: {
  17479. height: math.unit(6 + 2 / 12, "feet"),
  17480. weight: math.unit(190, "lb"),
  17481. name: "Side",
  17482. image: {
  17483. source: "./media/characters/biscuit/side.svg",
  17484. extra: 858 / 791,
  17485. bottom: 0.044
  17486. }
  17487. },
  17488. },
  17489. [
  17490. {
  17491. name: "Normal",
  17492. height: math.unit(6 + 2 / 12, "feet"),
  17493. default: true
  17494. },
  17495. ]
  17496. ))
  17497. characterMakers.push(() => makeCharacter(
  17498. { name: "Poffin" },
  17499. {
  17500. front: {
  17501. height: math.unit(5 + 2 / 12, "feet"),
  17502. weight: math.unit(120, "lb"),
  17503. name: "Front",
  17504. image: {
  17505. source: "./media/characters/poffin/front.svg",
  17506. extra: 786 / 680,
  17507. bottom: 0.005
  17508. }
  17509. },
  17510. },
  17511. [
  17512. {
  17513. name: "Normal",
  17514. height: math.unit(5 + 2 / 12, "feet"),
  17515. default: true
  17516. },
  17517. ]
  17518. ))
  17519. characterMakers.push(() => makeCharacter(
  17520. { name: "Dhari" },
  17521. {
  17522. front: {
  17523. height: math.unit(6 + 3 / 12, "feet"),
  17524. weight: math.unit(519, "lb"),
  17525. name: "Front",
  17526. image: {
  17527. source: "./media/characters/dhari/front.svg",
  17528. extra: 1048 / 946,
  17529. bottom: 0.015
  17530. }
  17531. },
  17532. back: {
  17533. height: math.unit(6 + 3 / 12, "feet"),
  17534. weight: math.unit(519, "lb"),
  17535. name: "Back",
  17536. image: {
  17537. source: "./media/characters/dhari/back.svg",
  17538. extra: 1048 / 931,
  17539. bottom: 0.005
  17540. }
  17541. },
  17542. frontDressed: {
  17543. height: math.unit(6 + 3 / 12, "feet"),
  17544. weight: math.unit(519, "lb"),
  17545. name: "Front (Dressed)",
  17546. image: {
  17547. source: "./media/characters/dhari/front-dressed.svg",
  17548. extra: 1713 / 1546,
  17549. bottom: 0.02
  17550. }
  17551. },
  17552. backDressed: {
  17553. height: math.unit(6 + 3 / 12, "feet"),
  17554. weight: math.unit(519, "lb"),
  17555. name: "Back (Dressed)",
  17556. image: {
  17557. source: "./media/characters/dhari/back-dressed.svg",
  17558. extra: 1699 / 1537,
  17559. bottom: 0.01
  17560. }
  17561. },
  17562. maw: {
  17563. height: math.unit(0.95, "feet"),
  17564. name: "Maw",
  17565. image: {
  17566. source: "./media/characters/dhari/maw.svg"
  17567. }
  17568. },
  17569. wereFront: {
  17570. height: math.unit(12 + 8 / 12, "feet"),
  17571. weight: math.unit(4000, "lb"),
  17572. name: "Front (Were)",
  17573. image: {
  17574. source: "./media/characters/dhari/were-front.svg",
  17575. extra: 1065 / 969,
  17576. bottom: 0.015
  17577. }
  17578. },
  17579. wereBack: {
  17580. height: math.unit(12 + 8 / 12, "feet"),
  17581. weight: math.unit(4000, "lb"),
  17582. name: "Back (Were)",
  17583. image: {
  17584. source: "./media/characters/dhari/were-back.svg",
  17585. extra: 1065 / 969,
  17586. bottom: 0.012
  17587. }
  17588. },
  17589. wereMaw: {
  17590. height: math.unit(0.625, "meters"),
  17591. name: "Maw (Were)",
  17592. image: {
  17593. source: "./media/characters/dhari/were-maw.svg"
  17594. }
  17595. },
  17596. },
  17597. [
  17598. {
  17599. name: "Normal",
  17600. height: math.unit(6 + 3 / 12, "feet"),
  17601. default: true
  17602. },
  17603. ]
  17604. ))
  17605. characterMakers.push(() => makeCharacter(
  17606. { name: "Rena Dyne" },
  17607. {
  17608. anthro: {
  17609. height: math.unit(5 + 7 / 12, "feet"),
  17610. weight: math.unit(175, "lb"),
  17611. name: "Anthro",
  17612. image: {
  17613. source: "./media/characters/rena-dyne/anthro.svg",
  17614. extra: 1849 / 1785,
  17615. bottom: 0.005
  17616. }
  17617. },
  17618. taur: {
  17619. height: math.unit(15 + 6 / 12, "feet"),
  17620. weight: math.unit(8000, "lb"),
  17621. name: "Taur",
  17622. image: {
  17623. source: "./media/characters/rena-dyne/taur.svg",
  17624. extra: 2315 / 2234,
  17625. bottom: 0.033
  17626. }
  17627. },
  17628. },
  17629. [
  17630. {
  17631. name: "Normal",
  17632. height: math.unit(5 + 7 / 12, "feet"),
  17633. default: true
  17634. },
  17635. ]
  17636. ))
  17637. characterMakers.push(() => makeCharacter(
  17638. { name: "Weremeep" },
  17639. {
  17640. front: {
  17641. height: math.unit(8, "feet"),
  17642. weight: math.unit(600, "lb"),
  17643. name: "Front",
  17644. image: {
  17645. source: "./media/characters/weremeep/front.svg",
  17646. extra: 967 / 862,
  17647. bottom: 0.01
  17648. }
  17649. },
  17650. },
  17651. [
  17652. {
  17653. name: "Normal",
  17654. height: math.unit(8, "feet"),
  17655. default: true
  17656. },
  17657. {
  17658. name: "Lorg",
  17659. height: math.unit(12, "feet")
  17660. },
  17661. {
  17662. name: "Oh Lawd She Comin'",
  17663. height: math.unit(20, "feet")
  17664. },
  17665. ]
  17666. ))
  17667. characterMakers.push(() => makeCharacter(
  17668. { name: "Reza" },
  17669. {
  17670. front: {
  17671. height: math.unit(4, "feet"),
  17672. weight: math.unit(90, "lb"),
  17673. name: "Front",
  17674. image: {
  17675. source: "./media/characters/reza/front.svg",
  17676. extra: 1183 / 1111,
  17677. bottom: 0.017
  17678. }
  17679. },
  17680. back: {
  17681. height: math.unit(4, "feet"),
  17682. weight: math.unit(90, "lb"),
  17683. name: "Back",
  17684. image: {
  17685. source: "./media/characters/reza/back.svg",
  17686. extra: 1183 / 1111,
  17687. bottom: 0.01
  17688. }
  17689. },
  17690. },
  17691. [
  17692. {
  17693. name: "Normal",
  17694. height: math.unit(4, "feet"),
  17695. default: true
  17696. },
  17697. ]
  17698. ))
  17699. characterMakers.push(() => makeCharacter(
  17700. { name: "Athea" },
  17701. {
  17702. side: {
  17703. height: math.unit(15, "feet"),
  17704. weight: math.unit(14, "tons"),
  17705. name: "Side",
  17706. image: {
  17707. source: "./media/characters/athea/side.svg",
  17708. extra: 960 / 540,
  17709. bottom: 0.003
  17710. }
  17711. },
  17712. sitting: {
  17713. height: math.unit(6 * 2.85, "feet"),
  17714. weight: math.unit(14, "tons"),
  17715. name: "Sitting",
  17716. image: {
  17717. source: "./media/characters/athea/sitting.svg",
  17718. extra: 621 / 581,
  17719. bottom: 0.075
  17720. }
  17721. },
  17722. maw: {
  17723. height: math.unit(7.59498031496063, "feet"),
  17724. name: "Maw",
  17725. image: {
  17726. source: "./media/characters/athea/maw.svg"
  17727. }
  17728. },
  17729. },
  17730. [
  17731. {
  17732. name: "Lap Cat",
  17733. height: math.unit(2.5, "feet")
  17734. },
  17735. {
  17736. name: "Minimacro",
  17737. height: math.unit(15, "feet"),
  17738. default: true
  17739. },
  17740. {
  17741. name: "Macro",
  17742. height: math.unit(120, "feet")
  17743. },
  17744. {
  17745. name: "Macro+",
  17746. height: math.unit(640, "feet")
  17747. },
  17748. {
  17749. name: "Colossus",
  17750. height: math.unit(2.2, "miles")
  17751. },
  17752. ]
  17753. ))
  17754. characterMakers.push(() => makeCharacter(
  17755. { name: "Seroko" },
  17756. {
  17757. front: {
  17758. height: math.unit(8 + 8 / 12, "feet"),
  17759. weight: math.unit(130, "kg"),
  17760. name: "Front",
  17761. image: {
  17762. source: "./media/characters/seroko/front.svg",
  17763. extra: 1385 / 1280,
  17764. bottom: 0.025
  17765. }
  17766. },
  17767. back: {
  17768. height: math.unit(8 + 8 / 12, "feet"),
  17769. weight: math.unit(130, "kg"),
  17770. name: "Back",
  17771. image: {
  17772. source: "./media/characters/seroko/back.svg",
  17773. extra: 1369 / 1238,
  17774. bottom: 0.018
  17775. }
  17776. },
  17777. frontDressed: {
  17778. height: math.unit(8 + 8 / 12, "feet"),
  17779. weight: math.unit(130, "kg"),
  17780. name: "Front (Dressed)",
  17781. image: {
  17782. source: "./media/characters/seroko/front-dressed.svg",
  17783. extra: 1366 / 1275,
  17784. bottom: 0.03
  17785. }
  17786. },
  17787. },
  17788. [
  17789. {
  17790. name: "Normal",
  17791. height: math.unit(8 + 8 / 12, "feet"),
  17792. default: true
  17793. },
  17794. ]
  17795. ))
  17796. characterMakers.push(() => makeCharacter(
  17797. { name: "Quatzi" },
  17798. {
  17799. front: {
  17800. height: math.unit(5.5, "feet"),
  17801. weight: math.unit(160, "lb"),
  17802. name: "Front",
  17803. image: {
  17804. source: "./media/characters/quatzi/front.svg",
  17805. extra: 2346 / 2242,
  17806. bottom: 0.015
  17807. }
  17808. },
  17809. },
  17810. [
  17811. {
  17812. name: "Normal",
  17813. height: math.unit(5.5, "feet"),
  17814. default: true
  17815. },
  17816. {
  17817. name: "Big",
  17818. height: math.unit(7.7, "feet")
  17819. },
  17820. ]
  17821. ))
  17822. characterMakers.push(() => makeCharacter(
  17823. { name: "Sen" },
  17824. {
  17825. front: {
  17826. height: math.unit(5 + 11 / 12, "feet"),
  17827. weight: math.unit(180, "lb"),
  17828. name: "Front",
  17829. image: {
  17830. source: "./media/characters/sen/front.svg",
  17831. extra: 1321 / 1254,
  17832. bottom: 0.015
  17833. }
  17834. },
  17835. side: {
  17836. height: math.unit(5 + 11 / 12, "feet"),
  17837. weight: math.unit(180, "lb"),
  17838. name: "Side",
  17839. image: {
  17840. source: "./media/characters/sen/side.svg",
  17841. extra: 1321 / 1254,
  17842. bottom: 0.007
  17843. }
  17844. },
  17845. back: {
  17846. height: math.unit(5 + 11 / 12, "feet"),
  17847. weight: math.unit(180, "lb"),
  17848. name: "Back",
  17849. image: {
  17850. source: "./media/characters/sen/back.svg",
  17851. extra: 1321 / 1254
  17852. }
  17853. },
  17854. },
  17855. [
  17856. {
  17857. name: "Normal",
  17858. height: math.unit(5 + 11 / 12, "feet"),
  17859. default: true
  17860. },
  17861. ]
  17862. ))
  17863. characterMakers.push(() => makeCharacter(
  17864. { name: "Fruity" },
  17865. {
  17866. front: {
  17867. height: math.unit(166.6, "cm"),
  17868. weight: math.unit(66.6, "kg"),
  17869. name: "Front",
  17870. image: {
  17871. source: "./media/characters/fruity/front.svg",
  17872. extra: 1510 / 1386,
  17873. bottom: 0.04
  17874. }
  17875. },
  17876. back: {
  17877. height: math.unit(166.6, "cm"),
  17878. weight: math.unit(66.6, "lb"),
  17879. name: "Back",
  17880. image: {
  17881. source: "./media/characters/fruity/back.svg",
  17882. extra: 1563 / 1435,
  17883. bottom: 0.005
  17884. }
  17885. },
  17886. },
  17887. [
  17888. {
  17889. name: "Normal",
  17890. height: math.unit(166.6, "cm"),
  17891. default: true
  17892. },
  17893. {
  17894. name: "Demonic",
  17895. height: math.unit(166.6, "feet")
  17896. },
  17897. ]
  17898. ))
  17899. characterMakers.push(() => makeCharacter(
  17900. { name: "Zost" },
  17901. {
  17902. side: {
  17903. height: math.unit(10, "feet"),
  17904. weight: math.unit(500, "lb"),
  17905. name: "Side",
  17906. image: {
  17907. source: "./media/characters/zost/side.svg",
  17908. extra: 966 / 880,
  17909. bottom: 0.075
  17910. }
  17911. },
  17912. mawFront: {
  17913. height: math.unit(1.08, "meters"),
  17914. name: "Maw (Front)",
  17915. image: {
  17916. source: "./media/characters/zost/maw-front.svg"
  17917. }
  17918. },
  17919. mawSide: {
  17920. height: math.unit(2.66, "feet"),
  17921. name: "Maw (Side)",
  17922. image: {
  17923. source: "./media/characters/zost/maw-side.svg"
  17924. }
  17925. },
  17926. },
  17927. [
  17928. {
  17929. name: "Normal",
  17930. height: math.unit(10, "feet"),
  17931. default: true
  17932. },
  17933. ]
  17934. ))
  17935. characterMakers.push(() => makeCharacter(
  17936. { name: "Luci" },
  17937. {
  17938. front: {
  17939. height: math.unit(5 + 4 / 12, "feet"),
  17940. weight: math.unit(120, "lb"),
  17941. name: "Front",
  17942. image: {
  17943. source: "./media/characters/luci/front.svg",
  17944. extra: 1985 / 1884,
  17945. bottom: 0.04
  17946. }
  17947. },
  17948. back: {
  17949. height: math.unit(5 + 4 / 12, "feet"),
  17950. weight: math.unit(120, "lb"),
  17951. name: "Back",
  17952. image: {
  17953. source: "./media/characters/luci/back.svg",
  17954. extra: 1892 / 1791,
  17955. bottom: 0.002
  17956. }
  17957. },
  17958. },
  17959. [
  17960. {
  17961. name: "Normal",
  17962. height: math.unit(5 + 4 / 12, "feet"),
  17963. default: true
  17964. },
  17965. ]
  17966. ))
  17967. characterMakers.push(() => makeCharacter(
  17968. { name: "2th" },
  17969. {
  17970. front: {
  17971. height: math.unit(1500, "feet"),
  17972. weight: math.unit(3.8e6, "tons"),
  17973. name: "Front",
  17974. image: {
  17975. source: "./media/characters/2th/front.svg",
  17976. extra: 3489 / 3350,
  17977. bottom: 0.1
  17978. }
  17979. },
  17980. foot: {
  17981. height: math.unit(461, "feet"),
  17982. name: "Foot",
  17983. image: {
  17984. source: "./media/characters/2th/foot.svg"
  17985. }
  17986. },
  17987. },
  17988. [
  17989. {
  17990. name: "\"Micro\"",
  17991. height: math.unit(15 + 7 / 12, "feet")
  17992. },
  17993. {
  17994. name: "Normal",
  17995. height: math.unit(1500, "feet"),
  17996. default: true
  17997. },
  17998. {
  17999. name: "Macro",
  18000. height: math.unit(5000, "feet")
  18001. },
  18002. {
  18003. name: "Megamacro",
  18004. height: math.unit(15, "miles")
  18005. },
  18006. {
  18007. name: "Gigamacro",
  18008. height: math.unit(4000, "miles")
  18009. },
  18010. {
  18011. name: "Galactic",
  18012. height: math.unit(50, "AU")
  18013. },
  18014. ]
  18015. ))
  18016. characterMakers.push(() => makeCharacter(
  18017. { name: "Amethyst" },
  18018. {
  18019. front: {
  18020. height: math.unit(5 + 6 / 12, "feet"),
  18021. weight: math.unit(220, "lb"),
  18022. name: "Front",
  18023. image: {
  18024. source: "./media/characters/amethyst/front.svg",
  18025. extra: 2078 / 2040,
  18026. bottom: 0.045
  18027. }
  18028. },
  18029. back: {
  18030. height: math.unit(5 + 6 / 12, "feet"),
  18031. weight: math.unit(220, "lb"),
  18032. name: "Back",
  18033. image: {
  18034. source: "./media/characters/amethyst/back.svg",
  18035. extra: 2021 / 1989,
  18036. bottom: 0.02
  18037. }
  18038. },
  18039. },
  18040. [
  18041. {
  18042. name: "Normal",
  18043. height: math.unit(5 + 6 / 12, "feet"),
  18044. default: true
  18045. },
  18046. ]
  18047. ))
  18048. characterMakers.push(() => makeCharacter(
  18049. { name: "Yumi Akiyama" },
  18050. {
  18051. front: {
  18052. height: math.unit(4 + 11 / 12, "feet"),
  18053. weight: math.unit(120, "lb"),
  18054. name: "Front",
  18055. image: {
  18056. source: "./media/characters/yumi-akiyama/front.svg",
  18057. extra: 1327 / 1235,
  18058. bottom: 0.02
  18059. }
  18060. },
  18061. back: {
  18062. height: math.unit(4 + 11 / 12, "feet"),
  18063. weight: math.unit(120, "lb"),
  18064. name: "Back",
  18065. image: {
  18066. source: "./media/characters/yumi-akiyama/back.svg",
  18067. extra: 1287 / 1245,
  18068. bottom: 0.002
  18069. }
  18070. },
  18071. },
  18072. [
  18073. {
  18074. name: "Galactic",
  18075. height: math.unit(50, "galaxies"),
  18076. default: true
  18077. },
  18078. {
  18079. name: "Universal",
  18080. height: math.unit(100, "universes")
  18081. },
  18082. ]
  18083. ))
  18084. characterMakers.push(() => makeCharacter(
  18085. { name: "Rifter Yrmori" },
  18086. {
  18087. front: {
  18088. height: math.unit(8, "feet"),
  18089. weight: math.unit(500, "lb"),
  18090. name: "Front",
  18091. image: {
  18092. source: "./media/characters/rifter-yrmori/front.svg",
  18093. extra: 1180 / 1125,
  18094. bottom: 0.02
  18095. }
  18096. },
  18097. back: {
  18098. height: math.unit(8, "feet"),
  18099. weight: math.unit(500, "lb"),
  18100. name: "Back",
  18101. image: {
  18102. source: "./media/characters/rifter-yrmori/back.svg",
  18103. extra: 1190 / 1145,
  18104. bottom: 0.001
  18105. }
  18106. },
  18107. wings: {
  18108. height: math.unit(7.75, "feet"),
  18109. weight: math.unit(500, "lb"),
  18110. name: "Wings",
  18111. image: {
  18112. source: "./media/characters/rifter-yrmori/wings.svg",
  18113. extra: 1357 / 1285
  18114. }
  18115. },
  18116. maw: {
  18117. height: math.unit(0.8, "feet"),
  18118. name: "Maw",
  18119. image: {
  18120. source: "./media/characters/rifter-yrmori/maw.svg"
  18121. }
  18122. },
  18123. },
  18124. [
  18125. {
  18126. name: "Normal",
  18127. height: math.unit(8, "feet"),
  18128. default: true
  18129. },
  18130. {
  18131. name: "Macro",
  18132. height: math.unit(42, "meters")
  18133. },
  18134. ]
  18135. ))
  18136. characterMakers.push(() => makeCharacter(
  18137. { name: "Tahajin" },
  18138. {
  18139. were: {
  18140. height: math.unit(25 + 6 / 12, "feet"),
  18141. weight: math.unit(10000, "lb"),
  18142. name: "Were",
  18143. image: {
  18144. source: "./media/characters/tahajin/were.svg",
  18145. extra: 801 / 770,
  18146. bottom: 0.042
  18147. }
  18148. },
  18149. aquatic: {
  18150. height: math.unit(6 + 4 / 12, "feet"),
  18151. weight: math.unit(160, "lb"),
  18152. name: "Aquatic",
  18153. image: {
  18154. source: "./media/characters/tahajin/aquatic.svg",
  18155. extra: 572 / 542,
  18156. bottom: 0.04
  18157. }
  18158. },
  18159. chow: {
  18160. height: math.unit(8 + 11 / 12, "feet"),
  18161. weight: math.unit(450, "lb"),
  18162. name: "Chow",
  18163. image: {
  18164. source: "./media/characters/tahajin/chow.svg",
  18165. extra: 660 / 640,
  18166. bottom: 0.015
  18167. }
  18168. },
  18169. demiNaga: {
  18170. height: math.unit(6 + 8 / 12, "feet"),
  18171. weight: math.unit(300, "lb"),
  18172. name: "Demi Naga",
  18173. image: {
  18174. source: "./media/characters/tahajin/demi-naga.svg",
  18175. extra: 643 / 615,
  18176. bottom: 0.1
  18177. }
  18178. },
  18179. data: {
  18180. height: math.unit(5, "inches"),
  18181. weight: math.unit(0.1, "lb"),
  18182. name: "Data",
  18183. image: {
  18184. source: "./media/characters/tahajin/data.svg"
  18185. }
  18186. },
  18187. fluu: {
  18188. height: math.unit(5 + 7 / 12, "feet"),
  18189. weight: math.unit(140, "lb"),
  18190. name: "Fluu",
  18191. image: {
  18192. source: "./media/characters/tahajin/fluu.svg",
  18193. extra: 628 / 592,
  18194. bottom: 0.02
  18195. }
  18196. },
  18197. starWarrior: {
  18198. height: math.unit(4 + 5 / 12, "feet"),
  18199. weight: math.unit(50, "lb"),
  18200. name: "Star Warrior",
  18201. image: {
  18202. source: "./media/characters/tahajin/star-warrior.svg"
  18203. }
  18204. },
  18205. },
  18206. [
  18207. {
  18208. name: "Normal",
  18209. height: math.unit(25 + 6 / 12, "feet"),
  18210. default: true
  18211. },
  18212. ]
  18213. ))
  18214. characterMakers.push(() => makeCharacter(
  18215. { name: "Gabira" },
  18216. {
  18217. front: {
  18218. height: math.unit(8, "feet"),
  18219. weight: math.unit(350, "lb"),
  18220. name: "Front",
  18221. image: {
  18222. source: "./media/characters/gabira/front.svg",
  18223. extra: 608 / 580,
  18224. bottom: 0.03
  18225. }
  18226. },
  18227. back: {
  18228. height: math.unit(8, "feet"),
  18229. weight: math.unit(350, "lb"),
  18230. name: "Back",
  18231. image: {
  18232. source: "./media/characters/gabira/back.svg",
  18233. extra: 608 / 580,
  18234. bottom: 0.03
  18235. }
  18236. },
  18237. },
  18238. [
  18239. {
  18240. name: "Normal",
  18241. height: math.unit(8, "feet"),
  18242. default: true
  18243. },
  18244. ]
  18245. ))
  18246. characterMakers.push(() => makeCharacter(
  18247. { name: "Sasha Katraine" },
  18248. {
  18249. front: {
  18250. height: math.unit(5 + 3 / 12, "feet"),
  18251. weight: math.unit(137, "lb"),
  18252. name: "Front",
  18253. image: {
  18254. source: "./media/characters/sasha-katraine/front.svg",
  18255. bottom: 0.045
  18256. }
  18257. },
  18258. },
  18259. [
  18260. {
  18261. name: "Micro",
  18262. height: math.unit(5, "inches")
  18263. },
  18264. {
  18265. name: "Normal",
  18266. height: math.unit(5 + 3 / 12, "feet"),
  18267. default: true
  18268. },
  18269. ]
  18270. ))
  18271. characterMakers.push(() => makeCharacter(
  18272. { name: "Der" },
  18273. {
  18274. side: {
  18275. height: math.unit(4, "inches"),
  18276. weight: math.unit(200, "grams"),
  18277. name: "Side",
  18278. image: {
  18279. source: "./media/characters/der/side.svg",
  18280. extra: 719 / 400,
  18281. bottom: 30.6 / 749.9187
  18282. }
  18283. },
  18284. },
  18285. [
  18286. {
  18287. name: "Micro",
  18288. height: math.unit(4, "inches"),
  18289. default: true
  18290. },
  18291. ]
  18292. ))
  18293. characterMakers.push(() => makeCharacter(
  18294. { name: "Fixerdragon" },
  18295. {
  18296. side: {
  18297. height: math.unit(30, "meters"),
  18298. weight: math.unit(700, "tonnes"),
  18299. name: "Side",
  18300. image: {
  18301. source: "./media/characters/fixerdragon/side.svg",
  18302. extra: (1293.0514-116.03)/1106.86,
  18303. bottom: 116.03/1293.0514
  18304. }
  18305. },
  18306. },
  18307. [
  18308. {
  18309. name: "Planck",
  18310. height: math.unit(1.6e-35, "meters")
  18311. },
  18312. {
  18313. name: "Micro",
  18314. height: math.unit(0.4, "meters")
  18315. },
  18316. {
  18317. name: "Normal",
  18318. height: math.unit(30, "meters"),
  18319. default: true
  18320. },
  18321. {
  18322. name: "Megamacro",
  18323. height: math.unit(1.2, "megameters")
  18324. },
  18325. {
  18326. name: "Teramacro",
  18327. height: math.unit(130, "terameters")
  18328. },
  18329. {
  18330. name: "Yottamacro",
  18331. height: math.unit(6200, "yottameters")
  18332. },
  18333. ]
  18334. ));
  18335. characterMakers.push(() => makeCharacter(
  18336. { name: "Kite" },
  18337. {
  18338. front: {
  18339. height: math.unit(8, "feet"),
  18340. weight: math.unit(250, "lb"),
  18341. name: "Front",
  18342. image: {
  18343. source: "./media/characters/kite/front.svg",
  18344. extra: 2796/2659,
  18345. bottom: 0.002
  18346. }
  18347. },
  18348. },
  18349. [
  18350. {
  18351. name: "Normal",
  18352. height: math.unit(8, "feet"),
  18353. default: true
  18354. },
  18355. {
  18356. name: "Macro",
  18357. height: math.unit(360, "feet")
  18358. },
  18359. {
  18360. name: "Megamacro",
  18361. height: math.unit(1500, "feet")
  18362. },
  18363. ]
  18364. ))
  18365. characterMakers.push(() => makeCharacter(
  18366. { name: "Poojawa Vynar" },
  18367. {
  18368. front: {
  18369. height: math.unit(5 + 10/12, "feet"),
  18370. weight: math.unit(150, "lb"),
  18371. name: "Front",
  18372. image: {
  18373. source: "./media/characters/poojawa-vynar/front.svg",
  18374. extra: (1506.1547-55) / 1356.6,
  18375. bottom: 55/1506.1547
  18376. }
  18377. },
  18378. frontTailless: {
  18379. height: math.unit(5 + 10/12, "feet"),
  18380. weight: math.unit(150, "lb"),
  18381. name: "Front (Tailless)",
  18382. image: {
  18383. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18384. extra: (1506.1547-55) / 1356.6,
  18385. bottom: 55/1506.1547
  18386. }
  18387. },
  18388. },
  18389. [
  18390. {
  18391. name: "Normal",
  18392. height: math.unit(5 + 10/12, "feet"),
  18393. default: true
  18394. },
  18395. ]
  18396. ))
  18397. characterMakers.push(() => makeCharacter(
  18398. { name: "Violette" },
  18399. {
  18400. front: {
  18401. height: math.unit(293, "meters"),
  18402. weight: math.unit(70400, "tons"),
  18403. name: "Front",
  18404. image: {
  18405. source: "./media/characters/violette/front.svg",
  18406. extra: 1227/1180,
  18407. bottom: 0.005
  18408. }
  18409. },
  18410. back: {
  18411. height: math.unit(293, "meters"),
  18412. weight: math.unit(70400, "tons"),
  18413. name: "Back",
  18414. image: {
  18415. source: "./media/characters/violette/back.svg",
  18416. extra: 1227/1180,
  18417. bottom: 0.005
  18418. }
  18419. },
  18420. },
  18421. [
  18422. {
  18423. name: "Macro",
  18424. height: math.unit(293, "meters"),
  18425. default: true
  18426. },
  18427. ]
  18428. ))
  18429. characterMakers.push(() => makeCharacter(
  18430. { name: "Alessandra" },
  18431. {
  18432. front: {
  18433. height: math.unit(1050, "feet"),
  18434. weight: math.unit(200000, "tons"),
  18435. name: "Front",
  18436. image: {
  18437. source: "./media/characters/alessandra/front.svg",
  18438. extra: 960/912,
  18439. bottom: 0.06
  18440. }
  18441. },
  18442. },
  18443. [
  18444. {
  18445. name: "Macro",
  18446. height: math.unit(1050, "feet")
  18447. },
  18448. {
  18449. name: "Macro+",
  18450. height: math.unit(900, "meters"),
  18451. default: true
  18452. },
  18453. ]
  18454. ))
  18455. characterMakers.push(() => makeCharacter(
  18456. { name: "Person", species: "Catdragon" },
  18457. {
  18458. front: {
  18459. height: math.unit(5, "feet"),
  18460. weight: math.unit(187, "lb"),
  18461. name: "Front",
  18462. image: {
  18463. source: "./media/characters/person/front.svg",
  18464. extra: 3087/2945,
  18465. bottom: 91/3181
  18466. }
  18467. },
  18468. },
  18469. [
  18470. {
  18471. name: "Micro",
  18472. height: math.unit(3, "inches")
  18473. },
  18474. {
  18475. name: "Normal",
  18476. height: math.unit(5, "feet"),
  18477. default: true
  18478. },
  18479. {
  18480. name: "Macro",
  18481. height: math.unit(90, "feet")
  18482. },
  18483. {
  18484. name: "Max Size",
  18485. height: math.unit(280, "feet")
  18486. },
  18487. ]
  18488. ))
  18489. characterMakers.push(() => makeCharacter(
  18490. { name: "Ty" },
  18491. {
  18492. front: {
  18493. height: math.unit(4.5, "meters"),
  18494. weight: math.unit(3200, "lb"),
  18495. name: "Front",
  18496. image: {
  18497. source: "./media/characters/ty/front.svg",
  18498. extra: 1038/960,
  18499. bottom: 31.156/1068
  18500. }
  18501. },
  18502. back: {
  18503. height: math.unit(4.5, "meters"),
  18504. weight: math.unit(3200, "lb"),
  18505. name: "Back",
  18506. image: {
  18507. source: "./media/characters/ty/back.svg",
  18508. extra: 1044/966,
  18509. bottom: 7.48/1049
  18510. }
  18511. },
  18512. },
  18513. [
  18514. {
  18515. name: "Normal",
  18516. height: math.unit(4.5, "meters"),
  18517. default: true
  18518. },
  18519. ]
  18520. ))
  18521. characterMakers.push(() => makeCharacter(
  18522. { name: "Rocky" },
  18523. {
  18524. front: {
  18525. height: math.unit(5 + 4/12, "feet"),
  18526. weight: math.unit(115, "lb"),
  18527. name: "Front",
  18528. image: {
  18529. source: "./media/characters/rocky/front.svg",
  18530. extra: 1012/975,
  18531. bottom: 54/1066
  18532. }
  18533. },
  18534. },
  18535. [
  18536. {
  18537. name: "Normal",
  18538. height: math.unit(5 + 4/12, "feet"),
  18539. default: true
  18540. },
  18541. ]
  18542. ))
  18543. characterMakers.push(() => makeCharacter(
  18544. { name: "Ruin" },
  18545. {
  18546. upright: {
  18547. height: math.unit(6, "meters"),
  18548. weight: math.unit(4000, "kg"),
  18549. name: "Upright",
  18550. image: {
  18551. source: "./media/characters/ruin/upright.svg",
  18552. extra: 668/661,
  18553. bottom: 42/799.8396
  18554. }
  18555. },
  18556. },
  18557. [
  18558. {
  18559. name: "Normal",
  18560. height: math.unit(6, "meters")
  18561. },
  18562. ]
  18563. ))
  18564. characterMakers.push(() => makeCharacter(
  18565. { name: "Robin" },
  18566. {
  18567. front: {
  18568. height: math.unit(5, "feet"),
  18569. weight: math.unit(106, "lb"),
  18570. name: "Front",
  18571. image: {
  18572. source: "./media/characters/robin/front.svg",
  18573. extra: 862/799,
  18574. bottom: 42.4/914.8856
  18575. }
  18576. },
  18577. },
  18578. [
  18579. {
  18580. name: "Normal",
  18581. height: math.unit(5, "feet"),
  18582. default: true
  18583. },
  18584. ]
  18585. ))
  18586. characterMakers.push(() => makeCharacter(
  18587. { name: "Saian" },
  18588. {
  18589. side: {
  18590. height: math.unit(3, "feet"),
  18591. weight: math.unit(225, "lb"),
  18592. name: "Side",
  18593. image: {
  18594. source: "./media/characters/saian/side.svg",
  18595. extra: 566/356,
  18596. bottom: 79.7/643
  18597. }
  18598. },
  18599. maw: {
  18600. height: math.unit(2.85, "feet"),
  18601. name: "Maw",
  18602. image: {
  18603. source: "./media/characters/saian/maw.svg"
  18604. }
  18605. },
  18606. },
  18607. [
  18608. {
  18609. name: "Normal",
  18610. height: math.unit(3, "feet"),
  18611. default: true
  18612. },
  18613. ]
  18614. ))
  18615. characterMakers.push(() => makeCharacter(
  18616. { name: "Equus Silvermane" },
  18617. {
  18618. side: {
  18619. height: math.unit(8, "feet"),
  18620. weight: math.unit(300, "lb"),
  18621. name: "Side",
  18622. image: {
  18623. source: "./media/characters/equus-silvermane/side.svg",
  18624. extra: 2176/2050,
  18625. bottom: 65.7/2245
  18626. }
  18627. },
  18628. front: {
  18629. height: math.unit(8, "feet"),
  18630. weight: math.unit(300, "lb"),
  18631. name: "Front",
  18632. image: {
  18633. source: "./media/characters/equus-silvermane/front.svg",
  18634. extra: 4633/4400,
  18635. bottom: 71.3/4706.915
  18636. }
  18637. },
  18638. sideStepping: {
  18639. height: math.unit(8, "feet"),
  18640. weight: math.unit(300, "lb"),
  18641. name: "Side (Stepping)",
  18642. image: {
  18643. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18644. extra: 1968/1860,
  18645. bottom: 16.4/1989
  18646. }
  18647. },
  18648. },
  18649. [
  18650. {
  18651. name: "Normal",
  18652. height: math.unit(8, "feet")
  18653. },
  18654. {
  18655. name: "Minimacro",
  18656. height: math.unit(75, "feet"),
  18657. default: true
  18658. },
  18659. {
  18660. name: "Macro",
  18661. height: math.unit(150, "feet")
  18662. },
  18663. {
  18664. name: "Macro+",
  18665. height: math.unit(1000, "feet")
  18666. },
  18667. {
  18668. name: "Megamacro",
  18669. height: math.unit(1, "mile")
  18670. },
  18671. ]
  18672. ))
  18673. //characters
  18674. function makeCharacters() {
  18675. const results = [];
  18676. characterMakers.forEach(character => {
  18677. results.push(character());
  18678. });
  18679. return results;
  18680. }