less copy protection, more size visualization
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18708 lines
514 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["Fen"] = () => 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["Sofia"] = () => makeCharacter(
  120. { name: "Sofia" },
  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/front.svg",
  128. bottom: 0.01,
  129. extra: 1
  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/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/back.svg"
  146. }
  147. },
  148. },
  149. [
  150. {
  151. name: "Normal",
  152. height: math.unit(1.83, "meter")
  153. },
  154. {
  155. name: "Macro",
  156. height: math.unit(96, "feet"),
  157. default: true
  158. },
  159. {
  160. name: "Megamerger",
  161. height: math.unit(650, "feet")
  162. },
  163. ]
  164. )
  165. characterMakers["March"] = () => makeCharacter(
  166. { name: "March" },
  167. {
  168. front: {
  169. height: math.unit(7, "feet"),
  170. weight: math.unit(100, "kg"),
  171. name: "Front",
  172. image: {
  173. source: "./media/characters/march/front.svg",
  174. extra: 1,
  175. bottom: 0.015
  176. }
  177. },
  178. foot: {
  179. height: math.unit(0.9, "feet"),
  180. name: "Foot",
  181. image: {
  182. source: "./media/characters/march/foot.svg"
  183. }
  184. },
  185. },
  186. [
  187. {
  188. name: "Normal",
  189. height: math.unit(7.9, "feet")
  190. },
  191. {
  192. name: "Macro",
  193. height: math.unit(220, "meters")
  194. },
  195. {
  196. name: "Megamacro",
  197. height: math.unit(2.98, "km"),
  198. default: true
  199. },
  200. {
  201. name: "Gigamacro",
  202. height: math.unit(15963, "km")
  203. },
  204. {
  205. name: "Teramacro",
  206. height: math.unit(2980000000, "km")
  207. },
  208. {
  209. name: "Examacro",
  210. height: math.unit(250, "parsecs")
  211. },
  212. ]
  213. )
  214. characterMakers["Noir"] = () => makeCharacter(
  215. { name: "Noir" },
  216. {
  217. front: {
  218. height: math.unit(6, "feet"),
  219. weight: math.unit(60, "kg"),
  220. name: "Front",
  221. image: {
  222. source: "./media/characters/noir/front.svg",
  223. extra: 1,
  224. bottom: 0.032
  225. }
  226. },
  227. },
  228. [
  229. {
  230. name: "Normal",
  231. height: math.unit(6.6, "feet")
  232. },
  233. {
  234. name: "Macro",
  235. height: math.unit(500, "feet")
  236. },
  237. {
  238. name: "Megamacro",
  239. height: math.unit(2.5, "km"),
  240. default: true
  241. },
  242. {
  243. name: "Gigamacro",
  244. height: math.unit(22500, "km")
  245. },
  246. {
  247. name: "Teramacro",
  248. height: math.unit(2500000000, "km")
  249. },
  250. {
  251. name: "Examacro",
  252. height: math.unit(200, "parsecs")
  253. },
  254. ]
  255. )
  256. characterMakers["Okuri"] = () => makeCharacter(
  257. { name: "Okuri" },
  258. {
  259. front: {
  260. height: math.unit(7, "feet"),
  261. weight: math.unit(100, "kg"),
  262. name: "Front",
  263. image: {
  264. source: "./media/characters/okuri/front.svg",
  265. extra: 1,
  266. bottom: 0.037
  267. }
  268. },
  269. back: {
  270. height: math.unit(7, "feet"),
  271. weight: math.unit(100, "kg"),
  272. name: "Back",
  273. image: {
  274. source: "./media/characters/okuri/back.svg",
  275. extra: 1,
  276. bottom: 0.007
  277. }
  278. },
  279. },
  280. [
  281. {
  282. name: "Megamacro",
  283. height: math.unit(100, "miles"),
  284. default: true
  285. },
  286. ]
  287. )
  288. characterMakers["Manny"] = () => makeCharacter(
  289. { name: "Manny" },
  290. {
  291. front: {
  292. height: math.unit(7, "feet"),
  293. weight: math.unit(100, "kg"),
  294. name: "Front",
  295. image: {
  296. source: "./media/characters/manny/front.svg",
  297. extra: 1,
  298. bottom: 0.06
  299. }
  300. },
  301. back: {
  302. height: math.unit(7, "feet"),
  303. weight: math.unit(100, "kg"),
  304. name: "Back",
  305. image: {
  306. source: "./media/characters/manny/back.svg",
  307. extra: 1,
  308. bottom: 0.014
  309. }
  310. },
  311. },
  312. [
  313. {
  314. name: "Normal",
  315. height: math.unit(7, "feet"),
  316. },
  317. {
  318. name: "Macro",
  319. height: math.unit(78, "feet"),
  320. default: true
  321. },
  322. {
  323. name: "Macro+",
  324. height: math.unit(300, "meters")
  325. },
  326. {
  327. name: "Macro++",
  328. height: math.unit(2400, "meters")
  329. },
  330. {
  331. name: "Megamacro",
  332. height: math.unit(5167, "meters")
  333. },
  334. {
  335. name: "Gigamacro",
  336. height: math.unit(41769, "miles")
  337. },
  338. ]
  339. )
  340. characterMakers["Adake"] = () => makeCharacter(
  341. { name: "Adake" },
  342. {
  343. front: {
  344. height: math.unit(7, "feet"),
  345. weight: math.unit(100, "kg"),
  346. name: "Front",
  347. image: {
  348. source: "./media/characters/adake/front-1.svg"
  349. }
  350. },
  351. frontAlt: {
  352. height: math.unit(7, "feet"),
  353. weight: math.unit(100, "kg"),
  354. name: "Front (Alt)",
  355. image: {
  356. source: "./media/characters/adake/front-2.svg",
  357. extra: 1,
  358. bottom: 0.01
  359. }
  360. },
  361. back: {
  362. height: math.unit(7, "feet"),
  363. weight: math.unit(100, "kg"),
  364. name: "Back",
  365. image: {
  366. source: "./media/characters/adake/back.svg",
  367. }
  368. },
  369. kneel: {
  370. height: math.unit(5.385, "feet"),
  371. weight: math.unit(100, "kg"),
  372. name: "Kneeling",
  373. image: {
  374. source: "./media/characters/adake/kneel.svg",
  375. bottom: 0.052
  376. }
  377. },
  378. },
  379. [
  380. {
  381. name: "Normal",
  382. height: math.unit(7, "feet"),
  383. },
  384. {
  385. name: "Macro",
  386. height: math.unit(78, "feet"),
  387. default: true
  388. },
  389. {
  390. name: "Macro+",
  391. height: math.unit(300, "meters")
  392. },
  393. {
  394. name: "Macro++",
  395. height: math.unit(2400, "meters")
  396. },
  397. {
  398. name: "Megamacro",
  399. height: math.unit(5167, "meters")
  400. },
  401. {
  402. name: "Gigamacro",
  403. height: math.unit(41769, "miles")
  404. },
  405. ]
  406. )
  407. characterMakers["Elijah"] = () => makeCharacter(
  408. { name: "Elijah" },
  409. {
  410. side: {
  411. height: math.unit(7, "feet"),
  412. weight: math.unit(50, "kg"),
  413. name: "Side",
  414. image: {
  415. source: "./media/characters/elijah/side.svg",
  416. extra: 1,
  417. bottom: 0.065
  418. }
  419. },
  420. foot: {
  421. height: math.unit(2.05, "feet"),
  422. name: "Foot",
  423. image: {
  424. source: "./media/characters/elijah/foot.svg"
  425. }
  426. },
  427. },
  428. [
  429. {
  430. name: "Normal",
  431. height: math.unit(1.65, "meters")
  432. },
  433. {
  434. name: "Macro",
  435. height: math.unit(55, "meters"),
  436. default: true
  437. },
  438. {
  439. name: "Macro+",
  440. height: math.unit(105, "meters")
  441. },
  442. ]
  443. )
  444. characterMakers["Rai"] = () => makeCharacter(
  445. { name: "Rai" },
  446. {
  447. front: {
  448. height: math.unit(11, "feet"),
  449. weight: math.unit(80, "kg"),
  450. name: "Front",
  451. image: {
  452. source: "./media/characters/rai/front.svg",
  453. extra: 1,
  454. bottom: 0.03
  455. }
  456. },
  457. side: {
  458. height: math.unit(11, "feet"),
  459. weight: math.unit(80, "kg"),
  460. name: "Side",
  461. image: {
  462. source: "./media/characters/rai/side.svg"
  463. }
  464. },
  465. back: {
  466. height: math.unit(11, "feet"),
  467. weight: math.unit(80, "lb"),
  468. name: "Back",
  469. image: {
  470. source: "./media/characters/rai/back.svg",
  471. extra: 1,
  472. bottom: 0.01
  473. }
  474. },
  475. feral: {
  476. height: math.unit(11, "feet"),
  477. weight: math.unit(800, "lb"),
  478. name: "Feral",
  479. image: {
  480. source: "./media/characters/rai/feral.svg",
  481. extra: 1050/659 ,
  482. bottom: 0.07
  483. }
  484. },
  485. maw: {
  486. height: math.unit(6/3.81416, "feet"),
  487. name: "Maw",
  488. image: {
  489. source: "./media/characters/rai/maw.svg"
  490. }
  491. },
  492. },
  493. [
  494. {
  495. name: "Normal",
  496. height: math.unit(11, "feet")
  497. },
  498. {
  499. name: "Macro",
  500. height: math.unit(302, "feet"),
  501. default: true
  502. },
  503. ]
  504. )
  505. characterMakers["Jazzy"] = () => makeCharacter(
  506. { name: "Jazzy" },
  507. {
  508. front: {
  509. height: math.unit(7, "feet"),
  510. weight: math.unit(80, "kg"),
  511. name: "Front",
  512. image: {
  513. source: "./media/characters/jazzy/front.svg",
  514. extra: 1,
  515. bottom: 0.01
  516. }
  517. },
  518. back: {
  519. height: math.unit(7, "feet"),
  520. weight: math.unit(80, "kg"),
  521. name: "Back",
  522. image: {
  523. source: "./media/characters/jazzy/back.svg",
  524. extra: 1,
  525. bottom: 0.01
  526. }
  527. },
  528. },
  529. [
  530. {
  531. name: "Macro",
  532. height: math.unit(216, "feet"),
  533. default: true
  534. },
  535. ]
  536. )
  537. characterMakers["Flamm"] = () => makeCharacter(
  538. { name: "Flamm" },
  539. {
  540. front: {
  541. height: math.unit(7, "feet"),
  542. weight: math.unit(80, "kg"),
  543. name: "Front",
  544. image: {
  545. source: "./media/characters/flamm/front.svg",
  546. extra: 1,
  547. bottom: 0.02
  548. }
  549. },
  550. },
  551. [
  552. {
  553. name: "Normal",
  554. height: math.unit(9.5, "feet")
  555. },
  556. {
  557. name: "Macro",
  558. height: math.unit(200, "feet"),
  559. default: true
  560. },
  561. ]
  562. )
  563. characterMakers["Zephiro"] = () => makeCharacter(
  564. { name: "Zephiro" },
  565. {
  566. front: {
  567. height: math.unit(7, "feet"),
  568. weight: math.unit(80, "kg"),
  569. name: "Front",
  570. image: {
  571. source: "./media/characters/zephiro/front.svg",
  572. extra: 2309/2162 ,
  573. bottom: 0.069
  574. }
  575. },
  576. side: {
  577. height: math.unit(7, "feet"),
  578. weight: math.unit(80, "kg"),
  579. name: "Side",
  580. image: {
  581. source: "./media/characters/zephiro/side.svg",
  582. extra: 2403/2279 ,
  583. bottom: 0.015
  584. }
  585. },
  586. back: {
  587. height: math.unit(7, "feet"),
  588. weight: math.unit(80, "kg"),
  589. name: "Back",
  590. image: {
  591. source: "./media/characters/zephiro/back.svg",
  592. extra: 2373/2244 ,
  593. bottom: 0.013
  594. }
  595. },
  596. },
  597. [
  598. {
  599. name: "Micro",
  600. height: math.unit(3, "inches")
  601. },
  602. {
  603. name: "Normal",
  604. height: math.unit(5 + 3/12, "feet"),
  605. default: true
  606. },
  607. {
  608. name: "Macro",
  609. height: math.unit(118, "feet")
  610. },
  611. ]
  612. )
  613. characterMakers["Fory"] = () => makeCharacter(
  614. { name: "Fory" },
  615. {
  616. front: {
  617. height: math.unit(7, "feet"),
  618. weight: math.unit(90, "kg"),
  619. name: "Front",
  620. image: {
  621. source: "./media/characters/fory/front.svg",
  622. extra: 1,
  623. bottom: 0.03
  624. }
  625. },
  626. },
  627. [
  628. {
  629. name: "Normal",
  630. height: math.unit(5, "feet")
  631. },
  632. {
  633. name: "Macro",
  634. height: math.unit(50, "feet"),
  635. default: true
  636. },
  637. ]
  638. )
  639. characterMakers["Kurrikage"] = () => makeCharacter(
  640. { name: "Kurrikage" },
  641. {
  642. front: {
  643. height: math.unit(7, "feet"),
  644. weight: math.unit(90, "kg"),
  645. name: "Front",
  646. image: {
  647. source: "./media/characters/kurrikage/front.svg",
  648. extra: 1,
  649. bottom: 0.035
  650. }
  651. },
  652. back: {
  653. height: math.unit(7, "feet"),
  654. weight: math.unit(90, "lb"),
  655. name: "Back",
  656. image: {
  657. source: "./media/characters/kurrikage/back.svg"
  658. }
  659. },
  660. paw: {
  661. height: math.unit(1.5, "feet"),
  662. name: "Paw",
  663. image: {
  664. source: "./media/characters/kurrikage/paw.svg"
  665. }
  666. },
  667. staff: {
  668. height: math.unit(6.7, "feet"),
  669. name: "Staff",
  670. image: {
  671. source: "./media/characters/kurrikage/staff.svg"
  672. }
  673. },
  674. peek: {
  675. height: math.unit(1.05, "feet"),
  676. name: "Peeking",
  677. image: {
  678. source: "./media/characters/kurrikage/peek.svg",
  679. bottom: 0.08
  680. }
  681. },
  682. },
  683. [
  684. {
  685. name: "Normal",
  686. height: math.unit(12, "feet"),
  687. default: true
  688. },
  689. {
  690. name: "Big",
  691. height: math.unit(20, "feet")
  692. },
  693. {
  694. name: "Macro",
  695. height: math.unit(500, "feet")
  696. },
  697. {
  698. name: "Megamacro",
  699. height: math.unit(20, "miles")
  700. },
  701. ]
  702. )
  703. characterMakers["Shingo"] = () => makeCharacter(
  704. { name: "Shingo" },
  705. {
  706. front: {
  707. height: math.unit(6, "feet"),
  708. weight: math.unit(75, "kg"),
  709. name: "Front",
  710. image: {
  711. source: "./media/characters/shingo/front.svg",
  712. extra: 3511/3338 ,
  713. bottom: 0.005
  714. }
  715. },
  716. },
  717. [
  718. {
  719. name: "Micro",
  720. height: math.unit(4, "inches")
  721. },
  722. {
  723. name: "Normal",
  724. height: math.unit(6, "feet"),
  725. default: true
  726. },
  727. {
  728. name: "Macro",
  729. height: math.unit(108, "feet")
  730. }
  731. ]
  732. )
  733. characterMakers["Aigey"] = () => makeCharacter(
  734. { name: "Aigey" },
  735. {
  736. side: {
  737. height: math.unit(6, "feet"),
  738. weight: math.unit(75, "kg"),
  739. name: "Side",
  740. image: {
  741. source: "./media/characters/aigey/side.svg"
  742. }
  743. },
  744. },
  745. [
  746. {
  747. name: "Macro",
  748. height: math.unit(200, "feet"),
  749. default: true
  750. },
  751. {
  752. name: "Megamacro",
  753. height: math.unit(100, "miles")
  754. },
  755. ]
  756. )
  757. characterMakers["Natasha"] = () => makeCharacter(
  758. { name: "Natasha" },
  759. {
  760. front: {
  761. height: math.unit(5 + 5/12, "feet"),
  762. weight: math.unit(75, "kg"),
  763. name: "Front",
  764. image: {
  765. source: "./media/characters/natasha/front.svg",
  766. extra: 875/846,
  767. bottom: 0.01
  768. }
  769. },
  770. },
  771. [
  772. {
  773. name: "Normal",
  774. height: math.unit(5 + 5/12, "feet")
  775. },
  776. {
  777. name: "Large",
  778. height: math.unit(12, "feet")
  779. },
  780. {
  781. name: "Macro",
  782. height: math.unit(100, "feet"),
  783. default: true
  784. },
  785. {
  786. name: "Macro+",
  787. height: math.unit(260, "feet")
  788. },
  789. {
  790. name: "Macro++",
  791. height: math.unit(1, "mile")
  792. },
  793. ]
  794. )
  795. characterMakers["Malik"] = () => makeCharacter(
  796. { name: "Malik" },
  797. {
  798. front: {
  799. height: math.unit(6, "feet"),
  800. weight: math.unit(75, "kg"),
  801. name: "Front",
  802. image: {
  803. source: "./media/characters/malik/front.svg"
  804. }
  805. },
  806. side: {
  807. height: math.unit(6, "feet"),
  808. weight: math.unit(75, "kg"),
  809. name: "Side",
  810. image: {
  811. source: "./media/characters/malik/side.svg",
  812. extra: 1.1539
  813. }
  814. },
  815. back: {
  816. height: math.unit(6, "feet"),
  817. weight: math.unit(75, "kg"),
  818. name: "Back",
  819. image: {
  820. source: "./media/characters/malik/back.svg"
  821. }
  822. },
  823. },
  824. [
  825. {
  826. name: "Macro",
  827. height: math.unit(156, "feet"),
  828. default: true
  829. },
  830. {
  831. name: "Macro+",
  832. height: math.unit(1188, "feet")
  833. },
  834. ]
  835. )
  836. characterMakers["Sefer"] = () => makeCharacter(
  837. { name: "Sefer" },
  838. {
  839. front: {
  840. height: math.unit(6, "feet"),
  841. weight: math.unit(75, "kg"),
  842. name: "Front",
  843. image: {
  844. source: "./media/characters/sefer/front.svg"
  845. }
  846. },
  847. back: {
  848. height: math.unit(6, "feet"),
  849. weight: math.unit(75, "kg"),
  850. name: "Back",
  851. image: {
  852. source: "./media/characters/sefer/back.svg"
  853. }
  854. },
  855. },
  856. [
  857. {
  858. name: "Normal",
  859. height: math.unit(6, "feet"),
  860. default: true
  861. },
  862. ]
  863. )
  864. characterMakers["North"] = () => makeCharacter(
  865. { name: "North" },
  866. {
  867. body: {
  868. height: math.unit(2.2428, "meter"),
  869. weight: math.unit(124.738, "kg"),
  870. name: "Body",
  871. image: {
  872. extra: 1225 / 1050,
  873. source: "./media/characters/north/front.svg"
  874. }
  875. }
  876. },
  877. [
  878. {
  879. name: "Micro",
  880. height: math.unit(4, "inches")
  881. },
  882. {
  883. name: "Macro",
  884. height: math.unit(63, "meters")
  885. },
  886. {
  887. name: "Megamacro",
  888. height: math.unit(101, "miles"),
  889. default: true
  890. }
  891. ]
  892. )
  893. characterMakers["Talan"] = () => makeCharacter(
  894. { name: "Talan" },
  895. {
  896. body: {
  897. height: math.unit(2, "meter"),
  898. weight: math.unit(70, "kg"),
  899. name: "Body",
  900. image: {
  901. bottom: 0.02,
  902. source: "./media/characters/talan/front.svg"
  903. }
  904. }
  905. },
  906. [
  907. {
  908. name: "Normal",
  909. height: math.unit(4, "meters")
  910. },
  911. {
  912. name: "Macro",
  913. height: math.unit(100, "meters")
  914. },
  915. {
  916. name: "Megamacro",
  917. height: math.unit(2, "miles"),
  918. default: true
  919. },
  920. {
  921. name: "Gigamacro",
  922. height: math.unit(5000, "miles")
  923. },
  924. {
  925. name: "Teramacro",
  926. height: math.unit(100, "parsecs")
  927. }
  928. ]
  929. )
  930. characterMakers["Gael'Rathus"] = () => makeCharacter(
  931. { name: "Gael'Rathus" },
  932. {
  933. front: {
  934. height: math.unit(2, "meter"),
  935. weight: math.unit(90, "kg"),
  936. name: "Front",
  937. image: {
  938. source: "./media/characters/gael'rathus/front.svg"
  939. }
  940. },
  941. frontAlt: {
  942. height: math.unit(2, "meter"),
  943. weight: math.unit(90, "kg"),
  944. name: "Front (alt)",
  945. image: {
  946. source: "./media/characters/gael'rathus/front-alt.svg"
  947. }
  948. },
  949. frontAlt2: {
  950. height: math.unit(2, "meter"),
  951. weight: math.unit(90, "kg"),
  952. name: "Front (alt 2)",
  953. image: {
  954. source: "./media/characters/gael'rathus/front-alt-2.svg"
  955. }
  956. }
  957. },
  958. [
  959. {
  960. name: "Normal",
  961. height: math.unit(9, "feet"),
  962. default: true
  963. },
  964. {
  965. name: "Large",
  966. height: math.unit(25, "feet")
  967. },
  968. {
  969. name: "Macro",
  970. height: math.unit(0.25, "miles")
  971. },
  972. {
  973. name: "Megamacro",
  974. height: math.unit(10, "miles")
  975. }
  976. ]
  977. )
  978. characterMakers["Sosha"] = () => makeCharacter(
  979. { name: "Sosha" },
  980. {
  981. side: {
  982. height: math.unit(2, "meter"),
  983. weight: math.unit(140, "kg"),
  984. name: "Side",
  985. image: {
  986. source: "./media/characters/sosha/side.svg",
  987. bottom: 0.042
  988. }
  989. },
  990. },
  991. [
  992. {
  993. name: "Normal",
  994. height: math.unit(12, "feet"),
  995. default: true
  996. }
  997. ]
  998. )
  999. characterMakers["RuNNoLa"] = () => makeCharacter(
  1000. { name: "RuNNoLa" },
  1001. {
  1002. side: {
  1003. height: math.unit(5 + 5/12, "feet"),
  1004. weight: math.unit(170, "kg"),
  1005. name: "Side",
  1006. image: {
  1007. source: "./media/characters/runnola/side.svg",
  1008. extra: 741/448,
  1009. bottom: 0.05
  1010. }
  1011. },
  1012. },
  1013. [
  1014. {
  1015. name: "Small",
  1016. height: math.unit(3, "feet")
  1017. },
  1018. {
  1019. name: "Normal",
  1020. height: math.unit(5 + 5/12, "feet"),
  1021. default: true
  1022. },
  1023. {
  1024. name: "Big",
  1025. height: math.unit(10, "feet")
  1026. },
  1027. ]
  1028. )
  1029. characterMakers["Kurribird"] = () => makeCharacter(
  1030. { name: "Kurribird" },
  1031. {
  1032. front: {
  1033. height: math.unit(2, "meter"),
  1034. weight: math.unit(50, "kg"),
  1035. name: "Front",
  1036. image: {
  1037. source: "./media/characters/kurribird/front.svg",
  1038. bottom: 0.015
  1039. }
  1040. },
  1041. frontAlt: {
  1042. height: math.unit(1.5, "meter"),
  1043. weight: math.unit(50, "kg"),
  1044. name: "Front (Alt)",
  1045. image: {
  1046. source: "./media/characters/kurribird/front-alt.svg",
  1047. extra: 1.45
  1048. }
  1049. },
  1050. },
  1051. [
  1052. {
  1053. name: "Normal",
  1054. height: math.unit(7, "feet")
  1055. },
  1056. {
  1057. name: "Big",
  1058. height: math.unit(12, "feet"),
  1059. default: true
  1060. },
  1061. {
  1062. name: "Macro",
  1063. height: math.unit(1500, "feet")
  1064. },
  1065. {
  1066. name: "Megamacro",
  1067. height: math.unit(2, "miles")
  1068. }
  1069. ]
  1070. )
  1071. characterMakers["Elbial"] = () => makeCharacter(
  1072. { name: "Elbial" },
  1073. {
  1074. front: {
  1075. height: math.unit(2, "meter"),
  1076. weight: math.unit(80, "kg"),
  1077. name: "Front",
  1078. image: {
  1079. source: "./media/characters/elbial/front.svg"
  1080. }
  1081. },
  1082. side: {
  1083. height: math.unit(2, "meter"),
  1084. weight: math.unit(80, "kg"),
  1085. name: "Side",
  1086. image: {
  1087. source: "./media/characters/elbial/side.svg"
  1088. }
  1089. },
  1090. back: {
  1091. height: math.unit(2, "meter"),
  1092. weight: math.unit(80, "kg"),
  1093. name: "Back",
  1094. image: {
  1095. source: "./media/characters/elbial/back.svg"
  1096. }
  1097. },
  1098. },
  1099. [
  1100. {
  1101. name: "Large",
  1102. height: math.unit(100, "feet")
  1103. },
  1104. {
  1105. name: "Macro",
  1106. height: math.unit(500, "feet"),
  1107. default: true
  1108. },
  1109. {
  1110. name: "Megamacro",
  1111. height: math.unit(10, "miles")
  1112. },
  1113. {
  1114. name: "Gigamacro",
  1115. height: math.unit(25000, "miles")
  1116. },
  1117. {
  1118. name: "Full-Size",
  1119. height: math.unit(8000000, "gigaparsecs")
  1120. }
  1121. ]
  1122. )
  1123. characterMakers["Noah"] = () => makeCharacter(
  1124. { name: "Noah" },
  1125. {
  1126. front: {
  1127. height: math.unit(2, "meter"),
  1128. weight: math.unit(60, "kg"),
  1129. name: "Front",
  1130. image: {
  1131. source: "./media/characters/noah/front.svg"
  1132. }
  1133. },
  1134. talons: {
  1135. height: math.unit(0.315, "meter"),
  1136. name: "Talons",
  1137. image: {
  1138. source: "./media/characters/noah/talons.svg"
  1139. }
  1140. }
  1141. },
  1142. [
  1143. {
  1144. name: "Large",
  1145. height: math.unit(50, "feet")
  1146. },
  1147. {
  1148. name: "Macro",
  1149. height: math.unit(750, "feet"),
  1150. default: true
  1151. },
  1152. {
  1153. name: "Megamacro",
  1154. height: math.unit(50, "miles")
  1155. },
  1156. {
  1157. name: "Gigamacro",
  1158. height: math.unit(100000, "miles")
  1159. },
  1160. {
  1161. name: "Full-Size",
  1162. height: math.unit(3000000000, "miles")
  1163. }
  1164. ]
  1165. )
  1166. characterMakers["Natalya"] = () => makeCharacter(
  1167. { name: "Natalya" },
  1168. {
  1169. front: {
  1170. height: math.unit(2, "meter"),
  1171. weight: math.unit(80, "kg"),
  1172. name: "Front",
  1173. image: {
  1174. source: "./media/characters/natalya/front.svg"
  1175. }
  1176. },
  1177. back: {
  1178. height: math.unit(2, "meter"),
  1179. weight: math.unit(80, "kg"),
  1180. name: "Back",
  1181. image: {
  1182. source: "./media/characters/natalya/back.svg"
  1183. }
  1184. }
  1185. },
  1186. [
  1187. {
  1188. name: "Normal",
  1189. height: math.unit(150, "feet"),
  1190. default: true
  1191. },
  1192. {
  1193. name: "Megamacro",
  1194. height: math.unit(5, "miles")
  1195. },
  1196. {
  1197. name: "Full-Size",
  1198. height: math.unit(600, "kiloparsecs")
  1199. }
  1200. ]
  1201. )
  1202. characterMakers["Erestrebah"] = () => makeCharacter(
  1203. { name: "Erestrebah" },
  1204. {
  1205. front: {
  1206. height: math.unit(2, "meter"),
  1207. weight: math.unit(50, "kg"),
  1208. name: "Front",
  1209. image: {
  1210. source: "./media/characters/erestrebah/front.svg",
  1211. extra: 208/193,
  1212. bottom: 0.055
  1213. }
  1214. },
  1215. back: {
  1216. height: math.unit(2, "meter"),
  1217. weight: math.unit(50, "kg"),
  1218. name: "Back",
  1219. image: {
  1220. source: "./media/characters/erestrebah/back.svg",
  1221. extra: 1.3
  1222. }
  1223. }
  1224. },
  1225. [
  1226. {
  1227. name: "Normal",
  1228. height: math.unit(10, "feet")
  1229. },
  1230. {
  1231. name: "Large",
  1232. height: math.unit(50, "feet"),
  1233. default: true
  1234. },
  1235. {
  1236. name: "Macro",
  1237. height: math.unit(300, "feet")
  1238. },
  1239. {
  1240. name: "Macro+",
  1241. height: math.unit(750, "feet")
  1242. },
  1243. {
  1244. name: "Megamacro",
  1245. height: math.unit(3, "miles")
  1246. }
  1247. ]
  1248. )
  1249. characterMakers["Jennifer"] = () => makeCharacter(
  1250. { name: "Jennifer" },
  1251. {
  1252. front: {
  1253. height: math.unit(2, "meter"),
  1254. weight: math.unit(80, "kg"),
  1255. name: "Front",
  1256. image: {
  1257. source: "./media/characters/jennifer/front.svg",
  1258. bottom: 0.11,
  1259. extra: 1.16
  1260. }
  1261. },
  1262. frontAlt: {
  1263. height: math.unit(2, "meter"),
  1264. weight: math.unit(80, "kg"),
  1265. name: "Front (Alt)",
  1266. image: {
  1267. source: "./media/characters/jennifer/front-alt.svg"
  1268. }
  1269. }
  1270. },
  1271. [
  1272. {
  1273. name: "Canon Height",
  1274. height: math.unit(120, "feet"),
  1275. default: true
  1276. },
  1277. {
  1278. name: "Macro+",
  1279. height: math.unit(300, "feet")
  1280. },
  1281. {
  1282. name: "Megamacro",
  1283. height: math.unit(20000, "feet")
  1284. }
  1285. ]
  1286. )
  1287. characterMakers["Kalista"] = () => makeCharacter(
  1288. { name: "Kalista" },
  1289. {
  1290. front: {
  1291. height: math.unit(2, "meter"),
  1292. weight: math.unit(50, "kg"),
  1293. name: "Front",
  1294. image: {
  1295. source: "./media/characters/kalista/front.svg",
  1296. extra: 1947/1700
  1297. }
  1298. },
  1299. back: {
  1300. height: math.unit(2, "meter"),
  1301. weight: math.unit(50, "kg"),
  1302. name: "Back",
  1303. image: {
  1304. source: "./media/characters/kalista/back.svg",
  1305. extra: 1366/1156
  1306. }
  1307. }
  1308. },
  1309. [
  1310. {
  1311. name: "Uncomfortably Small",
  1312. height: math.unit(10, "feet")
  1313. },
  1314. {
  1315. name: "Small",
  1316. height: math.unit(30, "feet")
  1317. },
  1318. {
  1319. name: "Macro",
  1320. height: math.unit(100, "feet"),
  1321. default: true
  1322. },
  1323. {
  1324. name: "Macro+",
  1325. height: math.unit(2000, "feet")
  1326. },
  1327. {
  1328. name: "True Form",
  1329. height: math.unit(8924, "miles")
  1330. }
  1331. ]
  1332. )
  1333. characterMakers["GiantGrowingVixen"] = () => makeCharacter(
  1334. { name: "GiantGrowingVixen" },
  1335. {
  1336. front: {
  1337. height: math.unit(2, "meter"),
  1338. weight: math.unit(120, "kg"),
  1339. name: "Front",
  1340. image: {
  1341. source: "./media/characters/ggv/front.svg"
  1342. }
  1343. },
  1344. side: {
  1345. height: math.unit(2, "meter"),
  1346. weight: math.unit(120, "kg"),
  1347. name: "Side",
  1348. image: {
  1349. source: "./media/characters/ggv/side.svg"
  1350. }
  1351. }
  1352. },
  1353. [
  1354. {
  1355. name: "Extremely Puny",
  1356. height: math.unit(9 + 5 / 12, "feet")
  1357. },
  1358. {
  1359. name: "Horribly Small",
  1360. height: math.unit(47.7, "miles"),
  1361. default: true
  1362. },
  1363. {
  1364. name: "Reasonably Sized",
  1365. height: math.unit(25000, "parsecs")
  1366. },
  1367. {
  1368. name: "Slightly Uncompressed",
  1369. height: math.unit(7.77e31, "parsecs")
  1370. },
  1371. {
  1372. name: "Omniversal",
  1373. height: math.unit(1e300, "meters")
  1374. },
  1375. ]
  1376. )
  1377. characterMakers["Napalm"] = () => makeCharacter(
  1378. { name: "Napalm" },
  1379. {
  1380. front: {
  1381. height: math.unit(2, "meter"),
  1382. weight: math.unit(75, "lb"),
  1383. name: "Front",
  1384. image: {
  1385. source: "./media/characters/napalm/front.svg"
  1386. }
  1387. },
  1388. back: {
  1389. height: math.unit(2, "meter"),
  1390. weight: math.unit(75, "lb"),
  1391. name: "Back",
  1392. image: {
  1393. source: "./media/characters/napalm/back.svg"
  1394. }
  1395. }
  1396. },
  1397. [
  1398. {
  1399. name: "Standard",
  1400. height: math.unit(55, "feet"),
  1401. default: true
  1402. }
  1403. ]
  1404. )
  1405. characterMakers["Asana"] = () => makeCharacter(
  1406. { name: "Asana" },
  1407. {
  1408. front: {
  1409. height: math.unit(7 + 5 / 6, "feet"),
  1410. weight: math.unit(325, "lb"),
  1411. name: "Front",
  1412. image: {
  1413. source: "./media/characters/asana/front.svg",
  1414. extra: 1128 / 1068
  1415. }
  1416. },
  1417. back: {
  1418. height: math.unit(7 + 5 / 6, "feet"),
  1419. weight: math.unit(325, "lb"),
  1420. name: "Back",
  1421. image: {
  1422. source: "./media/characters/asana/back.svg",
  1423. extra: 1128 / 1068
  1424. }
  1425. },
  1426. },
  1427. [
  1428. {
  1429. name: "Standard",
  1430. height: math.unit(7 + 5 / 6, "feet"),
  1431. default: true
  1432. },
  1433. {
  1434. name: "Large",
  1435. height: math.unit(10, "meters")
  1436. },
  1437. {
  1438. name: "Macro",
  1439. height: math.unit(2500, "meters")
  1440. },
  1441. {
  1442. name: "Megamacro",
  1443. height: math.unit(5e6, "meters")
  1444. },
  1445. {
  1446. name: "Examacro",
  1447. height: math.unit(5e12, "lightyears")
  1448. },
  1449. {
  1450. name: "Max Size",
  1451. height: math.unit(1e31, "lightyears")
  1452. }
  1453. ]
  1454. )
  1455. characterMakers["Ebony"] = () => makeCharacter(
  1456. { name: "Ebony" },
  1457. {
  1458. front: {
  1459. height: math.unit(2, "meter"),
  1460. weight: math.unit(60, "kg"),
  1461. name: "Front",
  1462. image: {
  1463. source: "./media/characters/ebony/front.svg",
  1464. bottom: 0.03,
  1465. extra: 1045 / 810 + 0.03
  1466. }
  1467. },
  1468. side: {
  1469. height: math.unit(2, "meter"),
  1470. weight: math.unit(60, "kg"),
  1471. name: "Side",
  1472. image: {
  1473. source: "./media/characters/ebony/side.svg",
  1474. bottom: 0.03,
  1475. extra: 1045 / 810 + 0.03
  1476. }
  1477. },
  1478. back: {
  1479. height: math.unit(2, "meter"),
  1480. weight: math.unit(60, "kg"),
  1481. name: "Back",
  1482. image: {
  1483. source: "./media/characters/ebony/back.svg",
  1484. bottom: 0.01,
  1485. extra: 1045 / 810 + 0.01
  1486. }
  1487. },
  1488. },
  1489. [
  1490. // TODO check why I did this lol
  1491. {
  1492. name: "Standard",
  1493. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1494. default: true
  1495. },
  1496. {
  1497. name: "Macro",
  1498. height: math.unit(200, "feet")
  1499. },
  1500. {
  1501. name: "Gigamacro",
  1502. height: math.unit(13000, "km")
  1503. }
  1504. ]
  1505. )
  1506. characterMakers["Mountain"] = () => makeCharacter(
  1507. { name: "Mountain" },
  1508. {
  1509. front: {
  1510. height: math.unit(6, "feet"),
  1511. weight: math.unit(175, "lb"),
  1512. name: "Front",
  1513. image: {
  1514. source: "./media/characters/mountain/front.svg"
  1515. }
  1516. },
  1517. back: {
  1518. height: math.unit(6, "feet"),
  1519. weight: math.unit(175, "lb"),
  1520. name: "Back",
  1521. image: {
  1522. source: "./media/characters/mountain/back.svg"
  1523. }
  1524. },
  1525. },
  1526. [
  1527. {
  1528. name: "Large",
  1529. height: math.unit(20, "meters")
  1530. },
  1531. {
  1532. name: "Macro",
  1533. height: math.unit(300, "meters")
  1534. },
  1535. {
  1536. name: "Gigamacro",
  1537. height: math.unit(10000, "km"),
  1538. default: true
  1539. },
  1540. {
  1541. name: "Examacro",
  1542. height: math.unit(10e9, "lightyears")
  1543. }
  1544. ]
  1545. )
  1546. characterMakers["Rick"] = () => makeCharacter(
  1547. { name: "Rick" },
  1548. {
  1549. front: {
  1550. height: math.unit(8, "feet"),
  1551. weight: math.unit(500, "lb"),
  1552. name: "Front",
  1553. image: {
  1554. source: "./media/characters/rick/front.svg"
  1555. }
  1556. }
  1557. },
  1558. [
  1559. {
  1560. name: "Normal",
  1561. height: math.unit(8, "feet"),
  1562. default: true
  1563. },
  1564. {
  1565. name: "Macro",
  1566. height: math.unit(5, "km")
  1567. }
  1568. ]
  1569. )
  1570. characterMakers["Ona"] = () => makeCharacter(
  1571. { name: "Ona" },
  1572. {
  1573. front: {
  1574. height: math.unit(8, "feet"),
  1575. weight: math.unit(120, "lb"),
  1576. name: "Front",
  1577. image: {
  1578. source: "./media/characters/ona/front.svg"
  1579. }
  1580. },
  1581. frontAlt: {
  1582. height: math.unit(8, "feet"),
  1583. weight: math.unit(120, "lb"),
  1584. name: "Front (Alt)",
  1585. image: {
  1586. source: "./media/characters/ona/front-alt.svg"
  1587. }
  1588. },
  1589. back: {
  1590. height: math.unit(8, "feet"),
  1591. weight: math.unit(120, "lb"),
  1592. name: "Back",
  1593. image: {
  1594. source: "./media/characters/ona/back.svg"
  1595. }
  1596. },
  1597. foot: {
  1598. height: math.unit(1.1, "feet"),
  1599. name: "Foot",
  1600. image: {
  1601. source: "./media/characters/ona/foot.svg"
  1602. }
  1603. }
  1604. },
  1605. [
  1606. {
  1607. name: "Megamacro",
  1608. height: math.unit(70, "km"),
  1609. default: true
  1610. },
  1611. {
  1612. name: "Gigamacro",
  1613. height: math.unit(681818, "miles")
  1614. },
  1615. {
  1616. name: "Examacro",
  1617. height: math.unit(3800000, "lightyears")
  1618. },
  1619. ]
  1620. )
  1621. characterMakers["Mech"] = () => makeCharacter(
  1622. { name: "Mech" },
  1623. {
  1624. front: {
  1625. height: math.unit(12, "feet"),
  1626. weight: math.unit(3000, "lb"),
  1627. name: "Front",
  1628. image: {
  1629. source: "./media/characters/mech/front.svg",
  1630. bottom: 0.025,
  1631. }
  1632. },
  1633. back: {
  1634. height: math.unit(12, "feet"),
  1635. weight: math.unit(3000, "lb"),
  1636. name: "Back",
  1637. image: {
  1638. source: "./media/characters/mech/back.svg",
  1639. bottom: 0.03,
  1640. }
  1641. }
  1642. },
  1643. [
  1644. {
  1645. name: "Normal",
  1646. height: math.unit(12, "feet")
  1647. },
  1648. {
  1649. name: "Macro",
  1650. height: math.unit(300, "feet"),
  1651. default: true
  1652. },
  1653. {
  1654. name: "Macro+",
  1655. height: math.unit(1500, "feet")
  1656. },
  1657. ]
  1658. )
  1659. characterMakers["Gregory"] = () => makeCharacter(
  1660. { name: "Gregory" },
  1661. {
  1662. front: {
  1663. height: math.unit(1.3, "meter"),
  1664. weight: math.unit(30, "kg"),
  1665. name: "Front",
  1666. image: {
  1667. source: "./media/characters/gregory/front.svg",
  1668. }
  1669. }
  1670. },
  1671. [
  1672. {
  1673. name: "Normal",
  1674. height: math.unit(1.3, "meter"),
  1675. default: true
  1676. },
  1677. {
  1678. name: "Macro",
  1679. height: math.unit(20, "meter")
  1680. }
  1681. ]
  1682. )
  1683. characterMakers["Elory"] = () => makeCharacter(
  1684. { name: "Elory" },
  1685. {
  1686. front: {
  1687. height: math.unit(2.8, "meter"),
  1688. weight: math.unit(200, "kg"),
  1689. name: "Front",
  1690. image: {
  1691. source: "./media/characters/elory/front.svg",
  1692. }
  1693. }
  1694. },
  1695. [
  1696. {
  1697. name: "Normal",
  1698. height: math.unit(2.8, "meter"),
  1699. default: true
  1700. },
  1701. {
  1702. name: "Macro",
  1703. height: math.unit(38, "meter")
  1704. }
  1705. ]
  1706. )
  1707. characterMakers["Angelpatamon"] = () => makeCharacter(
  1708. { name: "Angelpatamon" },
  1709. {
  1710. front: {
  1711. height: math.unit(470, "feet"),
  1712. weight: math.unit(924, "tons"),
  1713. name: "Front",
  1714. image: {
  1715. source: "./media/characters/angelpatamon/front.svg",
  1716. }
  1717. }
  1718. },
  1719. [
  1720. {
  1721. name: "Normal",
  1722. height: math.unit(470, "feet"),
  1723. default: true
  1724. },
  1725. {
  1726. name: "Deity Size I",
  1727. height: math.unit(28651.2, "km")
  1728. },
  1729. {
  1730. name: "Deity Size II",
  1731. height: math.unit(171907.2, "km")
  1732. }
  1733. ]
  1734. )
  1735. characterMakers["Cryae"] = () => makeCharacter(
  1736. { name: "Cryae" },
  1737. {
  1738. side: {
  1739. height: math.unit(7.2, "meter"),
  1740. weight: math.unit(8.2, "tons"),
  1741. name: "Side",
  1742. image: {
  1743. source: "./media/characters/cryae/side.svg",
  1744. extra: 3500 / 1500
  1745. }
  1746. }
  1747. },
  1748. [
  1749. {
  1750. name: "Normal",
  1751. height: math.unit(7.2, "meter"),
  1752. default: true
  1753. }
  1754. ]
  1755. )
  1756. characterMakers["Xera"] = () => makeCharacter(
  1757. { name: "Xera" },
  1758. {
  1759. front: {
  1760. height: math.unit(6, "feet"),
  1761. weight: math.unit(175, "lb"),
  1762. name: "Front",
  1763. image: {
  1764. source: "./media/characters/xera/front.svg",
  1765. extra: 2300 / 2061
  1766. }
  1767. },
  1768. side: {
  1769. height: math.unit(6, "feet"),
  1770. weight: math.unit(175, "lb"),
  1771. name: "Side",
  1772. image: {
  1773. source: "./media/characters/xera/side.svg",
  1774. extra: 2300 / 2061
  1775. }
  1776. },
  1777. back: {
  1778. height: math.unit(6, "feet"),
  1779. weight: math.unit(175, "lb"),
  1780. name: "Back",
  1781. image: {
  1782. source: "./media/characters/xera/back.svg"
  1783. }
  1784. },
  1785. },
  1786. [
  1787. {
  1788. name: "Small",
  1789. height: math.unit(10, "feet")
  1790. },
  1791. {
  1792. name: "Macro",
  1793. height: math.unit(500, "meters"),
  1794. default: true
  1795. },
  1796. {
  1797. name: "Macro+",
  1798. height: math.unit(10, "km")
  1799. },
  1800. {
  1801. name: "Gigamacro",
  1802. height: math.unit(25000, "km")
  1803. },
  1804. {
  1805. name: "Teramacro",
  1806. height: math.unit(3e6, "km")
  1807. }
  1808. ]
  1809. )
  1810. characterMakers["Nebula"] = () => makeCharacter(
  1811. { name: "Nebula" },
  1812. {
  1813. front: {
  1814. height: math.unit(6, "feet"),
  1815. weight: math.unit(175, "lb"),
  1816. name: "Front",
  1817. image: {
  1818. source: "./media/characters/nebula/front.svg",
  1819. extra: 2600 / 2450
  1820. }
  1821. }
  1822. },
  1823. [
  1824. {
  1825. name: "Small",
  1826. height: math.unit(4.5, "meters")
  1827. },
  1828. {
  1829. name: "Macro",
  1830. height: math.unit(1500, "meters"),
  1831. default: true
  1832. },
  1833. {
  1834. name: "Megamacro",
  1835. height: math.unit(150, "km")
  1836. },
  1837. {
  1838. name: "Gigamacro",
  1839. height: math.unit(27000, "km")
  1840. }
  1841. ]
  1842. )
  1843. characterMakers["Abysgar"] = () => makeCharacter(
  1844. { name: "Abysgar" },
  1845. {
  1846. front: {
  1847. height: math.unit(6, "feet"),
  1848. weight: math.unit(225, "lb"),
  1849. name: "Front",
  1850. image: {
  1851. source: "./media/characters/abysgar/front.svg"
  1852. }
  1853. }
  1854. },
  1855. [
  1856. {
  1857. name: "Small",
  1858. height: math.unit(4.5, "meters")
  1859. },
  1860. {
  1861. name: "Macro",
  1862. height: math.unit(1250, "meters"),
  1863. default: true
  1864. },
  1865. {
  1866. name: "Megamacro",
  1867. height: math.unit(125, "km")
  1868. },
  1869. {
  1870. name: "Gigamacro",
  1871. height: math.unit(26000, "km")
  1872. }
  1873. ]
  1874. )
  1875. characterMakers["Yakuz"] = () => makeCharacter(
  1876. { name: "Yakuz" },
  1877. {
  1878. front: {
  1879. height: math.unit(6, "feet"),
  1880. weight: math.unit(180, "lb"),
  1881. name: "Front",
  1882. image: {
  1883. source: "./media/characters/yakuz/front.svg"
  1884. }
  1885. }
  1886. },
  1887. [
  1888. {
  1889. name: "Small",
  1890. height: math.unit(5, "meters")
  1891. },
  1892. {
  1893. name: "Macro",
  1894. height: math.unit(1500, "meters"),
  1895. default: true
  1896. },
  1897. {
  1898. name: "Megamacro",
  1899. height: math.unit(200, "km")
  1900. },
  1901. {
  1902. name: "Gigamacro",
  1903. height: math.unit(100000, "km")
  1904. }
  1905. ]
  1906. )
  1907. characterMakers["Mirova"] = () => makeCharacter(
  1908. { name: "Mirova" },
  1909. {
  1910. front: {
  1911. height: math.unit(6, "feet"),
  1912. weight: math.unit(175, "lb"),
  1913. name: "Front",
  1914. image: {
  1915. source: "./media/characters/mirova/front.svg"
  1916. }
  1917. }
  1918. },
  1919. [
  1920. {
  1921. name: "Small",
  1922. height: math.unit(5, "meters")
  1923. },
  1924. {
  1925. name: "Macro",
  1926. height: math.unit(900, "meters"),
  1927. default: true
  1928. },
  1929. {
  1930. name: "Megamacro",
  1931. height: math.unit(135, "km")
  1932. },
  1933. {
  1934. name: "Gigamacro",
  1935. height: math.unit(20000, "km")
  1936. }
  1937. ]
  1938. )
  1939. characterMakers["Asana (Mech)"] = () => makeCharacter(
  1940. { name: "Asana (Mech)" },
  1941. {
  1942. side: {
  1943. height: math.unit(28.35, "feet"),
  1944. weight: math.unit(99.75, "tons"),
  1945. name: "Side",
  1946. image: {
  1947. source: "./media/characters/asana-mech/side.svg"
  1948. }
  1949. }
  1950. },
  1951. [
  1952. {
  1953. name: "Normal",
  1954. height: math.unit(28.35, "feet"),
  1955. default: true
  1956. },
  1957. {
  1958. name: "Macro",
  1959. height: math.unit(2500, "feet")
  1960. },
  1961. {
  1962. name: "Megamacro",
  1963. height: math.unit(25, "miles")
  1964. },
  1965. {
  1966. name: "Examacro",
  1967. height: math.unit(6e8, "lightyears")
  1968. },
  1969. ]
  1970. )
  1971. characterMakers["Ashtrek"] = () => makeCharacter(
  1972. { name: "Ashtrek" },
  1973. {
  1974. front: {
  1975. height: math.unit(2, "meters"),
  1976. weight: math.unit(70, "kg"),
  1977. name: "Front",
  1978. image: {
  1979. source: "./media/characters/ashtrek/front.svg",
  1980. extra: 560/524 ,
  1981. bottom: 0.01
  1982. }
  1983. },
  1984. frontArmor: {
  1985. height: math.unit(2, "meters"),
  1986. weight: math.unit(76, "kg"),
  1987. name: "Front (Armor)",
  1988. image: {
  1989. source: "./media/characters/ashtrek/front-armor.svg",
  1990. extra: 561/527 ,
  1991. bottom: 0.01
  1992. }
  1993. },
  1994. side: {
  1995. height: math.unit(2, "meters"),
  1996. weight: math.unit(70, "kg"),
  1997. name: "Side",
  1998. image: {
  1999. source: "./media/characters/ashtrek/side.svg",
  2000. extra: 1717/1609 ,
  2001. bottom: 0.005
  2002. }
  2003. },
  2004. back: {
  2005. height: math.unit(2, "meters"),
  2006. weight: math.unit(70, "kg"),
  2007. name: "Back",
  2008. image: {
  2009. source: "./media/characters/ashtrek/back.svg",
  2010. extra: 1570/1501
  2011. }
  2012. },
  2013. },
  2014. [
  2015. {
  2016. name: "DEFCON 5",
  2017. height: math.unit(5, "meters")
  2018. },
  2019. {
  2020. name: "DEFCON 4",
  2021. height: math.unit(500, "meters"),
  2022. default: true
  2023. },
  2024. {
  2025. name: "DEFCON 3",
  2026. height: math.unit(5, "km")
  2027. },
  2028. {
  2029. name: "DEFCON 2",
  2030. height: math.unit(500, "km")
  2031. },
  2032. {
  2033. name: "DEFCON 1",
  2034. height: math.unit(500000, "km")
  2035. },
  2036. {
  2037. name: "DEFCON 0",
  2038. height: math.unit(3, "gigaparsecs")
  2039. },
  2040. ]
  2041. )
  2042. characterMakers["Gale"] = () => makeCharacter(
  2043. { name: "Gale" },
  2044. {
  2045. front: {
  2046. height: math.unit(2, "meters"),
  2047. weight: math.unit(76, "kg"),
  2048. name: "Front",
  2049. image: {
  2050. source: "./media/characters/gale/front.svg"
  2051. }
  2052. },
  2053. frontAlt1: {
  2054. height: math.unit(2, "meters"),
  2055. weight: math.unit(76, "kg"),
  2056. name: "Front (Alt 1)",
  2057. image: {
  2058. source: "./media/characters/gale/front-alt-1.svg"
  2059. }
  2060. },
  2061. frontAlt2: {
  2062. height: math.unit(2, "meters"),
  2063. weight: math.unit(76, "kg"),
  2064. name: "Front (Alt 2)",
  2065. image: {
  2066. source: "./media/characters/gale/front-alt-2.svg"
  2067. }
  2068. },
  2069. },
  2070. [
  2071. {
  2072. name: "Normal",
  2073. height: math.unit(7, "feet")
  2074. },
  2075. {
  2076. name: "Macro",
  2077. height: math.unit(150, "feet"),
  2078. default: true
  2079. },
  2080. {
  2081. name: "Macro+",
  2082. height: math.unit(300, "feet")
  2083. },
  2084. ]
  2085. )
  2086. characterMakers["Draylen"] = () => makeCharacter(
  2087. { name: "Draylen" },
  2088. {
  2089. front: {
  2090. height: math.unit(2, "meters"),
  2091. weight: math.unit(76, "kg"),
  2092. name: "Front",
  2093. image: {
  2094. source: "./media/characters/draylen/front.svg"
  2095. }
  2096. }
  2097. },
  2098. [
  2099. {
  2100. name: "Macro",
  2101. height: math.unit(150, "feet"),
  2102. default: true
  2103. }
  2104. ]
  2105. )
  2106. characterMakers["Chez"] = () => makeCharacter(
  2107. { name: "Chez" },
  2108. {
  2109. front: {
  2110. height: math.unit(7 + 9 / 12, "feet"),
  2111. weight: math.unit(379, "lbs"),
  2112. name: "Front",
  2113. image: {
  2114. source: "./media/characters/chez/front.svg"
  2115. }
  2116. },
  2117. side: {
  2118. height: math.unit(7 + 9 / 12, "feet"),
  2119. weight: math.unit(379, "lbs"),
  2120. name: "Side",
  2121. image: {
  2122. source: "./media/characters/chez/side.svg"
  2123. }
  2124. }
  2125. },
  2126. [
  2127. {
  2128. name: "Normal",
  2129. height: math.unit(7 + 9 / 12, "feet"),
  2130. default: true
  2131. },
  2132. {
  2133. name: "God King",
  2134. height: math.unit(9750000, "meters")
  2135. }
  2136. ]
  2137. )
  2138. characterMakers["Kaylum"] = () => makeCharacter(
  2139. { name: "Kaylum" },
  2140. {
  2141. front: {
  2142. height: math.unit(6, "feet"),
  2143. weight: math.unit(275, "lbs"),
  2144. name: "Front",
  2145. image: {
  2146. source: "./media/characters/kaylum/front.svg",
  2147. bottom: 0.01,
  2148. extra: 1166 / 1031
  2149. }
  2150. },
  2151. frontWingless: {
  2152. height: math.unit(6, "feet"),
  2153. weight: math.unit(275, "lbs"),
  2154. name: "Front (Wingless)",
  2155. image: {
  2156. source: "./media/characters/kaylum/front-wingless.svg",
  2157. bottom: 0.01,
  2158. extra: 1117 / 1031
  2159. }
  2160. }
  2161. },
  2162. [
  2163. {
  2164. name: "Normal",
  2165. height: math.unit(3.05, "meters")
  2166. },
  2167. {
  2168. name: "Master",
  2169. height: math.unit(5.5, "meters")
  2170. },
  2171. {
  2172. name: "Rampage",
  2173. height: math.unit(19, "meters")
  2174. },
  2175. {
  2176. name: "Macro Lite",
  2177. height: math.unit(37, "meters")
  2178. },
  2179. {
  2180. name: "Hyper Predator",
  2181. height: math.unit(61, "meters")
  2182. },
  2183. {
  2184. name: "Macro",
  2185. height: math.unit(138, "meters"),
  2186. default: true
  2187. }
  2188. ]
  2189. )
  2190. characterMakers["Geta"] = () => makeCharacter(
  2191. { name: "Geta" },
  2192. {
  2193. front: {
  2194. height: math.unit(6, "feet"),
  2195. weight: math.unit(150, "lbs"),
  2196. name: "Front",
  2197. image: {
  2198. source: "./media/characters/geta/front.svg"
  2199. }
  2200. }
  2201. },
  2202. [
  2203. {
  2204. name: "Micro",
  2205. height: math.unit(3, "inches"),
  2206. default: true
  2207. },
  2208. {
  2209. name: "Normal",
  2210. height: math.unit(5 + 5 / 12, "feet")
  2211. }
  2212. ]
  2213. )
  2214. characterMakers["Tyrnn"] = () => makeCharacter(
  2215. { name: "Tyrnn" },
  2216. {
  2217. front: {
  2218. height: math.unit(6, "feet"),
  2219. weight: math.unit(300, "lbs"),
  2220. name: "Front",
  2221. image: {
  2222. source: "./media/characters/tyrnn/front.svg"
  2223. }
  2224. }
  2225. },
  2226. [
  2227. {
  2228. name: "Main Height",
  2229. height: math.unit(355, "feet"),
  2230. default: true
  2231. },
  2232. {
  2233. name: "Fave. Height",
  2234. height: math.unit(2400, "feet")
  2235. }
  2236. ]
  2237. )
  2238. characterMakers["Apple"] = () => makeCharacter(
  2239. { name: "Apple" },
  2240. {
  2241. front: {
  2242. height: math.unit(6, "feet"),
  2243. weight: math.unit(300, "lbs"),
  2244. name: "Front",
  2245. image: {
  2246. source: "./media/characters/appledectomy/front.svg"
  2247. }
  2248. }
  2249. },
  2250. [
  2251. {
  2252. name: "Macro",
  2253. height: math.unit(2500, "feet")
  2254. },
  2255. {
  2256. name: "Megamacro",
  2257. height: math.unit(50, "miles"),
  2258. default: true
  2259. },
  2260. {
  2261. name: "Gigamacro",
  2262. height: math.unit(5000, "miles")
  2263. },
  2264. {
  2265. name: "Teramacro",
  2266. height: math.unit(250000, "miles")
  2267. },
  2268. ]
  2269. )
  2270. characterMakers["Vulpes"] = () => makeCharacter(
  2271. { name: "Vulpes" },
  2272. {
  2273. front: {
  2274. height: math.unit(6, "feet"),
  2275. weight: math.unit(200, "lbs"),
  2276. name: "Front",
  2277. image: {
  2278. source: "./media/characters/vulpes/front.svg",
  2279. extra: 573/543,
  2280. bottom: 0.033
  2281. }
  2282. },
  2283. side: {
  2284. height: math.unit(6, "feet"),
  2285. weight: math.unit(200, "lbs"),
  2286. name: "Side",
  2287. image: {
  2288. source: "./media/characters/vulpes/side.svg",
  2289. extra: 573/543,
  2290. bottom: 0.01
  2291. }
  2292. },
  2293. back: {
  2294. height: math.unit(6, "feet"),
  2295. weight: math.unit(200, "lbs"),
  2296. name: "Back",
  2297. image: {
  2298. source: "./media/characters/vulpes/back.svg",
  2299. extra: 573/543,
  2300. }
  2301. },
  2302. feet: {
  2303. height: math.unit(1.276, "feet"),
  2304. name: "Feet",
  2305. image: {
  2306. source: "./media/characters/vulpes/feet.svg"
  2307. }
  2308. },
  2309. maw: {
  2310. height: math.unit(1.18, "feet"),
  2311. name: "Maw",
  2312. image: {
  2313. source: "./media/characters/vulpes/maw.svg"
  2314. }
  2315. },
  2316. },
  2317. [
  2318. {
  2319. name: "Micro",
  2320. height: math.unit(2, "inches")
  2321. },
  2322. {
  2323. name: "Normal",
  2324. height: math.unit(6.3, "feet")
  2325. },
  2326. {
  2327. name: "Macro",
  2328. height: math.unit(850, "feet")
  2329. },
  2330. {
  2331. name: "Megamacro",
  2332. height: math.unit(7500, "feet"),
  2333. default: true
  2334. },
  2335. {
  2336. name: "Gigamacro",
  2337. height: math.unit(570000, "miles")
  2338. }
  2339. ]
  2340. )
  2341. characterMakers["Rain Fallen"] = () => makeCharacter(
  2342. { name: "Rain Fallen" },
  2343. {
  2344. front: {
  2345. height: math.unit(6, "feet"),
  2346. weight: math.unit(210, "lbs"),
  2347. name: "Front",
  2348. image: {
  2349. source: "./media/characters/rain-fallen/front.svg"
  2350. }
  2351. },
  2352. side: {
  2353. height: math.unit(6, "feet"),
  2354. weight: math.unit(210, "lbs"),
  2355. name: "Side",
  2356. image: {
  2357. source: "./media/characters/rain-fallen/side.svg"
  2358. }
  2359. },
  2360. back: {
  2361. height: math.unit(6, "feet"),
  2362. weight: math.unit(210, "lbs"),
  2363. name: "Back",
  2364. image: {
  2365. source: "./media/characters/rain-fallen/back.svg"
  2366. }
  2367. },
  2368. feral: {
  2369. height: math.unit(9, "feet"),
  2370. weight: math.unit(700, "lbs"),
  2371. name: "Feral",
  2372. image: {
  2373. source: "./media/characters/rain-fallen/feral.svg"
  2374. }
  2375. },
  2376. },
  2377. [
  2378. {
  2379. name: "Normal",
  2380. height: math.unit(5, "meter")
  2381. },
  2382. {
  2383. name: "Macro",
  2384. height: math.unit(150, "meter"),
  2385. default: true
  2386. },
  2387. {
  2388. name: "Megamacro",
  2389. height: math.unit(278e6, "meter")
  2390. },
  2391. {
  2392. name: "Gigamacro",
  2393. height: math.unit(2e9, "meter")
  2394. },
  2395. {
  2396. name: "Teramacro",
  2397. height: math.unit(8e12, "meter")
  2398. },
  2399. {
  2400. name: "Devourer",
  2401. height: math.unit(14, "zettameters")
  2402. },
  2403. {
  2404. name: "Scarlet King",
  2405. height: math.unit(18, "yottameters")
  2406. },
  2407. {
  2408. name: "Void",
  2409. height: math.unit(6.66e66, "yottameters")
  2410. }
  2411. ]
  2412. )
  2413. characterMakers["Zaakira"] = () => makeCharacter(
  2414. { name: "Zaakira" },
  2415. {
  2416. standing: {
  2417. height: math.unit(6, "feet"),
  2418. weight: math.unit(180, "lbs"),
  2419. name: "Standing",
  2420. image: {
  2421. source: "./media/characters/zaakira/standing.svg"
  2422. }
  2423. },
  2424. laying: {
  2425. height: math.unit(3, "feet"),
  2426. weight: math.unit(180, "lbs"),
  2427. name: "Laying",
  2428. image: {
  2429. source: "./media/characters/zaakira/laying.svg"
  2430. }
  2431. },
  2432. },
  2433. [
  2434. {
  2435. name: "Normal",
  2436. height: math.unit(12, "feet")
  2437. },
  2438. {
  2439. name: "Macro",
  2440. height: math.unit(279, "feet"),
  2441. default: true
  2442. }
  2443. ]
  2444. )
  2445. characterMakers["Sigvald"] = () => makeCharacter(
  2446. { name: "Sigvald" },
  2447. {
  2448. front: {
  2449. height: math.unit(6, "feet"),
  2450. weight: math.unit(250, "lbs"),
  2451. name: "Front",
  2452. image: {
  2453. source: "./media/characters/sigvald/front.svg",
  2454. extra: 1000 / 850
  2455. }
  2456. },
  2457. back: {
  2458. height: math.unit(6, "feet"),
  2459. weight: math.unit(250, "lbs"),
  2460. name: "Back",
  2461. image: {
  2462. source: "./media/characters/sigvald/back.svg"
  2463. }
  2464. },
  2465. },
  2466. [
  2467. {
  2468. name: "Normal",
  2469. height: math.unit(8, "feet")
  2470. },
  2471. {
  2472. name: "Large",
  2473. height: math.unit(12, "feet")
  2474. },
  2475. {
  2476. name: "Larger",
  2477. height: math.unit(20, "feet")
  2478. },
  2479. {
  2480. name: "Macro",
  2481. height: math.unit(150, "feet")
  2482. },
  2483. {
  2484. name: "Macro+",
  2485. height: math.unit(200, "feet"),
  2486. default: true
  2487. },
  2488. ]
  2489. )
  2490. characterMakers["Scott"] = () => makeCharacter(
  2491. { name: "Scott" },
  2492. {
  2493. side: {
  2494. height: math.unit(12, "feet"),
  2495. weight: math.unit(3000, "lbs"),
  2496. name: "Side",
  2497. image: {
  2498. source: "./media/characters/scott/side.svg",
  2499. extra: 1,
  2500. bottom: 0.069
  2501. }
  2502. },
  2503. upright: {
  2504. height: math.unit(12, "feet"),
  2505. weight: math.unit(3000, "lbs"),
  2506. name: "Upright",
  2507. image: {
  2508. source: "./media/characters/scott/upright.svg",
  2509. extra: 1,
  2510. bottom: 0.05
  2511. }
  2512. },
  2513. },
  2514. [
  2515. {
  2516. name: "Normal",
  2517. height: math.unit(12, "feet"),
  2518. default: true
  2519. },
  2520. ]
  2521. )
  2522. characterMakers["Tobias"] = () => makeCharacter(
  2523. { name: "Tobias" },
  2524. {
  2525. side: {
  2526. height: math.unit(8, "meters"),
  2527. weight: math.unit(84755, "lbs"),
  2528. name: "Side",
  2529. image: {
  2530. source: "./media/characters/tobias/side.svg",
  2531. extra: 5 / 4
  2532. }
  2533. },
  2534. },
  2535. [
  2536. {
  2537. name: "Normal",
  2538. height: math.unit(8, "meters"),
  2539. default: true
  2540. },
  2541. ]
  2542. )
  2543. characterMakers["Kieran"] = () => makeCharacter(
  2544. { name: "Kieran" },
  2545. {
  2546. front: {
  2547. height: math.unit(5.5, "feet"),
  2548. weight: math.unit(400, "lbs"),
  2549. name: "Front",
  2550. image: {
  2551. source: "./media/characters/kieran/front.svg",
  2552. extra: 1.05
  2553. }
  2554. },
  2555. side: {
  2556. height: math.unit(5.5, "feet"),
  2557. weight: math.unit(400, "lbs"),
  2558. name: "Side",
  2559. image: {
  2560. source: "./media/characters/kieran/side.svg",
  2561. extra: 950 / 850
  2562. }
  2563. },
  2564. },
  2565. [
  2566. {
  2567. name: "Normal",
  2568. height: math.unit(5.5, "feet"),
  2569. default: true
  2570. },
  2571. ]
  2572. )
  2573. characterMakers["Sanya"] = () => makeCharacter(
  2574. { name: "Sanya" },
  2575. {
  2576. side: {
  2577. height: math.unit(2, "meters"),
  2578. weight: math.unit(70, "kg"),
  2579. name: "Side",
  2580. image: {
  2581. source: "./media/characters/sanya/side.svg",
  2582. bottom: 0.02,
  2583. extra: 1.02
  2584. }
  2585. },
  2586. },
  2587. [
  2588. {
  2589. name: "Small",
  2590. height: math.unit(2, "meters")
  2591. },
  2592. {
  2593. name: "Normal",
  2594. height: math.unit(3, "meters")
  2595. },
  2596. {
  2597. name: "Macro",
  2598. height: math.unit(16, "meters"),
  2599. default: true
  2600. },
  2601. ]
  2602. )
  2603. characterMakers["Miranda"] = () => makeCharacter(
  2604. { name: "Miranda" },
  2605. {
  2606. side: {
  2607. height: math.unit(2, "meters"),
  2608. weight: math.unit(120, "kg"),
  2609. name: "Front",
  2610. image: {
  2611. source: "./media/characters/miranda/front.svg",
  2612. extra: 10.6 / 10
  2613. }
  2614. },
  2615. },
  2616. [
  2617. {
  2618. name: "Normal",
  2619. height: math.unit(10, "feet"),
  2620. default: true
  2621. }
  2622. ]
  2623. )
  2624. characterMakers["James"] = () => makeCharacter(
  2625. { name: "James" },
  2626. {
  2627. side: {
  2628. height: math.unit(2, "meters"),
  2629. weight: math.unit(100, "kg"),
  2630. name: "Front",
  2631. image: {
  2632. source: "./media/characters/james/front.svg",
  2633. extra: 10 / 8.5
  2634. }
  2635. },
  2636. },
  2637. [
  2638. {
  2639. name: "Normal",
  2640. height: math.unit(8.5, "feet"),
  2641. default: true
  2642. }
  2643. ]
  2644. )
  2645. characterMakers["Heather"] = () => makeCharacter(
  2646. { name: "Heather" },
  2647. {
  2648. side: {
  2649. height: math.unit(9.5, "feet"),
  2650. weight: math.unit(2500, "lbs"),
  2651. name: "Side",
  2652. image: {
  2653. source: "./media/characters/heather/side.svg"
  2654. }
  2655. },
  2656. },
  2657. [
  2658. {
  2659. name: "Normal",
  2660. height: math.unit(9.5, "feet"),
  2661. default: true
  2662. }
  2663. ]
  2664. )
  2665. characterMakers["Lukas"] = () => makeCharacter(
  2666. { name: "Lukas" },
  2667. {
  2668. side: {
  2669. height: math.unit(6.5, "feet"),
  2670. weight: math.unit(400, "lbs"),
  2671. name: "Side",
  2672. image: {
  2673. source: "./media/characters/lukas/side.svg",
  2674. extra: 7.25 / 6.5
  2675. }
  2676. },
  2677. },
  2678. [
  2679. {
  2680. name: "Normal",
  2681. height: math.unit(6.5, "feet"),
  2682. default: true
  2683. }
  2684. ]
  2685. )
  2686. characterMakers["Louise"] = () => makeCharacter(
  2687. { name: "Louise" },
  2688. {
  2689. side: {
  2690. height: math.unit(5, "feet"),
  2691. weight: math.unit(3000, "lbs"),
  2692. name: "Side",
  2693. image: {
  2694. source: "./media/characters/louise/side.svg"
  2695. }
  2696. },
  2697. },
  2698. [
  2699. {
  2700. name: "Normal",
  2701. height: math.unit(5, "feet"),
  2702. default: true
  2703. }
  2704. ]
  2705. )
  2706. characterMakers["Ramona"] = () => makeCharacter(
  2707. { name: "Ramona" },
  2708. {
  2709. side: {
  2710. height: math.unit(6, "feet"),
  2711. weight: math.unit(150, "lbs"),
  2712. name: "Side",
  2713. image: {
  2714. source: "./media/characters/ramona/side.svg"
  2715. }
  2716. },
  2717. },
  2718. [
  2719. {
  2720. name: "Normal",
  2721. height: math.unit(5.3, "meters"),
  2722. default: true
  2723. },
  2724. {
  2725. name: "Macro",
  2726. height: math.unit(20, "stories")
  2727. },
  2728. {
  2729. name: "Macro+",
  2730. height: math.unit(50, "stories")
  2731. },
  2732. ]
  2733. )
  2734. characterMakers["Deerpuff"] = () => makeCharacter(
  2735. { name: "Deerpuff" },
  2736. {
  2737. standing: {
  2738. height: math.unit(5.75, "feet"),
  2739. weight: math.unit(160, "lbs"),
  2740. name: "Standing",
  2741. image: {
  2742. source: "./media/characters/deerpuff/standing.svg",
  2743. extra: 682 / 624
  2744. }
  2745. },
  2746. sitting: {
  2747. height: math.unit(5.75 / 1.79, "feet"),
  2748. weight: math.unit(160, "lbs"),
  2749. name: "Sitting",
  2750. image: {
  2751. source: "./media/characters/deerpuff/sitting.svg",
  2752. bottom: 44 / 400,
  2753. extra: 1
  2754. }
  2755. },
  2756. taurLaying: {
  2757. height: math.unit(6, "feet"),
  2758. weight: math.unit(400, "lbs"),
  2759. name: "Taur (Laying)",
  2760. image: {
  2761. source: "./media/characters/deerpuff/taur-laying.svg"
  2762. }
  2763. },
  2764. },
  2765. [
  2766. {
  2767. name: "Puffball",
  2768. height: math.unit(6, "inches")
  2769. },
  2770. {
  2771. name: "Normalpuff",
  2772. height: math.unit(5.75, "feet")
  2773. },
  2774. {
  2775. name: "Macropuff",
  2776. height: math.unit(1500, "feet"),
  2777. default: true
  2778. },
  2779. {
  2780. name: "Megapuff",
  2781. height: math.unit(500, "miles")
  2782. },
  2783. {
  2784. name: "Gigapuff",
  2785. height: math.unit(250000, "miles")
  2786. },
  2787. {
  2788. name: "Omegapuff",
  2789. height: math.unit(1000, "lightyears")
  2790. },
  2791. ]
  2792. )
  2793. characterMakers["Vivian"] = () => makeCharacter(
  2794. { name: "Vivian" },
  2795. {
  2796. stomping: {
  2797. height: math.unit(6, "feet"),
  2798. weight: math.unit(170, "lbs"),
  2799. name: "Stomping",
  2800. image: {
  2801. source: "./media/characters/vivian/stomping.svg"
  2802. }
  2803. },
  2804. sitting: {
  2805. height: math.unit(6 / 1.75, "feet"),
  2806. weight: math.unit(170, "lbs"),
  2807. name: "Sitting",
  2808. image: {
  2809. source: "./media/characters/vivian/sitting.svg",
  2810. bottom: 1 / 6.4,
  2811. extra: 1,
  2812. }
  2813. },
  2814. },
  2815. [
  2816. {
  2817. name: "Normal",
  2818. height: math.unit(7, "feet"),
  2819. default: true
  2820. },
  2821. {
  2822. name: "Macro",
  2823. height: math.unit(10, "stories")
  2824. },
  2825. {
  2826. name: "Macro+",
  2827. height: math.unit(30, "stories")
  2828. },
  2829. {
  2830. name: "Megamacro",
  2831. height: math.unit(10, "miles")
  2832. },
  2833. {
  2834. name: "Megamacro+",
  2835. height: math.unit(2750000, "meters")
  2836. },
  2837. ]
  2838. )
  2839. characterMakers["Prince"] = () => makeCharacter(
  2840. { name: "Prince" },
  2841. {
  2842. front: {
  2843. height: math.unit(6, "feet"),
  2844. weight: math.unit(160, "lbs"),
  2845. name: "Front",
  2846. image: {
  2847. source: "./media/characters/prince/front.svg",
  2848. extra: 3400/3000
  2849. }
  2850. },
  2851. jumping: {
  2852. height: math.unit(6, "feet"),
  2853. weight: math.unit(160, "lbs"),
  2854. name: "Jumping",
  2855. image: {
  2856. source: "./media/characters/prince/jump.svg",
  2857. extra: 2555/2134
  2858. }
  2859. },
  2860. },
  2861. [
  2862. {
  2863. name: "Normal",
  2864. height: math.unit(7.75, "feet"),
  2865. default: true
  2866. },
  2867. {
  2868. name: "Not cute",
  2869. height: math.unit(17, "feet")
  2870. },
  2871. {
  2872. name: "I said NOT",
  2873. height: math.unit(91, "feet")
  2874. },
  2875. {
  2876. name: "Please stop",
  2877. height: math.unit(560, "feet")
  2878. },
  2879. {
  2880. name: "What have you done",
  2881. height: math.unit(2200, "feet")
  2882. },
  2883. {
  2884. name: "Deer God",
  2885. height: math.unit(3.6, "miles")
  2886. },
  2887. ]
  2888. )
  2889. characterMakers["Psymon"] = () => makeCharacter(
  2890. { name: "Psymon" },
  2891. {
  2892. standing: {
  2893. height: math.unit(6, "feet"),
  2894. weight: math.unit(300, "lbs"),
  2895. name: "Standing",
  2896. image: {
  2897. source: "./media/characters/psymon/standing.svg",
  2898. extra: 1888/1810,
  2899. bottom: 0.05
  2900. }
  2901. },
  2902. slithering: {
  2903. height: math.unit(6, "feet"),
  2904. weight: math.unit(300, "lbs"),
  2905. name: "Slithering",
  2906. image: {
  2907. source: "./media/characters/psymon/slithering.svg",
  2908. extra: 1330/1224
  2909. }
  2910. },
  2911. slitheringAlt: {
  2912. height: math.unit(6, "feet"),
  2913. weight: math.unit(300, "lbs"),
  2914. name: "Slithering (Alt)",
  2915. image: {
  2916. source: "./media/characters/psymon/slithering-alt.svg",
  2917. extra: 1330/1224
  2918. }
  2919. },
  2920. },
  2921. [
  2922. {
  2923. name: "Normal",
  2924. height: math.unit(11.25, "feet"),
  2925. default: true
  2926. },
  2927. {
  2928. name: "Large",
  2929. height: math.unit(27, "feet")
  2930. },
  2931. {
  2932. name: "Giant",
  2933. height: math.unit(87, "feet")
  2934. },
  2935. {
  2936. name: "Macro",
  2937. height: math.unit(365, "feet")
  2938. },
  2939. {
  2940. name: "Megamacro",
  2941. height: math.unit(3, "miles")
  2942. },
  2943. {
  2944. name: "World Serpent",
  2945. height: math.unit(8000, "miles")
  2946. },
  2947. ]
  2948. )
  2949. characterMakers["Daimos"] = () => makeCharacter(
  2950. { name: "Daimos" },
  2951. {
  2952. front: {
  2953. height: math.unit(6, "feet"),
  2954. weight: math.unit(180, "lbs"),
  2955. name: "Front",
  2956. image: {
  2957. source: "./media/characters/daimos/front.svg",
  2958. extra: 4160/3897,
  2959. bottom: 0.021
  2960. }
  2961. }
  2962. },
  2963. [
  2964. {
  2965. name: "Normal",
  2966. height: math.unit(8, "feet"),
  2967. default: true
  2968. },
  2969. {
  2970. name: "Big Dog",
  2971. height: math.unit(22, "feet")
  2972. },
  2973. {
  2974. name: "Macro",
  2975. height: math.unit(127, "feet")
  2976. },
  2977. {
  2978. name: "Megamacro",
  2979. height: math.unit(3600, "feet")
  2980. },
  2981. ]
  2982. )
  2983. characterMakers["Blake"] = () => makeCharacter(
  2984. { name: "Blake" },
  2985. {
  2986. side: {
  2987. height: math.unit(6, "feet"),
  2988. weight: math.unit(180, "lbs"),
  2989. name: "Side",
  2990. image: {
  2991. source: "./media/characters/blake/side.svg",
  2992. extra: 1212/1120 ,
  2993. bottom: 0.05
  2994. }
  2995. },
  2996. crouched: {
  2997. height: math.unit(6*0.57, "feet"),
  2998. weight: math.unit(180, "lbs"),
  2999. name: "Crouched",
  3000. image: {
  3001. source: "./media/characters/blake/crouched.svg",
  3002. extra: 840/587 ,
  3003. bottom: 0.04
  3004. }
  3005. },
  3006. bent: {
  3007. height: math.unit(6*0.75, "feet"),
  3008. weight: math.unit(180, "lbs"),
  3009. name: "Bent",
  3010. image: {
  3011. source: "./media/characters/blake/bent.svg",
  3012. extra: 592/544 ,
  3013. bottom: 0.035
  3014. }
  3015. },
  3016. },
  3017. [
  3018. {
  3019. name: "Normal",
  3020. height: math.unit(8 + 1/6, "feet"),
  3021. default: true
  3022. },
  3023. {
  3024. name: "Big Backside",
  3025. height: math.unit(37, "feet")
  3026. },
  3027. {
  3028. name: "Subway Shredder",
  3029. height: math.unit(72, "feet")
  3030. },
  3031. {
  3032. name: "City Carver",
  3033. height: math.unit(1675, "feet")
  3034. },
  3035. {
  3036. name: "Tectonic Tweaker",
  3037. height: math.unit(2300, "miles")
  3038. },
  3039. ]
  3040. )
  3041. characterMakers["Guisetto"] = () => makeCharacter(
  3042. { name: "Guisetto" },
  3043. {
  3044. front: {
  3045. height: math.unit(6, "feet"),
  3046. weight: math.unit(180, "lbs"),
  3047. name: "Front",
  3048. image: {
  3049. source: "./media/characters/guisetto/front.svg",
  3050. extra: 856/817,
  3051. bottom: 0.06
  3052. }
  3053. },
  3054. airborne: {
  3055. height: math.unit(6, "feet"),
  3056. weight: math.unit(180, "lbs"),
  3057. name: "Airborne",
  3058. image: {
  3059. source: "./media/characters/guisetto/airborne.svg",
  3060. extra: 584/525
  3061. }
  3062. },
  3063. },
  3064. [
  3065. {
  3066. name: "Normal",
  3067. height: math.unit(10 + 11/12, "feet"),
  3068. default: true
  3069. },
  3070. {
  3071. name: "Large",
  3072. height: math.unit(35, "feet")
  3073. },
  3074. {
  3075. name: "Macro",
  3076. height: math.unit(475, "feet")
  3077. },
  3078. ]
  3079. )
  3080. characterMakers["Luxor"] = () => makeCharacter(
  3081. { name: "Luxor" },
  3082. {
  3083. front: {
  3084. height: math.unit(6, "feet"),
  3085. weight: math.unit(180, "lbs"),
  3086. name: "Front",
  3087. image: {
  3088. source: "./media/characters/luxor/front.svg",
  3089. extra: 2940/2152
  3090. }
  3091. },
  3092. back: {
  3093. height: math.unit(6, "feet"),
  3094. weight: math.unit(180, "lbs"),
  3095. name: "Back",
  3096. image: {
  3097. source: "./media/characters/luxor/back.svg",
  3098. extra: 1083/960
  3099. }
  3100. },
  3101. },
  3102. [
  3103. {
  3104. name: "Normal",
  3105. height: math.unit(5 + 5/6, "feet"),
  3106. default: true
  3107. },
  3108. {
  3109. name: "Lamp",
  3110. height: math.unit(50, "feet")
  3111. },
  3112. {
  3113. name: "Lämp",
  3114. height: math.unit(300, "feet")
  3115. },
  3116. {
  3117. name: "The sun is a lamp",
  3118. height: math.unit(250000, "miles")
  3119. },
  3120. ]
  3121. )
  3122. characterMakers["Huoyan"] = () => makeCharacter(
  3123. { name: "Huoyan" },
  3124. {
  3125. front: {
  3126. height: math.unit(6, "feet"),
  3127. weight: math.unit(50, "lbs"),
  3128. name: "Front",
  3129. image: {
  3130. source: "./media/characters/huoyan/front.svg"
  3131. }
  3132. },
  3133. side: {
  3134. height: math.unit(6, "feet"),
  3135. weight: math.unit(180, "lbs"),
  3136. name: "Side",
  3137. image: {
  3138. source: "./media/characters/huoyan/side.svg"
  3139. }
  3140. },
  3141. },
  3142. [
  3143. {
  3144. name: "Chef",
  3145. height: math.unit(9, "feet")
  3146. },
  3147. {
  3148. name: "Normal",
  3149. height: math.unit(65, "feet"),
  3150. default: true
  3151. },
  3152. {
  3153. name: "Macro",
  3154. height: math.unit(780, "feet")
  3155. },
  3156. {
  3157. name: "Flaming Mountain",
  3158. height: math.unit(4.8, "miles")
  3159. },
  3160. {
  3161. name: "Celestial",
  3162. height: math.unit(765000, "miles")
  3163. },
  3164. ]
  3165. )
  3166. characterMakers["Tails"] = () => makeCharacter(
  3167. { name: "Tails" },
  3168. {
  3169. front: {
  3170. height: math.unit(5 + 3/4, "feet"),
  3171. weight: math.unit(120, "lbs"),
  3172. name: "Front",
  3173. image: {
  3174. source: "./media/characters/tails/front.svg"
  3175. }
  3176. }
  3177. },
  3178. [
  3179. {
  3180. name: "Normal",
  3181. height: math.unit(5 + 3/4, "feet"),
  3182. default: true
  3183. }
  3184. ]
  3185. )
  3186. characterMakers["Rainy"] = () => makeCharacter(
  3187. { name: "Rainy" },
  3188. {
  3189. front: {
  3190. height: math.unit(4, "feet"),
  3191. weight: math.unit(50, "lbs"),
  3192. name: "Front",
  3193. image: {
  3194. source: "./media/characters/rainy/front.svg"
  3195. }
  3196. }
  3197. },
  3198. [
  3199. {
  3200. name: "Macro",
  3201. height: math.unit(800, "feet"),
  3202. default: true
  3203. }
  3204. ]
  3205. )
  3206. characterMakers["Rainier"] = () => makeCharacter(
  3207. { name: "Rainier" },
  3208. {
  3209. front: {
  3210. height: math.unit(6, "feet"),
  3211. weight: math.unit(150, "lbs"),
  3212. name: "Front",
  3213. image: {
  3214. source: "./media/characters/rainier/front.svg"
  3215. }
  3216. }
  3217. },
  3218. [
  3219. {
  3220. name: "Micro",
  3221. height: math.unit(2, "mm"),
  3222. default: true
  3223. }
  3224. ]
  3225. )
  3226. characterMakers["Andy"] = () => makeCharacter(
  3227. { name: "Andy" },
  3228. {
  3229. front: {
  3230. height: math.unit(6, "feet"),
  3231. weight: math.unit(180, "lbs"),
  3232. name: "Front",
  3233. image: {
  3234. source: "./media/characters/andy/front.svg"
  3235. }
  3236. }
  3237. },
  3238. [
  3239. {
  3240. name: "Normal",
  3241. height: math.unit(8, "feet"),
  3242. default: true
  3243. },
  3244. {
  3245. name: "Macro",
  3246. height: math.unit(1000, "feet")
  3247. },
  3248. {
  3249. name: "Megamacro",
  3250. height: math.unit(5, "miles")
  3251. },
  3252. {
  3253. name: "Gigamacro",
  3254. height: math.unit(5000, "miles")
  3255. },
  3256. ]
  3257. )
  3258. characterMakers["Cimmaron"] = () => makeCharacter(
  3259. { name: "Cimmaron" },
  3260. {
  3261. frontClothed: {
  3262. height: math.unit(6, "feet"),
  3263. weight: math.unit(210, "lbs"),
  3264. name: "Front (Clothed)",
  3265. image: {
  3266. source: "./media/characters/cimmaron/front-clothed.svg",
  3267. extra: 701/676 ,
  3268. bottom: 0.046
  3269. }
  3270. },
  3271. backClothed: {
  3272. height: math.unit(6, "feet"),
  3273. weight: math.unit(210, "lbs"),
  3274. name: "Back (Clothed)",
  3275. image: {
  3276. source: "./media/characters/cimmaron/back-clothed.svg",
  3277. extra: 701/676 ,
  3278. bottom: 0.046
  3279. }
  3280. },
  3281. frontNude: {
  3282. height: math.unit(6, "feet"),
  3283. weight: math.unit(210, "lbs"),
  3284. name: "Front (Nude)",
  3285. image: {
  3286. source: "./media/characters/cimmaron/front-nude.svg",
  3287. extra: 701/676 ,
  3288. bottom: 0.046
  3289. }
  3290. },
  3291. backNude: {
  3292. height: math.unit(6, "feet"),
  3293. weight: math.unit(210, "lbs"),
  3294. name: "Back (Nude)",
  3295. image: {
  3296. source: "./media/characters/cimmaron/back-nude.svg",
  3297. extra: 701/676 ,
  3298. bottom: 0.046
  3299. }
  3300. }
  3301. },
  3302. [
  3303. {
  3304. name: "Normal",
  3305. height: math.unit(6, "feet"),
  3306. default: true
  3307. },
  3308. {
  3309. name: "Macro Mayor",
  3310. height: math.unit(350, "meters")
  3311. },
  3312. ]
  3313. )
  3314. characterMakers["Akari Kaen"] = () => makeCharacter(
  3315. { name: "Akari Kaen" },
  3316. {
  3317. front: {
  3318. height: math.unit(6, "feet"),
  3319. weight: math.unit(200, "lbs"),
  3320. name: "Front",
  3321. image: {
  3322. source: "./media/characters/akari/front.svg",
  3323. extra: 962/901,
  3324. bottom: 0.04
  3325. }
  3326. }
  3327. },
  3328. [
  3329. {
  3330. name: "Micro",
  3331. height: math.unit(5, "inches"),
  3332. default: true
  3333. },
  3334. {
  3335. name: "Normal",
  3336. height: math.unit(7, "feet")
  3337. },
  3338. ]
  3339. )
  3340. characterMakers["Cynosura"] = () => makeCharacter(
  3341. { name: "Cynosura" },
  3342. {
  3343. front: {
  3344. height: math.unit(6, "feet"),
  3345. weight: math.unit(140, "lbs"),
  3346. name: "Front",
  3347. image: {
  3348. source: "./media/characters/cynosura/front.svg",
  3349. extra: 896/847
  3350. }
  3351. },
  3352. back: {
  3353. height: math.unit(6, "feet"),
  3354. weight: math.unit(140, "lbs"),
  3355. name: "Back",
  3356. image: {
  3357. source: "./media/characters/cynosura/back.svg",
  3358. extra: 1365/1250
  3359. }
  3360. },
  3361. },
  3362. [
  3363. {
  3364. name: "Micro",
  3365. height: math.unit(4, "inches")
  3366. },
  3367. {
  3368. name: "Normal",
  3369. height: math.unit(5.75, "feet"),
  3370. default: true
  3371. },
  3372. {
  3373. name: "Tall",
  3374. height: math.unit(10, "feet")
  3375. },
  3376. {
  3377. name: "Big",
  3378. height: math.unit(20, "feet")
  3379. },
  3380. {
  3381. name: "Macro",
  3382. height: math.unit(50, "feet")
  3383. },
  3384. ]
  3385. )
  3386. characterMakers["Gin"] = () => makeCharacter(
  3387. { name: "Gin" },
  3388. {
  3389. front: {
  3390. height: math.unit(6, "feet"),
  3391. weight: math.unit(170, "lbs"),
  3392. name: "Front",
  3393. image: {
  3394. source: "./media/characters/gin/front.svg",
  3395. extra: 1.053,
  3396. bottom: 0.025
  3397. }
  3398. },
  3399. foot: {
  3400. height: math.unit(6/4.25, "feet"),
  3401. name: "Foot",
  3402. image: {
  3403. source: "./media/characters/gin/foot.svg"
  3404. }
  3405. },
  3406. sole: {
  3407. height: math.unit(6/4.40, "feet"),
  3408. name: "Sole",
  3409. image: {
  3410. source: "./media/characters/gin/sole.svg"
  3411. }
  3412. },
  3413. },
  3414. [
  3415. {
  3416. name: "Normal",
  3417. height: math.unit(9 + 4/12, "feet")
  3418. },
  3419. {
  3420. name: "Macro",
  3421. height: math.unit(1500, "feet")
  3422. },
  3423. {
  3424. name: "Megamacro",
  3425. height: math.unit(200, "miles"),
  3426. default: true
  3427. },
  3428. {
  3429. name: "Gigamacro",
  3430. height: math.unit(500, "megameters")
  3431. },
  3432. {
  3433. name: "Teramacro",
  3434. height: math.unit(15, "lightyears")
  3435. }
  3436. ]
  3437. )
  3438. characterMakers["Guy"] = () => makeCharacter(
  3439. { name: "Guy" },
  3440. {
  3441. front: {
  3442. height: math.unit(6 + 1/6, "feet"),
  3443. weight: math.unit(178, "lbs"),
  3444. name: "Front",
  3445. image: {
  3446. source: "./media/characters/guy/front.svg"
  3447. }
  3448. }
  3449. },
  3450. [
  3451. {
  3452. name: "Normal",
  3453. height: math.unit(6 + 1/6, "feet"),
  3454. default: true
  3455. },
  3456. {
  3457. name: "Large",
  3458. height: math.unit(25 + 7/12, "feet")
  3459. },
  3460. {
  3461. name: "Macro",
  3462. height: math.unit(60 + 9/12, "feet")
  3463. },
  3464. {
  3465. name: "Macro+",
  3466. height: math.unit(246, "feet")
  3467. },
  3468. {
  3469. name: "Macro++",
  3470. height: math.unit(878, "feet")
  3471. }
  3472. ]
  3473. )
  3474. characterMakers["Tiberius"] = () => makeCharacter(
  3475. { name: "Tiberius" },
  3476. {
  3477. front: {
  3478. height: math.unit(9, "feet"),
  3479. weight: math.unit(800, "lbs"),
  3480. name: "Front",
  3481. image: {
  3482. source: "./media/characters/tiberius/front.svg",
  3483. extra: 2295/2071
  3484. }
  3485. },
  3486. back: {
  3487. height: math.unit(9, "feet"),
  3488. weight: math.unit(800, "lbs"),
  3489. name: "Back",
  3490. image: {
  3491. source: "./media/characters/tiberius/back.svg",
  3492. extra: 2373/2160
  3493. }
  3494. },
  3495. },
  3496. [
  3497. {
  3498. name: "Normal",
  3499. height: math.unit(9, "feet"),
  3500. default: true
  3501. }
  3502. ]
  3503. )
  3504. characterMakers["Surgo"] = () => makeCharacter(
  3505. { name: "Surgo" },
  3506. {
  3507. front: {
  3508. height: math.unit(6, "feet"),
  3509. weight: math.unit(600, "lbs"),
  3510. name: "Front",
  3511. image: {
  3512. source: "./media/characters/surgo/front.svg",
  3513. extra: 3591/2227
  3514. }
  3515. },
  3516. back: {
  3517. height: math.unit(6, "feet"),
  3518. weight: math.unit(600, "lbs"),
  3519. name: "Back",
  3520. image: {
  3521. source: "./media/characters/surgo/back.svg",
  3522. extra: 3557/2228
  3523. }
  3524. },
  3525. laying: {
  3526. height: math.unit(6 * 0.85, "feet"),
  3527. weight: math.unit(600, "lbs"),
  3528. name: "Laying",
  3529. image: {
  3530. source: "./media/characters/surgo/laying.svg"
  3531. }
  3532. },
  3533. },
  3534. [
  3535. {
  3536. name: "Normal",
  3537. height: math.unit(6, "feet"),
  3538. default: true
  3539. }
  3540. ]
  3541. )
  3542. characterMakers["Cibus"] = () => makeCharacter(
  3543. { name: "Cibus" },
  3544. {
  3545. side: {
  3546. height: math.unit(6, "feet"),
  3547. weight: math.unit(150, "lbs"),
  3548. name: "Side",
  3549. image: {
  3550. source: "./media/characters/cibus/side.svg",
  3551. extra: 800/400
  3552. }
  3553. },
  3554. },
  3555. [
  3556. {
  3557. name: "Normal",
  3558. height: math.unit(6, "feet"),
  3559. default: true
  3560. }
  3561. ]
  3562. )
  3563. characterMakers["Nibbles"] = () => makeCharacter(
  3564. { name: "Nibbles" },
  3565. {
  3566. front: {
  3567. height: math.unit(6, "feet"),
  3568. weight: math.unit(240, "lbs"),
  3569. name: "Front",
  3570. image: {
  3571. source: "./media/characters/nibbles/front.svg"
  3572. }
  3573. },
  3574. side: {
  3575. height: math.unit(6, "feet"),
  3576. weight: math.unit(240, "lbs"),
  3577. name: "Side",
  3578. image: {
  3579. source: "./media/characters/nibbles/side.svg"
  3580. }
  3581. },
  3582. },
  3583. [
  3584. {
  3585. name: "Normal",
  3586. height: math.unit(9, "feet"),
  3587. default: true
  3588. }
  3589. ]
  3590. )
  3591. characterMakers["Rikky"] = () => makeCharacter(
  3592. { name: "Rikky" },
  3593. {
  3594. side: {
  3595. height: math.unit(5 + 1/6, "feet"),
  3596. weight: math.unit(130, "lbs"),
  3597. name: "Side",
  3598. image: {
  3599. source: "./media/characters/rikky/side.svg"
  3600. }
  3601. },
  3602. },
  3603. [
  3604. {
  3605. name: "Normal",
  3606. height: math.unit(5 + 1/6, "feet")
  3607. },
  3608. {
  3609. name: "Macro",
  3610. height: math.unit(152, "feet"),
  3611. default: true
  3612. },
  3613. {
  3614. name: "Megamacro",
  3615. height: math.unit(7, "miles")
  3616. }
  3617. ]
  3618. )
  3619. characterMakers["Malfressa"] = () => makeCharacter(
  3620. { name: "Malfressa" },
  3621. {
  3622. side: {
  3623. height: math.unit(370, "cm"),
  3624. weight: math.unit(350, "lbs"),
  3625. name: "Side",
  3626. image: {
  3627. source: "./media/characters/malfressa/side.svg"
  3628. }
  3629. },
  3630. walking: {
  3631. height: math.unit(370, "cm"),
  3632. weight: math.unit(350, "lbs"),
  3633. name: "Walking",
  3634. image: {
  3635. source: "./media/characters/malfressa/walking.svg"
  3636. }
  3637. },
  3638. feral: {
  3639. height: math.unit(2500, "cm"),
  3640. weight: math.unit(100000, "lbs"),
  3641. name: "Feral",
  3642. image: {
  3643. source: "./media/characters/malfressa/feral.svg",
  3644. extra: 2108/837 ,
  3645. bottom: 0.02
  3646. }
  3647. },
  3648. },
  3649. [
  3650. {
  3651. name: "Normal",
  3652. height: math.unit(370, "cm")
  3653. },
  3654. {
  3655. name: "Macro",
  3656. height: math.unit(300, "meters"),
  3657. default: true
  3658. }
  3659. ]
  3660. )
  3661. characterMakers["Jaro"] = () => makeCharacter(
  3662. { name: "Jaro" },
  3663. {
  3664. front: {
  3665. height: math.unit(6, "feet"),
  3666. weight: math.unit(60, "kg"),
  3667. name: "Front",
  3668. image: {
  3669. source: "./media/characters/jaro/front.svg"
  3670. }
  3671. },
  3672. back: {
  3673. height: math.unit(6, "feet"),
  3674. weight: math.unit(60, "kg"),
  3675. name: "Back",
  3676. image: {
  3677. source: "./media/characters/jaro/back.svg"
  3678. }
  3679. },
  3680. },
  3681. [
  3682. {
  3683. name: "Micro",
  3684. height: math.unit(7, "inches")
  3685. },
  3686. {
  3687. name: "Normal",
  3688. height: math.unit(5.5, "feet"),
  3689. default: true
  3690. },
  3691. {
  3692. name: "Minimacro",
  3693. height: math.unit(20, "feet")
  3694. },
  3695. {
  3696. name: "Macro",
  3697. height: math.unit(200, "meters")
  3698. }
  3699. ]
  3700. )
  3701. characterMakers["Rogue"] = () => makeCharacter(
  3702. { name: "Rogue" },
  3703. {
  3704. front: {
  3705. height: math.unit(6, "feet"),
  3706. weight: math.unit(195, "lb"),
  3707. name: "Front",
  3708. image: {
  3709. source: "./media/characters/rogue/front.svg"
  3710. }
  3711. },
  3712. },
  3713. [
  3714. {
  3715. name: "Macro",
  3716. height: math.unit(90, "feet"),
  3717. default: true
  3718. },
  3719. ]
  3720. )
  3721. characterMakers["Piper"] = () => makeCharacter(
  3722. { name: "Piper" },
  3723. {
  3724. front: {
  3725. height: math.unit(5 + 8/12, "feet"),
  3726. weight: math.unit(140, "lb"),
  3727. name: "Front",
  3728. image: {
  3729. source: "./media/characters/piper/front.svg",
  3730. extra: 3928/3681
  3731. }
  3732. },
  3733. },
  3734. [
  3735. {
  3736. name: "Micro",
  3737. height: math.unit(2, "inches")
  3738. },
  3739. {
  3740. name: "Normal",
  3741. height: math.unit(5 + 8/12, "feet")
  3742. },
  3743. {
  3744. name: "Macro",
  3745. height: math.unit(250, "feet"),
  3746. default: true
  3747. },
  3748. {
  3749. name: "Megamacro",
  3750. height: math.unit(7, "miles")
  3751. },
  3752. ]
  3753. )
  3754. characterMakers["Gemini"] = () => makeCharacter(
  3755. { name: "Gemini" },
  3756. {
  3757. front: {
  3758. height: math.unit(6, "feet"),
  3759. weight: math.unit(220, "lb"),
  3760. name: "Front",
  3761. image: {
  3762. source: "./media/characters/gemini/front.svg"
  3763. }
  3764. },
  3765. back: {
  3766. height: math.unit(6, "feet"),
  3767. weight: math.unit(220, "lb"),
  3768. name: "Back",
  3769. image: {
  3770. source: "./media/characters/gemini/back.svg"
  3771. }
  3772. },
  3773. kneeling: {
  3774. height: math.unit(6/1.5, "feet"),
  3775. weight: math.unit(220, "lb"),
  3776. name: "Kneeling",
  3777. image: {
  3778. source: "./media/characters/gemini/kneeling.svg",
  3779. bottom: 0.02
  3780. }
  3781. },
  3782. },
  3783. [
  3784. {
  3785. name: "Macro",
  3786. height: math.unit(300, "meters"),
  3787. default: true
  3788. },
  3789. {
  3790. name: "Megamacro",
  3791. height: math.unit(6900, "meters")
  3792. },
  3793. ]
  3794. )
  3795. characterMakers["Alicia"] = () => makeCharacter(
  3796. { name: "Alicia" },
  3797. {
  3798. anthro: {
  3799. height: math.unit(2.35, "meters"),
  3800. weight: math.unit(73, "kg"),
  3801. name: "Anthro",
  3802. image: {
  3803. source: "./media/characters/alicia/anthro.svg"
  3804. }
  3805. },
  3806. feral: {
  3807. height: math.unit(1.69, "meters"),
  3808. weight: math.unit(73, "kg"),
  3809. name: "Feral",
  3810. image: {
  3811. source: "./media/characters/alicia/feral.svg"
  3812. }
  3813. },
  3814. },
  3815. [
  3816. {
  3817. name: "Normal",
  3818. height: math.unit(2.35, "meters")
  3819. },
  3820. {
  3821. name: "Macro",
  3822. height: math.unit(60, "meters"),
  3823. default: true
  3824. },
  3825. {
  3826. name: "Megamacro",
  3827. height: math.unit(10000, "kilometers")
  3828. },
  3829. ]
  3830. )
  3831. characterMakers["Archy"] = () => makeCharacter(
  3832. { name: "Archy" },
  3833. {
  3834. front: {
  3835. height: math.unit(7, "feet"),
  3836. weight: math.unit(250, "lbs"),
  3837. name: "Front",
  3838. image: {
  3839. source: "./media/characters/archy/front.svg"
  3840. }
  3841. }
  3842. },
  3843. [
  3844. {
  3845. name: "Micro",
  3846. height: math.unit(1, "inch")
  3847. },
  3848. {
  3849. name: "Shorty",
  3850. height: math.unit(5, "feet")
  3851. },
  3852. {
  3853. name: "Normal",
  3854. height: math.unit(7, "feet")
  3855. },
  3856. {
  3857. name: "Macro",
  3858. height: math.unit(600, "meters"),
  3859. default: true
  3860. },
  3861. {
  3862. name: "Megamacro",
  3863. height: math.unit(1, "mile")
  3864. },
  3865. ]
  3866. )
  3867. characterMakers["Berri"] = () => makeCharacter(
  3868. { name: "Berri" },
  3869. {
  3870. front: {
  3871. height: math.unit(1.65, "meters"),
  3872. weight: math.unit(74, "kg"),
  3873. name: "Front",
  3874. image: {
  3875. source: "./media/characters/berri/front.svg"
  3876. }
  3877. }
  3878. },
  3879. [
  3880. {
  3881. name: "Normal",
  3882. height: math.unit(1.65, "meters")
  3883. },
  3884. {
  3885. name: "Macro",
  3886. height: math.unit(60, "m"),
  3887. default: true
  3888. },
  3889. {
  3890. name: "Megamacro",
  3891. height: math.unit(9.213, "km")
  3892. },
  3893. {
  3894. name: "Planet Eater",
  3895. height: math.unit(489, "megameters")
  3896. },
  3897. {
  3898. name: "Teramacro",
  3899. height: math.unit(2471635000000, "meters")
  3900. },
  3901. {
  3902. name: "Examacro",
  3903. height: math.unit(8.0624e+26, "meters")
  3904. }
  3905. ]
  3906. )
  3907. characterMakers["Lexi"] = () => makeCharacter(
  3908. { name: "Lexi" },
  3909. {
  3910. front: {
  3911. height: math.unit(1.72, "meters"),
  3912. weight: math.unit(68, "kg"),
  3913. name: "Front",
  3914. image: {
  3915. source: "./media/characters/lexi/front.svg"
  3916. }
  3917. }
  3918. },
  3919. [
  3920. {
  3921. name: "Very Smol",
  3922. height: math.unit(10, "mm")
  3923. },
  3924. {
  3925. name: "Micro",
  3926. height: math.unit(6.8, "cm"),
  3927. default: true
  3928. },
  3929. {
  3930. name: "Normal",
  3931. height: math.unit(1.72, "m")
  3932. }
  3933. ]
  3934. )
  3935. characterMakers["Martin"] = () => makeCharacter(
  3936. { name: "Martin" },
  3937. {
  3938. front: {
  3939. height: math.unit(1.69, "meters"),
  3940. weight: math.unit(68, "kg"),
  3941. name: "Front",
  3942. image: {
  3943. source: "./media/characters/martin/front.svg",
  3944. extra: 596/581
  3945. }
  3946. }
  3947. },
  3948. [
  3949. {
  3950. name: "Micro",
  3951. height: math.unit(6.85, "cm"),
  3952. default: true
  3953. },
  3954. {
  3955. name: "Normal",
  3956. height: math.unit(1.69, "m")
  3957. }
  3958. ]
  3959. )
  3960. characterMakers["Juno"] = () => makeCharacter(
  3961. { name: "Juno" },
  3962. {
  3963. front: {
  3964. height: math.unit(1.69, "meters"),
  3965. weight: math.unit(68, "kg"),
  3966. name: "Front",
  3967. image: {
  3968. source: "./media/characters/juno/front.svg"
  3969. }
  3970. }
  3971. },
  3972. [
  3973. {
  3974. name: "Micro",
  3975. height: math.unit(7, "cm")
  3976. },
  3977. {
  3978. name: "Normal",
  3979. height: math.unit(1.89, "m")
  3980. },
  3981. {
  3982. name: "Macro",
  3983. height: math.unit(353, "meters"),
  3984. default: true
  3985. }
  3986. ]
  3987. )
  3988. characterMakers["Samantha"] = () => makeCharacter(
  3989. { name: "Samantha" },
  3990. {
  3991. front: {
  3992. height: math.unit(1.93, "meters"),
  3993. weight: math.unit(83, "kg"),
  3994. name: "Front",
  3995. image: {
  3996. source: "./media/characters/samantha/front.svg"
  3997. }
  3998. },
  3999. frontClothed: {
  4000. height: math.unit(1.93, "meters"),
  4001. weight: math.unit(83, "kg"),
  4002. name: "Front (Clothed)",
  4003. image: {
  4004. source: "./media/characters/samantha/front-clothed.svg"
  4005. }
  4006. },
  4007. back: {
  4008. height: math.unit(1.93, "meters"),
  4009. weight: math.unit(83, "kg"),
  4010. name: "Back",
  4011. image: {
  4012. source: "./media/characters/samantha/back.svg"
  4013. }
  4014. },
  4015. },
  4016. [
  4017. {
  4018. name: "Normal",
  4019. height: math.unit(1.93, "m")
  4020. },
  4021. {
  4022. name: "Macro",
  4023. height: math.unit(74, "meters"),
  4024. default: true
  4025. },
  4026. {
  4027. name: "Macro+",
  4028. height: math.unit(223, "meters"),
  4029. },
  4030. {
  4031. name: "Megamacro",
  4032. height: math.unit(8381, "meters"),
  4033. },
  4034. {
  4035. name: "Megamacro+",
  4036. height: math.unit(12000, "kilometers")
  4037. },
  4038. ]
  4039. )
  4040. characterMakers["Dr. Clay"] = () => makeCharacter(
  4041. { name: "Dr. Clay" },
  4042. {
  4043. front: {
  4044. height: math.unit(1.92, "meters"),
  4045. weight: math.unit(80, "kg"),
  4046. name: "Front",
  4047. image: {
  4048. source: "./media/characters/dr-clay/front.svg"
  4049. }
  4050. },
  4051. frontClothed: {
  4052. height: math.unit(1.92, "meters"),
  4053. weight: math.unit(80, "kg"),
  4054. name: "Front (Clothed)",
  4055. image: {
  4056. source: "./media/characters/dr-clay/front-clothed.svg"
  4057. }
  4058. }
  4059. },
  4060. [
  4061. {
  4062. name: "Normal",
  4063. height: math.unit(1.92, "m")
  4064. },
  4065. {
  4066. name: "Macro",
  4067. height: math.unit(214, "meters"),
  4068. default: true
  4069. },
  4070. {
  4071. name: "Macro+",
  4072. height: math.unit(12.237, "meters"),
  4073. },
  4074. {
  4075. name: "Megamacro",
  4076. height: math.unit(557, "megameters"),
  4077. },
  4078. {
  4079. name: "Unimaginable",
  4080. height: math.unit(120e9, "lightyears")
  4081. },
  4082. ]
  4083. )
  4084. characterMakers["Wyvrn Ripsnarl"] = () => makeCharacter(
  4085. { name: "Wyvrn Ripsnarl" },
  4086. {
  4087. front: {
  4088. height: math.unit(2, "meters"),
  4089. weight: math.unit(80, "kg"),
  4090. name: "Front",
  4091. image: {
  4092. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4093. }
  4094. }
  4095. },
  4096. [
  4097. {
  4098. name: "Teramacro",
  4099. height: math.unit(500000, "lightyears"),
  4100. default: true
  4101. },
  4102. ]
  4103. )
  4104. characterMakers["Vemus"] = () => makeCharacter(
  4105. { name: "Vemus" },
  4106. {
  4107. front: {
  4108. height: math.unit(2, "meters"),
  4109. weight: math.unit(150, "kg"),
  4110. name: "Front",
  4111. image: {
  4112. source: "./media/characters/vemus/front.svg",
  4113. extra: 2384/2084,
  4114. bottom: 0.0123
  4115. }
  4116. }
  4117. },
  4118. [
  4119. {
  4120. name: "Normal",
  4121. height: math.unit(3.75, "meters"),
  4122. default: true
  4123. },
  4124. {
  4125. name: "Big",
  4126. height: math.unit(8, "meters")
  4127. },
  4128. {
  4129. name: "Macro",
  4130. height: math.unit(100, "meters")
  4131. },
  4132. {
  4133. name: "Macro+",
  4134. height: math.unit(1500, "meters")
  4135. },
  4136. {
  4137. name: "Stellar",
  4138. height: math.unit(14e8, "meters")
  4139. },
  4140. ]
  4141. )
  4142. characterMakers["Beherit"] = () => makeCharacter(
  4143. { name: "Beherit" },
  4144. {
  4145. front: {
  4146. height: math.unit(2, "meters"),
  4147. weight: math.unit(70, "kg"),
  4148. name: "Front",
  4149. image: {
  4150. source: "./media/characters/beherit/front.svg",
  4151. extra: 1408/1242
  4152. }
  4153. }
  4154. },
  4155. [
  4156. {
  4157. name: "Normal",
  4158. height: math.unit(6, "feet")
  4159. },
  4160. {
  4161. name: "Lorg",
  4162. height: math.unit(25, "feet"),
  4163. default: true
  4164. },
  4165. {
  4166. name: "Lorger",
  4167. height: math.unit(75, "feet")
  4168. },
  4169. {
  4170. name: "Macro",
  4171. height: math.unit(200, "meters")
  4172. },
  4173. ]
  4174. )
  4175. characterMakers["Everett"] = () => makeCharacter(
  4176. { name: "Everett" },
  4177. {
  4178. front: {
  4179. height: math.unit(2, "meters"),
  4180. weight: math.unit(150, "kg"),
  4181. name: "Front",
  4182. image: {
  4183. source: "./media/characters/everett/front.svg",
  4184. extra: 2038/1737 ,
  4185. bottom: 0.03
  4186. }
  4187. },
  4188. paw: {
  4189. height: math.unit(2/3.6, "meters"),
  4190. name: "Paw",
  4191. image: {
  4192. source: "./media/characters/everett/paw.svg"
  4193. }
  4194. },
  4195. },
  4196. [
  4197. {
  4198. name: "Normal",
  4199. height: math.unit(15, "feet"),
  4200. default: true
  4201. },
  4202. {
  4203. name: "Lorg",
  4204. height: math.unit(70, "feet"),
  4205. default: true
  4206. },
  4207. {
  4208. name: "Lorger",
  4209. height: math.unit(250, "feet")
  4210. },
  4211. {
  4212. name: "Macro",
  4213. height: math.unit(500, "meters")
  4214. },
  4215. ]
  4216. )
  4217. characterMakers["Rose Lion"] = () => makeCharacter(
  4218. { name: "Rose Lion" },
  4219. {
  4220. front: {
  4221. height: math.unit(2, "meters"),
  4222. weight: math.unit(86, "kg"),
  4223. name: "Front",
  4224. image: {
  4225. source: "./media/characters/rose-lion/front.svg"
  4226. }
  4227. },
  4228. bent: {
  4229. height: math.unit(2/1.4288, "meters"),
  4230. weight: math.unit(86, "kg"),
  4231. name: "Bent",
  4232. image: {
  4233. source: "./media/characters/rose-lion/bent.svg"
  4234. }
  4235. }
  4236. },
  4237. [
  4238. {
  4239. name: "Mini-Micro",
  4240. height: math.unit(1, "cm")
  4241. },
  4242. {
  4243. name: "Micro",
  4244. height: math.unit(3.5, "inches"),
  4245. default: true
  4246. },
  4247. {
  4248. name: "Normal",
  4249. height: math.unit(6 + 1/6, "feet")
  4250. },
  4251. {
  4252. name: "Mini-Macro",
  4253. height: math.unit(9 + 10/12, "feet")
  4254. },
  4255. ]
  4256. )
  4257. characterMakers["Regal"] = () => makeCharacter(
  4258. { name: "Regal" },
  4259. {
  4260. front: {
  4261. height: math.unit(2, "meters"),
  4262. weight: math.unit(350, "lbs"),
  4263. name: "Front",
  4264. image: {
  4265. source: "./media/characters/regal/front.svg"
  4266. }
  4267. },
  4268. back: {
  4269. height: math.unit(2, "meters"),
  4270. weight: math.unit(350, "lbs"),
  4271. name: "Back",
  4272. image: {
  4273. source: "./media/characters/regal/back.svg"
  4274. }
  4275. },
  4276. },
  4277. [
  4278. {
  4279. name: "Macro",
  4280. height: math.unit(350, "feet"),
  4281. default: true
  4282. }
  4283. ]
  4284. )
  4285. characterMakers["Opal"] = () => makeCharacter(
  4286. { name: "Opal" },
  4287. {
  4288. front: {
  4289. height: math.unit(4 + 11/12, "feet"),
  4290. weight: math.unit(100, "lbs"),
  4291. name: "Front",
  4292. image: {
  4293. source: "./media/characters/opal/front.svg"
  4294. }
  4295. },
  4296. frontAlt: {
  4297. height: math.unit(4 + 11/12, "feet"),
  4298. weight: math.unit(100, "lbs"),
  4299. name: "Front (Alt)",
  4300. image: {
  4301. source: "./media/characters/opal/front-alt.svg"
  4302. }
  4303. },
  4304. },
  4305. [
  4306. {
  4307. name: "Small",
  4308. height: math.unit(4 + 11/12, "feet")
  4309. },
  4310. {
  4311. name: "Normal",
  4312. height: math.unit(20, "feet"),
  4313. default: true
  4314. },
  4315. {
  4316. name: "Macro",
  4317. height: math.unit(120, "feet")
  4318. },
  4319. {
  4320. name: "Megamacro",
  4321. height: math.unit(80, "miles")
  4322. },
  4323. {
  4324. name: "True Size",
  4325. height: math.unit(100000, "lightyears")
  4326. },
  4327. ]
  4328. )
  4329. characterMakers["Vector Wuff"] = () => makeCharacter(
  4330. { name: "Vector Wuff" },
  4331. {
  4332. front: {
  4333. height: math.unit(6, "feet"),
  4334. weight: math.unit(200, "lbs"),
  4335. name: "Front",
  4336. image: {
  4337. source: "./media/characters/vector-wuff/front.svg"
  4338. }
  4339. }
  4340. },
  4341. [
  4342. {
  4343. name: "Normal",
  4344. height: math.unit(2.8, "meters")
  4345. },
  4346. {
  4347. name: "Macro",
  4348. height: math.unit(450, "meters"),
  4349. default: true
  4350. },
  4351. {
  4352. name: "Megamacro",
  4353. height: math.unit(15, "kilometers")
  4354. }
  4355. ]
  4356. )
  4357. characterMakers["Dannik"] = () => makeCharacter(
  4358. { name: "Dannik" },
  4359. {
  4360. front: {
  4361. height: math.unit(6, "feet"),
  4362. weight: math.unit(256, "lbs"),
  4363. name: "Front",
  4364. image: {
  4365. source: "./media/characters/dannik/front.svg"
  4366. }
  4367. }
  4368. },
  4369. [
  4370. {
  4371. name: "Macro",
  4372. height: math.unit(69.57, "meters"),
  4373. default: true
  4374. },
  4375. ]
  4376. )
  4377. characterMakers["Azura Saharah"] = () => makeCharacter(
  4378. { name: "Azura Saharah" },
  4379. {
  4380. front: {
  4381. height: math.unit(6, "feet"),
  4382. weight: math.unit(120, "lbs"),
  4383. name: "Front",
  4384. image: {
  4385. source: "./media/characters/azura-saharah/front.svg"
  4386. }
  4387. },
  4388. back: {
  4389. height: math.unit(6, "feet"),
  4390. weight: math.unit(120, "lbs"),
  4391. name: "Back",
  4392. image: {
  4393. source: "./media/characters/azura-saharah/back.svg"
  4394. }
  4395. },
  4396. },
  4397. [
  4398. {
  4399. name: "Macro",
  4400. height: math.unit(100, "feet"),
  4401. default: true
  4402. },
  4403. ]
  4404. )
  4405. characterMakers["Kennedy"] = () => makeCharacter(
  4406. { name: "Kennedy" },
  4407. {
  4408. side: {
  4409. height: math.unit(5 + 4/12, "feet"),
  4410. weight: math.unit(163, "lbs"),
  4411. name: "Side",
  4412. image: {
  4413. source: "./media/characters/kennedy/side.svg"
  4414. }
  4415. }
  4416. },
  4417. [
  4418. {
  4419. name: "Standard Doggo",
  4420. height: math.unit(5 + 4/12, "feet")
  4421. },
  4422. {
  4423. name: "Big Doggo",
  4424. height: math.unit(25 + 3/12, "feet"),
  4425. default: true
  4426. },
  4427. ]
  4428. )
  4429. characterMakers["Odi Lunar"] = () => makeCharacter(
  4430. { name: "Odi Lunar" },
  4431. {
  4432. front: {
  4433. height: math.unit(6, "feet"),
  4434. weight: math.unit(90, "lbs"),
  4435. name: "Front",
  4436. image: {
  4437. source: "./media/characters/odi-lunar/front.svg"
  4438. }
  4439. }
  4440. },
  4441. [
  4442. {
  4443. name: "Micro",
  4444. height: math.unit(3, "inches"),
  4445. default: true
  4446. },
  4447. {
  4448. name: "Normal",
  4449. height: math.unit(5.5, "feet")
  4450. }
  4451. ]
  4452. )
  4453. characterMakers["Mandake"] = () => makeCharacter(
  4454. { name: "Mandake" },
  4455. {
  4456. back: {
  4457. height: math.unit(6, "feet"),
  4458. weight: math.unit(220, "lbs"),
  4459. name: "Back",
  4460. image: {
  4461. source: "./media/characters/mandake/back.svg"
  4462. }
  4463. }
  4464. },
  4465. [
  4466. {
  4467. name: "Normal",
  4468. height: math.unit(7, "feet"),
  4469. default: true
  4470. },
  4471. {
  4472. name: "Macro",
  4473. height: math.unit(78, "feet")
  4474. },
  4475. {
  4476. name: "Macro+",
  4477. height: math.unit(300, "meters")
  4478. },
  4479. {
  4480. name: "Macro++",
  4481. height: math.unit(2400, "feet")
  4482. },
  4483. {
  4484. name: "Megamacro",
  4485. height: math.unit(5167, "meters")
  4486. },
  4487. {
  4488. name: "Gigamacro",
  4489. height: math.unit(41769, "miles")
  4490. },
  4491. ]
  4492. )
  4493. characterMakers["Yozey"] = () => makeCharacter(
  4494. { name: "Yozey" },
  4495. {
  4496. front: {
  4497. height: math.unit(6, "feet"),
  4498. weight: math.unit(120, "lbs"),
  4499. name: "Front",
  4500. image: {
  4501. source: "./media/characters/yozey/front.svg"
  4502. }
  4503. },
  4504. frontAlt: {
  4505. height: math.unit(6, "feet"),
  4506. weight: math.unit(120, "lbs"),
  4507. name: "Front (Alt)",
  4508. image: {
  4509. source: "./media/characters/yozey/front-alt.svg"
  4510. }
  4511. },
  4512. side: {
  4513. height: math.unit(6, "feet"),
  4514. weight: math.unit(120, "lbs"),
  4515. name: "Side",
  4516. image: {
  4517. source: "./media/characters/yozey/side.svg"
  4518. }
  4519. },
  4520. },
  4521. [
  4522. {
  4523. name: "Micro",
  4524. height: math.unit(3, "inches"),
  4525. default: true
  4526. },
  4527. {
  4528. name: "Normal",
  4529. height: math.unit(6, "feet")
  4530. }
  4531. ]
  4532. )
  4533. characterMakers["Valeska Voss"] = () => makeCharacter(
  4534. { name: "Valeska Voss" },
  4535. {
  4536. front: {
  4537. height: math.unit(6, "feet"),
  4538. weight: math.unit(103, "lbs"),
  4539. name: "Front",
  4540. image: {
  4541. source: "./media/characters/valeska-voss/front.svg"
  4542. }
  4543. }
  4544. },
  4545. [
  4546. {
  4547. name: "Mini-Sized Sub",
  4548. height: math.unit(3.1, "inches")
  4549. },
  4550. {
  4551. name: "Mid-Sized Sub",
  4552. height: math.unit(6.2, "inches")
  4553. },
  4554. {
  4555. name: "Full-Sized Sub",
  4556. height: math.unit(9.3, "inches")
  4557. },
  4558. {
  4559. name: "Normal",
  4560. height: math.unit(5 + 2/12, "foot"),
  4561. default: true
  4562. },
  4563. ]
  4564. )
  4565. characterMakers["Gene Zeta"] = () => makeCharacter(
  4566. { name: "Gene Zeta" },
  4567. {
  4568. front: {
  4569. height: math.unit(6, "feet"),
  4570. weight: math.unit(160, "lbs"),
  4571. name: "Front",
  4572. image: {
  4573. source: "./media/characters/gene-zeta/front.svg",
  4574. bottom: 0.03,
  4575. extra: 1
  4576. }
  4577. }
  4578. },
  4579. [
  4580. {
  4581. name: "Normal",
  4582. height: math.unit(6.25, "foot"),
  4583. default: true
  4584. },
  4585. ]
  4586. )
  4587. characterMakers["Razinox"] = () => makeCharacter(
  4588. { name: "Razinox" },
  4589. {
  4590. front: {
  4591. height: math.unit(6, "feet"),
  4592. weight: math.unit(350, "lbs"),
  4593. name: "Front",
  4594. image: {
  4595. source: "./media/characters/razinox/front.svg",
  4596. extra: 1686/1548
  4597. }
  4598. },
  4599. back: {
  4600. height: math.unit(6, "feet"),
  4601. weight: math.unit(350, "lbs"),
  4602. name: "Back",
  4603. image: {
  4604. source: "./media/characters/razinox/back.svg",
  4605. extra: 1660/1590
  4606. }
  4607. },
  4608. },
  4609. [
  4610. {
  4611. name: "Normal",
  4612. height: math.unit(10 + 8/12, "foot")
  4613. },
  4614. {
  4615. name: "Minimacro",
  4616. height: math.unit(15, "foot")
  4617. },
  4618. {
  4619. name: "Macro",
  4620. height: math.unit(60, "foot"),
  4621. default: true
  4622. },
  4623. {
  4624. name: "Megamacro",
  4625. height: math.unit(5, "miles")
  4626. },
  4627. {
  4628. name: "Gigamacro",
  4629. height: math.unit(6000, "miles")
  4630. },
  4631. ]
  4632. )
  4633. characterMakers["Cobalt"] = () => makeCharacter(
  4634. { name: "Cobalt" },
  4635. {
  4636. front: {
  4637. height: math.unit(6, "feet"),
  4638. weight: math.unit(150, "lbs"),
  4639. name: "Front",
  4640. image: {
  4641. source: "./media/characters/cobalt/front.svg"
  4642. }
  4643. }
  4644. },
  4645. [
  4646. {
  4647. name: "Normal",
  4648. height: math.unit(8 + 1/12, "foot")
  4649. },
  4650. {
  4651. name: "Macro",
  4652. height: math.unit(111, "foot"),
  4653. default: true
  4654. },
  4655. {
  4656. name: "Supracosmic",
  4657. height: math.unit(1e42, "feet")
  4658. },
  4659. ]
  4660. )
  4661. characterMakers["Amanda"] = () => makeCharacter(
  4662. { name: "Amanda" },
  4663. {
  4664. front: {
  4665. height: math.unit(6, "feet"),
  4666. weight: math.unit(140, "lbs"),
  4667. name: "Front",
  4668. image: {
  4669. source: "./media/characters/amanda/front.svg"
  4670. }
  4671. }
  4672. },
  4673. [
  4674. {
  4675. name: "Micro",
  4676. height: math.unit(5, "inches"),
  4677. default: true
  4678. },
  4679. ]
  4680. )
  4681. characterMakers["Teal"] = () => makeCharacter(
  4682. { name: "Teal" },
  4683. {
  4684. front: {
  4685. height: math.unit(5.59, "feet"),
  4686. weight: math.unit(250, "lbs"),
  4687. name: "Front",
  4688. image: {
  4689. source: "./media/characters/teal/front.svg"
  4690. }
  4691. },
  4692. frontAlt: {
  4693. height: math.unit(6, "feet"),
  4694. weight: math.unit(250, "lbs"),
  4695. name: "Front (Alt)",
  4696. image: {
  4697. source: "./media/characters/teal/front-alt.svg",
  4698. bottom: 0.04,
  4699. extra: 1
  4700. }
  4701. },
  4702. },
  4703. [
  4704. {
  4705. name: "Normal",
  4706. height: math.unit(12, "feet"),
  4707. default: true
  4708. },
  4709. {
  4710. name: "Macro",
  4711. height: math.unit(300, "feet")
  4712. },
  4713. ]
  4714. )
  4715. characterMakers["Ravin Amulet"] = () => makeCharacter(
  4716. { name: "Ravin Amulet" },
  4717. {
  4718. frontCat: {
  4719. height: math.unit(6, "feet"),
  4720. weight: math.unit(180, "lbs"),
  4721. name: "Front (Cat)",
  4722. image: {
  4723. source: "./media/characters/ravin-amulet/front-cat.svg"
  4724. }
  4725. },
  4726. frontCatAlt: {
  4727. height: math.unit(6, "feet"),
  4728. weight: math.unit(180, "lbs"),
  4729. name: "Front (Alt, Cat)",
  4730. image: {
  4731. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4732. }
  4733. },
  4734. frontWerewolf: {
  4735. height: math.unit(6*1.2, "feet"),
  4736. weight: math.unit(225, "lbs"),
  4737. name: "Front (Werewolf)",
  4738. image: {
  4739. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4740. }
  4741. },
  4742. backWerewolf: {
  4743. height: math.unit(6*1.2, "feet"),
  4744. weight: math.unit(225, "lbs"),
  4745. name: "Back (Werewolf)",
  4746. image: {
  4747. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4748. }
  4749. },
  4750. },
  4751. [
  4752. {
  4753. name: "Nano",
  4754. height: math.unit(1, "micrometer")
  4755. },
  4756. {
  4757. name: "Micro",
  4758. height: math.unit(1, "inch")
  4759. },
  4760. {
  4761. name: "Normal",
  4762. height: math.unit(6, "feet"),
  4763. default: true
  4764. },
  4765. {
  4766. name: "Macro",
  4767. height: math.unit(60, "feet")
  4768. }
  4769. ]
  4770. )
  4771. characterMakers["Fluoresce"] = () => makeCharacter(
  4772. { name: "Fluoresce" },
  4773. {
  4774. front: {
  4775. height: math.unit(6, "feet"),
  4776. weight: math.unit(165, "lbs"),
  4777. name: "Front",
  4778. image: {
  4779. source: "./media/characters/fluoresce/front.svg"
  4780. }
  4781. }
  4782. },
  4783. [
  4784. {
  4785. name: "Micro",
  4786. height: math.unit(6, "cm")
  4787. },
  4788. {
  4789. name: "Normal",
  4790. height: math.unit(5 + 7/12, "feet"),
  4791. default: true
  4792. },
  4793. {
  4794. name: "Macro",
  4795. height: math.unit(56, "feet")
  4796. },
  4797. {
  4798. name: "Megamacro",
  4799. height: math.unit(1.9, "miles")
  4800. },
  4801. ]
  4802. )
  4803. characterMakers["Aurora"] = () => makeCharacter(
  4804. { name: "Aurora" },
  4805. {
  4806. front: {
  4807. height: math.unit(9 + 6/12, "feet"),
  4808. weight: math.unit(523, "lbs"),
  4809. name: "Side",
  4810. image: {
  4811. source: "./media/characters/aurora/side.svg"
  4812. }
  4813. }
  4814. },
  4815. [
  4816. {
  4817. name: "Normal",
  4818. height: math.unit(9 + 6/12, "feet")
  4819. },
  4820. {
  4821. name: "Macro",
  4822. height: math.unit(96, "feet"),
  4823. default: true
  4824. },
  4825. {
  4826. name: "Macro+",
  4827. height: math.unit(243, "feet")
  4828. },
  4829. ]
  4830. )
  4831. characterMakers["Ranek"] = () => makeCharacter(
  4832. { name: "Ranek" },
  4833. {
  4834. front: {
  4835. height: math.unit(194, "cm"),
  4836. weight: math.unit(90, "kg"),
  4837. name: "Front",
  4838. image: {
  4839. source: "./media/characters/ranek/front.svg"
  4840. }
  4841. },
  4842. side: {
  4843. height: math.unit(194, "cm"),
  4844. weight: math.unit(90, "kg"),
  4845. name: "Side",
  4846. image: {
  4847. source: "./media/characters/ranek/side.svg"
  4848. }
  4849. },
  4850. back: {
  4851. height: math.unit(194, "cm"),
  4852. weight: math.unit(90, "kg"),
  4853. name: "Back",
  4854. image: {
  4855. source: "./media/characters/ranek/back.svg"
  4856. }
  4857. },
  4858. feral: {
  4859. height: math.unit(30, "cm"),
  4860. weight: math.unit(1.6, "lbs"),
  4861. name: "Feral",
  4862. image: {
  4863. source: "./media/characters/ranek/feral.svg"
  4864. }
  4865. },
  4866. },
  4867. [
  4868. {
  4869. name: "Normal",
  4870. height: math.unit(194, "cm"),
  4871. default: true
  4872. },
  4873. {
  4874. name: "Macro",
  4875. height: math.unit(100, "meters")
  4876. },
  4877. ]
  4878. )
  4879. characterMakers["Andrew Cooper"] = () => makeCharacter(
  4880. { name: "Andrew Cooper" },
  4881. {
  4882. front: {
  4883. height: math.unit(5 + 6/12, "feet"),
  4884. weight: math.unit(153, "lbs"),
  4885. name: "Front",
  4886. image: {
  4887. source: "./media/characters/andrew-cooper/front.svg"
  4888. }
  4889. },
  4890. },
  4891. [
  4892. {
  4893. name: "Nano",
  4894. height: math.unit(1, "mm")
  4895. },
  4896. {
  4897. name: "Micro",
  4898. height: math.unit(2, "inches")
  4899. },
  4900. {
  4901. name: "Normal",
  4902. height: math.unit(5 + 6/12, "feet"),
  4903. default: true
  4904. }
  4905. ]
  4906. )
  4907. characterMakers["Akane Sato"] = () => makeCharacter(
  4908. { name: "Akane Sato" },
  4909. {
  4910. front: {
  4911. height: math.unit(6, "feet"),
  4912. weight: math.unit(180, "lbs"),
  4913. name: "Front",
  4914. image: {
  4915. source: "./media/characters/akane-sato/front.svg",
  4916. extra: 1219/1140
  4917. }
  4918. },
  4919. back: {
  4920. height: math.unit(6, "feet"),
  4921. weight: math.unit(180, "lbs"),
  4922. name: "Back",
  4923. image: {
  4924. source: "./media/characters/akane-sato/back.svg",
  4925. extra: 1219/1170
  4926. }
  4927. },
  4928. },
  4929. [
  4930. {
  4931. name: "Normal",
  4932. height: math.unit(2.5, "meters")
  4933. },
  4934. {
  4935. name: "Macro",
  4936. height: math.unit(250, "meters"),
  4937. default: true
  4938. },
  4939. {
  4940. name: "Megamacro",
  4941. height: math.unit(25, "km")
  4942. },
  4943. ]
  4944. )
  4945. characterMakers["Rook"] = () => makeCharacter(
  4946. { name: "Rook" },
  4947. {
  4948. front: {
  4949. height: math.unit(6, "feet"),
  4950. weight: math.unit(65, "kg"),
  4951. name: "Front",
  4952. image: {
  4953. source: "./media/characters/rook/front.svg"
  4954. }
  4955. }
  4956. },
  4957. [
  4958. {
  4959. name: "Normal",
  4960. height: math.unit(8.8, "feet")
  4961. },
  4962. {
  4963. name: "Macro",
  4964. height: math.unit(88, "feet"),
  4965. default: true
  4966. },
  4967. {
  4968. name: "Megamacro",
  4969. height: math.unit(8, "miles")
  4970. },
  4971. ]
  4972. )
  4973. characterMakers["Prodigy"] = () => makeCharacter(
  4974. { name: "Prodigy" },
  4975. {
  4976. front: {
  4977. height: math.unit(12 + 2/12, "feet"),
  4978. weight: math.unit(808, "lbs"),
  4979. name: "Front",
  4980. image: {
  4981. source: "./media/characters/prodigy/front.svg"
  4982. }
  4983. }
  4984. },
  4985. [
  4986. {
  4987. name: "Normal",
  4988. height: math.unit(12 + 2/12, "feet"),
  4989. default: true
  4990. },
  4991. {
  4992. name: "Macro",
  4993. height: math.unit(143, "feet")
  4994. },
  4995. {
  4996. name: "Macro+",
  4997. height: math.unit(400, "feet")
  4998. },
  4999. ]
  5000. )
  5001. characterMakers["Daniel"] = () => makeCharacter(
  5002. { name: "Daniel" },
  5003. {
  5004. front: {
  5005. height: math.unit(6, "feet"),
  5006. weight: math.unit(225, "lbs"),
  5007. name: "Front",
  5008. image: {
  5009. source: "./media/characters/daniel/front.svg"
  5010. }
  5011. },
  5012. leaning: {
  5013. height: math.unit(6, "feet"),
  5014. weight: math.unit(225, "lbs"),
  5015. name: "Leaning",
  5016. image: {
  5017. source: "./media/characters/daniel/leaning.svg"
  5018. }
  5019. },
  5020. },
  5021. [
  5022. {
  5023. name: "Macro",
  5024. height: math.unit(1000, "feet"),
  5025. default: true
  5026. },
  5027. ]
  5028. )
  5029. characterMakers["Chiros"] = () => makeCharacter(
  5030. { name: "Chiros" },
  5031. {
  5032. front: {
  5033. height: math.unit(6, "feet"),
  5034. weight: math.unit(88, "lbs"),
  5035. name: "Front",
  5036. image: {
  5037. source: "./media/characters/chiros/front.svg",
  5038. extra: 306/226
  5039. }
  5040. },
  5041. side: {
  5042. height: math.unit(6, "feet"),
  5043. weight: math.unit(88, "lbs"),
  5044. name: "Side",
  5045. image: {
  5046. source: "./media/characters/chiros/side.svg",
  5047. extra: 306/226
  5048. }
  5049. },
  5050. },
  5051. [
  5052. {
  5053. name: "Normal",
  5054. height: math.unit(6, "cm"),
  5055. default: true
  5056. },
  5057. ]
  5058. )
  5059. characterMakers["Selka"] = () => makeCharacter(
  5060. { name: "Selka" },
  5061. {
  5062. front: {
  5063. height: math.unit(6, "feet"),
  5064. weight: math.unit(100, "lbs"),
  5065. name: "Front",
  5066. image: {
  5067. source: "./media/characters/selka/front.svg",
  5068. extra: 947/887
  5069. }
  5070. }
  5071. },
  5072. [
  5073. {
  5074. name: "Normal",
  5075. height: math.unit(5, "cm"),
  5076. default: true
  5077. },
  5078. ]
  5079. )
  5080. characterMakers["Verin"] = () => makeCharacter(
  5081. { name: "Verin" },
  5082. {
  5083. front: {
  5084. height: math.unit(8 + 3/12, "feet"),
  5085. weight: math.unit(424, "lbs"),
  5086. name: "Front",
  5087. image: {
  5088. source: "./media/characters/verin/front.svg",
  5089. extra: 1845/1550
  5090. }
  5091. },
  5092. frontArmored: {
  5093. height: math.unit(8 + 3/12, "feet"),
  5094. weight: math.unit(424, "lbs"),
  5095. name: "Front (Armored)",
  5096. image: {
  5097. source: "./media/characters/verin/front-armor.svg",
  5098. extra: 1845/1550 ,
  5099. bottom: 0.01
  5100. }
  5101. },
  5102. back: {
  5103. height: math.unit(8 + 3/12, "feet"),
  5104. weight: math.unit(424, "lbs"),
  5105. name: "Back",
  5106. image: {
  5107. source: "./media/characters/verin/back.svg",
  5108. bottom: 0.1,
  5109. extra: 1
  5110. }
  5111. },
  5112. foot: {
  5113. height: math.unit((8 + 3/12) / 4.7, "feet"),
  5114. name: "Foot",
  5115. image: {
  5116. source: "./media/characters/verin/foot.svg"
  5117. }
  5118. },
  5119. },
  5120. [
  5121. {
  5122. name: "Normal",
  5123. height: math.unit(8 + 3/12, "feet")
  5124. },
  5125. {
  5126. name: "Minimacro",
  5127. height: math.unit(21, "feet"),
  5128. default: true
  5129. },
  5130. {
  5131. name: "Macro",
  5132. height: math.unit(626, "feet")
  5133. },
  5134. ]
  5135. )
  5136. characterMakers["Sovrim Terraquian"] = () => makeCharacter(
  5137. { name: "Sovrim Terraquian" },
  5138. {
  5139. front: {
  5140. height: math.unit(2.718, "meters"),
  5141. weight: math.unit(150, "lbs"),
  5142. name: "Front",
  5143. image: {
  5144. source: "./media/characters/sovrim-terraquian/front.svg"
  5145. }
  5146. },
  5147. back: {
  5148. height: math.unit(2.718, "meters"),
  5149. weight: math.unit(150, "lbs"),
  5150. name: "Back",
  5151. image: {
  5152. source: "./media/characters/sovrim-terraquian/back.svg"
  5153. }
  5154. }
  5155. },
  5156. [
  5157. {
  5158. name: "Micro",
  5159. height: math.unit(2, "inches")
  5160. },
  5161. {
  5162. name: "Small",
  5163. height: math.unit(1, "meter")
  5164. },
  5165. {
  5166. name: "Normal",
  5167. height: math.unit(Math.E, "meters"),
  5168. default: true
  5169. },
  5170. {
  5171. name: "Macro",
  5172. height: math.unit(20, "meters")
  5173. },
  5174. {
  5175. name: "Macro+",
  5176. height: math.unit(400, "meters")
  5177. },
  5178. ]
  5179. )
  5180. characterMakers["Reece Silvermane"] = () => makeCharacter(
  5181. { name: "Reece Silvermane" },
  5182. {
  5183. front: {
  5184. height: math.unit(7, "feet"),
  5185. weight: math.unit(489, "lbs"),
  5186. name: "Front",
  5187. image: {
  5188. source: "./media/characters/reece-silvermane/front.svg",
  5189. bottom: 0.02,
  5190. extra: 1
  5191. }
  5192. },
  5193. },
  5194. [
  5195. {
  5196. name: "Macro",
  5197. height: math.unit(1.5, "miles"),
  5198. default: true
  5199. },
  5200. ]
  5201. )
  5202. characterMakers["Kane"] = () => makeCharacter(
  5203. { name: "Kane" },
  5204. {
  5205. front: {
  5206. height: math.unit(6, "feet"),
  5207. weight: math.unit(78, "kg"),
  5208. name: "Front",
  5209. image: {
  5210. source: "./media/characters/kane/front.svg",
  5211. extra: 978/899
  5212. }
  5213. },
  5214. },
  5215. [
  5216. {
  5217. name: "Normal",
  5218. height: math.unit(2.1, "m"),
  5219. },
  5220. {
  5221. name: "Macro",
  5222. height: math.unit(1, "km"),
  5223. default: true
  5224. },
  5225. ]
  5226. )
  5227. characterMakers["Tegon"] = () => makeCharacter(
  5228. { name: "Tegon" },
  5229. {
  5230. front: {
  5231. height: math.unit(6, "feet"),
  5232. weight: math.unit(200, "kg"),
  5233. name: "Front",
  5234. image: {
  5235. source: "./media/characters/tegon/front.svg",
  5236. bottom: 0.01,
  5237. extra: 1
  5238. }
  5239. },
  5240. },
  5241. [
  5242. {
  5243. name: "Micro",
  5244. height: math.unit(1, "inch")
  5245. },
  5246. {
  5247. name: "Normal",
  5248. height: math.unit(6 + 3/12, "feet"),
  5249. default: true
  5250. },
  5251. {
  5252. name: "Macro",
  5253. height: math.unit(300, "feet")
  5254. },
  5255. {
  5256. name: "Megamacro",
  5257. height: math.unit(69, "miles")
  5258. },
  5259. ]
  5260. )
  5261. characterMakers["Arcturax"] = () => makeCharacter(
  5262. { name: "Arcturax" },
  5263. {
  5264. side: {
  5265. height: math.unit(6, "feet"),
  5266. weight: math.unit(2304, "lbs"),
  5267. name: "Side",
  5268. image: {
  5269. source: "./media/characters/arcturax/side.svg",
  5270. extra: 790/376 ,
  5271. bottom: 0.01
  5272. }
  5273. },
  5274. },
  5275. [
  5276. {
  5277. name: "Micro",
  5278. height: math.unit(2, "inch")
  5279. },
  5280. {
  5281. name: "Normal",
  5282. height: math.unit(6, "feet")
  5283. },
  5284. {
  5285. name: "Macro",
  5286. height: math.unit(39, "feet"),
  5287. default: true
  5288. },
  5289. {
  5290. name: "Megamacro",
  5291. height: math.unit(7, "miles")
  5292. },
  5293. ]
  5294. )
  5295. characterMakers["Sentri"] = () => makeCharacter(
  5296. { name: "Sentri" },
  5297. {
  5298. front: {
  5299. height: math.unit(6, "feet"),
  5300. weight: math.unit(50, "lbs"),
  5301. name: "Front",
  5302. image: {
  5303. source: "./media/characters/sentri/front.svg",
  5304. extra: 1750/1570 ,
  5305. bottom: 0.025
  5306. }
  5307. },
  5308. frontAlt: {
  5309. height: math.unit(6, "feet"),
  5310. weight: math.unit(50, "lbs"),
  5311. name: "Front (Alt)",
  5312. image: {
  5313. source: "./media/characters/sentri/front-alt.svg",
  5314. extra: 1750/1570 ,
  5315. bottom: 0.025
  5316. }
  5317. },
  5318. },
  5319. [
  5320. {
  5321. name: "Normal",
  5322. height: math.unit(15, "feet"),
  5323. default: true
  5324. },
  5325. {
  5326. name: "Macro",
  5327. height: math.unit(2500, "feet")
  5328. }
  5329. ]
  5330. )
  5331. characterMakers["Corvin"] = () => makeCharacter(
  5332. { name: "Corvin" },
  5333. {
  5334. front: {
  5335. height: math.unit(5 + 8/12, "feet"),
  5336. weight: math.unit(130, "lbs"),
  5337. name: "Front",
  5338. image: {
  5339. source: "./media/characters/corvin/front.svg",
  5340. extra: 1803/1629
  5341. }
  5342. },
  5343. frontShirt: {
  5344. height: math.unit(5 + 8/12, "feet"),
  5345. weight: math.unit(130, "lbs"),
  5346. name: "Front (Shirt)",
  5347. image: {
  5348. source: "./media/characters/corvin/front-shirt.svg",
  5349. extra: 1803/1629
  5350. }
  5351. },
  5352. frontPoncho: {
  5353. height: math.unit(5 + 8/12, "feet"),
  5354. weight: math.unit(130, "lbs"),
  5355. name: "Front (Poncho)",
  5356. image: {
  5357. source: "./media/characters/corvin/front-poncho.svg",
  5358. extra: 1803/1629
  5359. }
  5360. },
  5361. side: {
  5362. height: math.unit(5 + 8/12, "feet"),
  5363. weight: math.unit(130, "lbs"),
  5364. name: "Side",
  5365. image: {
  5366. source: "./media/characters/corvin/side.svg",
  5367. extra: 1012/945
  5368. }
  5369. },
  5370. back: {
  5371. height: math.unit(5 + 8/12, "feet"),
  5372. weight: math.unit(130, "lbs"),
  5373. name: "Back",
  5374. image: {
  5375. source: "./media/characters/corvin/back.svg",
  5376. extra: 1803/1629
  5377. }
  5378. },
  5379. },
  5380. [
  5381. {
  5382. name: "Micro",
  5383. height: math.unit(3, "inches")
  5384. },
  5385. {
  5386. name: "Normal",
  5387. height: math.unit(5 + 8/12, "feet")
  5388. },
  5389. {
  5390. name: "Macro",
  5391. height: math.unit(300, "feet"),
  5392. default: true
  5393. },
  5394. {
  5395. name: "Megamacro",
  5396. height: math.unit(500, "miles")
  5397. }
  5398. ]
  5399. )
  5400. characterMakers["Q"] = () => makeCharacter(
  5401. { name: "Q" },
  5402. {
  5403. front: {
  5404. height: math.unit(6, "feet"),
  5405. weight: math.unit(135, "lbs"),
  5406. name: "Front",
  5407. image: {
  5408. source: "./media/characters/q/front.svg",
  5409. extra: 854/752 ,
  5410. bottom: 0.005
  5411. }
  5412. },
  5413. back: {
  5414. height: math.unit(6, "feet"),
  5415. weight: math.unit(130, "lbs"),
  5416. name: "Back",
  5417. image: {
  5418. source: "./media/characters/q/back.svg",
  5419. extra: 854/752
  5420. }
  5421. },
  5422. },
  5423. [
  5424. {
  5425. name: "Macro",
  5426. height: math.unit(90, "feet"),
  5427. default: true
  5428. },
  5429. {
  5430. name: "Extra Macro",
  5431. height: math.unit(300, "feet"),
  5432. },
  5433. {
  5434. name: "BIG WALF",
  5435. height: math.unit(750, "feet"),
  5436. },
  5437. ]
  5438. )
  5439. characterMakers["Carley"] = () => makeCharacter(
  5440. { name: "Carley" },
  5441. {
  5442. front: {
  5443. height: math.unit(6, "feet"),
  5444. weight: math.unit(150, "lbs"),
  5445. name: "Front",
  5446. image: {
  5447. source: "./media/characters/carley/front.svg",
  5448. extra: 3927/3540 ,
  5449. bottom: 0.03
  5450. }
  5451. }
  5452. },
  5453. [
  5454. {
  5455. name: "Normal",
  5456. height: math.unit(6 + 3/12, "feet")
  5457. },
  5458. {
  5459. name: "Macro",
  5460. height: math.unit(185, "feet"),
  5461. default: true
  5462. },
  5463. {
  5464. name: "Megamacro",
  5465. height: math.unit(8, "miles"),
  5466. },
  5467. ]
  5468. )
  5469. characterMakers["Citrine"] = () => makeCharacter(
  5470. { name: "Citrine" },
  5471. {
  5472. front: {
  5473. height: math.unit(3, "feet"),
  5474. weight: math.unit(28, "lbs"),
  5475. name: "Front",
  5476. image: {
  5477. source: "./media/characters/citrine/front.svg"
  5478. }
  5479. }
  5480. },
  5481. [
  5482. {
  5483. name: "Normal",
  5484. height: math.unit(3, "feet"),
  5485. default: true
  5486. }
  5487. ]
  5488. )
  5489. characterMakers["Aura Starwind"] = () => makeCharacter(
  5490. { name: "Aura Starwind" },
  5491. {
  5492. front: {
  5493. height: math.unit(14, "feet"),
  5494. weight: math.unit(1450, "kg"),
  5495. name: "Front",
  5496. image: {
  5497. source: "./media/characters/aura-starwind/front.svg",
  5498. extra: 1455/1335
  5499. }
  5500. },
  5501. side: {
  5502. height: math.unit(14, "feet"),
  5503. weight: math.unit(1450, "kg"),
  5504. name: "Side",
  5505. image: {
  5506. source: "./media/characters/aura-starwind/side.svg",
  5507. extra: 1654/1497
  5508. }
  5509. },
  5510. taur: {
  5511. height: math.unit(18, "feet"),
  5512. weight: math.unit(5500, "kg"),
  5513. name: "Taur",
  5514. image: {
  5515. source: "./media/characters/aura-starwind/taur.svg",
  5516. extra: 1760/1650
  5517. }
  5518. },
  5519. feral: {
  5520. height: math.unit(46, "feet"),
  5521. weight: math.unit(25000, "kg"),
  5522. name: "Feral",
  5523. image: {
  5524. source: "./media/characters/aura-starwind/feral.svg"
  5525. }
  5526. },
  5527. },
  5528. [
  5529. {
  5530. name: "Normal",
  5531. height: math.unit(14, "feet"),
  5532. default: true
  5533. },
  5534. {
  5535. name: "Macro",
  5536. height: math.unit(50, "meters")
  5537. },
  5538. {
  5539. name: "Megamacro",
  5540. height: math.unit(5000, "meters")
  5541. },
  5542. {
  5543. name: "Gigamacro",
  5544. height: math.unit(100000, "kilometers")
  5545. },
  5546. ]
  5547. )
  5548. characterMakers["Rivet"] = () => makeCharacter(
  5549. { name: "Rivet" },
  5550. {
  5551. front: {
  5552. height: math.unit(2 + 7/12, "feet"),
  5553. weight: math.unit(32, "lbs"),
  5554. name: "Front",
  5555. image: {
  5556. source: "./media/characters/rivet/front.svg",
  5557. extra: 1716/1658 ,
  5558. bottom: 0.03
  5559. }
  5560. },
  5561. foot: {
  5562. height: math.unit(0.551, "feet"),
  5563. name: "Rivet's Foot",
  5564. image: {
  5565. source: "./media/characters/rivet/foot.svg"
  5566. },
  5567. rename: true
  5568. }
  5569. },
  5570. [
  5571. {
  5572. name: "Micro",
  5573. height: math.unit(1.5, "inches"),
  5574. },
  5575. {
  5576. name: "Normal",
  5577. height: math.unit(2 + 7/12, "feet"),
  5578. default: true
  5579. },
  5580. {
  5581. name: "Macro",
  5582. height: math.unit(85, "feet")
  5583. },
  5584. {
  5585. name: "Megamacro",
  5586. height: math.unit(2.2, "km")
  5587. }
  5588. ]
  5589. )
  5590. characterMakers["Coffee"] = () => makeCharacter(
  5591. { name: "Coffee" },
  5592. {
  5593. front: {
  5594. height: math.unit(5 + 9/12, "feet"),
  5595. weight: math.unit(150, "lbs"),
  5596. name: "Front",
  5597. image: {
  5598. source: "./media/characters/coffee/front.svg",
  5599. extra: 3666/3032 ,
  5600. bottom: 0.04
  5601. }
  5602. },
  5603. foot: {
  5604. height: math.unit(1.29, "feet"),
  5605. name: "Foot",
  5606. image: {
  5607. source: "./media/characters/coffee/foot.svg"
  5608. }
  5609. },
  5610. },
  5611. [
  5612. {
  5613. name: "Micro",
  5614. height: math.unit(2, "inches"),
  5615. },
  5616. {
  5617. name: "Normal",
  5618. height: math.unit(5 + 9/12, "feet"),
  5619. default: true
  5620. },
  5621. {
  5622. name: "Macro",
  5623. height: math.unit(800, "feet")
  5624. },
  5625. {
  5626. name: "Megamacro",
  5627. height: math.unit(25, "miles")
  5628. }
  5629. ]
  5630. )
  5631. characterMakers["Chari-Gal"] = () => makeCharacter(
  5632. { name: "Chari-Gal" },
  5633. {
  5634. front: {
  5635. height: math.unit(6, "feet"),
  5636. weight: math.unit(200, "lbs"),
  5637. name: "Front",
  5638. image: {
  5639. source: "./media/characters/chari-gal/front.svg",
  5640. extra: 1568/1385 ,
  5641. bottom: 0.047
  5642. }
  5643. },
  5644. gigantamax: {
  5645. height: math.unit(6*16, "feet"),
  5646. weight: math.unit(200*16*16*16, "lbs"),
  5647. name: "Gigantamax",
  5648. image: {
  5649. source: "./media/characters/chari-gal/gigantamax.svg",
  5650. extra: 1124/888 ,
  5651. bottom: 0.03
  5652. }
  5653. },
  5654. },
  5655. [
  5656. {
  5657. name: "Normal",
  5658. height: math.unit(5 + 7/12, "feet")
  5659. },
  5660. {
  5661. name: "Macro",
  5662. height: math.unit(200, "feet"),
  5663. default: true
  5664. }
  5665. ]
  5666. )
  5667. characterMakers["Nova"] = () => makeCharacter(
  5668. { name: "Nova" },
  5669. {
  5670. front: {
  5671. height: math.unit(6, "feet"),
  5672. weight: math.unit(150, "lbs"),
  5673. name: "Front",
  5674. image: {
  5675. source: "./media/characters/nova/front.svg",
  5676. extra: 5000/4722 ,
  5677. bottom: 0.02
  5678. }
  5679. }
  5680. },
  5681. [
  5682. {
  5683. name: "Micro-",
  5684. height: math.unit(0.8, "inches")
  5685. },
  5686. {
  5687. name: "Micro",
  5688. height: math.unit(2, "inches"),
  5689. default: true
  5690. },
  5691. ]
  5692. )
  5693. characterMakers["Argent"] = () => makeCharacter(
  5694. { name: "Argent" },
  5695. {
  5696. front: {
  5697. height: math.unit(3 + 1/12, "feet"),
  5698. weight: math.unit(21.7, "lbs"),
  5699. name: "Front",
  5700. image: {
  5701. source: "./media/characters/argent/front.svg",
  5702. extra: 1565/1416 ,
  5703. bottom: 0.01
  5704. }
  5705. }
  5706. },
  5707. [
  5708. {
  5709. name: "Micro",
  5710. height: math.unit(2, "inches")
  5711. },
  5712. {
  5713. name: "Normal",
  5714. height: math.unit(3 + 1/12, "feet"),
  5715. default: true
  5716. },
  5717. {
  5718. name: "Macro",
  5719. height: math.unit(120, "feet")
  5720. },
  5721. ]
  5722. )
  5723. characterMakers["Mira al-Cul"] = () => makeCharacter(
  5724. { name: "Mira al-Cul" },
  5725. {
  5726. lamp: {
  5727. height: math.unit(7 * 1559 / 989, "feet"),
  5728. name: "Magic Lamp",
  5729. image: {
  5730. source: "./media/characters/mira-al-cul/lamp.svg",
  5731. extra: 1617/1559
  5732. }
  5733. },
  5734. front: {
  5735. height: math.unit(7, "feet"),
  5736. name: "Front",
  5737. image: {
  5738. source: "./media/characters/mira-al-cul/front.svg",
  5739. extra: 1044/990
  5740. }
  5741. },
  5742. },
  5743. [
  5744. {
  5745. name: "Heavily Restricted",
  5746. height: math.unit(7 * 1559 / 989, "feet")
  5747. },
  5748. {
  5749. name: "Freshly Freed",
  5750. height: math.unit(50 * 1559 / 989, "feet")
  5751. },
  5752. {
  5753. name: "World Encompassing",
  5754. height: math.unit(10000 * 1559 / 989, "miles")
  5755. },
  5756. {
  5757. name: "Galactic",
  5758. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5759. },
  5760. {
  5761. name: "Palmed Universe",
  5762. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5763. default: true
  5764. },
  5765. {
  5766. name: "Multiversal Matriarch",
  5767. height: math.unit(8.87e10, "yottameters")
  5768. },
  5769. {
  5770. name: "Void Mother",
  5771. height: math.unit(3.14e110, "yottaparsecs")
  5772. },
  5773. ]
  5774. )
  5775. characterMakers["Kuro-shi Uchū"] = () => makeCharacter(
  5776. { name: "Kuro-shi Uchū" },
  5777. {
  5778. front: {
  5779. height: math.unit(17 + 1/12, "feet"),
  5780. weight: math.unit(476.2*5, "lbs"),
  5781. name: "Front",
  5782. image: {
  5783. source: "./media/characters/kuro-shi-uchū/front.svg",
  5784. extra: 2329/1835 ,
  5785. bottom: 0.02
  5786. }
  5787. },
  5788. },
  5789. [
  5790. {
  5791. name: "Micro",
  5792. height: math.unit(2, "inches")
  5793. },
  5794. {
  5795. name: "Normal",
  5796. height: math.unit(12, "meters")
  5797. },
  5798. {
  5799. name: "Planetary",
  5800. height: math.unit(0.00929, "AU"),
  5801. default: true
  5802. },
  5803. {
  5804. name: "Universal",
  5805. height: math.unit(20, "gigaparsecs")
  5806. },
  5807. ]
  5808. )
  5809. characterMakers["Katherine"] = () => makeCharacter(
  5810. { name: "Katherine" },
  5811. {
  5812. front: {
  5813. height: math.unit(5 + 2/12, "feet"),
  5814. weight: math.unit(120, "lbs"),
  5815. name: "Front",
  5816. image: {
  5817. source: "./media/characters/katherine/front.svg",
  5818. extra: 2075/1969
  5819. }
  5820. },
  5821. dress: {
  5822. height: math.unit(5 + 2/12, "feet"),
  5823. weight: math.unit(120, "lbs"),
  5824. name: "Dress",
  5825. image: {
  5826. source: "./media/characters/katherine/dress.svg",
  5827. extra: 2258/2064
  5828. }
  5829. },
  5830. },
  5831. [
  5832. {
  5833. name: "Micro",
  5834. height: math.unit(1, "inches"),
  5835. default: true
  5836. },
  5837. {
  5838. name: "Normal",
  5839. height: math.unit(5 + 2/12, "feet")
  5840. },
  5841. {
  5842. name: "Macro",
  5843. height: math.unit(100, "meters")
  5844. },
  5845. {
  5846. name: "Megamacro",
  5847. height: math.unit(80, "miles")
  5848. },
  5849. ]
  5850. )
  5851. characterMakers["Yevis"] = () => makeCharacter(
  5852. { name: "Yevis" },
  5853. {
  5854. front: {
  5855. height: math.unit(7 + 8/12, "feet"),
  5856. weight: math.unit(250, "lbs"),
  5857. name: "Front",
  5858. image: {
  5859. source: "./media/characters/yevis/front.svg",
  5860. extra: 1938/1755
  5861. }
  5862. }
  5863. },
  5864. [
  5865. {
  5866. name: "Mortal",
  5867. height: math.unit(7 + 8/12, "feet")
  5868. },
  5869. {
  5870. name: "Battle",
  5871. height: math.unit(25 + 11/12, "feet")
  5872. },
  5873. {
  5874. name: "Wrath",
  5875. height: math.unit(1654 + 11/12, "feet")
  5876. },
  5877. {
  5878. name: "Planet Destroyer",
  5879. height: math.unit(12000, "miles")
  5880. },
  5881. {
  5882. name: "Galaxy Conqueror",
  5883. height: math.unit(1.45, "zettameters"),
  5884. default: true
  5885. },
  5886. {
  5887. name: "Universal War",
  5888. height: math.unit(184, "gigaparsecs")
  5889. },
  5890. {
  5891. name: "Eternity War",
  5892. height: math.unit(1.98e55, "yottaparsecs")
  5893. },
  5894. ]
  5895. )
  5896. characterMakers["Xavier"] = () => makeCharacter(
  5897. { name: "Xavier" },
  5898. {
  5899. front: {
  5900. height: math.unit(5 + 8/12, "feet"),
  5901. weight: math.unit(63, "kg"),
  5902. name: "Front",
  5903. image: {
  5904. source: "./media/characters/xavier/front.svg",
  5905. extra: 944/883
  5906. }
  5907. },
  5908. frontStretch: {
  5909. height: math.unit(5 + 8/12, "feet"),
  5910. weight: math.unit(63, "kg"),
  5911. name: "Stretching",
  5912. image: {
  5913. source: "./media/characters/xavier/front-stretch.svg",
  5914. extra: 962/820
  5915. }
  5916. },
  5917. },
  5918. [
  5919. {
  5920. name: "Normal",
  5921. height: math.unit(5 + 8/12, "feet")
  5922. },
  5923. {
  5924. name: "Macro",
  5925. height: math.unit(100, "meters"),
  5926. default: true
  5927. },
  5928. {
  5929. name: "McLargeHuge",
  5930. height: math.unit(10, "miles")
  5931. },
  5932. ]
  5933. )
  5934. characterMakers["Joshii"] = () => makeCharacter(
  5935. { name: "Joshii" },
  5936. {
  5937. front: {
  5938. height: math.unit(5 + 5/12, "feet"),
  5939. weight: math.unit(150, "lb"),
  5940. name: "Front",
  5941. image: {
  5942. source: "./media/characters/joshii/front.svg"
  5943. }
  5944. },
  5945. foot: {
  5946. height: math.unit((5 + 5/12) * 0.1676, "feet"),
  5947. name: "Foot",
  5948. image: {
  5949. source: "./media/characters/joshii/foot.svg"
  5950. }
  5951. },
  5952. },
  5953. [
  5954. {
  5955. name: "Micro",
  5956. height: math.unit(2, "inches")
  5957. },
  5958. {
  5959. name: "Normal",
  5960. height: math.unit(5 + 5/12, "feet"),
  5961. default: true
  5962. },
  5963. {
  5964. name: "Macro",
  5965. height: math.unit(785, "feet")
  5966. },
  5967. {
  5968. name: "Megamacro",
  5969. height: math.unit(24.5, "miles")
  5970. },
  5971. ]
  5972. )
  5973. characterMakers["Goddess Elizabeth"] = () => makeCharacter(
  5974. { name: "Goddess Elizabeth" },
  5975. {
  5976. front: {
  5977. height: math.unit(6, "feet"),
  5978. weight: math.unit(150, "lb"),
  5979. name: "Front",
  5980. image: {
  5981. source: "./media/characters/goddess-elizabeth/front.svg",
  5982. extra: 1800/1525,
  5983. bottom: 0.005
  5984. }
  5985. },
  5986. foot: {
  5987. height: math.unit(6 * 0.25436 * 1800/1525 / 2, "feet"),
  5988. name: "Foot",
  5989. image: {
  5990. source: "./media/characters/goddess-elizabeth/foot.svg"
  5991. }
  5992. },
  5993. },
  5994. [
  5995. {
  5996. name: "Micro",
  5997. height: math.unit(12, "feet")
  5998. },
  5999. {
  6000. name: "Normal",
  6001. height: math.unit(80, "miles"),
  6002. default: true
  6003. },
  6004. {
  6005. name: "Macro",
  6006. height: math.unit(15000, "parsecs")
  6007. },
  6008. ]
  6009. )
  6010. characterMakers["Kara"] = () => makeCharacter(
  6011. { name: "Kara" },
  6012. {
  6013. front: {
  6014. height: math.unit(5 + 9/12, "feet"),
  6015. weight: math.unit(144, "lb"),
  6016. name: "Front",
  6017. image: {
  6018. source: "./media/characters/kara/front.svg"
  6019. }
  6020. },
  6021. feet: {
  6022. height: math.unit(6/6.765, "feet"),
  6023. name: "Kara's Feet",
  6024. rename: true,
  6025. image: {
  6026. source: "./media/characters/kara/feet.svg"
  6027. }
  6028. },
  6029. },
  6030. [
  6031. {
  6032. name: "Normal",
  6033. height: math.unit(5 + 9/12, "feet")
  6034. },
  6035. {
  6036. name: "Macro",
  6037. height: math.unit(174, "feet"),
  6038. default: true
  6039. },
  6040. ]
  6041. )
  6042. characterMakers["Tyrone"] = () => makeCharacter(
  6043. { name: "Tyrone" },
  6044. {
  6045. front: {
  6046. height: math.unit(18, "feet"),
  6047. weight: math.unit(4050, "lb"),
  6048. name: "Front",
  6049. image: {
  6050. source: "./media/characters/tyrone/front.svg",
  6051. extra: 2520/2402 ,
  6052. bottom: 0.025
  6053. }
  6054. },
  6055. },
  6056. [
  6057. {
  6058. name: "Normal",
  6059. height: math.unit(18, "feet"),
  6060. default: true
  6061. },
  6062. {
  6063. name: "Macro",
  6064. height: math.unit(300, "feet")
  6065. },
  6066. ]
  6067. )
  6068. characterMakers["Danny"] = () => makeCharacter(
  6069. { name: "Danny" },
  6070. {
  6071. front: {
  6072. height: math.unit(7 + 8/12, "feet"),
  6073. weight: math.unit(120, "lb"),
  6074. name: "Front",
  6075. image: {
  6076. source: "./media/characters/danny/front.svg",
  6077. extra: 1490/1350
  6078. }
  6079. },
  6080. back: {
  6081. height: math.unit(7 + 8/12, "feet"),
  6082. weight: math.unit(120, "lb"),
  6083. name: "Back",
  6084. image: {
  6085. source: "./media/characters/danny/back.svg",
  6086. extra: 1490/1350
  6087. }
  6088. },
  6089. },
  6090. [
  6091. {
  6092. name: "Normal",
  6093. height: math.unit(7 + 8/12, "feet"),
  6094. default: true
  6095. },
  6096. ]
  6097. )
  6098. characterMakers["Mallow"] = () => makeCharacter(
  6099. { name: "Mallow" },
  6100. {
  6101. front: {
  6102. height: math.unit(3.5, "inches"),
  6103. weight: math.unit(19, "grams"),
  6104. name: "Front",
  6105. image: {
  6106. source: "./media/characters/mallow/front.svg",
  6107. extra: 471/431
  6108. }
  6109. },
  6110. back: {
  6111. height: math.unit(3.5, "inches"),
  6112. weight: math.unit(19, "grams"),
  6113. name: "Back",
  6114. image: {
  6115. source: "./media/characters/mallow/back.svg",
  6116. extra: 471/431
  6117. }
  6118. },
  6119. },
  6120. [
  6121. {
  6122. name: "Normal",
  6123. height: math.unit(3.5, "inches"),
  6124. default: true
  6125. },
  6126. ]
  6127. )
  6128. characterMakers["Starry Aqua"] = () => makeCharacter(
  6129. { name: "Starry Aqua" },
  6130. {
  6131. front: {
  6132. height: math.unit(9, "feet"),
  6133. weight: math.unit(230, "kg"),
  6134. name: "Front",
  6135. image: {
  6136. source: "./media/characters/starry-aqua/front.svg"
  6137. }
  6138. },
  6139. back: {
  6140. height: math.unit(9, "feet"),
  6141. weight: math.unit(230, "kg"),
  6142. name: "Back",
  6143. image: {
  6144. source: "./media/characters/starry-aqua/back.svg"
  6145. }
  6146. },
  6147. hand: {
  6148. height: math.unit(9 * 0.1168, "feet"),
  6149. name: "Hand",
  6150. image: {
  6151. source: "./media/characters/starry-aqua/hand.svg"
  6152. }
  6153. },
  6154. foot: {
  6155. height: math.unit(9 * 0.18, "feet"),
  6156. name: "Foot",
  6157. image: {
  6158. source: "./media/characters/starry-aqua/foot.svg"
  6159. }
  6160. }
  6161. },
  6162. [
  6163. {
  6164. name: "Micro",
  6165. height: math.unit(3, "inches")
  6166. },
  6167. {
  6168. name: "Normal",
  6169. height: math.unit(9, "feet")
  6170. },
  6171. {
  6172. name: "Macro",
  6173. height: math.unit(300, "feet"),
  6174. default: true
  6175. },
  6176. {
  6177. name: "Megamacro",
  6178. height: math.unit(3200, "feet")
  6179. }
  6180. ]
  6181. )
  6182. characterMakers["Luka"] = () => makeCharacter(
  6183. { name: "Luka" },
  6184. {
  6185. front: {
  6186. height: math.unit(6, "feet"),
  6187. weight: math.unit(230, "lb"),
  6188. name: "Front",
  6189. image: {
  6190. source: "./media/characters/luka/front.svg",
  6191. extra: 1,
  6192. bottom: 0.025
  6193. }
  6194. },
  6195. },
  6196. [
  6197. {
  6198. name: "Normal",
  6199. height: math.unit(12 + 8/12, "feet"),
  6200. default: true
  6201. },
  6202. {
  6203. name: "Minimacro",
  6204. height: math.unit(20, "feet")
  6205. },
  6206. {
  6207. name: "Macro",
  6208. height: math.unit(250, "feet")
  6209. },
  6210. {
  6211. name: "Megamacro",
  6212. height: math.unit(5, "miles")
  6213. },
  6214. {
  6215. name: "Gigamacro",
  6216. height: math.unit(8000, "miles")
  6217. },
  6218. ]
  6219. )
  6220. characterMakers["Natalie Nightring"] = () => makeCharacter(
  6221. { name: "Natalie Nightring" },
  6222. {
  6223. front: {
  6224. height: math.unit(6, "feet"),
  6225. weight: math.unit(150, "lb"),
  6226. name: "Front",
  6227. image: {
  6228. source: "./media/characters/natalie-nightring/front.svg",
  6229. extra: 1,
  6230. bottom: 0.06
  6231. }
  6232. },
  6233. },
  6234. [
  6235. {
  6236. name: "Uh Oh",
  6237. height: math.unit(0.1, "mm")
  6238. },
  6239. {
  6240. name: "Small",
  6241. height: math.unit(3, "inches")
  6242. },
  6243. {
  6244. name: "Human Scale",
  6245. height: math.unit(6, "feet")
  6246. },
  6247. {
  6248. name: "Librarian",
  6249. height: math.unit(50, "feet"),
  6250. default: true
  6251. },
  6252. {
  6253. name: "Immense",
  6254. height: math.unit(200, "miles")
  6255. },
  6256. ]
  6257. )
  6258. characterMakers["Danni Rosie"] = () => makeCharacter(
  6259. { name: "Danni Rosie" },
  6260. {
  6261. front: {
  6262. height: math.unit(6, "feet"),
  6263. weight: math.unit(180, "lbs"),
  6264. name: "Front",
  6265. image: {
  6266. source: "./media/characters/danni-rosie/front.svg",
  6267. extra: 1260/1128 ,
  6268. bottom: 0.022
  6269. }
  6270. },
  6271. },
  6272. [
  6273. {
  6274. name: "Micro",
  6275. height: math.unit(2, "inches"),
  6276. default: true
  6277. },
  6278. ]
  6279. )
  6280. characterMakers["Samantha Kruse"] = () => makeCharacter(
  6281. { name: "Samantha Kruse" },
  6282. {
  6283. front: {
  6284. height: math.unit(5 + 9/12, "feet"),
  6285. weight: math.unit(220, "lb"),
  6286. name: "Front",
  6287. image: {
  6288. source: "./media/characters/samantha-kruse/front.svg",
  6289. extra: (985 / 935) ,
  6290. bottom: 0.03
  6291. }
  6292. },
  6293. frontUndressed: {
  6294. height: math.unit(5 + 9/12, "feet"),
  6295. weight: math.unit(220, "lb"),
  6296. name: "Front (Undressed)",
  6297. image: {
  6298. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6299. extra: (973 / 923) ,
  6300. bottom: 0.025
  6301. }
  6302. },
  6303. fat: {
  6304. height: math.unit(5 + 9/12, "feet"),
  6305. weight: math.unit(900, "lb"),
  6306. name: "Front (Fat)",
  6307. image: {
  6308. source: "./media/characters/samantha-kruse/fat.svg",
  6309. extra: 2688/2561
  6310. }
  6311. },
  6312. },
  6313. [
  6314. {
  6315. name: "Normal",
  6316. height: math.unit(5 + 9/12, "feet"),
  6317. default: true
  6318. }
  6319. ]
  6320. )
  6321. characterMakers["Amelia Rosie"] = () => makeCharacter(
  6322. { name: "Amelia Rosie" },
  6323. {
  6324. back: {
  6325. height: math.unit(5 + 4/12, "feet"),
  6326. weight: math.unit(4963, "lb"),
  6327. name: "Back",
  6328. image: {
  6329. source: "./media/characters/amelia-rosie/back.svg",
  6330. extra: 1113/963 ,
  6331. bottom: 0.01
  6332. }
  6333. },
  6334. },
  6335. [
  6336. {
  6337. name: "Level 0",
  6338. height: math.unit(5 + 4/12, "feet")
  6339. },
  6340. {
  6341. name: "Level 1",
  6342. height: math.unit(164597, "feet"),
  6343. default: true
  6344. },
  6345. {
  6346. name: "Level 2",
  6347. height: math.unit(956243, "miles")
  6348. },
  6349. {
  6350. name: "Level 3",
  6351. height: math.unit(29421709423, "miles")
  6352. },
  6353. {
  6354. name: "Level 4",
  6355. height: math.unit(154, "lightyears")
  6356. },
  6357. {
  6358. name: "Level 5",
  6359. height: math.unit(4738272, "lightyears")
  6360. },
  6361. {
  6362. name: "Level 6",
  6363. height: math.unit(145787152896, "lightyears")
  6364. },
  6365. ]
  6366. )
  6367. characterMakers["Rook Kitara"] = () => makeCharacter(
  6368. { name: "Rook Kitara" },
  6369. {
  6370. front: {
  6371. height: math.unit(5 + 11/12, "feet"),
  6372. weight: math.unit(65, "kg"),
  6373. name: "Front",
  6374. image: {
  6375. source: "./media/characters/rook-kitara/front.svg",
  6376. extra: 1347/1274 ,
  6377. bottom: 0.005
  6378. }
  6379. },
  6380. },
  6381. [
  6382. {
  6383. name: "Totally Unfair",
  6384. height: math.unit(1.8, "mm")
  6385. },
  6386. {
  6387. name: "Lap Rookie",
  6388. height: math.unit(1.4, "feet")
  6389. },
  6390. {
  6391. name: "Normal",
  6392. height: math.unit(5 + 11/12, "feet"),
  6393. default: true
  6394. },
  6395. {
  6396. name: "How Did This Happen",
  6397. height: math.unit(80, "miles")
  6398. }
  6399. ]
  6400. )
  6401. characterMakers["Pisces"] = () => makeCharacter(
  6402. { name: "Pisces" },
  6403. {
  6404. front: {
  6405. height: math.unit(7, "feet"),
  6406. weight: math.unit(300, "lb"),
  6407. name: "Front",
  6408. image: {
  6409. source: "./media/characters/pisces/front.svg",
  6410. extra: 2255/2115 ,
  6411. bottom: 0.03
  6412. }
  6413. },
  6414. back: {
  6415. height: math.unit(7, "feet"),
  6416. weight: math.unit(300, "lb"),
  6417. name: "Back",
  6418. image: {
  6419. source: "./media/characters/pisces/back.svg",
  6420. extra: 2146/2055 ,
  6421. bottom: 0.04
  6422. }
  6423. },
  6424. },
  6425. [
  6426. {
  6427. name: "Normal",
  6428. height: math.unit(7, "feet"),
  6429. default: true
  6430. },
  6431. {
  6432. name: "Swimming Pool",
  6433. height: math.unit(12.2, "meters")
  6434. },
  6435. {
  6436. name: "Olympic Swimming Pool",
  6437. height: math.unit(56.3, "meters")
  6438. },
  6439. {
  6440. name: "Lake Superior",
  6441. height: math.unit(93900, "meters")
  6442. },
  6443. {
  6444. name: "Mediterranean Sea",
  6445. height: math.unit(644457, "meters")
  6446. },
  6447. {
  6448. name: "World's Oceans",
  6449. height: math.unit(4567491, "meters")
  6450. },
  6451. ]
  6452. )
  6453. characterMakers["Zelas"] = () => makeCharacter(
  6454. { name: "Zelas" },
  6455. {
  6456. front: {
  6457. height: math.unit(2.3, "meters"),
  6458. weight: math.unit(120, "kg"),
  6459. name: "Front",
  6460. image: {
  6461. source: "./media/characters/zelas/front.svg"
  6462. }
  6463. },
  6464. side: {
  6465. height: math.unit(2.3, "meters"),
  6466. weight: math.unit(120, "kg"),
  6467. name: "Side",
  6468. image: {
  6469. source: "./media/characters/zelas/side.svg"
  6470. }
  6471. },
  6472. back: {
  6473. height: math.unit(2.3, "meters"),
  6474. weight: math.unit(120, "kg"),
  6475. name: "Back",
  6476. image: {
  6477. source: "./media/characters/zelas/back.svg"
  6478. }
  6479. },
  6480. foot: {
  6481. height: math.unit(1.116, "feet"),
  6482. name: "Foot",
  6483. image: {
  6484. source: "./media/characters/zelas/foot.svg"
  6485. }
  6486. },
  6487. },
  6488. [
  6489. {
  6490. name: "Normal",
  6491. height: math.unit(2.3, "meters")
  6492. },
  6493. {
  6494. name: "Macro",
  6495. height: math.unit(30, "meters"),
  6496. default: true
  6497. },
  6498. ]
  6499. )
  6500. characterMakers["Talbot"] = () => makeCharacter(
  6501. { name: "Talbot" },
  6502. {
  6503. front: {
  6504. height: math.unit(1, "inch"),
  6505. weight: math.unit(0.21, "grams"),
  6506. name: "Front",
  6507. image: {
  6508. source: "./media/characters/talbot/front.svg",
  6509. extra: 594/544
  6510. }
  6511. },
  6512. },
  6513. [
  6514. {
  6515. name: "Micro",
  6516. height: math.unit(1, "inch"),
  6517. default: true
  6518. },
  6519. ]
  6520. )
  6521. characterMakers["Fliss"] = () => makeCharacter(
  6522. { name: "Fliss" },
  6523. {
  6524. front: {
  6525. height: math.unit(3 + 3/12, "feet"),
  6526. weight: math.unit(51.8, "lb"),
  6527. name: "Front",
  6528. image: {
  6529. source: "./media/characters/fliss/front.svg",
  6530. extra: 840/640
  6531. }
  6532. },
  6533. },
  6534. [
  6535. {
  6536. name: "Teeny Tiny",
  6537. height: math.unit(1, "mm")
  6538. },
  6539. {
  6540. name: "Small",
  6541. height: math.unit(1, "inch"),
  6542. default: true
  6543. },
  6544. {
  6545. name: "Standard Sylveon",
  6546. height: math.unit(3 + 3/12, "feet")
  6547. },
  6548. {
  6549. name: "Large Nuisance",
  6550. height: math.unit(33, "feet")
  6551. },
  6552. {
  6553. name: "City Filler",
  6554. height: math.unit(3000, "feet")
  6555. },
  6556. {
  6557. name: "New Horizon",
  6558. height: math.unit(6000, "miles")
  6559. },
  6560. ]
  6561. )
  6562. characterMakers["Fleta"] = () => makeCharacter(
  6563. { name: "Fleta" },
  6564. {
  6565. front: {
  6566. height: math.unit(5, "cm"),
  6567. weight: math.unit(1.94, "g"),
  6568. name: "Front",
  6569. image: {
  6570. source: "./media/characters/fleta/front.svg",
  6571. extra: 835/803
  6572. }
  6573. },
  6574. back: {
  6575. height: math.unit(5, "cm"),
  6576. weight: math.unit(1.94, "g"),
  6577. name: "Back",
  6578. image: {
  6579. source: "./media/characters/fleta/back.svg",
  6580. extra: 835/803
  6581. }
  6582. },
  6583. },
  6584. [
  6585. {
  6586. name: "Micro",
  6587. height: math.unit(5, "cm"),
  6588. default: true
  6589. },
  6590. ]
  6591. )
  6592. characterMakers["Dominic"] = () => makeCharacter(
  6593. { name: "Dominic" },
  6594. {
  6595. front: {
  6596. height: math.unit(6, "feet"),
  6597. weight: math.unit(225, "lb"),
  6598. name: "Front",
  6599. image: {
  6600. source: "./media/characters/dominic/front.svg",
  6601. extra: 1770/1620 ,
  6602. bottom: 0.025
  6603. }
  6604. },
  6605. back: {
  6606. height: math.unit(6, "feet"),
  6607. weight: math.unit(225, "lb"),
  6608. name: "Back",
  6609. image: {
  6610. source: "./media/characters/dominic/back.svg",
  6611. extra: 1745/1620 ,
  6612. bottom: 0.065
  6613. }
  6614. },
  6615. },
  6616. [
  6617. {
  6618. name: "Nano",
  6619. height: math.unit(0.1, "mm")
  6620. },
  6621. {
  6622. name: "Micro-",
  6623. height: math.unit(1, "mm")
  6624. },
  6625. {
  6626. name: "Micro",
  6627. height: math.unit(4, "inches")
  6628. },
  6629. {
  6630. name: "Normal",
  6631. height: math.unit(6 + 4/12, "feet"),
  6632. default: true
  6633. },
  6634. {
  6635. name: "Macro",
  6636. height: math.unit(115, "feet")
  6637. },
  6638. {
  6639. name: "Macro+",
  6640. height: math.unit(955, "feet")
  6641. },
  6642. {
  6643. name: "Megamacro",
  6644. height: math.unit(8990, "feet")
  6645. },
  6646. {
  6647. name: "Gigmacro",
  6648. height: math.unit(9310, "miles")
  6649. },
  6650. {
  6651. name: "Teramacro",
  6652. height: math.unit(1567005010, "miles")
  6653. },
  6654. {
  6655. name: "Examacro",
  6656. height: math.unit(1425, "parsecs")
  6657. },
  6658. ]
  6659. )
  6660. characterMakers["Major Colonel"] = () => makeCharacter(
  6661. { name: "Major Colonel" },
  6662. {
  6663. front: {
  6664. height: math.unit(400, "feet"),
  6665. weight: math.unit(44444444, "lb"),
  6666. name: "Front",
  6667. image: {
  6668. source: "./media/characters/major-colonel/front.svg"
  6669. }
  6670. },
  6671. back: {
  6672. height: math.unit(400, "feet"),
  6673. weight: math.unit(44444444, "lb"),
  6674. name: "Back",
  6675. image: {
  6676. source: "./media/characters/major-colonel/back.svg"
  6677. }
  6678. },
  6679. },
  6680. [
  6681. {
  6682. name: "Macro",
  6683. height: math.unit(400, "feet"),
  6684. default: true
  6685. },
  6686. ]
  6687. )
  6688. characterMakers["Axel Lycan"] = () => makeCharacter(
  6689. { name: "Axel Lycan" },
  6690. {
  6691. front: {
  6692. height: math.unit(6, "feet"),
  6693. weight: math.unit(120, "lb"),
  6694. name: "Front",
  6695. image: {
  6696. source: "./media/characters/axel-lycan/front.svg",
  6697. extra: 1,
  6698. bottom: 0.08
  6699. }
  6700. },
  6701. },
  6702. [
  6703. {
  6704. name: "Macro",
  6705. height: math.unit(1, "km"),
  6706. default: true
  6707. },
  6708. ]
  6709. )
  6710. characterMakers["Vanrel (Hyena)"] = () => makeCharacter(
  6711. { name: "Vanrel (Hyena)" },
  6712. {
  6713. front: {
  6714. height: math.unit(5 + 9/12, "feet"),
  6715. weight: math.unit(175, "lb"),
  6716. name: "Front",
  6717. image: {
  6718. source: "./media/characters/vanrel-hyena/front.svg",
  6719. extra: 1086/1010 ,
  6720. bottom: 0.04
  6721. }
  6722. },
  6723. },
  6724. [
  6725. {
  6726. name: "Normal",
  6727. height: math.unit(5 + 9/12, "feet"),
  6728. default: true
  6729. },
  6730. ]
  6731. )
  6732. characterMakers["Abbott Absol"] = () => makeCharacter(
  6733. { name: "Abbott Absol" },
  6734. {
  6735. front: {
  6736. height: math.unit(6, "feet"),
  6737. weight: math.unit(103, "lb"),
  6738. name: "Front",
  6739. image: {
  6740. source: "./media/characters/abbott-absol/front.svg",
  6741. extra: 2010/1842
  6742. }
  6743. },
  6744. },
  6745. [
  6746. {
  6747. name: "Megamicro",
  6748. height: math.unit(0.1, "mm")
  6749. },
  6750. {
  6751. name: "Micro",
  6752. height: math.unit(1, "inch")
  6753. },
  6754. {
  6755. name: "Normal",
  6756. height: math.unit(6, "feet"),
  6757. default: true
  6758. },
  6759. ]
  6760. )
  6761. characterMakers["Hector"] = () => makeCharacter(
  6762. { name: "Hector" },
  6763. {
  6764. front: {
  6765. height: math.unit(6, "feet"),
  6766. weight: math.unit(264, "lb"),
  6767. name: "Front",
  6768. image: {
  6769. source: "./media/characters/hector/front.svg",
  6770. extra: 2280/2130 ,
  6771. bottom: 0.07
  6772. }
  6773. },
  6774. },
  6775. [
  6776. {
  6777. name: "Normal",
  6778. height: math.unit(12.25, "foot"),
  6779. default: true
  6780. },
  6781. {
  6782. name: "Macro",
  6783. height: math.unit(160, "feet")
  6784. },
  6785. ]
  6786. )
  6787. characterMakers["Sal"] = () => makeCharacter(
  6788. { name: "Sal" },
  6789. {
  6790. front: {
  6791. height: math.unit(6, "feet"),
  6792. weight: math.unit(150, "lb"),
  6793. name: "Front",
  6794. image: {
  6795. source: "./media/characters/sal/front.svg",
  6796. extra: 1846/1699 ,
  6797. bottom: 0.04
  6798. }
  6799. },
  6800. },
  6801. [
  6802. {
  6803. name: "Megamacro",
  6804. height: math.unit(10, "miles"),
  6805. default: true
  6806. },
  6807. ]
  6808. )
  6809. characterMakers["Ranger"] = () => makeCharacter(
  6810. { name: "Ranger" },
  6811. {
  6812. front: {
  6813. height: math.unit(3, "meters"),
  6814. weight: math.unit(450, "kg"),
  6815. name: "front",
  6816. image: {
  6817. source: "./media/characters/ranger/front.svg",
  6818. extra: 2401/2243 ,
  6819. bottom: 0.05
  6820. }
  6821. },
  6822. },
  6823. [
  6824. {
  6825. name: "Normal",
  6826. height: math.unit(3, "meters"),
  6827. default: true
  6828. },
  6829. ]
  6830. )
  6831. characterMakers["Theresa"] = () => makeCharacter(
  6832. { name: "Theresa" },
  6833. {
  6834. front: {
  6835. height: math.unit(14, "feet"),
  6836. weight: math.unit(800, "kg"),
  6837. name: "Front",
  6838. image: {
  6839. source: "./media/characters/theresa/front.svg",
  6840. extra: 3575/3346 ,
  6841. bottom: 0.03
  6842. }
  6843. },
  6844. },
  6845. [
  6846. {
  6847. name: "Normal",
  6848. height: math.unit(14, "feet"),
  6849. default: true
  6850. },
  6851. ]
  6852. )
  6853. characterMakers["Ine"] = () => makeCharacter(
  6854. { name: "Ine" },
  6855. {
  6856. front: {
  6857. height: math.unit(6, "feet"),
  6858. weight: math.unit(3, "kg"),
  6859. name: "Front",
  6860. image: {
  6861. source: "./media/characters/ine/front.svg",
  6862. extra: 678/539 ,
  6863. bottom: 0.023
  6864. }
  6865. },
  6866. },
  6867. [
  6868. {
  6869. name: "Normal",
  6870. height: math.unit(2.265, "feet"),
  6871. default: true
  6872. },
  6873. ]
  6874. )
  6875. characterMakers["Vial"] = () => makeCharacter(
  6876. { name: "Vial" },
  6877. {
  6878. front: {
  6879. height: math.unit(5, "feet"),
  6880. weight: math.unit(30, "kg"),
  6881. name: "Front",
  6882. image: {
  6883. source: "./media/characters/vial/front.svg",
  6884. extra: 1365/1277 ,
  6885. bottom: 0.04
  6886. }
  6887. },
  6888. },
  6889. [
  6890. {
  6891. name: "Normal",
  6892. height: math.unit(5, "feet"),
  6893. default: true
  6894. },
  6895. ]
  6896. )
  6897. characterMakers["Rovoska"] = () => makeCharacter(
  6898. { name: "Rovoska" },
  6899. {
  6900. side: {
  6901. height: math.unit(3.4, "meters"),
  6902. weight: math.unit(1000, "lb"),
  6903. name: "Side",
  6904. image: {
  6905. source: "./media/characters/rovoska/side.svg",
  6906. extra: 4403/1515
  6907. }
  6908. },
  6909. },
  6910. [
  6911. {
  6912. name: "Normal",
  6913. height: math.unit(3.4, "meters"),
  6914. default: true
  6915. },
  6916. ]
  6917. )
  6918. characterMakers["Gunner Rotthbauer"] = () => makeCharacter(
  6919. { name: "Gunner Rotthbauer" },
  6920. {
  6921. front: {
  6922. height: math.unit(8, "feet"),
  6923. weight: math.unit(315, "lb"),
  6924. name: "Front",
  6925. image: {
  6926. source: "./media/characters/gunner-rotthbauer/front.svg"
  6927. }
  6928. },
  6929. back: {
  6930. height: math.unit(8, "feet"),
  6931. weight: math.unit(315, "lb"),
  6932. name: "Back",
  6933. image: {
  6934. source: "./media/characters/gunner-rotthbauer/back.svg"
  6935. }
  6936. },
  6937. },
  6938. [
  6939. {
  6940. name: "Micro",
  6941. height: math.unit(3.5, "inches")
  6942. },
  6943. {
  6944. name: "Normal",
  6945. height: math.unit(8, "feet"),
  6946. default: true
  6947. },
  6948. {
  6949. name: "Macro",
  6950. height: math.unit(250, "feet")
  6951. },
  6952. {
  6953. name: "Megamacro",
  6954. height: math.unit(1, "AU")
  6955. },
  6956. ]
  6957. )
  6958. characterMakers["Allatia"] = () => makeCharacter(
  6959. { name: "Allatia" },
  6960. {
  6961. front: {
  6962. height: math.unit(5 + 5/12, "feet"),
  6963. weight: math.unit(140, "lb"),
  6964. name: "Front",
  6965. image: {
  6966. source: "./media/characters/allatia/front.svg",
  6967. extra: 1227/1180 ,
  6968. bottom: 0.027
  6969. }
  6970. },
  6971. },
  6972. [
  6973. {
  6974. name: "Normal",
  6975. height: math.unit(5 + 5/12, "feet")
  6976. },
  6977. {
  6978. name: "Macro",
  6979. height: math.unit(250, "feet"),
  6980. default: true
  6981. },
  6982. {
  6983. name: "Megamacro",
  6984. height: math.unit(8, "miles")
  6985. }
  6986. ]
  6987. )
  6988. characterMakers["Tene"] = () => makeCharacter(
  6989. { name: "Tene" },
  6990. {
  6991. front: {
  6992. height: math.unit(6, "feet"),
  6993. weight: math.unit(120, "lb"),
  6994. name: "Front",
  6995. image: {
  6996. source: "./media/characters/tene/front.svg",
  6997. extra: 1728/1578 ,
  6998. bottom: 0.022
  6999. }
  7000. },
  7001. stomping: {
  7002. height: math.unit(2.025, "meters"),
  7003. weight: math.unit(120, "lb"),
  7004. name: "Stomping",
  7005. image: {
  7006. source: "./media/characters/tene/stomping.svg",
  7007. extra: 938/873 ,
  7008. bottom: 0.01
  7009. }
  7010. },
  7011. sitting: {
  7012. height: math.unit(1, "meter"),
  7013. weight: math.unit(120, "lb"),
  7014. name: "Sitting",
  7015. image: {
  7016. source: "./media/characters/tene/sitting.svg",
  7017. extra: 437/415 ,
  7018. bottom: 0.1
  7019. }
  7020. },
  7021. feral: {
  7022. height: math.unit(3.9, "feet"),
  7023. weight: math.unit(250, "lb"),
  7024. name: "Feral",
  7025. image: {
  7026. source: "./media/characters/tene/feral.svg",
  7027. extra: 717/458 ,
  7028. bottom: 0.179
  7029. }
  7030. },
  7031. },
  7032. [
  7033. {
  7034. name: "Normal",
  7035. height: math.unit(6, "feet")
  7036. },
  7037. {
  7038. name: "Macro",
  7039. height: math.unit(300, "feet"),
  7040. default: true
  7041. },
  7042. {
  7043. name: "Megamacro",
  7044. height: math.unit(5, "miles")
  7045. },
  7046. ]
  7047. )
  7048. characterMakers["Evander"] = () => makeCharacter(
  7049. { name: "Evander" },
  7050. {
  7051. side: {
  7052. height: math.unit(6, "feet"),
  7053. name: "Side",
  7054. image: {
  7055. source: "./media/characters/evander/side.svg",
  7056. extra: 877/477
  7057. }
  7058. },
  7059. },
  7060. [
  7061. {
  7062. name: "Normal",
  7063. height: math.unit(0.83, "meters"),
  7064. default: true
  7065. },
  7066. ]
  7067. )
  7068. characterMakers["Ka'Tamra \"Spaz\" Ci'Karan"] = () => makeCharacter(
  7069. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7070. {
  7071. front: {
  7072. height: math.unit(12, "feet"),
  7073. weight: math.unit(1000, "lb"),
  7074. name: "Front",
  7075. image: {
  7076. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7077. extra: 1762/1611
  7078. }
  7079. },
  7080. back: {
  7081. height: math.unit(12, "feet"),
  7082. weight: math.unit(1000, "lb"),
  7083. name: "Back",
  7084. image: {
  7085. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7086. extra: 1762/1611
  7087. }
  7088. },
  7089. },
  7090. [
  7091. {
  7092. name: "Normal",
  7093. height: math.unit(12, "feet"),
  7094. default: true
  7095. },
  7096. {
  7097. name: "Kaiju",
  7098. height: math.unit(150, "feet")
  7099. },
  7100. ]
  7101. )
  7102. characterMakers["Zero Alurus"] = () => makeCharacter(
  7103. { name: "Zero Alurus" },
  7104. {
  7105. front: {
  7106. height: math.unit(6, "feet"),
  7107. weight: math.unit(150, "lb"),
  7108. name: "Front",
  7109. image: {
  7110. source: "./media/characters/zero-alurus/front.svg"
  7111. }
  7112. },
  7113. back: {
  7114. height: math.unit(6, "feet"),
  7115. weight: math.unit(150, "lb"),
  7116. name: "Back",
  7117. image: {
  7118. source: "./media/characters/zero-alurus/back.svg"
  7119. }
  7120. },
  7121. },
  7122. [
  7123. {
  7124. name: "Normal",
  7125. height: math.unit(5 + 10/12, "feet")
  7126. },
  7127. {
  7128. name: "Macro",
  7129. height: math.unit(60, "feet"),
  7130. default: true
  7131. },
  7132. {
  7133. name: "Macro+",
  7134. height: math.unit(450, "feet")
  7135. },
  7136. ]
  7137. )
  7138. characterMakers["Mega Shi"] = () => makeCharacter(
  7139. { name: "Mega Shi" },
  7140. {
  7141. front: {
  7142. height: math.unit(6, "feet"),
  7143. weight: math.unit(200, "lb"),
  7144. name: "Front",
  7145. image: {
  7146. source: "./media/characters/mega-shi/front.svg",
  7147. extra: 1279/1250 ,
  7148. bottom: 0.02
  7149. }
  7150. },
  7151. back: {
  7152. height: math.unit(6, "feet"),
  7153. weight: math.unit(200, "lb"),
  7154. name: "Back",
  7155. image: {
  7156. source: "./media/characters/mega-shi/back.svg",
  7157. extra: 1279/1250 ,
  7158. bottom: 0.02
  7159. }
  7160. },
  7161. },
  7162. [
  7163. {
  7164. name: "Micro",
  7165. height: math.unit(16 + 6/12, "feet")
  7166. },
  7167. {
  7168. name: "Normal",
  7169. height: math.unit(660, "feet"),
  7170. default: true
  7171. },
  7172. {
  7173. name: "Megamacro",
  7174. height: math.unit(10, "miles")
  7175. },
  7176. {
  7177. name: "Planetary Launch",
  7178. height: math.unit(500, "miles")
  7179. },
  7180. {
  7181. name: "Interstellar",
  7182. height: math.unit(1e9, "miles")
  7183. },
  7184. {
  7185. name: "Leaving the Universe",
  7186. height: math.unit(1, "gigaparsec")
  7187. },
  7188. {
  7189. name: "Travelling Universes",
  7190. height: math.unit(30e15, "parsecs")
  7191. },
  7192. ]
  7193. )
  7194. characterMakers["Odyssey"] = () => makeCharacter(
  7195. { name: "Odyssey" },
  7196. {
  7197. front: {
  7198. height: math.unit(6, "feet"),
  7199. weight: math.unit(150, "lb"),
  7200. name: "Front",
  7201. image: {
  7202. source: "./media/characters/odyssey/front.svg",
  7203. extra: 1782/1582 ,
  7204. bottom: 0.01
  7205. }
  7206. },
  7207. side: {
  7208. height: math.unit(5.6, "feet"),
  7209. weight: math.unit(140, "lb"),
  7210. name: "Side",
  7211. image: {
  7212. source: "./media/characters/odyssey/side.svg",
  7213. extra: 6462/5700
  7214. }
  7215. },
  7216. },
  7217. [
  7218. {
  7219. name: "Normal",
  7220. height: math.unit(5 + 4/12, "feet")
  7221. },
  7222. {
  7223. name: "Macro",
  7224. height: math.unit(1, "km")
  7225. },
  7226. {
  7227. name: "Megamacro",
  7228. height: math.unit(3000, "km")
  7229. },
  7230. {
  7231. name: "Gigamacro",
  7232. height: math.unit(1, "AU"),
  7233. default: true
  7234. },
  7235. {
  7236. name: "Omniversal",
  7237. height: math.unit(100e14, "lightyears")
  7238. },
  7239. ]
  7240. )
  7241. characterMakers["Mekuto"] = () => makeCharacter(
  7242. { name: "Mekuto" },
  7243. {
  7244. front: {
  7245. height: math.unit(6, "feet"),
  7246. weight: math.unit(300, "lb"),
  7247. name: "Front",
  7248. image: {
  7249. source: "./media/characters/mekuto/front.svg",
  7250. extra: 921/832 ,
  7251. bottom: 0.03
  7252. }
  7253. },
  7254. hand: {
  7255. height: math.unit(6/10.24, "feet"),
  7256. name: "Hand",
  7257. image: {
  7258. source: "./media/characters/mekuto/hand.svg"
  7259. }
  7260. },
  7261. foot: {
  7262. height: math.unit(6/5.05, "feet"),
  7263. name: "Foot",
  7264. image: {
  7265. source: "./media/characters/mekuto/foot.svg"
  7266. }
  7267. },
  7268. },
  7269. [
  7270. {
  7271. name: "Minimicro",
  7272. height: math.unit(0.2, "inches")
  7273. },
  7274. {
  7275. name: "Micro",
  7276. height: math.unit(1.5, "inches")
  7277. },
  7278. {
  7279. name: "Normal",
  7280. height: math.unit(5 + 11/12, "feet"),
  7281. default: true
  7282. },
  7283. {
  7284. name: "Minimacro",
  7285. height: math.unit(17 + 9/12, "feet")
  7286. },
  7287. {
  7288. name: "Macro",
  7289. height: math.unit(177.5, "feet")
  7290. },
  7291. {
  7292. name: "Megamacro",
  7293. height: math.unit(152, "miles")
  7294. },
  7295. ]
  7296. )
  7297. characterMakers["Dafydd Tomos"] = () => makeCharacter(
  7298. { name: "Dafydd Tomos" },
  7299. {
  7300. front: {
  7301. height: math.unit(6.5, "inches"),
  7302. weight: math.unit(13, "oz"),
  7303. name: "Front",
  7304. image: {
  7305. source: "./media/characters/dafydd-tomos/front.svg",
  7306. extra: 2990/2603 ,
  7307. bottom: 0.03
  7308. }
  7309. },
  7310. },
  7311. [
  7312. {
  7313. name: "Micro",
  7314. height: math.unit(6.5, "inches"),
  7315. default: true
  7316. },
  7317. ]
  7318. )
  7319. characterMakers["Splinter"] = () => makeCharacter(
  7320. { name: "Splinter" },
  7321. {
  7322. front: {
  7323. height: math.unit(6, "feet"),
  7324. weight: math.unit(150, "lb"),
  7325. name: "Front",
  7326. image: {
  7327. source: "./media/characters/splinter/front.svg",
  7328. extra: 2990/2882 ,
  7329. bottom: 0.04
  7330. }
  7331. },
  7332. back: {
  7333. height: math.unit(6, "feet"),
  7334. weight: math.unit(150, "lb"),
  7335. name: "Back",
  7336. image: {
  7337. source: "./media/characters/splinter/back.svg",
  7338. extra: 2990/2882 ,
  7339. bottom: 0.04
  7340. }
  7341. },
  7342. },
  7343. [
  7344. {
  7345. name: "Normal",
  7346. height: math.unit(6, "feet")
  7347. },
  7348. {
  7349. name: "Macro",
  7350. height: math.unit(230, "meters"),
  7351. default: true
  7352. },
  7353. ]
  7354. )
  7355. characterMakers["SnowGabumon"] = () => makeCharacter(
  7356. { name: "SnowGabumon" },
  7357. {
  7358. front: {
  7359. height: math.unit(4 + 10/12, "feet"),
  7360. weight: math.unit(480, "lb"),
  7361. name: "Front",
  7362. image: {
  7363. source: "./media/characters/snow-gabumon/front.svg",
  7364. extra: 1140/963 ,
  7365. bottom: 0.058
  7366. }
  7367. },
  7368. back: {
  7369. height: math.unit(4 + 10/12, "feet"),
  7370. weight: math.unit(480, "lb"),
  7371. name: "Back",
  7372. image: {
  7373. source: "./media/characters/snow-gabumon/back.svg",
  7374. extra: 1115/962 ,
  7375. bottom: 0.041
  7376. }
  7377. },
  7378. frontUndresed: {
  7379. height: math.unit(4 + 10/12, "feet"),
  7380. weight: math.unit(480, "lb"),
  7381. name: "Front (Undressed)",
  7382. image: {
  7383. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7384. extra: 1061/960 ,
  7385. bottom: 0.045
  7386. }
  7387. },
  7388. },
  7389. [
  7390. {
  7391. name: "Micro",
  7392. height: math.unit(1, "inch")
  7393. },
  7394. {
  7395. name: "Normal",
  7396. height: math.unit(4 + 10/12, "feet"),
  7397. default: true
  7398. },
  7399. {
  7400. name: "Macro",
  7401. height: math.unit(200, "feet")
  7402. },
  7403. {
  7404. name: "Megamacro",
  7405. height: math.unit(120, "miles")
  7406. },
  7407. {
  7408. name: "Gigamacro",
  7409. height: math.unit(9800, "miles")
  7410. },
  7411. ]
  7412. )
  7413. characterMakers["Moody"] = () => makeCharacter(
  7414. { name: "Moody" },
  7415. {
  7416. front: {
  7417. height: math.unit(1.7, "meters"),
  7418. weight: math.unit(140, "lb"),
  7419. name: "Front",
  7420. image: {
  7421. source: "./media/characters/moody/front.svg",
  7422. extra: 3226/3007 ,
  7423. bottom: 0.087
  7424. }
  7425. },
  7426. },
  7427. [
  7428. {
  7429. name: "Micro",
  7430. height: math.unit(1, "mm")
  7431. },
  7432. {
  7433. name: "Normal",
  7434. height: math.unit(1.7, "meters"),
  7435. default: true
  7436. },
  7437. {
  7438. name: "Macro",
  7439. height: math.unit(80, "meters")
  7440. },
  7441. {
  7442. name: "Macro+",
  7443. height: math.unit(500, "meters")
  7444. },
  7445. ]
  7446. )
  7447. characterMakers["Zyas"] = () => makeCharacter(
  7448. { name: "Zyas" },
  7449. {
  7450. front: {
  7451. height: math.unit(6, "feet"),
  7452. weight: math.unit(150, "lb"),
  7453. name: "Front",
  7454. image: {
  7455. source: "./media/characters/zyas/front.svg",
  7456. extra: 1180/1120 ,
  7457. bottom: 0.045
  7458. }
  7459. },
  7460. },
  7461. [
  7462. {
  7463. name: "Normal",
  7464. height: math.unit(10, "feet"),
  7465. default: true
  7466. },
  7467. {
  7468. name: "Macro",
  7469. height: math.unit(500, "feet")
  7470. },
  7471. {
  7472. name: "Megamacro",
  7473. height: math.unit(5, "miles")
  7474. },
  7475. {
  7476. name: "Teramacro",
  7477. height: math.unit(150000, "miles")
  7478. },
  7479. ]
  7480. )
  7481. characterMakers["Cuon"] = () => makeCharacter(
  7482. { name: "Cuon" },
  7483. {
  7484. front: {
  7485. height: math.unit(6, "feet"),
  7486. weight: math.unit(150, "lb"),
  7487. name: "Front",
  7488. image: {
  7489. source: "./media/characters/cuon/front.svg",
  7490. extra: 1390/1320 ,
  7491. bottom: 0.008
  7492. }
  7493. },
  7494. },
  7495. [
  7496. {
  7497. name: "Micro",
  7498. height: math.unit(3, "inches")
  7499. },
  7500. {
  7501. name: "Normal",
  7502. height: math.unit(18 + 9/12, "feet"),
  7503. default: true
  7504. },
  7505. {
  7506. name: "Macro",
  7507. height: math.unit(360, "feet")
  7508. },
  7509. {
  7510. name: "Megamacro",
  7511. height: math.unit(360, "miles")
  7512. },
  7513. ]
  7514. )
  7515. characterMakers["Nyanuxk"] = () => makeCharacter(
  7516. { name: "Nyanuxk" },
  7517. {
  7518. front: {
  7519. height: math.unit(2.4, "meters"),
  7520. weight: math.unit(70, "kg"),
  7521. name: "Front",
  7522. image: {
  7523. source: "./media/characters/nyanuxk/front.svg",
  7524. extra: 1172/1084 ,
  7525. bottom: 0.065
  7526. }
  7527. },
  7528. side: {
  7529. height: math.unit(2.4, "meters"),
  7530. weight: math.unit(70, "kg"),
  7531. name: "Side",
  7532. image: {
  7533. source: "./media/characters/nyanuxk/side.svg",
  7534. extra: 1190/1132 ,
  7535. bottom: 0.007
  7536. }
  7537. },
  7538. back: {
  7539. height: math.unit(2.4, "meters"),
  7540. weight: math.unit(70, "kg"),
  7541. name: "Back",
  7542. image: {
  7543. source: "./media/characters/nyanuxk/back.svg",
  7544. extra: 1200/1141 ,
  7545. bottom: 0.015
  7546. }
  7547. },
  7548. foot: {
  7549. height: math.unit(0.52, "meters"),
  7550. name: "Foot",
  7551. image: {
  7552. source: "./media/characters/nyanuxk/foot.svg"
  7553. }
  7554. },
  7555. },
  7556. [
  7557. {
  7558. name: "Micro",
  7559. height: math.unit(2, "cm")
  7560. },
  7561. {
  7562. name: "Normal",
  7563. height: math.unit(2.4, "meters"),
  7564. default: true
  7565. },
  7566. {
  7567. name: "Smaller Macro",
  7568. height: math.unit(120, "meters")
  7569. },
  7570. {
  7571. name: "Bigger Macro",
  7572. height: math.unit(1.2, "km")
  7573. },
  7574. {
  7575. name: "Megamacro",
  7576. height: math.unit(15, "kilometers")
  7577. },
  7578. {
  7579. name: "Gigamacro",
  7580. height: math.unit(2000, "km")
  7581. },
  7582. {
  7583. name: "Teramacro",
  7584. height: math.unit(500000, "km")
  7585. },
  7586. ]
  7587. )
  7588. characterMakers["Ailbhe"] = () => makeCharacter(
  7589. { name: "Ailbhe" },
  7590. {
  7591. side: {
  7592. height: math.unit(6, "feet"),
  7593. name: "Side",
  7594. image: {
  7595. source: "./media/characters/ailbhe/side.svg",
  7596. extra: 757/464 ,
  7597. bottom: 0.041
  7598. }
  7599. },
  7600. },
  7601. [
  7602. {
  7603. name: "Normal",
  7604. height: math.unit(1.07, "meters"),
  7605. default: true
  7606. },
  7607. ]
  7608. )
  7609. characterMakers["Zevulfius"] = () => makeCharacter(
  7610. { name: "Zevulfius" },
  7611. {
  7612. front: {
  7613. height: math.unit(6, "feet"),
  7614. weight: math.unit(120, "kg"),
  7615. name: "Front",
  7616. image: {
  7617. source: "./media/characters/zevulfius/front.svg",
  7618. extra: 965/903
  7619. }
  7620. },
  7621. side: {
  7622. height: math.unit(6, "feet"),
  7623. weight: math.unit(120, "kg"),
  7624. name: "Side",
  7625. image: {
  7626. source: "./media/characters/zevulfius/side.svg",
  7627. extra: 939/900
  7628. }
  7629. },
  7630. back: {
  7631. height: math.unit(6, "feet"),
  7632. weight: math.unit(120, "kg"),
  7633. name: "Back",
  7634. image: {
  7635. source: "./media/characters/zevulfius/back.svg",
  7636. extra: 918/854 ,
  7637. bottom: 0.005
  7638. }
  7639. },
  7640. foot: {
  7641. height: math.unit(6/3.72, "feet"),
  7642. name: "Foot",
  7643. image: {
  7644. source: "./media/characters/zevulfius/foot.svg"
  7645. }
  7646. },
  7647. },
  7648. [
  7649. {
  7650. name: "Macro",
  7651. height: math.unit(750, "meters")
  7652. },
  7653. {
  7654. name: "Megamacro",
  7655. height: math.unit(20, "km"),
  7656. default: true
  7657. },
  7658. {
  7659. name: "Gigamacro",
  7660. height: math.unit(2000, "km")
  7661. },
  7662. {
  7663. name: "Teramacro",
  7664. height: math.unit(250000, "km")
  7665. },
  7666. ]
  7667. )
  7668. characterMakers["Rikes"] = () => makeCharacter(
  7669. { name: "Rikes" },
  7670. {
  7671. front: {
  7672. height: math.unit(100, "feet"),
  7673. weight: math.unit(350, "kg"),
  7674. name: "Front",
  7675. image: {
  7676. source: "./media/characters/rikes/front.svg",
  7677. extra: 1565/1483 ,
  7678. bottom: 0.017
  7679. }
  7680. },
  7681. },
  7682. [
  7683. {
  7684. name: "Macro",
  7685. height: math.unit(100, "feet"),
  7686. default: true
  7687. },
  7688. ]
  7689. )
  7690. characterMakers["Adam Silver-Mane"] = () => makeCharacter(
  7691. { name: "Adam Silver-Mane" },
  7692. {
  7693. anthro: {
  7694. height: math.unit(8, "feet"),
  7695. weight: math.unit(120, "kg"),
  7696. name: "Anthro",
  7697. image: {
  7698. source: "./media/characters/adam-silver-mane/anthro.svg",
  7699. extra: 5743/5339 ,
  7700. bottom: 0.07
  7701. }
  7702. },
  7703. taur: {
  7704. height: math.unit(16, "feet"),
  7705. weight: math.unit(1500, "kg"),
  7706. name: "Taur",
  7707. image: {
  7708. source: "./media/characters/adam-silver-mane/taur.svg",
  7709. extra: 1713/1571 ,
  7710. bottom: 0.01
  7711. }
  7712. },
  7713. },
  7714. [
  7715. {
  7716. name: "Normal",
  7717. height: math.unit(8, "feet")
  7718. },
  7719. {
  7720. name: "Minimacro",
  7721. height: math.unit(80, "feet")
  7722. },
  7723. {
  7724. name: "Macro",
  7725. height: math.unit(800, "feet"),
  7726. default: true
  7727. },
  7728. {
  7729. name: "Megamacro",
  7730. height: math.unit(8000, "feet")
  7731. },
  7732. {
  7733. name: "Gigamacro",
  7734. height: math.unit(800, "miles")
  7735. },
  7736. {
  7737. name: "Teramacro",
  7738. height: math.unit(80000, "miles")
  7739. },
  7740. {
  7741. name: "Celestial",
  7742. height: math.unit(8e6, "miles")
  7743. },
  7744. {
  7745. name: "Star Dragon",
  7746. height: math.unit(800000, "parsecs")
  7747. },
  7748. {
  7749. name: "Godly",
  7750. height: math.unit(800, "teraparsecs")
  7751. },
  7752. ]
  7753. )
  7754. characterMakers["Ky'owin"] = () => makeCharacter(
  7755. { name: "Ky'owin" },
  7756. {
  7757. front: {
  7758. height: math.unit(6, "feet"),
  7759. weight: math.unit(150, "lb"),
  7760. name: "Front",
  7761. image: {
  7762. source: "./media/characters/ky'owin/front.svg",
  7763. extra: 3888/3068 ,
  7764. bottom: 0.015
  7765. }
  7766. },
  7767. },
  7768. [
  7769. {
  7770. name: "Normal",
  7771. height: math.unit(6 + 8/12, "feet")
  7772. },
  7773. {
  7774. name: "Large",
  7775. height: math.unit(68, "feet")
  7776. },
  7777. {
  7778. name: "Macro",
  7779. height: math.unit(132, "feet")
  7780. },
  7781. {
  7782. name: "Macro+",
  7783. height: math.unit(340, "feet")
  7784. },
  7785. {
  7786. name: "Macro++",
  7787. height: math.unit(680, "feet"),
  7788. default: true
  7789. },
  7790. {
  7791. name: "Megamacro",
  7792. height: math.unit(1, "mile")
  7793. },
  7794. {
  7795. name: "Megamacro+",
  7796. height: math.unit(10, "miles")
  7797. },
  7798. ]
  7799. )
  7800. characterMakers["Mal"] = () => makeCharacter(
  7801. { name: "Mal" },
  7802. {
  7803. front: {
  7804. height: math.unit(4, "feet"),
  7805. weight: math.unit(50, "lb"),
  7806. name: "Front",
  7807. image: {
  7808. source: "./media/characters/mal/front.svg",
  7809. extra: 785/724 ,
  7810. bottom: 0.07
  7811. }
  7812. },
  7813. },
  7814. [
  7815. {
  7816. name: "Micro",
  7817. height: math.unit(4, "inches")
  7818. },
  7819. {
  7820. name: "Normal",
  7821. height: math.unit(4, "feet"),
  7822. default: true
  7823. },
  7824. {
  7825. name: "Macro",
  7826. height: math.unit(200, "feet")
  7827. },
  7828. ]
  7829. )
  7830. characterMakers["Jordan Deware"] = () => makeCharacter(
  7831. { name: "Jordan Deware" },
  7832. {
  7833. front: {
  7834. height: math.unit(6, "feet"),
  7835. weight: math.unit(150, "lb"),
  7836. name: "Front",
  7837. image: {
  7838. source: "./media/characters/jordan-deware/front.svg",
  7839. extra: 1191/1012
  7840. }
  7841. },
  7842. },
  7843. [
  7844. {
  7845. name: "Nano",
  7846. height: math.unit(0.01, "mm")
  7847. },
  7848. {
  7849. name: "Minimicro",
  7850. height: math.unit(1, "mm")
  7851. },
  7852. {
  7853. name: "Micro",
  7854. height: math.unit(0.5, "inches")
  7855. },
  7856. {
  7857. name: "Normal",
  7858. height: math.unit(4, "feet"),
  7859. default: true
  7860. },
  7861. {
  7862. name: "Minimacro",
  7863. height: math.unit(40, "meters")
  7864. },
  7865. {
  7866. name: "Small Macro",
  7867. height: math.unit(400, "meters")
  7868. },
  7869. {
  7870. name: "Macro",
  7871. height: math.unit(4, "miles")
  7872. },
  7873. {
  7874. name: "Megamacro",
  7875. height: math.unit(40, "miles")
  7876. },
  7877. {
  7878. name: "Megamacro+",
  7879. height: math.unit(400, "miles")
  7880. },
  7881. {
  7882. name: "Gigamacro",
  7883. height: math.unit(400000, "miles")
  7884. },
  7885. ]
  7886. )
  7887. characterMakers["Kimiko"] = () => makeCharacter(
  7888. { name: "Kimiko" },
  7889. {
  7890. side: {
  7891. height: math.unit(6, "feet"),
  7892. weight: math.unit(150, "lb"),
  7893. name: "Side",
  7894. image: {
  7895. source: "./media/characters/kimiko/side.svg",
  7896. extra: 600/358
  7897. }
  7898. },
  7899. },
  7900. [
  7901. {
  7902. name: "Normal",
  7903. height: math.unit(15, "feet"),
  7904. default: true
  7905. },
  7906. {
  7907. name: "Macro",
  7908. height: math.unit(220, "feet")
  7909. },
  7910. {
  7911. name: "Macro+",
  7912. height: math.unit(1450, "feet")
  7913. },
  7914. {
  7915. name: "Megamacro",
  7916. height: math.unit(11500, "feet")
  7917. },
  7918. {
  7919. name: "Gigamacro",
  7920. height: math.unit(9500, "miles")
  7921. },
  7922. {
  7923. name: "Teramacro",
  7924. height: math.unit(2208005005, "miles")
  7925. },
  7926. {
  7927. name: "Examacro",
  7928. height: math.unit(2750, "parsecs")
  7929. },
  7930. {
  7931. name: "Zettamacro",
  7932. height: math.unit(101500, "parsecs")
  7933. },
  7934. ]
  7935. )
  7936. characterMakers["Andrew Sleepy"] = () => makeCharacter(
  7937. { name: "Andrew Sleepy" },
  7938. {
  7939. front: {
  7940. height: math.unit(6, "feet"),
  7941. weight: math.unit(70, "kg"),
  7942. name: "Front",
  7943. image: {
  7944. source: "./media/characters/andrew-sleepy/front.svg"
  7945. }
  7946. },
  7947. side: {
  7948. height: math.unit(6, "feet"),
  7949. weight: math.unit(70, "kg"),
  7950. name: "Side",
  7951. image: {
  7952. source: "./media/characters/andrew-sleepy/side.svg"
  7953. }
  7954. },
  7955. },
  7956. [
  7957. {
  7958. name: "Micro",
  7959. height: math.unit(1, "mm"),
  7960. default: true
  7961. },
  7962. ]
  7963. )
  7964. characterMakers["Judio"] = () => makeCharacter(
  7965. { name: "Judio" },
  7966. {
  7967. front: {
  7968. height: math.unit(6, "feet"),
  7969. weight: math.unit(150, "lb"),
  7970. name: "Front",
  7971. image: {
  7972. source: "./media/characters/judio/front.svg",
  7973. extra: 1258/1110
  7974. }
  7975. },
  7976. },
  7977. [
  7978. {
  7979. name: "Normal",
  7980. height: math.unit(5 + 6/12, "feet")
  7981. },
  7982. {
  7983. name: "Macro",
  7984. height: math.unit(1000, "feet"),
  7985. default: true
  7986. },
  7987. {
  7988. name: "Megamacro",
  7989. height: math.unit(10, "miles")
  7990. },
  7991. ]
  7992. )
  7993. characterMakers["Nomaxice"] = () => makeCharacter(
  7994. { name: "Nomaxice" },
  7995. {
  7996. front: {
  7997. height: math.unit(6, "feet"),
  7998. weight: math.unit(68, "kg"),
  7999. name: "Front",
  8000. image: {
  8001. source: "./media/characters/nomaxice/front.svg",
  8002. extra: 1498/1073 ,
  8003. bottom: 0.075
  8004. }
  8005. },
  8006. foot: {
  8007. height: math.unit(1.1, "feet"),
  8008. name: "Foot",
  8009. image: {
  8010. source: "./media/characters/nomaxice/foot.svg"
  8011. }
  8012. },
  8013. },
  8014. [
  8015. {
  8016. name: "Micro",
  8017. height: math.unit(8, "cm")
  8018. },
  8019. {
  8020. name: "Norm",
  8021. height: math.unit(1.82, "m")
  8022. },
  8023. {
  8024. name: "Norm+",
  8025. height: math.unit(8.8, "feet")
  8026. },
  8027. {
  8028. name: "Big",
  8029. height: math.unit(8, "meters"),
  8030. default: true
  8031. },
  8032. {
  8033. name: "Macro",
  8034. height: math.unit(18, "meters")
  8035. },
  8036. {
  8037. name: "Macro+",
  8038. height: math.unit(88, "meters")
  8039. },
  8040. ]
  8041. )
  8042. characterMakers["Dydros"] = () => makeCharacter(
  8043. { name: "Dydros" },
  8044. {
  8045. front: {
  8046. height: math.unit(12, "feet"),
  8047. weight: math.unit(1.5, "tons"),
  8048. name: "Front",
  8049. image: {
  8050. source: "./media/characters/dydros/front.svg",
  8051. extra: 863/800 ,
  8052. bottom: 0.015
  8053. }
  8054. },
  8055. back: {
  8056. height: math.unit(12, "feet"),
  8057. weight: math.unit(1.5, "tons"),
  8058. name: "Back",
  8059. image: {
  8060. source: "./media/characters/dydros/back.svg",
  8061. extra: 900/843 ,
  8062. bottom: 0.005
  8063. }
  8064. },
  8065. },
  8066. [
  8067. {
  8068. name: "Normal",
  8069. height: math.unit(12, "feet"),
  8070. default: true
  8071. },
  8072. ]
  8073. )
  8074. characterMakers["Riggi"] = () => makeCharacter(
  8075. { name: "Riggi" },
  8076. {
  8077. front: {
  8078. height: math.unit(6, "feet"),
  8079. weight: math.unit(100, "kg"),
  8080. name: "Front",
  8081. image: {
  8082. source: "./media/characters/riggi/front.svg",
  8083. extra: 5787/5303
  8084. }
  8085. },
  8086. hyper: {
  8087. height: math.unit(6*5/3, "feet"),
  8088. weight: math.unit(400*5/3*5/3*5/3, "kg"),
  8089. name: "Hyper",
  8090. image: {
  8091. source: "./media/characters/riggi/hyper.svg",
  8092. extra: 3595/3485
  8093. }
  8094. },
  8095. },
  8096. [
  8097. {
  8098. name: "Small Macro",
  8099. height: math.unit(50, "feet")
  8100. },
  8101. {
  8102. name: "Default",
  8103. height: math.unit(200, "feet"),
  8104. default: true
  8105. },
  8106. {
  8107. name: "Loom",
  8108. height: math.unit(10000, "feet")
  8109. },
  8110. {
  8111. name: "Cruising Altitude",
  8112. height: math.unit(30000, "feet")
  8113. },
  8114. {
  8115. name: "Megamacro",
  8116. height: math.unit(100, "miles")
  8117. },
  8118. {
  8119. name: "Continent Sized",
  8120. height: math.unit(2800, "miles")
  8121. },
  8122. {
  8123. name: "Earth Sized",
  8124. height: math.unit(8000, "miles")
  8125. },
  8126. ]
  8127. )
  8128. characterMakers["Alexi"] = () => makeCharacter(
  8129. { name: "Alexi" },
  8130. {
  8131. front: {
  8132. height: math.unit(6, "feet"),
  8133. weight: math.unit(250, "lb"),
  8134. name: "Front",
  8135. image: {
  8136. source: "./media/characters/alexi/front.svg",
  8137. extra: 3483/3291 ,
  8138. bottom: 0.04
  8139. }
  8140. },
  8141. back: {
  8142. height: math.unit(6, "feet"),
  8143. weight: math.unit(250, "lb"),
  8144. name: "Back",
  8145. image: {
  8146. source: "./media/characters/alexi/back.svg",
  8147. extra: 3533/3356 ,
  8148. bottom: 0.021
  8149. }
  8150. },
  8151. frontTransformed: {
  8152. height: math.unit(12.5, "feet"),
  8153. weight: math.unit(4000, "lb"),
  8154. name: "Front (Transformed)",
  8155. image: {
  8156. source: "./media/characters/alexi/front-transformed.svg",
  8157. extra: 5345/5100 ,
  8158. bottom: 0.03
  8159. }
  8160. },
  8161. },
  8162. [
  8163. {
  8164. name: "Normal",
  8165. height: math.unit(3, "meters"),
  8166. default: true
  8167. },
  8168. {
  8169. name: "Minimacro",
  8170. height: math.unit(30, "meters")
  8171. },
  8172. {
  8173. name: "Macro",
  8174. height: math.unit(500, "meters")
  8175. },
  8176. {
  8177. name: "Megamacro",
  8178. height: math.unit(9000, "km")
  8179. },
  8180. {
  8181. name: "Teramacro",
  8182. height: math.unit(384000, "km")
  8183. },
  8184. ]
  8185. )
  8186. characterMakers["Kayroo"] = () => makeCharacter(
  8187. { name: "Kayroo" },
  8188. {
  8189. front: {
  8190. height: math.unit(6, "feet"),
  8191. weight: math.unit(150, "lb"),
  8192. name: "Front",
  8193. image: {
  8194. source: "./media/characters/kayroo/front.svg",
  8195. extra: 1153/1038 ,
  8196. bottom: 0.06
  8197. }
  8198. },
  8199. foot: {
  8200. height: math.unit(6, "feet"),
  8201. weight: math.unit(150, "lb"),
  8202. name: "Foot",
  8203. image: {
  8204. source: "./media/characters/kayroo/foot.svg"
  8205. }
  8206. },
  8207. },
  8208. [
  8209. {
  8210. name: "Normal",
  8211. height: math.unit(8, "feet"),
  8212. default: true
  8213. },
  8214. {
  8215. name: "Minimacro",
  8216. height: math.unit(250, "feet")
  8217. },
  8218. {
  8219. name: "Macro",
  8220. height: math.unit(2800, "feet")
  8221. },
  8222. {
  8223. name: "Megamacro",
  8224. height: math.unit(5200, "feet")
  8225. },
  8226. {
  8227. name: "Gigamacro",
  8228. height: math.unit(27000, "feet")
  8229. },
  8230. {
  8231. name: "Omega",
  8232. height: math.unit(45000, "feet")
  8233. },
  8234. ]
  8235. )
  8236. characterMakers["Rhys"] = () => makeCharacter(
  8237. { name: "Rhys" },
  8238. {
  8239. front: {
  8240. height: math.unit(18, "feet"),
  8241. weight: math.unit(5800, "lb"),
  8242. name: "Front",
  8243. image: {
  8244. source: "./media/characters/rhys/front.svg",
  8245. extra: 3386/3090 ,
  8246. bottom: 0.07
  8247. }
  8248. },
  8249. },
  8250. [
  8251. {
  8252. name: "Normal",
  8253. height: math.unit(18, "feet"),
  8254. default: true
  8255. },
  8256. {
  8257. name: "Working Size",
  8258. height: math.unit(200, "feet")
  8259. },
  8260. {
  8261. name: "Demolition Size",
  8262. height: math.unit(2000, "feet")
  8263. },
  8264. {
  8265. name: "Maximum Licensed Size",
  8266. height: math.unit(5, "miles")
  8267. },
  8268. {
  8269. name: "Maximum Observed Size",
  8270. height: math.unit(10, "yottameters")
  8271. },
  8272. ]
  8273. )
  8274. characterMakers["Toto"] = () => makeCharacter(
  8275. { name: "Toto" },
  8276. {
  8277. front: {
  8278. height: math.unit(6, "feet"),
  8279. weight: math.unit(250, "lb"),
  8280. name: "Front",
  8281. image: {
  8282. source: "./media/characters/toto/front.svg",
  8283. extra: 527 / 479,
  8284. bottom: 0.05
  8285. }
  8286. },
  8287. },
  8288. [
  8289. {
  8290. name: "Micro",
  8291. height: math.unit(3, "feet")
  8292. },
  8293. {
  8294. name: "Normal",
  8295. height: math.unit(10, "feet")
  8296. },
  8297. {
  8298. name: "Macro",
  8299. height: math.unit(150, "feet"),
  8300. default: true
  8301. },
  8302. {
  8303. name: "Megamacro",
  8304. height: math.unit(1200, "feet")
  8305. },
  8306. ]
  8307. )
  8308. characterMakers["King"] = () => makeCharacter(
  8309. { name: "King" },
  8310. {
  8311. back: {
  8312. height: math.unit(6, "feet"),
  8313. weight: math.unit(150, "lb"),
  8314. name: "Back",
  8315. image: {
  8316. source: "./media/characters/king/back.svg"
  8317. }
  8318. },
  8319. },
  8320. [
  8321. {
  8322. name: "Micro",
  8323. height: math.unit(2, "inches")
  8324. },
  8325. {
  8326. name: "Normal",
  8327. height: math.unit(8, "feet")
  8328. },
  8329. {
  8330. name: "Macro",
  8331. height: math.unit(200, "feet"),
  8332. default: true
  8333. },
  8334. {
  8335. name: "Megamacro",
  8336. height: math.unit(50, "miles")
  8337. },
  8338. ]
  8339. )
  8340. characterMakers["Cordite"] = () => makeCharacter(
  8341. { name: "Cordite" },
  8342. {
  8343. anthro: {
  8344. height: math.unit(6 + 5/12, "feet"),
  8345. weight: math.unit(280, "lb"),
  8346. name: "Anthro",
  8347. image: {
  8348. source: "./media/characters/cordite/anthro.svg",
  8349. extra: 1986/1905 ,
  8350. bottom: 0.025
  8351. }
  8352. },
  8353. feral: {
  8354. height: math.unit(2, "feet"),
  8355. weight: math.unit(90, "lb"),
  8356. name: "Feral",
  8357. image: {
  8358. source: "./media/characters/cordite/feral.svg",
  8359. extra: 1260/755 ,
  8360. bottom: 0.05
  8361. }
  8362. },
  8363. },
  8364. [
  8365. {
  8366. name: "Normal",
  8367. height: math.unit(6 + 5/12, "feet"),
  8368. default: true
  8369. },
  8370. ]
  8371. )
  8372. characterMakers["Pianostrong"] = () => makeCharacter(
  8373. { name: "Pianostrong" },
  8374. {
  8375. front: {
  8376. height: math.unit(6, "feet"),
  8377. weight: math.unit(150, "lb"),
  8378. name: "Front",
  8379. image: {
  8380. source: "./media/characters/pianostrong/front.svg",
  8381. extra: 6577/6254 ,
  8382. bottom: 0.02
  8383. }
  8384. },
  8385. side: {
  8386. height: math.unit(6, "feet"),
  8387. weight: math.unit(150, "lb"),
  8388. name: "Side",
  8389. image: {
  8390. source: "./media/characters/pianostrong/side.svg",
  8391. extra: 6106/5730
  8392. }
  8393. },
  8394. back: {
  8395. height: math.unit(6, "feet"),
  8396. weight: math.unit(150, "lb"),
  8397. name: "Back",
  8398. image: {
  8399. source: "./media/characters/pianostrong/back.svg",
  8400. extra: 6085/5733 ,
  8401. bottom: 0.01
  8402. }
  8403. },
  8404. },
  8405. [
  8406. {
  8407. name: "Macro",
  8408. height: math.unit(100, "feet")
  8409. },
  8410. {
  8411. name: "Macro+",
  8412. height: math.unit(300, "feet"),
  8413. default: true
  8414. },
  8415. {
  8416. name: "Macro++",
  8417. height: math.unit(1000, "feet")
  8418. },
  8419. ]
  8420. )
  8421. characterMakers["Kona"] = () => makeCharacter(
  8422. { name: "Kona" },
  8423. {
  8424. front: {
  8425. height: math.unit(6, "feet"),
  8426. weight: math.unit(150, "lb"),
  8427. name: "Front",
  8428. image: {
  8429. source: "./media/characters/kona/front.svg",
  8430. extra: 2960/2629 ,
  8431. bottom: 0.005
  8432. }
  8433. },
  8434. },
  8435. [
  8436. {
  8437. name: "Normal",
  8438. height: math.unit(11 + 8/12, "feet")
  8439. },
  8440. {
  8441. name: "Macro",
  8442. height: math.unit(850, "feet"),
  8443. default: true
  8444. },
  8445. {
  8446. name: "Macro+",
  8447. height: math.unit(1.5, "km"),
  8448. default: true
  8449. },
  8450. {
  8451. name: "Megamacro",
  8452. height: math.unit(80, "miles")
  8453. },
  8454. {
  8455. name: "Gigamacro",
  8456. height: math.unit(3500, "miles")
  8457. },
  8458. ]
  8459. )
  8460. characterMakers["Levi"] = () => makeCharacter(
  8461. { name: "Levi" },
  8462. {
  8463. side: {
  8464. height: math.unit(1.9, "meters"),
  8465. weight: math.unit(326, "kg"),
  8466. name: "Side",
  8467. image: {
  8468. source: "./media/characters/levi/side.svg",
  8469. extra: 1704/1334 ,
  8470. bottom: 0.02
  8471. }
  8472. },
  8473. },
  8474. [
  8475. {
  8476. name: "Normal",
  8477. height: math.unit(1.9, "meters"),
  8478. default: true
  8479. },
  8480. {
  8481. name: "Macro",
  8482. height: math.unit(20, "meters")
  8483. },
  8484. {
  8485. name: "Macro+",
  8486. height: math.unit(200, "meters")
  8487. },
  8488. {
  8489. name: "Megamacro",
  8490. height: math.unit(2, "km")
  8491. },
  8492. {
  8493. name: "Megamacro+",
  8494. height: math.unit(20, "km")
  8495. },
  8496. {
  8497. name: "Gigamacro",
  8498. height: math.unit(2500, "km")
  8499. },
  8500. {
  8501. name: "Gigamacro+",
  8502. height: math.unit(120000, "km")
  8503. },
  8504. {
  8505. name: "Teramacro",
  8506. height: math.unit(7.77e6, "km")
  8507. },
  8508. ]
  8509. )
  8510. characterMakers["BMC"] = () => makeCharacter(
  8511. { name: "BMC" },
  8512. {
  8513. front: {
  8514. height: math.unit(6 + 4/12, "feet"),
  8515. weight: math.unit(188, "lb"),
  8516. name: "Front",
  8517. image: {
  8518. source: "./media/characters/bmc/front.svg",
  8519. extra: 1067/1022 ,
  8520. bottom: 0.047
  8521. }
  8522. },
  8523. },
  8524. [
  8525. {
  8526. name: "Human-sized",
  8527. height: math.unit(6 + 4/12, "feet")
  8528. },
  8529. {
  8530. name: "Small",
  8531. height: math.unit(250, "feet")
  8532. },
  8533. {
  8534. name: "Normal",
  8535. height: math.unit(1250, "feet"),
  8536. default: true
  8537. },
  8538. {
  8539. name: "Good Day",
  8540. height: math.unit(88, "miles")
  8541. },
  8542. {
  8543. name: "Largest Measured Size",
  8544. height: math.unit(11.2e6, "lightyears")
  8545. },
  8546. ]
  8547. )
  8548. characterMakers["Sven the Kaiju"] = () => makeCharacter(
  8549. { name: "Sven the Kaiju" },
  8550. {
  8551. front: {
  8552. height: math.unit(20, "feet"),
  8553. weight: math.unit(2016, "kg"),
  8554. name: "Front",
  8555. image: {
  8556. source: "./media/characters/sven-the-kaiju/front.svg",
  8557. extra: 1479/1449 ,
  8558. bottom: 0.05
  8559. }
  8560. },
  8561. },
  8562. [
  8563. {
  8564. name: "Fairy",
  8565. height: math.unit(6, "inches")
  8566. },
  8567. {
  8568. name: "Normal",
  8569. height: math.unit(20, "feet"),
  8570. default: true
  8571. },
  8572. {
  8573. name: "Rampage",
  8574. height: math.unit(200, "feet")
  8575. },
  8576. {
  8577. name: "Archfey Forest Guardian",
  8578. height: math.unit(1, "mile")
  8579. },
  8580. ]
  8581. )
  8582. characterMakers["Marik"] = () => makeCharacter(
  8583. { name: "Marik" },
  8584. {
  8585. front: {
  8586. height: math.unit(4, "meters"),
  8587. weight: math.unit(2, "tons"),
  8588. name: "Front",
  8589. image: {
  8590. source: "./media/characters/marik/front.svg",
  8591. extra: 1057/1003 ,
  8592. bottom: 0.08
  8593. }
  8594. },
  8595. },
  8596. [
  8597. {
  8598. name: "Normal",
  8599. height: math.unit(4, "meters"),
  8600. default: true
  8601. },
  8602. {
  8603. name: "Macro",
  8604. height: math.unit(20, "meters")
  8605. },
  8606. {
  8607. name: "Megamacro",
  8608. height: math.unit(50, "km")
  8609. },
  8610. {
  8611. name: "Gigamacro",
  8612. height: math.unit(100, "km")
  8613. },
  8614. {
  8615. name: "Alpha Macro",
  8616. height: math.unit(7.88e7, "yottameters")
  8617. },
  8618. ]
  8619. )
  8620. characterMakers["Mel"] = () => makeCharacter(
  8621. { name: "Mel" },
  8622. {
  8623. front: {
  8624. height: math.unit(6, "feet"),
  8625. weight: math.unit(110, "lb"),
  8626. name: "Front",
  8627. image: {
  8628. source: "./media/characters/mel/front.svg",
  8629. extra: 736/617 ,
  8630. bottom: 0.017
  8631. }
  8632. },
  8633. },
  8634. [
  8635. {
  8636. name: "Pico",
  8637. height: math.unit(3, "pm")
  8638. },
  8639. {
  8640. name: "Nano",
  8641. height: math.unit(3, "nm")
  8642. },
  8643. {
  8644. name: "Micro",
  8645. height: math.unit(0.3, "mm"),
  8646. default: true
  8647. },
  8648. {
  8649. name: "Micro+",
  8650. height: math.unit(3, "mm")
  8651. },
  8652. {
  8653. name: "Normal",
  8654. height: math.unit(5 + 10.5/12, "feet")
  8655. },
  8656. ]
  8657. )
  8658. characterMakers["Lykonous"] = () => makeCharacter(
  8659. { name: "Lykonous" },
  8660. {
  8661. kaiju: {
  8662. height: math.unit(1.75, "meters"),
  8663. weight: math.unit(55, "kg"),
  8664. name: "Kaiju",
  8665. image: {
  8666. source: "./media/characters/lykonous/kaiju.svg",
  8667. extra: 1055/946 ,
  8668. bottom: 0.135
  8669. }
  8670. },
  8671. },
  8672. [
  8673. {
  8674. name: "Normal",
  8675. height: math.unit(2.5, "meters"),
  8676. default: true
  8677. },
  8678. {
  8679. name: "Kaiju Dragon",
  8680. height: math.unit(60, "meters")
  8681. },
  8682. {
  8683. name: "Mega Kaiju",
  8684. height: math.unit(120, "km")
  8685. },
  8686. {
  8687. name: "Giga Kaiju",
  8688. height: math.unit(200, "megameters")
  8689. },
  8690. {
  8691. name: "Terra Kaiju",
  8692. height: math.unit(400, "gigameters")
  8693. },
  8694. {
  8695. name: "Kaiju Dragon God",
  8696. height: math.unit(13000, "exaparsecs")
  8697. },
  8698. ]
  8699. )
  8700. characterMakers["Blü"] = () => makeCharacter(
  8701. { name: "Blü" },
  8702. {
  8703. front: {
  8704. height: math.unit(6, "feet"),
  8705. weight: math.unit(150, "lb"),
  8706. name: "Front",
  8707. image: {
  8708. source: "./media/characters/blü/front.svg",
  8709. extra: 1883/1564 ,
  8710. bottom: 0.031
  8711. }
  8712. },
  8713. },
  8714. [
  8715. {
  8716. name: "Normal",
  8717. height: math.unit(13, "feet"),
  8718. default: true
  8719. },
  8720. {
  8721. name: "Big Boi",
  8722. height: math.unit(150, "meters")
  8723. },
  8724. {
  8725. name: "Mini Stomper",
  8726. height: math.unit(300, "meters")
  8727. },
  8728. {
  8729. name: "Macro",
  8730. height: math.unit(1000, "meters")
  8731. },
  8732. {
  8733. name: "Megamacro",
  8734. height: math.unit(11000, "meters")
  8735. },
  8736. {
  8737. name: "Gigamacro",
  8738. height: math.unit(11000, "km")
  8739. },
  8740. {
  8741. name: "Teramacro",
  8742. height: math.unit(420000, "km")
  8743. },
  8744. {
  8745. name: "Examacro",
  8746. height: math.unit(120, "parsecs")
  8747. },
  8748. {
  8749. name: "God Tho",
  8750. height: math.unit(98000000000, "parsecs")
  8751. },
  8752. ]
  8753. )
  8754. characterMakers["Scales"] = () => makeCharacter(
  8755. { name: "Scales" },
  8756. {
  8757. taurFront: {
  8758. height: math.unit(6, "feet"),
  8759. weight: math.unit(200, "lb"),
  8760. name: "Taur (Front)",
  8761. image: {
  8762. source: "./media/characters/scales/taur-front.svg",
  8763. extra: 1,
  8764. bottom: 0.05
  8765. }
  8766. },
  8767. taurBack: {
  8768. height: math.unit(6, "feet"),
  8769. weight: math.unit(200, "lb"),
  8770. name: "Taur (Back)",
  8771. image: {
  8772. source: "./media/characters/scales/taur-back.svg",
  8773. extra: 1,
  8774. bottom: 0.08
  8775. }
  8776. },
  8777. anthro: {
  8778. height: math.unit(6*7/12, "feet"),
  8779. weight: math.unit(100, "lb"),
  8780. name: "Anthro",
  8781. image: {
  8782. source: "./media/characters/scales/anthro.svg",
  8783. extra: 1,
  8784. bottom: 0.06
  8785. }
  8786. },
  8787. },
  8788. [
  8789. {
  8790. name: "Normal",
  8791. height: math.unit(12, "feet"),
  8792. default: true
  8793. },
  8794. ]
  8795. )
  8796. characterMakers["Koragos"] = () => makeCharacter(
  8797. { name: "Koragos" },
  8798. {
  8799. front: {
  8800. height: math.unit(6, "feet"),
  8801. weight: math.unit(150, "lb"),
  8802. name: "Front",
  8803. image: {
  8804. source: "./media/characters/koragos/front.svg",
  8805. extra: 841/794 ,
  8806. bottom: 0.035
  8807. }
  8808. },
  8809. back: {
  8810. height: math.unit(6, "feet"),
  8811. weight: math.unit(150, "lb"),
  8812. name: "Back",
  8813. image: {
  8814. source: "./media/characters/koragos/back.svg",
  8815. extra: 841/810 ,
  8816. bottom: 0.022
  8817. }
  8818. },
  8819. },
  8820. [
  8821. {
  8822. name: "Normal",
  8823. height: math.unit(6 + 11/12, "feet"),
  8824. default: true
  8825. },
  8826. {
  8827. name: "Macro",
  8828. height: math.unit(490, "feet")
  8829. },
  8830. {
  8831. name: "Megamacro",
  8832. height: math.unit(10, "miles")
  8833. },
  8834. {
  8835. name: "Gigamacro",
  8836. height: math.unit(50, "miles")
  8837. },
  8838. ]
  8839. )
  8840. characterMakers["Xylrem"] = () => makeCharacter(
  8841. { name: "Xylrem" },
  8842. {
  8843. front: {
  8844. height: math.unit(6, "feet"),
  8845. weight: math.unit(250, "lb"),
  8846. name: "Front",
  8847. image: {
  8848. source: "./media/characters/xylrem/front.svg",
  8849. extra: 3323/3050 ,
  8850. bottom: 0.065
  8851. }
  8852. },
  8853. },
  8854. [
  8855. {
  8856. name: "Micro",
  8857. height: math.unit(4, "feet")
  8858. },
  8859. {
  8860. name: "Normal",
  8861. height: math.unit(16, "feet"),
  8862. default: true
  8863. },
  8864. {
  8865. name: "Macro",
  8866. height: math.unit(2720, "feet")
  8867. },
  8868. {
  8869. name: "Megamacro",
  8870. height: math.unit(25000, "miles")
  8871. },
  8872. ]
  8873. )
  8874. characterMakers["Ikideru"] = () => makeCharacter(
  8875. { name: "Ikideru" },
  8876. {
  8877. front: {
  8878. height: math.unit(8, "feet"),
  8879. weight: math.unit(250, "kg"),
  8880. name: "Front",
  8881. image: {
  8882. source: "./media/characters/ikideru/front.svg",
  8883. extra: 930/870 ,
  8884. bottom: 0.087
  8885. }
  8886. },
  8887. back: {
  8888. height: math.unit(8, "feet"),
  8889. weight: math.unit(250, "kg"),
  8890. name: "Back",
  8891. image: {
  8892. source: "./media/characters/ikideru/back.svg",
  8893. extra: 919/852 ,
  8894. bottom: 0.055
  8895. }
  8896. },
  8897. },
  8898. [
  8899. {
  8900. name: "Rare",
  8901. height: math.unit(8, "feet"),
  8902. default: true
  8903. },
  8904. {
  8905. name: "Playful Loom",
  8906. height: math.unit(80, "feet")
  8907. },
  8908. {
  8909. name: "City Leaner",
  8910. height: math.unit(230, "feet")
  8911. },
  8912. {
  8913. name: "Megamacro",
  8914. height: math.unit(2500, "feet")
  8915. },
  8916. {
  8917. name: "Gigamacro",
  8918. height: math.unit(26400, "feet")
  8919. },
  8920. {
  8921. name: "Tectonic Shifter",
  8922. height: math.unit(1.7, "megameters")
  8923. },
  8924. {
  8925. name: "Planet Carer",
  8926. height: math.unit(21, "megameters")
  8927. },
  8928. {
  8929. name: "God",
  8930. height: math.unit(11157.22, "parsecs")
  8931. },
  8932. ]
  8933. )
  8934. characterMakers["Neo"] = () => makeCharacter(
  8935. { name: "Neo" },
  8936. {
  8937. front: {
  8938. height: math.unit(6, "feet"),
  8939. weight: math.unit(120, "lb"),
  8940. name: "Front",
  8941. image: {
  8942. source: "./media/characters/neo/front.svg"
  8943. }
  8944. },
  8945. },
  8946. [
  8947. {
  8948. name: "Micro",
  8949. height: math.unit(2, "inches"),
  8950. default: true
  8951. },
  8952. {
  8953. name: "Human Size",
  8954. height: math.unit(5 + 8/12, "feet")
  8955. },
  8956. ]
  8957. )
  8958. characterMakers["Chauncey (Chantz)"] = () => makeCharacter(
  8959. { name: "Chauncey (Chantz)" },
  8960. {
  8961. front: {
  8962. height: math.unit(13 + 10/12, "feet"),
  8963. weight: math.unit(5320, "lb"),
  8964. name: "Front",
  8965. image: {
  8966. source: "./media/characters/chauncey-chantz/front.svg",
  8967. extra: 1587/1435 ,
  8968. bottom: 0.02
  8969. }
  8970. },
  8971. },
  8972. [
  8973. {
  8974. name: "Normal",
  8975. height: math.unit(13 + 10/12, "feet"),
  8976. default: true
  8977. },
  8978. {
  8979. name: "Macro",
  8980. height: math.unit(45, "feet")
  8981. },
  8982. {
  8983. name: "Megamacro",
  8984. height: math.unit(250, "miles")
  8985. },
  8986. {
  8987. name: "Planetary",
  8988. height: math.unit(10000, "miles")
  8989. },
  8990. {
  8991. name: "Galactic",
  8992. height: math.unit(40000, "parsecs")
  8993. },
  8994. {
  8995. name: "Universal",
  8996. height: math.unit(1, "yottameter")
  8997. },
  8998. ]
  8999. )
  9000. characterMakers["Epifox"] = () => makeCharacter(
  9001. { name: "Epifox" },
  9002. {
  9003. front: {
  9004. height: math.unit(6, "feet"),
  9005. weight: math.unit(150, "lb"),
  9006. name: "Front",
  9007. image: {
  9008. source: "./media/characters/epifox/front.svg",
  9009. extra: 1,
  9010. bottom: 0.075
  9011. }
  9012. },
  9013. },
  9014. [
  9015. {
  9016. name: "Micro",
  9017. height: math.unit(6, "inches")
  9018. },
  9019. {
  9020. name: "Normal",
  9021. height: math.unit(12, "feet"),
  9022. default: true
  9023. },
  9024. {
  9025. name: "Macro",
  9026. height: math.unit(3810, "feet")
  9027. },
  9028. {
  9029. name: "Megamacro",
  9030. height: math.unit(500, "miles")
  9031. },
  9032. ]
  9033. )
  9034. characterMakers["Colin T."] = () => makeCharacter(
  9035. { name: "Colin T." },
  9036. {
  9037. front: {
  9038. height: math.unit(1.8796, "m"),
  9039. weight: math.unit(230, "lb"),
  9040. name: "Front",
  9041. image: {
  9042. source: "./media/characters/colin-t/front.svg",
  9043. extra: 1272/1193 ,
  9044. bottom: 0.07
  9045. }
  9046. },
  9047. },
  9048. [
  9049. {
  9050. name: "Micro",
  9051. height: math.unit(0.571, "meters")
  9052. },
  9053. {
  9054. name: "Normal",
  9055. height: math.unit(1.8796, "meters"),
  9056. default: true
  9057. },
  9058. {
  9059. name: "Tall",
  9060. height: math.unit(4, "meters")
  9061. },
  9062. {
  9063. name: "Macro",
  9064. height: math.unit(67.241, "meters")
  9065. },
  9066. {
  9067. name: "Megamacro",
  9068. height: math.unit(371.856, "meters")
  9069. },
  9070. {
  9071. name: "Planetary",
  9072. height: math.unit(12631.5689, "km")
  9073. },
  9074. ]
  9075. )
  9076. characterMakers["Matvei"] = () => makeCharacter(
  9077. { name: "Matvei" },
  9078. {
  9079. front: {
  9080. height: math.unit(1.85, "meters"),
  9081. weight: math.unit(80, "kg"),
  9082. name: "Front",
  9083. image: {
  9084. source: "./media/characters/matvei/front.svg",
  9085. extra: 614/594 ,
  9086. bottom: 0.01
  9087. }
  9088. },
  9089. },
  9090. [
  9091. {
  9092. name: "Normal",
  9093. height: math.unit(1.85, "meters"),
  9094. default: true
  9095. },
  9096. ]
  9097. )
  9098. characterMakers["Quincy"] = () => makeCharacter(
  9099. { name: "Quincy" },
  9100. {
  9101. front: {
  9102. height: math.unit(5 + 9/12, "feet"),
  9103. weight: math.unit(70, "lb"),
  9104. name: "Front",
  9105. image: {
  9106. source: "./media/characters/quincy/front.svg",
  9107. extra: 3041/2751
  9108. }
  9109. },
  9110. back: {
  9111. height: math.unit(5 + 9/12, "feet"),
  9112. weight: math.unit(70, "lb"),
  9113. name: "Back",
  9114. image: {
  9115. source: "./media/characters/quincy/back.svg",
  9116. extra: 3041/2751
  9117. }
  9118. },
  9119. flying: {
  9120. height: math.unit(5 + 4/12, "feet"),
  9121. weight: math.unit(70, "lb"),
  9122. name: "Flying",
  9123. image: {
  9124. source: "./media/characters/quincy/flying.svg",
  9125. extra: 1044/930
  9126. }
  9127. },
  9128. },
  9129. [
  9130. {
  9131. name: "Micro",
  9132. height: math.unit(3, "cm")
  9133. },
  9134. {
  9135. name: "Normal",
  9136. height: math.unit(5 + 9/12, "feet")
  9137. },
  9138. {
  9139. name: "Macro",
  9140. height: math.unit(200, "meters"),
  9141. default: true
  9142. },
  9143. {
  9144. name: "Megamacro",
  9145. height: math.unit(1000, "meters")
  9146. },
  9147. ]
  9148. )
  9149. characterMakers["Vanrel"] = () => makeCharacter(
  9150. { name: "Vanrel" },
  9151. {
  9152. front: {
  9153. height: math.unit(4 + 7/12, "feet"),
  9154. weight: math.unit(150, "lb"),
  9155. name: "Front",
  9156. image: {
  9157. source: "./media/characters/vanrel/front.svg",
  9158. extra: 1,
  9159. bottom: 0.02
  9160. }
  9161. },
  9162. side: {
  9163. height: math.unit(4 + 7/12, "feet"),
  9164. weight: math.unit(150, "lb"),
  9165. name: "Side",
  9166. image: {
  9167. source: "./media/characters/vanrel/side.svg",
  9168. extra: 1,
  9169. bottom: 0.025
  9170. }
  9171. },
  9172. tome: {
  9173. height: math.unit(1.35, "feet"),
  9174. weight: math.unit(10, "lb"),
  9175. name: "Vanrel's Tome",
  9176. rename: true,
  9177. image: {
  9178. source: "./media/characters/vanrel/tome.svg"
  9179. }
  9180. },
  9181. beans: {
  9182. height: math.unit(0.89, "feet"),
  9183. name: "Beans",
  9184. image: {
  9185. source: "./media/characters/vanrel/beans.svg"
  9186. }
  9187. },
  9188. },
  9189. [
  9190. {
  9191. name: "Normal",
  9192. height: math.unit(4 + 7/12, "feet"),
  9193. default: true
  9194. },
  9195. ]
  9196. )
  9197. characterMakers["Kuiper Vanrel"] = () => makeCharacter(
  9198. { name: "Kuiper Vanrel" },
  9199. {
  9200. front: {
  9201. height: math.unit(7 + 5/12, "feet"),
  9202. weight: math.unit(150, "lb"),
  9203. name: "Front",
  9204. image: {
  9205. source: "./media/characters/kuiper-vanrel/front.svg",
  9206. extra: 1118/1068 ,
  9207. bottom: 0.09
  9208. }
  9209. },
  9210. foot: {
  9211. height: math.unit(0.55, "meters"),
  9212. name: "Foot",
  9213. image: {
  9214. source: "./media/characters/kuiper-vanrel/foot.svg",
  9215. }
  9216. },
  9217. },
  9218. [
  9219. {
  9220. name: "Normal",
  9221. height: math.unit(7 + 5/12, "feet"),
  9222. default: true
  9223. },
  9224. ]
  9225. )
  9226. characterMakers["Keset Vanrel"] = () => makeCharacter(
  9227. { name: "Keset Vanrel" },
  9228. {
  9229. front: {
  9230. height: math.unit(8 + 5/12, "feet"),
  9231. weight: math.unit(150, "lb"),
  9232. name: "Front",
  9233. image: {
  9234. source: "./media/characters/keset-vanrel/front.svg",
  9235. extra: 1150/1084 ,
  9236. bottom: 0.05
  9237. }
  9238. },
  9239. hand: {
  9240. height: math.unit(0.6, "meters"),
  9241. name: "Hand",
  9242. image: {
  9243. source: "./media/characters/keset-vanrel/hand.svg"
  9244. }
  9245. },
  9246. foot: {
  9247. height: math.unit(0.94978, "meters"),
  9248. name: "Foot",
  9249. image: {
  9250. source: "./media/characters/keset-vanrel/foot.svg"
  9251. }
  9252. },
  9253. },
  9254. [
  9255. {
  9256. name: "Normal",
  9257. height: math.unit(8 + 5/12, "feet"),
  9258. default: true
  9259. },
  9260. ]
  9261. )
  9262. characterMakers["Neos"] = () => makeCharacter(
  9263. { name: "Neos" },
  9264. {
  9265. front: {
  9266. height: math.unit(6, "feet"),
  9267. weight: math.unit(150, "lb"),
  9268. name: "Front",
  9269. image: {
  9270. source: "./media/characters/neos/front.svg",
  9271. extra: 1696/992 ,
  9272. bottom: 0.14
  9273. }
  9274. },
  9275. },
  9276. [
  9277. {
  9278. name: "Normal",
  9279. height: math.unit(54, "cm"),
  9280. default: true
  9281. },
  9282. {
  9283. name: "Macro",
  9284. height: math.unit(100, "m")
  9285. },
  9286. {
  9287. name: "Megamacro",
  9288. height: math.unit(10, "km")
  9289. },
  9290. {
  9291. name: "Megamacro+",
  9292. height: math.unit(100, "km")
  9293. },
  9294. {
  9295. name: "Gigamacro",
  9296. height: math.unit(100, "Mm")
  9297. },
  9298. {
  9299. name: "Teramacro",
  9300. height: math.unit(100, "Gm")
  9301. },
  9302. {
  9303. name: "Examacro",
  9304. height: math.unit(100, "Em")
  9305. },
  9306. {
  9307. name: "Godly",
  9308. height: math.unit(10000, "Ym")
  9309. },
  9310. {
  9311. name: "Beyond Godly",
  9312. height: math.unit(10000000, "Ym")
  9313. },
  9314. ]
  9315. )
  9316. characterMakers["Sammy Mouse"] = () => makeCharacter(
  9317. { name: "Sammy Mouse" },
  9318. {
  9319. feminine: {
  9320. height: math.unit(5, "feet"),
  9321. weight: math.unit(100, "lb"),
  9322. name: "Feminine",
  9323. image: {
  9324. source: "./media/characters/sammy-mouse/feminine.svg",
  9325. extra: 2526/2425 ,
  9326. bottom: 0.123
  9327. }
  9328. },
  9329. masculine: {
  9330. height: math.unit(5, "feet"),
  9331. weight: math.unit(100, "lb"),
  9332. name: "Masculine",
  9333. image: {
  9334. source: "./media/characters/sammy-mouse/masculine.svg",
  9335. extra: 2526/2425 ,
  9336. bottom: 0.123
  9337. }
  9338. },
  9339. },
  9340. [
  9341. {
  9342. name: "Micro",
  9343. height: math.unit(5, "inches")
  9344. },
  9345. {
  9346. name: "Normal",
  9347. height: math.unit(5, "feet"),
  9348. default: true
  9349. },
  9350. {
  9351. name: "Macro",
  9352. height: math.unit(60, "feet")
  9353. },
  9354. ]
  9355. )
  9356. characterMakers["Kole"] = () => makeCharacter(
  9357. { name: "Kole" },
  9358. {
  9359. front: {
  9360. height: math.unit(4, "feet"),
  9361. weight: math.unit(50, "lb"),
  9362. name: "Front",
  9363. image: {
  9364. source: "./media/characters/kole/front.svg",
  9365. extra: 1423/1303 ,
  9366. bottom: 0.025
  9367. }
  9368. },
  9369. back: {
  9370. height: math.unit(4, "feet"),
  9371. weight: math.unit(50, "lb"),
  9372. name: "Back",
  9373. image: {
  9374. source: "./media/characters/kole/back.svg",
  9375. extra: 1426/1280 ,
  9376. bottom: 0.02
  9377. }
  9378. },
  9379. },
  9380. [
  9381. {
  9382. name: "Normal",
  9383. height: math.unit(4, "feet"),
  9384. default: true
  9385. },
  9386. ]
  9387. )
  9388. characterMakers["Rufran"] = () => makeCharacter(
  9389. { name: "Rufran" },
  9390. {
  9391. front: {
  9392. height: math.unit(2 + 6/12, "feet"),
  9393. weight: math.unit(20, "lb"),
  9394. name: "Front",
  9395. image: {
  9396. source: "./media/characters/rufran/front.svg",
  9397. extra: 2041/1839 ,
  9398. bottom: 0.055
  9399. }
  9400. },
  9401. back: {
  9402. height: math.unit(2 + 6/12, "feet"),
  9403. weight: math.unit(20, "lb"),
  9404. name: "Back",
  9405. image: {
  9406. source: "./media/characters/rufran/back.svg",
  9407. extra: 2054/1839 ,
  9408. bottom: 0.01
  9409. }
  9410. },
  9411. hand: {
  9412. height: math.unit(0.2166, "meters"),
  9413. name: "Hand",
  9414. image: {
  9415. source: "./media/characters/rufran/hand.svg"
  9416. }
  9417. },
  9418. foot: {
  9419. height: math.unit(0.185, "meters"),
  9420. name: "Foot",
  9421. image: {
  9422. source: "./media/characters/rufran/foot.svg"
  9423. }
  9424. },
  9425. },
  9426. [
  9427. {
  9428. name: "Micro",
  9429. height: math.unit(1, "inch")
  9430. },
  9431. {
  9432. name: "Normal",
  9433. height: math.unit(2 + 6/12, "feet"),
  9434. default: true
  9435. },
  9436. {
  9437. name: "Big",
  9438. height: math.unit(60, "feet")
  9439. },
  9440. {
  9441. name: "Macro",
  9442. height: math.unit(325, "feet")
  9443. },
  9444. ]
  9445. )
  9446. characterMakers["Chip"] = () => makeCharacter(
  9447. { name: "Chip" },
  9448. {
  9449. front: {
  9450. height: math.unit(0.3, "meters"),
  9451. weight: math.unit(3.5, "kg"),
  9452. name: "Front",
  9453. image: {
  9454. source: "./media/characters/chip/front.svg",
  9455. extra: 748/674
  9456. }
  9457. },
  9458. },
  9459. [
  9460. {
  9461. name: "Micro",
  9462. height: math.unit(1, "inch"),
  9463. default: true
  9464. },
  9465. ]
  9466. )
  9467. characterMakers["Torvid"] = () => makeCharacter(
  9468. { name: "Torvid" },
  9469. {
  9470. side: {
  9471. height: math.unit(2.3, "meters"),
  9472. weight: math.unit(3500, "lb"),
  9473. name: "Side",
  9474. image: {
  9475. source: "./media/characters/torvid/side.svg",
  9476. extra: 1972/722 ,
  9477. bottom: 0.035
  9478. }
  9479. },
  9480. },
  9481. [
  9482. {
  9483. name: "Normal",
  9484. height: math.unit(2.3, "meters"),
  9485. default: true
  9486. },
  9487. ]
  9488. )
  9489. characterMakers["Susan"] = () => makeCharacter(
  9490. { name: "Susan" },
  9491. {
  9492. front: {
  9493. height: math.unit(2, "meters"),
  9494. weight: math.unit(150.5, "kg"),
  9495. name: "Front",
  9496. image: {
  9497. source: "./media/characters/susan/front.svg",
  9498. extra: 693/635 ,
  9499. bottom: 0.05
  9500. }
  9501. },
  9502. },
  9503. [
  9504. {
  9505. name: "Megamacro",
  9506. height: math.unit(505, "miles"),
  9507. default: true
  9508. },
  9509. ]
  9510. )
  9511. characterMakers["Raindrops"] = () => makeCharacter(
  9512. { name: "Raindrops" },
  9513. {
  9514. front: {
  9515. height: math.unit(6, "feet"),
  9516. weight: math.unit(150, "lb"),
  9517. name: "Front",
  9518. image: {
  9519. source: "./media/characters/raindrops/front.svg",
  9520. extra: 2655/2461 ,
  9521. bottom: 0.02
  9522. }
  9523. },
  9524. back: {
  9525. height: math.unit(6, "feet"),
  9526. weight: math.unit(150, "lb"),
  9527. name: "Back",
  9528. image: {
  9529. source: "./media/characters/raindrops/back.svg",
  9530. extra: 2574/2400 ,
  9531. bottom: 0.03
  9532. }
  9533. },
  9534. },
  9535. [
  9536. {
  9537. name: "Micro",
  9538. height: math.unit(6, "inches")
  9539. },
  9540. {
  9541. name: "Normal",
  9542. height: math.unit(6 + 2/12, "feet")
  9543. },
  9544. {
  9545. name: "Macro",
  9546. height: math.unit(131, "feet"),
  9547. default: true
  9548. },
  9549. {
  9550. name: "Megamacro",
  9551. height: math.unit(15, "miles")
  9552. },
  9553. {
  9554. name: "Gigamacro",
  9555. height: math.unit(4000, "miles")
  9556. },
  9557. {
  9558. name: "Teramacro",
  9559. height: math.unit(315000, "miles")
  9560. },
  9561. ]
  9562. )
  9563. characterMakers["Tezwa"] = () => makeCharacter(
  9564. { name: "Tezwa" },
  9565. {
  9566. front: {
  9567. height: math.unit(2.794, "meters"),
  9568. weight: math.unit(325, "kg"),
  9569. name: "Front",
  9570. image: {
  9571. source: "./media/characters/tezwa/front.svg",
  9572. extra: 2083/1906 ,
  9573. bottom: 0.031
  9574. }
  9575. },
  9576. foot: {
  9577. height: math.unit(0.687, "meters"),
  9578. name: "Foot",
  9579. image: {
  9580. source: "./media/characters/tezwa/foot.svg"
  9581. }
  9582. },
  9583. },
  9584. [
  9585. {
  9586. name: "Normal",
  9587. height: math.unit(9 + 2/12, "feet"),
  9588. default: true
  9589. },
  9590. ]
  9591. )
  9592. characterMakers["Typhus"] = () => makeCharacter(
  9593. { name: "Typhus" },
  9594. {
  9595. front: {
  9596. height: math.unit(58, "feet"),
  9597. weight: math.unit(89000, "lb"),
  9598. name: "Front",
  9599. image: {
  9600. source: "./media/characters/typhus/front.svg",
  9601. extra: 816/800 ,
  9602. bottom: 0.065
  9603. }
  9604. },
  9605. },
  9606. [
  9607. {
  9608. name: "Macro",
  9609. height: math.unit(58, "feet"),
  9610. default: true
  9611. },
  9612. ]
  9613. )
  9614. characterMakers["Lyra Von Wulf"] = () => makeCharacter(
  9615. { name: "Lyra Von Wulf" },
  9616. {
  9617. front: {
  9618. height: math.unit(12, "feet"),
  9619. weight: math.unit(6, "tonnes"),
  9620. name: "Front",
  9621. image: {
  9622. source: "./media/characters/lyra-von-wulf/front.svg",
  9623. extra: 1,
  9624. bottom: 0.10
  9625. }
  9626. },
  9627. frontMecha: {
  9628. height: math.unit(12, "feet"),
  9629. weight: math.unit(12, "tonnes"),
  9630. name: "Front (Mecha)",
  9631. image: {
  9632. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9633. extra: 1,
  9634. bottom: 0.042
  9635. }
  9636. },
  9637. maw: {
  9638. height: math.unit(2.2, "feet"),
  9639. name: "Maw",
  9640. image: {
  9641. source: "./media/characters/lyra-von-wulf/maw.svg"
  9642. }
  9643. },
  9644. },
  9645. [
  9646. {
  9647. name: "Normal",
  9648. height: math.unit(12, "feet"),
  9649. default: true
  9650. },
  9651. {
  9652. name: "Classic",
  9653. height: math.unit(50, "feet")
  9654. },
  9655. {
  9656. name: "Macro",
  9657. height: math.unit(500, "feet")
  9658. },
  9659. {
  9660. name: "Megamacro",
  9661. height: math.unit(1, "mile")
  9662. },
  9663. {
  9664. name: "Gigamacro",
  9665. height: math.unit(400, "miles")
  9666. },
  9667. {
  9668. name: "Teramacro",
  9669. height: math.unit(22000, "miles")
  9670. },
  9671. {
  9672. name: "Solarmacro",
  9673. height: math.unit(8600000, "miles")
  9674. },
  9675. {
  9676. name: "Galactic",
  9677. height: math.unit(1057000, "lightyears")
  9678. },
  9679. ]
  9680. )
  9681. characterMakers["Dixon"] = () => makeCharacter(
  9682. { name: "Dixon" },
  9683. {
  9684. front: {
  9685. height: math.unit(6 + 10/12, "feet"),
  9686. weight: math.unit(150, "lb"),
  9687. name: "Front",
  9688. image: {
  9689. source: "./media/characters/dixon/front.svg",
  9690. extra: 3361/3209 ,
  9691. bottom: 0.01
  9692. }
  9693. },
  9694. },
  9695. [
  9696. {
  9697. name: "Normal",
  9698. height: math.unit(6 + 10/12, "feet"),
  9699. default: true
  9700. },
  9701. {
  9702. name: "Big",
  9703. height: math.unit(12, "meters")
  9704. },
  9705. {
  9706. name: "Macro",
  9707. height: math.unit(500, "meters")
  9708. },
  9709. {
  9710. name: "Megamacro",
  9711. height: math.unit(2, "km")
  9712. },
  9713. ]
  9714. )
  9715. characterMakers["Kauko"] = () => makeCharacter(
  9716. { name: "Kauko" },
  9717. {
  9718. front: {
  9719. height: math.unit(185, "cm"),
  9720. weight: math.unit(68, "kg"),
  9721. name: "Front",
  9722. image: {
  9723. source: "./media/characters/kauko/front.svg",
  9724. extra: 1455/1421 ,
  9725. bottom: 0.03
  9726. }
  9727. },
  9728. back: {
  9729. height: math.unit(185, "cm"),
  9730. weight: math.unit(68, "kg"),
  9731. name: "Back",
  9732. image: {
  9733. source: "./media/characters/kauko/back.svg",
  9734. extra: 1455/1421 ,
  9735. bottom: 0.004
  9736. }
  9737. },
  9738. },
  9739. [
  9740. {
  9741. name: "Normal",
  9742. height: math.unit(185, "cm"),
  9743. default: true
  9744. },
  9745. ]
  9746. )
  9747. characterMakers["Varg"] = () => makeCharacter(
  9748. { name: "Varg" },
  9749. {
  9750. front: {
  9751. height: math.unit(6, "feet"),
  9752. weight: math.unit(150, "kg"),
  9753. name: "Front",
  9754. image: {
  9755. source: "./media/characters/varg/front.svg",
  9756. extra: 1108/1018 ,
  9757. bottom: 0.0375
  9758. }
  9759. },
  9760. },
  9761. [
  9762. {
  9763. name: "Normal",
  9764. height: math.unit(5, "meters")
  9765. },
  9766. {
  9767. name: "Gigamacro",
  9768. height: math.unit(211, "km"),
  9769. default: true
  9770. },
  9771. ]
  9772. )
  9773. characterMakers["Dayza"] = () => makeCharacter(
  9774. { name: "Dayza" },
  9775. {
  9776. front: {
  9777. height: math.unit(7 + 7/12, "feet"),
  9778. weight: math.unit(267, "lb"),
  9779. name: "Front",
  9780. image: {
  9781. source: "./media/characters/dayza/front.svg",
  9782. extra: 1262/1200 ,
  9783. bottom: 0.035
  9784. }
  9785. },
  9786. side: {
  9787. height: math.unit(7 + 7/12, "feet"),
  9788. weight: math.unit(267, "lb"),
  9789. name: "Side",
  9790. image: {
  9791. source: "./media/characters/dayza/side.svg",
  9792. extra: 1295/1245 ,
  9793. bottom: 0.05
  9794. }
  9795. },
  9796. back: {
  9797. height: math.unit(7 + 7/12, "feet"),
  9798. weight: math.unit(267, "lb"),
  9799. name: "Back",
  9800. image: {
  9801. source: "./media/characters/dayza/back.svg",
  9802. extra: 1241/1170
  9803. }
  9804. },
  9805. },
  9806. [
  9807. {
  9808. name: "Normal",
  9809. height: math.unit(7 + 7/12, "feet"),
  9810. default: true
  9811. },
  9812. {
  9813. name: "Macro",
  9814. height: math.unit(155, "feet")
  9815. },
  9816. ]
  9817. )
  9818. characterMakers["Xanthos"] = () => makeCharacter(
  9819. { name: "Xanthos" },
  9820. {
  9821. front: {
  9822. height: math.unit(6 + 5/12, "feet"),
  9823. weight: math.unit(160, "lb"),
  9824. name: "Front",
  9825. image: {
  9826. source: "./media/characters/xanthos/front.svg",
  9827. extra: 1,
  9828. bottom: 0.04
  9829. }
  9830. },
  9831. back: {
  9832. height: math.unit(6 + 5/12, "feet"),
  9833. weight: math.unit(160, "lb"),
  9834. name: "Back",
  9835. image: {
  9836. source: "./media/characters/xanthos/back.svg",
  9837. extra: 1,
  9838. bottom: 0.03
  9839. }
  9840. },
  9841. hand: {
  9842. height: math.unit(0.928, "feet"),
  9843. name: "Hand",
  9844. image: {
  9845. source: "./media/characters/xanthos/hand.svg"
  9846. }
  9847. },
  9848. foot: {
  9849. height: math.unit(1.286, "feet"),
  9850. name: "Foot",
  9851. image: {
  9852. source: "./media/characters/xanthos/foot.svg"
  9853. }
  9854. },
  9855. },
  9856. [
  9857. {
  9858. name: "Normal",
  9859. height: math.unit(6 + 5/12, "feet"),
  9860. default: true
  9861. },
  9862. {
  9863. name: "Normal+",
  9864. height: math.unit(6, "meters")
  9865. },
  9866. {
  9867. name: "Macro",
  9868. height: math.unit(40, "feet")
  9869. },
  9870. {
  9871. name: "Macro+",
  9872. height: math.unit(200, "meters")
  9873. },
  9874. {
  9875. name: "Megamacro",
  9876. height: math.unit(20, "km")
  9877. },
  9878. {
  9879. name: "Megamacro+",
  9880. height: math.unit(100, "km")
  9881. },
  9882. ]
  9883. )
  9884. characterMakers["Grynn"] = () => makeCharacter(
  9885. { name: "Grynn" },
  9886. {
  9887. front: {
  9888. height: math.unit(6 + 3/12, "feet"),
  9889. weight: math.unit(215, "lb"),
  9890. name: "Front",
  9891. image: {
  9892. source: "./media/characters/grynn/front.svg",
  9893. extra: 4627/4209 ,
  9894. bottom: 0.047
  9895. }
  9896. },
  9897. },
  9898. [
  9899. {
  9900. name: "Micro",
  9901. height: math.unit(6, "inches")
  9902. },
  9903. {
  9904. name: "Normal",
  9905. height: math.unit(6 + 3/12, "feet"),
  9906. default: true
  9907. },
  9908. {
  9909. name: "Big",
  9910. height: math.unit(104, "feet")
  9911. },
  9912. {
  9913. name: "Macro",
  9914. height: math.unit(944, "feet")
  9915. },
  9916. {
  9917. name: "Macro+",
  9918. height: math.unit(9480, "feet")
  9919. },
  9920. {
  9921. name: "Megamacro",
  9922. height: math.unit(78752, "feet")
  9923. },
  9924. {
  9925. name: "Megamacro+",
  9926. height: math.unit(630128, "feet")
  9927. },
  9928. {
  9929. name: "Megamacro++",
  9930. height: math.unit(3150695, "feet")
  9931. },
  9932. ]
  9933. )
  9934. characterMakers["Mocha Aura"] = () => makeCharacter(
  9935. { name: "Mocha Aura" },
  9936. {
  9937. front: {
  9938. height: math.unit(7 + 5/12, "feet"),
  9939. weight: math.unit(450, "lb"),
  9940. name: "Front",
  9941. image: {
  9942. source: "./media/characters/mocha-aura/front.svg",
  9943. extra: 1907/1817 ,
  9944. bottom: 0.04
  9945. }
  9946. },
  9947. back: {
  9948. height: math.unit(7 + 5/12, "feet"),
  9949. weight: math.unit(450, "lb"),
  9950. name: "Back",
  9951. image: {
  9952. source: "./media/characters/mocha-aura/back.svg",
  9953. extra: 1900/1825 ,
  9954. bottom: 0.045
  9955. }
  9956. },
  9957. },
  9958. [
  9959. {
  9960. name: "Nano",
  9961. height: math.unit(1, "nm")
  9962. },
  9963. {
  9964. name: "Megamicro",
  9965. height: math.unit(1, "mm")
  9966. },
  9967. {
  9968. name: "Micro",
  9969. height: math.unit(3, "inches")
  9970. },
  9971. {
  9972. name: "Normal",
  9973. height: math.unit(7 + 5/12, "feet"),
  9974. default: true
  9975. },
  9976. {
  9977. name: "Macro",
  9978. height: math.unit(30, "feet")
  9979. },
  9980. {
  9981. name: "Megamacro",
  9982. height: math.unit(3500, "feet")
  9983. },
  9984. {
  9985. name: "Teramacro",
  9986. height: math.unit(500000, "miles")
  9987. },
  9988. {
  9989. name: "Petamacro",
  9990. height: math.unit(50000000000000000 , "parsecs")
  9991. },
  9992. ]
  9993. )
  9994. characterMakers["Ilisha Devya"] = () => makeCharacter(
  9995. { name: "Ilisha Devya" },
  9996. {
  9997. front: {
  9998. height: math.unit(6, "feet"),
  9999. weight: math.unit(150, "lb"),
  10000. name: "Front",
  10001. image: {
  10002. source: "./media/characters/ilisha-devya/front.svg",
  10003. extra: 1,
  10004. bottom: 0.175
  10005. }
  10006. },
  10007. back: {
  10008. height: math.unit(6, "feet"),
  10009. weight: math.unit(150, "lb"),
  10010. name: "Back",
  10011. image: {
  10012. source: "./media/characters/ilisha-devya/back.svg",
  10013. extra: 1,
  10014. bottom: 0.015
  10015. }
  10016. },
  10017. },
  10018. [
  10019. {
  10020. name: "Macro",
  10021. height: math.unit(500, "feet"),
  10022. default: true
  10023. },
  10024. {
  10025. name: "Megamacro",
  10026. height: math.unit(10, "miles")
  10027. },
  10028. {
  10029. name: "Gigamacro",
  10030. height: math.unit(100000, "miles")
  10031. },
  10032. {
  10033. name: "Examacro",
  10034. height: math.unit(1e9, "lightyears")
  10035. },
  10036. {
  10037. name: "Omniversal",
  10038. height: math.unit(1e33, "lightyears")
  10039. },
  10040. {
  10041. name: "Beyond Infinite",
  10042. height: math.unit(1e100, "lightyears")
  10043. },
  10044. ]
  10045. )
  10046. characterMakers["Mira"] = () => makeCharacter(
  10047. { name: "Mira" },
  10048. {
  10049. Side: {
  10050. height: math.unit(6, "feet"),
  10051. weight: math.unit(150, "lb"),
  10052. name: "Side",
  10053. image: {
  10054. source: "./media/characters/mira/side.svg",
  10055. extra: 900/799 ,
  10056. bottom: 0.02
  10057. }
  10058. },
  10059. },
  10060. [
  10061. {
  10062. name: "Human Size",
  10063. height: math.unit(6, "feet")
  10064. },
  10065. {
  10066. name: "Macro",
  10067. height: math.unit(100, "feet"),
  10068. default: true
  10069. },
  10070. {
  10071. name: "Megamacro",
  10072. height: math.unit(10, "miles")
  10073. },
  10074. {
  10075. name: "Gigamacro",
  10076. height: math.unit(25000, "miles")
  10077. },
  10078. {
  10079. name: "Teramacro",
  10080. height: math.unit(300, "AU")
  10081. },
  10082. {
  10083. name: "Full Size",
  10084. height: math.unit(4.5e10, "lightyears")
  10085. },
  10086. ]
  10087. )
  10088. characterMakers["Holly"] = () => makeCharacter(
  10089. { name: "Holly" },
  10090. {
  10091. front: {
  10092. height: math.unit(6, "feet"),
  10093. weight: math.unit(150, "lb"),
  10094. name: "Front",
  10095. image: {
  10096. source: "./media/characters/holly/front.svg",
  10097. extra: 639/606
  10098. }
  10099. },
  10100. back: {
  10101. height: math.unit(6, "feet"),
  10102. weight: math.unit(150, "lb"),
  10103. name: "Back",
  10104. image: {
  10105. source: "./media/characters/holly/back.svg",
  10106. extra: 623/598
  10107. }
  10108. },
  10109. frontWorking: {
  10110. height: math.unit(6, "feet"),
  10111. weight: math.unit(150, "lb"),
  10112. name: "Front (Working)",
  10113. image: {
  10114. source: "./media/characters/holly/front-working.svg",
  10115. extra: 607/577 ,
  10116. bottom: 0.048
  10117. }
  10118. },
  10119. },
  10120. [
  10121. {
  10122. name: "Normal",
  10123. height: math.unit(12 + 3/12, "feet"),
  10124. default: true
  10125. },
  10126. ]
  10127. )
  10128. characterMakers["Porter"] = () => makeCharacter(
  10129. { name: "Porter" },
  10130. {
  10131. front: {
  10132. height: math.unit(6, "feet"),
  10133. weight: math.unit(150, "lb"),
  10134. name: "Front",
  10135. image: {
  10136. source: "./media/characters/porter/front.svg",
  10137. extra: 1,
  10138. bottom: 0.01
  10139. }
  10140. },
  10141. frontRobes: {
  10142. height: math.unit(6, "feet"),
  10143. weight: math.unit(150, "lb"),
  10144. name: "Front (Robes)",
  10145. image: {
  10146. source: "./media/characters/porter/front-robes.svg",
  10147. extra: 1.01 ,
  10148. bottom: 0.01
  10149. }
  10150. },
  10151. },
  10152. [
  10153. {
  10154. name: "Normal",
  10155. height: math.unit(11 + 9/12, "feet"),
  10156. default: true
  10157. },
  10158. ]
  10159. )
  10160. characterMakers["Lucy"] = () => makeCharacter(
  10161. { name: "Lucy" },
  10162. {
  10163. legendary: {
  10164. height: math.unit(6, "feet"),
  10165. weight: math.unit(150, "lb"),
  10166. name: "Legendary",
  10167. image: {
  10168. source: "./media/characters/lucy/legendary.svg",
  10169. extra: 1355/1100 ,
  10170. bottom: 0.045
  10171. }
  10172. },
  10173. },
  10174. [
  10175. {
  10176. name: "Legendary",
  10177. height: math.unit(86882*2, "miles"),
  10178. default: true
  10179. },
  10180. ]
  10181. )
  10182. characterMakers["Drusilla"] = () => makeCharacter(
  10183. { name: "Drusilla" },
  10184. {
  10185. front: {
  10186. height: math.unit(6, "feet"),
  10187. weight: math.unit(150, "lb"),
  10188. name: "Front",
  10189. image: {
  10190. source: "./media/characters/drusilla/front.svg",
  10191. extra: 678/635 ,
  10192. bottom: 0.03
  10193. }
  10194. },
  10195. back: {
  10196. height: math.unit(6, "feet"),
  10197. weight: math.unit(150, "lb"),
  10198. name: "Back",
  10199. image: {
  10200. source: "./media/characters/drusilla/back.svg",
  10201. extra: 678/635 ,
  10202. bottom: 0.005
  10203. }
  10204. },
  10205. },
  10206. [
  10207. {
  10208. name: "Macro",
  10209. height: math.unit(100, "feet")
  10210. },
  10211. {
  10212. name: "Canon Height",
  10213. height: math.unit(2000, "feet"),
  10214. default: true
  10215. },
  10216. ]
  10217. )
  10218. characterMakers["Renard Thatch"] = () => makeCharacter(
  10219. { name: "Renard Thatch" },
  10220. {
  10221. front: {
  10222. height: math.unit(6, "feet"),
  10223. weight: math.unit(180, "lb"),
  10224. name: "Front",
  10225. image: {
  10226. source: "./media/characters/renard-thatch/front.svg",
  10227. extra: 2411/2275 ,
  10228. bottom: 0.01
  10229. }
  10230. },
  10231. frontPosing: {
  10232. height: math.unit(6, "feet"),
  10233. weight: math.unit(180, "lb"),
  10234. name: "Front (Posing)",
  10235. image: {
  10236. source: "./media/characters/renard-thatch/front-posing.svg",
  10237. extra: 2381/2261 ,
  10238. bottom: 0.01
  10239. }
  10240. },
  10241. back: {
  10242. height: math.unit(6, "feet"),
  10243. weight: math.unit(180, "lb"),
  10244. name: "Back",
  10245. image: {
  10246. source: "./media/characters/renard-thatch/back.svg",
  10247. extra: 2428/2288
  10248. }
  10249. },
  10250. },
  10251. [
  10252. {
  10253. name: "Micro",
  10254. height: math.unit(3, "inches")
  10255. },
  10256. {
  10257. name: "Default",
  10258. height: math.unit(6, "feet"),
  10259. default: true
  10260. },
  10261. {
  10262. name: "Macro",
  10263. height: math.unit(75, "feet")
  10264. },
  10265. ]
  10266. )
  10267. characterMakers["Sekvra"] = () => makeCharacter(
  10268. { name: "Sekvra" },
  10269. {
  10270. front: {
  10271. height: math.unit(1450, "feet"),
  10272. weight: math.unit(1.21e6, "tons"),
  10273. name: "Front",
  10274. image: {
  10275. source: "./media/characters/sekvra/front.svg",
  10276. extra: 1,
  10277. bottom: 0.03
  10278. }
  10279. },
  10280. frontClothed: {
  10281. height: math.unit(1450, "feet"),
  10282. weight: math.unit(1.21e6, "tons"),
  10283. name: "Front (Clothed)",
  10284. image: {
  10285. source: "./media/characters/sekvra/front-clothed.svg",
  10286. extra: 1,
  10287. bottom: 0.03
  10288. }
  10289. },
  10290. side: {
  10291. height: math.unit(1450, "feet"),
  10292. weight: math.unit(1.21e6, "tons"),
  10293. name: "Side",
  10294. image: {
  10295. source: "./media/characters/sekvra/side.svg",
  10296. extra: 1,
  10297. bottom: 0.025
  10298. }
  10299. },
  10300. back: {
  10301. height: math.unit(1450, "feet"),
  10302. weight: math.unit(1.21e6, "tons"),
  10303. name: "Back",
  10304. image: {
  10305. source: "./media/characters/sekvra/back.svg",
  10306. extra: 1,
  10307. bottom: 0.005
  10308. }
  10309. },
  10310. },
  10311. [
  10312. {
  10313. name: "Macro",
  10314. height: math.unit(1450, "feet"),
  10315. default: true
  10316. },
  10317. {
  10318. name: "Megamacro",
  10319. height: math.unit(15000, "feet")
  10320. },
  10321. ]
  10322. )
  10323. characterMakers["Carmine"] = () => makeCharacter(
  10324. { name: "Carmine" },
  10325. {
  10326. front: {
  10327. height: math.unit(6, "feet"),
  10328. weight: math.unit(150, "lb"),
  10329. name: "Front",
  10330. image: {
  10331. source: "./media/characters/carmine/front.svg",
  10332. extra: 1,
  10333. bottom: 0.035
  10334. }
  10335. },
  10336. frontArmor: {
  10337. height: math.unit(6, "feet"),
  10338. weight: math.unit(150, "lb"),
  10339. name: "Front (Armor)",
  10340. image: {
  10341. source: "./media/characters/carmine/front-armor.svg",
  10342. extra: 1,
  10343. bottom: 0.035
  10344. }
  10345. },
  10346. },
  10347. [
  10348. {
  10349. name: "Large",
  10350. height: math.unit(1, "mile")
  10351. },
  10352. {
  10353. name: "Huge",
  10354. height: math.unit(40, "miles"),
  10355. default: true
  10356. },
  10357. {
  10358. name: "Colossal",
  10359. height: math.unit(2500, "miles")
  10360. },
  10361. ]
  10362. )
  10363. characterMakers["Elyssia"] = () => makeCharacter(
  10364. { name: "Elyssia" },
  10365. {
  10366. front: {
  10367. height: math.unit(6, "feet"),
  10368. weight: math.unit(150, "lb"),
  10369. name: "Front",
  10370. image: {
  10371. source: "./media/characters/elyssia/front.svg",
  10372. extra: 2201/2035 ,
  10373. bottom: 0.05
  10374. }
  10375. },
  10376. frontClothed: {
  10377. height: math.unit(6, "feet"),
  10378. weight: math.unit(150, "lb"),
  10379. name: "Front (Clothed)",
  10380. image: {
  10381. source: "./media/characters/elyssia/front-clothed.svg",
  10382. extra: 2201/2035 ,
  10383. bottom: 0.05
  10384. }
  10385. },
  10386. back: {
  10387. height: math.unit(6, "feet"),
  10388. weight: math.unit(150, "lb"),
  10389. name: "Back",
  10390. image: {
  10391. source: "./media/characters/elyssia/back.svg",
  10392. extra: 2201/2035 ,
  10393. bottom: 0.013
  10394. }
  10395. },
  10396. },
  10397. [
  10398. {
  10399. name: "Smaller",
  10400. height: math.unit(150, "feet")
  10401. },
  10402. {
  10403. name: "Standard",
  10404. height: math.unit(1400, "feet"),
  10405. default: true
  10406. },
  10407. {
  10408. name: "Distracted",
  10409. height: math.unit(15000, "feet")
  10410. },
  10411. ]
  10412. )
  10413. characterMakers["Geno Maxwell"] = () => makeCharacter(
  10414. { name: "Geno Maxwell" },
  10415. {
  10416. front: {
  10417. height: math.unit(7 + 4/12, "feet"),
  10418. weight: math.unit(500, "lb"),
  10419. name: "Front",
  10420. image: {
  10421. source: "./media/characters/geno-maxwell/front.svg",
  10422. extra: 2207/2040 ,
  10423. bottom: 0.015
  10424. }
  10425. },
  10426. },
  10427. [
  10428. {
  10429. name: "Micro",
  10430. height: math.unit(3, "inches")
  10431. },
  10432. {
  10433. name: "Normal",
  10434. height: math.unit(7 + 4/12, "feet"),
  10435. default: true
  10436. },
  10437. {
  10438. name: "Macro",
  10439. height: math.unit(220, "feet")
  10440. },
  10441. {
  10442. name: "Megamacro",
  10443. height: math.unit(11, "miles")
  10444. },
  10445. ]
  10446. )
  10447. characterMakers["Regena Maxwell"] = () => makeCharacter(
  10448. { name: "Regena Maxwell" },
  10449. {
  10450. front: {
  10451. height: math.unit(7 + 4/12, "feet"),
  10452. weight: math.unit(500, "lb"),
  10453. name: "Front",
  10454. image: {
  10455. source: "./media/characters/regena-maxwell/front.svg",
  10456. extra: 3115/2770 ,
  10457. bottom: 0.02
  10458. }
  10459. },
  10460. },
  10461. [
  10462. {
  10463. name: "Normal",
  10464. height: math.unit(7 + 4/12, "feet"),
  10465. default: true
  10466. },
  10467. {
  10468. name: "Macro",
  10469. height: math.unit(220, "feet")
  10470. },
  10471. {
  10472. name: "Megamacro",
  10473. height: math.unit(11, "miles")
  10474. },
  10475. ]
  10476. )
  10477. characterMakers["XGlidingDragonX"] = () => makeCharacter(
  10478. { name: "XGlidingDragonX" },
  10479. {
  10480. front: {
  10481. height: math.unit(6, "feet"),
  10482. weight: math.unit(150, "lb"),
  10483. name: "Front",
  10484. image: {
  10485. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10486. extra: 860/690 ,
  10487. bottom: 0.03
  10488. }
  10489. },
  10490. },
  10491. [
  10492. {
  10493. name: "Normal",
  10494. height: math.unit(1.7, "meters"),
  10495. default: true
  10496. },
  10497. ]
  10498. )
  10499. characterMakers["Quilly"] = () => makeCharacter(
  10500. { name: "Quilly" },
  10501. {
  10502. front: {
  10503. height: math.unit(6, "feet"),
  10504. weight: math.unit(150, "lb"),
  10505. name: "Front",
  10506. image: {
  10507. source: "./media/characters/quilly/front.svg",
  10508. extra: 890/776
  10509. }
  10510. },
  10511. },
  10512. [
  10513. {
  10514. name: "Gigamacro",
  10515. height: math.unit(404090, "miles"),
  10516. default: true
  10517. },
  10518. ]
  10519. )
  10520. characterMakers["Tempest"] = () => makeCharacter(
  10521. { name: "Tempest" },
  10522. {
  10523. front: {
  10524. height: math.unit(7 + 8/12, "feet"),
  10525. weight: math.unit(350, "lb"),
  10526. name: "Front",
  10527. image: {
  10528. source: "./media/characters/tempest/front.svg",
  10529. extra: 1175/1086 ,
  10530. bottom: 0.02
  10531. }
  10532. },
  10533. },
  10534. [
  10535. {
  10536. name: "Normal",
  10537. height: math.unit(7 + 8/12, "feet"),
  10538. default: true
  10539. },
  10540. ]
  10541. )
  10542. characterMakers["Rodger"] = () => makeCharacter(
  10543. { name: "Rodger" },
  10544. {
  10545. side: {
  10546. height: math.unit(4 + 5/12, "feet"),
  10547. weight: math.unit(80, "lb"),
  10548. name: "Side",
  10549. image: {
  10550. source: "./media/characters/rodger/side.svg",
  10551. extra: 1235/1118
  10552. }
  10553. },
  10554. },
  10555. [
  10556. {
  10557. name: "Micro",
  10558. height: math.unit(1, "inch")
  10559. },
  10560. {
  10561. name: "Normal",
  10562. height: math.unit(4 + 5/12, "feet"),
  10563. default: true
  10564. },
  10565. {
  10566. name: "Macro",
  10567. height: math.unit(120, "feet")
  10568. },
  10569. ]
  10570. )
  10571. characterMakers["Danyel"] = () => makeCharacter(
  10572. { name: "Danyel" },
  10573. {
  10574. front: {
  10575. height: math.unit(6, "feet"),
  10576. weight: math.unit(150, "lb"),
  10577. name: "Front",
  10578. image: {
  10579. source: "./media/characters/danyel/front.svg",
  10580. extra: 1185/1123 ,
  10581. bottom: 0.05
  10582. }
  10583. },
  10584. },
  10585. [
  10586. {
  10587. name: "Shrunken",
  10588. height: math.unit(0.5, "mm")
  10589. },
  10590. {
  10591. name: "Micro",
  10592. height: math.unit(1, "mm"),
  10593. default: true
  10594. },
  10595. {
  10596. name: "Upsized",
  10597. height: math.unit(5 + 5/12, "feet")
  10598. },
  10599. ]
  10600. )
  10601. characterMakers["Vivian Bijoux"] = () => makeCharacter(
  10602. { name: "Vivian Bijoux" },
  10603. {
  10604. front: {
  10605. height: math.unit(5 + 6/12, "feet"),
  10606. weight: math.unit(200, "lb"),
  10607. name: "Front",
  10608. image: {
  10609. source: "./media/characters/vivian-bijoux/front.svg",
  10610. extra: 1,
  10611. bottom: 0.072
  10612. }
  10613. },
  10614. },
  10615. [
  10616. {
  10617. name: "Normal",
  10618. height: math.unit(5 + 6/12, "feet"),
  10619. default: true
  10620. },
  10621. {
  10622. name: "Bad Dream",
  10623. height: math.unit(500, "feet")
  10624. },
  10625. {
  10626. name: "Nightmare",
  10627. height: math.unit(500, "miles")
  10628. },
  10629. ]
  10630. )
  10631. characterMakers["Zeta"] = () => makeCharacter(
  10632. { name: "Zeta" },
  10633. {
  10634. front: {
  10635. height: math.unit(6 + 1/12, "feet"),
  10636. weight: math.unit(260, "lb"),
  10637. name: "Front",
  10638. image: {
  10639. source: "./media/characters/zeta/front.svg",
  10640. extra: 1968/1889 ,
  10641. bottom: 0.06
  10642. }
  10643. },
  10644. back: {
  10645. height: math.unit(6 + 1/12, "feet"),
  10646. weight: math.unit(260, "lb"),
  10647. name: "Back",
  10648. image: {
  10649. source: "./media/characters/zeta/back.svg",
  10650. extra: 1944/1858 ,
  10651. bottom: 0.03
  10652. }
  10653. },
  10654. hand: {
  10655. height: math.unit(1.112, "feet"),
  10656. name: "Hand",
  10657. image: {
  10658. source: "./media/characters/zeta/hand.svg"
  10659. }
  10660. },
  10661. foot: {
  10662. height: math.unit(1.48, "feet"),
  10663. name: "Foot",
  10664. image: {
  10665. source: "./media/characters/zeta/foot.svg"
  10666. }
  10667. },
  10668. },
  10669. [
  10670. {
  10671. name: "Micro",
  10672. height: math.unit(6, "inches")
  10673. },
  10674. {
  10675. name: "Normal",
  10676. height: math.unit(6 + 1/12, "feet"),
  10677. default: true
  10678. },
  10679. {
  10680. name: "Macro",
  10681. height: math.unit(20, "feet")
  10682. },
  10683. ]
  10684. )
  10685. characterMakers["Jamie Larsen"] = () => makeCharacter(
  10686. { name: "Jamie Larsen" },
  10687. {
  10688. front: {
  10689. height: math.unit(6, "feet"),
  10690. weight: math.unit(150, "lb"),
  10691. name: "Front",
  10692. image: {
  10693. source: "./media/characters/jamie-larsen/front.svg",
  10694. extra: 962/933 ,
  10695. bottom: 0.02
  10696. }
  10697. },
  10698. back: {
  10699. height: math.unit(6, "feet"),
  10700. weight: math.unit(150, "lb"),
  10701. name: "Back",
  10702. image: {
  10703. source: "./media/characters/jamie-larsen/back.svg",
  10704. extra: 997/946
  10705. }
  10706. },
  10707. },
  10708. [
  10709. {
  10710. name: "Macro",
  10711. height: math.unit(28 + 7/12, "feet"),
  10712. default: true
  10713. },
  10714. {
  10715. name: "Macro+",
  10716. height: math.unit(180, "feet")
  10717. },
  10718. {
  10719. name: "Megamacro",
  10720. height: math.unit(10, "miles")
  10721. },
  10722. {
  10723. name: "Gigamacro",
  10724. height: math.unit(200000, "miles")
  10725. },
  10726. ]
  10727. )
  10728. characterMakers["Vance"] = () => makeCharacter(
  10729. { name: "Vance" },
  10730. {
  10731. front: {
  10732. height: math.unit(6, "feet"),
  10733. weight: math.unit(120, "lb"),
  10734. name: "Front",
  10735. image: {
  10736. source: "./media/characters/vance/front.svg",
  10737. extra: 1980/1890 ,
  10738. bottom: 0.09
  10739. }
  10740. },
  10741. back: {
  10742. height: math.unit(6, "feet"),
  10743. weight: math.unit(120, "lb"),
  10744. name: "Back",
  10745. image: {
  10746. source: "./media/characters/vance/back.svg",
  10747. extra: 2081/1994 ,
  10748. bottom: 0.014
  10749. }
  10750. },
  10751. hand: {
  10752. height: math.unit(0.88, "feet"),
  10753. name: "Hand",
  10754. image: {
  10755. source: "./media/characters/vance/hand.svg"
  10756. }
  10757. },
  10758. foot: {
  10759. height: math.unit(0.64, "feet"),
  10760. name: "Foot",
  10761. image: {
  10762. source: "./media/characters/vance/foot.svg"
  10763. }
  10764. },
  10765. },
  10766. [
  10767. {
  10768. name: "Small",
  10769. height: math.unit(90, "feet"),
  10770. default: true
  10771. },
  10772. {
  10773. name: "Macro",
  10774. height: math.unit(100, "meters")
  10775. },
  10776. {
  10777. name: "Megamacro",
  10778. height: math.unit(15, "miles")
  10779. },
  10780. ]
  10781. )
  10782. characterMakers["Xochitl"] = () => makeCharacter(
  10783. { name: "Xochitl" },
  10784. {
  10785. front: {
  10786. height: math.unit(6, "feet"),
  10787. weight: math.unit(180, "lb"),
  10788. name: "Front",
  10789. image: {
  10790. source: "./media/characters/xochitl/front.svg",
  10791. extra: 2297/2261 ,
  10792. bottom: 0.065
  10793. }
  10794. },
  10795. back: {
  10796. height: math.unit(6, "feet"),
  10797. weight: math.unit(180, "lb"),
  10798. name: "Back",
  10799. image: {
  10800. source: "./media/characters/xochitl/back.svg",
  10801. extra: 2386/2354 ,
  10802. bottom: 0.01
  10803. }
  10804. },
  10805. foot: {
  10806. height: math.unit(6/5 * 1.15, "feet"),
  10807. weight: math.unit(150, "lb"),
  10808. name: "Foot",
  10809. image: {
  10810. source: "./media/characters/xochitl/foot.svg"
  10811. }
  10812. },
  10813. },
  10814. [
  10815. {
  10816. name: "Macro",
  10817. height: math.unit(80, "feet")
  10818. },
  10819. {
  10820. name: "Macro+",
  10821. height: math.unit(400, "feet"),
  10822. default: true
  10823. },
  10824. {
  10825. name: "Gigamacro",
  10826. height: math.unit(80000, "miles")
  10827. },
  10828. {
  10829. name: "Gigamacro+",
  10830. height: math.unit(400000, "miles")
  10831. },
  10832. {
  10833. name: "Teramacro",
  10834. height: math.unit(300, "AU")
  10835. },
  10836. ]
  10837. )
  10838. characterMakers["Vincent"] = () => makeCharacter(
  10839. { name: "Vincent" },
  10840. {
  10841. front: {
  10842. height: math.unit(6, "feet"),
  10843. weight: math.unit(150, "lb"),
  10844. name: "Front",
  10845. image: {
  10846. source: "./media/characters/vincent/front.svg",
  10847. extra: 1130/1080 ,
  10848. bottom: 0.055
  10849. }
  10850. },
  10851. beak: {
  10852. height: math.unit(6 * 0.1, "feet"),
  10853. name: "Beak",
  10854. image: {
  10855. source: "./media/characters/vincent/beak.svg"
  10856. }
  10857. },
  10858. hand: {
  10859. height: math.unit(6 * 0.85, "feet"),
  10860. weight: math.unit(150, "lb"),
  10861. name: "Hand",
  10862. image: {
  10863. source: "./media/characters/vincent/hand.svg"
  10864. }
  10865. },
  10866. foot: {
  10867. height: math.unit(6 * 0.19, "feet"),
  10868. weight: math.unit(150, "lb"),
  10869. name: "Foot",
  10870. image: {
  10871. source: "./media/characters/vincent/foot.svg"
  10872. }
  10873. },
  10874. },
  10875. [
  10876. {
  10877. name: "Base",
  10878. height: math.unit(6 + 5/12, "feet"),
  10879. default: true
  10880. },
  10881. {
  10882. name: "Macro",
  10883. height: math.unit(300, "feet")
  10884. },
  10885. {
  10886. name: "Megamacro",
  10887. height: math.unit(2, "miles")
  10888. },
  10889. {
  10890. name: "Gigamacro",
  10891. height: math.unit(1000, "miles")
  10892. },
  10893. ]
  10894. )
  10895. characterMakers["Jay"] = () => makeCharacter(
  10896. { name: "Jay" },
  10897. {
  10898. front: {
  10899. height: math.unit(6 + 2/12, "feet"),
  10900. weight: math.unit(65, "lb"),
  10901. name: "Front",
  10902. image: {
  10903. source: "./media/characters/jay/front.svg",
  10904. extra: 1510/1430 ,
  10905. bottom: 0.042
  10906. }
  10907. },
  10908. back: {
  10909. height: math.unit(6 + 2/12, "feet"),
  10910. weight: math.unit(65, "lb"),
  10911. name: "Back",
  10912. image: {
  10913. source: "./media/characters/jay/back.svg",
  10914. extra: 1510/1430 ,
  10915. bottom: 0.025
  10916. }
  10917. },
  10918. clothed: {
  10919. height: math.unit(6 + 2/12, "feet"),
  10920. weight: math.unit(65, "lb"),
  10921. name: "Front (Clothed)",
  10922. image: {
  10923. source: "./media/characters/jay/clothed.svg",
  10924. extra: 744/699 ,
  10925. bottom: 0.043
  10926. }
  10927. },
  10928. },
  10929. [
  10930. {
  10931. name: "Micro",
  10932. height: math.unit(1, "inch")
  10933. },
  10934. {
  10935. name: "Normal",
  10936. height: math.unit(6 + 2/12, "feet"),
  10937. default: true
  10938. },
  10939. {
  10940. name: "Macro",
  10941. height: math.unit(1, "mile")
  10942. },
  10943. {
  10944. name: "Megamacro",
  10945. height: math.unit(100, "miles")
  10946. },
  10947. ]
  10948. )
  10949. characterMakers["Coatl"] = () => makeCharacter(
  10950. { name: "Coatl" },
  10951. {
  10952. front: {
  10953. height: math.unit(2, "meters"),
  10954. weight: math.unit(500 , "kg"),
  10955. name: "Front",
  10956. image: {
  10957. source: "./media/characters/coatl/front.svg",
  10958. extra: 3948 / 3500 ,
  10959. bottom: 0.082
  10960. }
  10961. },
  10962. },
  10963. [
  10964. {
  10965. name: "Normal",
  10966. height: math.unit(4, "meters")
  10967. },
  10968. {
  10969. name: "Macro",
  10970. height: math.unit(100, "meters"),
  10971. default: true
  10972. },
  10973. {
  10974. name: "Macro+",
  10975. height: math.unit(300, "meters")
  10976. },
  10977. {
  10978. name: "Megamacro",
  10979. height: math.unit(3, "gigameters")
  10980. },
  10981. {
  10982. name: "Megamacro+",
  10983. height: math.unit(300, "terameters")
  10984. },
  10985. {
  10986. name: "Megamacro++",
  10987. height: math.unit(3, "lightyears")
  10988. },
  10989. ]
  10990. )
  10991. characterMakers["Shiroryu"] = () => makeCharacter(
  10992. { name: "Shiroryu" },
  10993. {
  10994. front: {
  10995. height: math.unit(6, "feet"),
  10996. weight: math.unit(50, "kg"),
  10997. name: "front",
  10998. image: {
  10999. source: "./media/characters/shiroryu/front.svg",
  11000. extra: 1990/1935
  11001. }
  11002. },
  11003. },
  11004. [
  11005. {
  11006. name: "Mortal Mingling",
  11007. height: math.unit(3, "meters")
  11008. },
  11009. {
  11010. name: "Kaiju-ish",
  11011. height: math.unit(250, "meters")
  11012. },
  11013. {
  11014. name: "Somewhat Godly",
  11015. height: math.unit(400, "km"),
  11016. default: true
  11017. },
  11018. {
  11019. name: "Planetary",
  11020. height: math.unit(300, "megameters")
  11021. },
  11022. {
  11023. name: "Galaxy-dwarfing",
  11024. height: math.unit(450, "kiloparsecs")
  11025. },
  11026. {
  11027. name: "Universe Eater",
  11028. height: math.unit(150, "gigaparsecs")
  11029. },
  11030. {
  11031. name: "Almost Immeasurable",
  11032. height: math.unit(1.3e266, "yottaparsecs")
  11033. },
  11034. ]
  11035. )
  11036. characterMakers["Umeko"] = () => makeCharacter(
  11037. { name: "Umeko" },
  11038. {
  11039. front: {
  11040. height: math.unit(6, "feet"),
  11041. weight: math.unit(150, "lb"),
  11042. name: "Front",
  11043. image: {
  11044. source: "./media/characters/umeko/front.svg",
  11045. extra: 1,
  11046. bottom: 0.019
  11047. }
  11048. },
  11049. frontArmored: {
  11050. height: math.unit(6, "feet"),
  11051. weight: math.unit(150, "lb"),
  11052. name: "Front (Armored)",
  11053. image: {
  11054. source: "./media/characters/umeko/front-armored.svg",
  11055. extra: 1,
  11056. bottom: 0.021
  11057. }
  11058. },
  11059. },
  11060. [
  11061. {
  11062. name: "Macro",
  11063. height: math.unit(220, "feet"),
  11064. default: true
  11065. },
  11066. {
  11067. name: "Guardian Dragon",
  11068. height: math.unit(50, "miles")
  11069. },
  11070. {
  11071. name: "Cosmic",
  11072. height: math.unit(800000, "miles")
  11073. },
  11074. ]
  11075. )
  11076. characterMakers["Cassidy"] = () => makeCharacter(
  11077. { name: "Cassidy" },
  11078. {
  11079. front: {
  11080. height: math.unit(6, "feet"),
  11081. weight: math.unit(150, "lb"),
  11082. name: "Front",
  11083. image: {
  11084. source: "./media/characters/cassidy/front.svg",
  11085. extra: 1,
  11086. bottom: 0.043
  11087. }
  11088. },
  11089. },
  11090. [
  11091. {
  11092. name: "Canon Height",
  11093. height: math.unit(120, "feet"),
  11094. default: true
  11095. },
  11096. {
  11097. name: "Macro+",
  11098. height: math.unit(400, "feet")
  11099. },
  11100. {
  11101. name: "Macro++",
  11102. height: math.unit(4000, "feet")
  11103. },
  11104. {
  11105. name: "Megamacro",
  11106. height: math.unit(3, "miles")
  11107. },
  11108. ]
  11109. )
  11110. characterMakers["Isaac"] = () => makeCharacter(
  11111. { name: "Isaac" },
  11112. {
  11113. front: {
  11114. height: math.unit(6, "feet"),
  11115. weight: math.unit(150, "lb"),
  11116. name: "Front",
  11117. image: {
  11118. source: "./media/characters/isaac/front.svg",
  11119. extra: 896/815 ,
  11120. bottom: 0.11
  11121. }
  11122. },
  11123. },
  11124. [
  11125. {
  11126. name: "Human Size",
  11127. height: math.unit(8, "feet"),
  11128. default: true
  11129. },
  11130. {
  11131. name: "Macro",
  11132. height: math.unit(400, "feet")
  11133. },
  11134. {
  11135. name: "Megamacro",
  11136. height: math.unit(50, "miles")
  11137. },
  11138. {
  11139. name: "Canon Height",
  11140. height: math.unit(200, "AU")
  11141. },
  11142. ]
  11143. )
  11144. characterMakers["Sleekit"] = () => makeCharacter(
  11145. { name: "Sleekit" },
  11146. {
  11147. front: {
  11148. height: math.unit(6, "feet"),
  11149. weight: math.unit(72, "kg"),
  11150. name: "Front",
  11151. image: {
  11152. source: "./media/characters/sleekit/front.svg",
  11153. extra: 4693/4487 ,
  11154. bottom: 0.012
  11155. }
  11156. },
  11157. },
  11158. [
  11159. {
  11160. name: "Minimum Height",
  11161. height: math.unit(10, "meters")
  11162. },
  11163. {
  11164. name: "Smaller",
  11165. height: math.unit(25, "meters")
  11166. },
  11167. {
  11168. name: "Larger",
  11169. height: math.unit(38, "meters"),
  11170. default: true
  11171. },
  11172. {
  11173. name: "Maximum height",
  11174. height: math.unit(100, "meters")
  11175. },
  11176. ]
  11177. )
  11178. characterMakers["Nillia"] = () => makeCharacter(
  11179. { name: "Nillia" },
  11180. {
  11181. front: {
  11182. height: math.unit(6, "feet"),
  11183. weight: math.unit(150, "lb"),
  11184. name: "Front",
  11185. image: {
  11186. source: "./media/characters/nillia/front.svg",
  11187. extra: 2195/2037 ,
  11188. bottom: 0.005
  11189. }
  11190. },
  11191. back: {
  11192. height: math.unit(6, "feet"),
  11193. weight: math.unit(150, "lb"),
  11194. name: "Back",
  11195. image: {
  11196. source: "./media/characters/nillia/back.svg",
  11197. extra: 2195/2037 ,
  11198. bottom: 0.005
  11199. }
  11200. },
  11201. },
  11202. [
  11203. {
  11204. name: "Canon Height",
  11205. height: math.unit(489, "feet"),
  11206. default: true
  11207. }
  11208. ]
  11209. )
  11210. characterMakers["Mesmyriza"] = () => makeCharacter(
  11211. { name: "Mesmyriza" },
  11212. {
  11213. front: {
  11214. height: math.unit(6, "feet"),
  11215. weight: math.unit(150, "lb"),
  11216. name: "Front",
  11217. image: {
  11218. source: "./media/characters/mesmyriza/front.svg",
  11219. extra: 2067/1784 ,
  11220. bottom: 0.035
  11221. }
  11222. },
  11223. foot: {
  11224. height: math.unit(6/(250/35), "feet"),
  11225. name: "Foot",
  11226. image: {
  11227. source: "./media/characters/mesmyriza/foot.svg"
  11228. }
  11229. },
  11230. },
  11231. [
  11232. {
  11233. name: "Macro",
  11234. height: math.unit(457, "meters"),
  11235. default: true
  11236. },
  11237. {
  11238. name: "Megamacro",
  11239. height: math.unit(8, "megameters")
  11240. },
  11241. ]
  11242. )
  11243. characterMakers["Saudade"] = () => makeCharacter(
  11244. { name: "Saudade" },
  11245. {
  11246. front: {
  11247. height: math.unit(6, "feet"),
  11248. weight: math.unit(250, "lb"),
  11249. name: "Front",
  11250. image: {
  11251. source: "./media/characters/saudade/front.svg",
  11252. extra: 1172/1139 ,
  11253. bottom: 0.035
  11254. }
  11255. },
  11256. },
  11257. [
  11258. {
  11259. name: "Micro",
  11260. height: math.unit(3, "inches")
  11261. },
  11262. {
  11263. name: "Normal",
  11264. height: math.unit(6, "feet"),
  11265. default: true
  11266. },
  11267. {
  11268. name: "Macro",
  11269. height: math.unit(50, "feet")
  11270. },
  11271. {
  11272. name: "Megamacro",
  11273. height: math.unit(2800, "feet")
  11274. },
  11275. ]
  11276. )
  11277. characterMakers["Keireer"] = () => makeCharacter(
  11278. { name: "Keireer" },
  11279. {
  11280. front: {
  11281. height: math.unit(5 + 4/12, "feet"),
  11282. weight: math.unit(100, "lb"),
  11283. name: "Front",
  11284. image: {
  11285. source: "./media/characters/keireer/front.svg",
  11286. extra: 716/666 ,
  11287. bottom: 0.05
  11288. }
  11289. },
  11290. },
  11291. [
  11292. {
  11293. name: "Normal",
  11294. height: math.unit(5 + 4/12, "feet"),
  11295. default: true
  11296. },
  11297. ]
  11298. )
  11299. characterMakers["Mirja"] = () => makeCharacter(
  11300. { name: "Mirja" },
  11301. {
  11302. front: {
  11303. height: math.unit(6, "feet"),
  11304. weight: math.unit(90, "kg"),
  11305. name: "Front",
  11306. image: {
  11307. source: "./media/characters/mirja/front.svg",
  11308. extra: 1789/1683 ,
  11309. bottom: 0.05
  11310. }
  11311. },
  11312. frontDressed: {
  11313. height: math.unit(6, "feet"),
  11314. weight: math.unit(90, "lb"),
  11315. name: "Front (Dressed)",
  11316. image: {
  11317. source: "./media/characters/mirja/front-dressed.svg",
  11318. extra: 1789/1683 ,
  11319. bottom: 0.05
  11320. }
  11321. },
  11322. back: {
  11323. height: math.unit(6, "feet"),
  11324. weight: math.unit(90, "lb"),
  11325. name: "Back",
  11326. image: {
  11327. source: "./media/characters/mirja/back.svg",
  11328. extra: 953/917 ,
  11329. bottom: 0.017
  11330. }
  11331. },
  11332. },
  11333. [
  11334. {
  11335. name: "\"Incognito\"",
  11336. height: math.unit(3, "meters")
  11337. },
  11338. {
  11339. name: "Strolling Size",
  11340. height: math.unit(15, "km")
  11341. },
  11342. {
  11343. name: "Larger Strolling Size",
  11344. height: math.unit(400, "km")
  11345. },
  11346. {
  11347. name: "Preferred Size",
  11348. height: math.unit(5000, "km")
  11349. },
  11350. {
  11351. name: "True Size",
  11352. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11353. default: true
  11354. },
  11355. ]
  11356. )
  11357. characterMakers["Nightraver"] = () => makeCharacter(
  11358. { name: "Nightraver" },
  11359. {
  11360. front: {
  11361. height: math.unit(15, "feet"),
  11362. weight: math.unit(880, "kg"),
  11363. name: "Front",
  11364. image: {
  11365. source: "./media/characters/nightraver/front.svg",
  11366. extra: 2444/2160 ,
  11367. bottom: 0.027
  11368. }
  11369. },
  11370. back: {
  11371. height: math.unit(15, "feet"),
  11372. weight: math.unit(880, "kg"),
  11373. name: "Back",
  11374. image: {
  11375. source: "./media/characters/nightraver/back.svg",
  11376. extra: 2309/2180 ,
  11377. bottom: 0.005
  11378. }
  11379. },
  11380. sole: {
  11381. height: math.unit(2.878, "feet"),
  11382. name: "Sole",
  11383. image: {
  11384. source: "./media/characters/nightraver/sole.svg"
  11385. }
  11386. },
  11387. foot: {
  11388. height: math.unit(2.285, "feet"),
  11389. name: "Foot",
  11390. image: {
  11391. source: "./media/characters/nightraver/foot.svg"
  11392. }
  11393. },
  11394. maw: {
  11395. height: math.unit(2.67, "feet"),
  11396. name: "Maw",
  11397. image: {
  11398. source: "./media/characters/nightraver/maw.svg"
  11399. }
  11400. },
  11401. },
  11402. [
  11403. {
  11404. name: "Micro",
  11405. height: math.unit(1, "cm")
  11406. },
  11407. {
  11408. name: "Normal",
  11409. height: math.unit(15, "feet"),
  11410. default: true
  11411. },
  11412. {
  11413. name: "Macro",
  11414. height: math.unit(300, "feet")
  11415. },
  11416. {
  11417. name: "Megamacro",
  11418. height: math.unit(300, "miles")
  11419. },
  11420. {
  11421. name: "Gigamacro",
  11422. height: math.unit(10000, "miles")
  11423. },
  11424. ]
  11425. )
  11426. characterMakers["Arc"] = () => makeCharacter(
  11427. { name: "Arc" },
  11428. {
  11429. side: {
  11430. height: math.unit(2, "inches"),
  11431. weight: math.unit(5, "grams"),
  11432. name: "Side",
  11433. image: {
  11434. source: "./media/characters/arc/side.svg"
  11435. }
  11436. },
  11437. },
  11438. [
  11439. {
  11440. name: "Micro",
  11441. height: math.unit(2, "inches"),
  11442. default: true
  11443. },
  11444. ]
  11445. )
  11446. characterMakers["Nebula Shahar"] = () => makeCharacter(
  11447. { name: "Nebula Shahar" },
  11448. {
  11449. front: {
  11450. height: math.unit(1.1938, "meters"),
  11451. weight: math.unit(54, "kg"),
  11452. name: "Front",
  11453. image: {
  11454. source: "./media/characters/nebula-shahar/front.svg",
  11455. extra: 1642/1436 ,
  11456. bottom: 0.06
  11457. }
  11458. },
  11459. },
  11460. [
  11461. {
  11462. name: "Megamicro",
  11463. height: math.unit(0.3, "mm")
  11464. },
  11465. {
  11466. name: "Micro",
  11467. height: math.unit(3, "cm")
  11468. },
  11469. {
  11470. name: "Normal",
  11471. height: math.unit(138, "cm"),
  11472. default: true
  11473. },
  11474. {
  11475. name: "Macro",
  11476. height: math.unit(30, "m")
  11477. },
  11478. ]
  11479. )
  11480. characterMakers["Shayla"] = () => makeCharacter(
  11481. { name: "Shayla" },
  11482. {
  11483. front: {
  11484. height: math.unit(5.24, "feet"),
  11485. weight: math.unit(150, "lb"),
  11486. name: "Front",
  11487. image: {
  11488. source: "./media/characters/shayla/front.svg",
  11489. extra: 1512/1414 ,
  11490. bottom: 0.01
  11491. }
  11492. },
  11493. back: {
  11494. height: math.unit(5.24, "feet"),
  11495. weight: math.unit(150, "lb"),
  11496. name: "Back",
  11497. image: {
  11498. source: "./media/characters/shayla/back.svg",
  11499. extra: 1512/1414
  11500. }
  11501. },
  11502. hand: {
  11503. height: math.unit(0.7781496062992126, "feet"),
  11504. name: "Hand",
  11505. image: {
  11506. source: "./media/characters/shayla/hand.svg"
  11507. }
  11508. },
  11509. foot: {
  11510. height: math.unit(1.4206036745406823, "feet"),
  11511. name: "Foot",
  11512. image: {
  11513. source: "./media/characters/shayla/foot.svg"
  11514. }
  11515. },
  11516. },
  11517. [
  11518. {
  11519. name: "Micro",
  11520. height: math.unit(0.32, "feet")
  11521. },
  11522. {
  11523. name: "Normal",
  11524. height: math.unit(5.24, "feet"),
  11525. default: true
  11526. },
  11527. {
  11528. name: "Macro",
  11529. height: math.unit(492.12, "feet")
  11530. },
  11531. {
  11532. name: "Megamacro",
  11533. height: math.unit(186.41, "miles")
  11534. },
  11535. ]
  11536. )
  11537. characterMakers["Pia Jr."] = () => makeCharacter(
  11538. { name: "Pia Jr." },
  11539. {
  11540. front: {
  11541. height: math.unit(2.2, "m"),
  11542. weight: math.unit(120, "kg"),
  11543. name: "Front",
  11544. image: {
  11545. source: "./media/characters/pia-jr/front.svg",
  11546. extra: 1000/970 ,
  11547. bottom: 0.035
  11548. }
  11549. },
  11550. hand: {
  11551. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11552. name: "Hand",
  11553. image: {
  11554. source: "./media/characters/pia-jr/hand.svg"
  11555. }
  11556. },
  11557. paw: {
  11558. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11559. name: "Paw",
  11560. image: {
  11561. source: "./media/characters/pia-jr/paw.svg"
  11562. }
  11563. },
  11564. },
  11565. [
  11566. {
  11567. name: "Micro",
  11568. height: math.unit(1.2, "cm")
  11569. },
  11570. {
  11571. name: "Normal",
  11572. height: math.unit(2.2, "m"),
  11573. default: true
  11574. },
  11575. {
  11576. name: "Macro",
  11577. height: math.unit(180, "m")
  11578. },
  11579. {
  11580. name: "Megamacro",
  11581. height: math.unit(420, "km")
  11582. },
  11583. ]
  11584. )
  11585. characterMakers["Pia Sr."] = () => makeCharacter(
  11586. { name: "Pia Sr." },
  11587. {
  11588. front: {
  11589. height: math.unit(2, "m"),
  11590. weight: math.unit(115, "kg"),
  11591. name: "Front",
  11592. image: {
  11593. source: "./media/characters/pia-sr/front.svg",
  11594. extra: 760/730 ,
  11595. bottom: 0.015
  11596. }
  11597. },
  11598. back: {
  11599. height: math.unit(2, "m"),
  11600. weight: math.unit(115, "kg"),
  11601. name: "Back",
  11602. image: {
  11603. source: "./media/characters/pia-sr/back.svg",
  11604. extra: 760/730 ,
  11605. bottom: 0.01
  11606. }
  11607. },
  11608. hand: {
  11609. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11610. name: "Hand",
  11611. image: {
  11612. source: "./media/characters/pia-sr/hand.svg"
  11613. }
  11614. },
  11615. foot: {
  11616. height: math.unit(1.83, "feet"),
  11617. name: "Foot",
  11618. image: {
  11619. source: "./media/characters/pia-sr/foot.svg"
  11620. }
  11621. },
  11622. },
  11623. [
  11624. {
  11625. name: "Micro",
  11626. height: math.unit(88, "mm")
  11627. },
  11628. {
  11629. name: "Normal",
  11630. height: math.unit(2, "m"),
  11631. default: true
  11632. },
  11633. {
  11634. name: "Macro",
  11635. height: math.unit(200, "m")
  11636. },
  11637. {
  11638. name: "Megamacro",
  11639. height: math.unit(420, "km")
  11640. },
  11641. ]
  11642. )
  11643. characterMakers["KIBIBYTE"] = () => makeCharacter(
  11644. { name: "KIBIBYTE" },
  11645. {
  11646. front: {
  11647. height: math.unit(8 + 2/12, "feet"),
  11648. weight: math.unit(300, "lb"),
  11649. name: "Front",
  11650. image: {
  11651. source: "./media/characters/kibibyte/front.svg",
  11652. extra: 2221/2098 ,
  11653. bottom: 0.04
  11654. }
  11655. },
  11656. },
  11657. [
  11658. {
  11659. name: "Normal",
  11660. height: math.unit(8 + 2/12, "feet"),
  11661. default: true
  11662. },
  11663. {
  11664. name: "Socialable Macro",
  11665. height: math.unit(50, "feet")
  11666. },
  11667. {
  11668. name: "Macro",
  11669. height: math.unit(300, "feet")
  11670. },
  11671. {
  11672. name: "Megamacro",
  11673. height: math.unit(500, "miles")
  11674. },
  11675. ]
  11676. )
  11677. characterMakers["Felix"] = () => makeCharacter(
  11678. { name: "Felix" },
  11679. {
  11680. front: {
  11681. height: math.unit(6, "feet"),
  11682. weight: math.unit(150, "lb"),
  11683. name: "Front",
  11684. image: {
  11685. source: "./media/characters/felix/front.svg",
  11686. extra: 762/722 ,
  11687. bottom: 0.02
  11688. }
  11689. },
  11690. frontClothed: {
  11691. height: math.unit(6, "feet"),
  11692. weight: math.unit(150, "lb"),
  11693. name: "Front (Clothed)",
  11694. image: {
  11695. source: "./media/characters/felix/front-clothed.svg",
  11696. extra: 762/722 ,
  11697. bottom: 0.02
  11698. }
  11699. },
  11700. },
  11701. [
  11702. {
  11703. name: "Normal",
  11704. height: math.unit(6 + 8/12, "feet"),
  11705. default: true
  11706. },
  11707. {
  11708. name: "Macro",
  11709. height: math.unit(2600, "feet")
  11710. },
  11711. {
  11712. name: "Megamacro",
  11713. height: math.unit(450, "miles")
  11714. },
  11715. ]
  11716. )
  11717. characterMakers["Tobo"] = () => makeCharacter(
  11718. { name: "Tobo" },
  11719. {
  11720. front: {
  11721. height: math.unit(6 + 1/12, "feet"),
  11722. weight: math.unit(250, "lb"),
  11723. name: "Front",
  11724. image: {
  11725. source: "./media/characters/tobo/front.svg",
  11726. extra: 608/586 ,
  11727. bottom: 0.023
  11728. }
  11729. },
  11730. back: {
  11731. height: math.unit(6 + 1/12, "feet"),
  11732. weight: math.unit(250, "lb"),
  11733. name: "Back",
  11734. image: {
  11735. source: "./media/characters/tobo/back.svg",
  11736. extra: 608/586
  11737. }
  11738. },
  11739. },
  11740. [
  11741. {
  11742. name: "Nano",
  11743. height: math.unit(2, "nm")
  11744. },
  11745. {
  11746. name: "Megamicro",
  11747. height: math.unit(0.1, "mm")
  11748. },
  11749. {
  11750. name: "Micro",
  11751. height: math.unit(1, "inch"),
  11752. default: true
  11753. },
  11754. {
  11755. name: "Human-sized",
  11756. height: math.unit(6 + 1/12, "feet")
  11757. },
  11758. {
  11759. name: "Macro",
  11760. height: math.unit(250, "feet")
  11761. },
  11762. {
  11763. name: "Megamacro",
  11764. height: math.unit(75, "miles")
  11765. },
  11766. {
  11767. name: "Texas-sized",
  11768. height: math.unit(750, "miles")
  11769. },
  11770. {
  11771. name: "Teramacro",
  11772. height: math.unit(50000, "miles")
  11773. },
  11774. ]
  11775. )
  11776. characterMakers["Danny Kapowsky"] = () => makeCharacter(
  11777. { name: "Danny Kapowsky" },
  11778. {
  11779. front: {
  11780. height: math.unit(6, "feet"),
  11781. weight: math.unit(269, "lb"),
  11782. name: "Front",
  11783. image: {
  11784. source: "./media/characters/danny-kapowsky/front.svg",
  11785. extra: 766/736 ,
  11786. bottom: 0.044
  11787. }
  11788. },
  11789. back: {
  11790. height: math.unit(6, "feet"),
  11791. weight: math.unit(269, "lb"),
  11792. name: "Back",
  11793. image: {
  11794. source: "./media/characters/danny-kapowsky/back.svg",
  11795. extra: 797/760 ,
  11796. bottom: 0.025
  11797. }
  11798. },
  11799. },
  11800. [
  11801. {
  11802. name: "Macro",
  11803. height: math.unit(150, "feet"),
  11804. default: true
  11805. },
  11806. {
  11807. name: "Macro+",
  11808. height: math.unit(200, "feet")
  11809. },
  11810. {
  11811. name: "Macro++",
  11812. height: math.unit(300, "feet")
  11813. },
  11814. {
  11815. name: "Macro+++",
  11816. height: math.unit(400, "feet")
  11817. },
  11818. ]
  11819. )
  11820. characterMakers["Finn"] = () => makeCharacter(
  11821. { name: "Finn" },
  11822. {
  11823. side: {
  11824. height: math.unit(6, "feet"),
  11825. weight: math.unit(170, "lb"),
  11826. name: "Side",
  11827. image: {
  11828. source: "./media/characters/finn/side.svg",
  11829. extra: 1953/1807 ,
  11830. bottom: 0.057
  11831. }
  11832. },
  11833. },
  11834. [
  11835. {
  11836. name: "Megamacro",
  11837. height: math.unit(14445, "feet"),
  11838. default: true
  11839. },
  11840. ]
  11841. )
  11842. characterMakers["Roy"] = () => makeCharacter(
  11843. { name: "Roy" },
  11844. {
  11845. front: {
  11846. height: math.unit(5 + 6/12, "feet"),
  11847. weight: math.unit(125, "lb"),
  11848. name: "Front",
  11849. image: {
  11850. source: "./media/characters/roy/front.svg",
  11851. extra: 1,
  11852. bottom: 0.11
  11853. }
  11854. },
  11855. },
  11856. [
  11857. {
  11858. name: "Micro",
  11859. height: math.unit(3, "inches"),
  11860. default: true
  11861. },
  11862. {
  11863. name: "Normal",
  11864. height: math.unit(5 + 6/12, "feet")
  11865. },
  11866. {
  11867. name: "Lesser Macro",
  11868. height: math.unit(60, "feet")
  11869. },
  11870. {
  11871. name: "Greater Macro",
  11872. height: math.unit(120, "feet")
  11873. },
  11874. ]
  11875. )
  11876. characterMakers["Aevsivs"] = () => makeCharacter(
  11877. { name: "Aevsivs" },
  11878. {
  11879. front: {
  11880. height: math.unit(6, "feet"),
  11881. weight: math.unit(100, "lb"),
  11882. name: "Front",
  11883. image: {
  11884. source: "./media/characters/aevsivs/front.svg",
  11885. extra: 1,
  11886. bottom: 0.03
  11887. }
  11888. },
  11889. back: {
  11890. height: math.unit(6, "feet"),
  11891. weight: math.unit(100, "lb"),
  11892. name: "Back",
  11893. image: {
  11894. source: "./media/characters/aevsivs/back.svg"
  11895. }
  11896. },
  11897. },
  11898. [
  11899. {
  11900. name: "Micro",
  11901. height: math.unit(2, "inches"),
  11902. default: true
  11903. },
  11904. {
  11905. name: "Normal",
  11906. height: math.unit(5, "feet")
  11907. },
  11908. ]
  11909. )
  11910. characterMakers["Hildegard"] = () => makeCharacter(
  11911. { name: "Hildegard" },
  11912. {
  11913. front: {
  11914. height: math.unit(5 + 7/12, "feet"),
  11915. weight: math.unit(159, "lb"),
  11916. name: "Front",
  11917. image: {
  11918. source: "./media/characters/hildegard/front.svg",
  11919. extra: 312/286 ,
  11920. bottom: 0.005
  11921. }
  11922. },
  11923. },
  11924. [
  11925. {
  11926. name: "Normal",
  11927. height: math.unit(5 + 7/12, "feet"),
  11928. default: true
  11929. },
  11930. ]
  11931. )
  11932. characterMakers["Bernard & Wilder"] = () => makeCharacter(
  11933. { name: "Bernard & Wilder" },
  11934. {
  11935. bernard: {
  11936. height: math.unit(2 + 7/12, "feet"),
  11937. weight: math.unit(66, "lb"),
  11938. name: "Bernard",
  11939. rename: true,
  11940. image: {
  11941. source: "./media/characters/bernard-wilder/bernard.svg",
  11942. extra: 192/128 ,
  11943. bottom: 0.05
  11944. }
  11945. },
  11946. wilder: {
  11947. height: math.unit(5 + 8/12, "feet"),
  11948. weight: math.unit(143, "lb"),
  11949. name: "Wilder",
  11950. rename: true,
  11951. image: {
  11952. source: "./media/characters/bernard-wilder/wilder.svg",
  11953. extra: 361/312 ,
  11954. bottom: 0.02
  11955. }
  11956. },
  11957. },
  11958. [
  11959. {
  11960. name: "Normal",
  11961. height: math.unit(2 + 7/12, "feet"),
  11962. default: true
  11963. },
  11964. ]
  11965. )
  11966. characterMakers["Hearth"] = () => makeCharacter(
  11967. { name: "Hearth" },
  11968. {
  11969. anthro: {
  11970. height: math.unit(6 + 1/12, "feet"),
  11971. weight: math.unit(155, "lb"),
  11972. name: "Anthro",
  11973. image: {
  11974. source: "./media/characters/hearth/anthro.svg",
  11975. extra: 260/250 ,
  11976. bottom: 0.02
  11977. }
  11978. },
  11979. feral: {
  11980. height: math.unit(3.78, "feet"),
  11981. weight: math.unit(35, "kg"),
  11982. name: "Feral",
  11983. image: {
  11984. source: "./media/characters/hearth/feral.svg",
  11985. extra: 153/135 ,
  11986. bottom: 0.03
  11987. }
  11988. },
  11989. },
  11990. [
  11991. {
  11992. name: "Normal",
  11993. height: math.unit(6 + 1/12, "feet"),
  11994. default: true
  11995. },
  11996. ]
  11997. )
  11998. characterMakers["Ingrid"] = () => makeCharacter(
  11999. { name: "Ingrid" },
  12000. {
  12001. front: {
  12002. height: math.unit(6, "feet"),
  12003. weight: math.unit(182, "lb"),
  12004. name: "Front",
  12005. image: {
  12006. source: "./media/characters/ingrid/front.svg",
  12007. extra: 294/268 ,
  12008. bottom: 0.027
  12009. }
  12010. },
  12011. },
  12012. [
  12013. {
  12014. name: "Normal",
  12015. height: math.unit(6, "feet"),
  12016. default: true
  12017. },
  12018. ]
  12019. )
  12020. characterMakers["Malgam"] = () => makeCharacter(
  12021. { name: "Malgam" },
  12022. {
  12023. eevee: {
  12024. height: math.unit(2 + 10/12, "feet"),
  12025. weight: math.unit(86, "lb"),
  12026. name: "Malgam",
  12027. image: {
  12028. source: "./media/characters/malgam/eevee.svg",
  12029. extra: 218/180 ,
  12030. bottom: 0.2
  12031. }
  12032. },
  12033. sylveon: {
  12034. height: math.unit(4, "feet"),
  12035. weight: math.unit(101, "lb"),
  12036. name: "Future Malgam",
  12037. rename: true,
  12038. image: {
  12039. source: "./media/characters/malgam/sylveon.svg",
  12040. extra: 371/325 ,
  12041. bottom: 0.015
  12042. }
  12043. },
  12044. gigantamax: {
  12045. height: math.unit(50, "feet"),
  12046. name: "Gigantamax Malgam",
  12047. rename: true,
  12048. image: {
  12049. source: "./media/characters/malgam/gigantamax.svg"
  12050. }
  12051. },
  12052. },
  12053. [
  12054. {
  12055. name: "Normal",
  12056. height: math.unit(2 + 10/12, "feet"),
  12057. default: true
  12058. },
  12059. ]
  12060. )
  12061. characterMakers["Fleur"] = () => makeCharacter(
  12062. { name: "Fleur" },
  12063. {
  12064. front: {
  12065. height: math.unit(5 + 11/12, "feet"),
  12066. weight: math.unit(188, "lb"),
  12067. name: "Front",
  12068. image: {
  12069. source: "./media/characters/fleur/front.svg",
  12070. extra: 309/283 ,
  12071. bottom: 0.007
  12072. }
  12073. },
  12074. },
  12075. [
  12076. {
  12077. name: "Normal",
  12078. height: math.unit(5 + 11/12, "feet"),
  12079. default: true
  12080. },
  12081. ]
  12082. )
  12083. characterMakers["Jude"] = () => makeCharacter(
  12084. { name: "Jude" },
  12085. {
  12086. front: {
  12087. height: math.unit(5 + 4/12, "feet"),
  12088. weight: math.unit(122, "lb"),
  12089. name: "Front",
  12090. image: {
  12091. source: "./media/characters/jude/front.svg",
  12092. extra: 288/273 ,
  12093. bottom: 0.03
  12094. }
  12095. },
  12096. },
  12097. [
  12098. {
  12099. name: "Normal",
  12100. height: math.unit(5 + 4/12, "feet"),
  12101. default: true
  12102. },
  12103. ]
  12104. )
  12105. characterMakers["Seara"] = () => makeCharacter(
  12106. { name: "Seara" },
  12107. {
  12108. front: {
  12109. height: math.unit(5 + 11/12, "feet"),
  12110. weight: math.unit(190, "lb"),
  12111. name: "Front",
  12112. image: {
  12113. source: "./media/characters/seara/front.svg",
  12114. extra: 1,
  12115. bottom: 0.05
  12116. }
  12117. },
  12118. },
  12119. [
  12120. {
  12121. name: "Normal",
  12122. height: math.unit(5 + 11/12, "feet"),
  12123. default: true
  12124. },
  12125. ]
  12126. )
  12127. characterMakers["Caspian"] = () => makeCharacter(
  12128. { name: "Caspian" },
  12129. {
  12130. front: {
  12131. height: math.unit(16 + 5/12, "feet"),
  12132. weight: math.unit(524, "lb"),
  12133. name: "Front",
  12134. image: {
  12135. source: "./media/characters/caspian/front.svg",
  12136. extra: 1,
  12137. bottom: 0.04
  12138. }
  12139. },
  12140. },
  12141. [
  12142. {
  12143. name: "Normal",
  12144. height: math.unit(16 + 5/12, "feet"),
  12145. default: true
  12146. },
  12147. ]
  12148. )
  12149. characterMakers["Mika"] = () => makeCharacter(
  12150. { name: "Mika" },
  12151. {
  12152. front: {
  12153. height: math.unit(5 + 7/12, "feet"),
  12154. weight: math.unit(170, "lb"),
  12155. name: "Front",
  12156. image: {
  12157. source: "./media/characters/mika/front.svg",
  12158. extra: 1,
  12159. bottom: 0.016
  12160. }
  12161. },
  12162. },
  12163. [
  12164. {
  12165. name: "Normal",
  12166. height: math.unit(5 + 7/12, "feet"),
  12167. default: true
  12168. },
  12169. ]
  12170. )
  12171. characterMakers["Sol"] = () => makeCharacter(
  12172. { name: "Sol" },
  12173. {
  12174. front: {
  12175. height: math.unit(6 + 2/12, "feet"),
  12176. weight: math.unit(268, "lb"),
  12177. name: "Front",
  12178. image: {
  12179. source: "./media/characters/sol/front.svg",
  12180. extra: 247/231 ,
  12181. bottom: 0.05
  12182. }
  12183. },
  12184. },
  12185. [
  12186. {
  12187. name: "Normal",
  12188. height: math.unit(6 + 2/12, "feet"),
  12189. default: true
  12190. },
  12191. ]
  12192. )
  12193. characterMakers["Umiko"] = () => makeCharacter(
  12194. { name: "Umiko" },
  12195. {
  12196. buizel: {
  12197. height: math.unit(2 + 5/12, "feet"),
  12198. weight: math.unit(87, "lb"),
  12199. name: "Buizel",
  12200. image: {
  12201. source: "./media/characters/umiko/buizel.svg",
  12202. extra: 172/157 ,
  12203. bottom: 0.01
  12204. }
  12205. },
  12206. floatzel: {
  12207. height: math.unit(5 + 9/12, "feet"),
  12208. weight: math.unit(250, "lb"),
  12209. name: "Floatzel",
  12210. image: {
  12211. source: "./media/characters/umiko/floatzel.svg",
  12212. extra: 262/248
  12213. }
  12214. },
  12215. },
  12216. [
  12217. {
  12218. name: "Normal",
  12219. height: math.unit(2 + 5/12, "feet"),
  12220. default: true
  12221. },
  12222. ]
  12223. )
  12224. characterMakers["Iliac"] = () => makeCharacter(
  12225. { name: "Iliac" },
  12226. {
  12227. front: {
  12228. height: math.unit(6 + 2/12, "feet"),
  12229. weight: math.unit(146, "lb"),
  12230. name: "Front",
  12231. image: {
  12232. source: "./media/characters/iliac/front.svg",
  12233. extra: 389/365 ,
  12234. bottom: 0.035
  12235. }
  12236. },
  12237. },
  12238. [
  12239. {
  12240. name: "Normal",
  12241. height: math.unit(6 + 2/12, "feet"),
  12242. default: true
  12243. },
  12244. ]
  12245. )
  12246. characterMakers["Topaz"] = () => makeCharacter(
  12247. { name: "Topaz" },
  12248. {
  12249. front: {
  12250. height: math.unit(6, "feet"),
  12251. weight: math.unit(170, "lb"),
  12252. name: "Front",
  12253. image: {
  12254. source: "./media/characters/topaz/front.svg",
  12255. extra: 317/303 ,
  12256. bottom: 0.055
  12257. }
  12258. },
  12259. },
  12260. [
  12261. {
  12262. name: "Normal",
  12263. height: math.unit(6, "feet"),
  12264. default: true
  12265. },
  12266. ]
  12267. )
  12268. characterMakers["Gabriel"] = () => makeCharacter(
  12269. { name: "Gabriel" },
  12270. {
  12271. front: {
  12272. height: math.unit(5 + 11/12, "feet"),
  12273. weight: math.unit(144, "lb"),
  12274. name: "Front",
  12275. image: {
  12276. source: "./media/characters/gabriel/front.svg",
  12277. extra: 285/262 ,
  12278. bottom: 0.004
  12279. }
  12280. },
  12281. },
  12282. [
  12283. {
  12284. name: "Normal",
  12285. height: math.unit(5 + 11/12, "feet"),
  12286. default: true
  12287. },
  12288. ]
  12289. )
  12290. characterMakers["Tempest (Suicune)"] = () => makeCharacter(
  12291. { name: "Tempest (Suicune)" },
  12292. {
  12293. side: {
  12294. height: math.unit(6 + 5/12, "feet"),
  12295. weight: math.unit(300, "lb"),
  12296. name: "Side",
  12297. image: {
  12298. source: "./media/characters/tempest-suicune/side.svg",
  12299. extra: 195/154 ,
  12300. bottom: 0.04
  12301. }
  12302. },
  12303. },
  12304. [
  12305. {
  12306. name: "Normal",
  12307. height: math.unit(6 + 5/12, "feet"),
  12308. default: true
  12309. },
  12310. ]
  12311. )
  12312. characterMakers["Vulcan"] = () => makeCharacter(
  12313. { name: "Vulcan" },
  12314. {
  12315. front: {
  12316. height: math.unit(7 + 2/12, "feet"),
  12317. weight: math.unit(322, "lb"),
  12318. name: "Front",
  12319. image: {
  12320. source: "./media/characters/vulcan/front.svg",
  12321. extra: 154/147 ,
  12322. bottom: 0.04
  12323. }
  12324. },
  12325. },
  12326. [
  12327. {
  12328. name: "Normal",
  12329. height: math.unit(7 + 2/12, "feet"),
  12330. default: true
  12331. },
  12332. ]
  12333. )
  12334. characterMakers["Gault"] = () => makeCharacter(
  12335. { name: "Gault" },
  12336. {
  12337. front: {
  12338. height: math.unit(5 + 10/12, "feet"),
  12339. weight: math.unit(264, "lb"),
  12340. name: "Front",
  12341. image: {
  12342. source: "./media/characters/gault/front.svg",
  12343. extra: 161/140 ,
  12344. bottom: 0.028
  12345. }
  12346. },
  12347. },
  12348. [
  12349. {
  12350. name: "Normal",
  12351. height: math.unit(5 + 10/12, "feet"),
  12352. default: true
  12353. },
  12354. ]
  12355. )
  12356. characterMakers["Shard"] = () => makeCharacter(
  12357. { name: "Shard" },
  12358. {
  12359. front: {
  12360. height: math.unit(6, "feet"),
  12361. weight: math.unit(150, "lb"),
  12362. name: "Front",
  12363. image: {
  12364. source: "./media/characters/shard/front.svg",
  12365. extra: 273/238 ,
  12366. bottom: 0.02
  12367. }
  12368. },
  12369. },
  12370. [
  12371. {
  12372. name: "Normal",
  12373. height: math.unit(3 + 6/12, "feet"),
  12374. default: true
  12375. },
  12376. ]
  12377. )
  12378. characterMakers["Ashe"] = () => makeCharacter(
  12379. { name: "Ashe" },
  12380. {
  12381. front: {
  12382. height: math.unit(5 + 11/12, "feet"),
  12383. weight: math.unit(146, "lb"),
  12384. name: "Front",
  12385. image: {
  12386. source: "./media/characters/ashe/front.svg",
  12387. extra: 400/373 ,
  12388. bottom: 0.01
  12389. }
  12390. },
  12391. },
  12392. [
  12393. {
  12394. name: "Normal",
  12395. height: math.unit(5 + 11/12, "feet"),
  12396. default: true
  12397. },
  12398. ]
  12399. )
  12400. characterMakers["Beatrix"] = () => makeCharacter(
  12401. { name: "Beatrix" },
  12402. {
  12403. front: {
  12404. height: math.unit(5 + 5/12, "feet"),
  12405. weight: math.unit(135, "lb"),
  12406. name: "Front",
  12407. image: {
  12408. source: "./media/characters/beatrix/front.svg",
  12409. extra: 392/379 ,
  12410. bottom: 0.01
  12411. }
  12412. },
  12413. },
  12414. [
  12415. {
  12416. name: "Normal",
  12417. height: math.unit(6, "feet"),
  12418. default: true
  12419. },
  12420. ]
  12421. )
  12422. characterMakers["Ignatius"] = () => makeCharacter(
  12423. { name: "Ignatius" },
  12424. {
  12425. front: {
  12426. height: math.unit(6, "feet"),
  12427. weight: math.unit(150, "lb"),
  12428. name: "Front",
  12429. image: {
  12430. source: "./media/characters/ignatius/front.svg",
  12431. extra: 245/222 ,
  12432. bottom: 0.01
  12433. }
  12434. },
  12435. },
  12436. [
  12437. {
  12438. name: "Normal",
  12439. height: math.unit(5 + 5/12, "feet"),
  12440. default: true
  12441. },
  12442. ]
  12443. )
  12444. characterMakers["Mei Li"] = () => makeCharacter(
  12445. { name: "Mei Li" },
  12446. {
  12447. front: {
  12448. height: math.unit(6 + 2/12, "feet"),
  12449. weight: math.unit(138, "lb"),
  12450. name: "Front",
  12451. image: {
  12452. source: "./media/characters/mei-li/front.svg",
  12453. extra: 237/229 ,
  12454. bottom: 0.03
  12455. }
  12456. },
  12457. },
  12458. [
  12459. {
  12460. name: "Normal",
  12461. height: math.unit(6 + 2/12, "feet"),
  12462. default: true
  12463. },
  12464. ]
  12465. )
  12466. characterMakers["Puru"] = () => makeCharacter(
  12467. { name: "Puru" },
  12468. {
  12469. front: {
  12470. height: math.unit(2 + 4/12, "feet"),
  12471. weight: math.unit(62, "lb"),
  12472. name: "Front",
  12473. image: {
  12474. source: "./media/characters/puru/front.svg",
  12475. extra: 206/149 ,
  12476. bottom: 0.06
  12477. }
  12478. },
  12479. },
  12480. [
  12481. {
  12482. name: "Normal",
  12483. height: math.unit(2 + 4/12, "feet"),
  12484. default: true
  12485. },
  12486. ]
  12487. )
  12488. characterMakers["Kee"] = () => makeCharacter(
  12489. { name: "Kee" },
  12490. {
  12491. taur: {
  12492. height: math.unit(11, "feet"),
  12493. weight: math.unit(500, "lb"),
  12494. name: "Taur",
  12495. image: {
  12496. source: "./media/characters/kee/taur.svg",
  12497. extra: 1,
  12498. bottom: 0.04
  12499. }
  12500. },
  12501. },
  12502. [
  12503. {
  12504. name: "Normal",
  12505. height: math.unit(11, "feet"),
  12506. default: true
  12507. },
  12508. ]
  12509. )
  12510. characterMakers["Cobalt (Dracha)"] = () => makeCharacter(
  12511. { name: "Cobalt (Dracha)" },
  12512. {
  12513. anthro: {
  12514. height: math.unit(7, "feet"),
  12515. weight: math.unit(190, "lb"),
  12516. name: "Anthro",
  12517. image: {
  12518. source: "./media/characters/cobalt-dracha/anthro.svg",
  12519. extra: 231/225 ,
  12520. bottom: 0.04
  12521. }
  12522. },
  12523. feral: {
  12524. height: math.unit(9 + 7/12, "feet"),
  12525. weight: math.unit(294, "lb"),
  12526. name: "Feral",
  12527. image: {
  12528. source: "./media/characters/cobalt-dracha/feral.svg",
  12529. extra: 692/633 ,
  12530. bottom: 0.05
  12531. }
  12532. },
  12533. },
  12534. [
  12535. {
  12536. name: "Normal",
  12537. height: math.unit(7, "feet"),
  12538. default: true
  12539. },
  12540. ]
  12541. )
  12542. characterMakers["Java"] = () => makeCharacter(
  12543. { name: "Java" },
  12544. {
  12545. fallen: {
  12546. height: math.unit(11 + 8/12, "feet"),
  12547. weight: math.unit(485, "lb"),
  12548. name: "Java (Fallen)",
  12549. rename: true,
  12550. image: {
  12551. source: "./media/characters/java/fallen.svg",
  12552. extra: 226/208 ,
  12553. bottom: 0.005
  12554. }
  12555. },
  12556. godkin: {
  12557. height: math.unit(10 + 6/12, "feet"),
  12558. weight: math.unit(328, "lb"),
  12559. name: "Java (Godkin)",
  12560. rename: true,
  12561. image: {
  12562. source: "./media/characters/java/godkin.svg",
  12563. extra: 270/262 ,
  12564. bottom: 0.02
  12565. }
  12566. },
  12567. },
  12568. [
  12569. {
  12570. name: "Normal",
  12571. height: math.unit(11 + 8/12, "feet"),
  12572. default: true
  12573. },
  12574. ]
  12575. )
  12576. characterMakers["Skoll"] = () => makeCharacter(
  12577. { name: "Skoll" },
  12578. {
  12579. front: {
  12580. height: math.unit(7 + 8/12, "feet"),
  12581. weight: math.unit(320, "lb"),
  12582. name: "Front",
  12583. image: {
  12584. source: "./media/characters/skoll/front.svg",
  12585. extra: 232/220 ,
  12586. bottom: 0.02
  12587. }
  12588. },
  12589. },
  12590. [
  12591. {
  12592. name: "Normal",
  12593. height: math.unit(7 + 8/12, "feet"),
  12594. default: true
  12595. },
  12596. ]
  12597. )
  12598. characterMakers["Purna"] = () => makeCharacter(
  12599. { name: "Purna" },
  12600. {
  12601. front: {
  12602. height: math.unit(5 + 9/12, "feet"),
  12603. weight: math.unit(170, "lb"),
  12604. name: "Front",
  12605. image: {
  12606. source: "./media/characters/purna/front.svg",
  12607. extra: 239/229 ,
  12608. bottom: 0.01
  12609. }
  12610. },
  12611. },
  12612. [
  12613. {
  12614. name: "Normal",
  12615. height: math.unit(5 + 9/12, "feet"),
  12616. default: true
  12617. },
  12618. ]
  12619. )
  12620. characterMakers["Kuva"] = () => makeCharacter(
  12621. { name: "Kuva" },
  12622. {
  12623. front: {
  12624. height: math.unit(5 + 9/12, "feet"),
  12625. weight: math.unit(142, "lb"),
  12626. name: "Front",
  12627. image: {
  12628. source: "./media/characters/kuva/front.svg",
  12629. extra: 281/271 ,
  12630. bottom: 0.006
  12631. }
  12632. },
  12633. },
  12634. [
  12635. {
  12636. name: "Normal",
  12637. height: math.unit(5 + 9/12, "feet"),
  12638. default: true
  12639. },
  12640. ]
  12641. )
  12642. characterMakers["Embra"] = () => makeCharacter(
  12643. { name: "Embra" },
  12644. {
  12645. anthro: {
  12646. height: math.unit(9 + 2/12, "feet"),
  12647. weight: math.unit(270, "lb"),
  12648. name: "Anthro",
  12649. image: {
  12650. source: "./media/characters/embra/anthro.svg",
  12651. extra: 200/187 ,
  12652. bottom: 0.02
  12653. }
  12654. },
  12655. feral: {
  12656. height: math.unit(18 + 8/12, "feet"),
  12657. weight: math.unit(576, "lb"),
  12658. name: "Feral",
  12659. image: {
  12660. source: "./media/characters/embra/feral.svg",
  12661. extra: 152/137 ,
  12662. bottom: 0.037
  12663. }
  12664. },
  12665. },
  12666. [
  12667. {
  12668. name: "Normal",
  12669. height: math.unit(9 + 2/12, "feet"),
  12670. default: true
  12671. },
  12672. ]
  12673. )
  12674. characterMakers["Grottos"] = () => makeCharacter(
  12675. { name: "Grottos" },
  12676. {
  12677. anthro: {
  12678. height: math.unit(10 + 9/12, "feet"),
  12679. weight: math.unit(224, "lb"),
  12680. name: "Anthro",
  12681. image: {
  12682. source: "./media/characters/grottos/anthro.svg",
  12683. extra: 350/332 ,
  12684. bottom: 0.045
  12685. }
  12686. },
  12687. feral: {
  12688. height: math.unit(20 + 7/12, "feet"),
  12689. weight: math.unit(629, "lb"),
  12690. name: "Feral",
  12691. image: {
  12692. source: "./media/characters/grottos/feral.svg",
  12693. extra: 207/190 ,
  12694. bottom: 0.05
  12695. }
  12696. },
  12697. },
  12698. [
  12699. {
  12700. name: "Normal",
  12701. height: math.unit(10 + 9/12, "feet"),
  12702. default: true
  12703. },
  12704. ]
  12705. )
  12706. characterMakers["Frifna"] = () => makeCharacter(
  12707. { name: "Frifna" },
  12708. {
  12709. anthro: {
  12710. height: math.unit(9 + 6/12, "feet"),
  12711. weight: math.unit(298, "lb"),
  12712. name: "Anthro",
  12713. image: {
  12714. source: "./media/characters/frifna/anthro.svg",
  12715. extra: 282/269 ,
  12716. bottom: 0.015
  12717. }
  12718. },
  12719. feral: {
  12720. height: math.unit(16 + 2/12, "feet"),
  12721. weight: math.unit(624, "lb"),
  12722. name: "Feral",
  12723. image: {
  12724. source: "./media/characters/frifna/feral.svg"
  12725. }
  12726. },
  12727. },
  12728. [
  12729. {
  12730. name: "Normal",
  12731. height: math.unit(9 + 6/12, "feet"),
  12732. default: true
  12733. },
  12734. ]
  12735. )
  12736. characterMakers["Elise"] = () => makeCharacter(
  12737. { name: "Elise" },
  12738. {
  12739. front: {
  12740. height: math.unit(6 + 2/12, "feet"),
  12741. weight: math.unit(168, "lb"),
  12742. name: "Front",
  12743. image: {
  12744. source: "./media/characters/elise/front.svg",
  12745. extra: 276/271
  12746. }
  12747. },
  12748. },
  12749. [
  12750. {
  12751. name: "Normal",
  12752. height: math.unit(6 + 2/12, "feet"),
  12753. default: true
  12754. },
  12755. ]
  12756. )
  12757. characterMakers["Glade"] = () => makeCharacter(
  12758. { name: "Glade" },
  12759. {
  12760. front: {
  12761. height: math.unit(5 + 10/12, "feet"),
  12762. weight: math.unit(210, "lb"),
  12763. name: "Front",
  12764. image: {
  12765. source: "./media/characters/glade/front.svg",
  12766. extra: 258/247 ,
  12767. bottom: 0.008
  12768. }
  12769. },
  12770. },
  12771. [
  12772. {
  12773. name: "Normal",
  12774. height: math.unit(5 + 10/12, "feet"),
  12775. default: true
  12776. },
  12777. ]
  12778. )
  12779. characterMakers["Rina"] = () => makeCharacter(
  12780. { name: "Rina" },
  12781. {
  12782. front: {
  12783. height: math.unit(5 + 10/12, "feet"),
  12784. weight: math.unit(129, "lb"),
  12785. name: "Front",
  12786. image: {
  12787. source: "./media/characters/rina/front.svg",
  12788. extra: 266/255 ,
  12789. bottom: 0.005
  12790. }
  12791. },
  12792. },
  12793. [
  12794. {
  12795. name: "Normal",
  12796. height: math.unit(5 + 10/12, "feet"),
  12797. default: true
  12798. },
  12799. ]
  12800. )
  12801. characterMakers["Veronica"] = () => makeCharacter(
  12802. { name: "Veronica" },
  12803. {
  12804. front: {
  12805. height: math.unit(6 + 1/12, "feet"),
  12806. weight: math.unit(192, "lb"),
  12807. name: "Front",
  12808. image: {
  12809. source: "./media/characters/veronica/front.svg",
  12810. extra: 319/309 ,
  12811. bottom: 0.005
  12812. }
  12813. },
  12814. },
  12815. [
  12816. {
  12817. name: "Normal",
  12818. height: math.unit(6 + 1/12, "feet"),
  12819. default: true
  12820. },
  12821. ]
  12822. )
  12823. characterMakers["Braxton"] = () => makeCharacter(
  12824. { name: "Braxton" },
  12825. {
  12826. front: {
  12827. height: math.unit(9 + 3/12, "feet"),
  12828. weight: math.unit(1100, "lb"),
  12829. name: "Front",
  12830. image: {
  12831. source: "./media/characters/braxton/front.svg",
  12832. extra: 1057/984 ,
  12833. bottom: 0.05
  12834. }
  12835. },
  12836. },
  12837. [
  12838. {
  12839. name: "Normal",
  12840. height: math.unit(9 + 3/12, "feet")
  12841. },
  12842. {
  12843. name: "Giant",
  12844. height: math.unit(300, "feet"),
  12845. default: true
  12846. },
  12847. {
  12848. name: "Macro",
  12849. height: math.unit(700, "feet")
  12850. },
  12851. {
  12852. name: "Megamacro",
  12853. height: math.unit(6000, "feet")
  12854. },
  12855. ]
  12856. )
  12857. characterMakers["Blue Feyonics"] = () => makeCharacter(
  12858. { name: "Blue Feyonics" },
  12859. {
  12860. front: {
  12861. height: math.unit(6 + 7/12, "feet"),
  12862. weight: math.unit(150, "lb"),
  12863. name: "Front",
  12864. image: {
  12865. source: "./media/characters/blue-feyonics/front.svg",
  12866. extra: 1403/1306 ,
  12867. bottom: 0.047
  12868. }
  12869. },
  12870. },
  12871. [
  12872. {
  12873. name: "Normal",
  12874. height: math.unit(6 + 7/12, "feet"),
  12875. default: true
  12876. },
  12877. ]
  12878. )
  12879. characterMakers["Maxwell"] = () => makeCharacter(
  12880. { name: "Maxwell" },
  12881. {
  12882. front: {
  12883. height: math.unit(1.8, "meters"),
  12884. weight: math.unit(60, "kg"),
  12885. name: "Front",
  12886. image: {
  12887. source: "./media/characters/maxwell/front.svg",
  12888. extra: 2060/1873
  12889. }
  12890. },
  12891. },
  12892. [
  12893. {
  12894. name: "Micro",
  12895. height: math.unit(1, "mm")
  12896. },
  12897. {
  12898. name: "Normal",
  12899. height: math.unit(1.8, "meter"),
  12900. default: true
  12901. },
  12902. {
  12903. name: "Macro",
  12904. height: math.unit(30, "meters")
  12905. },
  12906. {
  12907. name: "Megamacro",
  12908. height: math.unit(10, "km")
  12909. },
  12910. ]
  12911. )
  12912. characterMakers["Jack"] = () => makeCharacter(
  12913. { name: "Jack" },
  12914. {
  12915. front: {
  12916. height: math.unit(6, "feet"),
  12917. weight: math.unit(150, "lb"),
  12918. name: "Front",
  12919. image: {
  12920. source: "./media/characters/jack/front.svg",
  12921. extra: 1754/1640,
  12922. bottom: 0.01
  12923. }
  12924. },
  12925. },
  12926. [
  12927. {
  12928. name: "Normal",
  12929. height: math.unit(80000, "feet"),
  12930. default: true
  12931. },
  12932. {
  12933. name: "Max size",
  12934. height: math.unit(10, "lightyears")
  12935. },
  12936. ]
  12937. )
  12938. characterMakers["Cafat"] = () => makeCharacter(
  12939. { name: "Cafat" },
  12940. {
  12941. upright: {
  12942. height: math.unit(7, "feet"),
  12943. weight: math.unit(170, "lb"),
  12944. name: "Upright",
  12945. image: {
  12946. source: "./media/characters/cafat/upright.svg",
  12947. bottom: 0.01
  12948. }
  12949. },
  12950. uprightFull: {
  12951. height: math.unit(7, "feet"),
  12952. weight: math.unit(170, "lb"),
  12953. name: "Upright (Full)",
  12954. image: {
  12955. source: "./media/characters/cafat/upright-full.svg",
  12956. bottom: 0.01
  12957. }
  12958. },
  12959. side: {
  12960. height: math.unit(5, "feet"),
  12961. weight: math.unit(150, "lb"),
  12962. name: "Side",
  12963. image: {
  12964. source: "./media/characters/cafat/side.svg"
  12965. }
  12966. },
  12967. },
  12968. [
  12969. {
  12970. name: "Small",
  12971. height: math.unit(7, "feet"),
  12972. default: true
  12973. },
  12974. {
  12975. name: "Large",
  12976. height: math.unit(15.5, "feet")
  12977. },
  12978. ]
  12979. )
  12980. characterMakers["Verin Raharra"] = () => makeCharacter(
  12981. { name: "Verin Raharra" },
  12982. {
  12983. front: {
  12984. height: math.unit(6, "feet"),
  12985. weight: math.unit(150, "lb"),
  12986. name: "Front",
  12987. image: {
  12988. source: "./media/characters/verin-raharra/front.svg",
  12989. extra: 5019/4835,
  12990. bottom: 0.023
  12991. }
  12992. },
  12993. },
  12994. [
  12995. {
  12996. name: "Normal",
  12997. height: math.unit(7 + 5/12, "feet"),
  12998. default: true
  12999. },
  13000. {
  13001. name: "Upsized",
  13002. height: math.unit(20, "feet")
  13003. },
  13004. ]
  13005. )
  13006. characterMakers["Nakata"] = () => makeCharacter(
  13007. { name: "Nakata" },
  13008. {
  13009. front: {
  13010. height: math.unit(7, "feet"),
  13011. weight: math.unit(230, "lb"),
  13012. name: "Front",
  13013. image: {
  13014. source: "./media/characters/nakata/front.svg",
  13015. extra: 1.005,
  13016. bottom: 0.01
  13017. }
  13018. },
  13019. },
  13020. [
  13021. {
  13022. name: "Normal",
  13023. height: math.unit(7, "feet"),
  13024. default: true
  13025. },
  13026. {
  13027. name: "Big",
  13028. height: math.unit(14, "feet")
  13029. },
  13030. {
  13031. name: "Macro",
  13032. height: math.unit(400, "feet")
  13033. },
  13034. ]
  13035. )
  13036. characterMakers["Lily"] = () => makeCharacter(
  13037. { name: "Lily" },
  13038. {
  13039. front: {
  13040. height: math.unit(4.91, "feet"),
  13041. weight: math.unit(100, "lb"),
  13042. name: "Front",
  13043. image: {
  13044. source: "./media/characters/lily/front.svg",
  13045. extra: 1585/1415,
  13046. bottom: 0.02
  13047. }
  13048. },
  13049. },
  13050. [
  13051. {
  13052. name: "Normal",
  13053. height: math.unit(4.91, "feet"),
  13054. default: true
  13055. },
  13056. ]
  13057. )
  13058. characterMakers["Sheila"] = () => makeCharacter(
  13059. { name: "Sheila" },
  13060. {
  13061. laying: {
  13062. height: math.unit(4 + 4/12, "feet"),
  13063. weight: math.unit(600, "lb"),
  13064. name: "Laying",
  13065. image: {
  13066. source: "./media/characters/sheila/laying.svg",
  13067. extra: 1333/1265,
  13068. bottom: 0.16
  13069. }
  13070. },
  13071. },
  13072. [
  13073. {
  13074. name: "Normal",
  13075. height: math.unit(4 + 4/12, "feet"),
  13076. default: true
  13077. },
  13078. ]
  13079. )
  13080. characterMakers["Sax"] = () => makeCharacter(
  13081. { name: "Sax" },
  13082. {
  13083. front: {
  13084. height: math.unit(6, "feet"),
  13085. weight: math.unit(190, "lb"),
  13086. name: "Front",
  13087. image: {
  13088. source: "./media/characters/sax/front.svg",
  13089. extra: 1187/973,
  13090. bottom: 0.042
  13091. }
  13092. },
  13093. },
  13094. [
  13095. {
  13096. name: "Micro",
  13097. height: math.unit(4, "inches"),
  13098. default: true
  13099. },
  13100. ]
  13101. )
  13102. characterMakers["Pandora"] = () => makeCharacter(
  13103. { name: "Pandora" },
  13104. {
  13105. front: {
  13106. height: math.unit(6, "feet"),
  13107. weight: math.unit(150, "lb"),
  13108. name: "Front",
  13109. image: {
  13110. source: "./media/characters/pandora/front.svg",
  13111. extra: 2720/2556,
  13112. bottom: 0.015
  13113. }
  13114. },
  13115. back: {
  13116. height: math.unit(6, "feet"),
  13117. weight: math.unit(150, "lb"),
  13118. name: "Back",
  13119. image: {
  13120. source: "./media/characters/pandora/back.svg",
  13121. extra: 2720/2556,
  13122. bottom: 0.01
  13123. }
  13124. },
  13125. beans: {
  13126. height: math.unit(6/8, "feet"),
  13127. name: "Beans",
  13128. image: {
  13129. source: "./media/characters/pandora/beans.svg"
  13130. }
  13131. },
  13132. skirt: {
  13133. height: math.unit(6, "feet"),
  13134. weight: math.unit(150, "lb"),
  13135. name: "Skirt",
  13136. image: {
  13137. source: "./media/characters/pandora/skirt.svg",
  13138. extra: 1622/1525,
  13139. bottom: 0.015
  13140. }
  13141. },
  13142. hoodie: {
  13143. height: math.unit(6, "feet"),
  13144. weight: math.unit(150, "lb"),
  13145. name: "Hoodie",
  13146. image: {
  13147. source: "./media/characters/pandora/hoodie.svg",
  13148. extra: 1622/1525,
  13149. bottom: 0.015
  13150. }
  13151. },
  13152. casual: {
  13153. height: math.unit(6, "feet"),
  13154. weight: math.unit(150, "lb"),
  13155. name: "Casual",
  13156. image: {
  13157. source: "./media/characters/pandora/casual.svg",
  13158. extra: 1622/1525,
  13159. bottom: 0.015
  13160. }
  13161. },
  13162. },
  13163. [
  13164. {
  13165. name: "Normal",
  13166. height: math.unit(6, "feet")
  13167. },
  13168. {
  13169. name: "Big Steppy",
  13170. height: math.unit(1, "km"),
  13171. default: true
  13172. },
  13173. ]
  13174. )
  13175. characterMakers["Venio Darcony"] = () => makeCharacter(
  13176. { name: "Venio Darcony" },
  13177. {
  13178. side: {
  13179. height: math.unit(10, "feet"),
  13180. weight: math.unit(800, "kg"),
  13181. name: "Side",
  13182. image: {
  13183. source: "./media/characters/venio-darcony/side.svg",
  13184. extra: 1373/1003,
  13185. bottom: 0.037
  13186. }
  13187. },
  13188. front: {
  13189. height: math.unit(19, "feet"),
  13190. weight: math.unit(800, "kg"),
  13191. name: "Front",
  13192. image: {
  13193. source: "./media/characters/venio-darcony/front.svg"
  13194. }
  13195. },
  13196. back: {
  13197. height: math.unit(19, "feet"),
  13198. weight: math.unit(800, "kg"),
  13199. name: "Back",
  13200. image: {
  13201. source: "./media/characters/venio-darcony/back.svg"
  13202. }
  13203. },
  13204. },
  13205. [
  13206. {
  13207. name: "Normal",
  13208. height: math.unit(10, "feet")
  13209. },
  13210. {
  13211. name: "Macro",
  13212. height: math.unit(130, "feet"),
  13213. default: true
  13214. },
  13215. {
  13216. name: "Macro+",
  13217. height: math.unit(240, "feet")
  13218. },
  13219. ]
  13220. )
  13221. characterMakers["Veski"] = () => makeCharacter(
  13222. { name: "Veski" },
  13223. {
  13224. front: {
  13225. height: math.unit(6, "feet"),
  13226. weight: math.unit(150, "lb"),
  13227. name: "Front",
  13228. image: {
  13229. source: "./media/characters/veski/front.svg",
  13230. extra: 1299/1225,
  13231. bottom: 0.04
  13232. }
  13233. },
  13234. back: {
  13235. height: math.unit(6, "feet"),
  13236. weight: math.unit(150, "lb"),
  13237. name: "Back",
  13238. image: {
  13239. source: "./media/characters/veski/back.svg",
  13240. extra: 1299/1225,
  13241. bottom: 0.008
  13242. }
  13243. },
  13244. maw: {
  13245. height: math.unit(1.5 * 1.21, "feet"),
  13246. name: "Maw",
  13247. image: {
  13248. source: "./media/characters/veski/maw.svg"
  13249. }
  13250. },
  13251. },
  13252. [
  13253. {
  13254. name: "Macro",
  13255. height: math.unit(2, "km"),
  13256. default: true
  13257. },
  13258. ]
  13259. )
  13260. characterMakers["Isabelle"] = () => makeCharacter(
  13261. { name: "Isabelle" },
  13262. {
  13263. front: {
  13264. height: math.unit(5 + 7/12, "feet"),
  13265. name: "Front",
  13266. image: {
  13267. source: "./media/characters/isabelle/front.svg",
  13268. extra: 2130/1976,
  13269. bottom: 0.05
  13270. }
  13271. },
  13272. },
  13273. [
  13274. {
  13275. name: "Supermicro",
  13276. height: math.unit(10, "micrometers")
  13277. },
  13278. {
  13279. name: "Micro",
  13280. height: math.unit(1, "inch")
  13281. },
  13282. {
  13283. name: "Tiny",
  13284. height: math.unit(5, "inches")
  13285. },
  13286. {
  13287. name: "Standard",
  13288. height: math.unit(5 + 7/12, "inches")
  13289. },
  13290. {
  13291. name: "Macro",
  13292. height: math.unit(80, "meters"),
  13293. default: true
  13294. },
  13295. {
  13296. name: "Megamacro",
  13297. height: math.unit(250, "meters")
  13298. },
  13299. {
  13300. name: "Gigamacro",
  13301. height: math.unit(5, "km")
  13302. },
  13303. {
  13304. name: "Cosmic",
  13305. height: math.unit(2.5e6, "miles")
  13306. },
  13307. ]
  13308. )
  13309. characterMakers["Hanzo"] = () => makeCharacter(
  13310. { name: "Hanzo" },
  13311. {
  13312. front: {
  13313. height: math.unit(6, "feet"),
  13314. weight: math.unit(150, "lb"),
  13315. name: "Front",
  13316. image: {
  13317. source: "./media/characters/hanzo/front.svg",
  13318. extra: 374/344,
  13319. bottom: 0.02
  13320. }
  13321. },
  13322. },
  13323. [
  13324. {
  13325. name: "Normal",
  13326. height: math.unit(8, "feet"),
  13327. default: true
  13328. },
  13329. ]
  13330. )
  13331. characterMakers["Anna"] = () => makeCharacter(
  13332. { name: "Anna" },
  13333. {
  13334. front: {
  13335. height: math.unit(7, "feet"),
  13336. weight: math.unit(130, "lb"),
  13337. name: "Front",
  13338. image: {
  13339. source: "./media/characters/anna/front.svg",
  13340. extra: 169/145,
  13341. bottom: 0.06
  13342. }
  13343. },
  13344. full: {
  13345. height: math.unit(4.96, "feet"),
  13346. weight: math.unit(220, "lb"),
  13347. name: "Full",
  13348. image: {
  13349. source: "./media/characters/anna/full.svg",
  13350. extra: 138/114,
  13351. bottom: 0.15
  13352. }
  13353. },
  13354. tongue: {
  13355. height: math.unit(2.53, "feet"),
  13356. name: "Tongue",
  13357. image: {
  13358. source: "./media/characters/anna/tongue.svg"
  13359. }
  13360. },
  13361. },
  13362. [
  13363. {
  13364. name: "Normal",
  13365. height: math.unit(7, "feet"),
  13366. default: true
  13367. },
  13368. ]
  13369. )
  13370. characterMakers["Ian Corvid"] = () => makeCharacter(
  13371. { name: "Ian Corvid" },
  13372. {
  13373. front: {
  13374. height: math.unit(7, "feet"),
  13375. weight: math.unit(150, "lb"),
  13376. name: "Front",
  13377. image: {
  13378. source: "./media/characters/ian-corvid/front.svg",
  13379. extra: 150/142,
  13380. bottom: 0.02
  13381. }
  13382. },
  13383. back: {
  13384. height: math.unit(7, "feet"),
  13385. weight: math.unit(150, "lb"),
  13386. name: "Back",
  13387. image: {
  13388. source: "./media/characters/ian-corvid/back.svg",
  13389. extra: 150/143,
  13390. bottom: 0.01
  13391. }
  13392. },
  13393. stomping: {
  13394. height: math.unit(7, "feet"),
  13395. weight: math.unit(150, "lb"),
  13396. name: "Stomping",
  13397. image: {
  13398. source: "./media/characters/ian-corvid/stomping.svg",
  13399. extra: 76/72
  13400. }
  13401. },
  13402. sitting: {
  13403. height: math.unit(7/1.8, "feet"),
  13404. weight: math.unit(150, "lb"),
  13405. name: "Sitting",
  13406. image: {
  13407. source: "./media/characters/ian-corvid/sitting.svg",
  13408. extra: 1400/1269,
  13409. bottom: 0.15
  13410. }
  13411. },
  13412. },
  13413. [
  13414. {
  13415. name: "Tiny Microw",
  13416. height: math.unit(1, "inch")
  13417. },
  13418. {
  13419. name: "Microw",
  13420. height: math.unit(6, "inches")
  13421. },
  13422. {
  13423. name: "Crow",
  13424. height: math.unit(7 + 1/12, "feet"),
  13425. default: true
  13426. },
  13427. {
  13428. name: "Macrow",
  13429. height: math.unit(176, "feet")
  13430. },
  13431. ]
  13432. )
  13433. characterMakers["Natalie Kellon"] = () => makeCharacter(
  13434. { name: "Natalie Kellon" },
  13435. {
  13436. front: {
  13437. height: math.unit(5 + 7/12, "feet"),
  13438. weight: math.unit(147, "lb"),
  13439. name: "Front",
  13440. image: {
  13441. source: "./media/characters/natalie-kellon/front.svg",
  13442. extra: 1214/1141,
  13443. bottom: 0.02
  13444. }
  13445. },
  13446. },
  13447. [
  13448. {
  13449. name: "Micro",
  13450. height: math.unit(1/16, "inch")
  13451. },
  13452. {
  13453. name: "Tiny",
  13454. height: math.unit(4, "inches")
  13455. },
  13456. {
  13457. name: "Normal",
  13458. height: math.unit(5 + 7/12, "feet"),
  13459. default: true
  13460. },
  13461. {
  13462. name: "Amazon",
  13463. height: math.unit(12, "feet")
  13464. },
  13465. {
  13466. name: "Giantess",
  13467. height: math.unit(160, "meters")
  13468. },
  13469. {
  13470. name: "Titaness",
  13471. height: math.unit(800, "meters")
  13472. },
  13473. ]
  13474. )
  13475. characterMakers["Alluria"] = () => makeCharacter(
  13476. { name: "Alluria" },
  13477. {
  13478. front: {
  13479. height: math.unit(6, "feet"),
  13480. weight: math.unit(150, "lb"),
  13481. name: "Front",
  13482. image: {
  13483. source: "./media/characters/alluria/front.svg",
  13484. extra: 806/738,
  13485. bottom: 0.01
  13486. }
  13487. },
  13488. side: {
  13489. height: math.unit(6, "feet"),
  13490. weight: math.unit(150, "lb"),
  13491. name: "Side",
  13492. image: {
  13493. source: "./media/characters/alluria/side.svg",
  13494. extra: 800/750,
  13495. }
  13496. },
  13497. back: {
  13498. height: math.unit(6, "feet"),
  13499. weight: math.unit(150, "lb"),
  13500. name: "Back",
  13501. image: {
  13502. source: "./media/characters/alluria/back.svg",
  13503. extra: 806/738,
  13504. }
  13505. },
  13506. frontMaid: {
  13507. height: math.unit(6, "feet"),
  13508. weight: math.unit(150, "lb"),
  13509. name: "Front (Maid)",
  13510. image: {
  13511. source: "./media/characters/alluria/front-maid.svg",
  13512. extra: 806/738,
  13513. bottom: 0.01
  13514. }
  13515. },
  13516. sideMaid: {
  13517. height: math.unit(6, "feet"),
  13518. weight: math.unit(150, "lb"),
  13519. name: "Side (Maid)",
  13520. image: {
  13521. source: "./media/characters/alluria/side-maid.svg",
  13522. extra: 800/750,
  13523. bottom: 0.005
  13524. }
  13525. },
  13526. backMaid: {
  13527. height: math.unit(6, "feet"),
  13528. weight: math.unit(150, "lb"),
  13529. name: "Back (Maid)",
  13530. image: {
  13531. source: "./media/characters/alluria/back-maid.svg",
  13532. extra: 806/738,
  13533. }
  13534. },
  13535. },
  13536. [
  13537. {
  13538. name: "Micro",
  13539. height: math.unit(6, "inches"),
  13540. default: true
  13541. },
  13542. ]
  13543. )
  13544. characterMakers["Kyle"] = () => makeCharacter(
  13545. { name: "Kyle" },
  13546. {
  13547. front: {
  13548. height: math.unit(6, "feet"),
  13549. weight: math.unit(150, "lb"),
  13550. name: "Front",
  13551. image: {
  13552. source: "./media/characters/kyle/front.svg",
  13553. extra: 1069/962,
  13554. bottom: 77.228/1727.45
  13555. }
  13556. },
  13557. },
  13558. [
  13559. {
  13560. name: "Macro",
  13561. height: math.unit(150, "feet"),
  13562. default: true
  13563. },
  13564. ]
  13565. )
  13566. characterMakers["Duncan"] = () => makeCharacter(
  13567. { name: "Duncan" },
  13568. {
  13569. front: {
  13570. height: math.unit(6, "feet"),
  13571. weight: math.unit(300, "lb"),
  13572. name: "Front",
  13573. image: {
  13574. source: "./media/characters/duncan/front.svg",
  13575. extra: 1650/1482,
  13576. bottom: 0.05
  13577. }
  13578. },
  13579. },
  13580. [
  13581. {
  13582. name: "Macro",
  13583. height: math.unit(100, "feet"),
  13584. default: true
  13585. },
  13586. ]
  13587. )
  13588. characterMakers["Memory"] = () => makeCharacter(
  13589. { name: "Memory" },
  13590. {
  13591. front: {
  13592. height: math.unit(5 + 4/12, "feet"),
  13593. weight: math.unit(220, "lb"),
  13594. name: "Front",
  13595. image: {
  13596. source: "./media/characters/memory/front.svg",
  13597. extra: 3641/3545,
  13598. bottom: 0.03
  13599. }
  13600. },
  13601. back: {
  13602. height: math.unit(5 + 4/12, "feet"),
  13603. weight: math.unit(220, "lb"),
  13604. name: "Back",
  13605. image: {
  13606. source: "./media/characters/memory/back.svg",
  13607. extra: 3641/3545,
  13608. bottom: 0.025
  13609. }
  13610. },
  13611. frontSkirt: {
  13612. height: math.unit(5 + 4/12, "feet"),
  13613. weight: math.unit(220, "lb"),
  13614. name: "Front (Skirt)",
  13615. image: {
  13616. source: "./media/characters/memory/front-skirt.svg",
  13617. extra: 3641/3545,
  13618. bottom: 0.03
  13619. }
  13620. },
  13621. frontDress: {
  13622. height: math.unit(5 + 4/12, "feet"),
  13623. weight: math.unit(220, "lb"),
  13624. name: "Front (Dress)",
  13625. image: {
  13626. source: "./media/characters/memory/front-dress.svg",
  13627. extra: 3641/3545,
  13628. bottom: 0.03
  13629. }
  13630. },
  13631. },
  13632. [
  13633. {
  13634. name: "Micro",
  13635. height: math.unit(6, "inches"),
  13636. default: true
  13637. },
  13638. {
  13639. name: "Normal",
  13640. height: math.unit(5 + 4/12, "feet")
  13641. },
  13642. ]
  13643. )
  13644. characterMakers["Luno"] = () => makeCharacter(
  13645. { name: "Luno" },
  13646. {
  13647. front: {
  13648. height: math.unit(4 + 11/12, "feet"),
  13649. weight: math.unit(100, "lb"),
  13650. name: "Front",
  13651. image: {
  13652. source: "./media/characters/luno/front.svg",
  13653. extra: 1535/1487,
  13654. bottom: 0.03
  13655. }
  13656. },
  13657. },
  13658. [
  13659. {
  13660. name: "Micro",
  13661. height: math.unit(3, "inches")
  13662. },
  13663. {
  13664. name: "Normal",
  13665. height: math.unit(4 + 11/12, "feet"),
  13666. default: true
  13667. },
  13668. {
  13669. name: "Macro",
  13670. height: math.unit(300, "feet")
  13671. },
  13672. {
  13673. name: "Megamacro",
  13674. height: math.unit(700, "miles")
  13675. },
  13676. ]
  13677. )
  13678. characterMakers["Jamesy"] = () => makeCharacter(
  13679. { name: "Jamesy" },
  13680. {
  13681. front: {
  13682. height: math.unit(6 + 2/12, "feet"),
  13683. weight: math.unit(170, "lb"),
  13684. name: "Front",
  13685. image: {
  13686. source: "./media/characters/jamesy/front.svg",
  13687. extra: 440/382,
  13688. bottom: 0.005
  13689. }
  13690. },
  13691. },
  13692. [
  13693. {
  13694. name: "Micro",
  13695. height: math.unit(3, "inches")
  13696. },
  13697. {
  13698. name: "Normal",
  13699. height: math.unit(6 + 2/12, "feet"),
  13700. default: true
  13701. },
  13702. {
  13703. name: "Macro",
  13704. height: math.unit(300, "feet")
  13705. },
  13706. {
  13707. name: "Megamacro",
  13708. height: math.unit(700, "miles")
  13709. },
  13710. ]
  13711. )
  13712. characterMakers["Mark"] = () => makeCharacter(
  13713. { name: "Mark" },
  13714. {
  13715. front: {
  13716. height: math.unit(6, "feet"),
  13717. weight: math.unit(160, "lb"),
  13718. name: "Front",
  13719. image: {
  13720. source: "./media/characters/mark/front.svg",
  13721. extra: 3300/3100,
  13722. bottom: 136.42/3440.47
  13723. }
  13724. },
  13725. },
  13726. [
  13727. {
  13728. name: "Macro",
  13729. height: math.unit(120, "meters")
  13730. },
  13731. {
  13732. name: "Bigger Macro",
  13733. height: math.unit(350, "meters")
  13734. },
  13735. {
  13736. name: "Megamacro",
  13737. height: math.unit(8, "km"),
  13738. default: true
  13739. },
  13740. {
  13741. name: "Continental",
  13742. height: math.unit(4550, "km")
  13743. },
  13744. {
  13745. name: "Planetary",
  13746. height: math.unit(65000, "km")
  13747. },
  13748. ]
  13749. )
  13750. characterMakers["Mac"] = () => makeCharacter(
  13751. { name: "Mac" },
  13752. {
  13753. front: {
  13754. height: math.unit(6, "feet"),
  13755. weight: math.unit(400, "lb"),
  13756. name: "Front",
  13757. image: {
  13758. source: "./media/characters/mac/front.svg",
  13759. extra: 1048/987.7,
  13760. bottom: 60/1107.6,
  13761. }
  13762. },
  13763. },
  13764. [
  13765. {
  13766. name: "Macro",
  13767. height: math.unit(500, "feet"),
  13768. default: true
  13769. },
  13770. ]
  13771. )
  13772. characterMakers["Bari"] = () => makeCharacter(
  13773. { name: "Bari" },
  13774. {
  13775. front: {
  13776. height: math.unit(5 + 2/12, "feet"),
  13777. weight: math.unit(190, "lb"),
  13778. name: "Front",
  13779. image: {
  13780. source: "./media/characters/bari/front.svg",
  13781. extra: 3156/2880,
  13782. bottom: 0.03
  13783. }
  13784. },
  13785. back: {
  13786. height: math.unit(5 + 2/12, "feet"),
  13787. weight: math.unit(190, "lb"),
  13788. name: "Back",
  13789. image: {
  13790. source: "./media/characters/bari/back.svg",
  13791. extra: 3260/2834,
  13792. bottom: 0.025
  13793. }
  13794. },
  13795. frontPlush: {
  13796. height: math.unit(5 + 2/12, "feet"),
  13797. weight: math.unit(190, "lb"),
  13798. name: "Front (Plush)",
  13799. image: {
  13800. source: "./media/characters/bari/front-plush.svg",
  13801. extra: 1112/1061,
  13802. bottom: 0.002
  13803. }
  13804. },
  13805. },
  13806. [
  13807. {
  13808. name: "Micro",
  13809. height: math.unit(3, "inches")
  13810. },
  13811. {
  13812. name: "Normal",
  13813. height: math.unit(5 + 2/12, "feet"),
  13814. default: true
  13815. },
  13816. {
  13817. name: "Macro",
  13818. height: math.unit(20, "feet")
  13819. },
  13820. ]
  13821. )
  13822. characterMakers["Hunter Misha Raven"] = () => makeCharacter(
  13823. { name: "Hunter Misha Raven" },
  13824. {
  13825. front: {
  13826. height: math.unit(6 + 1/12, "feet"),
  13827. weight: math.unit(275, "lb"),
  13828. name: "Front",
  13829. image: {
  13830. source: "./media/characters/hunter-misha-raven/front.svg"
  13831. }
  13832. },
  13833. },
  13834. [
  13835. {
  13836. name: "Mortal",
  13837. height: math.unit(6 + 1/12, "feet")
  13838. },
  13839. {
  13840. name: "Divine",
  13841. height: math.unit(1.12134e34, "parsecs"),
  13842. default: true
  13843. },
  13844. ]
  13845. )
  13846. characterMakers["Max Calore"] = () => makeCharacter(
  13847. { name: "Max Calore" },
  13848. {
  13849. front: {
  13850. height: math.unit(6 + 3/12, "feet"),
  13851. weight: math.unit(220, "lb"),
  13852. name: "Front",
  13853. image: {
  13854. source: "./media/characters/max-calore/front.svg",
  13855. extra: 1700/1648,
  13856. bottom: 0.01
  13857. }
  13858. },
  13859. back: {
  13860. height: math.unit(6 + 3/12, "feet"),
  13861. weight: math.unit(220, "lb"),
  13862. name: "Back",
  13863. image: {
  13864. source: "./media/characters/max-calore/back.svg",
  13865. extra: 1700/1648,
  13866. bottom: 0.01
  13867. }
  13868. },
  13869. },
  13870. [
  13871. {
  13872. name: "Normal",
  13873. height: math.unit(6 + 3/12, "feet"),
  13874. default: true
  13875. },
  13876. ]
  13877. )
  13878. characterMakers["Aspen"] = () => makeCharacter(
  13879. { name: "Aspen" },
  13880. {
  13881. side: {
  13882. height: math.unit(2 + 8/12, "feet"),
  13883. weight: math.unit(99, "lb"),
  13884. name: "Side",
  13885. image: {
  13886. source: "./media/characters/aspen/side.svg",
  13887. extra: 152/138,
  13888. bottom: 0.032
  13889. }
  13890. },
  13891. },
  13892. [
  13893. {
  13894. name: "Normal",
  13895. height: math.unit(2 + 8/12, "feet"),
  13896. default: true
  13897. },
  13898. ]
  13899. )
  13900. characterMakers["Sheila (Wolf)"] = () => makeCharacter(
  13901. { name: "Sheila (Wolf)" },
  13902. {
  13903. side: {
  13904. height: math.unit(3 + 2/12, "feet"),
  13905. weight: math.unit(224, "lb"),
  13906. name: "Side",
  13907. image: {
  13908. source: "./media/characters/sheila-wolf/side.svg",
  13909. extra: 179/166,
  13910. bottom: 0.03
  13911. }
  13912. },
  13913. },
  13914. [
  13915. {
  13916. name: "Normal",
  13917. height: math.unit(3 + 2/12, "feet"),
  13918. default: true
  13919. },
  13920. ]
  13921. )
  13922. characterMakers["Michelle"] = () => makeCharacter(
  13923. { name: "Michelle" },
  13924. {
  13925. side: {
  13926. height: math.unit(1 + 9/12, "feet"),
  13927. weight: math.unit(38, "lb"),
  13928. name: "Side",
  13929. image: {
  13930. source: "./media/characters/michelle/side.svg",
  13931. extra: 147/136.7,
  13932. bottom: 0.03
  13933. }
  13934. },
  13935. },
  13936. [
  13937. {
  13938. name: "Normal",
  13939. height: math.unit(1 + 9/12, "feet"),
  13940. default: true
  13941. },
  13942. ]
  13943. )
  13944. characterMakers["Nino"] = () => makeCharacter(
  13945. { name: "Nino" },
  13946. {
  13947. front: {
  13948. height: math.unit(1 + 1/12, "feet"),
  13949. weight: math.unit(18, "lb"),
  13950. name: "Front",
  13951. image: {
  13952. source: "./media/characters/nino/front.svg"
  13953. }
  13954. },
  13955. },
  13956. [
  13957. {
  13958. name: "Normal",
  13959. height: math.unit(1 + 1/12, "feet"),
  13960. default: true
  13961. },
  13962. ]
  13963. )
  13964. characterMakers["Viola"] = () => makeCharacter(
  13965. { name: "Viola" },
  13966. {
  13967. front: {
  13968. height: math.unit(1, "feet"),
  13969. weight: math.unit(16, "lb"),
  13970. name: "Front",
  13971. image: {
  13972. source: "./media/characters/viola/front.svg"
  13973. }
  13974. },
  13975. },
  13976. [
  13977. {
  13978. name: "Normal",
  13979. height: math.unit(1, "feet"),
  13980. default: true
  13981. },
  13982. ]
  13983. )
  13984. characterMakers["Atlas"] = () => makeCharacter(
  13985. { name: "Atlas" },
  13986. {
  13987. front: {
  13988. height: math.unit(6 + 5/12, "feet"),
  13989. weight: math.unit(580, "lb"),
  13990. name: "Front",
  13991. image: {
  13992. source: "./media/characters/atlas/front.svg",
  13993. extra: 298.5/290,
  13994. bottom: 0.015
  13995. }
  13996. },
  13997. },
  13998. [
  13999. {
  14000. name: "Normal",
  14001. height: math.unit(6 + 5/12, "feet"),
  14002. default: true
  14003. },
  14004. ]
  14005. )
  14006. characterMakers["Davy"] = () => makeCharacter(
  14007. { name: "Davy" },
  14008. {
  14009. side: {
  14010. height: math.unit(1 + 10/12, "feet"),
  14011. weight: math.unit(25, "lb"),
  14012. name: "Side",
  14013. image: {
  14014. source: "./media/characters/davy/side.svg",
  14015. extra: 200/170,
  14016. bottom: 0.01
  14017. }
  14018. },
  14019. },
  14020. [
  14021. {
  14022. name: "Normal",
  14023. height: math.unit(1 + 10/12, "feet"),
  14024. default: true
  14025. },
  14026. ]
  14027. )
  14028. characterMakers["Fiona"] = () => makeCharacter(
  14029. { name: "Fiona" },
  14030. {
  14031. side: {
  14032. height: math.unit(4 + 8/12, "feet"),
  14033. weight: math.unit(166, "lb"),
  14034. name: "Side",
  14035. image: {
  14036. source: "./media/characters/fiona/side.svg",
  14037. extra: 232/220,
  14038. bottom: 0.03
  14039. }
  14040. },
  14041. },
  14042. [
  14043. {
  14044. name: "Normal",
  14045. height: math.unit(4 + 8/12, "feet"),
  14046. default: true
  14047. },
  14048. ]
  14049. )
  14050. characterMakers["Lyla"] = () => makeCharacter(
  14051. { name: "Lyla" },
  14052. {
  14053. front: {
  14054. height: math.unit(2, "feet"),
  14055. weight: math.unit(62, "lb"),
  14056. name: "Front",
  14057. image: {
  14058. source: "./media/characters/lyla/front.svg",
  14059. bottom: 0.1
  14060. }
  14061. },
  14062. },
  14063. [
  14064. {
  14065. name: "Normal",
  14066. height: math.unit(2, "feet"),
  14067. default: true
  14068. },
  14069. ]
  14070. )
  14071. characterMakers["Perseus"] = () => makeCharacter(
  14072. { name: "Perseus" },
  14073. {
  14074. side: {
  14075. height: math.unit(1.8, "feet"),
  14076. weight: math.unit(44, "lb"),
  14077. name: "Side",
  14078. image: {
  14079. source: "./media/characters/perseus/side.svg",
  14080. bottom: 0.21
  14081. }
  14082. },
  14083. },
  14084. [
  14085. {
  14086. name: "Normal",
  14087. height: math.unit(1.8, "feet"),
  14088. default: true
  14089. },
  14090. ]
  14091. )
  14092. characterMakers["Remus"] = () => makeCharacter(
  14093. { name: "Remus" },
  14094. {
  14095. side: {
  14096. height: math.unit(4 + 2/12, "feet"),
  14097. weight: math.unit(20, "lb"),
  14098. name: "Side",
  14099. image: {
  14100. source: "./media/characters/remus/side.svg"
  14101. }
  14102. },
  14103. },
  14104. [
  14105. {
  14106. name: "Normal",
  14107. height: math.unit(4 + 2/12, "feet"),
  14108. default: true
  14109. },
  14110. ]
  14111. )
  14112. characterMakers["Raf"] = () => makeCharacter(
  14113. { name: "Raf" },
  14114. {
  14115. front: {
  14116. height: math.unit(4 + 11/12, "feet"),
  14117. weight: math.unit(114, "lb"),
  14118. name: "Front",
  14119. image: {
  14120. source: "./media/characters/raf/front.svg",
  14121. bottom: 0.01
  14122. }
  14123. },
  14124. side: {
  14125. height: math.unit(4 + 11/12, "feet"),
  14126. weight: math.unit(114, "lb"),
  14127. name: "Side",
  14128. image: {
  14129. source: "./media/characters/raf/side.svg",
  14130. bottom: 0.005
  14131. }
  14132. },
  14133. },
  14134. [
  14135. {
  14136. name: "Micro",
  14137. height: math.unit(2, "inches")
  14138. },
  14139. {
  14140. name: "Normal",
  14141. height: math.unit(4 + 11/12, "feet"),
  14142. default: true
  14143. },
  14144. {
  14145. name: "Macro",
  14146. height: math.unit(70, "feet")
  14147. },
  14148. ]
  14149. )
  14150. characterMakers["Liam Einarr"] = () => makeCharacter(
  14151. { name: "Liam Einarr" },
  14152. {
  14153. front: {
  14154. height: math.unit(1.5, "meters"),
  14155. weight: math.unit(68, "kg"),
  14156. name: "Front",
  14157. image: {
  14158. source: "./media/characters/liam-einarr/front.svg",
  14159. extra: 2822/2666
  14160. }
  14161. },
  14162. back: {
  14163. height: math.unit(1.5, "meters"),
  14164. weight: math.unit(68, "kg"),
  14165. name: "Back",
  14166. image: {
  14167. source: "./media/characters/liam-einarr/back.svg",
  14168. extra: 2822/2666,
  14169. bottom: 0.015
  14170. }
  14171. },
  14172. },
  14173. [
  14174. {
  14175. name: "Normal",
  14176. height: math.unit(1.5, "meters"),
  14177. default: true
  14178. },
  14179. {
  14180. name: "Macro",
  14181. height: math.unit(150, "meters")
  14182. },
  14183. {
  14184. name: "Megamacro",
  14185. height: math.unit(35, "km")
  14186. },
  14187. ]
  14188. )
  14189. characterMakers["Linda"] = () => makeCharacter(
  14190. { name: "Linda" },
  14191. {
  14192. front: {
  14193. height: math.unit(6, "feet"),
  14194. weight: math.unit(75, "kg"),
  14195. name: "Front",
  14196. image: {
  14197. source: "./media/characters/linda/front.svg",
  14198. extra: 930/874,
  14199. bottom: 0.004
  14200. }
  14201. },
  14202. },
  14203. [
  14204. {
  14205. name: "Normal",
  14206. height: math.unit(6, "feet"),
  14207. default: true
  14208. },
  14209. ]
  14210. )
  14211. characterMakers["Caylex"] = () => makeCharacter(
  14212. { name: "Caylex" },
  14213. {
  14214. front: {
  14215. height: math.unit(6 + 8/12, "feet"),
  14216. weight: math.unit(220, "lb"),
  14217. name: "Front",
  14218. image: {
  14219. source: "./media/characters/caylex/front.svg",
  14220. extra: 821/772,
  14221. bottom: 0.07
  14222. }
  14223. },
  14224. back: {
  14225. height: math.unit(6 + 8/12, "feet"),
  14226. weight: math.unit(220, "lb"),
  14227. name: "Back",
  14228. image: {
  14229. source: "./media/characters/caylex/back.svg",
  14230. extra: 821/772,
  14231. bottom: 0.022
  14232. }
  14233. },
  14234. hand: {
  14235. height: math.unit(1.25, "feet"),
  14236. name: "Hand",
  14237. image: {
  14238. source: "./media/characters/caylex/hand.svg"
  14239. }
  14240. },
  14241. foot: {
  14242. height: math.unit(1.6, "feet"),
  14243. name: "Foot",
  14244. image: {
  14245. source: "./media/characters/caylex/foot.svg"
  14246. }
  14247. },
  14248. armored: {
  14249. height: math.unit(6 + 8/12, "feet"),
  14250. weight: math.unit(250, "lb"),
  14251. name: "Armored",
  14252. image: {
  14253. source: "./media/characters/caylex/armored.svg",
  14254. extra: 1420/1310,
  14255. bottom: 0.045
  14256. }
  14257. },
  14258. },
  14259. [
  14260. {
  14261. name: "Normal",
  14262. height: math.unit(6 + 8/12, "feet"),
  14263. default: true
  14264. },
  14265. {
  14266. name: "Normal+",
  14267. height: math.unit(12, "feet")
  14268. },
  14269. ]
  14270. )
  14271. characterMakers["Alana"] = () => makeCharacter(
  14272. { name: "Alana" },
  14273. {
  14274. front: {
  14275. height: math.unit(7 + 6/12, "feet"),
  14276. weight: math.unit(288, "lb"),
  14277. name: "Front",
  14278. image: {
  14279. source: "./media/characters/alana/front.svg",
  14280. extra: 679/653,
  14281. bottom: 22.5/701
  14282. }
  14283. },
  14284. },
  14285. [
  14286. {
  14287. name: "Normal",
  14288. height: math.unit(7 + 6/12, "feet")
  14289. },
  14290. {
  14291. name: "Large",
  14292. height: math.unit(50, "feet")
  14293. },
  14294. {
  14295. name: "Macro",
  14296. height: math.unit(100, "feet"),
  14297. default: true
  14298. },
  14299. {
  14300. name: "Macro+",
  14301. height: math.unit(200, "feet")
  14302. },
  14303. ]
  14304. )
  14305. characterMakers["Hasani"] = () => makeCharacter(
  14306. { name: "Hasani" },
  14307. {
  14308. front: {
  14309. height: math.unit(6 + 1/12, "feet"),
  14310. weight: math.unit(210, "lb"),
  14311. name: "Front",
  14312. image: {
  14313. source: "./media/characters/hasani/front.svg",
  14314. extra: 244/232,
  14315. bottom: 0.01
  14316. }
  14317. },
  14318. back: {
  14319. height: math.unit(6 + 1/12, "feet"),
  14320. weight: math.unit(210, "lb"),
  14321. name: "Back",
  14322. image: {
  14323. source: "./media/characters/hasani/back.svg",
  14324. extra: 244/232,
  14325. bottom: 0.01
  14326. }
  14327. },
  14328. },
  14329. [
  14330. {
  14331. name: "Normal",
  14332. height: math.unit(6 + 1/12, "feet")
  14333. },
  14334. {
  14335. name: "Macro",
  14336. height: math.unit(175, "feet"),
  14337. default: true
  14338. },
  14339. ]
  14340. )
  14341. characterMakers["Nita"] = () => makeCharacter(
  14342. { name: "Nita" },
  14343. {
  14344. front: {
  14345. height: math.unit(1.82, "meters"),
  14346. weight: math.unit(140, "lb"),
  14347. name: "Front",
  14348. image: {
  14349. source: "./media/characters/nita/front.svg",
  14350. extra: 2473/2363,
  14351. bottom: 0.01
  14352. }
  14353. },
  14354. },
  14355. [
  14356. {
  14357. name: "Normal",
  14358. height: math.unit(1.82, "m")
  14359. },
  14360. {
  14361. name: "Macro",
  14362. height: math.unit(300, "m")
  14363. },
  14364. {
  14365. name: "Mistake Canon",
  14366. height: math.unit(0.5, "miles"),
  14367. default: true
  14368. },
  14369. {
  14370. name: "Big Mistake",
  14371. height: math.unit(13, "miles")
  14372. },
  14373. {
  14374. name: "Playing God",
  14375. height: math.unit(2450, "miles")
  14376. },
  14377. ]
  14378. )
  14379. characterMakers["Shiriko"] = () => makeCharacter(
  14380. { name: "Shiriko" },
  14381. {
  14382. front: {
  14383. height: math.unit(4, "feet"),
  14384. weight: math.unit(120, "lb"),
  14385. name: "Front",
  14386. image: {
  14387. source: "./media/characters/shiriko/front.svg",
  14388. extra: 195/188
  14389. }
  14390. },
  14391. },
  14392. [
  14393. {
  14394. name: "Normal",
  14395. height: math.unit(4, "feet"),
  14396. default: true
  14397. },
  14398. ]
  14399. )
  14400. characterMakers["Deja"] = () => makeCharacter(
  14401. { name: "Deja" },
  14402. {
  14403. front: {
  14404. height: math.unit(6, "feet"),
  14405. name: "front",
  14406. image: {
  14407. source: "./media/characters/deja/front.svg",
  14408. extra: 926/840,
  14409. bottom: 0.07
  14410. }
  14411. },
  14412. },
  14413. [
  14414. {
  14415. name: "Planck Length",
  14416. height: math.unit(1.6e-35, "meters")
  14417. },
  14418. {
  14419. name: "Normal",
  14420. height: math.unit(30.48, "meters"),
  14421. default: true
  14422. },
  14423. {
  14424. name: "Universal",
  14425. height: math.unit(8.8e26, "meters")
  14426. },
  14427. ]
  14428. )
  14429. characterMakers["Anima"] = () => makeCharacter(
  14430. { name: "Anima" },
  14431. {
  14432. side: {
  14433. height: math.unit(8, "feet"),
  14434. weight: math.unit(6300, "lb"),
  14435. name: "Side",
  14436. image: {
  14437. source: "./media/characters/anima/side.svg",
  14438. bottom: 0.035
  14439. }
  14440. },
  14441. },
  14442. [
  14443. {
  14444. name: "Normal",
  14445. height: math.unit(8, "feet"),
  14446. default: true
  14447. },
  14448. ]
  14449. )
  14450. characterMakers["Bianca"] = () => makeCharacter(
  14451. { name: "Bianca" },
  14452. {
  14453. front: {
  14454. height: math.unit(8, "feet"),
  14455. weight: math.unit(350, "lb"),
  14456. name: "Front",
  14457. image: {
  14458. source: "./media/characters/bianca/front.svg",
  14459. extra: 234/225,
  14460. bottom: 0.03
  14461. }
  14462. },
  14463. },
  14464. [
  14465. {
  14466. name: "Normal",
  14467. height: math.unit(8, "feet"),
  14468. default: true
  14469. },
  14470. ]
  14471. )
  14472. characterMakers["Adinia"] = () => makeCharacter(
  14473. { name: "Adinia" },
  14474. {
  14475. front: {
  14476. height: math.unit(6, "feet"),
  14477. weight: math.unit(150, "lb"),
  14478. name: "Front",
  14479. image: {
  14480. source: "./media/characters/adinia/front.svg",
  14481. extra: 1845/1672,
  14482. bottom: 0.02
  14483. }
  14484. },
  14485. back: {
  14486. height: math.unit(6, "feet"),
  14487. weight: math.unit(150, "lb"),
  14488. name: "Back",
  14489. image: {
  14490. source: "./media/characters/adinia/back.svg",
  14491. extra: 1845/1672,
  14492. bottom: 0.002
  14493. }
  14494. },
  14495. },
  14496. [
  14497. {
  14498. name: "Normal",
  14499. height: math.unit(11 + 5/12, "feet"),
  14500. default: true
  14501. },
  14502. ]
  14503. )
  14504. characterMakers["Lykasa"] = () => makeCharacter(
  14505. { name: "Lykasa" },
  14506. {
  14507. front: {
  14508. height: math.unit(3, "meters"),
  14509. weight: math.unit(200, "kg"),
  14510. name: "Front",
  14511. image: {
  14512. source: "./media/characters/lykasa/front.svg",
  14513. extra: 1076/976,
  14514. bottom: 0.06
  14515. }
  14516. },
  14517. },
  14518. [
  14519. {
  14520. name: "Normal",
  14521. height: math.unit(3, "meters")
  14522. },
  14523. {
  14524. name: "Kaiku",
  14525. height: math.unit(120, "meters"),
  14526. default: true
  14527. },
  14528. {
  14529. name: "Mega Kaiju",
  14530. height: math.unit(240, "km")
  14531. },
  14532. {
  14533. name: "Giga Kaiju",
  14534. height: math.unit(400, "megameters")
  14535. },
  14536. {
  14537. name: "Tera Kaiju",
  14538. height: math.unit(800, "gigameters")
  14539. },
  14540. {
  14541. name: "Kaiju Dragon Goddess",
  14542. height: math.unit(26, "zettaparsecs")
  14543. },
  14544. ]
  14545. )
  14546. characterMakers["Malfaren"] = () => makeCharacter(
  14547. { name: "Malfaren" },
  14548. {
  14549. side: {
  14550. height: math.unit(283/124*6, "feet"),
  14551. weight: math.unit(35000, "lb"),
  14552. name: "Side",
  14553. image: {
  14554. source: "./media/characters/malfaren/side.svg",
  14555. extra: 2500/1010,
  14556. bottom: 0.01
  14557. }
  14558. },
  14559. front: {
  14560. height: math.unit(22.36, "feet"),
  14561. weight: math.unit(35000, "lb"),
  14562. name: "Front",
  14563. image: {
  14564. source: "./media/characters/malfaren/front.svg",
  14565. extra: 1631/1476,
  14566. bottom: 0.01
  14567. }
  14568. },
  14569. maw: {
  14570. height: math.unit(6.9, "feet"),
  14571. name: "Maw",
  14572. image: {
  14573. source: "./media/characters/malfaren/maw.svg"
  14574. }
  14575. },
  14576. },
  14577. [
  14578. {
  14579. name: "Big",
  14580. height: math.unit(283/162*6, "feet"),
  14581. },
  14582. {
  14583. name: "Bigger",
  14584. height: math.unit(283/124*6, "feet")
  14585. },
  14586. {
  14587. name: "Massive",
  14588. height: math.unit(283/92*6, "feet"),
  14589. default: true
  14590. },
  14591. {
  14592. name: "👀💦",
  14593. height: math.unit(283/73*6, "feet"),
  14594. },
  14595. ]
  14596. )
  14597. characterMakers["Kernel"] = () => makeCharacter(
  14598. { name: "Kernel" },
  14599. {
  14600. front: {
  14601. height: math.unit(1.7, "m"),
  14602. weight: math.unit(70, "kg"),
  14603. name: "Front",
  14604. image: {
  14605. source: "./media/characters/kernel/front.svg",
  14606. extra: 222/210,
  14607. bottom: 0.007
  14608. }
  14609. },
  14610. },
  14611. [
  14612. {
  14613. name: "Nano",
  14614. height: math.unit(17, "micrometers")
  14615. },
  14616. {
  14617. name: "Micro",
  14618. height: math.unit(1.7, "mm")
  14619. },
  14620. {
  14621. name: "Small",
  14622. height: math.unit(1.7, "cm")
  14623. },
  14624. {
  14625. name: "Normal",
  14626. height: math.unit(1.7, "m"),
  14627. default: true
  14628. },
  14629. ]
  14630. )
  14631. characterMakers["Jayne Folest"] = () => makeCharacter(
  14632. { name: "Jayne Folest" },
  14633. {
  14634. front: {
  14635. height: math.unit(1.75, "meters"),
  14636. weight: math.unit(65, "kg"),
  14637. name: "Front",
  14638. image: {
  14639. source: "./media/characters/jayne-folest/front.svg",
  14640. extra: 2115/2007,
  14641. bottom: 0.02
  14642. }
  14643. },
  14644. back: {
  14645. height: math.unit(1.75, "meters"),
  14646. weight: math.unit(65, "kg"),
  14647. name: "Back",
  14648. image: {
  14649. source: "./media/characters/jayne-folest/back.svg",
  14650. extra: 2115/2007,
  14651. bottom: 0.005
  14652. }
  14653. },
  14654. frontClothed: {
  14655. height: math.unit(1.75, "meters"),
  14656. weight: math.unit(65, "kg"),
  14657. name: "Front (Clothed)",
  14658. image: {
  14659. source: "./media/characters/jayne-folest/front-clothed.svg",
  14660. extra: 2115/2007,
  14661. bottom: 0.035
  14662. }
  14663. },
  14664. hand: {
  14665. height: math.unit(1/1.260, "feet"),
  14666. name: "Hand",
  14667. image: {
  14668. source: "./media/characters/jayne-folest/hand.svg"
  14669. }
  14670. },
  14671. foot: {
  14672. height: math.unit(1/0.918, "feet"),
  14673. name: "Foot",
  14674. image: {
  14675. source: "./media/characters/jayne-folest/foot.svg"
  14676. }
  14677. },
  14678. },
  14679. [
  14680. {
  14681. name: "Micro",
  14682. height: math.unit(4, "cm")
  14683. },
  14684. {
  14685. name: "Normal",
  14686. height: math.unit(1.75, "meters")
  14687. },
  14688. {
  14689. name: "Macro",
  14690. height: math.unit(47.5, "meters"),
  14691. default: true
  14692. },
  14693. ]
  14694. )
  14695. characterMakers["Algier"] = () => makeCharacter(
  14696. { name: "Algier" },
  14697. {
  14698. front: {
  14699. height: math.unit(180, "cm"),
  14700. weight: math.unit(70, "kg"),
  14701. name: "Front",
  14702. image: {
  14703. source: "./media/characters/algier/front.svg",
  14704. extra: 596/572,
  14705. bottom: 0.04
  14706. }
  14707. },
  14708. back: {
  14709. height: math.unit(180, "cm"),
  14710. weight: math.unit(70, "kg"),
  14711. name: "Back",
  14712. image: {
  14713. source: "./media/characters/algier/back.svg",
  14714. extra: 596/572,
  14715. bottom: 0.025
  14716. }
  14717. },
  14718. frontdressed: {
  14719. height: math.unit(180, "cm"),
  14720. weight: math.unit(150, "kg"),
  14721. name: "Front-dressed",
  14722. image: {
  14723. source: "./media/characters/algier/front-dressed.svg",
  14724. extra: 596/572,
  14725. bottom: 0.038
  14726. }
  14727. },
  14728. },
  14729. [
  14730. {
  14731. name: "Micro",
  14732. height: math.unit(5, "cm")
  14733. },
  14734. {
  14735. name: "Normal",
  14736. height: math.unit(180, "cm"),
  14737. default: true
  14738. },
  14739. {
  14740. name: "Macro",
  14741. height: math.unit(64, "m")
  14742. },
  14743. ]
  14744. )
  14745. characterMakers["Pretzel"] = () => makeCharacter(
  14746. { name: "Pretzel" },
  14747. {
  14748. upright: {
  14749. height: math.unit(7, "feet"),
  14750. weight: math.unit(300, "lb"),
  14751. name: "Upright",
  14752. image: {
  14753. source: "./media/characters/pretzel/upright.svg",
  14754. extra: 534/522,
  14755. bottom: 0.065
  14756. }
  14757. },
  14758. sprawling: {
  14759. height: math.unit(3.75, "feet"),
  14760. weight: math.unit(300, "lb"),
  14761. name: "Sprawling",
  14762. image: {
  14763. source: "./media/characters/pretzel/sprawling.svg",
  14764. extra: 314/281,
  14765. bottom: 0.1
  14766. }
  14767. },
  14768. tongue: {
  14769. height: math.unit(2, "feet"),
  14770. name: "Tongue",
  14771. image: {
  14772. source: "./media/characters/pretzel/tongue.svg"
  14773. }
  14774. },
  14775. },
  14776. [
  14777. {
  14778. name: "Normal",
  14779. height: math.unit(7, "feet"),
  14780. default: true
  14781. },
  14782. {
  14783. name: "Oversized",
  14784. height: math.unit(15, "feet")
  14785. },
  14786. {
  14787. name: "Huge",
  14788. height: math.unit(30, "feet")
  14789. },
  14790. {
  14791. name: "Macro",
  14792. height: math.unit(250, "feet")
  14793. },
  14794. ]
  14795. )
  14796. characterMakers["Roxi"] = () => makeCharacter(
  14797. { name: "Roxi" },
  14798. {
  14799. sideFront: {
  14800. height: math.unit(5 + 2/12, "feet"),
  14801. weight: math.unit(120, "lb"),
  14802. name: "Front Side",
  14803. image: {
  14804. source: "./media/characters/roxi/side-front.svg",
  14805. extra: 2924/2717,
  14806. bottom: 0.08
  14807. }
  14808. },
  14809. sideBack: {
  14810. height: math.unit(5 + 2/12, "feet"),
  14811. weight: math.unit(120, "lb"),
  14812. name: "Back Side",
  14813. image: {
  14814. source: "./media/characters/roxi/side-back.svg",
  14815. extra: 2904/2693,
  14816. bottom: 0.06
  14817. }
  14818. },
  14819. front: {
  14820. height: math.unit(5 + 2/12, "feet"),
  14821. weight: math.unit(120, "lb"),
  14822. name: "Front",
  14823. image: {
  14824. source: "./media/characters/roxi/front.svg",
  14825. extra: 2028/1907,
  14826. bottom: 0.01
  14827. }
  14828. },
  14829. frontAlt: {
  14830. height: math.unit(5 + 2/12, "feet"),
  14831. weight: math.unit(120, "lb"),
  14832. name: "Front (Alt)",
  14833. image: {
  14834. source: "./media/characters/roxi/front-alt.svg",
  14835. extra: 1828/1798,
  14836. bottom: 0.01
  14837. }
  14838. },
  14839. sitting: {
  14840. height: math.unit(2.8, "feet"),
  14841. weight: math.unit(120, "lb"),
  14842. name: "Sitting",
  14843. image: {
  14844. source: "./media/characters/roxi/sitting.svg",
  14845. extra: 2660/2462,
  14846. bottom: 0.1
  14847. }
  14848. },
  14849. },
  14850. [
  14851. {
  14852. name: "Normal",
  14853. height: math.unit(5 + 2/12, "feet"),
  14854. default: true
  14855. },
  14856. ]
  14857. )
  14858. characterMakers["Shadow"] = () => makeCharacter(
  14859. { name: "Shadow" },
  14860. {
  14861. side: {
  14862. height: math.unit(55, "feet"),
  14863. weight: math.unit(153, "tons"),
  14864. name: "Side",
  14865. image: {
  14866. source: "./media/characters/shadow/side.svg",
  14867. extra: 701/628,
  14868. bottom: 0.02
  14869. }
  14870. },
  14871. flying: {
  14872. height: math.unit(145, "feet"),
  14873. weight: math.unit(153, "tons"),
  14874. name: "Flying",
  14875. image: {
  14876. source: "./media/characters/shadow/flying.svg"
  14877. }
  14878. },
  14879. },
  14880. [
  14881. {
  14882. name: "Normal",
  14883. height: math.unit(55, "feet"),
  14884. default: true
  14885. },
  14886. ]
  14887. )
  14888. characterMakers["Marcie"] = () => makeCharacter(
  14889. { name: "Marcie" },
  14890. {
  14891. front: {
  14892. height: math.unit(6, "feet"),
  14893. weight: math.unit(200, "lb"),
  14894. name: "Front",
  14895. image: {
  14896. source: "./media/characters/marcie/front.svg",
  14897. extra: 960/876,
  14898. bottom: 58/1017.87
  14899. }
  14900. },
  14901. },
  14902. [
  14903. {
  14904. name: "Macro",
  14905. height: math.unit(1, "mile"),
  14906. default: true
  14907. },
  14908. ]
  14909. )
  14910. characterMakers["Kachina"] = () => makeCharacter(
  14911. { name: "Kachina" },
  14912. {
  14913. front: {
  14914. height: math.unit(7, "feet"),
  14915. weight: math.unit(200, "lb"),
  14916. name: "Front",
  14917. image: {
  14918. source: "./media/characters/kachina/front.svg",
  14919. extra: 1290.68/1119,
  14920. bottom: 36.5/1327.18
  14921. }
  14922. },
  14923. },
  14924. [
  14925. {
  14926. name: "Normal",
  14927. height: math.unit(7, "feet"),
  14928. default: true
  14929. },
  14930. ]
  14931. )
  14932. characterMakers["Kash"] = () => makeCharacter(
  14933. { name: "Kash" },
  14934. {
  14935. looking: {
  14936. height: math.unit(2, "meters"),
  14937. weight: math.unit(300, "kg"),
  14938. name: "Looking",
  14939. image: {
  14940. source: "./media/characters/kash/looking.svg",
  14941. extra: 474/344,
  14942. bottom: 0.03
  14943. }
  14944. },
  14945. side: {
  14946. height: math.unit(2, "meters"),
  14947. weight: math.unit(300, "kg"),
  14948. name: "Side",
  14949. image: {
  14950. source: "./media/characters/kash/side.svg",
  14951. extra: 302/251,
  14952. bottom: 0.03
  14953. }
  14954. },
  14955. front: {
  14956. height: math.unit(2, "meters"),
  14957. weight: math.unit(300, "kg"),
  14958. name: "Front",
  14959. image: {
  14960. source: "./media/characters/kash/front.svg",
  14961. extra: 495/360,
  14962. bottom: 0.015
  14963. }
  14964. },
  14965. },
  14966. [
  14967. {
  14968. name: "Normal",
  14969. height: math.unit(2, "meters"),
  14970. default: true
  14971. },
  14972. {
  14973. name: "Big",
  14974. height: math.unit(3, "meters")
  14975. },
  14976. {
  14977. name: "Large",
  14978. height: math.unit(5, "meters")
  14979. },
  14980. ]
  14981. )
  14982. characterMakers["Lalim"] = () => makeCharacter(
  14983. { name: "Lalim" },
  14984. {
  14985. feeding: {
  14986. height: math.unit(6.7, "feet"),
  14987. weight: math.unit(350, "lb"),
  14988. name: "Feeding",
  14989. image: {
  14990. source: "./media/characters/lalim/feeding.svg",
  14991. }
  14992. },
  14993. },
  14994. [
  14995. {
  14996. name: "Normal",
  14997. height: math.unit(6.7, "feet"),
  14998. default: true
  14999. },
  15000. ]
  15001. )
  15002. characterMakers["De'Vout"] = () => makeCharacter(
  15003. { name: "De'Vout" },
  15004. {
  15005. front: {
  15006. height: math.unit(9.5, "feet"),
  15007. weight: math.unit(600, "lb"),
  15008. name: "Front",
  15009. image: {
  15010. source: "./media/characters/de'vout/front.svg",
  15011. extra: 1443/1328,
  15012. bottom: 0.025
  15013. }
  15014. },
  15015. back: {
  15016. height: math.unit(9.5, "feet"),
  15017. weight: math.unit(600, "lb"),
  15018. name: "Back",
  15019. image: {
  15020. source: "./media/characters/de'vout/back.svg",
  15021. extra: 1443/1328
  15022. }
  15023. },
  15024. frontDressed: {
  15025. height: math.unit(9.5, "feet"),
  15026. weight: math.unit(600, "lb"),
  15027. name: "Front (Dressed",
  15028. image: {
  15029. source: "./media/characters/de'vout/front-dressed.svg",
  15030. extra: 1443/1328,
  15031. bottom: 0.025
  15032. }
  15033. },
  15034. backDressed: {
  15035. height: math.unit(9.5, "feet"),
  15036. weight: math.unit(600, "lb"),
  15037. name: "Back (Dressed",
  15038. image: {
  15039. source: "./media/characters/de'vout/back-dressed.svg",
  15040. extra: 1443/1328
  15041. }
  15042. },
  15043. },
  15044. [
  15045. {
  15046. name: "Normal",
  15047. height: math.unit(9.5, "feet"),
  15048. default: true
  15049. },
  15050. ]
  15051. )
  15052. characterMakers["Talana"] = () => makeCharacter(
  15053. { name: "Talana" },
  15054. {
  15055. front: {
  15056. height: math.unit(8, "feet"),
  15057. weight: math.unit(225, "lb"),
  15058. name: "Front",
  15059. image: {
  15060. source: "./media/characters/talana/front.svg",
  15061. extra: 1410/1300,
  15062. bottom: 0.015
  15063. }
  15064. },
  15065. frontDressed: {
  15066. height: math.unit(8, "feet"),
  15067. weight: math.unit(225, "lb"),
  15068. name: "Front (Dressed",
  15069. image: {
  15070. source: "./media/characters/talana/front-dressed.svg",
  15071. extra: 1410/1300,
  15072. bottom: 0.015
  15073. }
  15074. },
  15075. },
  15076. [
  15077. {
  15078. name: "Normal",
  15079. height: math.unit(8, "feet"),
  15080. default: true
  15081. },
  15082. ]
  15083. )
  15084. characterMakers["Xeauvok"] = () => makeCharacter(
  15085. { name: "Xeauvok" },
  15086. {
  15087. side: {
  15088. height: math.unit(7.2, "feet"),
  15089. weight: math.unit(150, "lb"),
  15090. name: "Side",
  15091. image: {
  15092. source: "./media/characters/xeauvok/side.svg",
  15093. extra: 1975/1523,
  15094. bottom: 0.07
  15095. }
  15096. },
  15097. },
  15098. [
  15099. {
  15100. name: "Normal",
  15101. height: math.unit(7.2, "feet"),
  15102. default: true
  15103. },
  15104. ]
  15105. )
  15106. characterMakers["Zara"] = () => makeCharacter(
  15107. { name: "Zara" },
  15108. {
  15109. side: {
  15110. height: math.unit(10, "feet"),
  15111. weight: math.unit(900, "kg"),
  15112. name: "Side",
  15113. image: {
  15114. source: "./media/characters/zara/side.svg",
  15115. extra: 504/498
  15116. }
  15117. },
  15118. },
  15119. [
  15120. {
  15121. name: "Normal",
  15122. height: math.unit(10, "feet"),
  15123. default: true
  15124. },
  15125. ]
  15126. )
  15127. characterMakers["Richard (Dragon)"] = () => makeCharacter(
  15128. { name: "Richard (Dragon)" },
  15129. {
  15130. side: {
  15131. height: math.unit(6, "feet"),
  15132. weight: math.unit(150, "lb"),
  15133. name: "Side",
  15134. image: {
  15135. source: "./media/characters/richard-dragon/side.svg",
  15136. extra: 845/340,
  15137. bottom: 0.017
  15138. }
  15139. },
  15140. maw: {
  15141. height: math.unit(2.97, "feet"),
  15142. name: "Maw",
  15143. image: {
  15144. source: "./media/characters/richard-dragon/maw.svg"
  15145. }
  15146. },
  15147. },
  15148. [
  15149. ]
  15150. )
  15151. characterMakers["Richard (Smeargle)"] = () => makeCharacter(
  15152. { name: "Richard (Smeargle)" },
  15153. {
  15154. front: {
  15155. height: math.unit(4, "feet"),
  15156. weight: math.unit(100, "lb"),
  15157. name: "Front",
  15158. image: {
  15159. source: "./media/characters/richard-smeargle/front.svg",
  15160. extra: 2952/2820,
  15161. bottom: 0.028
  15162. }
  15163. },
  15164. },
  15165. [
  15166. {
  15167. name: "Normal",
  15168. height: math.unit(4, "feet"),
  15169. default: true
  15170. },
  15171. {
  15172. name: "Dynamax",
  15173. height: math.unit(20, "meters")
  15174. },
  15175. ]
  15176. )
  15177. characterMakers["Klay"] = () => makeCharacter(
  15178. { name: "Klay" },
  15179. {
  15180. front: {
  15181. height: math.unit(6, "feet"),
  15182. weight: math.unit(110, "lb"),
  15183. name: "Front",
  15184. image: {
  15185. source: "./media/characters/klay/front.svg",
  15186. extra: 962/883,
  15187. bottom: 0.04
  15188. }
  15189. },
  15190. back: {
  15191. height: math.unit(6, "feet"),
  15192. weight: math.unit(110, "lb"),
  15193. name: "Back",
  15194. image: {
  15195. source: "./media/characters/klay/back.svg",
  15196. extra: 962/883
  15197. }
  15198. },
  15199. beans: {
  15200. height: math.unit(1.15, "feet"),
  15201. name: "Beans",
  15202. image: {
  15203. source: "./media/characters/klay/beans.svg"
  15204. }
  15205. },
  15206. },
  15207. [
  15208. {
  15209. name: "Micro",
  15210. height: math.unit(6, "inches")
  15211. },
  15212. {
  15213. name: "Mini",
  15214. height: math.unit(3, "feet")
  15215. },
  15216. {
  15217. name: "Normal",
  15218. height: math.unit(6, "feet"),
  15219. default: true
  15220. },
  15221. {
  15222. name: "Big",
  15223. height: math.unit(25, "feet")
  15224. },
  15225. {
  15226. name: "Macro",
  15227. height: math.unit(100, "feet")
  15228. },
  15229. {
  15230. name: "Megamacro",
  15231. height: math.unit(400, "feet")
  15232. },
  15233. ]
  15234. )
  15235. characterMakers["Marcus"] = () => makeCharacter(
  15236. { name: "Marcus" },
  15237. {
  15238. front: {
  15239. height: math.unit(6, "feet"),
  15240. weight: math.unit(160, "lb"),
  15241. name: "Front",
  15242. image: {
  15243. source: "./media/characters/marcus/front.svg",
  15244. extra: 734/676,
  15245. bottom: 0.03
  15246. }
  15247. },
  15248. },
  15249. [
  15250. {
  15251. name: "Little",
  15252. height: math.unit(6, "feet")
  15253. },
  15254. {
  15255. name: "Normal",
  15256. height: math.unit(110, "feet"),
  15257. default: true
  15258. },
  15259. {
  15260. name: "Macro",
  15261. height: math.unit(250, "feet")
  15262. },
  15263. {
  15264. name: "Megamacro",
  15265. height: math.unit(1000, "feet")
  15266. },
  15267. ]
  15268. )
  15269. characterMakers["Claude DelRoute"] = () => makeCharacter(
  15270. { name: "Claude DelRoute" },
  15271. {
  15272. front: {
  15273. height: math.unit(7, "feet"),
  15274. weight: math.unit(275, "lb"),
  15275. name: "Front",
  15276. image: {
  15277. source: "./media/characters/claude-delroute/front.svg",
  15278. extra: 230/214,
  15279. bottom: 0.007
  15280. }
  15281. },
  15282. side: {
  15283. height: math.unit(7, "feet"),
  15284. weight: math.unit(275, "lb"),
  15285. name: "Side",
  15286. image: {
  15287. source: "./media/characters/claude-delroute/side.svg",
  15288. extra: 222/214,
  15289. bottom: 0.01
  15290. }
  15291. },
  15292. back: {
  15293. height: math.unit(7, "feet"),
  15294. weight: math.unit(275, "lb"),
  15295. name: "Back",
  15296. image: {
  15297. source: "./media/characters/claude-delroute/back.svg",
  15298. extra: 230/214,
  15299. bottom: 0.015
  15300. }
  15301. },
  15302. maw: {
  15303. height: math.unit(0.6407, "meters"),
  15304. name: "Maw",
  15305. image: {
  15306. source: "./media/characters/claude-delroute/maw.svg"
  15307. }
  15308. },
  15309. },
  15310. [
  15311. {
  15312. name: "Normal",
  15313. height: math.unit(7, "feet"),
  15314. default: true
  15315. },
  15316. {
  15317. name: "Lorge",
  15318. height: math.unit(20, "feet")
  15319. },
  15320. ]
  15321. )
  15322. characterMakers["Dragonien"] = () => makeCharacter(
  15323. { name: "Dragonien" },
  15324. {
  15325. front: {
  15326. height: math.unit(8 + 4/12, "feet"),
  15327. weight: math.unit(600, "lb"),
  15328. name: "Front",
  15329. image: {
  15330. source: "./media/characters/dragonien/front.svg",
  15331. extra: 100/94,
  15332. bottom: 3.3/103.3445
  15333. }
  15334. },
  15335. back: {
  15336. height: math.unit(8 + 4/12, "feet"),
  15337. weight: math.unit(600, "lb"),
  15338. name: "Back",
  15339. image: {
  15340. source: "./media/characters/dragonien/back.svg",
  15341. extra: 776/746,
  15342. bottom: 6.4/782.0616
  15343. }
  15344. },
  15345. foot: {
  15346. height: math.unit(1.54, "feet"),
  15347. name: "Foot",
  15348. image: {
  15349. source: "./media/characters/dragonien/foot.svg",
  15350. }
  15351. },
  15352. },
  15353. [
  15354. {
  15355. name: "Normal",
  15356. height: math.unit(8 + 4/12, "feet"),
  15357. default: true
  15358. },
  15359. {
  15360. name: "Macro",
  15361. height: math.unit(200, "feet")
  15362. },
  15363. {
  15364. name: "Megamacro",
  15365. height: math.unit(1, "mile")
  15366. },
  15367. {
  15368. name: "Gigamacro",
  15369. height: math.unit(1000, "miles")
  15370. },
  15371. ]
  15372. )
  15373. characterMakers["Desta"] = () => makeCharacter(
  15374. { name: "Desta" },
  15375. {
  15376. front: {
  15377. height: math.unit(5 + 2/12, "feet"),
  15378. weight: math.unit(110, "lb"),
  15379. name: "Front",
  15380. image: {
  15381. source: "./media/characters/desta/front.svg",
  15382. extra: 1482/1417
  15383. }
  15384. },
  15385. side: {
  15386. height: math.unit(5 + 2/12, "feet"),
  15387. weight: math.unit(110, "lb"),
  15388. name: "Side",
  15389. image: {
  15390. source: "./media/characters/desta/side.svg",
  15391. extra: 2579/2491,
  15392. bottom: 0.053
  15393. }
  15394. },
  15395. },
  15396. [
  15397. {
  15398. name: "Micro",
  15399. height: math.unit(6, "inches")
  15400. },
  15401. {
  15402. name: "Normal",
  15403. height: math.unit(5 + 2/12, "feet"),
  15404. default: true
  15405. },
  15406. {
  15407. name: "Macro",
  15408. height: math.unit(62, "feet")
  15409. },
  15410. {
  15411. name: "Megamacro",
  15412. height: math.unit(1800, "feet")
  15413. },
  15414. ]
  15415. )
  15416. characterMakers["Storm Alystar"] = () => makeCharacter(
  15417. { name: "Storm Alystar" },
  15418. {
  15419. front: {
  15420. height: math.unit(10, "feet"),
  15421. weight: math.unit(700, "lb"),
  15422. name: "Front",
  15423. image: {
  15424. source: "./media/characters/storm-alystar/front.svg",
  15425. extra: 2112/1898,
  15426. bottom: 0.034
  15427. }
  15428. },
  15429. },
  15430. [
  15431. {
  15432. name: "Micro",
  15433. height: math.unit(3.5, "inches")
  15434. },
  15435. {
  15436. name: "Normal",
  15437. height: math.unit(10, "feet"),
  15438. default: true
  15439. },
  15440. {
  15441. name: "Macro",
  15442. height: math.unit(400, "feet")
  15443. },
  15444. {
  15445. name: "Deific",
  15446. height: math.unit(60, "miles")
  15447. },
  15448. ]
  15449. )
  15450. characterMakers["Ilia"] = () => makeCharacter(
  15451. { name: "Ilia" },
  15452. {
  15453. front: {
  15454. height: math.unit(2.35, "meters"),
  15455. weight: math.unit(119, "kg"),
  15456. name: "Front",
  15457. image: {
  15458. source: "./media/characters/ilia/front.svg",
  15459. extra: 1285/1255,
  15460. bottom: 0.06
  15461. }
  15462. },
  15463. },
  15464. [
  15465. {
  15466. name: "Normal",
  15467. height: math.unit(2.35, "meters")
  15468. },
  15469. {
  15470. name: "Macro",
  15471. height: math.unit(140, "meters"),
  15472. default: true
  15473. },
  15474. {
  15475. name: "Megamacro",
  15476. height: math.unit(100, "miles")
  15477. },
  15478. ]
  15479. )
  15480. characterMakers["KingDead"] = () => makeCharacter(
  15481. { name: "KingDead" },
  15482. {
  15483. front: {
  15484. height: math.unit(6 + 5/12, "feet"),
  15485. weight: math.unit(190, "lb"),
  15486. name: "Front",
  15487. image: {
  15488. source: "./media/characters/kingdead/front.svg",
  15489. extra: 1228/1177
  15490. }
  15491. },
  15492. },
  15493. [
  15494. {
  15495. name: "Micro",
  15496. height: math.unit(7, "inches")
  15497. },
  15498. {
  15499. name: "Normal",
  15500. height: math.unit(6 + 5/12, "feet")
  15501. },
  15502. {
  15503. name: "Macro",
  15504. height: math.unit(150, "feet"),
  15505. default: true
  15506. },
  15507. {
  15508. name: "Megamacro",
  15509. height: math.unit(200, "miles")
  15510. },
  15511. ]
  15512. )
  15513. characterMakers["Kyrehx"] = () => makeCharacter(
  15514. { name: "Kyrehx" },
  15515. {
  15516. front: {
  15517. height: math.unit(8, "feet"),
  15518. weight: math.unit(600, "lb"),
  15519. name: "Front",
  15520. image: {
  15521. source: "./media/characters/kyrehx/front.svg",
  15522. extra: 1195/1095,
  15523. bottom: 0.034
  15524. }
  15525. },
  15526. },
  15527. [
  15528. {
  15529. name: "Micro",
  15530. height: math.unit(2, "inches")
  15531. },
  15532. {
  15533. name: "Normal",
  15534. height: math.unit(8, "feet"),
  15535. default: true
  15536. },
  15537. {
  15538. name: "Macro",
  15539. height: math.unit(255, "feet")
  15540. },
  15541. ]
  15542. )
  15543. characterMakers["Xang"] = () => makeCharacter(
  15544. { name: "Xang" },
  15545. {
  15546. front: {
  15547. height: math.unit(0.935 * (6 + 8/12), "feet"),
  15548. weight: math.unit(184, "lb"),
  15549. name: "Front",
  15550. image: {
  15551. source: "./media/characters/xang/front.svg",
  15552. extra: 845/755
  15553. }
  15554. },
  15555. },
  15556. [
  15557. {
  15558. name: "Normal",
  15559. height: math.unit(0.935 * (6 + 8/12), "feet"),
  15560. default: true
  15561. },
  15562. {
  15563. name: "Macro",
  15564. height: math.unit(0.935 * 146, "feet")
  15565. },
  15566. {
  15567. name: "Megamacro",
  15568. height: math.unit(0.935 * 3, "miles")
  15569. },
  15570. ]
  15571. )
  15572. characterMakers["Doc Weardno"] = () => makeCharacter(
  15573. { name: "Doc Weardno" },
  15574. {
  15575. frontDressed: {
  15576. height: math.unit(5 + 7/12, "feet"),
  15577. weight: math.unit(140, "lb"),
  15578. name: "Front (Dressed)",
  15579. image: {
  15580. source: "./media/characters/doc-weardno/front-dressed.svg",
  15581. extra: 263/234
  15582. }
  15583. },
  15584. backDressed: {
  15585. height: math.unit(5 + 7/12, "feet"),
  15586. weight: math.unit(140, "lb"),
  15587. name: "Back (Dressed)",
  15588. image: {
  15589. source: "./media/characters/doc-weardno/back-dressed.svg",
  15590. extra: 266/238
  15591. }
  15592. },
  15593. front: {
  15594. height: math.unit(5 + 7/12, "feet"),
  15595. weight: math.unit(140, "lb"),
  15596. name: "Front",
  15597. image: {
  15598. source: "./media/characters/doc-weardno/front.svg",
  15599. extra: 254/233
  15600. }
  15601. },
  15602. },
  15603. [
  15604. {
  15605. name: "Micro",
  15606. height: math.unit(3, "inches")
  15607. },
  15608. {
  15609. name: "Normal",
  15610. height: math.unit(5 + 7/12, "feet"),
  15611. default: true
  15612. },
  15613. {
  15614. name: "Macro",
  15615. height: math.unit(25, "feet")
  15616. },
  15617. {
  15618. name: "Megamacro",
  15619. height: math.unit(2, "miles")
  15620. },
  15621. ]
  15622. )
  15623. characterMakers["Seth Whilst"] = () => makeCharacter(
  15624. { name: "Seth Whilst" },
  15625. {
  15626. front: {
  15627. height: math.unit(6 + 2/12, "feet"),
  15628. weight: math.unit(153, "lb"),
  15629. name: "Front",
  15630. image: {
  15631. source: "./media/characters/seth-whilst/front.svg",
  15632. bottom: 0.07
  15633. }
  15634. },
  15635. },
  15636. [
  15637. {
  15638. name: "Micro",
  15639. height: math.unit(5, "inches")
  15640. },
  15641. {
  15642. name: "Normal",
  15643. height: math.unit(6 + 2/12, "feet"),
  15644. default: true
  15645. },
  15646. ]
  15647. )
  15648. characterMakers["Pocket Jabari"] = () => makeCharacter(
  15649. { name: "Pocket Jabari" },
  15650. {
  15651. front: {
  15652. height: math.unit(3, "inches"),
  15653. weight: math.unit(8, "grams"),
  15654. name: "Front",
  15655. image: {
  15656. source: "./media/characters/pocket-jabari/front.svg",
  15657. extra: 1024/974,
  15658. bottom: 0.039
  15659. }
  15660. },
  15661. },
  15662. [
  15663. {
  15664. name: "Minimicro",
  15665. height: math.unit(8, "mm")
  15666. },
  15667. {
  15668. name: "Micro",
  15669. height: math.unit(3, "inches"),
  15670. default: true
  15671. },
  15672. {
  15673. name: "Normal",
  15674. height: math.unit(3, "feet")
  15675. },
  15676. ]
  15677. )
  15678. characterMakers["Sapphy"] = () => makeCharacter(
  15679. { name: "Sapphy" },
  15680. {
  15681. front: {
  15682. height: math.unit(15, "feet"),
  15683. weight: math.unit(3280, "lb"),
  15684. name: "Front",
  15685. image: {
  15686. source: "./media/characters/sapphy/front.svg",
  15687. extra: 671/577,
  15688. bottom: 0.085
  15689. }
  15690. },
  15691. back: {
  15692. height: math.unit(15, "feet"),
  15693. weight: math.unit(3280, "lb"),
  15694. name: "Back",
  15695. image: {
  15696. source: "./media/characters/sapphy/back.svg",
  15697. extra: 631/607,
  15698. bottom: 0.045
  15699. }
  15700. },
  15701. },
  15702. [
  15703. {
  15704. name: "Normal",
  15705. height: math.unit(15, "feet")
  15706. },
  15707. {
  15708. name: "Casual Macro",
  15709. height: math.unit(120, "feet")
  15710. },
  15711. {
  15712. name: "Macro",
  15713. height: math.unit(2150, "feet"),
  15714. default: true
  15715. },
  15716. {
  15717. name: "Megamacro",
  15718. height: math.unit(8, "miles")
  15719. },
  15720. {
  15721. name: "Galaxy Mom",
  15722. height: math.unit(6, "megalightyears")
  15723. },
  15724. ]
  15725. )
  15726. characterMakers["Kiro"] = () => makeCharacter(
  15727. { name: "Kiro" },
  15728. {
  15729. front: {
  15730. height: math.unit(6, "feet"),
  15731. weight: math.unit(170, "lb"),
  15732. name: "Front",
  15733. image: {
  15734. source: "./media/characters/kiro/front.svg",
  15735. extra: 1064/1012,
  15736. bottom: 0.052
  15737. }
  15738. },
  15739. },
  15740. [
  15741. {
  15742. name: "Micro",
  15743. height: math.unit(6, "inches")
  15744. },
  15745. {
  15746. name: "Normal",
  15747. height: math.unit(6, "feet"),
  15748. default: true
  15749. },
  15750. {
  15751. name: "Macro",
  15752. height: math.unit(72, "feet")
  15753. },
  15754. ]
  15755. )
  15756. characterMakers["Irishfox"] = () => makeCharacter(
  15757. { name: "Irishfox" },
  15758. {
  15759. front: {
  15760. height: math.unit(5 + 9/12, "feet"),
  15761. weight: math.unit(175, "lb"),
  15762. name: "Front",
  15763. image: {
  15764. source: "./media/characters/irishfox/front.svg",
  15765. extra: 1912/1680,
  15766. bottom: 0.02
  15767. }
  15768. },
  15769. },
  15770. [
  15771. {
  15772. name: "Nano",
  15773. height: math.unit(1, "mm")
  15774. },
  15775. {
  15776. name: "Micro",
  15777. height: math.unit(2, "inches")
  15778. },
  15779. {
  15780. name: "Normal",
  15781. height: math.unit(5 + 9/12, "feet"),
  15782. default: true
  15783. },
  15784. {
  15785. name: "Macro",
  15786. height: math.unit(45, "feet")
  15787. },
  15788. ]
  15789. )
  15790. characterMakers["Aronai Sieyes"] = () => makeCharacter(
  15791. { name: "Aronai Sieyes" },
  15792. {
  15793. front: {
  15794. height: math.unit(6 + 1/12, "feet"),
  15795. weight: math.unit(150, "lb"),
  15796. name: "Front",
  15797. image: {
  15798. source: "./media/characters/aronai-sieyes/front.svg",
  15799. extra: 1556/1480,
  15800. bottom: 0.015
  15801. }
  15802. },
  15803. side: {
  15804. height: math.unit(6 + 1/12, "feet"),
  15805. weight: math.unit(150, "lb"),
  15806. name: "Side",
  15807. image: {
  15808. source: "./media/characters/aronai-sieyes/side.svg",
  15809. extra: 1433/1390,
  15810. bottom: 0.0393
  15811. }
  15812. },
  15813. back: {
  15814. height: math.unit(6 + 1/12, "feet"),
  15815. weight: math.unit(150, "lb"),
  15816. name: "Back",
  15817. image: {
  15818. source: "./media/characters/aronai-sieyes/back.svg",
  15819. extra: 1544/1494,
  15820. bottom: 0.02
  15821. }
  15822. },
  15823. frontClothed: {
  15824. height: math.unit(6 + 1/12, "feet"),
  15825. weight: math.unit(150, "lb"),
  15826. name: "Front (Clothed)",
  15827. image: {
  15828. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  15829. extra: 1582/1527
  15830. }
  15831. },
  15832. feral: {
  15833. height: math.unit(18, "feet"),
  15834. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  15835. name: "Feral",
  15836. image: {
  15837. source: "./media/characters/aronai-sieyes/feral.svg",
  15838. extra: 1530/1240,
  15839. bottom: 0.035
  15840. }
  15841. },
  15842. },
  15843. [
  15844. {
  15845. name: "Micro",
  15846. height: math.unit(2, "inches")
  15847. },
  15848. {
  15849. name: "Normal",
  15850. height: math.unit(6 + 1/12, "feet"),
  15851. default: true
  15852. }
  15853. ]
  15854. )
  15855. characterMakers["Xuna"] = () => makeCharacter(
  15856. { name: "Xuna" },
  15857. {
  15858. front: {
  15859. height: math.unit(12, "feet"),
  15860. weight: math.unit(410, "kg"),
  15861. name: "Front",
  15862. image: {
  15863. source: "./media/characters/xuna/front.svg",
  15864. extra: 2184/1980
  15865. }
  15866. },
  15867. side: {
  15868. height: math.unit(12, "feet"),
  15869. weight: math.unit(410, "kg"),
  15870. name: "Side",
  15871. image: {
  15872. source: "./media/characters/xuna/side.svg",
  15873. extra: 2184/1980
  15874. }
  15875. },
  15876. back: {
  15877. height: math.unit(12, "feet"),
  15878. weight: math.unit(410, "kg"),
  15879. name: "Back",
  15880. image: {
  15881. source: "./media/characters/xuna/back.svg",
  15882. extra: 2184/1980
  15883. }
  15884. },
  15885. },
  15886. [
  15887. {
  15888. name: "Nano glow",
  15889. height: math.unit(10, "nm")
  15890. },
  15891. {
  15892. name: "Micro floof",
  15893. height: math.unit(0.3, "m")
  15894. },
  15895. {
  15896. name: "Huggable softy boi",
  15897. height: math.unit(3.6576, "m"),
  15898. default: true
  15899. },
  15900. {
  15901. name: "Admirable floof",
  15902. height: math.unit(80, "meters")
  15903. },
  15904. {
  15905. name: "Gentle macro",
  15906. height: math.unit(300, "meters")
  15907. },
  15908. {
  15909. name: "Very careful floof",
  15910. height: math.unit(3200, "meters")
  15911. },
  15912. {
  15913. name: "The mega floof",
  15914. height: math.unit(36000, "meters")
  15915. },
  15916. {
  15917. name: "Giga-fur-Wicker",
  15918. height: math.unit(4800000, "meters")
  15919. },
  15920. {
  15921. name: "Licky world",
  15922. height: math.unit(20000000, "meters")
  15923. },
  15924. {
  15925. name: "Floofy cyan sun",
  15926. height: math.unit(1500000000, "meters")
  15927. },
  15928. {
  15929. name: "Milky Wicker",
  15930. height: math.unit(1000000000000000000000, "meters")
  15931. },
  15932. {
  15933. name: "The observing Wicker",
  15934. height: math.unit(999999999999999999999999999, "meters")
  15935. },
  15936. ]
  15937. )
  15938. characterMakers["Arokha Sieyes"] = () => makeCharacter(
  15939. { name: "Arokha Sieyes" },
  15940. {
  15941. front: {
  15942. height: math.unit(5 + 9/12, "feet"),
  15943. weight: math.unit(150, "lb"),
  15944. name: "Front",
  15945. image: {
  15946. source: "./media/characters/arokha-sieyes/front.svg",
  15947. extra: 1425/1284,
  15948. bottom: 0.05
  15949. }
  15950. },
  15951. },
  15952. [
  15953. {
  15954. name: "Normal",
  15955. height: math.unit(5 + 9/12, "feet")
  15956. },
  15957. {
  15958. name: "Macro",
  15959. height: math.unit(30, "meters"),
  15960. default: true
  15961. },
  15962. ]
  15963. )
  15964. characterMakers["Arokh Sieyes"] = () => makeCharacter(
  15965. { name: "Arokh Sieyes" },
  15966. {
  15967. front: {
  15968. height: math.unit(6, "feet"),
  15969. weight: math.unit(180, "lb"),
  15970. name: "Front",
  15971. image: {
  15972. source: "./media/characters/arokh-sieyes/front.svg",
  15973. extra: 1830/1769,
  15974. bottom: 0.01
  15975. }
  15976. },
  15977. },
  15978. [
  15979. {
  15980. name: "Normal",
  15981. height: math.unit(6, "feet")
  15982. },
  15983. {
  15984. name: "Macro",
  15985. height: math.unit(30, "meters"),
  15986. default: true
  15987. },
  15988. ]
  15989. )
  15990. characterMakers["Goldeneye"] = () => makeCharacter(
  15991. { name: "Goldeneye" },
  15992. {
  15993. side: {
  15994. height: math.unit(13 + 1/12, "feet"),
  15995. weight: math.unit(8.5, "tonnes"),
  15996. name: "Side",
  15997. image: {
  15998. source: "./media/characters/goldeneye/side.svg",
  15999. extra: 1182/778,
  16000. bottom: 0.067
  16001. }
  16002. },
  16003. paw: {
  16004. height: math.unit(3.4, "feet"),
  16005. name: "Paw",
  16006. image: {
  16007. source: "./media/characters/goldeneye/paw.svg"
  16008. }
  16009. },
  16010. },
  16011. [
  16012. {
  16013. name: "Normal",
  16014. height: math.unit(13 + 1/12, "feet"),
  16015. default: true
  16016. },
  16017. ]
  16018. )
  16019. characterMakers["Leonardo Lycheborne"] = () => makeCharacter(
  16020. { name: "Leonardo Lycheborne" },
  16021. {
  16022. front: {
  16023. height: math.unit(6 + 1/12, "feet"),
  16024. weight: math.unit(210, "lb"),
  16025. name: "Front",
  16026. image: {
  16027. source: "./media/characters/leonardo-lycheborne/front.svg",
  16028. extra: 390/365,
  16029. bottom: 0.032
  16030. }
  16031. },
  16032. side: {
  16033. height: math.unit(6 + 1/12, "feet"),
  16034. weight: math.unit(210, "lb"),
  16035. name: "Side",
  16036. image: {
  16037. source: "./media/characters/leonardo-lycheborne/side.svg",
  16038. extra: 390/365,
  16039. bottom: 0.005
  16040. }
  16041. },
  16042. back: {
  16043. height: math.unit(6 + 1/12, "feet"),
  16044. weight: math.unit(210, "lb"),
  16045. name: "Back",
  16046. image: {
  16047. source: "./media/characters/leonardo-lycheborne/back.svg",
  16048. extra: 392/366,
  16049. bottom: 0.01
  16050. }
  16051. },
  16052. hand: {
  16053. height: math.unit(1.08, "feet"),
  16054. name: "Hand",
  16055. image: {
  16056. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16057. }
  16058. },
  16059. foot: {
  16060. height: math.unit(1.32, "feet"),
  16061. name: "Foot",
  16062. image: {
  16063. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16064. }
  16065. },
  16066. were: {
  16067. height: math.unit(20, "feet"),
  16068. weight: math.unit(7800, "lb"),
  16069. name: "Were",
  16070. image: {
  16071. source: "./media/characters/leonardo-lycheborne/were.svg",
  16072. extra: 308/294,
  16073. bottom: 0.048
  16074. }
  16075. },
  16076. feral: {
  16077. height: math.unit(7.5, "feet"),
  16078. weight: math.unit(600, "lb"),
  16079. name: "Feral",
  16080. image: {
  16081. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16082. extra: 210/186,
  16083. bottom: 0.108
  16084. }
  16085. },
  16086. taur: {
  16087. height: math.unit(11, "feet"),
  16088. weight: math.unit(3300, "lb"),
  16089. name: "Taur",
  16090. image: {
  16091. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16092. extra: 320/303,
  16093. bottom: 0.025
  16094. }
  16095. },
  16096. barghest: {
  16097. height: math.unit(11, "feet"),
  16098. weight: math.unit(1300, "lb"),
  16099. name: "Barghest",
  16100. image: {
  16101. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16102. extra: 323/302,
  16103. bottom: 0.027
  16104. }
  16105. },
  16106. },
  16107. [
  16108. {
  16109. name: "Normal",
  16110. height: math.unit(6 + 1/12, "feet"),
  16111. default: true
  16112. },
  16113. ]
  16114. )
  16115. characterMakers["Jet"] = () => makeCharacter(
  16116. { name: "Jet" },
  16117. {
  16118. front: {
  16119. height: math.unit(10, "feet"),
  16120. weight: math.unit(350, "lb"),
  16121. name: "Front",
  16122. image: {
  16123. source: "./media/characters/jet/front.svg",
  16124. extra: 2050/1980,
  16125. bottom: 0.013
  16126. }
  16127. },
  16128. back: {
  16129. height: math.unit(10, "feet"),
  16130. weight: math.unit(350, "lb"),
  16131. name: "Back",
  16132. image: {
  16133. source: "./media/characters/jet/back.svg",
  16134. extra: 2050/1980,
  16135. bottom: 0.013
  16136. }
  16137. },
  16138. },
  16139. [
  16140. {
  16141. name: "Micro",
  16142. height: math.unit(6, "inches")
  16143. },
  16144. {
  16145. name: "Normal",
  16146. height: math.unit(10, "feet"),
  16147. default: true
  16148. },
  16149. {
  16150. name: "Macro",
  16151. height: math.unit(100, "feet")
  16152. },
  16153. ]
  16154. )
  16155. characterMakers["Tanarath"] = () => makeCharacter(
  16156. { name: "Tanarath" },
  16157. {
  16158. front: {
  16159. height: math.unit(15, "feet"),
  16160. weight: math.unit(2800, "lb"),
  16161. name: "Front",
  16162. image: {
  16163. source: "./media/characters/tanarath/front.svg",
  16164. extra: 2392/2220,
  16165. bottom: 0.03
  16166. }
  16167. },
  16168. back: {
  16169. height: math.unit(15, "feet"),
  16170. weight: math.unit(2800, "lb"),
  16171. name: "Back",
  16172. image: {
  16173. source: "./media/characters/tanarath/back.svg",
  16174. extra: 2392/2220,
  16175. bottom: 0.03
  16176. }
  16177. },
  16178. },
  16179. [
  16180. {
  16181. name: "Normal",
  16182. height: math.unit(15, "feet"),
  16183. default: true
  16184. },
  16185. ]
  16186. )
  16187. characterMakers["Patty CattyBatty"] = () => makeCharacter(
  16188. { name: "Patty CattyBatty" },
  16189. {
  16190. front: {
  16191. height: math.unit(7 + 1/12, "feet"),
  16192. weight: math.unit(175, "lb"),
  16193. name: "Front",
  16194. image: {
  16195. source: "./media/characters/patty-cattybatty/front.svg",
  16196. extra: 908/874,
  16197. bottom: 0.025
  16198. }
  16199. },
  16200. },
  16201. [
  16202. {
  16203. name: "Micro",
  16204. height: math.unit(1, "inch")
  16205. },
  16206. {
  16207. name: "Normal",
  16208. height: math.unit(7 + 1/12, "feet")
  16209. },
  16210. {
  16211. name: "Mini Macro",
  16212. height: math.unit(155, "feet")
  16213. },
  16214. {
  16215. name: "Macro",
  16216. height: math.unit(1077, "feet")
  16217. },
  16218. {
  16219. name: "Mega Macro",
  16220. height: math.unit(47650, "feet"),
  16221. default: true
  16222. },
  16223. {
  16224. name: "Giga Macro",
  16225. height: math.unit(440, "miles")
  16226. },
  16227. {
  16228. name: "Tera Macro",
  16229. height: math.unit(8700, "miles")
  16230. },
  16231. {
  16232. name: "Planetary Macro",
  16233. height: math.unit(32700, "miles")
  16234. },
  16235. {
  16236. name: "Solar Macro",
  16237. height: math.unit(550000, "miles")
  16238. },
  16239. {
  16240. name: "Celestial Macro",
  16241. height: math.unit(2.5, "AU")
  16242. },
  16243. ]
  16244. )
  16245. characterMakers["Cappu"] = () => makeCharacter(
  16246. { name: "Cappu" },
  16247. {
  16248. front: {
  16249. height: math.unit(4 + 5/12, "feet"),
  16250. weight: math.unit(90, "lb"),
  16251. name: "Front",
  16252. image: {
  16253. source: "./media/characters/cappu/front.svg",
  16254. extra: 1247/1152,
  16255. bottom: 0.012
  16256. }
  16257. },
  16258. },
  16259. [
  16260. {
  16261. name: "Normal",
  16262. height: math.unit(4 + 5/12, "feet"),
  16263. default: true
  16264. },
  16265. ]
  16266. )
  16267. characterMakers["Sebi"] = () => makeCharacter(
  16268. { name: "Sebi" },
  16269. {
  16270. frontDressed: {
  16271. height: math.unit(70, "cm"),
  16272. weight: math.unit(6, "kg"),
  16273. name: "Front (Dressed)",
  16274. image: {
  16275. source: "./media/characters/sebi/front-dressed.svg",
  16276. extra: 713.5/686.5,
  16277. bottom: 0.003
  16278. }
  16279. },
  16280. front: {
  16281. height: math.unit(70, "cm"),
  16282. weight: math.unit(5, "kg"),
  16283. name: "Front",
  16284. image: {
  16285. source: "./media/characters/sebi/front.svg",
  16286. extra: 713.5/686.5,
  16287. bottom: 0.003
  16288. }
  16289. }
  16290. },
  16291. [
  16292. {
  16293. name: "Normal",
  16294. height: math.unit(70, "cm"),
  16295. default: true
  16296. },
  16297. {
  16298. name: "Macro",
  16299. height: math.unit(8, "meters")
  16300. },
  16301. ]
  16302. )
  16303. characterMakers["Typhek"] = () => makeCharacter(
  16304. { name: "Typhek" },
  16305. {
  16306. front: {
  16307. height: math.unit(6, "feet"),
  16308. weight: math.unit(150, "lb"),
  16309. name: "Front",
  16310. image: {
  16311. source: "./media/characters/typhek/front.svg",
  16312. extra: 1948/1929,
  16313. bottom: 0.025
  16314. }
  16315. },
  16316. side: {
  16317. height: math.unit(6, "feet"),
  16318. weight: math.unit(150, "lb"),
  16319. name: "Side",
  16320. image: {
  16321. source: "./media/characters/typhek/side.svg",
  16322. extra: 2034/2010,
  16323. bottom: 0.003
  16324. }
  16325. },
  16326. back: {
  16327. height: math.unit(6, "feet"),
  16328. weight: math.unit(150, "lb"),
  16329. name: "Back",
  16330. image: {
  16331. source: "./media/characters/typhek/back.svg",
  16332. extra: 2005/1978,
  16333. bottom: 0.004
  16334. }
  16335. },
  16336. palm: {
  16337. height: math.unit(1.2, "feet"),
  16338. name: "Palm",
  16339. image: {
  16340. source: "./media/characters/typhek/palm.svg"
  16341. }
  16342. },
  16343. fist: {
  16344. height: math.unit(1.1, "feet"),
  16345. name: "Fist",
  16346. image: {
  16347. source: "./media/characters/typhek/fist.svg"
  16348. }
  16349. },
  16350. foot: {
  16351. height: math.unit(1.57, "feet"),
  16352. name: "Foot",
  16353. image: {
  16354. source: "./media/characters/typhek/foot.svg"
  16355. }
  16356. },
  16357. sole: {
  16358. height: math.unit(2.05, "feet"),
  16359. name: "Sole",
  16360. image: {
  16361. source: "./media/characters/typhek/sole.svg"
  16362. }
  16363. },
  16364. },
  16365. [
  16366. {
  16367. name: "Macro",
  16368. height: math.unit(40, "stories"),
  16369. default: true
  16370. },
  16371. {
  16372. name: "Megamacro",
  16373. height: math.unit(1, "mile")
  16374. },
  16375. {
  16376. name: "Gigamacro",
  16377. height: math.unit(4000, "solarradii")
  16378. },
  16379. {
  16380. name: "Universal",
  16381. height: math.unit(1.1, "universes")
  16382. }
  16383. ]
  16384. )
  16385. characterMakers["Kassy"] = () => makeCharacter(
  16386. { name: "Kassy" },
  16387. {
  16388. side: {
  16389. height: math.unit(5 + 7/12, "feet"),
  16390. weight: math.unit(150, "lb"),
  16391. name: "Side",
  16392. image: {
  16393. source: "./media/characters/kassy/side.svg",
  16394. extra: 1280/1225,
  16395. bottom: 0.002
  16396. }
  16397. },
  16398. front: {
  16399. height: math.unit(5 + 7/12, "feet"),
  16400. weight: math.unit(150, "lb"),
  16401. name: "Front",
  16402. image: {
  16403. source: "./media/characters/kassy/front.svg",
  16404. extra: 1280/1225,
  16405. bottom: 0.025
  16406. }
  16407. },
  16408. back: {
  16409. height: math.unit(5 + 7/12, "feet"),
  16410. weight: math.unit(150, "lb"),
  16411. name: "Back",
  16412. image: {
  16413. source: "./media/characters/kassy/back.svg",
  16414. extra: 1280/1225,
  16415. bottom: 0.002
  16416. }
  16417. },
  16418. foot: {
  16419. height: math.unit(1.266, "feet"),
  16420. name: "Foot",
  16421. image: {
  16422. source: "./media/characters/kassy/foot.svg"
  16423. }
  16424. },
  16425. },
  16426. [
  16427. {
  16428. name: "Normal",
  16429. height: math.unit(5 + 7/12, "feet")
  16430. },
  16431. {
  16432. name: "Macro",
  16433. height: math.unit(137, "feet"),
  16434. default: true
  16435. },
  16436. {
  16437. name: "Megamacro",
  16438. height: math.unit(1, "mile")
  16439. },
  16440. ]
  16441. )
  16442. characterMakers["Neil"] = () => makeCharacter(
  16443. { name: "Neil" },
  16444. {
  16445. front: {
  16446. height: math.unit(6 + 1/12, "feet"),
  16447. weight: math.unit(200, "lb"),
  16448. name: "Front",
  16449. image: {
  16450. source: "./media/characters/neil/front.svg",
  16451. extra: 1326/1250,
  16452. bottom: 0.023
  16453. }
  16454. },
  16455. },
  16456. [
  16457. {
  16458. name: "Normal",
  16459. height: math.unit(6 + 1/12, "feet"),
  16460. default: true
  16461. },
  16462. {
  16463. name: "Macro",
  16464. height: math.unit(200, "feet")
  16465. },
  16466. ]
  16467. )
  16468. characterMakers["Atticus"] = () => makeCharacter(
  16469. { name: "Atticus" },
  16470. {
  16471. front: {
  16472. height: math.unit(5 + 9/12, "feet"),
  16473. weight: math.unit(190, "lb"),
  16474. name: "Front",
  16475. image: {
  16476. source: "./media/characters/atticus/front.svg",
  16477. extra: 2934/2785,
  16478. bottom: 0.025
  16479. }
  16480. },
  16481. },
  16482. [
  16483. {
  16484. name: "Normal",
  16485. height: math.unit(5 + 9/12, "feet"),
  16486. default: true
  16487. },
  16488. {
  16489. name: "Macro",
  16490. height: math.unit(180, "feet")
  16491. },
  16492. ]
  16493. )
  16494. characterMakers["Milo"] = () => makeCharacter(
  16495. { name: "Milo" },
  16496. {
  16497. side: {
  16498. height: math.unit(9, "feet"),
  16499. weight: math.unit(650, "lb"),
  16500. name: "Side",
  16501. image: {
  16502. source: "./media/characters/milo/side.svg",
  16503. extra: 2644/2310,
  16504. bottom: 0.032
  16505. }
  16506. },
  16507. },
  16508. [
  16509. {
  16510. name: "Normal",
  16511. height: math.unit(9, "feet"),
  16512. default: true
  16513. },
  16514. {
  16515. name: "Macro",
  16516. height: math.unit(300, "feet")
  16517. },
  16518. ]
  16519. )
  16520. characterMakers["Ijzer"] = () => makeCharacter(
  16521. { name: "Ijzer" },
  16522. {
  16523. side: {
  16524. height: math.unit(8, "meters"),
  16525. weight: math.unit(90000, "kg"),
  16526. name: "Side",
  16527. image: {
  16528. source: "./media/characters/ijzer/side.svg",
  16529. extra: 2756/1600,
  16530. bottom: 0.01
  16531. }
  16532. },
  16533. },
  16534. [
  16535. {
  16536. name: "Small",
  16537. height: math.unit(3, "meters")
  16538. },
  16539. {
  16540. name: "Normal",
  16541. height: math.unit(8, "meters"),
  16542. default: true
  16543. },
  16544. {
  16545. name: "Normal+",
  16546. height: math.unit(10, "meters")
  16547. },
  16548. {
  16549. name: "Bigger",
  16550. height: math.unit(24, "meters")
  16551. },
  16552. {
  16553. name: "Huge",
  16554. height: math.unit(80, "meters")
  16555. },
  16556. ]
  16557. )
  16558. characterMakers["Luca Cervicum"] = () => makeCharacter(
  16559. { name: "Luca Cervicum" },
  16560. {
  16561. front: {
  16562. height: math.unit(6 + 2/12, "feet"),
  16563. weight: math.unit(153, "lb"),
  16564. name: "Front",
  16565. image: {
  16566. source: "./media/characters/luca-cervicum/front.svg",
  16567. extra: 370/327,
  16568. bottom: 0.015
  16569. }
  16570. },
  16571. back: {
  16572. height: math.unit(6 + 2/12, "feet"),
  16573. weight: math.unit(153, "lb"),
  16574. name: "Back",
  16575. image: {
  16576. source: "./media/characters/luca-cervicum/back.svg",
  16577. extra: 367/333,
  16578. bottom: 0.005
  16579. }
  16580. },
  16581. frontGear: {
  16582. height: math.unit(6 + 2/12, "feet"),
  16583. weight: math.unit(173, "lb"),
  16584. name: "Front (Gear)",
  16585. image: {
  16586. source: "./media/characters/luca-cervicum/front-gear.svg",
  16587. extra: 377/333,
  16588. bottom: 0.006
  16589. }
  16590. },
  16591. },
  16592. [
  16593. {
  16594. name: "Normal",
  16595. height: math.unit(6 + 2/12, "feet"),
  16596. default: true
  16597. },
  16598. ]
  16599. )
  16600. characterMakers["Oliver"] = () => makeCharacter(
  16601. { name: "Oliver" },
  16602. {
  16603. front: {
  16604. height: math.unit(6 + 1/12, "feet"),
  16605. weight: math.unit(304, "lb"),
  16606. name: "Front",
  16607. image: {
  16608. source: "./media/characters/oliver/front.svg",
  16609. extra: 157/143,
  16610. bottom: 0.08
  16611. }
  16612. },
  16613. },
  16614. [
  16615. {
  16616. name: "Normal",
  16617. height: math.unit(6 + 1/12, "feet"),
  16618. default: true
  16619. },
  16620. ]
  16621. )
  16622. characterMakers["Shane"] = () => makeCharacter(
  16623. { name: "Shane" },
  16624. {
  16625. front: {
  16626. height: math.unit(5 + 7/12, "feet"),
  16627. weight: math.unit(140, "lb"),
  16628. name: "Front",
  16629. image: {
  16630. source: "./media/characters/shane/front.svg",
  16631. extra: 304/289,
  16632. bottom: 0.005
  16633. }
  16634. },
  16635. },
  16636. [
  16637. {
  16638. name: "Normal",
  16639. height: math.unit(5 + 7/12, "feet"),
  16640. default: true
  16641. },
  16642. ]
  16643. )
  16644. characterMakers["Shin"] = () => makeCharacter(
  16645. { name: "Shin" },
  16646. {
  16647. front: {
  16648. height: math.unit(5 + 9/12, "feet"),
  16649. weight: math.unit(178, "lb"),
  16650. name: "Front",
  16651. image: {
  16652. source: "./media/characters/shin/front.svg",
  16653. extra: 159/151,
  16654. bottom: 0.015
  16655. }
  16656. },
  16657. },
  16658. [
  16659. {
  16660. name: "Normal",
  16661. height: math.unit(5 + 9/12, "feet"),
  16662. default: true
  16663. },
  16664. ]
  16665. )
  16666. characterMakers["Xerxes"] = () => makeCharacter(
  16667. { name: "Xerxes" },
  16668. {
  16669. front: {
  16670. height: math.unit(5 + 10/12, "feet"),
  16671. weight: math.unit(168, "lb"),
  16672. name: "Front",
  16673. image: {
  16674. source: "./media/characters/xerxes/front.svg",
  16675. extra: 282/260,
  16676. bottom: 0.045
  16677. }
  16678. },
  16679. },
  16680. [
  16681. {
  16682. name: "Normal",
  16683. height: math.unit(5 + 10/12, "feet"),
  16684. default: true
  16685. },
  16686. ]
  16687. )
  16688. characterMakers["Chaska"] = () => makeCharacter(
  16689. { name: "Chaska" },
  16690. {
  16691. front: {
  16692. height: math.unit(6 + 7/12, "feet"),
  16693. weight: math.unit(208, "lb"),
  16694. name: "Front",
  16695. image: {
  16696. source: "./media/characters/chaska/front.svg",
  16697. extra: 332/319,
  16698. bottom: 0.015
  16699. }
  16700. },
  16701. },
  16702. [
  16703. {
  16704. name: "Normal",
  16705. height: math.unit(6 + 7/12, "feet"),
  16706. default: true
  16707. },
  16708. ]
  16709. )
  16710. characterMakers["Enuk"] = () => makeCharacter(
  16711. { name: "Enuk" },
  16712. {
  16713. front: {
  16714. height: math.unit(5 + 8/12, "feet"),
  16715. weight: math.unit(208, "lb"),
  16716. name: "Front",
  16717. image: {
  16718. source: "./media/characters/enuk/front.svg",
  16719. extra: 437/406,
  16720. bottom: 0.02
  16721. }
  16722. },
  16723. },
  16724. [
  16725. {
  16726. name: "Normal",
  16727. height: math.unit(5 + 8/12, "feet"),
  16728. default: true
  16729. },
  16730. ]
  16731. )
  16732. characterMakers["Bruun"] = () => makeCharacter(
  16733. { name: "Bruun" },
  16734. {
  16735. front: {
  16736. height: math.unit(5 + 10/12, "feet"),
  16737. weight: math.unit(252, "lb"),
  16738. name: "Front",
  16739. image: {
  16740. source: "./media/characters/bruun/front.svg",
  16741. extra: 197/187,
  16742. bottom: 0.012
  16743. }
  16744. },
  16745. },
  16746. [
  16747. {
  16748. name: "Normal",
  16749. height: math.unit(5 + 10/12, "feet"),
  16750. default: true
  16751. },
  16752. ]
  16753. )
  16754. characterMakers["Alexeev"] = () => makeCharacter(
  16755. { name: "Alexeev" },
  16756. {
  16757. front: {
  16758. height: math.unit(6 + 10/12, "feet"),
  16759. weight: math.unit(255, "lb"),
  16760. name: "Front",
  16761. image: {
  16762. source: "./media/characters/alexeev/front.svg",
  16763. extra: 213/200,
  16764. bottom: 0.05
  16765. }
  16766. },
  16767. },
  16768. [
  16769. {
  16770. name: "Normal",
  16771. height: math.unit(6 + 10/12, "feet"),
  16772. default: true
  16773. },
  16774. ]
  16775. )
  16776. characterMakers["Evelyn"] = () => makeCharacter(
  16777. { name: "Evelyn" },
  16778. {
  16779. front: {
  16780. height: math.unit(2 + 8/12, "feet"),
  16781. weight: math.unit(22, "lb"),
  16782. name: "Front",
  16783. image: {
  16784. source: "./media/characters/evelyn/front.svg",
  16785. extra: 208/180
  16786. }
  16787. },
  16788. },
  16789. [
  16790. {
  16791. name: "Normal",
  16792. height: math.unit(2 + 8/12, "feet"),
  16793. default: true
  16794. },
  16795. ]
  16796. )
  16797. characterMakers["Inca"] = () => makeCharacter(
  16798. { name: "Inca" },
  16799. {
  16800. front: {
  16801. height: math.unit(5 + 9/12, "feet"),
  16802. weight: math.unit(139, "lb"),
  16803. name: "Front",
  16804. image: {
  16805. source: "./media/characters/inca/front.svg",
  16806. extra: 294/291,
  16807. bottom: 0.03
  16808. }
  16809. },
  16810. },
  16811. [
  16812. {
  16813. name: "Normal",
  16814. height: math.unit(5 + 9/12, "feet"),
  16815. default: true
  16816. },
  16817. ]
  16818. )
  16819. characterMakers["Magdalene"] = () => makeCharacter(
  16820. { name: "Magdalene" },
  16821. {
  16822. front: {
  16823. height: math.unit(5 + 1/12, "feet"),
  16824. weight: math.unit(84, "lb"),
  16825. name: "Front",
  16826. image: {
  16827. source: "./media/characters/magdalene/front.svg",
  16828. extra: 293/273
  16829. }
  16830. },
  16831. },
  16832. [
  16833. {
  16834. name: "Normal",
  16835. height: math.unit(5 + 1/12, "feet"),
  16836. default: true
  16837. },
  16838. ]
  16839. )
  16840. characterMakers["Mera"] = () => makeCharacter(
  16841. { name: "Mera" },
  16842. {
  16843. front: {
  16844. height: math.unit(6 + 3/12, "feet"),
  16845. weight: math.unit(185, "lb"),
  16846. name: "Front",
  16847. image: {
  16848. source: "./media/characters/mera/front.svg",
  16849. extra: 291/277,
  16850. bottom: 0.03
  16851. }
  16852. },
  16853. },
  16854. [
  16855. {
  16856. name: "Normal",
  16857. height: math.unit(6 + 3/12, "feet"),
  16858. default: true
  16859. },
  16860. ]
  16861. )
  16862. characterMakers["Ceres"] = () => makeCharacter(
  16863. { name: "Ceres" },
  16864. {
  16865. front: {
  16866. height: math.unit(6 + 7/12, "feet"),
  16867. weight: math.unit(160, "lb"),
  16868. name: "Front",
  16869. image: {
  16870. source: "./media/characters/ceres/front.svg",
  16871. extra: 1023/950,
  16872. bottom: 0.027
  16873. }
  16874. },
  16875. back: {
  16876. height: math.unit(6 + 7/12, "feet"),
  16877. weight: math.unit(160, "lb"),
  16878. name: "Back",
  16879. image: {
  16880. source: "./media/characters/ceres/back.svg",
  16881. extra: 1023/950
  16882. }
  16883. },
  16884. },
  16885. [
  16886. {
  16887. name: "Normal",
  16888. height: math.unit(6 + 7/12, "feet"),
  16889. default: true
  16890. },
  16891. ]
  16892. )
  16893. characterMakers["Kris"] = () => makeCharacter(
  16894. { name: "Kris" },
  16895. {
  16896. front: {
  16897. height: math.unit(5 + 10/12, "feet"),
  16898. weight: math.unit(150, "lb"),
  16899. name: "Front",
  16900. image: {
  16901. source: "./media/characters/kris/front.svg",
  16902. extra: 885/803,
  16903. bottom: 0.03
  16904. }
  16905. },
  16906. },
  16907. [
  16908. {
  16909. name: "Normal",
  16910. height: math.unit(5 + 10/12, "feet"),
  16911. default: true
  16912. },
  16913. ]
  16914. )
  16915. characterMakers["Taluthus"] = () => makeCharacter(
  16916. { name: "Taluthus" },
  16917. {
  16918. front: {
  16919. height: math.unit(7, "feet"),
  16920. weight: math.unit(120, "kg"),
  16921. name: "Front",
  16922. image: {
  16923. source: "./media/characters/taluthus/front.svg",
  16924. extra: 903/833,
  16925. bottom: 0.015
  16926. }
  16927. },
  16928. },
  16929. [
  16930. {
  16931. name: "Normal",
  16932. height: math.unit(7, "feet"),
  16933. default: true
  16934. },
  16935. {
  16936. name: "Macro",
  16937. height: math.unit(300, "feet")
  16938. },
  16939. ]
  16940. )
  16941. characterMakers["Dawn"] = () => makeCharacter(
  16942. { name: "Dawn" },
  16943. {
  16944. front: {
  16945. height: math.unit(5 + 9/12, "feet"),
  16946. weight: math.unit(145, "lb"),
  16947. name: "Front",
  16948. image: {
  16949. source: "./media/characters/dawn/front.svg",
  16950. extra: 2094/2016,
  16951. bottom: 0.025
  16952. }
  16953. },
  16954. back: {
  16955. height: math.unit(5 + 9/12, "feet"),
  16956. weight: math.unit(160, "lb"),
  16957. name: "Back",
  16958. image: {
  16959. source: "./media/characters/dawn/back.svg",
  16960. extra: 2112/2080,
  16961. bottom: 0.005
  16962. }
  16963. },
  16964. },
  16965. [
  16966. {
  16967. name: "Normal",
  16968. height: math.unit(6 + 7/12, "feet"),
  16969. default: true
  16970. },
  16971. ]
  16972. )
  16973. characterMakers["Arador"] = () => makeCharacter(
  16974. { name: "Arador" },
  16975. {
  16976. anthro: {
  16977. height: math.unit(8 + 3/12, "feet"),
  16978. weight: math.unit(450, "lb"),
  16979. name: "Anthro",
  16980. image: {
  16981. source: "./media/characters/arador/anthro.svg",
  16982. extra: 1835/1718,
  16983. bottom: 0.025
  16984. }
  16985. },
  16986. feral: {
  16987. height: math.unit(4, "feet"),
  16988. weight: math.unit(200, "lb"),
  16989. name: "Feral",
  16990. image: {
  16991. source: "./media/characters/arador/feral.svg",
  16992. extra: 1683/1514,
  16993. bottom: 0.07
  16994. }
  16995. },
  16996. },
  16997. [
  16998. {
  16999. name: "Normal",
  17000. height: math.unit(8 + 3/12, "feet")
  17001. },
  17002. {
  17003. name: "Macro",
  17004. height: math.unit(82.5, "feet"),
  17005. default: true
  17006. },
  17007. ]
  17008. )
  17009. characterMakers["Dharsi"] = () => makeCharacter(
  17010. { name: "Dharsi" },
  17011. {
  17012. front: {
  17013. height: math.unit(5 + 10/12, "feet"),
  17014. weight: math.unit(125, "lb"),
  17015. name: "Front",
  17016. image: {
  17017. source: "./media/characters/dharsi/front.svg",
  17018. extra: 716/630,
  17019. bottom: 0.035
  17020. }
  17021. },
  17022. },
  17023. [
  17024. {
  17025. name: "Nano",
  17026. height: math.unit(100, "nm")
  17027. },
  17028. {
  17029. name: "Micro",
  17030. height: math.unit(2, "inches")
  17031. },
  17032. {
  17033. name: "Normal",
  17034. height: math.unit(5 + 10/12, "feet"),
  17035. default: true
  17036. },
  17037. {
  17038. name: "Macro",
  17039. height: math.unit(1000, "feet")
  17040. },
  17041. {
  17042. name: "Megamacro",
  17043. height: math.unit(10, "miles")
  17044. },
  17045. {
  17046. name: "Gigamacro",
  17047. height: math.unit(3000, "miles")
  17048. },
  17049. {
  17050. name: "Teramacro",
  17051. height: math.unit(500000, "miles")
  17052. },
  17053. {
  17054. name: "Teramacro+",
  17055. height: math.unit(30, "galaxies")
  17056. },
  17057. ]
  17058. )
  17059. characterMakers["Deathy"] = () => makeCharacter(
  17060. { name: "Deathy" },
  17061. {
  17062. front: {
  17063. height: math.unit(6, "feet"),
  17064. weight: math.unit(150, "lb"),
  17065. name: "Front",
  17066. image: {
  17067. source: "./media/characters/deathy/front.svg",
  17068. extra: 1552/1463,
  17069. bottom: 0.025
  17070. }
  17071. },
  17072. side: {
  17073. height: math.unit(6, "feet"),
  17074. weight: math.unit(150, "lb"),
  17075. name: "Side",
  17076. image: {
  17077. source: "./media/characters/deathy/side.svg",
  17078. extra: 1604/1455,
  17079. bottom: 0.025
  17080. }
  17081. },
  17082. back: {
  17083. height: math.unit(6, "feet"),
  17084. weight: math.unit(150, "lb"),
  17085. name: "Back",
  17086. image: {
  17087. source: "./media/characters/deathy/back.svg",
  17088. extra: 1580/1463,
  17089. bottom: 0.005
  17090. }
  17091. },
  17092. },
  17093. [
  17094. {
  17095. name: "Micro",
  17096. height: math.unit(5, "millimeters")
  17097. },
  17098. {
  17099. name: "Normal",
  17100. height: math.unit(6 + 5/12, "feet"),
  17101. default: true
  17102. },
  17103. ]
  17104. )
  17105. characterMakers["Juniper"] = () => makeCharacter(
  17106. { name: "Juniper" },
  17107. {
  17108. front: {
  17109. height: math.unit(16, "feet"),
  17110. weight: math.unit(4000, "lb"),
  17111. name: "Front",
  17112. image: {
  17113. source: "./media/characters/juniper/front.svg",
  17114. bottom: 0.04
  17115. }
  17116. },
  17117. },
  17118. [
  17119. {
  17120. name: "Normal",
  17121. height: math.unit(16, "feet"),
  17122. default: true
  17123. },
  17124. ]
  17125. )
  17126. characterMakers["Hipster"] = () => makeCharacter(
  17127. { name: "Hipster" },
  17128. {
  17129. front: {
  17130. height: math.unit(6, "feet"),
  17131. weight: math.unit(150, "lb"),
  17132. name: "Front",
  17133. image: {
  17134. source: "./media/characters/hipster/front.svg",
  17135. extra: 1312/1209,
  17136. bottom: 0.025
  17137. }
  17138. },
  17139. back: {
  17140. height: math.unit(6, "feet"),
  17141. weight: math.unit(150, "lb"),
  17142. name: "Back",
  17143. image: {
  17144. source: "./media/characters/hipster/back.svg",
  17145. extra: 1281/1196,
  17146. bottom: 0.01
  17147. }
  17148. },
  17149. },
  17150. [
  17151. {
  17152. name: "Micro",
  17153. height: math.unit(1, "mm")
  17154. },
  17155. {
  17156. name: "Normal",
  17157. height: math.unit(4, "inches"),
  17158. default: true
  17159. },
  17160. {
  17161. name: "Macro",
  17162. height: math.unit(500, "feet")
  17163. },
  17164. {
  17165. name: "Megamacro",
  17166. height: math.unit(1000, "miles")
  17167. },
  17168. ]
  17169. )
  17170. characterMakers["Tendirmuldr"] = () => makeCharacter(
  17171. { name: "Tendirmuldr" },
  17172. {
  17173. front: {
  17174. height: math.unit(6, "feet"),
  17175. weight: math.unit(150, "lb"),
  17176. name: "Front",
  17177. image: {
  17178. source: "./media/characters/tendirmuldr/front.svg",
  17179. extra: 1878/1772,
  17180. bottom: 0.015
  17181. }
  17182. },
  17183. },
  17184. [
  17185. {
  17186. name: "Megamacro",
  17187. height: math.unit(1500, "miles"),
  17188. default: true
  17189. },
  17190. ]
  17191. )
  17192. characterMakers["Mort"] = () => makeCharacter(
  17193. { name: "Mort" },
  17194. {
  17195. front: {
  17196. height: math.unit(14, "feet"),
  17197. weight: math.unit(12000, "lb"),
  17198. name: "Front",
  17199. image: {
  17200. source: "./media/characters/mort/front.svg",
  17201. extra: 365/318,
  17202. bottom: 0.01
  17203. }
  17204. },
  17205. side: {
  17206. height: math.unit(14, "feet"),
  17207. weight: math.unit(12000, "lb"),
  17208. name: "Side",
  17209. image: {
  17210. source: "./media/characters/mort/side.svg",
  17211. extra: 365/318,
  17212. bottom: 0.052
  17213. }
  17214. },
  17215. back: {
  17216. height: math.unit(14, "feet"),
  17217. weight: math.unit(12000, "lb"),
  17218. name: "Back",
  17219. image: {
  17220. source: "./media/characters/mort/back.svg",
  17221. extra: 371/332,
  17222. bottom: 0.18
  17223. }
  17224. },
  17225. },
  17226. [
  17227. {
  17228. name: "Normal",
  17229. height: math.unit(14, "feet"),
  17230. default: true
  17231. },
  17232. ]
  17233. )
  17234. characterMakers["Lycoa"] = () => makeCharacter(
  17235. { name: "Lycoa" },
  17236. {
  17237. front: {
  17238. height: math.unit(8, "feet"),
  17239. weight: math.unit(1, "ton"),
  17240. name: "Front",
  17241. image: {
  17242. source: "./media/characters/lycoa/front.svg",
  17243. extra: 1875/1789,
  17244. bottom: 0.022
  17245. }
  17246. },
  17247. back: {
  17248. height: math.unit(8, "feet"),
  17249. weight: math.unit(1, "ton"),
  17250. name: "Back",
  17251. image: {
  17252. source: "./media/characters/lycoa/back.svg",
  17253. extra: 1835/1781,
  17254. bottom: 0.03
  17255. }
  17256. },
  17257. },
  17258. [
  17259. {
  17260. name: "Normal",
  17261. height: math.unit(8, "feet"),
  17262. default: true
  17263. },
  17264. {
  17265. name: "Macro",
  17266. height: math.unit(30, "feet")
  17267. },
  17268. ]
  17269. )
  17270. characterMakers["Naldara"] = () => makeCharacter(
  17271. { name: "Naldara" },
  17272. {
  17273. front: {
  17274. height: math.unit(4 + 2/12, "feet"),
  17275. weight: math.unit(70, "lb"),
  17276. name: "Front",
  17277. image: {
  17278. source: "./media/characters/naldara/front.svg",
  17279. extra: 841/720,
  17280. bottom: 0.04
  17281. }
  17282. },
  17283. },
  17284. [
  17285. {
  17286. name: "Normal",
  17287. height: math.unit(4 + 2/12, "feet"),
  17288. default: true
  17289. },
  17290. ]
  17291. )
  17292. characterMakers["Briar"] = () => makeCharacter(
  17293. { name: "Briar" },
  17294. {
  17295. front: {
  17296. height: math.unit(13 + 7/12, "feet"),
  17297. weight: math.unit(1500, "lb"),
  17298. name: "Front",
  17299. image: {
  17300. source: "./media/characters/briar/front.svg",
  17301. extra: 626/596,
  17302. bottom: 0.08
  17303. }
  17304. },
  17305. },
  17306. [
  17307. {
  17308. name: "Normal",
  17309. height: math.unit(13 + 7/12, "feet"),
  17310. default: true
  17311. },
  17312. ]
  17313. )
  17314. characterMakers["Vanguard"] = () => makeCharacter(
  17315. { name: "Vanguard" },
  17316. {
  17317. side: {
  17318. height: math.unit(10, "feet"),
  17319. weight: math.unit(500, "lb"),
  17320. name: "Side",
  17321. image: {
  17322. source: "./media/characters/vanguard/side.svg",
  17323. extra: 502/425,
  17324. bottom: 0.087
  17325. }
  17326. },
  17327. },
  17328. [
  17329. {
  17330. name: "Normal",
  17331. height: math.unit(10, "feet"),
  17332. default: true
  17333. },
  17334. ]
  17335. )
  17336. characterMakers["Artemis"] = () => makeCharacter(
  17337. { name: "Artemis" },
  17338. {
  17339. front: {
  17340. height: math.unit(7.5, "feet"),
  17341. weight: math.unit(2, "lb"),
  17342. name: "Front",
  17343. image: {
  17344. source: "./media/characters/artemis/front.svg",
  17345. extra: 1192/1075,
  17346. bottom: 0.07
  17347. }
  17348. },
  17349. },
  17350. [
  17351. {
  17352. name: "Normal",
  17353. height: math.unit(7.5, "feet"),
  17354. default: true
  17355. },
  17356. {
  17357. name: "Enlarged",
  17358. height: math.unit(12, "feet")
  17359. },
  17360. ]
  17361. )
  17362. characterMakers["Kira"] = () => makeCharacter(
  17363. { name: "Kira" },
  17364. {
  17365. front: {
  17366. height: math.unit(5 + 3/12, "feet"),
  17367. weight: math.unit(160, "lb"),
  17368. name: "Front",
  17369. image: {
  17370. source: "./media/characters/kira/front.svg",
  17371. extra: 906/786,
  17372. bottom: 0.01
  17373. }
  17374. },
  17375. back: {
  17376. height: math.unit(5 + 3/12, "feet"),
  17377. weight: math.unit(160, "lb"),
  17378. name: "Back",
  17379. image: {
  17380. source: "./media/characters/kira/back.svg",
  17381. extra: 882/757,
  17382. bottom: 0.005
  17383. }
  17384. },
  17385. frontDressed: {
  17386. height: math.unit(5 + 3/12, "feet"),
  17387. weight: math.unit(160, "lb"),
  17388. name: "Front (Dressed)",
  17389. image: {
  17390. source: "./media/characters/kira/front-dressed.svg",
  17391. extra: 906/786,
  17392. bottom: 0.01
  17393. }
  17394. },
  17395. beans: {
  17396. height: math.unit(0.92, "feet"),
  17397. name: "Beans",
  17398. image: {
  17399. source: "./media/characters/kira/beans.svg"
  17400. }
  17401. },
  17402. },
  17403. [
  17404. {
  17405. name: "Normal",
  17406. height: math.unit(5 + 3/12, "feet"),
  17407. default: true
  17408. },
  17409. ]
  17410. )
  17411. characterMakers["Scramble"] = () => makeCharacter(
  17412. { name: "Scramble" },
  17413. {
  17414. front: {
  17415. height: math.unit(5 + 4/12, "feet"),
  17416. weight: math.unit(145, "lb"),
  17417. name: "Front",
  17418. image: {
  17419. source: "./media/characters/scramble/front.svg",
  17420. extra: 763/727,
  17421. bottom: 0.05
  17422. }
  17423. },
  17424. back: {
  17425. height: math.unit(5 + 4/12, "feet"),
  17426. weight: math.unit(145, "lb"),
  17427. name: "Back",
  17428. image: {
  17429. source: "./media/characters/scramble/back.svg",
  17430. extra: 826/737,
  17431. bottom: 0.002
  17432. }
  17433. },
  17434. },
  17435. [
  17436. {
  17437. name: "Normal",
  17438. height: math.unit(5 + 4/12, "feet"),
  17439. default: true
  17440. },
  17441. ]
  17442. )
  17443. characterMakers["Biscuit"] = () => makeCharacter(
  17444. { name: "Biscuit" },
  17445. {
  17446. side: {
  17447. height: math.unit(6 + 2/12, "feet"),
  17448. weight: math.unit(190, "lb"),
  17449. name: "Side",
  17450. image: {
  17451. source: "./media/characters/biscuit/side.svg",
  17452. extra: 858/791,
  17453. bottom: 0.044
  17454. }
  17455. },
  17456. },
  17457. [
  17458. {
  17459. name: "Normal",
  17460. height: math.unit(6 + 2/12, "feet"),
  17461. default: true
  17462. },
  17463. ]
  17464. )
  17465. characterMakers["Poffin"] = () => makeCharacter(
  17466. { name: "Poffin" },
  17467. {
  17468. front: {
  17469. height: math.unit(5 + 2/12, "feet"),
  17470. weight: math.unit(120, "lb"),
  17471. name: "Front",
  17472. image: {
  17473. source: "./media/characters/poffin/front.svg",
  17474. extra: 786/680,
  17475. bottom: 0.005
  17476. }
  17477. },
  17478. },
  17479. [
  17480. {
  17481. name: "Normal",
  17482. height: math.unit(5 + 2/12, "feet"),
  17483. default: true
  17484. },
  17485. ]
  17486. )
  17487. characterMakers["Dhari"] = () => makeCharacter(
  17488. { name: "Dhari" },
  17489. {
  17490. front: {
  17491. height: math.unit(6 + 3/12, "feet"),
  17492. weight: math.unit(519, "lb"),
  17493. name: "Front",
  17494. image: {
  17495. source: "./media/characters/dhari/front.svg",
  17496. extra: 1048/946,
  17497. bottom: 0.015
  17498. }
  17499. },
  17500. back: {
  17501. height: math.unit(6 + 3/12, "feet"),
  17502. weight: math.unit(519, "lb"),
  17503. name: "Back",
  17504. image: {
  17505. source: "./media/characters/dhari/back.svg",
  17506. extra: 1048/931,
  17507. bottom: 0.005
  17508. }
  17509. },
  17510. frontDressed: {
  17511. height: math.unit(6 + 3/12, "feet"),
  17512. weight: math.unit(519, "lb"),
  17513. name: "Front (Dressed)",
  17514. image: {
  17515. source: "./media/characters/dhari/front-dressed.svg",
  17516. extra: 1713/1546,
  17517. bottom: 0.02
  17518. }
  17519. },
  17520. backDressed: {
  17521. height: math.unit(6 + 3/12, "feet"),
  17522. weight: math.unit(519, "lb"),
  17523. name: "Back (Dressed)",
  17524. image: {
  17525. source: "./media/characters/dhari/back-dressed.svg",
  17526. extra: 1699/1537,
  17527. bottom: 0.01
  17528. }
  17529. },
  17530. maw: {
  17531. height: math.unit(0.95, "feet"),
  17532. name: "Maw",
  17533. image: {
  17534. source: "./media/characters/dhari/maw.svg"
  17535. }
  17536. },
  17537. wereFront: {
  17538. height: math.unit(12 + 8/12, "feet"),
  17539. weight: math.unit(4000, "lb"),
  17540. name: "Front (Were)",
  17541. image: {
  17542. source: "./media/characters/dhari/were-front.svg",
  17543. extra: 1065/969,
  17544. bottom: 0.015
  17545. }
  17546. },
  17547. wereBack: {
  17548. height: math.unit(12 + 8/12, "feet"),
  17549. weight: math.unit(4000, "lb"),
  17550. name: "Back (Were)",
  17551. image: {
  17552. source: "./media/characters/dhari/were-back.svg",
  17553. extra: 1065/969,
  17554. bottom: 0.012
  17555. }
  17556. },
  17557. wereMaw: {
  17558. height: math.unit(0.625, "meters"),
  17559. name: "Maw (Were)",
  17560. image: {
  17561. source: "./media/characters/dhari/were-maw.svg"
  17562. }
  17563. },
  17564. },
  17565. [
  17566. {
  17567. name: "Normal",
  17568. height: math.unit(6 + 3/12, "feet"),
  17569. default: true
  17570. },
  17571. ]
  17572. )
  17573. characterMakers["Rena Dyne"] = () => makeCharacter(
  17574. { name: "Rena Dyne" },
  17575. {
  17576. anthro: {
  17577. height: math.unit(5 + 7/12, "feet"),
  17578. weight: math.unit(175, "lb"),
  17579. name: "Anthro",
  17580. image: {
  17581. source: "./media/characters/rena-dyne/anthro.svg",
  17582. extra: 1849/1785,
  17583. bottom: 0.005
  17584. }
  17585. },
  17586. taur: {
  17587. height: math.unit(15 + 6/12, "feet"),
  17588. weight: math.unit(8000, "lb"),
  17589. name: "Taur",
  17590. image: {
  17591. source: "./media/characters/rena-dyne/taur.svg",
  17592. extra: 2315/2234,
  17593. bottom: 0.033
  17594. }
  17595. },
  17596. },
  17597. [
  17598. {
  17599. name: "Normal",
  17600. height: math.unit(5 + 7/12, "feet"),
  17601. default: true
  17602. },
  17603. ]
  17604. )
  17605. characterMakers["Weremeep"] = () => makeCharacter(
  17606. { name: "Weremeep" },
  17607. {
  17608. front: {
  17609. height: math.unit(8, "feet"),
  17610. weight: math.unit(600, "lb"),
  17611. name: "Front",
  17612. image: {
  17613. source: "./media/characters/weremeep/front.svg",
  17614. extra: 967/862,
  17615. bottom: 0.01
  17616. }
  17617. },
  17618. },
  17619. [
  17620. {
  17621. name: "Normal",
  17622. height: math.unit(8, "feet"),
  17623. default: true
  17624. },
  17625. {
  17626. name: "Lorg",
  17627. height: math.unit(12, "feet")
  17628. },
  17629. {
  17630. name: "Oh Lawd She Comin'",
  17631. height: math.unit(20, "feet")
  17632. },
  17633. ]
  17634. )
  17635. characterMakers["Reza"] = () => makeCharacter(
  17636. { name: "Reza" },
  17637. {
  17638. front: {
  17639. height: math.unit(4, "feet"),
  17640. weight: math.unit(90, "lb"),
  17641. name: "Front",
  17642. image: {
  17643. source: "./media/characters/reza/front.svg",
  17644. extra: 1183/1111,
  17645. bottom: 0.017
  17646. }
  17647. },
  17648. back: {
  17649. height: math.unit(4, "feet"),
  17650. weight: math.unit(90, "lb"),
  17651. name: "Back",
  17652. image: {
  17653. source: "./media/characters/reza/back.svg",
  17654. extra: 1183/1111,
  17655. bottom: 0.01
  17656. }
  17657. },
  17658. },
  17659. [
  17660. {
  17661. name: "Normal",
  17662. height: math.unit(4, "feet"),
  17663. default: true
  17664. },
  17665. ]
  17666. )
  17667. characterMakers["Athea"] = () => makeCharacter(
  17668. { name: "Athea" },
  17669. {
  17670. side: {
  17671. height: math.unit(15, "feet"),
  17672. weight: math.unit(14, "tons"),
  17673. name: "Side",
  17674. image: {
  17675. source: "./media/characters/athea/side.svg",
  17676. extra: 960/540,
  17677. bottom: 0.003
  17678. }
  17679. },
  17680. sitting: {
  17681. height: math.unit(6*2.85, "feet"),
  17682. weight: math.unit(14, "tons"),
  17683. name: "Sitting",
  17684. image: {
  17685. source: "./media/characters/athea/sitting.svg",
  17686. extra: 621/581,
  17687. bottom: 0.075
  17688. }
  17689. },
  17690. maw: {
  17691. height: math.unit(7.59498031496063, "feet"),
  17692. name: "Maw",
  17693. image: {
  17694. source: "./media/characters/athea/maw.svg"
  17695. }
  17696. },
  17697. },
  17698. [
  17699. {
  17700. name: "Lap Cat",
  17701. height: math.unit(2.5, "feet")
  17702. },
  17703. {
  17704. name: "Minimacro",
  17705. height: math.unit(15, "feet"),
  17706. default: true
  17707. },
  17708. {
  17709. name: "Macro",
  17710. height: math.unit(120, "feet")
  17711. },
  17712. {
  17713. name: "Macro+",
  17714. height: math.unit(640, "feet")
  17715. },
  17716. ]
  17717. )
  17718. characterMakers["Seroko"] = () => makeCharacter(
  17719. { name: "Seroko" },
  17720. {
  17721. front: {
  17722. height: math.unit(8 + 8/12, "feet"),
  17723. weight: math.unit(130, "kg"),
  17724. name: "Front",
  17725. image: {
  17726. source: "./media/characters/seroko/front.svg",
  17727. extra: 1385/1280,
  17728. bottom: 0.025
  17729. }
  17730. },
  17731. back: {
  17732. height: math.unit(8 + 8/12, "feet"),
  17733. weight: math.unit(130, "kg"),
  17734. name: "Back",
  17735. image: {
  17736. source: "./media/characters/seroko/back.svg",
  17737. extra: 1369/1238,
  17738. bottom: 0.018
  17739. }
  17740. },
  17741. frontDressed: {
  17742. height: math.unit(8 + 8/12, "feet"),
  17743. weight: math.unit(130, "kg"),
  17744. name: "Front (Dressed)",
  17745. image: {
  17746. source: "./media/characters/seroko/front-dressed.svg",
  17747. extra: 1366/1275,
  17748. bottom: 0.03
  17749. }
  17750. },
  17751. },
  17752. [
  17753. {
  17754. name: "Normal",
  17755. height: math.unit(8 + 8/12, "feet"),
  17756. default: true
  17757. },
  17758. ]
  17759. )
  17760. characterMakers["Quatzi"] = () => makeCharacter(
  17761. { name: "Quatzi" },
  17762. {
  17763. front: {
  17764. height: math.unit(5.5, "feet"),
  17765. weight: math.unit(160, "lb"),
  17766. name: "Front",
  17767. image: {
  17768. source: "./media/characters/quatzi/front.svg",
  17769. extra: 2346/2242,
  17770. bottom: 0.015
  17771. }
  17772. },
  17773. },
  17774. [
  17775. {
  17776. name: "Normal",
  17777. height: math.unit(5.5, "feet"),
  17778. default: true
  17779. },
  17780. {
  17781. name: "Big",
  17782. height: math.unit(7.7, "feet")
  17783. },
  17784. ]
  17785. )
  17786. characterMakers["Sen"] = () => makeCharacter(
  17787. { name: "Sen" },
  17788. {
  17789. front: {
  17790. height: math.unit(5 + 11/12, "feet"),
  17791. weight: math.unit(180, "lb"),
  17792. name: "Front",
  17793. image: {
  17794. source: "./media/characters/sen/front.svg",
  17795. extra: 1321/1254,
  17796. bottom: 0.015
  17797. }
  17798. },
  17799. side: {
  17800. height: math.unit(5 + 11/12, "feet"),
  17801. weight: math.unit(180, "lb"),
  17802. name: "Side",
  17803. image: {
  17804. source: "./media/characters/sen/side.svg",
  17805. extra: 1321/1254,
  17806. bottom: 0.007
  17807. }
  17808. },
  17809. back: {
  17810. height: math.unit(5 + 11/12, "feet"),
  17811. weight: math.unit(180, "lb"),
  17812. name: "Back",
  17813. image: {
  17814. source: "./media/characters/sen/back.svg",
  17815. extra: 1321/1254
  17816. }
  17817. },
  17818. },
  17819. [
  17820. {
  17821. name: "Normal",
  17822. height: math.unit(5 + 11/12, "feet"),
  17823. default: true
  17824. },
  17825. ]
  17826. )
  17827. characterMakers["Fruity"] = () => makeCharacter(
  17828. { name: "Fruity" },
  17829. {
  17830. front: {
  17831. height: math.unit(166.6, "cm"),
  17832. weight: math.unit(66.6, "kg"),
  17833. name: "Front",
  17834. image: {
  17835. source: "./media/characters/fruity/front.svg",
  17836. extra: 1510/1386,
  17837. bottom: 0.04
  17838. }
  17839. },
  17840. back: {
  17841. height: math.unit(166.6, "cm"),
  17842. weight: math.unit(66.6, "lb"),
  17843. name: "Back",
  17844. image: {
  17845. source: "./media/characters/fruity/back.svg",
  17846. extra: 1563/1435,
  17847. bottom: 0.005
  17848. }
  17849. },
  17850. },
  17851. [
  17852. {
  17853. name: "Normal",
  17854. height: math.unit(166.6, "cm"),
  17855. default: true
  17856. },
  17857. {
  17858. name: "Demonic",
  17859. height: math.unit(166.6, "feet")
  17860. },
  17861. ]
  17862. )
  17863. characterMakers["Zost"] = () => makeCharacter(
  17864. { name: "Zost" },
  17865. {
  17866. side: {
  17867. height: math.unit(10, "feet"),
  17868. weight: math.unit(500, "lb"),
  17869. name: "Side",
  17870. image: {
  17871. source: "./media/characters/zost/side.svg",
  17872. extra: 966/880,
  17873. bottom: 0.075
  17874. }
  17875. },
  17876. mawFront: {
  17877. height: math.unit(1.08, "meters"),
  17878. name: "Maw (Front)",
  17879. image: {
  17880. source: "./media/characters/zost/maw-front.svg"
  17881. }
  17882. },
  17883. mawSide: {
  17884. height: math.unit(2.66, "feet"),
  17885. name: "Maw (Side)",
  17886. image: {
  17887. source: "./media/characters/zost/maw-side.svg"
  17888. }
  17889. },
  17890. },
  17891. [
  17892. {
  17893. name: "Normal",
  17894. height: math.unit(10, "feet"),
  17895. default: true
  17896. },
  17897. ]
  17898. )
  17899. characterMakers["Luci"] = () => makeCharacter(
  17900. { name: "Luci" },
  17901. {
  17902. front: {
  17903. height: math.unit(5 + 4/12, "feet"),
  17904. weight: math.unit(120, "lb"),
  17905. name: "Front",
  17906. image: {
  17907. source: "./media/characters/luci/front.svg",
  17908. extra: 1985/1884,
  17909. bottom: 0.04
  17910. }
  17911. },
  17912. back: {
  17913. height: math.unit(5 + 4/12, "feet"),
  17914. weight: math.unit(120, "lb"),
  17915. name: "Back",
  17916. image: {
  17917. source: "./media/characters/luci/back.svg",
  17918. extra: 1892/1791,
  17919. bottom: 0.002
  17920. }
  17921. },
  17922. },
  17923. [
  17924. {
  17925. name: "Normal",
  17926. height: math.unit(5 + 4/12, "feet"),
  17927. default: true
  17928. },
  17929. ]
  17930. )
  17931. characterMakers["2th"] = () => makeCharacter(
  17932. { name: "2th" },
  17933. {
  17934. front: {
  17935. height: math.unit(1500, "feet"),
  17936. weight: math.unit(3.8e6, "tons"),
  17937. name: "Front",
  17938. image: {
  17939. source: "./media/characters/2th/front.svg",
  17940. extra: 3489/3350,
  17941. bottom: 0.1
  17942. }
  17943. },
  17944. foot: {
  17945. height: math.unit(461, "feet"),
  17946. name: "Foot",
  17947. image: {
  17948. source: "./media/characters/2th/foot.svg"
  17949. }
  17950. },
  17951. },
  17952. [
  17953. {
  17954. name: "\"Micro\"",
  17955. height: math.unit(15 + 7/12, "feet")
  17956. },
  17957. {
  17958. name: "Normal",
  17959. height: math.unit(1500, "feet"),
  17960. default: true
  17961. },
  17962. {
  17963. name: "Macro",
  17964. height: math.unit(5000, "feet")
  17965. },
  17966. {
  17967. name: "Megamacro",
  17968. height: math.unit(15, "miles")
  17969. },
  17970. {
  17971. name: "Gigamacro",
  17972. height: math.unit(4000, "miles")
  17973. },
  17974. {
  17975. name: "Galactic",
  17976. height: math.unit(50, "AU")
  17977. },
  17978. ]
  17979. )
  17980. characterMakers["Amethyst"] = () => makeCharacter(
  17981. { name: "Amethyst" },
  17982. {
  17983. front: {
  17984. height: math.unit(5 + 6/12, "feet"),
  17985. weight: math.unit(220, "lb"),
  17986. name: "Front",
  17987. image: {
  17988. source: "./media/characters/amethyst/front.svg",
  17989. extra: 2078/2040,
  17990. bottom: 0.045
  17991. }
  17992. },
  17993. back: {
  17994. height: math.unit(5 + 6/12, "feet"),
  17995. weight: math.unit(220, "lb"),
  17996. name: "Back",
  17997. image: {
  17998. source: "./media/characters/amethyst/back.svg",
  17999. extra: 2021/1989,
  18000. bottom: 0.02
  18001. }
  18002. },
  18003. },
  18004. [
  18005. {
  18006. name: "Normal",
  18007. height: math.unit(5 + 6/12, "feet"),
  18008. default: true
  18009. },
  18010. ]
  18011. )
  18012. characterMakers["Yumi Akiyama"] = () => makeCharacter(
  18013. { name: "Yumi Akiyama" },
  18014. {
  18015. front: {
  18016. height: math.unit(4 + 11/12, "feet"),
  18017. weight: math.unit(120, "lb"),
  18018. name: "Front",
  18019. image: {
  18020. source: "./media/characters/yumi-akiyama/front.svg",
  18021. extra: 1327/1235,
  18022. bottom: 0.02
  18023. }
  18024. },
  18025. back: {
  18026. height: math.unit(4 + 11/12, "feet"),
  18027. weight: math.unit(120, "lb"),
  18028. name: "Back",
  18029. image: {
  18030. source: "./media/characters/yumi-akiyama/back.svg",
  18031. extra: 1287/1245,
  18032. bottom: 0.002
  18033. }
  18034. },
  18035. },
  18036. [
  18037. {
  18038. name: "Galactic",
  18039. height: math.unit(50, "galaxies"),
  18040. default: true
  18041. },
  18042. {
  18043. name: "Universal",
  18044. height: math.unit(100, "universes")
  18045. },
  18046. ]
  18047. )
  18048. characterMakers["Rifter Yrmori"] = () => makeCharacter(
  18049. { name: "Rifter Yrmori" },
  18050. {
  18051. front: {
  18052. height: math.unit(8, "feet"),
  18053. weight: math.unit(500, "lb"),
  18054. name: "Front",
  18055. image: {
  18056. source: "./media/characters/rifter-yrmori/front.svg",
  18057. extra: 1180/1125,
  18058. bottom: 0.02
  18059. }
  18060. },
  18061. back: {
  18062. height: math.unit(8, "feet"),
  18063. weight: math.unit(500, "lb"),
  18064. name: "Back",
  18065. image: {
  18066. source: "./media/characters/rifter-yrmori/back.svg",
  18067. extra: 1190/1145,
  18068. bottom: 0.001
  18069. }
  18070. },
  18071. wings: {
  18072. height: math.unit(7.75, "feet"),
  18073. weight: math.unit(500, "lb"),
  18074. name: "Wings",
  18075. image: {
  18076. source: "./media/characters/rifter-yrmori/wings.svg",
  18077. extra: 1357/1285
  18078. }
  18079. },
  18080. maw: {
  18081. height: math.unit(0.8, "feet"),
  18082. name: "Maw",
  18083. image: {
  18084. source: "./media/characters/rifter-yrmori/maw.svg"
  18085. }
  18086. },
  18087. },
  18088. [
  18089. {
  18090. name: "Normal",
  18091. height: math.unit(8, "feet"),
  18092. default: true
  18093. },
  18094. {
  18095. name: "Macro",
  18096. height: math.unit(42, "meters")
  18097. },
  18098. ]
  18099. )
  18100. characterMakers["Tahajin"] = () => makeCharacter(
  18101. { name: "Tahajin" },
  18102. {
  18103. were: {
  18104. height: math.unit(25 + 6/12, "feet"),
  18105. weight: math.unit(10000, "lb"),
  18106. name: "Were",
  18107. image: {
  18108. source: "./media/characters/tahajin/were.svg",
  18109. extra: 801/770,
  18110. bottom: 0.042
  18111. }
  18112. },
  18113. aquatic: {
  18114. height: math.unit(6 + 4/12, "feet"),
  18115. weight: math.unit(160, "lb"),
  18116. name: "Aquatic",
  18117. image: {
  18118. source: "./media/characters/tahajin/aquatic.svg",
  18119. extra: 572/542,
  18120. bottom: 0.04
  18121. }
  18122. },
  18123. chow: {
  18124. height: math.unit(8 + 11/12, "feet"),
  18125. weight: math.unit(450, "lb"),
  18126. name: "Chow",
  18127. image: {
  18128. source: "./media/characters/tahajin/chow.svg",
  18129. extra: 660/640,
  18130. bottom: 0.015
  18131. }
  18132. },
  18133. demiNaga: {
  18134. height: math.unit(6 + 8/12, "feet"),
  18135. weight: math.unit(300, "lb"),
  18136. name: "Demi Naga",
  18137. image: {
  18138. source: "./media/characters/tahajin/demi-naga.svg",
  18139. extra: 643/615,
  18140. bottom: 0.1
  18141. }
  18142. },
  18143. data: {
  18144. height: math.unit(5, "inches"),
  18145. weight: math.unit(0.1, "lb"),
  18146. name: "Data",
  18147. image: {
  18148. source: "./media/characters/tahajin/data.svg"
  18149. }
  18150. },
  18151. fluu: {
  18152. height: math.unit(5 + 7/12, "feet"),
  18153. weight: math.unit(140, "lb"),
  18154. name: "Fluu",
  18155. image: {
  18156. source: "./media/characters/tahajin/fluu.svg",
  18157. extra: 628/592,
  18158. bottom: 0.02
  18159. }
  18160. },
  18161. starWarrior: {
  18162. height: math.unit(4 + 5/12, "feet"),
  18163. weight: math.unit(50, "lb"),
  18164. name: "Star Warrior",
  18165. image: {
  18166. source: "./media/characters/tahajin/star-warrior.svg"
  18167. }
  18168. },
  18169. },
  18170. [
  18171. {
  18172. name: "Normal",
  18173. height: math.unit(25 + 6/12, "feet"),
  18174. default: true
  18175. },
  18176. ]
  18177. )
  18178. //characters
  18179. function makeCharacters() {
  18180. const results = [];
  18181. Object.entries(characterMakers).forEach(([key, value]) => {
  18182. results.push(value());
  18183. });
  18184. return results;
  18185. }