less copy protection, more size visualization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19314 lines
502 KiB

  1. const characterMakers = [];
  2. math.createUnit("parsec", {
  3. definition: "3.086e16 meters",
  4. prefixes: "long"
  5. })
  6. math.createUnit("parsecs", {
  7. definition: "3.086e16 meters",
  8. prefixes: "long"
  9. })
  10. math.createUnit("lightyears", {
  11. definition: "9.461e15 meters",
  12. prefixes: "long"
  13. })
  14. math.createUnit("AU", {
  15. definition: "149597870700 meters"
  16. })
  17. math.createUnit("AUs", {
  18. definition: "149597870700 meters"
  19. })
  20. function makeCharacter(name, author, viewInfo, defaultSizes, extraInfo) {
  21. if (extraInfo === undefined) {
  22. extraInfo = {}
  23. }
  24. views = {};
  25. Object.entries(viewInfo).forEach(([key, value]) => {
  26. views[key] = {
  27. attributes: {
  28. height: {
  29. name: "Height",
  30. power: 1,
  31. type: "length",
  32. base: value.height
  33. }
  34. },
  35. image: value.image,
  36. name: value.name,
  37. info: value.info,
  38. rename: value.rename
  39. }
  40. if (value.weight) {
  41. views[key].attributes.weight = {
  42. name: "Mass",
  43. power: 3,
  44. type: "mass",
  45. base: value.weight
  46. };
  47. }
  48. });
  49. const entity = makeEntity(Object.assign(extraInfo, { name: name, author: author }), views, defaultSizes);
  50. return entity;
  51. }
  52. characterMakers["Fen"] = () => {
  53. return makeCharacter(
  54. "Fen",
  55. "chemicalcrux",
  56. {
  57. back: {
  58. height: math.unit(2.2428, "meter"),
  59. weight: math.unit(124.738, "kg"),
  60. name: "Back",
  61. image: {
  62. source: "./media/characters/fen/back.svg",
  63. extra: 1025/935
  64. },
  65. info: {
  66. description: {
  67. mode: "append",
  68. text: "\n\nHe is not currently looking at you."
  69. }
  70. }
  71. },
  72. full: {
  73. height: math.unit(1.34, "meter"),
  74. weight: math.unit(225, "kg"),
  75. name: "Full",
  76. image: {
  77. source: "./media/characters/fen/full.svg"
  78. },
  79. info: {
  80. description: {
  81. mode: "append",
  82. text: "\n\nMunch."
  83. }
  84. }
  85. },
  86. kneeling: {
  87. height: math.unit(5.4, "feet"),
  88. weight: math.unit(124.738, "kg"),
  89. name: "Kneeling",
  90. image: {
  91. source: "./media/characters/fen/kneeling.svg",
  92. extra: 563/507
  93. }
  94. },
  95. },
  96. [
  97. {
  98. name: "Normal",
  99. height: math.unit(2.2428, "meter")
  100. },
  101. {
  102. name: "Big",
  103. height: math.unit(12, "feet")
  104. },
  105. {
  106. name: "Minimacro",
  107. height: math.unit(30, "meter"),
  108. default: true,
  109. info: {
  110. description: {
  111. mode: "append",
  112. text: "\n\nTOO DAMN BIG"
  113. }
  114. }
  115. },
  116. {
  117. name: "Macro",
  118. height: math.unit(100, "meter"),
  119. info: {
  120. description: {
  121. mode: "append",
  122. text: "\n\nTOO DAMN BIG"
  123. }
  124. }
  125. },
  126. {
  127. name: "Macro+",
  128. height: math.unit(1000, "meter")
  129. },
  130. {
  131. name: "Megamacro",
  132. height: math.unit(10, "miles")
  133. }
  134. ],
  135. {
  136. description: {
  137. title: "Bio",
  138. text: "Very furry. Sheds on everything."
  139. }
  140. }
  141. )
  142. };
  143. characterMakers["Sofia"] = () => {
  144. return makeCharacter(
  145. "Sofia",
  146. "ZakuraTech",
  147. {
  148. front: {
  149. height: math.unit(183, "cm"),
  150. weight: math.unit(80, "kg"),
  151. name: "Front",
  152. image: {
  153. source: "./media/characters/sofia/front.svg",
  154. bottom: 0.01,
  155. extra: 1
  156. }
  157. },
  158. frontAlt: {
  159. height: math.unit(183, "cm"),
  160. weight: math.unit(80, "kg"),
  161. name: "Front (alt)",
  162. image: {
  163. source: "./media/characters/sofia/front-alt.svg"
  164. }
  165. },
  166. back: {
  167. height: math.unit(183, "cm"),
  168. weight: math.unit(80, "kg"),
  169. name: "Back",
  170. image: {
  171. source: "./media/characters/sofia/back.svg"
  172. }
  173. },
  174. },
  175. [
  176. {
  177. name: "Normal",
  178. height: math.unit(1.83, "meter")
  179. },
  180. {
  181. name: "Macro",
  182. height: math.unit(96, "feet"),
  183. default: true
  184. },
  185. {
  186. name: "Megamerger",
  187. height: math.unit(650, "feet")
  188. },
  189. ]
  190. )
  191. };
  192. characterMakers["March"] = () => {
  193. return makeCharacter(
  194. "March",
  195. "March-Dragon",
  196. {
  197. front: {
  198. height: math.unit(7, "feet"),
  199. weight: math.unit(100, "kg"),
  200. name: "Front",
  201. image: {
  202. source: "./media/characters/march/front.svg",
  203. extra: 1,
  204. bottom: 0.015
  205. }
  206. },
  207. foot: {
  208. height: math.unit(0.9, "feet"),
  209. name: "Foot",
  210. image: {
  211. source: "./media/characters/march/foot.svg"
  212. }
  213. },
  214. },
  215. [
  216. {
  217. name: "Normal",
  218. height: math.unit(7.9, "feet")
  219. },
  220. {
  221. name: "Macro",
  222. height: math.unit(220, "meters")
  223. },
  224. {
  225. name: "Megamacro",
  226. height: math.unit(2.98, "km"),
  227. default: true
  228. },
  229. {
  230. name: "Gigamacro",
  231. height: math.unit(15963, "km")
  232. },
  233. {
  234. name: "Teramacro",
  235. height: math.unit(2980000000, "km")
  236. },
  237. {
  238. name: "Examacro",
  239. height: math.unit(250, "parsecs")
  240. },
  241. ]
  242. )
  243. };
  244. characterMakers["Noir"] = () => {
  245. return makeCharacter(
  246. "Noir",
  247. "March-Dragon",
  248. {
  249. front: {
  250. height: math.unit(6, "feet"),
  251. weight: math.unit(60, "kg"),
  252. name: "Front",
  253. image: {
  254. source: "./media/characters/noir/front.svg",
  255. extra: 1,
  256. bottom: 0.032
  257. }
  258. },
  259. },
  260. [
  261. {
  262. name: "Normal",
  263. height: math.unit(6.6, "feet")
  264. },
  265. {
  266. name: "Macro",
  267. height: math.unit(500, "feet")
  268. },
  269. {
  270. name: "Megamacro",
  271. height: math.unit(2.5, "km"),
  272. default: true
  273. },
  274. {
  275. name: "Gigamacro",
  276. height: math.unit(22500, "km")
  277. },
  278. {
  279. name: "Teramacro",
  280. height: math.unit(2500000000, "km")
  281. },
  282. {
  283. name: "Examacro",
  284. height: math.unit(200, "parsecs")
  285. },
  286. ]
  287. )
  288. };
  289. characterMakers["Okuri"] = () => {
  290. return makeCharacter(
  291. "Okuri",
  292. "OrinoMechadragon",
  293. {
  294. front: {
  295. height: math.unit(7, "feet"),
  296. weight: math.unit(100, "kg"),
  297. name: "Front",
  298. image: {
  299. source: "./media/characters/okuri/front.svg",
  300. extra: 1,
  301. bottom: 0.037
  302. }
  303. },
  304. back: {
  305. height: math.unit(7, "feet"),
  306. weight: math.unit(100, "kg"),
  307. name: "Back",
  308. image: {
  309. source: "./media/characters/okuri/back.svg",
  310. extra: 1,
  311. bottom: 0.007
  312. }
  313. },
  314. },
  315. [
  316. {
  317. name: "Megamacro",
  318. height: math.unit(100, "miles"),
  319. default: true
  320. },
  321. ]
  322. )
  323. };
  324. characterMakers["Manny"] = () => {
  325. return makeCharacter(
  326. "Manny",
  327. "Dialuca01",
  328. {
  329. front: {
  330. height: math.unit(7, "feet"),
  331. weight: math.unit(100, "kg"),
  332. name: "Front",
  333. image: {
  334. source: "./media/characters/manny/front.svg",
  335. extra: 1,
  336. bottom: 0.06
  337. }
  338. },
  339. back: {
  340. height: math.unit(7, "feet"),
  341. weight: math.unit(100, "kg"),
  342. name: "Back",
  343. image: {
  344. source: "./media/characters/manny/back.svg",
  345. extra: 1,
  346. bottom: 0.014
  347. }
  348. },
  349. },
  350. [
  351. {
  352. name: "Normal",
  353. height: math.unit(7, "feet"),
  354. },
  355. {
  356. name: "Macro",
  357. height: math.unit(78, "feet"),
  358. default: true
  359. },
  360. {
  361. name: "Macro+",
  362. height: math.unit(300, "meters")
  363. },
  364. {
  365. name: "Macro++",
  366. height: math.unit(2400, "meters")
  367. },
  368. {
  369. name: "Megamacro",
  370. height: math.unit(5167, "meters")
  371. },
  372. {
  373. name: "Gigamacro",
  374. height: math.unit(41769, "miles")
  375. },
  376. ]
  377. )
  378. };
  379. characterMakers["Adake"] = () => {
  380. return makeCharacter(
  381. "Adake",
  382. "Dialuca01",
  383. {
  384. front: {
  385. height: math.unit(7, "feet"),
  386. weight: math.unit(100, "kg"),
  387. name: "Front",
  388. image: {
  389. source: "./media/characters/adake/front-1.svg"
  390. }
  391. },
  392. frontAlt: {
  393. height: math.unit(7, "feet"),
  394. weight: math.unit(100, "kg"),
  395. name: "Front (Alt)",
  396. image: {
  397. source: "./media/characters/adake/front-2.svg",
  398. extra: 1,
  399. bottom: 0.01
  400. }
  401. },
  402. back: {
  403. height: math.unit(7, "feet"),
  404. weight: math.unit(100, "kg"),
  405. name: "Back",
  406. image: {
  407. source: "./media/characters/adake/back.svg",
  408. }
  409. },
  410. kneel: {
  411. height: math.unit(5.385, "feet"),
  412. weight: math.unit(100, "kg"),
  413. name: "Kneeling",
  414. image: {
  415. source: "./media/characters/adake/kneel.svg",
  416. bottom: 0.052
  417. }
  418. },
  419. },
  420. [
  421. {
  422. name: "Normal",
  423. height: math.unit(7, "feet"),
  424. },
  425. {
  426. name: "Macro",
  427. height: math.unit(78, "feet"),
  428. default: true
  429. },
  430. {
  431. name: "Macro+",
  432. height: math.unit(300, "meters")
  433. },
  434. {
  435. name: "Macro++",
  436. height: math.unit(2400, "meters")
  437. },
  438. {
  439. name: "Megamacro",
  440. height: math.unit(5167, "meters")
  441. },
  442. {
  443. name: "Gigamacro",
  444. height: math.unit(41769, "miles")
  445. },
  446. ]
  447. )
  448. };
  449. characterMakers["Elijah"] = () => {
  450. return makeCharacter(
  451. "Elijah",
  452. "Elijah",
  453. {
  454. side: {
  455. height: math.unit(7, "feet"),
  456. weight: math.unit(50, "kg"),
  457. name: "Side",
  458. image: {
  459. source: "./media/characters/elijah/side.svg",
  460. extra: 1,
  461. bottom: 0.065
  462. }
  463. },
  464. foot: {
  465. height: math.unit(2.05, "feet"),
  466. name: "Foot",
  467. image: {
  468. source: "./media/characters/elijah/foot.svg"
  469. }
  470. },
  471. },
  472. [
  473. {
  474. name: "Normal",
  475. height: math.unit(1.65, "meters")
  476. },
  477. {
  478. name: "Macro",
  479. height: math.unit(55, "meters"),
  480. default: true
  481. },
  482. {
  483. name: "Macro+",
  484. height: math.unit(105, "meters")
  485. },
  486. ]
  487. )
  488. };
  489. characterMakers["Rai"] = () => {
  490. return makeCharacter(
  491. "Rai",
  492. "shadowblade945",
  493. {
  494. front: {
  495. height: math.unit(11, "feet"),
  496. weight: math.unit(80, "kg"),
  497. name: "Front",
  498. image: {
  499. source: "./media/characters/rai/front.svg",
  500. extra: 1,
  501. bottom: 0.03
  502. }
  503. },
  504. side: {
  505. height: math.unit(11, "feet"),
  506. weight: math.unit(80, "kg"),
  507. name: "Side",
  508. image: {
  509. source: "./media/characters/rai/side.svg"
  510. }
  511. },
  512. back: {
  513. height: math.unit(11, "feet"),
  514. weight: math.unit(80, "lb"),
  515. name: "Back",
  516. image: {
  517. source: "./media/characters/rai/back.svg",
  518. extra: 1,
  519. bottom: 0.01
  520. }
  521. },
  522. feral: {
  523. height: math.unit(11, "feet"),
  524. weight: math.unit(800, "lb"),
  525. name: "Feral",
  526. image: {
  527. source: "./media/characters/rai/feral.svg",
  528. extra: 1050/659 ,
  529. bottom: 0.07
  530. }
  531. },
  532. maw: {
  533. height: math.unit(6/3.81416, "feet"),
  534. name: "Maw",
  535. image: {
  536. source: "./media/characters/rai/maw.svg"
  537. }
  538. },
  539. },
  540. [
  541. {
  542. name: "Normal",
  543. height: math.unit(11, "feet")
  544. },
  545. {
  546. name: "Macro",
  547. height: math.unit(302, "feet"),
  548. default: true
  549. },
  550. ]
  551. )
  552. };
  553. characterMakers["Jazzy"] = () => {
  554. return makeCharacter(
  555. "Jazzy",
  556. "JazzyWolf",
  557. {
  558. front: {
  559. height: math.unit(7, "feet"),
  560. weight: math.unit(80, "kg"),
  561. name: "Front",
  562. image: {
  563. source: "./media/characters/jazzy/front.svg",
  564. extra: 1,
  565. bottom: 0.01
  566. }
  567. },
  568. back: {
  569. height: math.unit(7, "feet"),
  570. weight: math.unit(80, "kg"),
  571. name: "Back",
  572. image: {
  573. source: "./media/characters/jazzy/back.svg",
  574. extra: 1,
  575. bottom: 0.01
  576. }
  577. },
  578. },
  579. [
  580. {
  581. name: "Macro",
  582. height: math.unit(216, "feet"),
  583. default: true
  584. },
  585. ]
  586. )
  587. };
  588. characterMakers["Flamm"] = () => {
  589. return makeCharacter(
  590. "Flamm",
  591. "Flamm",
  592. {
  593. front: {
  594. height: math.unit(7, "feet"),
  595. weight: math.unit(80, "kg"),
  596. name: "Front",
  597. image: {
  598. source: "./media/characters/flamm/front.svg",
  599. extra: 1,
  600. bottom: 0.02
  601. }
  602. },
  603. },
  604. [
  605. {
  606. name: "Normal",
  607. height: math.unit(9.5, "feet")
  608. },
  609. {
  610. name: "Macro",
  611. height: math.unit(200, "feet"),
  612. default: true
  613. },
  614. ]
  615. )
  616. };
  617. characterMakers["Zephiro"] = () => {
  618. return makeCharacter(
  619. "Zephiro",
  620. "Zephiro",
  621. {
  622. front: {
  623. height: math.unit(7, "feet"),
  624. weight: math.unit(80, "kg"),
  625. name: "Front",
  626. image: {
  627. source: "./media/characters/zephiro/front.svg",
  628. extra: 2309/2162 ,
  629. bottom: 0.069
  630. }
  631. },
  632. side: {
  633. height: math.unit(7, "feet"),
  634. weight: math.unit(80, "kg"),
  635. name: "Side",
  636. image: {
  637. source: "./media/characters/zephiro/side.svg",
  638. extra: 2403/2279 ,
  639. bottom: 0.015
  640. }
  641. },
  642. back: {
  643. height: math.unit(7, "feet"),
  644. weight: math.unit(80, "kg"),
  645. name: "Back",
  646. image: {
  647. source: "./media/characters/zephiro/back.svg",
  648. extra: 2373/2244 ,
  649. bottom: 0.013
  650. }
  651. },
  652. },
  653. [
  654. {
  655. name: "Micro",
  656. height: math.unit(3, "inches")
  657. },
  658. {
  659. name: "Normal",
  660. height: math.unit(5 + 3/12, "feet"),
  661. default: true
  662. },
  663. {
  664. name: "Macro",
  665. height: math.unit(118, "feet")
  666. },
  667. ]
  668. )
  669. };
  670. characterMakers["Fory"] = () => {
  671. return makeCharacter(
  672. "Fory",
  673. "Manny",
  674. {
  675. front: {
  676. height: math.unit(7, "feet"),
  677. weight: math.unit(90, "kg"),
  678. name: "Front",
  679. image: {
  680. source: "./media/characters/fory/front.svg",
  681. extra: 1,
  682. bottom: 0.03
  683. }
  684. },
  685. },
  686. [
  687. {
  688. name: "Normal",
  689. height: math.unit(5, "feet")
  690. },
  691. {
  692. name: "Macro",
  693. height: math.unit(50, "feet"),
  694. default: true
  695. },
  696. ]
  697. )
  698. };
  699. characterMakers["Kurrikage"] = () => {
  700. return makeCharacter(
  701. "Kurrikage",
  702. "Kurrikage",
  703. {
  704. front: {
  705. height: math.unit(7, "feet"),
  706. weight: math.unit(90, "kg"),
  707. name: "Front",
  708. image: {
  709. source: "./media/characters/kurrikage/front.svg",
  710. extra: 1,
  711. bottom: 0.035
  712. }
  713. },
  714. back: {
  715. height: math.unit(7, "feet"),
  716. weight: math.unit(90, "lb"),
  717. name: "Back",
  718. image: {
  719. source: "./media/characters/kurrikage/back.svg"
  720. }
  721. },
  722. paw: {
  723. height: math.unit(1.5, "feet"),
  724. name: "Paw",
  725. image: {
  726. source: "./media/characters/kurrikage/paw.svg"
  727. }
  728. },
  729. staff: {
  730. height: math.unit(6.7, "feet"),
  731. name: "Staff",
  732. image: {
  733. source: "./media/characters/kurrikage/staff.svg"
  734. }
  735. },
  736. peek: {
  737. height: math.unit(1.05, "feet"),
  738. name: "Peeking",
  739. image: {
  740. source: "./media/characters/kurrikage/peek.svg",
  741. bottom: 0.08
  742. }
  743. },
  744. },
  745. [
  746. {
  747. name: "Normal",
  748. height: math.unit(12, "feet"),
  749. default: true
  750. },
  751. {
  752. name: "Big",
  753. height: math.unit(20, "feet")
  754. },
  755. {
  756. name: "Macro",
  757. height: math.unit(500, "feet")
  758. },
  759. {
  760. name: "Megamacro",
  761. height: math.unit(20, "miles")
  762. },
  763. ]
  764. )
  765. };
  766. characterMakers["Shingo"] = () => {
  767. return makeCharacter(
  768. "Shingo",
  769. "Shingo",
  770. {
  771. front: {
  772. height: math.unit(6, "feet"),
  773. weight: math.unit(75, "kg"),
  774. name: "Front",
  775. image: {
  776. source: "./media/characters/shingo/front.svg",
  777. extra: 3511/3338 ,
  778. bottom: 0.005
  779. }
  780. },
  781. },
  782. [
  783. {
  784. name: "Micro",
  785. height: math.unit(4, "inches")
  786. },
  787. {
  788. name: "Normal",
  789. height: math.unit(6, "feet"),
  790. default: true
  791. },
  792. {
  793. name: "Macro",
  794. height: math.unit(108, "feet")
  795. }
  796. ]
  797. )
  798. };
  799. function makeAigey() {
  800. const views = {
  801. side: {
  802. attributes: {
  803. height: {
  804. name: "Height",
  805. power: 1,
  806. type: "length",
  807. base: math.unit(6, "feet")
  808. },
  809. weight: {
  810. name: "Weight",
  811. power: 3,
  812. type: "mass",
  813. base: math.unit(75, "kg")
  814. }
  815. },
  816. image: {
  817. source: "./media/characters/aigey/side.svg"
  818. },
  819. name: "Side"
  820. }
  821. };
  822. const entity = makeEntity({ name: "Aigey", author: "Aigey" }, views, []);
  823. entity.sizes.push({
  824. name: "Macro",
  825. height: math.unit(200, "feet")
  826. });
  827. entity.sizes.push({
  828. name: "Megamacro",
  829. height: math.unit(100, "miles")
  830. });
  831. entity.views[entity.defaultView].height = math.unit(200, "feet");
  832. return entity;
  833. }
  834. characterMakers["Natasha"] = () => {
  835. return makeCharacter(
  836. "Natasha",
  837. "MammaAWD",
  838. {
  839. front: {
  840. height: math.unit(5 + 5/12, "feet"),
  841. weight: math.unit(75, "kg"),
  842. name: "Front",
  843. image: {
  844. source: "./media/characters/natasha/front.svg",
  845. extra: 875/846,
  846. bottom: 0.01
  847. }
  848. },
  849. },
  850. [
  851. {
  852. name: "Normal",
  853. height: math.unit(5 + 5/12, "feet")
  854. },
  855. {
  856. name: "Large",
  857. height: math.unit(12, "feet")
  858. },
  859. {
  860. name: "Macro",
  861. height: math.unit(100, "feet"),
  862. default: true
  863. },
  864. {
  865. name: "Macro+",
  866. height: math.unit(260, "feet")
  867. },
  868. {
  869. name: "Macro++",
  870. height: math.unit(1, "mile")
  871. },
  872. ]
  873. )
  874. };
  875. function makeMalik() {
  876. const views = {
  877. front: {
  878. attributes: {
  879. height: {
  880. name: "Height",
  881. power: 1,
  882. type: "length",
  883. base: math.unit(6, "feet")
  884. },
  885. weight: {
  886. name: "Weight",
  887. power: 3,
  888. type: "mass",
  889. base: math.unit(75, "kg")
  890. }
  891. },
  892. image: {
  893. source: "./media/characters/malik/front.svg"
  894. },
  895. name: "Front"
  896. },
  897. side: {
  898. attributes: {
  899. height: {
  900. name: "Height",
  901. power: 1,
  902. type: "length",
  903. base: math.unit(6, "feet")
  904. },
  905. weight: {
  906. name: "Weight",
  907. power: 3,
  908. type: "mass",
  909. base: math.unit(75, "kg")
  910. }
  911. },
  912. image: {
  913. extra: 1.1539,
  914. source: "./media/characters/malik/side.svg"
  915. },
  916. name: "Side"
  917. },
  918. back: {
  919. attributes: {
  920. height: {
  921. name: "Height",
  922. power: 1,
  923. type: "length",
  924. base: math.unit(6, "feet")
  925. },
  926. weight: {
  927. name: "Weight",
  928. power: 3,
  929. type: "mass",
  930. base: math.unit(75, "kg")
  931. }
  932. },
  933. image: {
  934. source: "./media/characters/malik/back.svg"
  935. },
  936. name: "Back"
  937. },
  938. };
  939. const entity = makeEntity({ name: "Malik", author: "Fuzzypaws" }, views, []);
  940. entity.sizes.push({
  941. name: "Macro",
  942. height: math.unit(156, "feet")
  943. });
  944. entity.sizes.push({
  945. name: "Macro+",
  946. height: math.unit(1188, "feet")
  947. });
  948. entity.views[entity.defaultView].height = math.unit(156, "feet");
  949. return entity;
  950. }
  951. function makeSefer() {
  952. const views = {
  953. front: {
  954. attributes: {
  955. height: {
  956. name: "Height",
  957. power: 1,
  958. type: "length",
  959. base: math.unit(6, "feet")
  960. },
  961. weight: {
  962. name: "Weight",
  963. power: 3,
  964. type: "mass",
  965. base: math.unit(75, "kg")
  966. }
  967. },
  968. image: {
  969. source: "./media/characters/sefer/front.svg"
  970. },
  971. name: "Front"
  972. },
  973. back: {
  974. attributes: {
  975. height: {
  976. name: "Height",
  977. power: 1,
  978. type: "length",
  979. base: math.unit(6, "feet")
  980. },
  981. weight: {
  982. name: "Weight",
  983. power: 3,
  984. type: "mass",
  985. base: math.unit(75, "kg")
  986. }
  987. },
  988. image: {
  989. source: "./media/characters/sefer/back.svg"
  990. },
  991. name: "Back"
  992. },
  993. };
  994. const entity = makeEntity({ name: "Sefer", author: "Fuzzypaws" }, views, []);
  995. entity.views[entity.defaultView].height = math.unit(6, "feet");
  996. return entity;
  997. }
  998. characterMakers["North"] = () => {
  999. return makeCharacter(
  1000. "North",
  1001. "chemicalcrux",
  1002. {
  1003. body: {
  1004. height: math.unit(2.2428, "meter"),
  1005. weight: math.unit(124.738, "kg"),
  1006. name: "Body",
  1007. image: {
  1008. extra: 1225 / 1050,
  1009. source: "./media/characters/north/front.svg"
  1010. }
  1011. }
  1012. },
  1013. [
  1014. {
  1015. name: "Micro",
  1016. height: math.unit(4, "inches")
  1017. },
  1018. {
  1019. name: "Macro",
  1020. height: math.unit(63, "meters")
  1021. },
  1022. {
  1023. name: "Megamacro",
  1024. height: math.unit(101, "miles"),
  1025. default: true
  1026. }
  1027. ]
  1028. )
  1029. };
  1030. characterMakers["Talan"] = () => {
  1031. return makeCharacter(
  1032. "Talan",
  1033. "talanstrider",
  1034. {
  1035. body: {
  1036. height: math.unit(2, "meter"),
  1037. weight: math.unit(70, "kg"),
  1038. name: "Body",
  1039. image: {
  1040. bottom: 0.02,
  1041. source: "./media/characters/talan/front.svg"
  1042. }
  1043. }
  1044. },
  1045. [
  1046. {
  1047. name: "Normal",
  1048. height: math.unit(4, "meters")
  1049. },
  1050. {
  1051. name: "Macro",
  1052. height: math.unit(100, "meters")
  1053. },
  1054. {
  1055. name: "Megamacro",
  1056. height: math.unit(2, "miles"),
  1057. default: true
  1058. },
  1059. {
  1060. name: "Gigamacro",
  1061. height: math.unit(5000, "miles")
  1062. },
  1063. {
  1064. name: "Teramacro",
  1065. height: math.unit(100, "parsecs")
  1066. }
  1067. ]
  1068. )
  1069. };
  1070. characterMakers["Gael'Rathus"] = () => {
  1071. return makeCharacter(
  1072. "Gael'Rathus",
  1073. "Kurrikage",
  1074. {
  1075. front: {
  1076. height: math.unit(2, "meter"),
  1077. weight: math.unit(90, "kg"),
  1078. name: "Front",
  1079. image: {
  1080. source: "./media/characters/gael'rathus/front.svg"
  1081. }
  1082. },
  1083. frontAlt: {
  1084. height: math.unit(2, "meter"),
  1085. weight: math.unit(90, "kg"),
  1086. name: "Front (alt)",
  1087. image: {
  1088. source: "./media/characters/gael'rathus/front-alt.svg"
  1089. }
  1090. },
  1091. frontAlt2: {
  1092. height: math.unit(2, "meter"),
  1093. weight: math.unit(90, "kg"),
  1094. name: "Front (alt 2)",
  1095. image: {
  1096. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1097. }
  1098. }
  1099. },
  1100. [
  1101. {
  1102. name: "Normal",
  1103. height: math.unit(9, "feet"),
  1104. default: true
  1105. },
  1106. {
  1107. name: "Large",
  1108. height: math.unit(25, "feet")
  1109. },
  1110. {
  1111. name: "Macro",
  1112. height: math.unit(0.25, "miles")
  1113. },
  1114. {
  1115. name: "Megamacro",
  1116. height: math.unit(10, "miles")
  1117. }
  1118. ]
  1119. )
  1120. };
  1121. characterMakers["Sosha"] = () => {
  1122. return makeCharacter(
  1123. "Sosha",
  1124. "Sdocat",
  1125. {
  1126. side: {
  1127. height: math.unit(2, "meter"),
  1128. weight: math.unit(140, "kg"),
  1129. name: "Side",
  1130. image: {
  1131. source: "./media/characters/sosha/side.svg",
  1132. bottom: 0.042
  1133. }
  1134. },
  1135. },
  1136. [
  1137. {
  1138. name: "Normal",
  1139. height: math.unit(12, "feet"),
  1140. default: true
  1141. }
  1142. ]
  1143. )
  1144. };
  1145. characterMakers["RuNNoLa"] = () => {
  1146. return makeCharacter(
  1147. "RuNNoLa",
  1148. "RuNNoLa",
  1149. {
  1150. side: {
  1151. height: math.unit(5 + 5/12, "feet"),
  1152. weight: math.unit(170, "kg"),
  1153. name: "Side",
  1154. image: {
  1155. source: "./media/characters/runnola/side.svg",
  1156. extra: 741/448,
  1157. bottom: 0.05
  1158. }
  1159. },
  1160. },
  1161. [
  1162. {
  1163. name: "Small",
  1164. height: math.unit(3, "feet")
  1165. },
  1166. {
  1167. name: "Normal",
  1168. height: math.unit(5 + 5/12, "feet"),
  1169. default: true
  1170. },
  1171. {
  1172. name: "Big",
  1173. height: math.unit(10, "feet")
  1174. },
  1175. ]
  1176. )
  1177. };
  1178. characterMakers["Kurribird"] = () => {
  1179. return makeCharacter(
  1180. "Kurribird",
  1181. "Kurrikage",
  1182. {
  1183. front: {
  1184. height: math.unit(2, "meter"),
  1185. weight: math.unit(50, "kg"),
  1186. name: "Front",
  1187. image: {
  1188. source: "./media/characters/kurribird/front.svg",
  1189. bottom: 0.015
  1190. }
  1191. },
  1192. frontAlt: {
  1193. height: math.unit(1.5, "meter"),
  1194. weight: math.unit(50, "kg"),
  1195. name: "Front (Alt)",
  1196. image: {
  1197. source: "./media/characters/kurribird/front-alt.svg",
  1198. extra: 1.45
  1199. }
  1200. },
  1201. },
  1202. [
  1203. {
  1204. name: "Normal",
  1205. height: math.unit(7, "feet")
  1206. },
  1207. {
  1208. name: "Big",
  1209. height: math.unit(12, "feet"),
  1210. default: true
  1211. },
  1212. {
  1213. name: "Macro",
  1214. height: math.unit(1500, "feet")
  1215. },
  1216. {
  1217. name: "Megamacro",
  1218. height: math.unit(2, "miles")
  1219. }
  1220. ]
  1221. )
  1222. };
  1223. characterMakers["Elbial"] = () => {
  1224. return makeCharacter(
  1225. "Elbial",
  1226. "Neopuc",
  1227. {
  1228. front: {
  1229. height: math.unit(2, "meter"),
  1230. weight: math.unit(80, "kg"),
  1231. name: "Front",
  1232. image: {
  1233. source: "./media/characters/elbial/front.svg"
  1234. }
  1235. },
  1236. side: {
  1237. height: math.unit(2, "meter"),
  1238. weight: math.unit(80, "kg"),
  1239. name: "Side",
  1240. image: {
  1241. source: "./media/characters/elbial/side.svg"
  1242. }
  1243. },
  1244. back: {
  1245. height: math.unit(2, "meter"),
  1246. weight: math.unit(80, "kg"),
  1247. name: "Back",
  1248. image: {
  1249. source: "./media/characters/elbial/back.svg"
  1250. }
  1251. },
  1252. },
  1253. [
  1254. {
  1255. name: "Large",
  1256. height: math.unit(100, "feet")
  1257. },
  1258. {
  1259. name: "Macro",
  1260. height: math.unit(500, "feet"),
  1261. default: true
  1262. },
  1263. {
  1264. name: "Megamacro",
  1265. height: math.unit(10, "miles")
  1266. },
  1267. {
  1268. name: "Gigamacro",
  1269. height: math.unit(25000, "miles")
  1270. },
  1271. {
  1272. name: "Full-Size",
  1273. height: math.unit(8000000, "gigaparsecs")
  1274. }
  1275. ]
  1276. )
  1277. };
  1278. characterMakers["Noah"] = () => {
  1279. return makeCharacter(
  1280. "Noah",
  1281. "Neopuc",
  1282. {
  1283. front: {
  1284. height: math.unit(2, "meter"),
  1285. weight: math.unit(60, "kg"),
  1286. name: "Front",
  1287. image: {
  1288. source: "./media/characters/noah/front.svg"
  1289. }
  1290. },
  1291. talons: {
  1292. height: math.unit(0.315, "meter"),
  1293. name: "Talons",
  1294. image: {
  1295. source: "./media/characters/noah/talons.svg"
  1296. }
  1297. }
  1298. },
  1299. [
  1300. {
  1301. name: "Large",
  1302. height: math.unit(50, "feet")
  1303. },
  1304. {
  1305. name: "Macro",
  1306. height: math.unit(750, "feet"),
  1307. default: true
  1308. },
  1309. {
  1310. name: "Megamacro",
  1311. height: math.unit(50, "miles")
  1312. },
  1313. {
  1314. name: "Gigamacro",
  1315. height: math.unit(100000, "miles")
  1316. },
  1317. {
  1318. name: "Full-Size",
  1319. height: math.unit(3000000000, "miles")
  1320. }
  1321. ]
  1322. )
  1323. };
  1324. characterMakers["Natalya"] = () => {
  1325. return makeCharacter(
  1326. "Natalya",
  1327. "Neopuc",
  1328. {
  1329. front: {
  1330. height: math.unit(2, "meter"),
  1331. weight: math.unit(80, "kg"),
  1332. name: "Front",
  1333. image: {
  1334. source: "./media/characters/natalya/front.svg"
  1335. }
  1336. },
  1337. back: {
  1338. height: math.unit(2, "meter"),
  1339. weight: math.unit(80, "kg"),
  1340. name: "Back",
  1341. image: {
  1342. source: "./media/characters/natalya/back.svg"
  1343. }
  1344. }
  1345. },
  1346. [
  1347. {
  1348. name: "Normal",
  1349. height: math.unit(150, "feet"),
  1350. default: true
  1351. },
  1352. {
  1353. name: "Megamacro",
  1354. height: math.unit(5, "miles")
  1355. },
  1356. {
  1357. name: "Full-Size",
  1358. height: math.unit(600, "kiloparsecs")
  1359. }
  1360. ]
  1361. )
  1362. };
  1363. characterMakers["Erestrebah"] = () => {
  1364. return makeCharacter(
  1365. "Erestrebah",
  1366. "Kurrikage",
  1367. {
  1368. front: {
  1369. height: math.unit(2, "meter"),
  1370. weight: math.unit(50, "kg"),
  1371. name: "Front",
  1372. image: {
  1373. source: "./media/characters/erestrebah/front.svg",
  1374. extra: 208/193,
  1375. bottom: 0.055
  1376. }
  1377. },
  1378. back: {
  1379. height: math.unit(2, "meter"),
  1380. weight: math.unit(50, "kg"),
  1381. name: "Back",
  1382. image: {
  1383. source: "./media/characters/erestrebah/back.svg",
  1384. extra: 1.3
  1385. }
  1386. }
  1387. },
  1388. [
  1389. {
  1390. name: "Normal",
  1391. height: math.unit(10, "feet")
  1392. },
  1393. {
  1394. name: "Large",
  1395. height: math.unit(50, "feet"),
  1396. default: true
  1397. },
  1398. {
  1399. name: "Macro",
  1400. height: math.unit(300, "feet")
  1401. },
  1402. {
  1403. name: "Macro+",
  1404. height: math.unit(750, "feet")
  1405. },
  1406. {
  1407. name: "Megamacro",
  1408. height: math.unit(3, "miles")
  1409. }
  1410. ]
  1411. )
  1412. };
  1413. characterMakers["Jennifer"] = () => {
  1414. return makeCharacter(
  1415. "Jennifer",
  1416. "Neopuc",
  1417. {
  1418. front: {
  1419. height: math.unit(2, "meter"),
  1420. weight: math.unit(80, "kg"),
  1421. name: "Front",
  1422. image: {
  1423. source: "./media/characters/jennifer/front.svg",
  1424. bottom: 0.11,
  1425. extra: 1.16
  1426. }
  1427. },
  1428. frontAlt: {
  1429. height: math.unit(2, "meter"),
  1430. weight: math.unit(80, "kg"),
  1431. name: "Front (Alt)",
  1432. image: {
  1433. source: "./media/characters/jennifer/front-alt.svg"
  1434. }
  1435. }
  1436. },
  1437. [
  1438. {
  1439. name: "Canon Height",
  1440. height: math.unit(120, "feet"),
  1441. default: true
  1442. },
  1443. {
  1444. name: "Macro+",
  1445. height: math.unit(300, "feet")
  1446. },
  1447. {
  1448. name: "Megamacro",
  1449. height: math.unit(20000, "feet")
  1450. }
  1451. ]
  1452. )
  1453. };
  1454. characterMakers["Kalista"] = () => {
  1455. return makeCharacter(
  1456. "Kalista",
  1457. "Kalista",
  1458. {
  1459. front: {
  1460. height: math.unit(2, "meter"),
  1461. weight: math.unit(50, "kg"),
  1462. name: "Front",
  1463. image: {
  1464. source: "./media/characters/kalista/front.svg",
  1465. extra: 1947/1700
  1466. }
  1467. },
  1468. back: {
  1469. height: math.unit(2, "meter"),
  1470. weight: math.unit(50, "kg"),
  1471. name: "Back",
  1472. image: {
  1473. source: "./media/characters/kalista/back.svg",
  1474. extra: 1366/1156
  1475. }
  1476. }
  1477. },
  1478. [
  1479. {
  1480. name: "Uncomfortably Small",
  1481. height: math.unit(10, "feet")
  1482. },
  1483. {
  1484. name: "Small",
  1485. height: math.unit(30, "feet")
  1486. },
  1487. {
  1488. name: "Macro",
  1489. height: math.unit(100, "feet"),
  1490. default: true
  1491. },
  1492. {
  1493. name: "Macro+",
  1494. height: math.unit(2000, "feet")
  1495. },
  1496. {
  1497. name: "True Form",
  1498. height: math.unit(8924, "miles")
  1499. }
  1500. ]
  1501. )
  1502. };
  1503. characterMakers["GiantGrowingVixen"] = () => {
  1504. return makeCharacter(
  1505. "GiantGrowingVixen",
  1506. "GiantGrowingVixen",
  1507. {
  1508. front: {
  1509. height: math.unit(2, "meter"),
  1510. weight: math.unit(120, "kg"),
  1511. name: "Front",
  1512. image: {
  1513. source: "./media/characters/ggv/front.svg"
  1514. }
  1515. },
  1516. side: {
  1517. height: math.unit(2, "meter"),
  1518. weight: math.unit(120, "kg"),
  1519. name: "Side",
  1520. image: {
  1521. source: "./media/characters/ggv/side.svg"
  1522. }
  1523. }
  1524. },
  1525. [
  1526. {
  1527. name: "Extremely Puny",
  1528. height: math.unit(9 + 5 / 12, "feet")
  1529. },
  1530. {
  1531. name: "Horribly Small",
  1532. height: math.unit(47.7, "miles"),
  1533. default: true
  1534. },
  1535. {
  1536. name: "Reasonably Sized",
  1537. height: math.unit(25000, "parsecs")
  1538. },
  1539. {
  1540. name: "Slightly Uncompressed",
  1541. height: math.unit(7.77e31, "parsecs")
  1542. },
  1543. {
  1544. name: "Omniversal",
  1545. height: math.unit(1e300, "meters")
  1546. },
  1547. ]
  1548. )
  1549. };
  1550. characterMakers["Napalm"] = () => {
  1551. return makeCharacter(
  1552. "Napalm",
  1553. "RathDaKrogan",
  1554. {
  1555. front: {
  1556. height: math.unit(2, "meter"),
  1557. weight: math.unit(75, "lb"),
  1558. name: "Front",
  1559. image: {
  1560. source: "./media/characters/napalm/front.svg"
  1561. }
  1562. },
  1563. back: {
  1564. height: math.unit(2, "meter"),
  1565. weight: math.unit(75, "lb"),
  1566. name: "Back",
  1567. image: {
  1568. source: "./media/characters/napalm/back.svg"
  1569. }
  1570. }
  1571. },
  1572. [
  1573. {
  1574. name: "Standard",
  1575. height: math.unit(55, "feet"),
  1576. default: true
  1577. }
  1578. ]
  1579. )
  1580. };
  1581. characterMakers["Asana"] = () => {
  1582. return makeCharacter(
  1583. "Asana",
  1584. "Asana",
  1585. {
  1586. front: {
  1587. height: math.unit(7 + 5 / 6, "feet"),
  1588. weight: math.unit(325, "lb"),
  1589. name: "Front",
  1590. image: {
  1591. source: "./media/characters/asana/front.svg",
  1592. extra: 1128 / 1068
  1593. }
  1594. },
  1595. back: {
  1596. height: math.unit(7 + 5 / 6, "feet"),
  1597. weight: math.unit(325, "lb"),
  1598. name: "Back",
  1599. image: {
  1600. source: "./media/characters/asana/back.svg",
  1601. extra: 1128 / 1068
  1602. }
  1603. },
  1604. },
  1605. [
  1606. {
  1607. name: "Standard",
  1608. height: math.unit(7 + 5 / 6, "feet"),
  1609. default: true
  1610. },
  1611. {
  1612. name: "Large",
  1613. height: math.unit(10, "meters")
  1614. },
  1615. {
  1616. name: "Macro",
  1617. height: math.unit(2500, "meters")
  1618. },
  1619. {
  1620. name: "Megamacro",
  1621. height: math.unit(5e6, "meters")
  1622. },
  1623. {
  1624. name: "Examacro",
  1625. height: math.unit(5e12, "lightyears")
  1626. },
  1627. {
  1628. name: "Max Size",
  1629. height: math.unit(1e31, "lightyears")
  1630. }
  1631. ]
  1632. )
  1633. };
  1634. characterMakers["Ebony"] = () => {
  1635. return makeCharacter(
  1636. "Ebony",
  1637. "Lazerwolf",
  1638. {
  1639. front: {
  1640. height: math.unit(2, "meter"),
  1641. weight: math.unit(60, "kg"),
  1642. name: "Front",
  1643. image: {
  1644. source: "./media/characters/ebony/front.svg",
  1645. bottom: 0.03,
  1646. extra: 1045 / 810 + 0.03
  1647. }
  1648. },
  1649. side: {
  1650. height: math.unit(2, "meter"),
  1651. weight: math.unit(60, "kg"),
  1652. name: "Side",
  1653. image: {
  1654. source: "./media/characters/ebony/side.svg",
  1655. bottom: 0.03,
  1656. extra: 1045 / 810 + 0.03
  1657. }
  1658. },
  1659. back: {
  1660. height: math.unit(2, "meter"),
  1661. weight: math.unit(60, "kg"),
  1662. name: "Back",
  1663. image: {
  1664. source: "./media/characters/ebony/back.svg",
  1665. bottom: 0.01,
  1666. extra: 1045 / 810 + 0.01
  1667. }
  1668. },
  1669. },
  1670. [
  1671. // TODO check why I did this lol
  1672. {
  1673. name: "Standard",
  1674. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1675. default: true
  1676. },
  1677. {
  1678. name: "Macro",
  1679. height: math.unit(200, "feet")
  1680. },
  1681. {
  1682. name: "Gigamacro",
  1683. height: math.unit(13000, "km")
  1684. }
  1685. ]
  1686. )
  1687. };
  1688. characterMakers["Mountain"] = () => {
  1689. return makeCharacter(
  1690. "Mountain",
  1691. "Asana",
  1692. {
  1693. front: {
  1694. height: math.unit(6, "feet"),
  1695. weight: math.unit(175, "lb"),
  1696. name: "Front",
  1697. image: {
  1698. source: "./media/characters/mountain/front.svg"
  1699. }
  1700. },
  1701. back: {
  1702. height: math.unit(6, "feet"),
  1703. weight: math.unit(175, "lb"),
  1704. name: "Back",
  1705. image: {
  1706. source: "./media/characters/mountain/back.svg"
  1707. }
  1708. },
  1709. },
  1710. [
  1711. {
  1712. name: "Large",
  1713. height: math.unit(20, "meters")
  1714. },
  1715. {
  1716. name: "Macro",
  1717. height: math.unit(300, "meters")
  1718. },
  1719. {
  1720. name: "Gigamacro",
  1721. height: math.unit(10000, "km"),
  1722. default: true
  1723. },
  1724. {
  1725. name: "Examacro",
  1726. height: math.unit(10e9, "lightyears")
  1727. }
  1728. ]
  1729. )
  1730. };
  1731. characterMakers["Rick"] = () => {
  1732. return makeCharacter(
  1733. "Rick",
  1734. "Victni",
  1735. {
  1736. front: {
  1737. height: math.unit(8, "feet"),
  1738. weight: math.unit(500, "lb"),
  1739. name: "Front",
  1740. image: {
  1741. source: "./media/characters/rick/front.svg"
  1742. }
  1743. }
  1744. },
  1745. [
  1746. {
  1747. name: "Normal",
  1748. height: math.unit(8, "feet"),
  1749. default: true
  1750. },
  1751. {
  1752. name: "Macro",
  1753. height: math.unit(5, "km")
  1754. }
  1755. ]
  1756. )
  1757. };
  1758. characterMakers["Ona"] = () => {
  1759. return makeCharacter(
  1760. "Ona",
  1761. "Arrogance127",
  1762. {
  1763. front: {
  1764. height: math.unit(8, "feet"),
  1765. weight: math.unit(120, "lb"),
  1766. name: "Front",
  1767. image: {
  1768. source: "./media/characters/ona/front.svg"
  1769. }
  1770. },
  1771. frontAlt: {
  1772. height: math.unit(8, "feet"),
  1773. weight: math.unit(120, "lb"),
  1774. name: "Front (Alt)",
  1775. image: {
  1776. source: "./media/characters/ona/front-alt.svg"
  1777. }
  1778. },
  1779. back: {
  1780. height: math.unit(8, "feet"),
  1781. weight: math.unit(120, "lb"),
  1782. name: "Back",
  1783. image: {
  1784. source: "./media/characters/ona/back.svg"
  1785. }
  1786. },
  1787. foot: {
  1788. height: math.unit(1.1, "feet"),
  1789. name: "Foot",
  1790. image: {
  1791. source: "./media/characters/ona/foot.svg"
  1792. }
  1793. }
  1794. },
  1795. [
  1796. {
  1797. name: "Megamacro",
  1798. height: math.unit(70, "km"),
  1799. default: true
  1800. },
  1801. {
  1802. name: "Gigamacro",
  1803. height: math.unit(681818, "miles")
  1804. },
  1805. {
  1806. name: "Examacro",
  1807. height: math.unit(3800000, "lightyears")
  1808. },
  1809. ]
  1810. )
  1811. };
  1812. characterMakers["Mech"] = () => {
  1813. return makeCharacter(
  1814. "Mech",
  1815. "mechEdragon",
  1816. {
  1817. front: {
  1818. height: math.unit(12, "feet"),
  1819. weight: math.unit(3000, "lb"),
  1820. name: "Front",
  1821. image: {
  1822. source: "./media/characters/mech/front.svg",
  1823. bottom: 0.025,
  1824. }
  1825. },
  1826. back: {
  1827. height: math.unit(12, "feet"),
  1828. weight: math.unit(3000, "lb"),
  1829. name: "Back",
  1830. image: {
  1831. source: "./media/characters/mech/back.svg",
  1832. bottom: 0.03,
  1833. }
  1834. }
  1835. },
  1836. [
  1837. {
  1838. name: "Normal",
  1839. height: math.unit(12, "feet")
  1840. },
  1841. {
  1842. name: "Macro",
  1843. height: math.unit(300, "feet"),
  1844. default: true
  1845. },
  1846. {
  1847. name: "Macro+",
  1848. height: math.unit(1500, "feet")
  1849. },
  1850. ]
  1851. )
  1852. };
  1853. characterMakers["Gregory"] = () => {
  1854. return makeCharacter(
  1855. "Gregory",
  1856. "GregoryKlippenspringer",
  1857. {
  1858. front: {
  1859. height: math.unit(1.3, "meter"),
  1860. weight: math.unit(30, "kg"),
  1861. name: "Front",
  1862. image: {
  1863. source: "./media/characters/gregory/front.svg",
  1864. }
  1865. }
  1866. },
  1867. [
  1868. {
  1869. name: "Normal",
  1870. height: math.unit(1.3, "meter"),
  1871. default: true
  1872. },
  1873. {
  1874. name: "Macro",
  1875. height: math.unit(20, "meter")
  1876. }
  1877. ]
  1878. )
  1879. };
  1880. characterMakers["Elory"] = () => {
  1881. return makeCharacter(
  1882. "Elory",
  1883. "GregoryKlippenspringer",
  1884. {
  1885. front: {
  1886. height: math.unit(2.8, "meter"),
  1887. weight: math.unit(200, "kg"),
  1888. name: "Front",
  1889. image: {
  1890. source: "./media/characters/elory/front.svg",
  1891. }
  1892. }
  1893. },
  1894. [
  1895. {
  1896. name: "Normal",
  1897. height: math.unit(2.8, "meter"),
  1898. default: true
  1899. },
  1900. {
  1901. name: "Macro",
  1902. height: math.unit(38, "meter")
  1903. }
  1904. ]
  1905. )
  1906. };
  1907. characterMakers["Angelpatamon"] = () => {
  1908. return makeCharacter(
  1909. "Angelpatamon",
  1910. "GregoryKlippenspringer",
  1911. {
  1912. front: {
  1913. height: math.unit(470, "feet"),
  1914. weight: math.unit(924, "tons"),
  1915. name: "Front",
  1916. image: {
  1917. source: "./media/characters/angelpatamon/front.svg",
  1918. }
  1919. }
  1920. },
  1921. [
  1922. {
  1923. name: "Normal",
  1924. height: math.unit(470, "feet"),
  1925. default: true
  1926. },
  1927. {
  1928. name: "Deity Size I",
  1929. height: math.unit(28651.2, "km")
  1930. },
  1931. {
  1932. name: "Deity Size II",
  1933. height: math.unit(171907.2, "km")
  1934. }
  1935. ]
  1936. )
  1937. };
  1938. characterMakers["Cryae"] = () => {
  1939. return makeCharacter(
  1940. "Cryae",
  1941. "GregoryKlippenspringer",
  1942. {
  1943. side: {
  1944. height: math.unit(7.2, "meter"),
  1945. weight: math.unit(8.2, "tons"),
  1946. name: "Side",
  1947. image: {
  1948. source: "./media/characters/cryae/side.svg",
  1949. extra: 3500 / 1500
  1950. }
  1951. }
  1952. },
  1953. [
  1954. {
  1955. name: "Normal",
  1956. height: math.unit(7.2, "meter"),
  1957. default: true
  1958. }
  1959. ]
  1960. )
  1961. };
  1962. characterMakers["Xera"] = () => {
  1963. return makeCharacter(
  1964. "Xera",
  1965. "Asana",
  1966. {
  1967. front: {
  1968. height: math.unit(6, "feet"),
  1969. weight: math.unit(175, "lb"),
  1970. name: "Front",
  1971. image: {
  1972. source: "./media/characters/xera/front.svg",
  1973. extra: 2300 / 2061
  1974. }
  1975. },
  1976. side: {
  1977. height: math.unit(6, "feet"),
  1978. weight: math.unit(175, "lb"),
  1979. name: "Side",
  1980. image: {
  1981. source: "./media/characters/xera/side.svg",
  1982. extra: 2300 / 2061
  1983. }
  1984. },
  1985. back: {
  1986. height: math.unit(6, "feet"),
  1987. weight: math.unit(175, "lb"),
  1988. name: "Back",
  1989. image: {
  1990. source: "./media/characters/xera/back.svg"
  1991. }
  1992. },
  1993. },
  1994. [
  1995. {
  1996. name: "Small",
  1997. height: math.unit(10, "feet")
  1998. },
  1999. {
  2000. name: "Macro",
  2001. height: math.unit(500, "meters"),
  2002. default: true
  2003. },
  2004. {
  2005. name: "Macro+",
  2006. height: math.unit(10, "km")
  2007. },
  2008. {
  2009. name: "Gigamacro",
  2010. height: math.unit(25000, "km")
  2011. },
  2012. {
  2013. name: "Teramacro",
  2014. height: math.unit(3e6, "km")
  2015. }
  2016. ]
  2017. )
  2018. };
  2019. characterMakers["Nebula"] = () => {
  2020. return makeCharacter(
  2021. "Nebula",
  2022. "Cilenomon",
  2023. {
  2024. front: {
  2025. height: math.unit(6, "feet"),
  2026. weight: math.unit(175, "lb"),
  2027. name: "Front",
  2028. image: {
  2029. source: "./media/characters/nebula/front.svg",
  2030. extra: 2600 / 2450
  2031. }
  2032. }
  2033. },
  2034. [
  2035. {
  2036. name: "Small",
  2037. height: math.unit(4.5, "meters")
  2038. },
  2039. {
  2040. name: "Macro",
  2041. height: math.unit(1500, "meters"),
  2042. default: true
  2043. },
  2044. {
  2045. name: "Megamacro",
  2046. height: math.unit(150, "km")
  2047. },
  2048. {
  2049. name: "Gigamacro",
  2050. height: math.unit(27000, "km")
  2051. }
  2052. ]
  2053. )
  2054. };
  2055. characterMakers["Abysgar"] = () => {
  2056. return makeCharacter(
  2057. "Abysgar",
  2058. "Cilenomon",
  2059. {
  2060. front: {
  2061. height: math.unit(6, "feet"),
  2062. weight: math.unit(225, "lb"),
  2063. name: "Front",
  2064. image: {
  2065. source: "./media/characters/abysgar/front.svg"
  2066. }
  2067. }
  2068. },
  2069. [
  2070. {
  2071. name: "Small",
  2072. height: math.unit(4.5, "meters")
  2073. },
  2074. {
  2075. name: "Macro",
  2076. height: math.unit(1250, "meters"),
  2077. default: true
  2078. },
  2079. {
  2080. name: "Megamacro",
  2081. height: math.unit(125, "km")
  2082. },
  2083. {
  2084. name: "Gigamacro",
  2085. height: math.unit(26000, "km")
  2086. }
  2087. ]
  2088. )
  2089. };
  2090. characterMakers["Yakuz"] = () => {
  2091. return makeCharacter(
  2092. "Yakuz",
  2093. "Cilenomon",
  2094. {
  2095. front: {
  2096. height: math.unit(6, "feet"),
  2097. weight: math.unit(180, "lb"),
  2098. name: "Front",
  2099. image: {
  2100. source: "./media/characters/yakuz/front.svg"
  2101. }
  2102. }
  2103. },
  2104. [
  2105. {
  2106. name: "Small",
  2107. height: math.unit(5, "meters")
  2108. },
  2109. {
  2110. name: "Macro",
  2111. height: math.unit(1500, "meters"),
  2112. default: true
  2113. },
  2114. {
  2115. name: "Megamacro",
  2116. height: math.unit(200, "km")
  2117. },
  2118. {
  2119. name: "Gigamacro",
  2120. height: math.unit(100000, "km")
  2121. }
  2122. ]
  2123. )
  2124. };
  2125. characterMakers["Mirova"] = () => {
  2126. return makeCharacter(
  2127. "Mirova",
  2128. "Cilenomon",
  2129. {
  2130. front: {
  2131. height: math.unit(6, "feet"),
  2132. weight: math.unit(175, "lb"),
  2133. name: "Front",
  2134. image: {
  2135. source: "./media/characters/mirova/front.svg"
  2136. }
  2137. }
  2138. },
  2139. [
  2140. {
  2141. name: "Small",
  2142. height: math.unit(5, "meters")
  2143. },
  2144. {
  2145. name: "Macro",
  2146. height: math.unit(900, "meters"),
  2147. default: true
  2148. },
  2149. {
  2150. name: "Megamacro",
  2151. height: math.unit(135, "km")
  2152. },
  2153. {
  2154. name: "Gigamacro",
  2155. height: math.unit(20000, "km")
  2156. }
  2157. ]
  2158. )
  2159. };
  2160. characterMakers["Asana (Mech)"] = () => {
  2161. return makeCharacter(
  2162. "Asana (Mech)",
  2163. "Asana",
  2164. {
  2165. side: {
  2166. height: math.unit(28.35, "feet"),
  2167. weight: math.unit(99.75, "tons"),
  2168. name: "Side",
  2169. image: {
  2170. source: "./media/characters/asana-mech/side.svg"
  2171. }
  2172. }
  2173. },
  2174. [
  2175. {
  2176. name: "Normal",
  2177. height: math.unit(28.35, "feet"),
  2178. default: true
  2179. },
  2180. {
  2181. name: "Macro",
  2182. height: math.unit(2500, "feet")
  2183. },
  2184. {
  2185. name: "Megamacro",
  2186. height: math.unit(25, "miles")
  2187. },
  2188. {
  2189. name: "Examacro",
  2190. height: math.unit(6e8, "lightyears")
  2191. },
  2192. ]
  2193. )
  2194. };
  2195. characterMakers["Ashtrek"] = () => {
  2196. return makeCharacter(
  2197. "Ashtrek",
  2198. "Ashtrek",
  2199. {
  2200. front: {
  2201. height: math.unit(2, "meters"),
  2202. weight: math.unit(70, "kg"),
  2203. name: "Front",
  2204. image: {
  2205. source: "./media/characters/ashtrek/front.svg",
  2206. extra: 560/524 ,
  2207. bottom: 0.01
  2208. }
  2209. },
  2210. frontArmor: {
  2211. height: math.unit(2, "meters"),
  2212. weight: math.unit(76, "kg"),
  2213. name: "Front (Armor)",
  2214. image: {
  2215. source: "./media/characters/ashtrek/front-armor.svg",
  2216. extra: 561/527 ,
  2217. bottom: 0.01
  2218. }
  2219. },
  2220. side: {
  2221. height: math.unit(2, "meters"),
  2222. weight: math.unit(70, "kg"),
  2223. name: "Side",
  2224. image: {
  2225. source: "./media/characters/ashtrek/side.svg",
  2226. extra: 1717/1609 ,
  2227. bottom: 0.005
  2228. }
  2229. },
  2230. back: {
  2231. height: math.unit(2, "meters"),
  2232. weight: math.unit(70, "kg"),
  2233. name: "Back",
  2234. image: {
  2235. source: "./media/characters/ashtrek/back.svg",
  2236. extra: 1570/1501
  2237. }
  2238. },
  2239. },
  2240. [
  2241. {
  2242. name: "DEFCON 5",
  2243. height: math.unit(5, "meters")
  2244. },
  2245. {
  2246. name: "DEFCON 4",
  2247. height: math.unit(500, "meters"),
  2248. default: true
  2249. },
  2250. {
  2251. name: "DEFCON 3",
  2252. height: math.unit(5, "km")
  2253. },
  2254. {
  2255. name: "DEFCON 2",
  2256. height: math.unit(500, "km")
  2257. },
  2258. {
  2259. name: "DEFCON 1",
  2260. height: math.unit(500000, "km")
  2261. },
  2262. {
  2263. name: "DEFCON 0",
  2264. height: math.unit(3, "gigaparsecs")
  2265. },
  2266. ]
  2267. )
  2268. };
  2269. characterMakers["Gale"] = () => {
  2270. return makeCharacter(
  2271. "Gale",
  2272. "GaleFierre",
  2273. {
  2274. front: {
  2275. height: math.unit(2, "meters"),
  2276. weight: math.unit(76, "kg"),
  2277. name: "Front",
  2278. image: {
  2279. source: "./media/characters/gale/front.svg"
  2280. }
  2281. },
  2282. frontAlt1: {
  2283. height: math.unit(2, "meters"),
  2284. weight: math.unit(76, "kg"),
  2285. name: "Front (Alt 1)",
  2286. image: {
  2287. source: "./media/characters/gale/front-alt-1.svg"
  2288. }
  2289. },
  2290. frontAlt2: {
  2291. height: math.unit(2, "meters"),
  2292. weight: math.unit(76, "kg"),
  2293. name: "Front (Alt 2)",
  2294. image: {
  2295. source: "./media/characters/gale/front-alt-2.svg"
  2296. }
  2297. },
  2298. },
  2299. [
  2300. {
  2301. name: "Normal",
  2302. height: math.unit(7, "feet")
  2303. },
  2304. {
  2305. name: "Macro",
  2306. height: math.unit(150, "feet"),
  2307. default: true
  2308. },
  2309. {
  2310. name: "Macro+",
  2311. height: math.unit(300, "feet")
  2312. },
  2313. ]
  2314. )
  2315. };
  2316. characterMakers["Draylen"] = () => {
  2317. return makeCharacter(
  2318. "Draylen",
  2319. "Longshot Coyote",
  2320. {
  2321. front: {
  2322. height: math.unit(2, "meters"),
  2323. weight: math.unit(76, "kg"),
  2324. name: "Front",
  2325. image: {
  2326. source: "./media/characters/draylen/front.svg"
  2327. }
  2328. }
  2329. },
  2330. [
  2331. {
  2332. name: "Macro",
  2333. height: math.unit(150, "feet"),
  2334. default: true
  2335. }
  2336. ]
  2337. )
  2338. };
  2339. characterMakers["Chez"] = () => {
  2340. return makeCharacter(
  2341. "Chez",
  2342. "Ashtrek",
  2343. {
  2344. front: {
  2345. height: math.unit(7 + 9 / 12, "feet"),
  2346. weight: math.unit(379, "lbs"),
  2347. name: "Front",
  2348. image: {
  2349. source: "./media/characters/chez/front.svg"
  2350. }
  2351. },
  2352. side: {
  2353. height: math.unit(7 + 9 / 12, "feet"),
  2354. weight: math.unit(379, "lbs"),
  2355. name: "Side",
  2356. image: {
  2357. source: "./media/characters/chez/side.svg"
  2358. }
  2359. }
  2360. },
  2361. [
  2362. {
  2363. name: "Normal",
  2364. height: math.unit(7 + 9 / 12, "feet"),
  2365. default: true
  2366. },
  2367. {
  2368. name: "God King",
  2369. height: math.unit(9750000, "meters")
  2370. }
  2371. ]
  2372. )
  2373. };
  2374. characterMakers["Kaylum"] = () => {
  2375. return makeCharacter(
  2376. "Kaylum",
  2377. "DJDarkJaro",
  2378. {
  2379. front: {
  2380. height: math.unit(6, "feet"),
  2381. weight: math.unit(275, "lbs"),
  2382. name: "Front",
  2383. image: {
  2384. source: "./media/characters/kaylum/front.svg",
  2385. bottom: 0.01,
  2386. extra: 1166 / 1031
  2387. }
  2388. },
  2389. frontWingless: {
  2390. height: math.unit(6, "feet"),
  2391. weight: math.unit(275, "lbs"),
  2392. name: "Front (Wingless)",
  2393. image: {
  2394. source: "./media/characters/kaylum/front-wingless.svg",
  2395. bottom: 0.01,
  2396. extra: 1117 / 1031
  2397. }
  2398. }
  2399. },
  2400. [
  2401. {
  2402. name: "Normal",
  2403. height: math.unit(3.05, "meters")
  2404. },
  2405. {
  2406. name: "Master",
  2407. height: math.unit(5.5, "meters")
  2408. },
  2409. {
  2410. name: "Rampage",
  2411. height: math.unit(19, "meters")
  2412. },
  2413. {
  2414. name: "Macro Lite",
  2415. height: math.unit(37, "meters")
  2416. },
  2417. {
  2418. name: "Hyper Predator",
  2419. height: math.unit(61, "meters")
  2420. },
  2421. {
  2422. name: "Macro",
  2423. height: math.unit(138, "meters"),
  2424. default: true
  2425. }
  2426. ]
  2427. )
  2428. };
  2429. characterMakers["Geta"] = () => {
  2430. return makeCharacter(
  2431. "Geta",
  2432. "Aeznon",
  2433. {
  2434. front: {
  2435. height: math.unit(6, "feet"),
  2436. weight: math.unit(150, "lbs"),
  2437. name: "Front",
  2438. image: {
  2439. source: "./media/characters/geta/front.svg"
  2440. }
  2441. }
  2442. },
  2443. [
  2444. {
  2445. name: "Micro",
  2446. height: math.unit(3, "inches"),
  2447. default: true
  2448. },
  2449. {
  2450. name: "Normal",
  2451. height: math.unit(5 + 5 / 12, "feet")
  2452. }
  2453. ]
  2454. )
  2455. };
  2456. characterMakers["Tyrnn"] = () => {
  2457. return makeCharacter(
  2458. "Tyrnn",
  2459. "Tyrnn",
  2460. {
  2461. front: {
  2462. height: math.unit(6, "feet"),
  2463. weight: math.unit(300, "lbs"),
  2464. name: "Front",
  2465. image: {
  2466. source: "./media/characters/tyrnn/front.svg"
  2467. }
  2468. }
  2469. },
  2470. [
  2471. {
  2472. name: "Main Height",
  2473. height: math.unit(355, "feet"),
  2474. default: true
  2475. },
  2476. {
  2477. name: "Fave. Height",
  2478. height: math.unit(2400, "feet")
  2479. }
  2480. ]
  2481. )
  2482. };
  2483. characterMakers["Apple"] = () => {
  2484. return makeCharacter(
  2485. "Apple",
  2486. "Appledectomy",
  2487. {
  2488. front: {
  2489. height: math.unit(6, "feet"),
  2490. weight: math.unit(300, "lbs"),
  2491. name: "Front",
  2492. image: {
  2493. source: "./media/characters/appledectomy/front.svg"
  2494. }
  2495. }
  2496. },
  2497. [
  2498. {
  2499. name: "Macro",
  2500. height: math.unit(2500, "feet")
  2501. },
  2502. {
  2503. name: "Megamacro",
  2504. height: math.unit(50, "miles"),
  2505. default: true
  2506. },
  2507. {
  2508. name: "Gigamacro",
  2509. height: math.unit(5000, "miles")
  2510. },
  2511. {
  2512. name: "Teramacro",
  2513. height: math.unit(250000, "miles")
  2514. },
  2515. ]
  2516. )
  2517. };
  2518. characterMakers["Vulpes"] = () => {
  2519. return makeCharacter(
  2520. "Vulpes",
  2521. "VulpesPawpad",
  2522. {
  2523. front: {
  2524. height: math.unit(6, "feet"),
  2525. weight: math.unit(200, "lbs"),
  2526. name: "Front",
  2527. image: {
  2528. source: "./media/characters/vulpes/front.svg",
  2529. extra: 573/543,
  2530. bottom: 0.033
  2531. }
  2532. },
  2533. side: {
  2534. height: math.unit(6, "feet"),
  2535. weight: math.unit(200, "lbs"),
  2536. name: "Side",
  2537. image: {
  2538. source: "./media/characters/vulpes/side.svg",
  2539. extra: 573/543,
  2540. bottom: 0.01
  2541. }
  2542. },
  2543. back: {
  2544. height: math.unit(6, "feet"),
  2545. weight: math.unit(200, "lbs"),
  2546. name: "Back",
  2547. image: {
  2548. source: "./media/characters/vulpes/back.svg",
  2549. extra: 573/543,
  2550. }
  2551. },
  2552. feet: {
  2553. height: math.unit(1.276, "feet"),
  2554. name: "Feet",
  2555. image: {
  2556. source: "./media/characters/vulpes/feet.svg"
  2557. }
  2558. },
  2559. maw: {
  2560. height: math.unit(1.18, "feet"),
  2561. name: "Maw",
  2562. image: {
  2563. source: "./media/characters/vulpes/maw.svg"
  2564. }
  2565. },
  2566. },
  2567. [
  2568. {
  2569. name: "Micro",
  2570. height: math.unit(2, "inches")
  2571. },
  2572. {
  2573. name: "Normal",
  2574. height: math.unit(6.3, "feet")
  2575. },
  2576. {
  2577. name: "Macro",
  2578. height: math.unit(850, "feet")
  2579. },
  2580. {
  2581. name: "Megamacro",
  2582. height: math.unit(7500, "feet"),
  2583. default: true
  2584. },
  2585. {
  2586. name: "Gigamacro",
  2587. height: math.unit(570000, "miles")
  2588. }
  2589. ]
  2590. )
  2591. };
  2592. characterMakers["Rain Fallen"] = () => {
  2593. return makeCharacter(
  2594. "Rain Fallen",
  2595. "Rain Fallen",
  2596. {
  2597. front: {
  2598. height: math.unit(6, "feet"),
  2599. weight: math.unit(210, "lbs"),
  2600. name: "Front",
  2601. image: {
  2602. source: "./media/characters/rain/front.svg"
  2603. }
  2604. },
  2605. side: {
  2606. height: math.unit(6, "feet"),
  2607. weight: math.unit(210, "lbs"),
  2608. name: "Side",
  2609. image: {
  2610. source: "./media/characters/rain/side.svg"
  2611. }
  2612. },
  2613. back: {
  2614. height: math.unit(6, "feet"),
  2615. weight: math.unit(210, "lbs"),
  2616. name: "Back",
  2617. image: {
  2618. source: "./media/characters/rain/back.svg"
  2619. }
  2620. },
  2621. feral: {
  2622. height: math.unit(9, "feet"),
  2623. weight: math.unit(700, "lbs"),
  2624. name: "Feral",
  2625. image: {
  2626. source: "./media/characters/rain/feral.svg"
  2627. }
  2628. },
  2629. },
  2630. [
  2631. {
  2632. name: "Normal",
  2633. height: math.unit(5, "meter")
  2634. },
  2635. {
  2636. name: "Macro",
  2637. height: math.unit(150, "meter"),
  2638. default: true
  2639. },
  2640. {
  2641. name: "Megamacro",
  2642. height: math.unit(278e6, "meter")
  2643. },
  2644. {
  2645. name: "Gigamacro",
  2646. height: math.unit(2e9, "meter")
  2647. },
  2648. {
  2649. name: "Teramacro",
  2650. height: math.unit(8e12, "meter")
  2651. },
  2652. {
  2653. name: "Devourer",
  2654. height: math.unit(14, "zettameters")
  2655. },
  2656. {
  2657. name: "Scarlet King",
  2658. height: math.unit(18, "yottameters")
  2659. },
  2660. {
  2661. name: "Void",
  2662. height: math.unit(6.66e66, "yottameters")
  2663. }
  2664. ]
  2665. )
  2666. };
  2667. characterMakers["Zaakira"] = () => {
  2668. return makeCharacter(
  2669. "Zaakira",
  2670. "Jazzywolf",
  2671. {
  2672. standing: {
  2673. height: math.unit(6, "feet"),
  2674. weight: math.unit(180, "lbs"),
  2675. name: "Standing",
  2676. image: {
  2677. source: "./media/characters/zaakira/standing.svg"
  2678. }
  2679. },
  2680. laying: {
  2681. height: math.unit(3, "feet"),
  2682. weight: math.unit(180, "lbs"),
  2683. name: "Laying",
  2684. image: {
  2685. source: "./media/characters/zaakira/laying.svg"
  2686. }
  2687. },
  2688. },
  2689. [
  2690. {
  2691. name: "Normal",
  2692. height: math.unit(12, "feet")
  2693. },
  2694. {
  2695. name: "Macro",
  2696. height: math.unit(279, "feet"),
  2697. default: true
  2698. }
  2699. ]
  2700. )
  2701. };
  2702. characterMakers["Sigvald"] = () => {
  2703. return makeCharacter(
  2704. "Sigvald",
  2705. "Sigvald",
  2706. {
  2707. front: {
  2708. height: math.unit(6, "feet"),
  2709. weight: math.unit(250, "lbs"),
  2710. name: "Front",
  2711. image: {
  2712. source: "./media/characters/sigvald/front.svg",
  2713. extra: 1000 / 850
  2714. }
  2715. },
  2716. back: {
  2717. height: math.unit(6, "feet"),
  2718. weight: math.unit(250, "lbs"),
  2719. name: "Back",
  2720. image: {
  2721. source: "./media/characters/sigvald/back.svg"
  2722. }
  2723. },
  2724. },
  2725. [
  2726. {
  2727. name: "Normal",
  2728. height: math.unit(8, "feet")
  2729. },
  2730. {
  2731. name: "Large",
  2732. height: math.unit(12, "feet")
  2733. },
  2734. {
  2735. name: "Larger",
  2736. height: math.unit(20, "feet")
  2737. },
  2738. {
  2739. name: "Macro",
  2740. height: math.unit(150, "feet")
  2741. },
  2742. {
  2743. name: "Macro+",
  2744. height: math.unit(200, "feet"),
  2745. default: true
  2746. },
  2747. ]
  2748. )
  2749. };
  2750. characterMakers["Scott"] = () => {
  2751. return makeCharacter(
  2752. "Scott",
  2753. "Scott",
  2754. {
  2755. side: {
  2756. height: math.unit(12, "feet"),
  2757. weight: math.unit(3000, "lbs"),
  2758. name: "Side",
  2759. image: {
  2760. source: "./media/characters/scott/side.svg",
  2761. extra: 1,
  2762. bottom: 0.069
  2763. }
  2764. },
  2765. upright: {
  2766. height: math.unit(12, "feet"),
  2767. weight: math.unit(3000, "lbs"),
  2768. name: "Upright",
  2769. image: {
  2770. source: "./media/characters/scott/upright.svg",
  2771. extra: 1,
  2772. bottom: 0.05
  2773. }
  2774. },
  2775. },
  2776. [
  2777. {
  2778. name: "Normal",
  2779. height: math.unit(12, "feet"),
  2780. default: true
  2781. },
  2782. ]
  2783. )
  2784. };
  2785. characterMakers["Tobias"] = () => {
  2786. return makeCharacter(
  2787. "Tobias",
  2788. "Tobias",
  2789. {
  2790. side: {
  2791. height: math.unit(8, "meters"),
  2792. weight: math.unit(84755, "lbs"),
  2793. name: "Side",
  2794. image: {
  2795. source: "./media/characters/tobias/side.svg",
  2796. extra: 5 / 4
  2797. }
  2798. },
  2799. },
  2800. [
  2801. {
  2802. name: "Normal",
  2803. height: math.unit(8, "meters"),
  2804. default: true
  2805. },
  2806. ]
  2807. )
  2808. };
  2809. characterMakers["Kieran"] = () => {
  2810. return makeCharacter(
  2811. "Kieran",
  2812. "Kieran",
  2813. {
  2814. front: {
  2815. height: math.unit(5.5, "feet"),
  2816. weight: math.unit(400, "lbs"),
  2817. name: "Front",
  2818. image: {
  2819. source: "./media/characters/kieran/front.svg",
  2820. extra: 1.05
  2821. }
  2822. },
  2823. side: {
  2824. height: math.unit(5.5, "feet"),
  2825. weight: math.unit(400, "lbs"),
  2826. name: "Side",
  2827. image: {
  2828. source: "./media/characters/kieran/side.svg",
  2829. extra: 950 / 850
  2830. }
  2831. },
  2832. },
  2833. [
  2834. {
  2835. name: "Normal",
  2836. height: math.unit(5.5, "feet"),
  2837. default: true
  2838. },
  2839. ]
  2840. )
  2841. };
  2842. characterMakers["Sanya"] = () => {
  2843. return makeCharacter(
  2844. "Sanya",
  2845. "BanterGhost",
  2846. {
  2847. side: {
  2848. height: math.unit(2, "meters"),
  2849. weight: math.unit(70, "kg"),
  2850. name: "Side",
  2851. image: {
  2852. source: "./media/characters/sanya/side.svg",
  2853. bottom: 0.02,
  2854. extra: 1.02
  2855. }
  2856. },
  2857. },
  2858. [
  2859. {
  2860. name: "Small",
  2861. height: math.unit(2, "meters")
  2862. },
  2863. {
  2864. name: "Normal",
  2865. height: math.unit(3, "meters")
  2866. },
  2867. {
  2868. name: "Macro",
  2869. height: math.unit(16, "meters"),
  2870. default: true
  2871. },
  2872. ]
  2873. )
  2874. };
  2875. characterMakers["Miranda"] = () => {
  2876. return makeCharacter(
  2877. "Miranda",
  2878. "MirandaArqayla",
  2879. {
  2880. side: {
  2881. height: math.unit(2, "meters"),
  2882. weight: math.unit(120, "kg"),
  2883. name: "Front",
  2884. image: {
  2885. source: "./media/characters/miranda/front.svg",
  2886. extra: 10.6 / 10
  2887. }
  2888. },
  2889. },
  2890. [
  2891. {
  2892. name: "Normal",
  2893. height: math.unit(10, "feet"),
  2894. default: true
  2895. }
  2896. ]
  2897. )
  2898. };
  2899. characterMakers["James"] = () => {
  2900. return makeCharacter(
  2901. "James",
  2902. "MirandaArqayla",
  2903. {
  2904. side: {
  2905. height: math.unit(2, "meters"),
  2906. weight: math.unit(100, "kg"),
  2907. name: "Front",
  2908. image: {
  2909. source: "./media/characters/james/front.svg",
  2910. extra: 10 / 8.5
  2911. }
  2912. },
  2913. },
  2914. [
  2915. {
  2916. name: "Normal",
  2917. height: math.unit(8.5, "feet"),
  2918. default: true
  2919. }
  2920. ]
  2921. )
  2922. };
  2923. characterMakers["Heather"] = () => {
  2924. return makeCharacter(
  2925. "Heather",
  2926. "MirandaArqayla",
  2927. {
  2928. side: {
  2929. height: math.unit(9.5, "feet"),
  2930. weight: math.unit(2500, "lbs"),
  2931. name: "Side",
  2932. image: {
  2933. source: "./media/characters/heather/side.svg"
  2934. }
  2935. },
  2936. },
  2937. [
  2938. {
  2939. name: "Normal",
  2940. height: math.unit(9.5, "feet"),
  2941. default: true
  2942. }
  2943. ]
  2944. )
  2945. };
  2946. characterMakers["Lukas"] = () => {
  2947. return makeCharacter(
  2948. "Lukas",
  2949. "MirandaArqayla",
  2950. {
  2951. side: {
  2952. height: math.unit(6.5, "feet"),
  2953. weight: math.unit(400, "lbs"),
  2954. name: "Side",
  2955. image: {
  2956. source: "./media/characters/lukas/side.svg",
  2957. extra: 7.25 / 6.5
  2958. }
  2959. },
  2960. },
  2961. [
  2962. {
  2963. name: "Normal",
  2964. height: math.unit(6.5, "feet"),
  2965. default: true
  2966. }
  2967. ]
  2968. )
  2969. };
  2970. characterMakers["Louise"] = () => {
  2971. return makeCharacter(
  2972. "Louise",
  2973. "MirandaArqayla",
  2974. {
  2975. side: {
  2976. height: math.unit(5, "feet"),
  2977. weight: math.unit(3000, "lbs"),
  2978. name: "Side",
  2979. image: {
  2980. source: "./media/characters/louise/side.svg"
  2981. }
  2982. },
  2983. },
  2984. [
  2985. {
  2986. name: "Normal",
  2987. height: math.unit(5, "feet"),
  2988. default: true
  2989. }
  2990. ]
  2991. )
  2992. };
  2993. characterMakers["Ramona"] = () => {
  2994. return makeCharacter(
  2995. "Ramona",
  2996. "ZakuraTech",
  2997. {
  2998. side: {
  2999. height: math.unit(6, "feet"),
  3000. weight: math.unit(150, "lbs"),
  3001. name: "Side",
  3002. image: {
  3003. source: "./media/characters/ramona/side.svg"
  3004. }
  3005. },
  3006. },
  3007. [
  3008. {
  3009. name: "Normal",
  3010. height: math.unit(5.3, "meters"),
  3011. default: true
  3012. },
  3013. {
  3014. name: "Macro",
  3015. height: math.unit(20, "stories")
  3016. },
  3017. {
  3018. name: "Macro+",
  3019. height: math.unit(50, "stories")
  3020. },
  3021. ]
  3022. )
  3023. };
  3024. characterMakers["Deerpuff"] = () => {
  3025. return makeCharacter(
  3026. "Deerpuff",
  3027. "Deerpuff",
  3028. {
  3029. standing: {
  3030. height: math.unit(5.75, "feet"),
  3031. weight: math.unit(160, "lbs"),
  3032. name: "Standing",
  3033. image: {
  3034. source: "./media/characters/deerpuff/standing.svg",
  3035. extra: 682 / 624
  3036. }
  3037. },
  3038. sitting: {
  3039. height: math.unit(5.75 / 1.79, "feet"),
  3040. weight: math.unit(160, "lbs"),
  3041. name: "Sitting",
  3042. image: {
  3043. source: "./media/characters/deerpuff/sitting.svg",
  3044. bottom: 44 / 400,
  3045. extra: 1
  3046. }
  3047. },
  3048. taurLaying: {
  3049. height: math.unit(6, "feet"),
  3050. weight: math.unit(400, "lbs"),
  3051. name: "Taur (Laying)",
  3052. image: {
  3053. source: "./media/characters/deerpuff/taur-laying.svg"
  3054. }
  3055. },
  3056. },
  3057. [
  3058. {
  3059. name: "Puffball",
  3060. height: math.unit(6, "inches")
  3061. },
  3062. {
  3063. name: "Normalpuff",
  3064. height: math.unit(5.75, "feet")
  3065. },
  3066. {
  3067. name: "Macropuff",
  3068. height: math.unit(1500, "feet"),
  3069. default: true
  3070. },
  3071. {
  3072. name: "Megapuff",
  3073. height: math.unit(500, "miles")
  3074. },
  3075. {
  3076. name: "Gigapuff",
  3077. height: math.unit(250000, "miles")
  3078. },
  3079. {
  3080. name: "Omegapuff",
  3081. height: math.unit(1000, "lightyears")
  3082. },
  3083. ]
  3084. )
  3085. };
  3086. characterMakers["Vivian"] = () => {
  3087. return makeCharacter(
  3088. "Vivian",
  3089. "Fauxlacine",
  3090. {
  3091. stomping: {
  3092. height: math.unit(6, "feet"),
  3093. weight: math.unit(170, "lbs"),
  3094. name: "Stomping",
  3095. image: {
  3096. source: "./media/characters/vivian/stomping.svg"
  3097. }
  3098. },
  3099. sitting: {
  3100. height: math.unit(6 / 1.75, "feet"),
  3101. weight: math.unit(170, "lbs"),
  3102. name: "Sitting",
  3103. image: {
  3104. source: "./media/characters/vivian/sitting.svg",
  3105. bottom: 1 / 6.4,
  3106. extra: 1,
  3107. }
  3108. },
  3109. },
  3110. [
  3111. {
  3112. name: "Normal",
  3113. height: math.unit(7, "feet"),
  3114. default: true
  3115. },
  3116. {
  3117. name: "Macro",
  3118. height: math.unit(10, "stories")
  3119. },
  3120. {
  3121. name: "Macro+",
  3122. height: math.unit(30, "stories")
  3123. },
  3124. {
  3125. name: "Megamacro",
  3126. height: math.unit(10, "miles")
  3127. },
  3128. {
  3129. name: "Megamacro+",
  3130. height: math.unit(2750000, "meters")
  3131. },
  3132. ]
  3133. )
  3134. };
  3135. characterMakers["Prince"] = () => {
  3136. return makeCharacter(
  3137. "Prince",
  3138. "Kurrikage",
  3139. {
  3140. front: {
  3141. height: math.unit(6, "feet"),
  3142. weight: math.unit(160, "lbs"),
  3143. name: "Front",
  3144. image: {
  3145. source: "./media/characters/prince/front.svg",
  3146. extra: 3400/3000
  3147. }
  3148. },
  3149. jumping: {
  3150. height: math.unit(6, "feet"),
  3151. weight: math.unit(160, "lbs"),
  3152. name: "Jumping",
  3153. image: {
  3154. source: "./media/characters/prince/jump.svg",
  3155. extra: 2555/2134
  3156. }
  3157. },
  3158. },
  3159. [
  3160. {
  3161. name: "Normal",
  3162. height: math.unit(7.75, "feet"),
  3163. default: true
  3164. },
  3165. {
  3166. name: "Not cute",
  3167. height: math.unit(17, "feet")
  3168. },
  3169. {
  3170. name: "I said NOT",
  3171. height: math.unit(91, "feet")
  3172. },
  3173. {
  3174. name: "Please stop",
  3175. height: math.unit(560, "feet")
  3176. },
  3177. {
  3178. name: "What have you done",
  3179. height: math.unit(2200, "feet")
  3180. },
  3181. {
  3182. name: "Deer God",
  3183. height: math.unit(3.6, "miles")
  3184. },
  3185. ]
  3186. )
  3187. };
  3188. characterMakers["Psymon"] = () => {
  3189. return makeCharacter(
  3190. "Psymon",
  3191. "Kurrikage",
  3192. {
  3193. standing: {
  3194. height: math.unit(6, "feet"),
  3195. weight: math.unit(300, "lbs"),
  3196. name: "Standing",
  3197. image: {
  3198. source: "./media/characters/psymon/standing.svg",
  3199. extra: 1888/1810,
  3200. bottom: 0.05
  3201. }
  3202. },
  3203. slithering: {
  3204. height: math.unit(6, "feet"),
  3205. weight: math.unit(300, "lbs"),
  3206. name: "Slithering",
  3207. image: {
  3208. source: "./media/characters/psymon/slithering.svg",
  3209. extra: 1330/1224
  3210. }
  3211. },
  3212. slitheringAlt: {
  3213. height: math.unit(6, "feet"),
  3214. weight: math.unit(300, "lbs"),
  3215. name: "Slithering (Alt)",
  3216. image: {
  3217. source: "./media/characters/psymon/slithering-alt.svg",
  3218. extra: 1330/1224
  3219. }
  3220. },
  3221. },
  3222. [
  3223. {
  3224. name: "Normal",
  3225. height: math.unit(11.25, "feet"),
  3226. default: true
  3227. },
  3228. {
  3229. name: "Large",
  3230. height: math.unit(27, "feet")
  3231. },
  3232. {
  3233. name: "Giant",
  3234. height: math.unit(87, "feet")
  3235. },
  3236. {
  3237. name: "Macro",
  3238. height: math.unit(365, "feet")
  3239. },
  3240. {
  3241. name: "Megamacro",
  3242. height: math.unit(3, "miles")
  3243. },
  3244. {
  3245. name: "World Serpent",
  3246. height: math.unit(8000, "miles")
  3247. },
  3248. ]
  3249. )
  3250. };
  3251. characterMakers["Daimos"] = () => {
  3252. return makeCharacter(
  3253. "Daimos",
  3254. "Kurrikage",
  3255. {
  3256. front: {
  3257. height: math.unit(6, "feet"),
  3258. weight: math.unit(180, "lbs"),
  3259. name: "Front",
  3260. image: {
  3261. source: "./media/characters/daimos/front.svg",
  3262. extra: 4160/3897,
  3263. bottom: 0.021
  3264. }
  3265. }
  3266. },
  3267. [
  3268. {
  3269. name: "Normal",
  3270. height: math.unit(8, "feet"),
  3271. default: true
  3272. },
  3273. {
  3274. name: "Big Dog",
  3275. height: math.unit(22, "feet")
  3276. },
  3277. {
  3278. name: "Macro",
  3279. height: math.unit(127, "feet")
  3280. },
  3281. {
  3282. name: "Megamacro",
  3283. height: math.unit(3600, "feet")
  3284. },
  3285. ]
  3286. )
  3287. };
  3288. characterMakers["Blake"] = () => {
  3289. return makeCharacter(
  3290. "Blake",
  3291. "Kurrikage",
  3292. {
  3293. side: {
  3294. height: math.unit(6, "feet"),
  3295. weight: math.unit(180, "lbs"),
  3296. name: "Side",
  3297. image: {
  3298. source: "./media/characters/blake/side.svg",
  3299. extra: 1212/1120 ,
  3300. bottom: 0.05
  3301. }
  3302. },
  3303. crouched: {
  3304. height: math.unit(6*0.57, "feet"),
  3305. weight: math.unit(180, "lbs"),
  3306. name: "Crouched",
  3307. image: {
  3308. source: "./media/characters/blake/crouched.svg",
  3309. extra: 840/587 ,
  3310. bottom: 0.04
  3311. }
  3312. },
  3313. bent: {
  3314. height: math.unit(6*0.75, "feet"),
  3315. weight: math.unit(180, "lbs"),
  3316. name: "Bent",
  3317. image: {
  3318. source: "./media/characters/blake/bent.svg",
  3319. extra: 592/544 ,
  3320. bottom: 0.035
  3321. }
  3322. },
  3323. },
  3324. [
  3325. {
  3326. name: "Normal",
  3327. height: math.unit(8 + 1/6, "feet"),
  3328. default: true
  3329. },
  3330. {
  3331. name: "Big Backside",
  3332. height: math.unit(37, "feet")
  3333. },
  3334. {
  3335. name: "Subway Shredder",
  3336. height: math.unit(72, "feet")
  3337. },
  3338. {
  3339. name: "City Carver",
  3340. height: math.unit(1675, "feet")
  3341. },
  3342. {
  3343. name: "Tectonic Tweaker",
  3344. height: math.unit(2300, "miles")
  3345. },
  3346. ]
  3347. )
  3348. };
  3349. characterMakers["Guisetto"] = () => {
  3350. return makeCharacter(
  3351. "Guisetto",
  3352. "Kurrikage",
  3353. {
  3354. front: {
  3355. height: math.unit(6, "feet"),
  3356. weight: math.unit(180, "lbs"),
  3357. name: "Front",
  3358. image: {
  3359. source: "./media/characters/guisetto/front.svg",
  3360. extra: 856/817,
  3361. bottom: 0.06
  3362. }
  3363. },
  3364. airborne: {
  3365. height: math.unit(6, "feet"),
  3366. weight: math.unit(180, "lbs"),
  3367. name: "Airborne",
  3368. image: {
  3369. source: "./media/characters/guisetto/airborne.svg",
  3370. extra: 584/525
  3371. }
  3372. },
  3373. },
  3374. [
  3375. {
  3376. name: "Normal",
  3377. height: math.unit(10 + 11/12, "feet"),
  3378. default: true
  3379. },
  3380. {
  3381. name: "Large",
  3382. height: math.unit(35, "feet")
  3383. },
  3384. {
  3385. name: "Macro",
  3386. height: math.unit(475, "feet")
  3387. },
  3388. ]
  3389. )
  3390. };
  3391. characterMakers["Luxor"] = () => {
  3392. return makeCharacter(
  3393. "Luxor",
  3394. "Kurrikage",
  3395. {
  3396. front: {
  3397. height: math.unit(6, "feet"),
  3398. weight: math.unit(180, "lbs"),
  3399. name: "Front",
  3400. image: {
  3401. source: "./media/characters/luxor/front.svg",
  3402. extra: 2940/2152
  3403. }
  3404. },
  3405. back: {
  3406. height: math.unit(6, "feet"),
  3407. weight: math.unit(180, "lbs"),
  3408. name: "Back",
  3409. image: {
  3410. source: "./media/characters/luxor/back.svg",
  3411. extra: 1083/960
  3412. }
  3413. },
  3414. },
  3415. [
  3416. {
  3417. name: "Normal",
  3418. height: math.unit(5 + 5/6, "feet"),
  3419. default: true
  3420. },
  3421. {
  3422. name: "Lamp",
  3423. height: math.unit(50, "feet")
  3424. },
  3425. {
  3426. name: "Lämp",
  3427. height: math.unit(300, "feet")
  3428. },
  3429. {
  3430. name: "The sun is a lamp",
  3431. height: math.unit(250000, "miles")
  3432. },
  3433. ]
  3434. )
  3435. };
  3436. characterMakers["Huoyan"] = () => {
  3437. return makeCharacter(
  3438. "Huoyan",
  3439. "Kurrikage",
  3440. {
  3441. front: {
  3442. height: math.unit(6, "feet"),
  3443. weight: math.unit(50, "lbs"),
  3444. name: "Front",
  3445. image: {
  3446. source: "./media/characters/huoyan/front.svg"
  3447. }
  3448. },
  3449. side: {
  3450. height: math.unit(6, "feet"),
  3451. weight: math.unit(180, "lbs"),
  3452. name: "Side",
  3453. image: {
  3454. source: "./media/characters/huoyan/side.svg"
  3455. }
  3456. },
  3457. },
  3458. [
  3459. {
  3460. name: "Chef",
  3461. height: math.unit(9, "feet")
  3462. },
  3463. {
  3464. name: "Normal",
  3465. height: math.unit(65, "feet"),
  3466. default: true
  3467. },
  3468. {
  3469. name: "Macro",
  3470. height: math.unit(780, "feet")
  3471. },
  3472. {
  3473. name: "Flaming Mountain",
  3474. height: math.unit(4.8, "miles")
  3475. },
  3476. {
  3477. name: "Celestial",
  3478. height: math.unit(765000, "miles")
  3479. },
  3480. ]
  3481. )
  3482. };
  3483. characterMakers["Tails"] = () => {
  3484. return makeCharacter(
  3485. "Tails",
  3486. "Rainier",
  3487. {
  3488. front: {
  3489. height: math.unit(5 + 3/4, "feet"),
  3490. weight: math.unit(120, "lbs"),
  3491. name: "Front",
  3492. image: {
  3493. source: "./media/characters/tails/front.svg"
  3494. }
  3495. }
  3496. },
  3497. [
  3498. {
  3499. name: "Normal",
  3500. height: math.unit(5 + 3/4, "feet"),
  3501. default: true
  3502. }
  3503. ]
  3504. )
  3505. };
  3506. characterMakers["Rainy"] = () => {
  3507. return makeCharacter(
  3508. "Rainy",
  3509. "Rainier",
  3510. {
  3511. front: {
  3512. height: math.unit(4, "feet"),
  3513. weight: math.unit(50, "lbs"),
  3514. name: "Front",
  3515. image: {
  3516. source: "./media/characters/rainy/front.svg"
  3517. }
  3518. }
  3519. },
  3520. [
  3521. {
  3522. name: "Macro",
  3523. height: math.unit(800, "feet"),
  3524. default: true
  3525. }
  3526. ]
  3527. )
  3528. };
  3529. characterMakers["Rainier"] = () => {
  3530. return makeCharacter(
  3531. "Rainier",
  3532. "Rainier",
  3533. {
  3534. front: {
  3535. height: math.unit(6, "feet"),
  3536. weight: math.unit(150, "lbs"),
  3537. name: "Front",
  3538. image: {
  3539. source: "./media/characters/rainier/front.svg"
  3540. }
  3541. }
  3542. },
  3543. [
  3544. {
  3545. name: "Micro",
  3546. height: math.unit(2, "mm"),
  3547. default: true
  3548. }
  3549. ]
  3550. )
  3551. };
  3552. characterMakers["Andy"] = () => {
  3553. return makeCharacter(
  3554. "Andy",
  3555. "drewbermeister",
  3556. {
  3557. front: {
  3558. height: math.unit(6, "feet"),
  3559. weight: math.unit(180, "lbs"),
  3560. name: "Front",
  3561. image: {
  3562. source: "./media/characters/andy/front.svg"
  3563. }
  3564. }
  3565. },
  3566. [
  3567. {
  3568. name: "Normal",
  3569. height: math.unit(8, "feet"),
  3570. default: true
  3571. },
  3572. {
  3573. name: "Macro",
  3574. height: math.unit(1000, "feet")
  3575. },
  3576. {
  3577. name: "Megamacro",
  3578. height: math.unit(5, "miles")
  3579. },
  3580. {
  3581. name: "Gigamacro",
  3582. height: math.unit(5000, "miles")
  3583. },
  3584. ]
  3585. )
  3586. };
  3587. characterMakers["Cimmaron"] = () => {
  3588. return makeCharacter(
  3589. "Cimmaron",
  3590. "Cimmaron",
  3591. {
  3592. frontClothed: {
  3593. height: math.unit(6, "feet"),
  3594. weight: math.unit(210, "lbs"),
  3595. name: "Front (Clothed)",
  3596. image: {
  3597. source: "./media/characters/cimmaron/front-clothed.svg",
  3598. extra: 701/676 ,
  3599. bottom: 0.046
  3600. }
  3601. },
  3602. backClothed: {
  3603. height: math.unit(6, "feet"),
  3604. weight: math.unit(210, "lbs"),
  3605. name: "Back (Clothed)",
  3606. image: {
  3607. source: "./media/characters/cimmaron/back-clothed.svg",
  3608. extra: 701/676 ,
  3609. bottom: 0.046
  3610. }
  3611. },
  3612. frontNude: {
  3613. height: math.unit(6, "feet"),
  3614. weight: math.unit(210, "lbs"),
  3615. name: "Front (Nude)",
  3616. image: {
  3617. source: "./media/characters/cimmaron/front-nude.svg",
  3618. extra: 701/676 ,
  3619. bottom: 0.046
  3620. }
  3621. },
  3622. backNude: {
  3623. height: math.unit(6, "feet"),
  3624. weight: math.unit(210, "lbs"),
  3625. name: "Back (Nude)",
  3626. image: {
  3627. source: "./media/characters/cimmaron/back-nude.svg",
  3628. extra: 701/676 ,
  3629. bottom: 0.046
  3630. }
  3631. }
  3632. },
  3633. [
  3634. {
  3635. name: "Normal",
  3636. height: math.unit(6, "feet"),
  3637. default: true
  3638. },
  3639. {
  3640. name: "Macro Mayor",
  3641. height: math.unit(350, "meters")
  3642. },
  3643. ]
  3644. )
  3645. };
  3646. characterMakers["Akari Kaen"] = () => {
  3647. return makeCharacter(
  3648. "Akari Kaen",
  3649. "Akari",
  3650. {
  3651. front: {
  3652. height: math.unit(6, "feet"),
  3653. weight: math.unit(200, "lbs"),
  3654. name: "Front",
  3655. image: {
  3656. source: "./media/characters/akari/front.svg",
  3657. extra: 962/901,
  3658. bottom: 0.04
  3659. }
  3660. }
  3661. },
  3662. [
  3663. {
  3664. name: "Micro",
  3665. height: math.unit(5, "inches"),
  3666. default: true
  3667. },
  3668. {
  3669. name: "Normal",
  3670. height: math.unit(7, "feet")
  3671. },
  3672. ]
  3673. )
  3674. };
  3675. characterMakers["Cynosura"] = () => {
  3676. return makeCharacter(
  3677. "Cynosura",
  3678. "Cynosura",
  3679. {
  3680. front: {
  3681. height: math.unit(6, "feet"),
  3682. weight: math.unit(140, "lbs"),
  3683. name: "Front",
  3684. image: {
  3685. source: "./media/characters/cynosura/front.svg",
  3686. extra: 896/847
  3687. }
  3688. },
  3689. back: {
  3690. height: math.unit(6, "feet"),
  3691. weight: math.unit(140, "lbs"),
  3692. name: "Back",
  3693. image: {
  3694. source: "./media/characters/cynosura/back.svg",
  3695. extra: 1365/1250
  3696. }
  3697. },
  3698. },
  3699. [
  3700. {
  3701. name: "Micro",
  3702. height: math.unit(4, "inches")
  3703. },
  3704. {
  3705. name: "Normal",
  3706. height: math.unit(5.75, "feet"),
  3707. default: true
  3708. },
  3709. {
  3710. name: "Tall",
  3711. height: math.unit(10, "feet")
  3712. },
  3713. {
  3714. name: "Big",
  3715. height: math.unit(20, "feet")
  3716. },
  3717. {
  3718. name: "Macro",
  3719. height: math.unit(50, "feet")
  3720. },
  3721. ]
  3722. )
  3723. };
  3724. characterMakers["Gin"] = () => {
  3725. return makeCharacter(
  3726. "Gin",
  3727. "Ozzie_gt",
  3728. {
  3729. front: {
  3730. height: math.unit(6, "feet"),
  3731. weight: math.unit(170, "lbs"),
  3732. name: "Front",
  3733. image: {
  3734. source: "./media/characters/gin/front.svg",
  3735. extra: 1.053,
  3736. bottom: 0.025
  3737. }
  3738. },
  3739. foot: {
  3740. height: math.unit(6/4.25, "feet"),
  3741. name: "Foot",
  3742. image: {
  3743. source: "./media/characters/gin/foot.svg"
  3744. }
  3745. },
  3746. sole: {
  3747. height: math.unit(6/4.40, "feet"),
  3748. name: "Sole",
  3749. image: {
  3750. source: "./media/characters/gin/sole.svg"
  3751. }
  3752. },
  3753. },
  3754. [
  3755. {
  3756. name: "Normal",
  3757. height: math.unit(9 + 4/12, "feet")
  3758. },
  3759. {
  3760. name: "Macro",
  3761. height: math.unit(1500, "feet")
  3762. },
  3763. {
  3764. name: "Megamacro",
  3765. height: math.unit(200, "miles"),
  3766. default: true
  3767. },
  3768. {
  3769. name: "Gigamacro",
  3770. height: math.unit(500, "megameters")
  3771. },
  3772. {
  3773. name: "Teramacro",
  3774. height: math.unit(15, "lightyears")
  3775. }
  3776. ]
  3777. )
  3778. };
  3779. characterMakers["Guy"] = () => {
  3780. return makeCharacter(
  3781. "Guy",
  3782. "Whatastandupguy",
  3783. {
  3784. front: {
  3785. height: math.unit(6 + 1/6, "feet"),
  3786. weight: math.unit(178, "lbs"),
  3787. name: "Front",
  3788. image: {
  3789. source: "./media/characters/guy/front.svg"
  3790. }
  3791. }
  3792. },
  3793. [
  3794. {
  3795. name: "Normal",
  3796. height: math.unit(6 + 1/6, "feet"),
  3797. default: true
  3798. },
  3799. {
  3800. name: "Large",
  3801. height: math.unit(25 + 7/12, "feet")
  3802. },
  3803. {
  3804. name: "Macro",
  3805. height: math.unit(60 + 9/12, "feet")
  3806. },
  3807. {
  3808. name: "Macro+",
  3809. height: math.unit(246, "feet")
  3810. },
  3811. {
  3812. name: "Macro++",
  3813. height: math.unit(878, "feet")
  3814. }
  3815. ]
  3816. )
  3817. };
  3818. characterMakers["Tiberius"] = () => {
  3819. return makeCharacter(
  3820. "Tiberius",
  3821. "movler",
  3822. {
  3823. front: {
  3824. height: math.unit(9, "feet"),
  3825. weight: math.unit(800, "lbs"),
  3826. name: "Front",
  3827. image: {
  3828. source: "./media/characters/tiberius/front.svg",
  3829. extra: 2295/2071
  3830. }
  3831. },
  3832. back: {
  3833. height: math.unit(9, "feet"),
  3834. weight: math.unit(800, "lbs"),
  3835. name: "Back",
  3836. image: {
  3837. source: "./media/characters/tiberius/back.svg",
  3838. extra: 2373/2160
  3839. }
  3840. },
  3841. },
  3842. [
  3843. {
  3844. name: "Normal",
  3845. height: math.unit(9, "feet"),
  3846. default: true
  3847. }
  3848. ]
  3849. )
  3850. };
  3851. characterMakers["Surgo"] = () => {
  3852. return makeCharacter(
  3853. "Surgo",
  3854. "movler",
  3855. {
  3856. front: {
  3857. height: math.unit(6, "feet"),
  3858. weight: math.unit(600, "lbs"),
  3859. name: "Front",
  3860. image: {
  3861. source: "./media/characters/surgo/front.svg",
  3862. extra: 3591/2227
  3863. }
  3864. },
  3865. back: {
  3866. height: math.unit(6, "feet"),
  3867. weight: math.unit(600, "lbs"),
  3868. name: "Back",
  3869. image: {
  3870. source: "./media/characters/surgo/back.svg",
  3871. extra: 3557/2228
  3872. }
  3873. },
  3874. laying: {
  3875. height: math.unit(6 * 0.85, "feet"),
  3876. weight: math.unit(600, "lbs"),
  3877. name: "Laying",
  3878. image: {
  3879. source: "./media/characters/surgo/laying.svg"
  3880. }
  3881. },
  3882. },
  3883. [
  3884. {
  3885. name: "Normal",
  3886. height: math.unit(6, "feet"),
  3887. default: true
  3888. }
  3889. ]
  3890. )
  3891. };
  3892. characterMakers["Cibus"] = () => {
  3893. return makeCharacter(
  3894. "Cibus",
  3895. "movler",
  3896. {
  3897. side: {
  3898. height: math.unit(6, "feet"),
  3899. weight: math.unit(150, "lbs"),
  3900. name: "Side",
  3901. image: {
  3902. source: "./media/characters/cibus/side.svg",
  3903. extra: 800/400
  3904. }
  3905. },
  3906. },
  3907. [
  3908. {
  3909. name: "Normal",
  3910. height: math.unit(6, "feet"),
  3911. default: true
  3912. }
  3913. ]
  3914. )
  3915. };
  3916. characterMakers["Nibbles"] = () => {
  3917. return makeCharacter(
  3918. "Nibbles",
  3919. "movler",
  3920. {
  3921. front: {
  3922. height: math.unit(6, "feet"),
  3923. weight: math.unit(240, "lbs"),
  3924. name: "Front",
  3925. image: {
  3926. source: "./media/characters/nibbles/front.svg"
  3927. }
  3928. },
  3929. side: {
  3930. height: math.unit(6, "feet"),
  3931. weight: math.unit(240, "lbs"),
  3932. name: "Side",
  3933. image: {
  3934. source: "./media/characters/nibbles/side.svg"
  3935. }
  3936. },
  3937. },
  3938. [
  3939. {
  3940. name: "Normal",
  3941. height: math.unit(9, "feet"),
  3942. default: true
  3943. }
  3944. ]
  3945. )
  3946. };
  3947. characterMakers["Rikky"] = () => {
  3948. return makeCharacter(
  3949. "Rikky",
  3950. "Quake Yote",
  3951. {
  3952. side: {
  3953. height: math.unit(5 + 1/6, "feet"),
  3954. weight: math.unit(130, "lbs"),
  3955. name: "Side",
  3956. image: {
  3957. source: "./media/characters/rikky/side.svg"
  3958. }
  3959. },
  3960. },
  3961. [
  3962. {
  3963. name: "Normal",
  3964. height: math.unit(5 + 1/6, "feet")
  3965. },
  3966. {
  3967. name: "Macro",
  3968. height: math.unit(152, "feet"),
  3969. default: true
  3970. },
  3971. {
  3972. name: "Megamacro",
  3973. height: math.unit(7, "miles")
  3974. }
  3975. ]
  3976. )
  3977. };
  3978. characterMakers["Malfressa"] = () => {
  3979. return makeCharacter(
  3980. "Malfressa",
  3981. "Scareye",
  3982. {
  3983. side: {
  3984. height: math.unit(370, "cm"),
  3985. weight: math.unit(350, "lbs"),
  3986. name: "Side",
  3987. image: {
  3988. source: "./media/characters/malfressa/side.svg"
  3989. }
  3990. },
  3991. walking: {
  3992. height: math.unit(370, "cm"),
  3993. weight: math.unit(350, "lbs"),
  3994. name: "Walking",
  3995. image: {
  3996. source: "./media/characters/malfressa/walking.svg"
  3997. }
  3998. },
  3999. feral: {
  4000. height: math.unit(2500, "cm"),
  4001. weight: math.unit(100000, "lbs"),
  4002. name: "Feral",
  4003. image: {
  4004. source: "./media/characters/malfressa/feral.svg",
  4005. extra: 2108/837 ,
  4006. bottom: 0.02
  4007. }
  4008. },
  4009. },
  4010. [
  4011. {
  4012. name: "Normal",
  4013. height: math.unit(370, "cm")
  4014. },
  4015. {
  4016. name: "Macro",
  4017. height: math.unit(300, "meters"),
  4018. default: true
  4019. }
  4020. ]
  4021. )
  4022. };
  4023. characterMakers["Jaro"] = () => {
  4024. return makeCharacter(
  4025. "Jaro",
  4026. "Jaro",
  4027. {
  4028. front: {
  4029. height: math.unit(6, "feet"),
  4030. weight: math.unit(60, "kg"),
  4031. name: "Front",
  4032. image: {
  4033. source: "./media/characters/jaro/front.svg"
  4034. }
  4035. },
  4036. back: {
  4037. height: math.unit(6, "feet"),
  4038. weight: math.unit(60, "kg"),
  4039. name: "Back",
  4040. image: {
  4041. source: "./media/characters/jaro/back.svg"
  4042. }
  4043. },
  4044. },
  4045. [
  4046. {
  4047. name: "Micro",
  4048. height: math.unit(7, "inches")
  4049. },
  4050. {
  4051. name: "Normal",
  4052. height: math.unit(5.5, "feet"),
  4053. default: true
  4054. },
  4055. {
  4056. name: "Minimacro",
  4057. height: math.unit(20, "feet")
  4058. },
  4059. {
  4060. name: "Macro",
  4061. height: math.unit(200, "meters")
  4062. }
  4063. ]
  4064. )
  4065. };
  4066. characterMakers["Rogue"] = () => {
  4067. return makeCharacter(
  4068. "Rogue",
  4069. "Rogue",
  4070. {
  4071. front: {
  4072. height: math.unit(6, "feet"),
  4073. weight: math.unit(195, "lb"),
  4074. name: "Front",
  4075. image: {
  4076. source: "./media/characters/rogue/front.svg"
  4077. }
  4078. },
  4079. },
  4080. [
  4081. {
  4082. name: "Macro",
  4083. height: math.unit(90, "feet"),
  4084. default: true
  4085. },
  4086. ]
  4087. )
  4088. };
  4089. characterMakers["Piper"] = () => {
  4090. return makeCharacter(
  4091. "Piper",
  4092. "Flyhar",
  4093. {
  4094. front: {
  4095. height: math.unit(5 + 8/12, "feet"),
  4096. weight: math.unit(140, "lb"),
  4097. name: "Front",
  4098. image: {
  4099. source: "./media/characters/piper/front.svg",
  4100. extra: 3928/3681
  4101. }
  4102. },
  4103. },
  4104. [
  4105. {
  4106. name: "Micro",
  4107. height: math.unit(2, "inches")
  4108. },
  4109. {
  4110. name: "Normal",
  4111. height: math.unit(5 + 8/12, "feet")
  4112. },
  4113. {
  4114. name: "Macro",
  4115. height: math.unit(250, "feet"),
  4116. default: true
  4117. },
  4118. {
  4119. name: "Megamacro",
  4120. height: math.unit(7, "miles")
  4121. },
  4122. ]
  4123. )
  4124. };
  4125. characterMakers["Gemini"] = () => {
  4126. return makeCharacter(
  4127. "Gemini",
  4128. "lajay",
  4129. {
  4130. front: {
  4131. height: math.unit(6, "feet"),
  4132. weight: math.unit(220, "lb"),
  4133. name: "Front",
  4134. image: {
  4135. source: "./media/characters/gemini/front.svg"
  4136. }
  4137. },
  4138. back: {
  4139. height: math.unit(6, "feet"),
  4140. weight: math.unit(220, "lb"),
  4141. name: "Back",
  4142. image: {
  4143. source: "./media/characters/gemini/back.svg"
  4144. }
  4145. },
  4146. kneeling: {
  4147. height: math.unit(6/1.5, "feet"),
  4148. weight: math.unit(220, "lb"),
  4149. name: "Kneeling",
  4150. image: {
  4151. source: "./media/characters/gemini/kneeling.svg",
  4152. bottom: 0.02
  4153. }
  4154. },
  4155. },
  4156. [
  4157. {
  4158. name: "Macro",
  4159. height: math.unit(300, "meters"),
  4160. default: true
  4161. },
  4162. {
  4163. name: "Megamacro",
  4164. height: math.unit(6900, "meters")
  4165. },
  4166. ]
  4167. )
  4168. };
  4169. characterMakers["Alicia"] = () => {
  4170. return makeCharacter(
  4171. "Alicia",
  4172. "LittleBig",
  4173. {
  4174. anthro: {
  4175. height: math.unit(2.35, "meters"),
  4176. weight: math.unit(73, "kg"),
  4177. name: "Anthro",
  4178. image: {
  4179. source: "./media/characters/alicia/anthro.svg"
  4180. }
  4181. },
  4182. feral: {
  4183. height: math.unit(1.69, "meters"),
  4184. weight: math.unit(73, "kg"),
  4185. name: "Feral",
  4186. image: {
  4187. source: "./media/characters/alicia/feral.svg"
  4188. }
  4189. },
  4190. },
  4191. [
  4192. {
  4193. name: "Normal",
  4194. height: math.unit(2.35, "meters")
  4195. },
  4196. {
  4197. name: "Macro",
  4198. height: math.unit(60, "meters"),
  4199. default: true
  4200. },
  4201. {
  4202. name: "Megamacro",
  4203. height: math.unit(10000, "kilometers")
  4204. },
  4205. ]
  4206. )
  4207. };
  4208. characterMakers["Archy"] = () => {
  4209. return makeCharacter(
  4210. "Archy",
  4211. "ArchyD",
  4212. {
  4213. front: {
  4214. height: math.unit(7, "feet"),
  4215. weight: math.unit(250, "lbs"),
  4216. name: "Front",
  4217. image: {
  4218. source: "./media/characters/archy/front.svg"
  4219. }
  4220. }
  4221. },
  4222. [
  4223. {
  4224. name: "Micro",
  4225. height: math.unit(1, "inch")
  4226. },
  4227. {
  4228. name: "Shorty",
  4229. height: math.unit(5, "feet")
  4230. },
  4231. {
  4232. name: "Normal",
  4233. height: math.unit(7, "feet")
  4234. },
  4235. {
  4236. name: "Macro",
  4237. height: math.unit(600, "meters"),
  4238. default: true
  4239. },
  4240. {
  4241. name: "Megamacro",
  4242. height: math.unit(1, "mile")
  4243. },
  4244. ]
  4245. )
  4246. };
  4247. characterMakers["Berri"] = () => {
  4248. return makeCharacter(
  4249. "Berri",
  4250. "LittleBig",
  4251. {
  4252. front: {
  4253. height: math.unit(1.65, "meters"),
  4254. weight: math.unit(74, "kg"),
  4255. name: "Front",
  4256. image: {
  4257. source: "./media/characters/berri/front.svg"
  4258. }
  4259. }
  4260. },
  4261. [
  4262. {
  4263. name: "Normal",
  4264. height: math.unit(1.65, "meters")
  4265. },
  4266. {
  4267. name: "Macro",
  4268. height: math.unit(60, "m"),
  4269. default: true
  4270. },
  4271. {
  4272. name: "Megamacro",
  4273. height: math.unit(9.213, "km")
  4274. },
  4275. {
  4276. name: "Planet Eater",
  4277. height: math.unit(489, "megameters")
  4278. },
  4279. {
  4280. name: "Teramacro",
  4281. height: math.unit(2471635000000, "meters")
  4282. },
  4283. {
  4284. name: "Examacro",
  4285. height: math.unit(8.0624e+26, "meters")
  4286. }
  4287. ]
  4288. )
  4289. };
  4290. characterMakers["Lexi"] = () => {
  4291. return makeCharacter(
  4292. "Lexi",
  4293. "LittleBig",
  4294. {
  4295. front: {
  4296. height: math.unit(1.72, "meters"),
  4297. weight: math.unit(68, "kg"),
  4298. name: "Front",
  4299. image: {
  4300. source: "./media/characters/lexi/front.svg"
  4301. }
  4302. }
  4303. },
  4304. [
  4305. {
  4306. name: "Very Smol",
  4307. height: math.unit(10, "mm")
  4308. },
  4309. {
  4310. name: "Micro",
  4311. height: math.unit(6.8, "cm"),
  4312. default: true
  4313. },
  4314. {
  4315. name: "Normal",
  4316. height: math.unit(1.72, "m")
  4317. }
  4318. ]
  4319. )
  4320. };
  4321. characterMakers["Martin"] = () => {
  4322. return makeCharacter(
  4323. "Martin",
  4324. "LittleBig",
  4325. {
  4326. front: {
  4327. height: math.unit(1.69, "meters"),
  4328. weight: math.unit(68, "kg"),
  4329. name: "Front",
  4330. image: {
  4331. source: "./media/characters/martin/front.svg",
  4332. extra: 596/581
  4333. }
  4334. }
  4335. },
  4336. [
  4337. {
  4338. name: "Micro",
  4339. height: math.unit(6.85, "cm"),
  4340. default: true
  4341. },
  4342. {
  4343. name: "Normal",
  4344. height: math.unit(1.69, "m")
  4345. }
  4346. ]
  4347. )
  4348. };
  4349. characterMakers["Juno"] = () => {
  4350. return makeCharacter(
  4351. "Juno",
  4352. "LittleBig",
  4353. {
  4354. front: {
  4355. height: math.unit(1.69, "meters"),
  4356. weight: math.unit(68, "kg"),
  4357. name: "Front",
  4358. image: {
  4359. source: "./media/characters/juno/front.svg"
  4360. }
  4361. }
  4362. },
  4363. [
  4364. {
  4365. name: "Micro",
  4366. height: math.unit(7, "cm")
  4367. },
  4368. {
  4369. name: "Normal",
  4370. height: math.unit(1.89, "m")
  4371. },
  4372. {
  4373. name: "Macro",
  4374. height: math.unit(353, "meters"),
  4375. default: true
  4376. }
  4377. ]
  4378. )
  4379. };
  4380. characterMakers["Samantha"] = () => {
  4381. return makeCharacter(
  4382. "Samantha",
  4383. "LittleBig",
  4384. {
  4385. front: {
  4386. height: math.unit(1.93, "meters"),
  4387. weight: math.unit(83, "kg"),
  4388. name: "Front",
  4389. image: {
  4390. source: "./media/characters/samantha/front.svg"
  4391. }
  4392. },
  4393. frontClothed: {
  4394. height: math.unit(1.93, "meters"),
  4395. weight: math.unit(83, "kg"),
  4396. name: "Front (Clothed)",
  4397. image: {
  4398. source: "./media/characters/samantha/front-clothed.svg"
  4399. }
  4400. },
  4401. back: {
  4402. height: math.unit(1.93, "meters"),
  4403. weight: math.unit(83, "kg"),
  4404. name: "Back",
  4405. image: {
  4406. source: "./media/characters/samantha/back.svg"
  4407. }
  4408. },
  4409. },
  4410. [
  4411. {
  4412. name: "Normal",
  4413. height: math.unit(1.93, "m")
  4414. },
  4415. {
  4416. name: "Macro",
  4417. height: math.unit(74, "meters"),
  4418. default: true
  4419. },
  4420. {
  4421. name: "Macro+",
  4422. height: math.unit(223, "meters"),
  4423. },
  4424. {
  4425. name: "Megamacro",
  4426. height: math.unit(8381, "meters"),
  4427. },
  4428. {
  4429. name: "Megamacro+",
  4430. height: math.unit(12000, "kilometers")
  4431. },
  4432. ]
  4433. )
  4434. };
  4435. characterMakers["Dr. Clay"] = () => {
  4436. return makeCharacter(
  4437. "Dr. Clay",
  4438. "LittleBig",
  4439. {
  4440. front: {
  4441. height: math.unit(1.92, "meters"),
  4442. weight: math.unit(80, "kg"),
  4443. name: "Front",
  4444. image: {
  4445. source: "./media/characters/dr-clay/front.svg"
  4446. }
  4447. },
  4448. frontClothed: {
  4449. height: math.unit(1.92, "meters"),
  4450. weight: math.unit(80, "kg"),
  4451. name: "Front (Clothed)",
  4452. image: {
  4453. source: "./media/characters/dr-clay/front-clothed.svg"
  4454. }
  4455. }
  4456. },
  4457. [
  4458. {
  4459. name: "Normal",
  4460. height: math.unit(1.92, "m")
  4461. },
  4462. {
  4463. name: "Macro",
  4464. height: math.unit(214, "meters"),
  4465. default: true
  4466. },
  4467. {
  4468. name: "Macro+",
  4469. height: math.unit(12.237, "meters"),
  4470. },
  4471. {
  4472. name: "Megamacro",
  4473. height: math.unit(557, "megameters"),
  4474. },
  4475. {
  4476. name: "Unimaginable",
  4477. height: math.unit(120e9, "lightyears")
  4478. },
  4479. ]
  4480. )
  4481. };
  4482. characterMakers["Wyvrn Ripsnarl"] = () => {
  4483. return makeCharacter(
  4484. "Wyvrn Ripsnarl",
  4485. "LoboRaptorLo",
  4486. {
  4487. front: {
  4488. height: math.unit(2, "meters"),
  4489. weight: math.unit(80, "kg"),
  4490. name: "Front",
  4491. image: {
  4492. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4493. }
  4494. }
  4495. },
  4496. [
  4497. {
  4498. name: "Teramacro",
  4499. height: math.unit(500000, "lightyears"),
  4500. default: true
  4501. },
  4502. ]
  4503. )
  4504. };
  4505. characterMakers["Vemus"] = () => {
  4506. return makeCharacter(
  4507. "Vemus",
  4508. "Vemus",
  4509. {
  4510. front: {
  4511. height: math.unit(2, "meters"),
  4512. weight: math.unit(150, "kg"),
  4513. name: "Front",
  4514. image: {
  4515. source: "./media/characters/vemus/front.svg",
  4516. extra: 2384/2084,
  4517. bottom: 0.0123
  4518. }
  4519. }
  4520. },
  4521. [
  4522. {
  4523. name: "Normal",
  4524. height: math.unit(3.75, "meters"),
  4525. default: true
  4526. },
  4527. {
  4528. name: "Big",
  4529. height: math.unit(8, "meters")
  4530. },
  4531. {
  4532. name: "Macro",
  4533. height: math.unit(100, "meters")
  4534. },
  4535. {
  4536. name: "Macro+",
  4537. height: math.unit(1500, "meters")
  4538. },
  4539. {
  4540. name: "Stellar",
  4541. height: math.unit(14e8, "meters")
  4542. },
  4543. ]
  4544. )
  4545. };
  4546. characterMakers["Beherit"] = () => {
  4547. return makeCharacter(
  4548. "Beherit",
  4549. "Beherit",
  4550. {
  4551. front: {
  4552. height: math.unit(2, "meters"),
  4553. weight: math.unit(70, "kg"),
  4554. name: "Front",
  4555. image: {
  4556. source: "./media/characters/beherit/front.svg",
  4557. extra: 1408/1242
  4558. }
  4559. }
  4560. },
  4561. [
  4562. {
  4563. name: "Normal",
  4564. height: math.unit(6, "feet")
  4565. },
  4566. {
  4567. name: "Lorg",
  4568. height: math.unit(25, "feet"),
  4569. default: true
  4570. },
  4571. {
  4572. name: "Lorger",
  4573. height: math.unit(75, "feet")
  4574. },
  4575. {
  4576. name: "Macro",
  4577. height: math.unit(200, "meters")
  4578. },
  4579. ]
  4580. )
  4581. };
  4582. characterMakers["Everett"] = () => {
  4583. return makeCharacter(
  4584. "Everett",
  4585. "Beherit",
  4586. {
  4587. front: {
  4588. height: math.unit(2, "meters"),
  4589. weight: math.unit(150, "kg"),
  4590. name: "Front",
  4591. image: {
  4592. source: "./media/characters/everett/front.svg",
  4593. extra: 2038/1737 ,
  4594. bottom: 0.03
  4595. }
  4596. },
  4597. paw: {
  4598. height: math.unit(2/3.6, "meters"),
  4599. name: "Paw",
  4600. image: {
  4601. source: "./media/characters/everett/paw.svg"
  4602. }
  4603. },
  4604. },
  4605. [
  4606. {
  4607. name: "Normal",
  4608. height: math.unit(15, "feet"),
  4609. default: true
  4610. },
  4611. {
  4612. name: "Lorg",
  4613. height: math.unit(70, "feet"),
  4614. default: true
  4615. },
  4616. {
  4617. name: "Lorger",
  4618. height: math.unit(250, "feet")
  4619. },
  4620. {
  4621. name: "Macro",
  4622. height: math.unit(500, "meters")
  4623. },
  4624. ]
  4625. )
  4626. };
  4627. characterMakers["Rose Lion"] = () => {
  4628. return makeCharacter(
  4629. "Rose Lion",
  4630. "Enormouse",
  4631. {
  4632. front: {
  4633. height: math.unit(2, "meters"),
  4634. weight: math.unit(86, "kg"),
  4635. name: "Front",
  4636. image: {
  4637. source: "./media/characters/rose-lion/front.svg"
  4638. }
  4639. },
  4640. bent: {
  4641. height: math.unit(2/1.4288, "meters"),
  4642. weight: math.unit(86, "kg"),
  4643. name: "Bent",
  4644. image: {
  4645. source: "./media/characters/rose-lion/bent.svg"
  4646. }
  4647. }
  4648. },
  4649. [
  4650. {
  4651. name: "Mini-Micro",
  4652. height: math.unit(1, "cm")
  4653. },
  4654. {
  4655. name: "Micro",
  4656. height: math.unit(3.5, "inches"),
  4657. default: true
  4658. },
  4659. {
  4660. name: "Normal",
  4661. height: math.unit(6 + 1/6, "feet")
  4662. },
  4663. {
  4664. name: "Mini-Macro",
  4665. height: math.unit(9 + 10/12, "feet")
  4666. },
  4667. ]
  4668. )
  4669. };
  4670. characterMakers["Regal"] = () => {
  4671. return makeCharacter(
  4672. "Regal",
  4673. "Regal Drennen",
  4674. {
  4675. front: {
  4676. height: math.unit(2, "meters"),
  4677. weight: math.unit(350, "lbs"),
  4678. name: "Front",
  4679. image: {
  4680. source: "./media/characters/regal/front.svg"
  4681. }
  4682. },
  4683. back: {
  4684. height: math.unit(2, "meters"),
  4685. weight: math.unit(350, "lbs"),
  4686. name: "Back",
  4687. image: {
  4688. source: "./media/characters/regal/back.svg"
  4689. }
  4690. },
  4691. },
  4692. [
  4693. {
  4694. name: "Macro",
  4695. height: math.unit(350, "feet"),
  4696. default: true
  4697. }
  4698. ]
  4699. )
  4700. };
  4701. characterMakers["Opal"] = () => {
  4702. return makeCharacter(
  4703. "Opal",
  4704. "Enormouse",
  4705. {
  4706. front: {
  4707. height: math.unit(4 + 11/12, "feet"),
  4708. weight: math.unit(100, "lbs"),
  4709. name: "Front",
  4710. image: {
  4711. source: "./media/characters/opal/front.svg"
  4712. }
  4713. },
  4714. frontAlt: {
  4715. height: math.unit(4 + 11/12, "feet"),
  4716. weight: math.unit(100, "lbs"),
  4717. name: "Front (Alt)",
  4718. image: {
  4719. source: "./media/characters/opal/front-alt.svg"
  4720. }
  4721. },
  4722. },
  4723. [
  4724. {
  4725. name: "Small",
  4726. height: math.unit(4 + 11/12, "feet")
  4727. },
  4728. {
  4729. name: "Normal",
  4730. height: math.unit(20, "feet"),
  4731. default: true
  4732. },
  4733. {
  4734. name: "Macro",
  4735. height: math.unit(120, "feet")
  4736. },
  4737. {
  4738. name: "Megamacro",
  4739. height: math.unit(80, "miles")
  4740. },
  4741. {
  4742. name: "True Size",
  4743. height: math.unit(100000, "lightyears")
  4744. },
  4745. ]
  4746. )
  4747. };
  4748. characterMakers["Vector Wuff"] = () => {
  4749. return makeCharacter(
  4750. "Vector Wuff",
  4751. "Vector",
  4752. {
  4753. front: {
  4754. height: math.unit(6, "feet"),
  4755. weight: math.unit(200, "lbs"),
  4756. name: "Front",
  4757. image: {
  4758. source: "./media/characters/vector-wuff/front.svg"
  4759. }
  4760. }
  4761. },
  4762. [
  4763. {
  4764. name: "Normal",
  4765. height: math.unit(2.8, "meters")
  4766. },
  4767. {
  4768. name: "Macro",
  4769. height: math.unit(450, "meters"),
  4770. default: true
  4771. },
  4772. {
  4773. name: "Megamacro",
  4774. height: math.unit(15, "kilometers")
  4775. }
  4776. ]
  4777. )
  4778. };
  4779. characterMakers["Dannik"] = () => {
  4780. return makeCharacter(
  4781. "Dannik",
  4782. "LuchaLibreLibro",
  4783. {
  4784. front: {
  4785. height: math.unit(6, "feet"),
  4786. weight: math.unit(256, "lbs"),
  4787. name: "Front",
  4788. image: {
  4789. source: "./media/characters/dannik/front.svg"
  4790. }
  4791. }
  4792. },
  4793. [
  4794. {
  4795. name: "Macro",
  4796. height: math.unit(69.57, "meters"),
  4797. default: true
  4798. },
  4799. ]
  4800. )
  4801. };
  4802. characterMakers["Azura Saharah"] = () => {
  4803. return makeCharacter(
  4804. "Azura Saharah",
  4805. "AzuraSaharah",
  4806. {
  4807. front: {
  4808. height: math.unit(6, "feet"),
  4809. weight: math.unit(120, "lbs"),
  4810. name: "Front",
  4811. image: {
  4812. source: "./media/characters/azura-saharah/front.svg"
  4813. }
  4814. },
  4815. back: {
  4816. height: math.unit(6, "feet"),
  4817. weight: math.unit(120, "lbs"),
  4818. name: "Back",
  4819. image: {
  4820. source: "./media/characters/azura-saharah/back.svg"
  4821. }
  4822. },
  4823. },
  4824. [
  4825. {
  4826. name: "Macro",
  4827. height: math.unit(100, "feet"),
  4828. default: true
  4829. },
  4830. ]
  4831. )
  4832. };
  4833. characterMakers["Kennedy"] = () => {
  4834. return makeCharacter(
  4835. "Kennedy",
  4836. "BossVoss",
  4837. {
  4838. side: {
  4839. height: math.unit(5 + 4/12, "feet"),
  4840. weight: math.unit(163, "lbs"),
  4841. name: "Side",
  4842. image: {
  4843. source: "./media/characters/kennedy/side.svg"
  4844. }
  4845. }
  4846. },
  4847. [
  4848. {
  4849. name: "Standard Doggo",
  4850. height: math.unit(5 + 4/12, "feet")
  4851. },
  4852. {
  4853. name: "Big Doggo",
  4854. height: math.unit(25 + 3/12, "feet"),
  4855. default: true
  4856. },
  4857. ]
  4858. )
  4859. };
  4860. characterMakers["Odi Lunar"] = () => {
  4861. return makeCharacter(
  4862. "Odi Lunar",
  4863. "OdiLunar",
  4864. {
  4865. front: {
  4866. height: math.unit(6, "feet"),
  4867. weight: math.unit(90, "lbs"),
  4868. name: "Front",
  4869. image: {
  4870. source: "./media/characters/odi-lunar/front.svg"
  4871. }
  4872. }
  4873. },
  4874. [
  4875. {
  4876. name: "Micro",
  4877. height: math.unit(3, "inches"),
  4878. default: true
  4879. },
  4880. {
  4881. name: "Normal",
  4882. height: math.unit(5.5, "feet")
  4883. }
  4884. ]
  4885. )
  4886. };
  4887. characterMakers["Mandake"] = () => {
  4888. return makeCharacter(
  4889. "Mandake",
  4890. "Dialuca01",
  4891. {
  4892. back: {
  4893. height: math.unit(6, "feet"),
  4894. weight: math.unit(220, "lbs"),
  4895. name: "Back",
  4896. image: {
  4897. source: "./media/characters/mandake/back.svg"
  4898. }
  4899. }
  4900. },
  4901. [
  4902. {
  4903. name: "Normal",
  4904. height: math.unit(7, "feet"),
  4905. default: true
  4906. },
  4907. {
  4908. name: "Macro",
  4909. height: math.unit(78, "feet")
  4910. },
  4911. {
  4912. name: "Macro+",
  4913. height: math.unit(300, "meters")
  4914. },
  4915. {
  4916. name: "Macro++",
  4917. height: math.unit(2400, "feet")
  4918. },
  4919. {
  4920. name: "Megamacro",
  4921. height: math.unit(5167, "meters")
  4922. },
  4923. {
  4924. name: "Gigamacro",
  4925. height: math.unit(41769, "miles")
  4926. },
  4927. ]
  4928. )
  4929. };
  4930. characterMakers["Yozey"] = () => {
  4931. return makeCharacter(
  4932. "Yozey",
  4933. "Yozey",
  4934. {
  4935. front: {
  4936. height: math.unit(6, "feet"),
  4937. weight: math.unit(120, "lbs"),
  4938. name: "Front",
  4939. image: {
  4940. source: "./media/characters/yozey/front.svg"
  4941. }
  4942. },
  4943. frontAlt: {
  4944. height: math.unit(6, "feet"),
  4945. weight: math.unit(120, "lbs"),
  4946. name: "Front (Alt)",
  4947. image: {
  4948. source: "./media/characters/yozey/front-alt.svg"
  4949. }
  4950. },
  4951. side: {
  4952. height: math.unit(6, "feet"),
  4953. weight: math.unit(120, "lbs"),
  4954. name: "Side",
  4955. image: {
  4956. source: "./media/characters/yozey/side.svg"
  4957. }
  4958. },
  4959. },
  4960. [
  4961. {
  4962. name: "Micro",
  4963. height: math.unit(3, "inches"),
  4964. default: true
  4965. },
  4966. {
  4967. name: "Normal",
  4968. height: math.unit(6, "feet")
  4969. }
  4970. ]
  4971. )
  4972. };
  4973. characterMakers["Valeska Voss"] = () => {
  4974. return makeCharacter(
  4975. "Valeska Voss",
  4976. "BossVoss",
  4977. {
  4978. front: {
  4979. height: math.unit(6, "feet"),
  4980. weight: math.unit(103, "lbs"),
  4981. name: "Front",
  4982. image: {
  4983. source: "./media/characters/valeska-voss/front.svg"
  4984. }
  4985. }
  4986. },
  4987. [
  4988. {
  4989. name: "Mini-Sized Sub",
  4990. height: math.unit(3.1, "inches")
  4991. },
  4992. {
  4993. name: "Mid-Sized Sub",
  4994. height: math.unit(6.2, "inches")
  4995. },
  4996. {
  4997. name: "Full-Sized Sub",
  4998. height: math.unit(9.3, "inches")
  4999. },
  5000. {
  5001. name: "Normal",
  5002. height: math.unit(5 + 2/12, "foot"),
  5003. default: true
  5004. },
  5005. ]
  5006. )
  5007. };
  5008. characterMakers["Gene Zeta"] = () => {
  5009. return makeCharacter(
  5010. "Gene Zeta",
  5011. "Xeebes",
  5012. {
  5013. front: {
  5014. height: math.unit(6, "feet"),
  5015. weight: math.unit(160, "lbs"),
  5016. name: "Front",
  5017. image: {
  5018. source: "./media/characters/gene-zeta/front.svg",
  5019. bottom: 0.03,
  5020. extra: 1
  5021. }
  5022. }
  5023. },
  5024. [
  5025. {
  5026. name: "Normal",
  5027. height: math.unit(6.25, "foot"),
  5028. default: true
  5029. },
  5030. ]
  5031. )
  5032. };
  5033. characterMakers["Razinox"] = () => {
  5034. return makeCharacter(
  5035. "Razinox",
  5036. "Razinox",
  5037. {
  5038. front: {
  5039. height: math.unit(6, "feet"),
  5040. weight: math.unit(350, "lbs"),
  5041. name: "Front",
  5042. image: {
  5043. source: "./media/characters/razinox/front.svg",
  5044. extra: 1686/1548
  5045. }
  5046. },
  5047. back: {
  5048. height: math.unit(6, "feet"),
  5049. weight: math.unit(350, "lbs"),
  5050. name: "Back",
  5051. image: {
  5052. source: "./media/characters/razinox/back.svg",
  5053. extra: 1660/1590
  5054. }
  5055. },
  5056. },
  5057. [
  5058. {
  5059. name: "Normal",
  5060. height: math.unit(10 + 8/12, "foot")
  5061. },
  5062. {
  5063. name: "Minimacro",
  5064. height: math.unit(15, "foot")
  5065. },
  5066. {
  5067. name: "Macro",
  5068. height: math.unit(60, "foot"),
  5069. default: true
  5070. },
  5071. {
  5072. name: "Megamacro",
  5073. height: math.unit(5, "miles")
  5074. },
  5075. {
  5076. name: "Gigamacro",
  5077. height: math.unit(6000, "miles")
  5078. },
  5079. ]
  5080. )
  5081. };
  5082. characterMakers["Cobalt"] = () => {
  5083. return makeCharacter(
  5084. "Cobalt",
  5085. "Miateshcha",
  5086. {
  5087. front: {
  5088. height: math.unit(6, "feet"),
  5089. weight: math.unit(150, "lbs"),
  5090. name: "Front",
  5091. image: {
  5092. source: "./media/characters/cobalt/front.svg"
  5093. }
  5094. }
  5095. },
  5096. [
  5097. {
  5098. name: "Normal",
  5099. height: math.unit(8 + 1/12, "foot")
  5100. },
  5101. {
  5102. name: "Macro",
  5103. height: math.unit(111, "foot"),
  5104. default: true
  5105. },
  5106. {
  5107. name: "Supracosmic",
  5108. height: math.unit(1e42, "feet")
  5109. },
  5110. ]
  5111. )
  5112. };
  5113. characterMakers["Amanda"] = () => {
  5114. return makeCharacter(
  5115. "Amanda",
  5116. "Amanda",
  5117. {
  5118. front: {
  5119. height: math.unit(6, "feet"),
  5120. weight: math.unit(140, "lbs"),
  5121. name: "Front",
  5122. image: {
  5123. source: "./media/characters/amanda/front.svg"
  5124. }
  5125. }
  5126. },
  5127. [
  5128. {
  5129. name: "Micro",
  5130. height: math.unit(5, "inches"),
  5131. default: true
  5132. },
  5133. ]
  5134. )
  5135. };
  5136. characterMakers["Teal"] = () => {
  5137. return makeCharacter(
  5138. "Teal",
  5139. "Teal",
  5140. {
  5141. front: {
  5142. height: math.unit(5.59, "feet"),
  5143. weight: math.unit(250, "lbs"),
  5144. name: "Front",
  5145. image: {
  5146. source: "./media/characters/teal/front.svg"
  5147. }
  5148. },
  5149. frontAlt: {
  5150. height: math.unit(6, "feet"),
  5151. weight: math.unit(250, "lbs"),
  5152. name: "Front (Alt)",
  5153. image: {
  5154. source: "./media/characters/teal/front-alt.svg",
  5155. bottom: 0.04,
  5156. extra: 1
  5157. }
  5158. },
  5159. },
  5160. [
  5161. {
  5162. name: "Normal",
  5163. height: math.unit(12, "feet"),
  5164. default: true
  5165. },
  5166. {
  5167. name: "Macro",
  5168. height: math.unit(300, "feet")
  5169. },
  5170. ]
  5171. )
  5172. };
  5173. characterMakers["Ravin Amulet"] = () => {
  5174. return makeCharacter(
  5175. "Ravin Amulet",
  5176. "Ravin Amulet",
  5177. {
  5178. frontCat: {
  5179. height: math.unit(6, "feet"),
  5180. weight: math.unit(180, "lbs"),
  5181. name: "Front (Cat)",
  5182. image: {
  5183. source: "./media/characters/ravin-amulet/front-cat.svg"
  5184. }
  5185. },
  5186. frontCatAlt: {
  5187. height: math.unit(6, "feet"),
  5188. weight: math.unit(180, "lbs"),
  5189. name: "Front (Alt, Cat)",
  5190. image: {
  5191. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  5192. }
  5193. },
  5194. frontWerewolf: {
  5195. height: math.unit(6*1.2, "feet"),
  5196. weight: math.unit(225, "lbs"),
  5197. name: "Front (Werewolf)",
  5198. image: {
  5199. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  5200. }
  5201. },
  5202. backWerewolf: {
  5203. height: math.unit(6*1.2, "feet"),
  5204. weight: math.unit(225, "lbs"),
  5205. name: "Back (Werewolf)",
  5206. image: {
  5207. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  5208. }
  5209. },
  5210. },
  5211. [
  5212. {
  5213. name: "Nano",
  5214. height: math.unit(1, "micrometer")
  5215. },
  5216. {
  5217. name: "Micro",
  5218. height: math.unit(1, "inch")
  5219. },
  5220. {
  5221. name: "Normal",
  5222. height: math.unit(6, "feet"),
  5223. default: true
  5224. },
  5225. {
  5226. name: "Macro",
  5227. height: math.unit(60, "feet")
  5228. }
  5229. ]
  5230. )
  5231. };
  5232. characterMakers["Fluoresce"] = () => {
  5233. return makeCharacter(
  5234. "Fluoresce",
  5235. "Ravin Amulet",
  5236. {
  5237. front: {
  5238. height: math.unit(6, "feet"),
  5239. weight: math.unit(165, "lbs"),
  5240. name: "Front",
  5241. image: {
  5242. source: "./media/characters/fluoresce/front.svg"
  5243. }
  5244. }
  5245. },
  5246. [
  5247. {
  5248. name: "Micro",
  5249. height: math.unit(6, "cm")
  5250. },
  5251. {
  5252. name: "Normal",
  5253. height: math.unit(5 + 7/12, "feet"),
  5254. default: true
  5255. },
  5256. {
  5257. name: "Macro",
  5258. height: math.unit(56, "feet")
  5259. },
  5260. {
  5261. name: "Megamacro",
  5262. height: math.unit(1.9, "miles")
  5263. },
  5264. ]
  5265. )
  5266. };
  5267. characterMakers["Aurora"] = () => {
  5268. return makeCharacter(
  5269. "Aurora",
  5270. "Vonadi",
  5271. {
  5272. front: {
  5273. height: math.unit(9 + 6/12, "feet"),
  5274. weight: math.unit(523, "lbs"),
  5275. name: "Side",
  5276. image: {
  5277. source: "./media/characters/aurora/side.svg"
  5278. }
  5279. }
  5280. },
  5281. [
  5282. {
  5283. name: "Normal",
  5284. height: math.unit(9 + 6/12, "feet")
  5285. },
  5286. {
  5287. name: "Macro",
  5288. height: math.unit(96, "feet"),
  5289. default: true
  5290. },
  5291. {
  5292. name: "Macro+",
  5293. height: math.unit(243, "feet")
  5294. },
  5295. ]
  5296. )
  5297. };
  5298. characterMakers["Ranek"] = () => {
  5299. return makeCharacter(
  5300. "Ranek",
  5301. "Ranek",
  5302. {
  5303. front: {
  5304. height: math.unit(194, "cm"),
  5305. weight: math.unit(90, "kg"),
  5306. name: "Front",
  5307. image: {
  5308. source: "./media/characters/ranek/front.svg"
  5309. }
  5310. },
  5311. side: {
  5312. height: math.unit(194, "cm"),
  5313. weight: math.unit(90, "kg"),
  5314. name: "Side",
  5315. image: {
  5316. source: "./media/characters/ranek/side.svg"
  5317. }
  5318. },
  5319. back: {
  5320. height: math.unit(194, "cm"),
  5321. weight: math.unit(90, "kg"),
  5322. name: "Back",
  5323. image: {
  5324. source: "./media/characters/ranek/back.svg"
  5325. }
  5326. },
  5327. feral: {
  5328. height: math.unit(30, "cm"),
  5329. weight: math.unit(1.6, "lbs"),
  5330. name: "Feral",
  5331. image: {
  5332. source: "./media/characters/ranek/feral.svg"
  5333. }
  5334. },
  5335. },
  5336. [
  5337. {
  5338. name: "Normal",
  5339. height: math.unit(194, "cm"),
  5340. default: true
  5341. },
  5342. {
  5343. name: "Macro",
  5344. height: math.unit(100, "meters")
  5345. },
  5346. ]
  5347. )
  5348. };
  5349. characterMakers["Andrew Cooper"] = () => {
  5350. return makeCharacter(
  5351. "Andrew Cooper",
  5352. "Vonadi",
  5353. {
  5354. front: {
  5355. height: math.unit(5 + 6/12, "feet"),
  5356. weight: math.unit(153, "lbs"),
  5357. name: "Front",
  5358. image: {
  5359. source: "./media/characters/andrew-cooper/front.svg"
  5360. }
  5361. },
  5362. },
  5363. [
  5364. {
  5365. name: "Nano",
  5366. height: math.unit(1, "mm")
  5367. },
  5368. {
  5369. name: "Micro",
  5370. height: math.unit(2, "inches")
  5371. },
  5372. {
  5373. name: "Normal",
  5374. height: math.unit(5 + 6/12, "feet"),
  5375. default: true
  5376. }
  5377. ]
  5378. )
  5379. };
  5380. characterMakers["Akane Sato"] = () => {
  5381. return makeCharacter(
  5382. "Akane Sato",
  5383. "Vonadi",
  5384. {
  5385. front: {
  5386. height: math.unit(6, "feet"),
  5387. weight: math.unit(180, "lbs"),
  5388. name: "Front",
  5389. image: {
  5390. source: "./media/characters/akane-sato/front.svg",
  5391. extra: 1219/1140
  5392. }
  5393. },
  5394. back: {
  5395. height: math.unit(6, "feet"),
  5396. weight: math.unit(180, "lbs"),
  5397. name: "Back",
  5398. image: {
  5399. source: "./media/characters/akane-sato/back.svg",
  5400. extra: 1219/1170
  5401. }
  5402. },
  5403. },
  5404. [
  5405. {
  5406. name: "Normal",
  5407. height: math.unit(2.5, "meters")
  5408. },
  5409. {
  5410. name: "Macro",
  5411. height: math.unit(250, "meters"),
  5412. default: true
  5413. },
  5414. {
  5415. name: "Megamacro",
  5416. height: math.unit(25, "km")
  5417. },
  5418. ]
  5419. )
  5420. };
  5421. characterMakers["Rook"] = () => {
  5422. return makeCharacter(
  5423. "Rook",
  5424. "Rook",
  5425. {
  5426. front: {
  5427. height: math.unit(6, "feet"),
  5428. weight: math.unit(65, "kg"),
  5429. name: "Front",
  5430. image: {
  5431. source: "./media/characters/rook/front.svg"
  5432. }
  5433. }
  5434. },
  5435. [
  5436. {
  5437. name: "Normal",
  5438. height: math.unit(8.8, "feet")
  5439. },
  5440. {
  5441. name: "Macro",
  5442. height: math.unit(88, "feet"),
  5443. default: true
  5444. },
  5445. {
  5446. name: "Megamacro",
  5447. height: math.unit(8, "miles")
  5448. },
  5449. ]
  5450. )
  5451. };
  5452. characterMakers["Prodigy"] = () => {
  5453. return makeCharacter(
  5454. "Prodigy",
  5455. "Rook",
  5456. {
  5457. front: {
  5458. height: math.unit(12 + 2/12, "feet"),
  5459. weight: math.unit(808, "lbs"),
  5460. name: "Front",
  5461. image: {
  5462. source: "./media/characters/prodigy/front.svg"
  5463. }
  5464. }
  5465. },
  5466. [
  5467. {
  5468. name: "Normal",
  5469. height: math.unit(12 + 2/12, "feet"),
  5470. default: true
  5471. },
  5472. {
  5473. name: "Macro",
  5474. height: math.unit(143, "feet")
  5475. },
  5476. {
  5477. name: "Macro+",
  5478. height: math.unit(400, "feet")
  5479. },
  5480. ]
  5481. )
  5482. };
  5483. characterMakers["Daniel"] = () => {
  5484. return makeCharacter(
  5485. "Daniel",
  5486. "Galactor",
  5487. {
  5488. front: {
  5489. height: math.unit(6, "feet"),
  5490. weight: math.unit(225, "lbs"),
  5491. name: "Front",
  5492. image: {
  5493. source: "./media/characters/daniel/front.svg"
  5494. }
  5495. },
  5496. leaning: {
  5497. height: math.unit(6, "feet"),
  5498. weight: math.unit(225, "lbs"),
  5499. name: "Leaning",
  5500. image: {
  5501. source: "./media/characters/daniel/leaning.svg"
  5502. }
  5503. },
  5504. },
  5505. [
  5506. {
  5507. name: "Macro",
  5508. height: math.unit(1000, "feet"),
  5509. default: true
  5510. },
  5511. ]
  5512. )
  5513. };
  5514. characterMakers["Chiros"] = () => {
  5515. return makeCharacter(
  5516. "Chiros",
  5517. "Chiropica",
  5518. {
  5519. front: {
  5520. height: math.unit(6, "feet"),
  5521. weight: math.unit(88, "lbs"),
  5522. name: "Front",
  5523. image: {
  5524. source: "./media/characters/chiros/front.svg",
  5525. extra: 306/226
  5526. }
  5527. },
  5528. side: {
  5529. height: math.unit(6, "feet"),
  5530. weight: math.unit(88, "lbs"),
  5531. name: "Side",
  5532. image: {
  5533. source: "./media/characters/chiros/side.svg",
  5534. extra: 306/226
  5535. }
  5536. },
  5537. },
  5538. [
  5539. {
  5540. name: "Normal",
  5541. height: math.unit(6, "cm"),
  5542. default: true
  5543. },
  5544. ]
  5545. )
  5546. };
  5547. characterMakers["Selka"] = () => {
  5548. return makeCharacter(
  5549. "Selka",
  5550. "Xelchew",
  5551. {
  5552. front: {
  5553. height: math.unit(6, "feet"),
  5554. weight: math.unit(100, "lbs"),
  5555. name: "Front",
  5556. image: {
  5557. source: "./media/characters/selka/front.svg",
  5558. extra: 947/887
  5559. }
  5560. }
  5561. },
  5562. [
  5563. {
  5564. name: "Normal",
  5565. height: math.unit(5, "cm"),
  5566. default: true
  5567. },
  5568. ]
  5569. )
  5570. };
  5571. characterMakers["Verin"] = () => {
  5572. return makeCharacter(
  5573. "Verin",
  5574. "Vonadi",
  5575. {
  5576. front: {
  5577. height: math.unit(8 + 3/12, "feet"),
  5578. weight: math.unit(424, "lbs"),
  5579. name: "Front",
  5580. image: {
  5581. source: "./media/characters/verin/front.svg",
  5582. extra: 1845/1550
  5583. }
  5584. },
  5585. frontArmored: {
  5586. height: math.unit(8 + 3/12, "feet"),
  5587. weight: math.unit(424, "lbs"),
  5588. name: "Front (Armored)",
  5589. image: {
  5590. source: "./media/characters/verin/front-armor.svg",
  5591. extra: 1845/1550 ,
  5592. bottom: 0.01
  5593. }
  5594. },
  5595. back: {
  5596. height: math.unit(8 + 3/12, "feet"),
  5597. weight: math.unit(424, "lbs"),
  5598. name: "Back",
  5599. image: {
  5600. source: "./media/characters/verin/back.svg",
  5601. bottom: 0.1,
  5602. extra: 1
  5603. }
  5604. },
  5605. foot: {
  5606. height: math.unit((8 + 3/12) / 4.7, "feet"),
  5607. name: "Foot",
  5608. image: {
  5609. source: "./media/characters/verin/foot.svg"
  5610. }
  5611. },
  5612. },
  5613. [
  5614. {
  5615. name: "Normal",
  5616. height: math.unit(8 + 3/12, "feet")
  5617. },
  5618. {
  5619. name: "Minimacro",
  5620. height: math.unit(21, "feet"),
  5621. default: true
  5622. },
  5623. {
  5624. name: "Macro",
  5625. height: math.unit(626, "feet")
  5626. },
  5627. ]
  5628. )
  5629. };
  5630. characterMakers["Sovrim Terraquian"] = () => {
  5631. return makeCharacter(
  5632. "Sovrim Terraquian",
  5633. "Sovrim Terraquian",
  5634. {
  5635. front: {
  5636. height: math.unit(2.718, "meters"),
  5637. weight: math.unit(150, "lbs"),
  5638. name: "Front",
  5639. image: {
  5640. source: "./media/characters/sovrim-terraquian/front.svg"
  5641. }
  5642. },
  5643. back: {
  5644. height: math.unit(2.718, "meters"),
  5645. weight: math.unit(150, "lbs"),
  5646. name: "Back",
  5647. image: {
  5648. source: "./media/characters/sovrim-terraquian/back.svg"
  5649. }
  5650. }
  5651. },
  5652. [
  5653. {
  5654. name: "Micro",
  5655. height: math.unit(2, "inches")
  5656. },
  5657. {
  5658. name: "Small",
  5659. height: math.unit(1, "meter")
  5660. },
  5661. {
  5662. name: "Normal",
  5663. height: math.unit(Math.E, "meters"),
  5664. default: true
  5665. },
  5666. {
  5667. name: "Macro",
  5668. height: math.unit(20, "meters")
  5669. },
  5670. {
  5671. name: "Macro+",
  5672. height: math.unit(400, "meters")
  5673. },
  5674. ]
  5675. )
  5676. };
  5677. characterMakers["Reece Silvermane"] = () => {
  5678. return makeCharacter(
  5679. "Reece Silvermane",
  5680. "Silverhorsey",
  5681. {
  5682. front: {
  5683. height: math.unit(7, "feet"),
  5684. weight: math.unit(489, "lbs"),
  5685. name: "Front",
  5686. image: {
  5687. source: "./media/characters/reece-silvermane/front.svg",
  5688. bottom: 0.02,
  5689. extra: 1
  5690. }
  5691. },
  5692. },
  5693. [
  5694. {
  5695. name: "Macro",
  5696. height: math.unit(1.5, "miles"),
  5697. default: true
  5698. },
  5699. ]
  5700. )
  5701. };
  5702. characterMakers["Kane"] = () => {
  5703. return makeCharacter(
  5704. "Kane",
  5705. "LittleBigX110",
  5706. {
  5707. front: {
  5708. height: math.unit(6, "feet"),
  5709. weight: math.unit(78, "kg"),
  5710. name: "Front",
  5711. image: {
  5712. source: "./media/characters/kane/front.svg",
  5713. extra: 978/899
  5714. }
  5715. },
  5716. },
  5717. [
  5718. {
  5719. name: "Normal",
  5720. height: math.unit(2.1, "m"),
  5721. },
  5722. {
  5723. name: "Macro",
  5724. height: math.unit(1, "km"),
  5725. default: true
  5726. },
  5727. ]
  5728. )
  5729. };
  5730. characterMakers["Tegon"] = () => {
  5731. return makeCharacter(
  5732. "Tegon",
  5733. "TegonDragon",
  5734. {
  5735. front: {
  5736. height: math.unit(6, "feet"),
  5737. weight: math.unit(200, "kg"),
  5738. name: "Front",
  5739. image: {
  5740. source: "./media/characters/tegon/front.svg",
  5741. bottom: 0.01,
  5742. extra: 1
  5743. }
  5744. },
  5745. },
  5746. [
  5747. {
  5748. name: "Micro",
  5749. height: math.unit(1, "inch")
  5750. },
  5751. {
  5752. name: "Normal",
  5753. height: math.unit(6 + 3/12, "feet"),
  5754. default: true
  5755. },
  5756. {
  5757. name: "Macro",
  5758. height: math.unit(300, "feet")
  5759. },
  5760. {
  5761. name: "Megamacro",
  5762. height: math.unit(69, "miles")
  5763. },
  5764. ]
  5765. )
  5766. };
  5767. characterMakers["Arcturax"] = () => {
  5768. return makeCharacter(
  5769. "Arcturax",
  5770. "Arcturax",
  5771. {
  5772. side: {
  5773. height: math.unit(6, "feet"),
  5774. weight: math.unit(2304, "lbs"),
  5775. name: "Side",
  5776. image: {
  5777. source: "./media/characters/arcturax/side.svg",
  5778. extra: 790/376 ,
  5779. bottom: 0.01
  5780. }
  5781. },
  5782. },
  5783. [
  5784. {
  5785. name: "Micro",
  5786. height: math.unit(2, "inch")
  5787. },
  5788. {
  5789. name: "Normal",
  5790. height: math.unit(6, "feet")
  5791. },
  5792. {
  5793. name: "Macro",
  5794. height: math.unit(39, "feet"),
  5795. default: true
  5796. },
  5797. {
  5798. name: "Megamacro",
  5799. height: math.unit(7, "miles")
  5800. },
  5801. ]
  5802. )
  5803. };
  5804. characterMakers["Sentri"] = () => {
  5805. return makeCharacter(
  5806. "Sentri",
  5807. "Sentri",
  5808. {
  5809. front: {
  5810. height: math.unit(6, "feet"),
  5811. weight: math.unit(50, "lbs"),
  5812. name: "Front",
  5813. image: {
  5814. source: "./media/characters/sentri/front.svg",
  5815. extra: 1750/1570 ,
  5816. bottom: 0.025
  5817. }
  5818. },
  5819. frontAlt: {
  5820. height: math.unit(6, "feet"),
  5821. weight: math.unit(50, "lbs"),
  5822. name: "Front (Alt)",
  5823. image: {
  5824. source: "./media/characters/sentri/front-alt.svg",
  5825. extra: 1750/1570 ,
  5826. bottom: 0.025
  5827. }
  5828. },
  5829. },
  5830. [
  5831. {
  5832. name: "Normal",
  5833. height: math.unit(15, "feet"),
  5834. default: true
  5835. },
  5836. {
  5837. name: "Macro",
  5838. height: math.unit(2500, "feet")
  5839. }
  5840. ]
  5841. )
  5842. };
  5843. characterMakers["Corvin"] = () => {
  5844. return makeCharacter(
  5845. "Corvin",
  5846. "Sirffuzzylogik",
  5847. {
  5848. front: {
  5849. height: math.unit(5 + 8/12, "feet"),
  5850. weight: math.unit(130, "lbs"),
  5851. name: "Front",
  5852. image: {
  5853. source: "./media/characters/corvin/front.svg",
  5854. extra: 1803/1629
  5855. }
  5856. },
  5857. frontShirt: {
  5858. height: math.unit(5 + 8/12, "feet"),
  5859. weight: math.unit(130, "lbs"),
  5860. name: "Front (Shirt)",
  5861. image: {
  5862. source: "./media/characters/corvin/front-shirt.svg",
  5863. extra: 1803/1629
  5864. }
  5865. },
  5866. frontPoncho: {
  5867. height: math.unit(5 + 8/12, "feet"),
  5868. weight: math.unit(130, "lbs"),
  5869. name: "Front (Poncho)",
  5870. image: {
  5871. source: "./media/characters/corvin/front-poncho.svg",
  5872. extra: 1803/1629
  5873. }
  5874. },
  5875. side: {
  5876. height: math.unit(5 + 8/12, "feet"),
  5877. weight: math.unit(130, "lbs"),
  5878. name: "Side",
  5879. image: {
  5880. source: "./media/characters/corvin/side.svg",
  5881. extra: 1012/945
  5882. }
  5883. },
  5884. back: {
  5885. height: math.unit(5 + 8/12, "feet"),
  5886. weight: math.unit(130, "lbs"),
  5887. name: "Back",
  5888. image: {
  5889. source: "./media/characters/corvin/back.svg",
  5890. extra: 1803/1629
  5891. }
  5892. },
  5893. },
  5894. [
  5895. {
  5896. name: "Micro",
  5897. height: math.unit(3, "inches")
  5898. },
  5899. {
  5900. name: "Normal",
  5901. height: math.unit(5 + 8/12, "feet")
  5902. },
  5903. {
  5904. name: "Macro",
  5905. height: math.unit(300, "feet"),
  5906. default: true
  5907. },
  5908. {
  5909. name: "Megamacro",
  5910. height: math.unit(500, "miles")
  5911. }
  5912. ]
  5913. )
  5914. };
  5915. characterMakers["Q"] = () => {
  5916. return makeCharacter(
  5917. "Q",
  5918. "Q Walf",
  5919. {
  5920. front: {
  5921. height: math.unit(6, "feet"),
  5922. weight: math.unit(135, "lbs"),
  5923. name: "Front",
  5924. image: {
  5925. source: "./media/characters/q/front.svg",
  5926. extra: 854/752 ,
  5927. bottom: 0.005
  5928. }
  5929. },
  5930. back: {
  5931. height: math.unit(6, "feet"),
  5932. weight: math.unit(130, "lbs"),
  5933. name: "Back",
  5934. image: {
  5935. source: "./media/characters/q/back.svg",
  5936. extra: 854/752
  5937. }
  5938. },
  5939. },
  5940. [
  5941. {
  5942. name: "Macro",
  5943. height: math.unit(90, "feet"),
  5944. default: true
  5945. },
  5946. {
  5947. name: "Extra Macro",
  5948. height: math.unit(300, "feet"),
  5949. },
  5950. {
  5951. name: "BIG WALF",
  5952. height: math.unit(750, "feet"),
  5953. },
  5954. ]
  5955. )
  5956. };
  5957. characterMakers["Carley"] = () => {
  5958. return makeCharacter(
  5959. "Carley",
  5960. "QuakeYote",
  5961. {
  5962. front: {
  5963. height: math.unit(6, "feet"),
  5964. weight: math.unit(150, "lbs"),
  5965. name: "Front",
  5966. image: {
  5967. source: "./media/characters/carley/front.svg",
  5968. extra: 3927/3540 ,
  5969. bottom: 0.03
  5970. }
  5971. }
  5972. },
  5973. [
  5974. {
  5975. name: "Normal",
  5976. height: math.unit(6 + 3/12, "feet")
  5977. },
  5978. {
  5979. name: "Macro",
  5980. height: math.unit(185, "feet"),
  5981. default: true
  5982. },
  5983. {
  5984. name: "Megamacro",
  5985. height: math.unit(8, "miles"),
  5986. },
  5987. ]
  5988. )
  5989. };
  5990. characterMakers["Citrine"] = () => {
  5991. return makeCharacter(
  5992. "Citrine",
  5993. "thunderstrike23",
  5994. {
  5995. front: {
  5996. height: math.unit(3, "feet"),
  5997. weight: math.unit(28, "lbs"),
  5998. name: "Front",
  5999. image: {
  6000. source: "./media/characters/citrine/front.svg"
  6001. }
  6002. }
  6003. },
  6004. [
  6005. {
  6006. name: "Normal",
  6007. height: math.unit(3, "feet"),
  6008. default: true
  6009. }
  6010. ]
  6011. )
  6012. };
  6013. characterMakers["Aura Starwind"] = () => {
  6014. return makeCharacter(
  6015. "Aura Starwind",
  6016. "StrikeVixen",
  6017. {
  6018. front: {
  6019. height: math.unit(14, "feet"),
  6020. weight: math.unit(1450, "kg"),
  6021. name: "Front",
  6022. image: {
  6023. source: "./media/characters/aura-starwind/front.svg",
  6024. extra: 1455/1335
  6025. }
  6026. },
  6027. side: {
  6028. height: math.unit(14, "feet"),
  6029. weight: math.unit(1450, "kg"),
  6030. name: "Side",
  6031. image: {
  6032. source: "./media/characters/aura-starwind/side.svg",
  6033. extra: 1654/1497
  6034. }
  6035. },
  6036. taur: {
  6037. height: math.unit(18, "feet"),
  6038. weight: math.unit(5500, "kg"),
  6039. name: "Taur",
  6040. image: {
  6041. source: "./media/characters/aura-starwind/taur.svg",
  6042. extra: 1760/1650
  6043. }
  6044. },
  6045. feral: {
  6046. height: math.unit(46, "feet"),
  6047. weight: math.unit(25000, "kg"),
  6048. name: "Feral",
  6049. image: {
  6050. source: "./media/characters/aura-starwind/feral.svg"
  6051. }
  6052. },
  6053. },
  6054. [
  6055. {
  6056. name: "Normal",
  6057. height: math.unit(14, "feet"),
  6058. default: true
  6059. },
  6060. {
  6061. name: "Macro",
  6062. height: math.unit(50, "meters")
  6063. },
  6064. {
  6065. name: "Megamacro",
  6066. height: math.unit(5000, "meters")
  6067. },
  6068. {
  6069. name: "Gigamacro",
  6070. height: math.unit(100000, "kilometers")
  6071. },
  6072. ]
  6073. )
  6074. };
  6075. characterMakers["Rivet"] = () => {
  6076. return makeCharacter(
  6077. "Rivet",
  6078. "Vonadi",
  6079. {
  6080. front: {
  6081. height: math.unit(2 + 7/12, "feet"),
  6082. weight: math.unit(32, "lbs"),
  6083. name: "Front",
  6084. image: {
  6085. source: "./media/characters/rivet/front.svg",
  6086. extra: 1716/1658 ,
  6087. bottom: 0.03
  6088. }
  6089. },
  6090. foot: {
  6091. height: math.unit(0.551, "feet"),
  6092. name: "Rivet's Foot",
  6093. image: {
  6094. source: "./media/characters/rivet/foot.svg"
  6095. },
  6096. rename: true
  6097. }
  6098. },
  6099. [
  6100. {
  6101. name: "Micro",
  6102. height: math.unit(1.5, "inches"),
  6103. },
  6104. {
  6105. name: "Normal",
  6106. height: math.unit(2 + 7/12, "feet"),
  6107. default: true
  6108. },
  6109. {
  6110. name: "Macro",
  6111. height: math.unit(85, "feet")
  6112. },
  6113. {
  6114. name: "Megamacro",
  6115. height: math.unit(2.2, "km")
  6116. }
  6117. ]
  6118. )
  6119. };
  6120. characterMakers["Coffee"] = () => {
  6121. return makeCharacter(
  6122. "Coffee",
  6123. "CoffeeDoggo",
  6124. {
  6125. front: {
  6126. height: math.unit(5 + 9/12, "feet"),
  6127. weight: math.unit(150, "lbs"),
  6128. name: "Front",
  6129. image: {
  6130. source: "./media/characters/coffee/front.svg",
  6131. extra: 3666/3032 ,
  6132. bottom: 0.04
  6133. }
  6134. },
  6135. foot: {
  6136. height: math.unit(1.29, "feet"),
  6137. name: "Foot",
  6138. image: {
  6139. source: "./media/characters/coffee/foot.svg"
  6140. }
  6141. },
  6142. },
  6143. [
  6144. {
  6145. name: "Micro",
  6146. height: math.unit(2, "inches"),
  6147. },
  6148. {
  6149. name: "Normal",
  6150. height: math.unit(5 + 9/12, "feet"),
  6151. default: true
  6152. },
  6153. {
  6154. name: "Macro",
  6155. height: math.unit(800, "feet")
  6156. },
  6157. {
  6158. name: "Megamacro",
  6159. height: math.unit(25, "miles")
  6160. }
  6161. ]
  6162. )
  6163. };
  6164. characterMakers["Chari-Gal"] = () => {
  6165. return makeCharacter(
  6166. "Chari-Gal",
  6167. "Knoem",
  6168. {
  6169. front: {
  6170. height: math.unit(6, "feet"),
  6171. weight: math.unit(200, "lbs"),
  6172. name: "Front",
  6173. image: {
  6174. source: "./media/characters/chari-gal/front.svg",
  6175. extra: 1568/1385 ,
  6176. bottom: 0.047
  6177. }
  6178. },
  6179. gigantamax: {
  6180. height: math.unit(6*16, "feet"),
  6181. weight: math.unit(200*16*16*16, "lbs"),
  6182. name: "Gigantamax",
  6183. image: {
  6184. source: "./media/characters/chari-gal/gigantamax.svg",
  6185. extra: 1124/888 ,
  6186. bottom: 0.03
  6187. }
  6188. },
  6189. },
  6190. [
  6191. {
  6192. name: "Normal",
  6193. height: math.unit(5 + 7/12, "feet")
  6194. },
  6195. {
  6196. name: "Macro",
  6197. height: math.unit(200, "feet"),
  6198. default: true
  6199. }
  6200. ]
  6201. )
  6202. };
  6203. characterMakers["Nova"] = () => {
  6204. return makeCharacter(
  6205. "Nova",
  6206. "CoffeeDoggo",
  6207. {
  6208. front: {
  6209. height: math.unit(6, "feet"),
  6210. weight: math.unit(150, "lbs"),
  6211. name: "Front",
  6212. image: {
  6213. source: "./media/characters/nova/front.svg",
  6214. extra: 5000/4722 ,
  6215. bottom: 0.02
  6216. }
  6217. }
  6218. },
  6219. [
  6220. {
  6221. name: "Micro-",
  6222. height: math.unit(0.8, "inches")
  6223. },
  6224. {
  6225. name: "Micro",
  6226. height: math.unit(2, "inches"),
  6227. default: true
  6228. },
  6229. ]
  6230. )
  6231. };
  6232. characterMakers["Argent"] = () => {
  6233. return makeCharacter(
  6234. "Argent",
  6235. "ArgentVZ",
  6236. {
  6237. front: {
  6238. height: math.unit(3 + 1/12, "feet"),
  6239. weight: math.unit(21.7, "lbs"),
  6240. name: "Front",
  6241. image: {
  6242. source: "./media/characters/argent/front.svg",
  6243. extra: 1565/1416 ,
  6244. bottom: 0.01
  6245. }
  6246. }
  6247. },
  6248. [
  6249. {
  6250. name: "Micro",
  6251. height: math.unit(2, "inches")
  6252. },
  6253. {
  6254. name: "Normal",
  6255. height: math.unit(3 + 1/12, "feet"),
  6256. default: true
  6257. },
  6258. {
  6259. name: "Macro",
  6260. height: math.unit(120, "feet")
  6261. },
  6262. ]
  6263. )
  6264. };
  6265. characterMakers["Mira al-Cul"] = () => {
  6266. return makeCharacter(
  6267. "Mira al-Cul",
  6268. "Mariokartsonicriders",
  6269. {
  6270. lamp: {
  6271. height: math.unit(7 * 1559 / 989, "feet"),
  6272. name: "Magic Lamp",
  6273. image: {
  6274. source: "./media/characters/mira-al-cul/lamp.svg",
  6275. extra: 1617/1559
  6276. }
  6277. },
  6278. front: {
  6279. height: math.unit(7, "feet"),
  6280. name: "Front",
  6281. image: {
  6282. source: "./media/characters/mira-al-cul/front.svg",
  6283. extra: 1044/990
  6284. }
  6285. },
  6286. },
  6287. [
  6288. {
  6289. name: "Heavily Restricted",
  6290. height: math.unit(7 * 1559 / 989, "feet")
  6291. },
  6292. {
  6293. name: "Freshly Freed",
  6294. height: math.unit(50 * 1559 / 989, "feet")
  6295. },
  6296. {
  6297. name: "World Encompassing",
  6298. height: math.unit(10000 * 1559 / 989, "miles")
  6299. },
  6300. {
  6301. name: "Galactic",
  6302. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6303. },
  6304. {
  6305. name: "Palmed Universe",
  6306. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6307. default: true
  6308. },
  6309. {
  6310. name: "Multiversal Matriarch",
  6311. height: math.unit(8.87e10, "yottameters")
  6312. },
  6313. {
  6314. name: "Void Mother",
  6315. height: math.unit(3.14e110, "yottaparsecs")
  6316. },
  6317. ]
  6318. )
  6319. };
  6320. characterMakers["Kuro-shi Uchū"] = () => {
  6321. return makeCharacter(
  6322. "Kuro-shi Uchū",
  6323. "Dragon Shark",
  6324. {
  6325. front: {
  6326. height: math.unit(17 + 1/12, "feet"),
  6327. weight: math.unit(476.2*5, "lbs"),
  6328. name: "Front",
  6329. image: {
  6330. source: "./media/characters/kuro-shi-uchū/front.svg",
  6331. extra: 2329/1835 ,
  6332. bottom: 0.02
  6333. }
  6334. },
  6335. },
  6336. [
  6337. {
  6338. name: "Micro",
  6339. height: math.unit(2, "inches")
  6340. },
  6341. {
  6342. name: "Normal",
  6343. height: math.unit(12, "meters")
  6344. },
  6345. {
  6346. name: "Planetary",
  6347. height: math.unit(0.00929, "AU"),
  6348. default: true
  6349. },
  6350. {
  6351. name: "Universal",
  6352. height: math.unit(20, "gigaparsecs")
  6353. },
  6354. ]
  6355. )
  6356. };
  6357. characterMakers["Katherine"] = () => {
  6358. return makeCharacter(
  6359. "Katherine",
  6360. "chrisrules123",
  6361. {
  6362. front: {
  6363. height: math.unit(5 + 2/12, "feet"),
  6364. weight: math.unit(120, "lbs"),
  6365. name: "Front",
  6366. image: {
  6367. source: "./media/characters/katherine/front.svg",
  6368. extra: 2075/1969
  6369. }
  6370. },
  6371. dress: {
  6372. height: math.unit(5 + 2/12, "feet"),
  6373. weight: math.unit(120, "lbs"),
  6374. name: "Dress",
  6375. image: {
  6376. source: "./media/characters/katherine/dress.svg",
  6377. extra: 2258/2064
  6378. }
  6379. },
  6380. },
  6381. [
  6382. {
  6383. name: "Micro",
  6384. height: math.unit(1, "inches"),
  6385. default: true
  6386. },
  6387. {
  6388. name: "Normal",
  6389. height: math.unit(5 + 2/12, "feet")
  6390. },
  6391. {
  6392. name: "Macro",
  6393. height: math.unit(100, "meters")
  6394. },
  6395. {
  6396. name: "Megamacro",
  6397. height: math.unit(80, "miles")
  6398. },
  6399. ]
  6400. )
  6401. };
  6402. characterMakers["Yevis"] = () => {
  6403. return makeCharacter(
  6404. "Yevis",
  6405. "Mariokartsonicriders",
  6406. {
  6407. front: {
  6408. height: math.unit(7 + 8/12, "feet"),
  6409. weight: math.unit(250, "lbs"),
  6410. name: "Front",
  6411. image: {
  6412. source: "./media/characters/yevis/front.svg",
  6413. extra: 1938/1755
  6414. }
  6415. }
  6416. },
  6417. [
  6418. {
  6419. name: "Mortal",
  6420. height: math.unit(7 + 8/12, "feet")
  6421. },
  6422. {
  6423. name: "Battle",
  6424. height: math.unit(25 + 11/12, "feet")
  6425. },
  6426. {
  6427. name: "Wrath",
  6428. height: math.unit(1654 + 11/12, "feet")
  6429. },
  6430. {
  6431. name: "Planet Destroyer",
  6432. height: math.unit(12000, "miles")
  6433. },
  6434. {
  6435. name: "Galaxy Conqueror",
  6436. height: math.unit(1.45, "zettameters"),
  6437. default: true
  6438. },
  6439. {
  6440. name: "Universal War",
  6441. height: math.unit(184, "gigaparsecs")
  6442. },
  6443. {
  6444. name: "Eternity War",
  6445. height: math.unit(1.98e55, "yottaparsecs")
  6446. },
  6447. ]
  6448. )
  6449. };
  6450. characterMakers["Xavier"] = () => {
  6451. return makeCharacter(
  6452. "Xavier",
  6453. "zmaster587",
  6454. {
  6455. front: {
  6456. height: math.unit(5 + 8/12, "feet"),
  6457. weight: math.unit(63, "kg"),
  6458. name: "Front",
  6459. image: {
  6460. source: "./media/characters/xavier/front.svg",
  6461. extra: 944/883
  6462. }
  6463. },
  6464. frontStretch: {
  6465. height: math.unit(5 + 8/12, "feet"),
  6466. weight: math.unit(63, "kg"),
  6467. name: "Stretching",
  6468. image: {
  6469. source: "./media/characters/xavier/front-stretch.svg",
  6470. extra: 962/820
  6471. }
  6472. },
  6473. },
  6474. [
  6475. {
  6476. name: "Normal",
  6477. height: math.unit(5 + 8/12, "feet")
  6478. },
  6479. {
  6480. name: "Macro",
  6481. height: math.unit(100, "meters"),
  6482. default: true
  6483. },
  6484. {
  6485. name: "McLargeHuge",
  6486. height: math.unit(10, "miles")
  6487. },
  6488. ]
  6489. )
  6490. };
  6491. characterMakers["Joshii"] = () => {
  6492. return makeCharacter(
  6493. "Joshii",
  6494. "DarkieTehJester",
  6495. {
  6496. front: {
  6497. height: math.unit(5 + 5/12, "feet"),
  6498. weight: math.unit(150, "lb"),
  6499. name: "Front",
  6500. image: {
  6501. source: "./media/characters/joshii/front.svg"
  6502. }
  6503. },
  6504. foot: {
  6505. height: math.unit((5 + 5/12) * 0.1676, "feet"),
  6506. name: "Foot",
  6507. image: {
  6508. source: "./media/characters/joshii/foot.svg"
  6509. }
  6510. },
  6511. },
  6512. [
  6513. {
  6514. name: "Micro",
  6515. height: math.unit(2, "inches")
  6516. },
  6517. {
  6518. name: "Normal",
  6519. height: math.unit(5 + 5/12, "feet"),
  6520. default: true
  6521. },
  6522. {
  6523. name: "Macro",
  6524. height: math.unit(785, "feet")
  6525. },
  6526. {
  6527. name: "Megamacro",
  6528. height: math.unit(24.5, "miles")
  6529. },
  6530. ]
  6531. )
  6532. };
  6533. characterMakers["Goddess Elizabeth"] = () => {
  6534. return makeCharacter(
  6535. "Goddess Elizabeth",
  6536. "DarkieTehJester",
  6537. {
  6538. front: {
  6539. height: math.unit(6, "feet"),
  6540. weight: math.unit(150, "lb"),
  6541. name: "Front",
  6542. image: {
  6543. source: "./media/characters/goddess-elizabeth/front.svg"
  6544. }
  6545. },
  6546. foot: {
  6547. height: math.unit(6 * 0.25436 / 2, "feet"),
  6548. name: "Foot",
  6549. image: {
  6550. source: "./media/characters/goddess-elizabeth/foot.svg"
  6551. }
  6552. },
  6553. },
  6554. [
  6555. {
  6556. name: "Micro",
  6557. height: math.unit(12, "feet")
  6558. },
  6559. {
  6560. name: "Normal",
  6561. height: math.unit(80, "miles"),
  6562. default: true
  6563. },
  6564. {
  6565. name: "Macro",
  6566. height: math.unit(15000, "parsecs")
  6567. },
  6568. ]
  6569. )
  6570. };
  6571. characterMakers["Kara"] = () => {
  6572. return makeCharacter(
  6573. "Kara",
  6574. "Vonadi",
  6575. {
  6576. front: {
  6577. height: math.unit(5 + 9/12, "feet"),
  6578. weight: math.unit(144, "lb"),
  6579. name: "Front",
  6580. image: {
  6581. source: "./media/characters/kara/front.svg"
  6582. }
  6583. },
  6584. feet: {
  6585. height: math.unit(6/6.765, "feet"),
  6586. name: "Kara's Feet",
  6587. rename: true,
  6588. image: {
  6589. source: "./media/characters/kara/feet.svg"
  6590. }
  6591. },
  6592. },
  6593. [
  6594. {
  6595. name: "Normal",
  6596. height: math.unit(5 + 9/12, "feet")
  6597. },
  6598. {
  6599. name: "Macro",
  6600. height: math.unit(174, "feet"),
  6601. default: true
  6602. },
  6603. ]
  6604. )
  6605. };
  6606. characterMakers["Tyrone"] = () => {
  6607. return makeCharacter(
  6608. "Tyrone",
  6609. "nanakisan",
  6610. {
  6611. front: {
  6612. height: math.unit(18, "feet"),
  6613. weight: math.unit(4050, "lb"),
  6614. name: "Front",
  6615. image: {
  6616. source: "./media/characters/tyrone/front.svg",
  6617. extra: 2520/2402 ,
  6618. bottom: 0.025
  6619. }
  6620. },
  6621. },
  6622. [
  6623. {
  6624. name: "Normal",
  6625. height: math.unit(18, "feet"),
  6626. default: true
  6627. },
  6628. {
  6629. name: "Macro",
  6630. height: math.unit(300, "feet")
  6631. },
  6632. ]
  6633. )
  6634. };
  6635. characterMakers["Danny"] = () => {
  6636. return makeCharacter(
  6637. "Danny",
  6638. "danny_gryphon",
  6639. {
  6640. front: {
  6641. height: math.unit(7 + 8/12, "feet"),
  6642. weight: math.unit(120, "lb"),
  6643. name: "Front",
  6644. image: {
  6645. source: "./media/characters/danny/front.svg",
  6646. extra: 1490/1350
  6647. }
  6648. },
  6649. back: {
  6650. height: math.unit(7 + 8/12, "feet"),
  6651. weight: math.unit(120, "lb"),
  6652. name: "Back",
  6653. image: {
  6654. source: "./media/characters/danny/back.svg",
  6655. extra: 1490/1350
  6656. }
  6657. },
  6658. },
  6659. [
  6660. {
  6661. name: "Normal",
  6662. height: math.unit(7 + 8/12, "feet"),
  6663. default: true
  6664. },
  6665. ]
  6666. )
  6667. };
  6668. characterMakers["Mallow"] = () => {
  6669. return makeCharacter(
  6670. "Mallow",
  6671. "Mallowchu",
  6672. {
  6673. front: {
  6674. height: math.unit(3.5, "inches"),
  6675. weight: math.unit(19, "grams"),
  6676. name: "Front",
  6677. image: {
  6678. source: "./media/characters/mallow/front.svg",
  6679. extra: 471/431
  6680. }
  6681. },
  6682. back: {
  6683. height: math.unit(3.5, "inches"),
  6684. weight: math.unit(19, "grams"),
  6685. name: "Back",
  6686. image: {
  6687. source: "./media/characters/mallow/back.svg",
  6688. extra: 471/431
  6689. }
  6690. },
  6691. },
  6692. [
  6693. {
  6694. name: "Normal",
  6695. height: math.unit(3.5, "inches"),
  6696. default: true
  6697. },
  6698. ]
  6699. )
  6700. };
  6701. characterMakers["Starry Aqua"] = () => {
  6702. return makeCharacter(
  6703. "Starry Aqua",
  6704. "StarryAqua",
  6705. {
  6706. front: {
  6707. height: math.unit(9, "feet"),
  6708. weight: math.unit(230, "kg"),
  6709. name: "Front",
  6710. image: {
  6711. source: "./media/characters/starry-aqua/front.svg"
  6712. }
  6713. },
  6714. back: {
  6715. height: math.unit(9, "feet"),
  6716. weight: math.unit(230, "kg"),
  6717. name: "Back",
  6718. image: {
  6719. source: "./media/characters/starry-aqua/back.svg"
  6720. }
  6721. },
  6722. hand: {
  6723. height: math.unit(9 * 0.1168, "feet"),
  6724. name: "Hand",
  6725. image: {
  6726. source: "./media/characters/starry-aqua/hand.svg"
  6727. }
  6728. },
  6729. foot: {
  6730. height: math.unit(9 * 0.18, "feet"),
  6731. name: "Foot",
  6732. image: {
  6733. source: "./media/characters/starry-aqua/foot.svg"
  6734. }
  6735. }
  6736. },
  6737. [
  6738. {
  6739. name: "Micro",
  6740. height: math.unit(3, "inches")
  6741. },
  6742. {
  6743. name: "Normal",
  6744. height: math.unit(9, "feet")
  6745. },
  6746. {
  6747. name: "Macro",
  6748. height: math.unit(300, "feet"),
  6749. default: true
  6750. },
  6751. {
  6752. name: "Megamacro",
  6753. height: math.unit(3200, "feet")
  6754. }
  6755. ]
  6756. )
  6757. };
  6758. characterMakers["Luka"] = () => {
  6759. return makeCharacter(
  6760. "Luka",
  6761. "UmbraHusky",
  6762. {
  6763. front: {
  6764. height: math.unit(6, "feet"),
  6765. weight: math.unit(230, "lb"),
  6766. name: "Front",
  6767. image: {
  6768. source: "./media/characters/luka/front.svg",
  6769. extra: 1,
  6770. bottom: 0.025
  6771. }
  6772. },
  6773. },
  6774. [
  6775. {
  6776. name: "Normal",
  6777. height: math.unit(12 + 8/12, "feet"),
  6778. default: true
  6779. },
  6780. {
  6781. name: "Minimacro",
  6782. height: math.unit(20, "feet")
  6783. },
  6784. {
  6785. name: "Macro",
  6786. height: math.unit(250, "feet")
  6787. },
  6788. {
  6789. name: "Megamacro",
  6790. height: math.unit(5, "miles")
  6791. },
  6792. {
  6793. name: "Gigamacro",
  6794. height: math.unit(8000, "miles")
  6795. },
  6796. ]
  6797. )
  6798. };
  6799. characterMakers["Natalie Nightring"] = () => {
  6800. return makeCharacter(
  6801. "Natalie Nightring",
  6802. "NatEdgecomb",
  6803. {
  6804. front: {
  6805. height: math.unit(6, "feet"),
  6806. weight: math.unit(150, "lb"),
  6807. name: "Front",
  6808. image: {
  6809. source: "./media/characters/natalie-nightring/front.svg",
  6810. extra: 1,
  6811. bottom: 0.06
  6812. }
  6813. },
  6814. },
  6815. [
  6816. {
  6817. name: "Uh Oh",
  6818. height: math.unit(0.1, "mm")
  6819. },
  6820. {
  6821. name: "Small",
  6822. height: math.unit(3, "inches")
  6823. },
  6824. {
  6825. name: "Human Scale",
  6826. height: math.unit(6, "feet")
  6827. },
  6828. {
  6829. name: "Librarian",
  6830. height: math.unit(50, "feet"),
  6831. default: true
  6832. },
  6833. {
  6834. name: "Immense",
  6835. height: math.unit(200, "miles")
  6836. },
  6837. ]
  6838. )
  6839. };
  6840. characterMakers["Danni Rosie"] = () => {
  6841. return makeCharacter(
  6842. "Danni Rosie",
  6843. "colwag",
  6844. {
  6845. front: {
  6846. height: math.unit(6, "feet"),
  6847. weight: math.unit(180, "lbs"),
  6848. name: "Front",
  6849. image: {
  6850. source: "./media/characters/danni-rosie/front.svg",
  6851. extra: 1260/1128 ,
  6852. bottom: 0.022
  6853. }
  6854. },
  6855. },
  6856. [
  6857. {
  6858. name: "Micro",
  6859. height: math.unit(2, "inches"),
  6860. default: true
  6861. },
  6862. ]
  6863. )
  6864. };
  6865. characterMakers["Samantha Kruse"] = () => {
  6866. return makeCharacter(
  6867. "Samantha Kruse",
  6868. "colwag",
  6869. {
  6870. front: {
  6871. height: math.unit(5 + 9/12, "feet"),
  6872. weight: math.unit(220, "lb"),
  6873. name: "Front",
  6874. image: {
  6875. source: "./media/characters/samantha-kruse/front.svg",
  6876. extra: (985 / 935) ,
  6877. bottom: 0.03
  6878. }
  6879. },
  6880. frontUndressed: {
  6881. height: math.unit(5 + 9/12, "feet"),
  6882. weight: math.unit(220, "lb"),
  6883. name: "Front (Undressed)",
  6884. image: {
  6885. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6886. extra: (973 / 923) ,
  6887. bottom: 0.025
  6888. }
  6889. },
  6890. fat: {
  6891. height: math.unit(5 + 9/12, "feet"),
  6892. weight: math.unit(900, "lb"),
  6893. name: "Front (Fat)",
  6894. image: {
  6895. source: "./media/characters/samantha-kruse/fat.svg",
  6896. extra: 2688/2561
  6897. }
  6898. },
  6899. },
  6900. [
  6901. {
  6902. name: "Normal",
  6903. height: math.unit(5 + 9/12, "feet"),
  6904. default: true
  6905. }
  6906. ]
  6907. )
  6908. };
  6909. characterMakers["Amelia Rosie"] = () => {
  6910. return makeCharacter(
  6911. "Amelia Rosie",
  6912. "colwag",
  6913. {
  6914. back: {
  6915. height: math.unit(5 + 4/12, "feet"),
  6916. weight: math.unit(4963, "lb"),
  6917. name: "Back",
  6918. image: {
  6919. source: "./media/characters/amelia-rosie/back.svg",
  6920. extra: 1113/963 ,
  6921. bottom: 0.01
  6922. }
  6923. },
  6924. },
  6925. [
  6926. {
  6927. name: "Level 0",
  6928. height: math.unit(5 + 4/12, "feet")
  6929. },
  6930. {
  6931. name: "Level 1",
  6932. height: math.unit(164597, "feet"),
  6933. default: true
  6934. },
  6935. {
  6936. name: "Level 2",
  6937. height: math.unit(956243, "miles")
  6938. },
  6939. {
  6940. name: "Level 3",
  6941. height: math.unit(29421709423, "miles")
  6942. },
  6943. {
  6944. name: "Level 4",
  6945. height: math.unit(154, "lightyears")
  6946. },
  6947. {
  6948. name: "Level 5",
  6949. height: math.unit(4738272, "lightyears")
  6950. },
  6951. {
  6952. name: "Level 6",
  6953. height: math.unit(145787152896, "lightyears")
  6954. },
  6955. ]
  6956. )
  6957. };
  6958. characterMakers["Rook Kitara"] = () => {
  6959. return makeCharacter(
  6960. "Rook Kitara",
  6961. "TailsHigh",
  6962. {
  6963. front: {
  6964. height: math.unit(5 + 11/12, "feet"),
  6965. weight: math.unit(65, "kg"),
  6966. name: "Front",
  6967. image: {
  6968. source: "./media/characters/rook-kitara/front.svg",
  6969. extra: 1347/1274 ,
  6970. bottom: 0.005
  6971. }
  6972. },
  6973. },
  6974. [
  6975. {
  6976. name: "Totally Unfair",
  6977. height: math.unit(1.8, "mm")
  6978. },
  6979. {
  6980. name: "Lap Rookie",
  6981. height: math.unit(1.4, "feet")
  6982. },
  6983. {
  6984. name: "Normal",
  6985. height: math.unit(5 + 11/12, "feet"),
  6986. default: true
  6987. },
  6988. {
  6989. name: "How Did This Happen",
  6990. height: math.unit(80, "miles")
  6991. }
  6992. ]
  6993. )
  6994. };
  6995. characterMakers["Pisces"] = () => {
  6996. return makeCharacter(
  6997. "Pisces",
  6998. "Pisces_Kelp",
  6999. {
  7000. front: {
  7001. height: math.unit(7, "feet"),
  7002. weight: math.unit(300, "lb"),
  7003. name: "Front",
  7004. image: {
  7005. source: "./media/characters/pisces/front.svg",
  7006. extra: 2255/2115 ,
  7007. bottom: 0.03
  7008. }
  7009. },
  7010. back: {
  7011. height: math.unit(7, "feet"),
  7012. weight: math.unit(300, "lb"),
  7013. name: "Back",
  7014. image: {
  7015. source: "./media/characters/pisces/back.svg",
  7016. extra: 2146/2055 ,
  7017. bottom: 0.04
  7018. }
  7019. },
  7020. },
  7021. [
  7022. {
  7023. name: "Normal",
  7024. height: math.unit(7, "feet"),
  7025. default: true
  7026. },
  7027. {
  7028. name: "Swimming Pool",
  7029. height: math.unit(12.2, "meters")
  7030. },
  7031. {
  7032. name: "Olympic Swimming Pool",
  7033. height: math.unit(56.3, "meters")
  7034. },
  7035. {
  7036. name: "Lake Superior",
  7037. height: math.unit(93900, "meters")
  7038. },
  7039. {
  7040. name: "Mediterranean Sea",
  7041. height: math.unit(644457, "meters")
  7042. },
  7043. {
  7044. name: "World's Oceans",
  7045. height: math.unit(4567491, "meters")
  7046. },
  7047. ]
  7048. )
  7049. };
  7050. characterMakers["Zelas"] = () => {
  7051. return makeCharacter(
  7052. "Zelas",
  7053. "Cirez",
  7054. {
  7055. front: {
  7056. height: math.unit(2.3, "meters"),
  7057. weight: math.unit(120, "kg"),
  7058. name: "Front",
  7059. image: {
  7060. source: "./media/characters/zelas/front.svg"
  7061. }
  7062. },
  7063. side: {
  7064. height: math.unit(2.3, "meters"),
  7065. weight: math.unit(120, "kg"),
  7066. name: "Side",
  7067. image: {
  7068. source: "./media/characters/zelas/side.svg"
  7069. }
  7070. },
  7071. back: {
  7072. height: math.unit(2.3, "meters"),
  7073. weight: math.unit(120, "kg"),
  7074. name: "Back",
  7075. image: {
  7076. source: "./media/characters/zelas/back.svg"
  7077. }
  7078. },
  7079. foot: {
  7080. height: math.unit(1.116, "feet"),
  7081. name: "Foot",
  7082. image: {
  7083. source: "./media/characters/zelas/foot.svg"
  7084. }
  7085. },
  7086. },
  7087. [
  7088. {
  7089. name: "Normal",
  7090. height: math.unit(2.3, "meters")
  7091. },
  7092. {
  7093. name: "Macro",
  7094. height: math.unit(30, "meters"),
  7095. default: true
  7096. },
  7097. ]
  7098. )
  7099. };
  7100. characterMakers["Talbot"] = () => {
  7101. return makeCharacter(
  7102. "Talbot",
  7103. "Talbot",
  7104. {
  7105. front: {
  7106. height: math.unit(1, "inch"),
  7107. weight: math.unit(0.21, "grams"),
  7108. name: "Front",
  7109. image: {
  7110. source: "./media/characters/talbot/front.svg",
  7111. extra: 594/544
  7112. }
  7113. },
  7114. },
  7115. [
  7116. {
  7117. name: "Micro",
  7118. height: math.unit(1, "inch"),
  7119. default: true
  7120. },
  7121. ]
  7122. )
  7123. };
  7124. characterMakers["Fliss"] = () => {
  7125. return makeCharacter(
  7126. "Fliss",
  7127. "Fliss",
  7128. {
  7129. front: {
  7130. height: math.unit(3 + 3/12, "feet"),
  7131. weight: math.unit(51.8, "lb"),
  7132. name: "Front",
  7133. image: {
  7134. source: "./media/characters/fliss/front.svg",
  7135. extra: 840/640
  7136. }
  7137. },
  7138. },
  7139. [
  7140. {
  7141. name: "Teeny Tiny",
  7142. height: math.unit(1, "mm")
  7143. },
  7144. {
  7145. name: "Small",
  7146. height: math.unit(1, "inch"),
  7147. default: true
  7148. },
  7149. {
  7150. name: "Standard Sylveon",
  7151. height: math.unit(3 + 3/12, "feet")
  7152. },
  7153. {
  7154. name: "Large Nuisance",
  7155. height: math.unit(33, "feet")
  7156. },
  7157. {
  7158. name: "City Filler",
  7159. height: math.unit(3000, "feet")
  7160. },
  7161. {
  7162. name: "New Horizon",
  7163. height: math.unit(6000, "miles")
  7164. },
  7165. ]
  7166. )
  7167. };
  7168. characterMakers["Fleta"] = () => {
  7169. return makeCharacter(
  7170. "Fleta",
  7171. "TheFleta",
  7172. {
  7173. front: {
  7174. height: math.unit(5, "cm"),
  7175. weight: math.unit(1.94, "g"),
  7176. name: "Front",
  7177. image: {
  7178. source: "./media/characters/fleta/front.svg",
  7179. extra: 835/803
  7180. }
  7181. },
  7182. back: {
  7183. height: math.unit(5, "cm"),
  7184. weight: math.unit(1.94, "g"),
  7185. name: "Back",
  7186. image: {
  7187. source: "./media/characters/fleta/back.svg",
  7188. extra: 835/803
  7189. }
  7190. },
  7191. },
  7192. [
  7193. {
  7194. name: "Micro",
  7195. height: math.unit(5, "cm"),
  7196. default: true
  7197. },
  7198. ]
  7199. )
  7200. };
  7201. characterMakers["Dominic"] = () => {
  7202. return makeCharacter(
  7203. "Dominic",
  7204. "HypoTheDerg",
  7205. {
  7206. front: {
  7207. height: math.unit(6, "feet"),
  7208. weight: math.unit(225, "lb"),
  7209. name: "Front",
  7210. image: {
  7211. source: "./media/characters/dominic/front.svg",
  7212. extra: 1770/1620 ,
  7213. bottom: 0.025
  7214. }
  7215. },
  7216. back: {
  7217. height: math.unit(6, "feet"),
  7218. weight: math.unit(225, "lb"),
  7219. name: "Back",
  7220. image: {
  7221. source: "./media/characters/dominic/back.svg",
  7222. extra: 1745/1620 ,
  7223. bottom: 0.065
  7224. }
  7225. },
  7226. },
  7227. [
  7228. {
  7229. name: "Nano",
  7230. height: math.unit(0.1, "mm")
  7231. },
  7232. {
  7233. name: "Micro-",
  7234. height: math.unit(1, "mm")
  7235. },
  7236. {
  7237. name: "Micro",
  7238. height: math.unit(4, "inches")
  7239. },
  7240. {
  7241. name: "Normal",
  7242. height: math.unit(6 + 4/12, "feet"),
  7243. default: true
  7244. },
  7245. {
  7246. name: "Macro",
  7247. height: math.unit(115, "feet")
  7248. },
  7249. {
  7250. name: "Macro+",
  7251. height: math.unit(955, "feet")
  7252. },
  7253. {
  7254. name: "Megamacro",
  7255. height: math.unit(8990, "feet")
  7256. },
  7257. {
  7258. name: "Gigmacro",
  7259. height: math.unit(9310, "miles")
  7260. },
  7261. {
  7262. name: "Teramacro",
  7263. height: math.unit(1567005010, "miles")
  7264. },
  7265. {
  7266. name: "Examacro",
  7267. height: math.unit(1425, "parsecs")
  7268. },
  7269. ]
  7270. )
  7271. };
  7272. characterMakers["Major Colonel"] = () => {
  7273. return makeCharacter(
  7274. "Major Colonel",
  7275. "Major Colonel",
  7276. {
  7277. front: {
  7278. height: math.unit(400, "feet"),
  7279. weight: math.unit(44444444, "lb"),
  7280. name: "Front",
  7281. image: {
  7282. source: "./media/characters/major-colonel/front.svg"
  7283. }
  7284. },
  7285. back: {
  7286. height: math.unit(400, "feet"),
  7287. weight: math.unit(44444444, "lb"),
  7288. name: "Back",
  7289. image: {
  7290. source: "./media/characters/major-colonel/back.svg"
  7291. }
  7292. },
  7293. },
  7294. [
  7295. {
  7296. name: "Macro",
  7297. height: math.unit(400, "feet"),
  7298. default: true
  7299. },
  7300. ]
  7301. )
  7302. };
  7303. characterMakers["Axel Lycan"] = () => {
  7304. return makeCharacter(
  7305. "Axel Lycan",
  7306. "AxelLycan",
  7307. {
  7308. front: {
  7309. height: math.unit(6, "feet"),
  7310. weight: math.unit(120, "lb"),
  7311. name: "Front",
  7312. image: {
  7313. source: "./media/characters/axel-lycan/front.svg",
  7314. extra: 1,
  7315. bottom: 0.08
  7316. }
  7317. },
  7318. },
  7319. [
  7320. {
  7321. name: "Macro",
  7322. height: math.unit(1, "km"),
  7323. default: true
  7324. },
  7325. ]
  7326. )
  7327. };
  7328. characterMakers["Vanrel (Hyena)"] = () => {
  7329. return makeCharacter(
  7330. "Vanrel (Hyena)",
  7331. "Vanrel",
  7332. {
  7333. front: {
  7334. height: math.unit(5 + 9/12, "feet"),
  7335. weight: math.unit(175, "lb"),
  7336. name: "Front",
  7337. image: {
  7338. source: "./media/characters/vanrel-hyena/front.svg",
  7339. extra: 1086/1010 ,
  7340. bottom: 0.04
  7341. }
  7342. },
  7343. },
  7344. [
  7345. {
  7346. name: "Normal",
  7347. height: math.unit(5 + 9/12, "feet"),
  7348. default: true
  7349. },
  7350. ]
  7351. )
  7352. };
  7353. characterMakers["Abbott Absol"] = () => {
  7354. return makeCharacter(
  7355. "Abbott Absol",
  7356. "Abbott Absol",
  7357. {
  7358. front: {
  7359. height: math.unit(6, "feet"),
  7360. weight: math.unit(103, "lb"),
  7361. name: "Front",
  7362. image: {
  7363. source: "./media/characters/abbott-absol/front.svg",
  7364. extra: 2010/1842
  7365. }
  7366. },
  7367. },
  7368. [
  7369. {
  7370. name: "Megamicro",
  7371. height: math.unit(0.1, "mm")
  7372. },
  7373. {
  7374. name: "Micro",
  7375. height: math.unit(1, "inch")
  7376. },
  7377. {
  7378. name: "Normal",
  7379. height: math.unit(6, "feet"),
  7380. default: true
  7381. },
  7382. ]
  7383. )
  7384. };
  7385. characterMakers["Hector"] = () => {
  7386. return makeCharacter(
  7387. "Hector",
  7388. "LibragonSlvr",
  7389. {
  7390. front: {
  7391. height: math.unit(6, "feet"),
  7392. weight: math.unit(264, "lb"),
  7393. name: "Front",
  7394. image: {
  7395. source: "./media/characters/hector/front.svg",
  7396. extra: 2280/2130 ,
  7397. bottom: 0.07
  7398. }
  7399. },
  7400. },
  7401. [
  7402. {
  7403. name: "Normal",
  7404. height: math.unit(12.25, "foot"),
  7405. default: true
  7406. },
  7407. {
  7408. name: "Macro",
  7409. height: math.unit(160, "feet")
  7410. },
  7411. ]
  7412. )
  7413. };
  7414. characterMakers["Sal"] = () => {
  7415. return makeCharacter(
  7416. "Sal",
  7417. "Bigdur",
  7418. {
  7419. front: {
  7420. height: math.unit(6, "feet"),
  7421. weight: math.unit(150, "lb"),
  7422. name: "Front",
  7423. image: {
  7424. source: "./media/characters/sal/front.svg",
  7425. extra: 1846/1699 ,
  7426. bottom: 0.04
  7427. }
  7428. },
  7429. },
  7430. [
  7431. {
  7432. name: "Megamacro",
  7433. height: math.unit(10, "miles"),
  7434. default: true
  7435. },
  7436. ]
  7437. )
  7438. };
  7439. characterMakers["Ranger"] = () => {
  7440. return makeCharacter(
  7441. "Ranger",
  7442. "Ranger",
  7443. {
  7444. front: {
  7445. height: math.unit(3, "meters"),
  7446. weight: math.unit(450, "kg"),
  7447. name: "front",
  7448. image: {
  7449. source: "./media/characters/ranger/front.svg",
  7450. extra: 2401/2243 ,
  7451. bottom: 0.05
  7452. }
  7453. },
  7454. },
  7455. [
  7456. {
  7457. name: "Normal",
  7458. height: math.unit(3, "meters"),
  7459. default: true
  7460. },
  7461. ]
  7462. )
  7463. };
  7464. characterMakers["Theresa"] = () => {
  7465. return makeCharacter(
  7466. "Theresa",
  7467. "Ranger",
  7468. {
  7469. front: {
  7470. height: math.unit(14, "feet"),
  7471. weight: math.unit(800, "kg"),
  7472. name: "Front",
  7473. image: {
  7474. source: "./media/characters/theresa/front.svg",
  7475. extra: 3575/3346 ,
  7476. bottom: 0.03
  7477. }
  7478. },
  7479. },
  7480. [
  7481. {
  7482. name: "Normal",
  7483. height: math.unit(14, "feet"),
  7484. default: true
  7485. },
  7486. ]
  7487. )
  7488. };
  7489. characterMakers["Ine"] = () => {
  7490. return makeCharacter(
  7491. "Ine",
  7492. "Ranger",
  7493. {
  7494. front: {
  7495. height: math.unit(6, "feet"),
  7496. weight: math.unit(3, "kg"),
  7497. name: "Front",
  7498. image: {
  7499. source: "./media/characters/ine/front.svg",
  7500. extra: 678/539 ,
  7501. bottom: 0.023
  7502. }
  7503. },
  7504. },
  7505. [
  7506. {
  7507. name: "Normal",
  7508. height: math.unit(2.265, "feet"),
  7509. default: true
  7510. },
  7511. ]
  7512. )
  7513. };
  7514. characterMakers["Vial"] = () => {
  7515. return makeCharacter(
  7516. "Vial",
  7517. "Ranger",
  7518. {
  7519. front: {
  7520. height: math.unit(5, "feet"),
  7521. weight: math.unit(30, "kg"),
  7522. name: "Front",
  7523. image: {
  7524. source: "./media/characters/vial/front.svg",
  7525. extra: 1365/1277 ,
  7526. bottom: 0.04
  7527. }
  7528. },
  7529. },
  7530. [
  7531. {
  7532. name: "Normal",
  7533. height: math.unit(5, "feet"),
  7534. default: true
  7535. },
  7536. ]
  7537. )
  7538. };
  7539. characterMakers["Rovoska"] = () => {
  7540. return makeCharacter(
  7541. "Rovoska",
  7542. "Rovoska",
  7543. {
  7544. side: {
  7545. height: math.unit(3.4, "meters"),
  7546. weight: math.unit(1000, "lb"),
  7547. name: "Side",
  7548. image: {
  7549. source: "./media/characters/rovoska/side.svg",
  7550. extra: 4403/1515
  7551. }
  7552. },
  7553. },
  7554. [
  7555. {
  7556. name: "Normal",
  7557. height: math.unit(3.4, "meters"),
  7558. default: true
  7559. },
  7560. ]
  7561. )
  7562. };
  7563. characterMakers["Gunner Rotthbauer"] = () => {
  7564. return makeCharacter(
  7565. "Gunner Rotthbauer",
  7566. "GunnerRott",
  7567. {
  7568. front: {
  7569. height: math.unit(8, "feet"),
  7570. weight: math.unit(315, "lb"),
  7571. name: "Front",
  7572. image: {
  7573. source: "./media/characters/gunner-rotthbauer/front.svg"
  7574. }
  7575. },
  7576. back: {
  7577. height: math.unit(8, "feet"),
  7578. weight: math.unit(315, "lb"),
  7579. name: "Back",
  7580. image: {
  7581. source: "./media/characters/gunner-rotthbauer/back.svg"
  7582. }
  7583. },
  7584. },
  7585. [
  7586. {
  7587. name: "Micro",
  7588. height: math.unit(3.5, "inches")
  7589. },
  7590. {
  7591. name: "Normal",
  7592. height: math.unit(8, "feet"),
  7593. default: true
  7594. },
  7595. {
  7596. name: "Macro",
  7597. height: math.unit(250, "feet")
  7598. },
  7599. {
  7600. name: "Megamacro",
  7601. height: math.unit(1, "AU")
  7602. },
  7603. ]
  7604. )
  7605. };
  7606. characterMakers["Allatia"] = () => {
  7607. return makeCharacter(
  7608. "Allatia",
  7609. "ilikefurrystoo",
  7610. {
  7611. front: {
  7612. height: math.unit(5 + 5/12, "feet"),
  7613. weight: math.unit(140, "lb"),
  7614. name: "Front",
  7615. image: {
  7616. source: "./media/characters/allatia/front.svg",
  7617. extra: 1227/1180 ,
  7618. bottom: 0.027
  7619. }
  7620. },
  7621. },
  7622. [
  7623. {
  7624. name: "Normal",
  7625. height: math.unit(5 + 5/12, "feet")
  7626. },
  7627. {
  7628. name: "Macro",
  7629. height: math.unit(250, "feet"),
  7630. default: true
  7631. },
  7632. {
  7633. name: "Megamacro",
  7634. height: math.unit(8, "miles")
  7635. }
  7636. ]
  7637. )
  7638. };
  7639. characterMakers["Tene"] = () => {
  7640. return makeCharacter(
  7641. "Tene",
  7642. "TenebrisDrox",
  7643. {
  7644. front: {
  7645. height: math.unit(6, "feet"),
  7646. weight: math.unit(120, "lb"),
  7647. name: "Front",
  7648. image: {
  7649. source: "./media/characters/tene/front.svg",
  7650. extra: 1728/1578 ,
  7651. bottom: 0.022
  7652. }
  7653. },
  7654. stomping: {
  7655. height: math.unit(2.025, "meters"),
  7656. weight: math.unit(120, "lb"),
  7657. name: "Stomping",
  7658. image: {
  7659. source: "./media/characters/tene/stomping.svg",
  7660. extra: 938/873 ,
  7661. bottom: 0.01
  7662. }
  7663. },
  7664. sitting: {
  7665. height: math.unit(1, "meter"),
  7666. weight: math.unit(120, "lb"),
  7667. name: "Sitting",
  7668. image: {
  7669. source: "./media/characters/tene/sitting.svg",
  7670. extra: 437/415 ,
  7671. bottom: 0.1
  7672. }
  7673. },
  7674. feral: {
  7675. height: math.unit(3.9, "feet"),
  7676. weight: math.unit(250, "lb"),
  7677. name: "Feral",
  7678. image: {
  7679. source: "./media/characters/tene/feral.svg",
  7680. extra: 717/458 ,
  7681. bottom: 0.179
  7682. }
  7683. },
  7684. },
  7685. [
  7686. {
  7687. name: "Normal",
  7688. height: math.unit(6, "feet")
  7689. },
  7690. {
  7691. name: "Macro",
  7692. height: math.unit(300, "feet"),
  7693. default: true
  7694. },
  7695. {
  7696. name: "Megamacro",
  7697. height: math.unit(5, "miles")
  7698. },
  7699. ]
  7700. )
  7701. };
  7702. characterMakers["Evander"] = () => {
  7703. return makeCharacter(
  7704. "Evander",
  7705. "KlezmerGryphon",
  7706. {
  7707. side: {
  7708. height: math.unit(6, "feet"),
  7709. name: "Side",
  7710. image: {
  7711. source: "./media/characters/evander/side.svg",
  7712. extra: 877/477
  7713. }
  7714. },
  7715. },
  7716. [
  7717. {
  7718. name: "Normal",
  7719. height: math.unit(0.83, "meters"),
  7720. default: true
  7721. },
  7722. ]
  7723. )
  7724. };
  7725. characterMakers["Ka'Tamra \"Spaz\" Ci'Karan"] = () => {
  7726. return makeCharacter(
  7727. "Ka'Tamra \"Spaz\" Ci'Karan",
  7728. "Spazman",
  7729. {
  7730. front: {
  7731. height: math.unit(12, "feet"),
  7732. weight: math.unit(1000, "lb"),
  7733. name: "Front",
  7734. image: {
  7735. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7736. extra: 1762/1611
  7737. }
  7738. },
  7739. back: {
  7740. height: math.unit(12, "feet"),
  7741. weight: math.unit(1000, "lb"),
  7742. name: "Back",
  7743. image: {
  7744. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7745. extra: 1762/1611
  7746. }
  7747. },
  7748. },
  7749. [
  7750. {
  7751. name: "Normal",
  7752. height: math.unit(12, "feet"),
  7753. default: true
  7754. },
  7755. {
  7756. name: "Kaiju",
  7757. height: math.unit(150, "feet")
  7758. },
  7759. ]
  7760. )
  7761. };
  7762. characterMakers["Zero Alurus"] = () => {
  7763. return makeCharacter(
  7764. "Zero Alurus",
  7765. "",
  7766. {
  7767. front: {
  7768. height: math.unit(6, "feet"),
  7769. weight: math.unit(150, "lb"),
  7770. name: "Front",
  7771. image: {
  7772. source: "./media/characters/zero-alurus/front.svg"
  7773. }
  7774. },
  7775. back: {
  7776. height: math.unit(6, "feet"),
  7777. weight: math.unit(150, "lb"),
  7778. name: "Back",
  7779. image: {
  7780. source: "./media/characters/zero-alurus/back.svg"
  7781. }
  7782. },
  7783. },
  7784. [
  7785. {
  7786. name: "Normal",
  7787. height: math.unit(5 + 10/12, "feet")
  7788. },
  7789. {
  7790. name: "Macro",
  7791. height: math.unit(60, "feet"),
  7792. default: true
  7793. },
  7794. {
  7795. name: "Macro+",
  7796. height: math.unit(450, "feet")
  7797. },
  7798. ]
  7799. )
  7800. };
  7801. characterMakers["Mega Shi"] = () => {
  7802. return makeCharacter(
  7803. "Mega Shi",
  7804. "MShi8027",
  7805. {
  7806. front: {
  7807. height: math.unit(6, "feet"),
  7808. weight: math.unit(200, "lb"),
  7809. name: "Front",
  7810. image: {
  7811. source: "./media/characters/mega-shi/front.svg",
  7812. extra: 1279/1250 ,
  7813. bottom: 0.02
  7814. }
  7815. },
  7816. back: {
  7817. height: math.unit(6, "feet"),
  7818. weight: math.unit(200, "lb"),
  7819. name: "Back",
  7820. image: {
  7821. source: "./media/characters/mega-shi/back.svg",
  7822. extra: 1279/1250 ,
  7823. bottom: 0.02
  7824. }
  7825. },
  7826. },
  7827. [
  7828. {
  7829. name: "Micro",
  7830. height: math.unit(16 + 6/12, "feet")
  7831. },
  7832. {
  7833. name: "Normal",
  7834. height: math.unit(660, "feet"),
  7835. default: true
  7836. },
  7837. {
  7838. name: "Megamacro",
  7839. height: math.unit(10, "miles")
  7840. },
  7841. {
  7842. name: "Planetary Launch",
  7843. height: math.unit(500, "miles")
  7844. },
  7845. {
  7846. name: "Interstellar",
  7847. height: math.unit(1e9, "miles")
  7848. },
  7849. {
  7850. name: "Leaving the Universe",
  7851. height: math.unit(1, "gigaparsec")
  7852. },
  7853. {
  7854. name: "Travelling Universes",
  7855. height: math.unit(30e15, "parsecs")
  7856. },
  7857. ]
  7858. )
  7859. };
  7860. characterMakers["Odyssey"] = () => {
  7861. return makeCharacter(
  7862. "Odyssey",
  7863. "Freschlauhs",
  7864. {
  7865. front: {
  7866. height: math.unit(6, "feet"),
  7867. weight: math.unit(150, "lb"),
  7868. name: "Front",
  7869. image: {
  7870. source: "./media/characters/odyssey/front.svg",
  7871. extra: 1782/1582 ,
  7872. bottom: 0.01
  7873. }
  7874. },
  7875. side: {
  7876. height: math.unit(5.6, "feet"),
  7877. weight: math.unit(140, "lb"),
  7878. name: "Side",
  7879. image: {
  7880. source: "./media/characters/odyssey/side.svg",
  7881. extra: 6462/5700
  7882. }
  7883. },
  7884. },
  7885. [
  7886. {
  7887. name: "Normal",
  7888. height: math.unit(5 + 4/12, "feet")
  7889. },
  7890. {
  7891. name: "Macro",
  7892. height: math.unit(1, "km")
  7893. },
  7894. {
  7895. name: "Megamacro",
  7896. height: math.unit(3000, "km")
  7897. },
  7898. {
  7899. name: "Gigamacro",
  7900. height: math.unit(1, "AU"),
  7901. default: true
  7902. },
  7903. {
  7904. name: "Omniversal",
  7905. height: math.unit(100e14, "lightyears")
  7906. },
  7907. ]
  7908. )
  7909. };
  7910. characterMakers["Mekuto"] = () => {
  7911. return makeCharacter(
  7912. "Mekuto",
  7913. "Mekuto",
  7914. {
  7915. front: {
  7916. height: math.unit(6, "feet"),
  7917. weight: math.unit(300, "lb"),
  7918. name: "Front",
  7919. image: {
  7920. source: "./media/characters/mekuto/front.svg",
  7921. extra: 921/832 ,
  7922. bottom: 0.03
  7923. }
  7924. },
  7925. hand: {
  7926. height: math.unit(6/10.24, "feet"),
  7927. name: "Hand",
  7928. image: {
  7929. source: "./media/characters/mekuto/hand.svg"
  7930. }
  7931. },
  7932. foot: {
  7933. height: math.unit(6/5.05, "feet"),
  7934. name: "Foot",
  7935. image: {
  7936. source: "./media/characters/mekuto/foot.svg"
  7937. }
  7938. },
  7939. },
  7940. [
  7941. {
  7942. name: "Minimicro",
  7943. height: math.unit(0.2, "inches")
  7944. },
  7945. {
  7946. name: "Micro",
  7947. height: math.unit(1.5, "inches")
  7948. },
  7949. {
  7950. name: "Normal",
  7951. height: math.unit(5 + 11/12, "feet"),
  7952. default: true
  7953. },
  7954. {
  7955. name: "Minimacro",
  7956. height: math.unit(17 + 9/12, "feet")
  7957. },
  7958. {
  7959. name: "Macro",
  7960. height: math.unit(177.5, "feet")
  7961. },
  7962. {
  7963. name: "Megamacro",
  7964. height: math.unit(152, "miles")
  7965. },
  7966. ]
  7967. )
  7968. };
  7969. characterMakers["Dafydd Tomos"] = () => {
  7970. return makeCharacter(
  7971. "Dafydd Tomos",
  7972. "SolarfoxArt",
  7973. {
  7974. front: {
  7975. height: math.unit(6.5, "inches"),
  7976. weight: math.unit(13, "oz"),
  7977. name: "Front",
  7978. image: {
  7979. source: "./media/characters/dafydd-tomos/front.svg",
  7980. extra: 2990/2603 ,
  7981. bottom: 0.03
  7982. }
  7983. },
  7984. },
  7985. [
  7986. {
  7987. name: "Micro",
  7988. height: math.unit(6.5, "inches"),
  7989. default: true
  7990. },
  7991. ]
  7992. )
  7993. };
  7994. characterMakers["Splinter"] = () => {
  7995. return makeCharacter(
  7996. "Splinter",
  7997. "SirSplinter",
  7998. {
  7999. front: {
  8000. height: math.unit(6, "feet"),
  8001. weight: math.unit(150, "lb"),
  8002. name: "Front",
  8003. image: {
  8004. source: "./media/characters/splinter/front.svg",
  8005. extra: 2990/2882 ,
  8006. bottom: 0.04
  8007. }
  8008. },
  8009. back: {
  8010. height: math.unit(6, "feet"),
  8011. weight: math.unit(150, "lb"),
  8012. name: "Back",
  8013. image: {
  8014. source: "./media/characters/splinter/back.svg",
  8015. extra: 2990/2882 ,
  8016. bottom: 0.04
  8017. }
  8018. },
  8019. },
  8020. [
  8021. {
  8022. name: "Normal",
  8023. height: math.unit(6, "feet")
  8024. },
  8025. {
  8026. name: "Macro",
  8027. height: math.unit(230, "meters"),
  8028. default: true
  8029. },
  8030. ]
  8031. )
  8032. };
  8033. characterMakers["SnowGabumon"] = () => {
  8034. return makeCharacter(
  8035. "SnowGabumon",
  8036. "SnowGabumon",
  8037. {
  8038. front: {
  8039. height: math.unit(4 + 10/12, "feet"),
  8040. weight: math.unit(480, "lb"),
  8041. name: "Front",
  8042. image: {
  8043. source: "./media/characters/snow-gabumon/front.svg",
  8044. extra: 1140/963 ,
  8045. bottom: 0.058
  8046. }
  8047. },
  8048. back: {
  8049. height: math.unit(4 + 10/12, "feet"),
  8050. weight: math.unit(480, "lb"),
  8051. name: "Back",
  8052. image: {
  8053. source: "./media/characters/snow-gabumon/back.svg",
  8054. extra: 1115/962 ,
  8055. bottom: 0.041
  8056. }
  8057. },
  8058. frontUndresed: {
  8059. height: math.unit(4 + 10/12, "feet"),
  8060. weight: math.unit(480, "lb"),
  8061. name: "Front (Undressed)",
  8062. image: {
  8063. source: "./media/characters/snow-gabumon/front-undressed.svg",
  8064. extra: 1061/960 ,
  8065. bottom: 0.045
  8066. }
  8067. },
  8068. },
  8069. [
  8070. {
  8071. name: "Micro",
  8072. height: math.unit(1, "inch")
  8073. },
  8074. {
  8075. name: "Normal",
  8076. height: math.unit(4 + 10/12, "feet"),
  8077. default: true
  8078. },
  8079. {
  8080. name: "Macro",
  8081. height: math.unit(200, "feet")
  8082. },
  8083. {
  8084. name: "Megamacro",
  8085. height: math.unit(120, "miles")
  8086. },
  8087. {
  8088. name: "Gigamacro",
  8089. height: math.unit(9800, "miles")
  8090. },
  8091. ]
  8092. )
  8093. };
  8094. characterMakers["Moody"] = () => {
  8095. return makeCharacter(
  8096. "Moody",
  8097. "MoodysterDog",
  8098. {
  8099. front: {
  8100. height: math.unit(1.7, "meters"),
  8101. weight: math.unit(140, "lb"),
  8102. name: "Front",
  8103. image: {
  8104. source: "./media/characters/moody/front.svg",
  8105. extra: 3226/3007 ,
  8106. bottom: 0.087
  8107. }
  8108. },
  8109. },
  8110. [
  8111. {
  8112. name: "Micro",
  8113. height: math.unit(1, "mm")
  8114. },
  8115. {
  8116. name: "Normal",
  8117. height: math.unit(1.7, "meters"),
  8118. default: true
  8119. },
  8120. {
  8121. name: "Macro",
  8122. height: math.unit(80, "meters")
  8123. },
  8124. {
  8125. name: "Macro+",
  8126. height: math.unit(500, "meters")
  8127. },
  8128. ]
  8129. )
  8130. };
  8131. characterMakers["Zyas"] = () => {
  8132. return makeCharacter(
  8133. "Zyas",
  8134. "Delathar",
  8135. {
  8136. front: {
  8137. height: math.unit(6, "feet"),
  8138. weight: math.unit(150, "lb"),
  8139. name: "Front",
  8140. image: {
  8141. source: "./media/characters/zyas/front.svg",
  8142. extra: 1180/1120 ,
  8143. bottom: 0.045
  8144. }
  8145. },
  8146. },
  8147. [
  8148. {
  8149. name: "Normal",
  8150. height: math.unit(10, "feet"),
  8151. default: true
  8152. },
  8153. {
  8154. name: "Macro",
  8155. height: math.unit(500, "feet")
  8156. },
  8157. {
  8158. name: "Megamacro",
  8159. height: math.unit(5, "miles")
  8160. },
  8161. {
  8162. name: "Teramacro",
  8163. height: math.unit(150000, "miles")
  8164. },
  8165. ]
  8166. )
  8167. };
  8168. characterMakers["Cuon"] = () => {
  8169. return makeCharacter(
  8170. "Cuon",
  8171. "CollieCuon",
  8172. {
  8173. front: {
  8174. height: math.unit(6, "feet"),
  8175. weight: math.unit(150, "lb"),
  8176. name: "Front",
  8177. image: {
  8178. source: "./media/characters/cuon/front.svg",
  8179. extra: 1390/1320 ,
  8180. bottom: 0.008
  8181. }
  8182. },
  8183. },
  8184. [
  8185. {
  8186. name: "Micro",
  8187. height: math.unit(3, "inches")
  8188. },
  8189. {
  8190. name: "Normal",
  8191. height: math.unit(18 + 9/12, "feet"),
  8192. default: true
  8193. },
  8194. {
  8195. name: "Macro",
  8196. height: math.unit(360, "feet")
  8197. },
  8198. {
  8199. name: "Megamacro",
  8200. height: math.unit(360, "miles")
  8201. },
  8202. ]
  8203. )
  8204. };
  8205. characterMakers["Nyanuxk"] = () => {
  8206. return makeCharacter(
  8207. "Nyanuxk",
  8208. "Nyanuxk",
  8209. {
  8210. front: {
  8211. height: math.unit(2.4, "meters"),
  8212. weight: math.unit(70, "kg"),
  8213. name: "Front",
  8214. image: {
  8215. source: "./media/characters/nyanuxk/front.svg",
  8216. extra: 1172/1084 ,
  8217. bottom: 0.065
  8218. }
  8219. },
  8220. side: {
  8221. height: math.unit(2.4, "meters"),
  8222. weight: math.unit(70, "kg"),
  8223. name: "Side",
  8224. image: {
  8225. source: "./media/characters/nyanuxk/side.svg",
  8226. extra: 1190/1132 ,
  8227. bottom: 0.007
  8228. }
  8229. },
  8230. back: {
  8231. height: math.unit(2.4, "meters"),
  8232. weight: math.unit(70, "kg"),
  8233. name: "Back",
  8234. image: {
  8235. source: "./media/characters/nyanuxk/back.svg",
  8236. extra: 1200/1141 ,
  8237. bottom: 0.015
  8238. }
  8239. },
  8240. foot: {
  8241. height: math.unit(0.52, "meters"),
  8242. name: "Foot",
  8243. image: {
  8244. source: "./media/characters/nyanuxk/foot.svg"
  8245. }
  8246. },
  8247. },
  8248. [
  8249. {
  8250. name: "Micro",
  8251. height: math.unit(2, "cm")
  8252. },
  8253. {
  8254. name: "Normal",
  8255. height: math.unit(2.4, "meters"),
  8256. default: true
  8257. },
  8258. {
  8259. name: "Smaller Macro",
  8260. height: math.unit(120, "meters")
  8261. },
  8262. {
  8263. name: "Bigger Macro",
  8264. height: math.unit(1.2, "km")
  8265. },
  8266. {
  8267. name: "Megamacro",
  8268. height: math.unit(15, "kilometers")
  8269. },
  8270. {
  8271. name: "Gigamacro",
  8272. height: math.unit(2000, "km")
  8273. },
  8274. {
  8275. name: "Teramacro",
  8276. height: math.unit(500000, "km")
  8277. },
  8278. ]
  8279. )
  8280. };
  8281. characterMakers["Ailbhe"] = () => {
  8282. return makeCharacter(
  8283. "Ailbhe",
  8284. "KlezmerGryphon",
  8285. {
  8286. side: {
  8287. height: math.unit(6, "feet"),
  8288. name: "Side",
  8289. image: {
  8290. source: "./media/characters/ailbhe/side.svg",
  8291. extra: 757/464 ,
  8292. bottom: 0.041
  8293. }
  8294. },
  8295. },
  8296. [
  8297. {
  8298. name: "Normal",
  8299. height: math.unit(1.07, "meters"),
  8300. default: true
  8301. },
  8302. ]
  8303. )
  8304. };
  8305. characterMakers["Zevulfius"] = () => {
  8306. return makeCharacter(
  8307. "Zevulfius",
  8308. "Nyanuxk",
  8309. {
  8310. front: {
  8311. height: math.unit(6, "feet"),
  8312. weight: math.unit(120, "kg"),
  8313. name: "Front",
  8314. image: {
  8315. source: "./media/characters/zevulfius/front.svg",
  8316. extra: 965/903
  8317. }
  8318. },
  8319. side: {
  8320. height: math.unit(6, "feet"),
  8321. weight: math.unit(120, "kg"),
  8322. name: "Side",
  8323. image: {
  8324. source: "./media/characters/zevulfius/side.svg",
  8325. extra: 939/900
  8326. }
  8327. },
  8328. back: {
  8329. height: math.unit(6, "feet"),
  8330. weight: math.unit(120, "kg"),
  8331. name: "Back",
  8332. image: {
  8333. source: "./media/characters/zevulfius/back.svg",
  8334. extra: 918/854 ,
  8335. bottom: 0.005
  8336. }
  8337. },
  8338. foot: {
  8339. height: math.unit(6/3.72, "feet"),
  8340. name: "Foot",
  8341. image: {
  8342. source: "./media/characters/zevulfius/foot.svg"
  8343. }
  8344. },
  8345. },
  8346. [
  8347. {
  8348. name: "Macro",
  8349. height: math.unit(750, "meters")
  8350. },
  8351. {
  8352. name: "Megamacro",
  8353. height: math.unit(20, "km"),
  8354. default: true
  8355. },
  8356. {
  8357. name: "Gigamacro",
  8358. height: math.unit(2000, "km")
  8359. },
  8360. {
  8361. name: "Teramacro",
  8362. height: math.unit(250000, "km")
  8363. },
  8364. ]
  8365. )
  8366. };
  8367. characterMakers["Rikes"] = () => {
  8368. return makeCharacter(
  8369. "Rikes",
  8370. "VeryLargeDog",
  8371. {
  8372. front: {
  8373. height: math.unit(100, "feet"),
  8374. weight: math.unit(350, "kg"),
  8375. name: "Front",
  8376. image: {
  8377. source: "./media/characters/rikes/front.svg",
  8378. extra: 1565/1483 ,
  8379. bottom: 0.017
  8380. }
  8381. },
  8382. },
  8383. [
  8384. {
  8385. name: "Macro",
  8386. height: math.unit(100, "feet"),
  8387. default: true
  8388. },
  8389. ]
  8390. )
  8391. };
  8392. characterMakers["Adam Silver-Mane"] = () => {
  8393. return makeCharacter(
  8394. "Adam Silver-Mane",
  8395. "Dragonknightadam",
  8396. {
  8397. anthro: {
  8398. height: math.unit(8, "feet"),
  8399. weight: math.unit(120, "kg"),
  8400. name: "Anthro",
  8401. image: {
  8402. source: "./media/characters/adam-silver-mane/anthro.svg",
  8403. extra: 5743/5339 ,
  8404. bottom: 0.07
  8405. }
  8406. },
  8407. taur: {
  8408. height: math.unit(16, "feet"),
  8409. weight: math.unit(1500, "kg"),
  8410. name: "Taur",
  8411. image: {
  8412. source: "./media/characters/adam-silver-mane/taur.svg",
  8413. extra: 1713/1571 ,
  8414. bottom: 0.01
  8415. }
  8416. },
  8417. },
  8418. [
  8419. {
  8420. name: "Normal",
  8421. height: math.unit(8, "feet")
  8422. },
  8423. {
  8424. name: "Minimacro",
  8425. height: math.unit(80, "feet")
  8426. },
  8427. {
  8428. name: "Macro",
  8429. height: math.unit(800, "feet"),
  8430. default: true
  8431. },
  8432. {
  8433. name: "Megamacro",
  8434. height: math.unit(8000, "feet")
  8435. },
  8436. {
  8437. name: "Gigamacro",
  8438. height: math.unit(800, "miles")
  8439. },
  8440. {
  8441. name: "Teramacro",
  8442. height: math.unit(80000, "miles")
  8443. },
  8444. {
  8445. name: "Celestial",
  8446. height: math.unit(8e6, "miles")
  8447. },
  8448. {
  8449. name: "Star Dragon",
  8450. height: math.unit(800000, "parsecs")
  8451. },
  8452. {
  8453. name: "Godly",
  8454. height: math.unit(800, "teraparsecs")
  8455. },
  8456. ]
  8457. )
  8458. };
  8459. characterMakers["Ky'owin"] = () => {
  8460. return makeCharacter(
  8461. "Ky'owin",
  8462. "Kyowin",
  8463. {
  8464. front: {
  8465. height: math.unit(6, "feet"),
  8466. weight: math.unit(150, "lb"),
  8467. name: "Front",
  8468. image: {
  8469. source: "./media/characters/ky'owin/front.svg",
  8470. extra: 3888/3068 ,
  8471. bottom: 0.015
  8472. }
  8473. },
  8474. },
  8475. [
  8476. {
  8477. name: "Normal",
  8478. height: math.unit(6 + 8/12, "feet")
  8479. },
  8480. {
  8481. name: "Large",
  8482. height: math.unit(68, "feet")
  8483. },
  8484. {
  8485. name: "Macro",
  8486. height: math.unit(132, "feet")
  8487. },
  8488. {
  8489. name: "Macro+",
  8490. height: math.unit(340, "feet")
  8491. },
  8492. {
  8493. name: "Macro++",
  8494. height: math.unit(680, "feet"),
  8495. default: true
  8496. },
  8497. {
  8498. name: "Megamacro",
  8499. height: math.unit(1, "mile")
  8500. },
  8501. {
  8502. name: "Megamacro+",
  8503. height: math.unit(10, "miles")
  8504. },
  8505. ]
  8506. )
  8507. };
  8508. characterMakers["Mal"] = () => {
  8509. return makeCharacter(
  8510. "Mal",
  8511. "agrosarmadillo",
  8512. {
  8513. front: {
  8514. height: math.unit(4, "feet"),
  8515. weight: math.unit(50, "lb"),
  8516. name: "Front",
  8517. image: {
  8518. source: "./media/characters/mal/front.svg",
  8519. extra: 785/724 ,
  8520. bottom: 0.07
  8521. }
  8522. },
  8523. },
  8524. [
  8525. {
  8526. name: "Micro",
  8527. height: math.unit(4, "inches")
  8528. },
  8529. {
  8530. name: "Normal",
  8531. height: math.unit(4, "feet"),
  8532. default: true
  8533. },
  8534. {
  8535. name: "Macro",
  8536. height: math.unit(200, "feet")
  8537. },
  8538. ]
  8539. )
  8540. };
  8541. characterMakers["Jordan Deware"] = () => {
  8542. return makeCharacter(
  8543. "Jordan Deware",
  8544. "JordanDeware",
  8545. {
  8546. front: {
  8547. height: math.unit(6, "feet"),
  8548. weight: math.unit(150, "lb"),
  8549. name: "Front",
  8550. image: {
  8551. source: "./media/characters/jordan-deware/front.svg",
  8552. extra: 1191/1012
  8553. }
  8554. },
  8555. },
  8556. [
  8557. {
  8558. name: "Nano",
  8559. height: math.unit(0.01, "mm")
  8560. },
  8561. {
  8562. name: "Minimicro",
  8563. height: math.unit(1, "mm")
  8564. },
  8565. {
  8566. name: "Micro",
  8567. height: math.unit(0.5, "inches")
  8568. },
  8569. {
  8570. name: "Normal",
  8571. height: math.unit(4, "feet"),
  8572. default: true
  8573. },
  8574. {
  8575. name: "Minimacro",
  8576. height: math.unit(40, "meters")
  8577. },
  8578. {
  8579. name: "Small Macro",
  8580. height: math.unit(400, "meters")
  8581. },
  8582. {
  8583. name: "Macro",
  8584. height: math.unit(4, "miles")
  8585. },
  8586. {
  8587. name: "Megamacro",
  8588. height: math.unit(40, "miles")
  8589. },
  8590. {
  8591. name: "Megamacro+",
  8592. height: math.unit(400, "miles")
  8593. },
  8594. {
  8595. name: "Gigamacro",
  8596. height: math.unit(400000, "miles")
  8597. },
  8598. ]
  8599. )
  8600. };
  8601. characterMakers["Kimiko"] = () => {
  8602. return makeCharacter(
  8603. "Kimiko",
  8604. "HypoTheDerg",
  8605. {
  8606. side: {
  8607. height: math.unit(6, "feet"),
  8608. weight: math.unit(150, "lb"),
  8609. name: "Side",
  8610. image: {
  8611. source: "./media/characters/kimiko/side.svg",
  8612. extra: 600/358
  8613. }
  8614. },
  8615. },
  8616. [
  8617. {
  8618. name: "Normal",
  8619. height: math.unit(15, "feet"),
  8620. default: true
  8621. },
  8622. {
  8623. name: "Macro",
  8624. height: math.unit(220, "feet")
  8625. },
  8626. {
  8627. name: "Macro+",
  8628. height: math.unit(1450, "feet")
  8629. },
  8630. {
  8631. name: "Megamacro",
  8632. height: math.unit(11500, "feet")
  8633. },
  8634. {
  8635. name: "Gigamacro",
  8636. height: math.unit(9500, "miles")
  8637. },
  8638. {
  8639. name: "Teramacro",
  8640. height: math.unit(2208005005, "miles")
  8641. },
  8642. {
  8643. name: "Examacro",
  8644. height: math.unit(2750, "parsecs")
  8645. },
  8646. {
  8647. name: "Zettamacro",
  8648. height: math.unit(101500, "parsecs")
  8649. },
  8650. ]
  8651. )
  8652. };
  8653. characterMakers["Andrew Sleepy"] = () => {
  8654. return makeCharacter(
  8655. "Andrew Sleepy",
  8656. "Proky",
  8657. {
  8658. front: {
  8659. height: math.unit(6, "feet"),
  8660. weight: math.unit(70, "kg"),
  8661. name: "Front",
  8662. image: {
  8663. source: "./media/characters/andrew-sleepy/front.svg"
  8664. }
  8665. },
  8666. side: {
  8667. height: math.unit(6, "feet"),
  8668. weight: math.unit(70, "kg"),
  8669. name: "Side",
  8670. image: {
  8671. source: "./media/characters/andrew-sleepy/side.svg"
  8672. }
  8673. },
  8674. },
  8675. [
  8676. {
  8677. name: "Micro",
  8678. height: math.unit(1, "mm"),
  8679. default: true
  8680. },
  8681. ]
  8682. )
  8683. };
  8684. characterMakers["Judio"] = () => {
  8685. return makeCharacter(
  8686. "Judio",
  8687. "HypoTheDerg",
  8688. {
  8689. front: {
  8690. height: math.unit(6, "feet"),
  8691. weight: math.unit(150, "lb"),
  8692. name: "Front",
  8693. image: {
  8694. source: "./media/characters/judio/front.svg",
  8695. extra: 1258/1110
  8696. }
  8697. },
  8698. },
  8699. [
  8700. {
  8701. name: "Normal",
  8702. height: math.unit(5 + 6/12, "feet")
  8703. },
  8704. {
  8705. name: "Macro",
  8706. height: math.unit(1000, "feet"),
  8707. default: true
  8708. },
  8709. {
  8710. name: "Megamacro",
  8711. height: math.unit(10, "miles")
  8712. },
  8713. ]
  8714. )
  8715. };
  8716. characterMakers["Nomaxice"] = () => {
  8717. return makeCharacter(
  8718. "Nomaxice",
  8719. "Nomaxice",
  8720. {
  8721. front: {
  8722. height: math.unit(6, "feet"),
  8723. weight: math.unit(68, "kg"),
  8724. name: "Front",
  8725. image: {
  8726. source: "./media/characters/nomaxice/front.svg",
  8727. extra: 1498/1073 ,
  8728. bottom: 0.075
  8729. }
  8730. },
  8731. foot: {
  8732. height: math.unit(1.1, "feet"),
  8733. name: "Foot",
  8734. image: {
  8735. source: "./media/characters/nomaxice/foot.svg"
  8736. }
  8737. },
  8738. },
  8739. [
  8740. {
  8741. name: "Micro",
  8742. height: math.unit(8, "cm")
  8743. },
  8744. {
  8745. name: "Norm",
  8746. height: math.unit(1.82, "m")
  8747. },
  8748. {
  8749. name: "Norm+",
  8750. height: math.unit(8.8, "feet")
  8751. },
  8752. {
  8753. name: "Big",
  8754. height: math.unit(8, "meters"),
  8755. default: true
  8756. },
  8757. {
  8758. name: "Macro",
  8759. height: math.unit(18, "meters")
  8760. },
  8761. {
  8762. name: "Macro+",
  8763. height: math.unit(88, "meters")
  8764. },
  8765. ]
  8766. )
  8767. };
  8768. characterMakers["Dydros"] = () => {
  8769. return makeCharacter(
  8770. "Dydros",
  8771. "DatCyberDragon",
  8772. {
  8773. front: {
  8774. height: math.unit(12, "feet"),
  8775. weight: math.unit(1.5, "tons"),
  8776. name: "Front",
  8777. image: {
  8778. source: "./media/characters/dydros/front.svg",
  8779. extra: 863/800 ,
  8780. bottom: 0.015
  8781. }
  8782. },
  8783. back: {
  8784. height: math.unit(12, "feet"),
  8785. weight: math.unit(1.5, "tons"),
  8786. name: "Back",
  8787. image: {
  8788. source: "./media/characters/dydros/back.svg",
  8789. extra: 900/843 ,
  8790. bottom: 0.005
  8791. }
  8792. },
  8793. },
  8794. [
  8795. {
  8796. name: "Normal",
  8797. height: math.unit(12, "feet"),
  8798. default: true
  8799. },
  8800. ]
  8801. )
  8802. };
  8803. characterMakers["Riggi"] = () => {
  8804. return makeCharacter(
  8805. "Riggi",
  8806. "Fyre_ace",
  8807. {
  8808. front: {
  8809. height: math.unit(6, "feet"),
  8810. weight: math.unit(100, "kg"),
  8811. name: "Front",
  8812. image: {
  8813. source: "./media/characters/riggi/front.svg",
  8814. extra: 5787/5303
  8815. }
  8816. },
  8817. hyper: {
  8818. height: math.unit(6*5/3, "feet"),
  8819. weight: math.unit(400*5/3*5/3*5/3, "kg"),
  8820. name: "Hyper",
  8821. image: {
  8822. source: "./media/characters/riggi/hyper.svg",
  8823. extra: 3595/3485
  8824. }
  8825. },
  8826. },
  8827. [
  8828. {
  8829. name: "Small Macro",
  8830. height: math.unit(50, "feet")
  8831. },
  8832. {
  8833. name: "Default",
  8834. height: math.unit(200, "feet"),
  8835. default: true
  8836. },
  8837. {
  8838. name: "Loom",
  8839. height: math.unit(10000, "feet")
  8840. },
  8841. {
  8842. name: "Cruising Altitude",
  8843. height: math.unit(30000, "feet")
  8844. },
  8845. {
  8846. name: "Megamacro",
  8847. height: math.unit(100, "miles")
  8848. },
  8849. {
  8850. name: "Continent Sized",
  8851. height: math.unit(2800, "miles")
  8852. },
  8853. {
  8854. name: "Earth Sized",
  8855. height: math.unit(8000, "miles")
  8856. },
  8857. ]
  8858. )
  8859. };
  8860. characterMakers["Alexi"] = () => {
  8861. return makeCharacter(
  8862. "Alexi",
  8863. "AlexiWerewolf",
  8864. {
  8865. front: {
  8866. height: math.unit(6, "feet"),
  8867. weight: math.unit(250, "lb"),
  8868. name: "Front",
  8869. image: {
  8870. source: "./media/characters/alexi/front.svg",
  8871. extra: 3483/3291 ,
  8872. bottom: 0.04
  8873. }
  8874. },
  8875. back: {
  8876. height: math.unit(6, "feet"),
  8877. weight: math.unit(250, "lb"),
  8878. name: "Back",
  8879. image: {
  8880. source: "./media/characters/alexi/back.svg",
  8881. extra: 3533/3356 ,
  8882. bottom: 0.021
  8883. }
  8884. },
  8885. frontTransformed: {
  8886. height: math.unit(12.5, "feet"),
  8887. weight: math.unit(4000, "lb"),
  8888. name: "Front (Transformed)",
  8889. image: {
  8890. source: "./media/characters/alexi/front-transformed.svg",
  8891. extra: 5345/5100 ,
  8892. bottom: 0.03
  8893. }
  8894. },
  8895. },
  8896. [
  8897. {
  8898. name: "Normal",
  8899. height: math.unit(3, "meters"),
  8900. default: true
  8901. },
  8902. {
  8903. name: "Minimacro",
  8904. height: math.unit(30, "meters")
  8905. },
  8906. {
  8907. name: "Macro",
  8908. height: math.unit(500, "meters")
  8909. },
  8910. {
  8911. name: "Megamacro",
  8912. height: math.unit(9000, "km")
  8913. },
  8914. {
  8915. name: "Teramacro",
  8916. height: math.unit(384000, "km")
  8917. },
  8918. ]
  8919. )
  8920. };
  8921. characterMakers["Kayroo"] = () => {
  8922. return makeCharacter(
  8923. "Kayroo",
  8924. "Kayroo",
  8925. {
  8926. front: {
  8927. height: math.unit(6, "feet"),
  8928. weight: math.unit(150, "lb"),
  8929. name: "Front",
  8930. image: {
  8931. source: "./media/characters/kayroo/front.svg",
  8932. extra: 1153/1038 ,
  8933. bottom: 0.06
  8934. }
  8935. },
  8936. foot: {
  8937. height: math.unit(6, "feet"),
  8938. weight: math.unit(150, "lb"),
  8939. name: "Foot",
  8940. image: {
  8941. source: "./media/characters/kayroo/foot.svg"
  8942. }
  8943. },
  8944. },
  8945. [
  8946. {
  8947. name: "Normal",
  8948. height: math.unit(8, "feet"),
  8949. default: true
  8950. },
  8951. {
  8952. name: "Minimacro",
  8953. height: math.unit(250, "feet")
  8954. },
  8955. {
  8956. name: "Macro",
  8957. height: math.unit(2800, "feet")
  8958. },
  8959. {
  8960. name: "Megamacro",
  8961. height: math.unit(5200, "feet")
  8962. },
  8963. {
  8964. name: "Gigamacro",
  8965. height: math.unit(27000, "feet")
  8966. },
  8967. {
  8968. name: "Omega",
  8969. height: math.unit(45000, "feet")
  8970. },
  8971. ]
  8972. )
  8973. };
  8974. characterMakers["Rhys"] = () => {
  8975. return makeCharacter(
  8976. "Rhys",
  8977. "BigMountainCat",
  8978. {
  8979. front: {
  8980. height: math.unit(18, "feet"),
  8981. weight: math.unit(5800, "lb"),
  8982. name: "Front",
  8983. image: {
  8984. source: "./media/characters/rhys/front.svg",
  8985. extra: 3386/3090 ,
  8986. bottom: 0.07
  8987. }
  8988. },
  8989. },
  8990. [
  8991. {
  8992. name: "Normal",
  8993. height: math.unit(18, "feet"),
  8994. default: true
  8995. },
  8996. {
  8997. name: "Working Size",
  8998. height: math.unit(200, "feet")
  8999. },
  9000. {
  9001. name: "Demolition Size",
  9002. height: math.unit(2000, "feet")
  9003. },
  9004. {
  9005. name: "Maximum Licensed Size",
  9006. height: math.unit(5, "miles")
  9007. },
  9008. {
  9009. name: "Maximum Observed Size",
  9010. height: math.unit(10, "yottameters")
  9011. },
  9012. ]
  9013. )
  9014. };
  9015. characterMakers["Toto"] = () => {
  9016. return makeCharacter(
  9017. "Toto",
  9018. "Totoly_Toto",
  9019. {
  9020. front: {
  9021. height: math.unit(6, "feet"),
  9022. weight: math.unit(250, "lb"),
  9023. name: "Front",
  9024. image: {
  9025. source: "./media/characters/toto/front.svg",
  9026. extra: 527 / 479,
  9027. bottom: 0.05
  9028. }
  9029. },
  9030. },
  9031. [
  9032. {
  9033. name: "Micro",
  9034. height: math.unit(3, "feet")
  9035. },
  9036. {
  9037. name: "Normal",
  9038. height: math.unit(10, "feet")
  9039. },
  9040. {
  9041. name: "Macro",
  9042. height: math.unit(150, "feet"),
  9043. default: true
  9044. },
  9045. {
  9046. name: "Megamacro",
  9047. height: math.unit(1200, "feet")
  9048. },
  9049. ]
  9050. )
  9051. };
  9052. characterMakers["King"] = () => {
  9053. return makeCharacter(
  9054. "King",
  9055. "KingSizedLion",
  9056. {
  9057. back: {
  9058. height: math.unit(6, "feet"),
  9059. weight: math.unit(150, "lb"),
  9060. name: "Back",
  9061. image: {
  9062. source: "./media/characters/king/back.svg"
  9063. }
  9064. },
  9065. },
  9066. [
  9067. {
  9068. name: "Micro",
  9069. height: math.unit(2, "inches")
  9070. },
  9071. {
  9072. name: "Normal",
  9073. height: math.unit(8, "feet")
  9074. },
  9075. {
  9076. name: "Macro",
  9077. height: math.unit(200, "feet"),
  9078. default: true
  9079. },
  9080. {
  9081. name: "Megamacro",
  9082. height: math.unit(50, "miles")
  9083. },
  9084. ]
  9085. )
  9086. };
  9087. characterMakers["Cordite"] = () => {
  9088. return makeCharacter(
  9089. "Cordite",
  9090. "photonman2",
  9091. {
  9092. anthro: {
  9093. height: math.unit(6 + 5/12, "feet"),
  9094. weight: math.unit(280, "lb"),
  9095. name: "Anthro",
  9096. image: {
  9097. source: "./media/characters/cordite/anthro.svg",
  9098. extra: 1986/1905 ,
  9099. bottom: 0.025
  9100. }
  9101. },
  9102. feral: {
  9103. height: math.unit(2, "feet"),
  9104. weight: math.unit(90, "lb"),
  9105. name: "Feral",
  9106. image: {
  9107. source: "./media/characters/cordite/feral.svg",
  9108. extra: 1260/755 ,
  9109. bottom: 0.05
  9110. }
  9111. },
  9112. },
  9113. [
  9114. {
  9115. name: "Normal",
  9116. height: math.unit(6 + 5/12, "feet"),
  9117. default: true
  9118. },
  9119. ]
  9120. )
  9121. };
  9122. characterMakers["Pianostrong"] = () => {
  9123. return makeCharacter(
  9124. "Pianostrong",
  9125. "Pianostrong",
  9126. {
  9127. front: {
  9128. height: math.unit(6, "feet"),
  9129. weight: math.unit(150, "lb"),
  9130. name: "Front",
  9131. image: {
  9132. source: "./media/characters/pianostrong/front.svg",
  9133. extra: 6577/6254 ,
  9134. bottom: 0.02
  9135. }
  9136. },
  9137. side: {
  9138. height: math.unit(6, "feet"),
  9139. weight: math.unit(150, "lb"),
  9140. name: "Side",
  9141. image: {
  9142. source: "./media/characters/pianostrong/side.svg",
  9143. extra: 6106/5730
  9144. }
  9145. },
  9146. back: {
  9147. height: math.unit(6, "feet"),
  9148. weight: math.unit(150, "lb"),
  9149. name: "Back",
  9150. image: {
  9151. source: "./media/characters/pianostrong/back.svg",
  9152. extra: 6085/5733 ,
  9153. bottom: 0.01
  9154. }
  9155. },
  9156. },
  9157. [
  9158. {
  9159. name: "Macro",
  9160. height: math.unit(100, "feet")
  9161. },
  9162. {
  9163. name: "Macro+",
  9164. height: math.unit(300, "feet"),
  9165. default: true
  9166. },
  9167. {
  9168. name: "Macro++",
  9169. height: math.unit(1000, "feet")
  9170. },
  9171. ]
  9172. )
  9173. };
  9174. characterMakers["Kona"] = () => {
  9175. return makeCharacter(
  9176. "Kona",
  9177. "Konadh",
  9178. {
  9179. front: {
  9180. height: math.unit(6, "feet"),
  9181. weight: math.unit(150, "lb"),
  9182. name: "Front",
  9183. image: {
  9184. source: "./media/characters/kona/front.svg",
  9185. extra: 2960/2629 ,
  9186. bottom: 0.005
  9187. }
  9188. },
  9189. },
  9190. [
  9191. {
  9192. name: "Normal",
  9193. height: math.unit(11 + 8/12, "feet")
  9194. },
  9195. {
  9196. name: "Macro",
  9197. height: math.unit(850, "feet"),
  9198. default: true
  9199. },
  9200. {
  9201. name: "Macro+",
  9202. height: math.unit(1.5, "km"),
  9203. default: true
  9204. },
  9205. {
  9206. name: "Megamacro",
  9207. height: math.unit(80, "miles")
  9208. },
  9209. {
  9210. name: "Gigamacro",
  9211. height: math.unit(3500, "miles")
  9212. },
  9213. ]
  9214. )
  9215. };
  9216. characterMakers["Levi"] = () => {
  9217. return makeCharacter(
  9218. "Levi",
  9219. "LeviCurrie",
  9220. {
  9221. side: {
  9222. height: math.unit(1.9, "meters"),
  9223. weight: math.unit(326, "kg"),
  9224. name: "Side",
  9225. image: {
  9226. source: "./media/characters/levi/side.svg",
  9227. extra: 1704/1334 ,
  9228. bottom: 0.02
  9229. }
  9230. },
  9231. },
  9232. [
  9233. {
  9234. name: "Normal",
  9235. height: math.unit(1.9, "meters"),
  9236. default: true
  9237. },
  9238. {
  9239. name: "Macro",
  9240. height: math.unit(20, "meters")
  9241. },
  9242. {
  9243. name: "Macro+",
  9244. height: math.unit(200, "meters")
  9245. },
  9246. {
  9247. name: "Megamacro",
  9248. height: math.unit(2, "km")
  9249. },
  9250. {
  9251. name: "Megamacro+",
  9252. height: math.unit(20, "km")
  9253. },
  9254. {
  9255. name: "Gigamacro",
  9256. height: math.unit(2500, "km")
  9257. },
  9258. {
  9259. name: "Gigamacro+",
  9260. height: math.unit(120000, "km")
  9261. },
  9262. {
  9263. name: "Teramacro",
  9264. height: math.unit(7.77e6, "km")
  9265. },
  9266. ]
  9267. )
  9268. };
  9269. characterMakers["BMC"] = () => {
  9270. return makeCharacter(
  9271. "BMC",
  9272. "BigMountainCat",
  9273. {
  9274. front: {
  9275. height: math.unit(6 + 4/12, "feet"),
  9276. weight: math.unit(188, "lb"),
  9277. name: "Front",
  9278. image: {
  9279. source: "./media/characters/bmc/front.svg",
  9280. extra: 1067/1022 ,
  9281. bottom: 0.047
  9282. }
  9283. },
  9284. },
  9285. [
  9286. {
  9287. name: "Human-sized",
  9288. height: math.unit(6 + 4/12, "feet")
  9289. },
  9290. {
  9291. name: "Small",
  9292. height: math.unit(250, "feet")
  9293. },
  9294. {
  9295. name: "Normal",
  9296. height: math.unit(1250, "feet"),
  9297. default: true
  9298. },
  9299. {
  9300. name: "Good Day",
  9301. height: math.unit(88, "miles")
  9302. },
  9303. {
  9304. name: "Largest Measured Size",
  9305. height: math.unit(11.2e6, "lightyears")
  9306. },
  9307. ]
  9308. )
  9309. };
  9310. characterMakers["Sven the Kaiju"] = () => {
  9311. return makeCharacter(
  9312. "Sven the Kaiju",
  9313. "OfActionMan",
  9314. {
  9315. front: {
  9316. height: math.unit(20, "feet"),
  9317. weight: math.unit(2016, "kg"),
  9318. name: "Front",
  9319. image: {
  9320. source: "./media/characters/sven-the-kaiju/front.svg",
  9321. extra: 1479/1449 ,
  9322. bottom: 0.05
  9323. }
  9324. },
  9325. },
  9326. [
  9327. {
  9328. name: "Fairy",
  9329. height: math.unit(6, "inches")
  9330. },
  9331. {
  9332. name: "Normal",
  9333. height: math.unit(20, "feet"),
  9334. default: true
  9335. },
  9336. {
  9337. name: "Rampage",
  9338. height: math.unit(200, "feet")
  9339. },
  9340. {
  9341. name: "Archfey Forest Guardian",
  9342. height: math.unit(1, "mile")
  9343. },
  9344. ]
  9345. )
  9346. };
  9347. characterMakers["Marik"] = () => {
  9348. return makeCharacter(
  9349. "Marik",
  9350. "Acrarun",
  9351. {
  9352. front: {
  9353. height: math.unit(4, "meters"),
  9354. weight: math.unit(2, "tons"),
  9355. name: "Front",
  9356. image: {
  9357. source: "./media/characters/marik/front.svg",
  9358. extra: 1057/1003 ,
  9359. bottom: 0.08
  9360. }
  9361. },
  9362. },
  9363. [
  9364. {
  9365. name: "Normal",
  9366. height: math.unit(4, "meters"),
  9367. default: true
  9368. },
  9369. {
  9370. name: "Macro",
  9371. height: math.unit(20, "meters")
  9372. },
  9373. {
  9374. name: "Megamacro",
  9375. height: math.unit(50, "km")
  9376. },
  9377. {
  9378. name: "Gigamacro",
  9379. height: math.unit(100, "km")
  9380. },
  9381. {
  9382. name: "Alpha Macro",
  9383. height: math.unit(7.88e7, "yottameters")
  9384. },
  9385. ]
  9386. )
  9387. };
  9388. characterMakers["Mel"] = () => {
  9389. return makeCharacter(
  9390. "Mel",
  9391. "SomedayNotSoon",
  9392. {
  9393. front: {
  9394. height: math.unit(6, "feet"),
  9395. weight: math.unit(110, "lb"),
  9396. name: "Front",
  9397. image: {
  9398. source: "./media/characters/mel/front.svg",
  9399. extra: 736/617 ,
  9400. bottom: 0.017
  9401. }
  9402. },
  9403. },
  9404. [
  9405. {
  9406. name: "Pico",
  9407. height: math.unit(3, "pm")
  9408. },
  9409. {
  9410. name: "Nano",
  9411. height: math.unit(3, "nm")
  9412. },
  9413. {
  9414. name: "Micro",
  9415. height: math.unit(0.3, "mm"),
  9416. default: true
  9417. },
  9418. {
  9419. name: "Micro+",
  9420. height: math.unit(3, "mm")
  9421. },
  9422. {
  9423. name: "Normal",
  9424. height: math.unit(5 + 10.5/12, "feet")
  9425. },
  9426. ]
  9427. )
  9428. };
  9429. characterMakers["Lykonous"] = () => {
  9430. return makeCharacter(
  9431. "Lykonous",
  9432. "Lykonous",
  9433. {
  9434. kaiju: {
  9435. height: math.unit(1.75, "meters"),
  9436. weight: math.unit(55, "kg"),
  9437. name: "Kaiju",
  9438. image: {
  9439. source: "./media/characters/lykonous/kaiju.svg",
  9440. extra: 1055/946 ,
  9441. bottom: 0.135
  9442. }
  9443. },
  9444. },
  9445. [
  9446. {
  9447. name: "Normal",
  9448. height: math.unit(2.5, "meters"),
  9449. default: true
  9450. },
  9451. {
  9452. name: "Kaiju Dragon",
  9453. height: math.unit(60, "meters")
  9454. },
  9455. {
  9456. name: "Mega Kaiju",
  9457. height: math.unit(120, "km")
  9458. },
  9459. {
  9460. name: "Giga Kaiju",
  9461. height: math.unit(200, "megameters")
  9462. },
  9463. {
  9464. name: "Terra Kaiju",
  9465. height: math.unit(400, "gigameters")
  9466. },
  9467. {
  9468. name: "Kaiju Dragon God",
  9469. height: math.unit(13000, "exaparsecs")
  9470. },
  9471. ]
  9472. )
  9473. };
  9474. characterMakers["Blü"] = () => {
  9475. return makeCharacter(
  9476. "Blü",
  9477. "BluTheFagon",
  9478. {
  9479. front: {
  9480. height: math.unit(6, "feet"),
  9481. weight: math.unit(150, "lb"),
  9482. name: "Front",
  9483. image: {
  9484. source: "./media/characters/blü/front.svg",
  9485. extra: 1883/1564 ,
  9486. bottom: 0.031
  9487. }
  9488. },
  9489. },
  9490. [
  9491. {
  9492. name: "Normal",
  9493. height: math.unit(13, "feet"),
  9494. default: true
  9495. },
  9496. {
  9497. name: "Big Boi",
  9498. height: math.unit(150, "meters")
  9499. },
  9500. {
  9501. name: "Mini Stomper",
  9502. height: math.unit(300, "meters")
  9503. },
  9504. {
  9505. name: "Macro",
  9506. height: math.unit(1000, "meters")
  9507. },
  9508. {
  9509. name: "Megamacro",
  9510. height: math.unit(11000, "meters")
  9511. },
  9512. {
  9513. name: "Gigamacro",
  9514. height: math.unit(11000, "km")
  9515. },
  9516. {
  9517. name: "Teramacro",
  9518. height: math.unit(420000, "km")
  9519. },
  9520. {
  9521. name: "Examacro",
  9522. height: math.unit(120, "parsecs")
  9523. },
  9524. {
  9525. name: "God Tho",
  9526. height: math.unit(98000000000, "parsecs")
  9527. },
  9528. ]
  9529. )
  9530. };
  9531. characterMakers["Scales"] = () => {
  9532. return makeCharacter(
  9533. "Scales",
  9534. "Scales",
  9535. {
  9536. taurFront: {
  9537. height: math.unit(6, "feet"),
  9538. weight: math.unit(200, "lb"),
  9539. name: "Taur (Front)",
  9540. image: {
  9541. source: "./media/characters/scales/taur-front.svg",
  9542. extra: 1,
  9543. bottom: 0.05
  9544. }
  9545. },
  9546. taurBack: {
  9547. height: math.unit(6, "feet"),
  9548. weight: math.unit(200, "lb"),
  9549. name: "Taur (Back)",
  9550. image: {
  9551. source: "./media/characters/scales/taur-back.svg",
  9552. extra: 1,
  9553. bottom: 0.08
  9554. }
  9555. },
  9556. anthro: {
  9557. height: math.unit(6*7/12, "feet"),
  9558. weight: math.unit(100, "lb"),
  9559. name: "Anthro",
  9560. image: {
  9561. source: "./media/characters/scales/anthro.svg",
  9562. extra: 1,
  9563. bottom: 0.06
  9564. }
  9565. },
  9566. },
  9567. [
  9568. {
  9569. name: "Normal",
  9570. height: math.unit(12, "feet"),
  9571. default: true
  9572. },
  9573. ]
  9574. )
  9575. };
  9576. characterMakers["Koragos"] = () => {
  9577. return makeCharacter(
  9578. "Koragos",
  9579. "Koragos",
  9580. {
  9581. front: {
  9582. height: math.unit(6, "feet"),
  9583. weight: math.unit(150, "lb"),
  9584. name: "Front",
  9585. image: {
  9586. source: "./media/characters/koragos/front.svg",
  9587. extra: 841/794 ,
  9588. bottom: 0.035
  9589. }
  9590. },
  9591. back: {
  9592. height: math.unit(6, "feet"),
  9593. weight: math.unit(150, "lb"),
  9594. name: "Back",
  9595. image: {
  9596. source: "./media/characters/koragos/back.svg",
  9597. extra: 841/810 ,
  9598. bottom: 0.022
  9599. }
  9600. },
  9601. },
  9602. [
  9603. {
  9604. name: "Normal",
  9605. height: math.unit(6 + 11/12, "feet"),
  9606. default: true
  9607. },
  9608. {
  9609. name: "Macro",
  9610. height: math.unit(490, "feet")
  9611. },
  9612. {
  9613. name: "Megamacro",
  9614. height: math.unit(10, "miles")
  9615. },
  9616. {
  9617. name: "Gigamacro",
  9618. height: math.unit(50, "miles")
  9619. },
  9620. ]
  9621. )
  9622. };
  9623. characterMakers["Xylrem"] = () => {
  9624. return makeCharacter(
  9625. "Xylrem",
  9626. "",
  9627. {
  9628. front: {
  9629. height: math.unit(6, "feet"),
  9630. weight: math.unit(250, "lb"),
  9631. name: "Front",
  9632. image: {
  9633. source: "./media/characters/xylrem/front.svg",
  9634. extra: 3323/3050 ,
  9635. bottom: 0.065
  9636. }
  9637. },
  9638. },
  9639. [
  9640. {
  9641. name: "Micro",
  9642. height: math.unit(4, "feet")
  9643. },
  9644. {
  9645. name: "Normal",
  9646. height: math.unit(16, "feet"),
  9647. default: true
  9648. },
  9649. {
  9650. name: "Macro",
  9651. height: math.unit(2720, "feet")
  9652. },
  9653. {
  9654. name: "Megamacro",
  9655. height: math.unit(25000, "miles")
  9656. },
  9657. ]
  9658. )
  9659. };
  9660. characterMakers["Ikideru"] = () => {
  9661. return makeCharacter(
  9662. "Ikideru",
  9663. "Ikideru",
  9664. {
  9665. front: {
  9666. height: math.unit(8, "feet"),
  9667. weight: math.unit(250, "kg"),
  9668. name: "Front",
  9669. image: {
  9670. source: "./media/characters/ikideru/front.svg",
  9671. extra: 930/870 ,
  9672. bottom: 0.087
  9673. }
  9674. },
  9675. back: {
  9676. height: math.unit(8, "feet"),
  9677. weight: math.unit(250, "kg"),
  9678. name: "Back",
  9679. image: {
  9680. source: "./media/characters/ikideru/back.svg",
  9681. extra: 919/852 ,
  9682. bottom: 0.055
  9683. }
  9684. },
  9685. },
  9686. [
  9687. {
  9688. name: "Rare",
  9689. height: math.unit(8, "feet"),
  9690. default: true
  9691. },
  9692. {
  9693. name: "Playful Loom",
  9694. height: math.unit(80, "feet")
  9695. },
  9696. {
  9697. name: "City Leaner",
  9698. height: math.unit(230, "feet")
  9699. },
  9700. {
  9701. name: "Megamacro",
  9702. height: math.unit(2500, "feet")
  9703. },
  9704. {
  9705. name: "Gigamacro",
  9706. height: math.unit(26400, "feet")
  9707. },
  9708. {
  9709. name: "Tectonic Shifter",
  9710. height: math.unit(1.7, "megameters")
  9711. },
  9712. {
  9713. name: "Planet Carer",
  9714. height: math.unit(21, "megameters")
  9715. },
  9716. {
  9717. name: "God",
  9718. height: math.unit(11157.22, "parsecs")
  9719. },
  9720. ]
  9721. )
  9722. };
  9723. characterMakers["Neo"] = () => {
  9724. return makeCharacter(
  9725. "Neo",
  9726. "neonsnake",
  9727. {
  9728. front: {
  9729. height: math.unit(6, "feet"),
  9730. weight: math.unit(120, "lb"),
  9731. name: "Front",
  9732. image: {
  9733. source: "./media/characters/neo/front.svg"
  9734. }
  9735. },
  9736. },
  9737. [
  9738. {
  9739. name: "Micro",
  9740. height: math.unit(2, "inches"),
  9741. default: true
  9742. },
  9743. {
  9744. name: "Human Size",
  9745. height: math.unit(5 + 8/12, "feet")
  9746. },
  9747. ]
  9748. )
  9749. };
  9750. characterMakers["Chauncey (Chantz)"] = () => {
  9751. return makeCharacter(
  9752. "Chauncey (Chantz)",
  9753. "RyGaLo",
  9754. {
  9755. front: {
  9756. height: math.unit(13 + 10/12, "feet"),
  9757. weight: math.unit(5320, "lb"),
  9758. name: "Front",
  9759. image: {
  9760. source: "./media/characters/chauncey-chantz/front.svg",
  9761. extra: 1587/1435 ,
  9762. bottom: 0.02
  9763. }
  9764. },
  9765. },
  9766. [
  9767. {
  9768. name: "Normal",
  9769. height: math.unit(13 + 10/12, "feet"),
  9770. default: true
  9771. },
  9772. {
  9773. name: "Macro",
  9774. height: math.unit(45, "feet")
  9775. },
  9776. {
  9777. name: "Megamacro",
  9778. height: math.unit(250, "miles")
  9779. },
  9780. {
  9781. name: "Planetary",
  9782. height: math.unit(10000, "miles")
  9783. },
  9784. {
  9785. name: "Galactic",
  9786. height: math.unit(40000, "parsecs")
  9787. },
  9788. {
  9789. name: "Universal",
  9790. height: math.unit(1, "yottameter")
  9791. },
  9792. ]
  9793. )
  9794. };
  9795. characterMakers["Epifox"] = () => {
  9796. return makeCharacter(
  9797. "Epifox",
  9798. "Epifox",
  9799. {
  9800. front: {
  9801. height: math.unit(6, "feet"),
  9802. weight: math.unit(150, "lb"),
  9803. name: "Front",
  9804. image: {
  9805. source: "./media/characters/epifox/front.svg",
  9806. extra: 1,
  9807. bottom: 0.075
  9808. }
  9809. },
  9810. },
  9811. [
  9812. {
  9813. name: "Micro",
  9814. height: math.unit(6, "inches")
  9815. },
  9816. {
  9817. name: "Normal",
  9818. height: math.unit(12, "feet"),
  9819. default: true
  9820. },
  9821. {
  9822. name: "Macro",
  9823. height: math.unit(3810, "feet")
  9824. },
  9825. {
  9826. name: "Megamacro",
  9827. height: math.unit(500, "miles")
  9828. },
  9829. ]
  9830. )
  9831. };
  9832. characterMakers["Colin T."] = () => {
  9833. return makeCharacter(
  9834. "Colin T.",
  9835. "DragonLugia58",
  9836. {
  9837. front: {
  9838. height: math.unit(1.8796, "m"),
  9839. weight: math.unit(230, "lb"),
  9840. name: "Front",
  9841. image: {
  9842. source: "./media/characters/colin-t/front.svg",
  9843. extra: 1272/1193 ,
  9844. bottom: 0.07
  9845. }
  9846. },
  9847. },
  9848. [
  9849. {
  9850. name: "Micro",
  9851. height: math.unit(0.571, "meters")
  9852. },
  9853. {
  9854. name: "Normal",
  9855. height: math.unit(1.8796, "meters"),
  9856. default: true
  9857. },
  9858. {
  9859. name: "Tall",
  9860. height: math.unit(4, "meters")
  9861. },
  9862. {
  9863. name: "Macro",
  9864. height: math.unit(67.241, "meters")
  9865. },
  9866. {
  9867. name: "Megamacro",
  9868. height: math.unit(371.856, "meters")
  9869. },
  9870. {
  9871. name: "Planetary",
  9872. height: math.unit(12631.5689, "km")
  9873. },
  9874. ]
  9875. )
  9876. };
  9877. characterMakers["Matvei"] = () => {
  9878. return makeCharacter(
  9879. "Matvei",
  9880. "Matt_Da_Master",
  9881. {
  9882. front: {
  9883. height: math.unit(1.85, "meters"),
  9884. weight: math.unit(80, "kg"),
  9885. name: "Front",
  9886. image: {
  9887. source: "./media/characters/matvei/front.svg",
  9888. extra: 614/594 ,
  9889. bottom: 0.01
  9890. }
  9891. },
  9892. },
  9893. [
  9894. {
  9895. name: "Normal",
  9896. height: math.unit(1.85, "meters"),
  9897. default: true
  9898. },
  9899. ]
  9900. )
  9901. };
  9902. characterMakers["Quincy"] = () => {
  9903. return makeCharacter(
  9904. "Quincy",
  9905. "Paradisaea",
  9906. {
  9907. front: {
  9908. height: math.unit(5 + 9/12, "feet"),
  9909. weight: math.unit(70, "lb"),
  9910. name: "Front",
  9911. image: {
  9912. source: "./media/characters/quincy/front.svg",
  9913. extra: 3041/2751
  9914. }
  9915. },
  9916. back: {
  9917. height: math.unit(5 + 9/12, "feet"),
  9918. weight: math.unit(70, "lb"),
  9919. name: "Back",
  9920. image: {
  9921. source: "./media/characters/quincy/back.svg",
  9922. extra: 3041/2751
  9923. }
  9924. },
  9925. flying: {
  9926. height: math.unit(5 + 4/12, "feet"),
  9927. weight: math.unit(70, "lb"),
  9928. name: "Flying",
  9929. image: {
  9930. source: "./media/characters/quincy/flying.svg",
  9931. extra: 1044/930
  9932. }
  9933. },
  9934. },
  9935. [
  9936. {
  9937. name: "Micro",
  9938. height: math.unit(3, "cm")
  9939. },
  9940. {
  9941. name: "Normal",
  9942. height: math.unit(5 + 9/12, "feet")
  9943. },
  9944. {
  9945. name: "Macro",
  9946. height: math.unit(200, "meters"),
  9947. default: true
  9948. },
  9949. {
  9950. name: "Megamacro",
  9951. height: math.unit(1000, "meters")
  9952. },
  9953. ]
  9954. )
  9955. };
  9956. characterMakers["Vanrel"] = () => {
  9957. return makeCharacter(
  9958. "Vanrel",
  9959. "KuiPaws",
  9960. {
  9961. front: {
  9962. height: math.unit(4 + 7/12, "feet"),
  9963. weight: math.unit(150, "lb"),
  9964. name: "Front",
  9965. image: {
  9966. source: "./media/characters/vanrel/front.svg",
  9967. extra: 1,
  9968. bottom: 0.02
  9969. }
  9970. },
  9971. side: {
  9972. height: math.unit(4 + 7/12, "feet"),
  9973. weight: math.unit(150, "lb"),
  9974. name: "Side",
  9975. image: {
  9976. source: "./media/characters/vanrel/side.svg",
  9977. extra: 1,
  9978. bottom: 0.025
  9979. }
  9980. },
  9981. tome: {
  9982. height: math.unit(1.35, "feet"),
  9983. weight: math.unit(10, "lb"),
  9984. name: "Vanrel's Tome",
  9985. rename: true,
  9986. image: {
  9987. source: "./media/characters/vanrel/tome.svg"
  9988. }
  9989. },
  9990. beans: {
  9991. height: math.unit(0.89, "feet"),
  9992. name: "Beans",
  9993. image: {
  9994. source: "./media/characters/vanrel/beans.svg"
  9995. }
  9996. },
  9997. },
  9998. [
  9999. {
  10000. name: "Normal",
  10001. height: math.unit(4 + 7/12, "feet"),
  10002. default: true
  10003. },
  10004. ]
  10005. )
  10006. };
  10007. characterMakers["Kuiper Vanrel"] = () => {
  10008. return makeCharacter(
  10009. "Kuiper Vanrel",
  10010. "KuiPaws",
  10011. {
  10012. front: {
  10013. height: math.unit(7 + 5/12, "feet"),
  10014. weight: math.unit(150, "lb"),
  10015. name: "Front",
  10016. image: {
  10017. source: "./media/characters/kuiper-vanrel/front.svg",
  10018. extra: 1118/1068 ,
  10019. bottom: 0.09
  10020. }
  10021. },
  10022. foot: {
  10023. height: math.unit(0.55, "meters"),
  10024. name: "Foot",
  10025. image: {
  10026. source: "./media/characters/kuiper-vanrel/foot.svg",
  10027. }
  10028. },
  10029. },
  10030. [
  10031. {
  10032. name: "Normal",
  10033. height: math.unit(7 + 5/12, "feet"),
  10034. default: true
  10035. },
  10036. ]
  10037. )
  10038. };
  10039. characterMakers["Keset Vanrel"] = () => {
  10040. return makeCharacter(
  10041. "Keset Vanrel",
  10042. "KuiPaws",
  10043. {
  10044. front: {
  10045. height: math.unit(8 + 5/12, "feet"),
  10046. weight: math.unit(150, "lb"),
  10047. name: "Front",
  10048. image: {
  10049. source: "./media/characters/keset-vanrel/front.svg",
  10050. extra: 1150/1084 ,
  10051. bottom: 0.05
  10052. }
  10053. },
  10054. hand: {
  10055. height: math.unit(0.6, "meters"),
  10056. name: "Hand",
  10057. image: {
  10058. source: "./media/characters/keset-vanrel/hand.svg"
  10059. }
  10060. },
  10061. foot: {
  10062. height: math.unit(0.94978, "meters"),
  10063. name: "Foot",
  10064. image: {
  10065. source: "./media/characters/keset-vanrel/foot.svg"
  10066. }
  10067. },
  10068. },
  10069. [
  10070. {
  10071. name: "Normal",
  10072. height: math.unit(8 + 5/12, "feet"),
  10073. default: true
  10074. },
  10075. ]
  10076. )
  10077. };
  10078. characterMakers["Neos"] = () => {
  10079. return makeCharacter(
  10080. "Neos",
  10081. "CakeyCake",
  10082. {
  10083. front: {
  10084. height: math.unit(6, "feet"),
  10085. weight: math.unit(150, "lb"),
  10086. name: "Front",
  10087. image: {
  10088. source: "./media/characters/neos/front.svg",
  10089. extra: 1696/992 ,
  10090. bottom: 0.14
  10091. }
  10092. },
  10093. },
  10094. [
  10095. {
  10096. name: "Normal",
  10097. height: math.unit(54, "cm"),
  10098. default: true
  10099. },
  10100. {
  10101. name: "Macro",
  10102. height: math.unit(100, "m")
  10103. },
  10104. {
  10105. name: "Megamacro",
  10106. height: math.unit(10, "km")
  10107. },
  10108. {
  10109. name: "Megamacro+",
  10110. height: math.unit(100, "km")
  10111. },
  10112. {
  10113. name: "Gigamacro",
  10114. height: math.unit(100, "Mm")
  10115. },
  10116. {
  10117. name: "Teramacro",
  10118. height: math.unit(100, "Gm")
  10119. },
  10120. {
  10121. name: "Examacro",
  10122. height: math.unit(100, "Em")
  10123. },
  10124. {
  10125. name: "Godly",
  10126. height: math.unit(10000, "Ym")
  10127. },
  10128. {
  10129. name: "Beyond Godly",
  10130. height: math.unit(10000000, "Ym")
  10131. },
  10132. ]
  10133. )
  10134. };
  10135. characterMakers["Sammy Mouse"] = () => {
  10136. return makeCharacter(
  10137. "Sammy Mouse",
  10138. "Piedunk",
  10139. {
  10140. feminine: {
  10141. height: math.unit(5, "feet"),
  10142. weight: math.unit(100, "lb"),
  10143. name: "Feminine",
  10144. image: {
  10145. source: "./media/characters/sammy-mouse/feminine.svg",
  10146. extra: 2526/2425 ,
  10147. bottom: 0.123
  10148. }
  10149. },
  10150. masculine: {
  10151. height: math.unit(5, "feet"),
  10152. weight: math.unit(100, "lb"),
  10153. name: "Masculine",
  10154. image: {
  10155. source: "./media/characters/sammy-mouse/masculine.svg",
  10156. extra: 2526/2425 ,
  10157. bottom: 0.123
  10158. }
  10159. },
  10160. },
  10161. [
  10162. {
  10163. name: "Micro",
  10164. height: math.unit(5, "inches")
  10165. },
  10166. {
  10167. name: "Normal",
  10168. height: math.unit(5, "feet"),
  10169. default: true
  10170. },
  10171. {
  10172. name: "Macro",
  10173. height: math.unit(60, "feet")
  10174. },
  10175. ]
  10176. )
  10177. };
  10178. characterMakers["Kole"] = () => {
  10179. return makeCharacter(
  10180. "Kole",
  10181. "Cats_55",
  10182. {
  10183. front: {
  10184. height: math.unit(4, "feet"),
  10185. weight: math.unit(50, "lb"),
  10186. name: "Front",
  10187. image: {
  10188. source: "./media/characters/kole/front.svg",
  10189. extra: 1423/1303 ,
  10190. bottom: 0.025
  10191. }
  10192. },
  10193. back: {
  10194. height: math.unit(4, "feet"),
  10195. weight: math.unit(50, "lb"),
  10196. name: "Back",
  10197. image: {
  10198. source: "./media/characters/kole/back.svg",
  10199. extra: 1426/1280 ,
  10200. bottom: 0.02
  10201. }
  10202. },
  10203. },
  10204. [
  10205. {
  10206. name: "Normal",
  10207. height: math.unit(4, "feet"),
  10208. default: true
  10209. },
  10210. ]
  10211. )
  10212. };
  10213. characterMakers["Rufran"] = () => {
  10214. return makeCharacter(
  10215. "Rufran",
  10216. "Rufran",
  10217. {
  10218. front: {
  10219. height: math.unit(2 + 6/12, "feet"),
  10220. weight: math.unit(20, "lb"),
  10221. name: "Front",
  10222. image: {
  10223. source: "./media/characters/rufran/front.svg",
  10224. extra: 2041/1839 ,
  10225. bottom: 0.055
  10226. }
  10227. },
  10228. back: {
  10229. height: math.unit(2 + 6/12, "feet"),
  10230. weight: math.unit(20, "lb"),
  10231. name: "Back",
  10232. image: {
  10233. source: "./media/characters/rufran/back.svg",
  10234. extra: 2054/1839 ,
  10235. bottom: 0.01
  10236. }
  10237. },
  10238. hand: {
  10239. height: math.unit(0.2166, "meters"),
  10240. name: "Hand",
  10241. image: {
  10242. source: "./media/characters/rufran/hand.svg"
  10243. }
  10244. },
  10245. foot: {
  10246. height: math.unit(0.185, "meters"),
  10247. name: "Foot",
  10248. image: {
  10249. source: "./media/characters/rufran/foot.svg"
  10250. }
  10251. },
  10252. },
  10253. [
  10254. {
  10255. name: "Micro",
  10256. height: math.unit(1, "inch")
  10257. },
  10258. {
  10259. name: "Normal",
  10260. height: math.unit(2 + 6/12, "feet"),
  10261. default: true
  10262. },
  10263. {
  10264. name: "Big",
  10265. height: math.unit(60, "feet")
  10266. },
  10267. {
  10268. name: "Macro",
  10269. height: math.unit(325, "feet")
  10270. },
  10271. ]
  10272. )
  10273. };
  10274. characterMakers["Chip"] = () => {
  10275. return makeCharacter(
  10276. "Chip",
  10277. "Chiptuni",
  10278. {
  10279. front: {
  10280. height: math.unit(0.3, "meters"),
  10281. weight: math.unit(3.5, "kg"),
  10282. name: "Front",
  10283. image: {
  10284. source: "./media/characters/chip/front.svg",
  10285. extra: 748/674
  10286. }
  10287. },
  10288. },
  10289. [
  10290. {
  10291. name: "Micro",
  10292. height: math.unit(1, "inch"),
  10293. default: true
  10294. },
  10295. ]
  10296. )
  10297. };
  10298. characterMakers["Torvid"] = () => {
  10299. return makeCharacter(
  10300. "Torvid",
  10301. "Torvid",
  10302. {
  10303. side: {
  10304. height: math.unit(2.3, "meters"),
  10305. weight: math.unit(3500, "lb"),
  10306. name: "Side",
  10307. image: {
  10308. source: "./media/characters/torvid/side.svg",
  10309. extra: 1972/722 ,
  10310. bottom: 0.035
  10311. }
  10312. },
  10313. },
  10314. [
  10315. {
  10316. name: "Normal",
  10317. height: math.unit(2.3, "meters"),
  10318. default: true
  10319. },
  10320. ]
  10321. )
  10322. };
  10323. characterMakers["Susan"] = () => {
  10324. return makeCharacter(
  10325. "Susan",
  10326. "Jasmith",
  10327. {
  10328. front: {
  10329. height: math.unit(2, "meters"),
  10330. weight: math.unit(150.5, "kg"),
  10331. name: "Front",
  10332. image: {
  10333. source: "./media/characters/susan/front.svg",
  10334. extra: 693/635 ,
  10335. bottom: 0.05
  10336. }
  10337. },
  10338. },
  10339. [
  10340. {
  10341. name: "Megamacro",
  10342. height: math.unit(505, "miles"),
  10343. default: true
  10344. },
  10345. ]
  10346. )
  10347. };
  10348. characterMakers["Raindrops"] = () => {
  10349. return makeCharacter(
  10350. "Raindrops",
  10351. "RaindropsJFL",
  10352. {
  10353. front: {
  10354. height: math.unit(6, "feet"),
  10355. weight: math.unit(150, "lb"),
  10356. name: "Front",
  10357. image: {
  10358. source: "./media/characters/raindrops/front.svg",
  10359. extra: 2655/2461 ,
  10360. bottom: 0.02
  10361. }
  10362. },
  10363. back: {
  10364. height: math.unit(6, "feet"),
  10365. weight: math.unit(150, "lb"),
  10366. name: "Back",
  10367. image: {
  10368. source: "./media/characters/raindrops/back.svg",
  10369. extra: 2574/2400 ,
  10370. bottom: 0.03
  10371. }
  10372. },
  10373. },
  10374. [
  10375. {
  10376. name: "Micro",
  10377. height: math.unit(6, "inches")
  10378. },
  10379. {
  10380. name: "Normal",
  10381. height: math.unit(6 + 2/12, "feet")
  10382. },
  10383. {
  10384. name: "Macro",
  10385. height: math.unit(131, "feet"),
  10386. default: true
  10387. },
  10388. {
  10389. name: "Megamacro",
  10390. height: math.unit(15, "miles")
  10391. },
  10392. {
  10393. name: "Gigamacro",
  10394. height: math.unit(4000, "miles")
  10395. },
  10396. {
  10397. name: "Teramacro",
  10398. height: math.unit(315000, "miles")
  10399. },
  10400. ]
  10401. )
  10402. };
  10403. characterMakers["Tezwa"] = () => {
  10404. return makeCharacter(
  10405. "Tezwa",
  10406. "TitanTezwa",
  10407. {
  10408. front: {
  10409. height: math.unit(2.794, "meters"),
  10410. weight: math.unit(325, "kg"),
  10411. name: "Front",
  10412. image: {
  10413. source: "./media/characters/tezwa/front.svg",
  10414. extra: 2083/1906 ,
  10415. bottom: 0.031
  10416. }
  10417. },
  10418. foot: {
  10419. height: math.unit(0.687, "meters"),
  10420. name: "Foot",
  10421. image: {
  10422. source: "./media/characters/tezwa/foot.svg"
  10423. }
  10424. },
  10425. },
  10426. [
  10427. {
  10428. name: "Normal",
  10429. height: math.unit(9 + 2/12, "feet"),
  10430. default: true
  10431. },
  10432. ]
  10433. )
  10434. };
  10435. characterMakers["Typhus"] = () => {
  10436. return makeCharacter(
  10437. "Typhus",
  10438. "Jasmith",
  10439. {
  10440. front: {
  10441. height: math.unit(58, "feet"),
  10442. weight: math.unit(89000, "lb"),
  10443. name: "Front",
  10444. image: {
  10445. source: "./media/characters/typhus/front.svg",
  10446. extra: 816/800 ,
  10447. bottom: 0.065
  10448. }
  10449. },
  10450. },
  10451. [
  10452. {
  10453. name: "Macro",
  10454. height: math.unit(58, "feet"),
  10455. default: true
  10456. },
  10457. ]
  10458. )
  10459. };
  10460. characterMakers["Lyra Von Wulf"] = () => {
  10461. return makeCharacter(
  10462. "Lyra Von Wulf",
  10463. "LyraVonWulf",
  10464. {
  10465. front: {
  10466. height: math.unit(12, "feet"),
  10467. weight: math.unit(6, "tonnes"),
  10468. name: "Front",
  10469. image: {
  10470. source: "./media/characters/lyra-von-wulf/front.svg",
  10471. extra: 1,
  10472. bottom: 0.10
  10473. }
  10474. },
  10475. frontMecha: {
  10476. height: math.unit(12, "feet"),
  10477. weight: math.unit(12, "tonnes"),
  10478. name: "Front (Mecha)",
  10479. image: {
  10480. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  10481. extra: 1,
  10482. bottom: 0.042
  10483. }
  10484. },
  10485. maw: {
  10486. height: math.unit(2.2, "feet"),
  10487. name: "Maw",
  10488. image: {
  10489. source: "./media/characters/lyra-von-wulf/maw.svg"
  10490. }
  10491. },
  10492. },
  10493. [
  10494. {
  10495. name: "Normal",
  10496. height: math.unit(12, "feet"),
  10497. default: true
  10498. },
  10499. {
  10500. name: "Classic",
  10501. height: math.unit(50, "feet")
  10502. },
  10503. {
  10504. name: "Macro",
  10505. height: math.unit(500, "feet")
  10506. },
  10507. {
  10508. name: "Megamacro",
  10509. height: math.unit(1, "mile")
  10510. },
  10511. {
  10512. name: "Gigamacro",
  10513. height: math.unit(400, "miles")
  10514. },
  10515. {
  10516. name: "Teramacro",
  10517. height: math.unit(22000, "miles")
  10518. },
  10519. {
  10520. name: "Solarmacro",
  10521. height: math.unit(8600000, "miles")
  10522. },
  10523. {
  10524. name: "Galactic",
  10525. height: math.unit(1057000, "lightyears")
  10526. },
  10527. ]
  10528. )
  10529. };
  10530. characterMakers["Dixon"] = () => {
  10531. return makeCharacter(
  10532. "Dixon",
  10533. "Seabury",
  10534. {
  10535. front: {
  10536. height: math.unit(6 + 10/12, "feet"),
  10537. weight: math.unit(150, "lb"),
  10538. name: "Front",
  10539. image: {
  10540. source: "./media/characters/dixon/front.svg",
  10541. extra: 3361/3209 ,
  10542. bottom: 0.01
  10543. }
  10544. },
  10545. },
  10546. [
  10547. {
  10548. name: "Normal",
  10549. height: math.unit(6 + 10/12, "feet"),
  10550. default: true
  10551. },
  10552. {
  10553. name: "Big",
  10554. height: math.unit(12, "meters")
  10555. },
  10556. {
  10557. name: "Macro",
  10558. height: math.unit(500, "meters")
  10559. },
  10560. {
  10561. name: "Megamacro",
  10562. height: math.unit(2, "km")
  10563. },
  10564. ]
  10565. )
  10566. };
  10567. characterMakers["Kauko"] = () => {
  10568. return makeCharacter(
  10569. "Kauko",
  10570. "Kauko",
  10571. {
  10572. front: {
  10573. height: math.unit(185, "cm"),
  10574. weight: math.unit(68, "kg"),
  10575. name: "Front",
  10576. image: {
  10577. source: "./media/characters/kauko/front.svg",
  10578. extra: 1455/1421 ,
  10579. bottom: 0.03
  10580. }
  10581. },
  10582. back: {
  10583. height: math.unit(185, "cm"),
  10584. weight: math.unit(68, "kg"),
  10585. name: "Back",
  10586. image: {
  10587. source: "./media/characters/kauko/back.svg",
  10588. extra: 1455/1421 ,
  10589. bottom: 0.004
  10590. }
  10591. },
  10592. },
  10593. [
  10594. {
  10595. name: "Normal",
  10596. height: math.unit(185, "cm"),
  10597. default: true
  10598. },
  10599. ]
  10600. )
  10601. };
  10602. characterMakers["Varg"] = () => {
  10603. return makeCharacter(
  10604. "Varg",
  10605. "va0027",
  10606. {
  10607. front: {
  10608. height: math.unit(6, "feet"),
  10609. weight: math.unit(150, "kg"),
  10610. name: "Front",
  10611. image: {
  10612. source: "./media/characters/varg/front.svg",
  10613. extra: 1108/1018 ,
  10614. bottom: 0.0375
  10615. }
  10616. },
  10617. },
  10618. [
  10619. {
  10620. name: "Normal",
  10621. height: math.unit(5, "meters")
  10622. },
  10623. {
  10624. name: "Gigamacro",
  10625. height: math.unit(211, "km"),
  10626. default: true
  10627. },
  10628. ]
  10629. )
  10630. };
  10631. characterMakers["Dayza"] = () => {
  10632. return makeCharacter(
  10633. "Dayza",
  10634. "Vonadi",
  10635. {
  10636. front: {
  10637. height: math.unit(7 + 7/12, "feet"),
  10638. weight: math.unit(267, "lb"),
  10639. name: "Front",
  10640. image: {
  10641. source: "./media/characters/dayza/front.svg",
  10642. extra: 1262/1200 ,
  10643. bottom: 0.035
  10644. }
  10645. },
  10646. side: {
  10647. height: math.unit(7 + 7/12, "feet"),
  10648. weight: math.unit(267, "lb"),
  10649. name: "Side",
  10650. image: {
  10651. source: "./media/characters/dayza/side.svg",
  10652. extra: 1295/1245 ,
  10653. bottom: 0.05
  10654. }
  10655. },
  10656. back: {
  10657. height: math.unit(7 + 7/12, "feet"),
  10658. weight: math.unit(267, "lb"),
  10659. name: "Back",
  10660. image: {
  10661. source: "./media/characters/dayza/back.svg",
  10662. extra: 1241/1170
  10663. }
  10664. },
  10665. },
  10666. [
  10667. {
  10668. name: "Normal",
  10669. height: math.unit(7 + 7/12, "feet"),
  10670. default: true
  10671. },
  10672. {
  10673. name: "Macro",
  10674. height: math.unit(155, "feet")
  10675. },
  10676. ]
  10677. )
  10678. };
  10679. characterMakers["Xanthos"] = () => {
  10680. return makeCharacter(
  10681. "Xanthos",
  10682. "ArgentVZ",
  10683. {
  10684. front: {
  10685. height: math.unit(6 + 5/12, "feet"),
  10686. weight: math.unit(160, "lb"),
  10687. name: "Front",
  10688. image: {
  10689. source: "./media/characters/xanthos/front.svg",
  10690. extra: 1,
  10691. bottom: 0.04
  10692. }
  10693. },
  10694. back: {
  10695. height: math.unit(6 + 5/12, "feet"),
  10696. weight: math.unit(160, "lb"),
  10697. name: "Back",
  10698. image: {
  10699. source: "./media/characters/xanthos/back.svg",
  10700. extra: 1,
  10701. bottom: 0.03
  10702. }
  10703. },
  10704. hand: {
  10705. height: math.unit(0.928, "feet"),
  10706. name: "Hand",
  10707. image: {
  10708. source: "./media/characters/xanthos/hand.svg"
  10709. }
  10710. },
  10711. foot: {
  10712. height: math.unit(1.286, "feet"),
  10713. name: "Foot",
  10714. image: {
  10715. source: "./media/characters/xanthos/foot.svg"
  10716. }
  10717. },
  10718. },
  10719. [
  10720. {
  10721. name: "Normal",
  10722. height: math.unit(6 + 5/12, "feet"),
  10723. default: true
  10724. },
  10725. {
  10726. name: "Normal+",
  10727. height: math.unit(6, "meters")
  10728. },
  10729. {
  10730. name: "Macro",
  10731. height: math.unit(40, "feet")
  10732. },
  10733. {
  10734. name: "Macro+",
  10735. height: math.unit(200, "meters")
  10736. },
  10737. {
  10738. name: "Megamacro",
  10739. height: math.unit(20, "km")
  10740. },
  10741. {
  10742. name: "Megamacro+",
  10743. height: math.unit(100, "km")
  10744. },
  10745. ]
  10746. )
  10747. };
  10748. characterMakers["Grynn"] = () => {
  10749. return makeCharacter(
  10750. "Grynn",
  10751. "Grynn",
  10752. {
  10753. front: {
  10754. height: math.unit(6 + 3/12, "feet"),
  10755. weight: math.unit(215, "lb"),
  10756. name: "Front",
  10757. image: {
  10758. source: "./media/characters/grynn/front.svg",
  10759. extra: 4627/4209 ,
  10760. bottom: 0.047
  10761. }
  10762. },
  10763. },
  10764. [
  10765. {
  10766. name: "Micro",
  10767. height: math.unit(6, "inches")
  10768. },
  10769. {
  10770. name: "Normal",
  10771. height: math.unit(6 + 3/12, "feet"),
  10772. default: true
  10773. },
  10774. {
  10775. name: "Big",
  10776. height: math.unit(104, "feet")
  10777. },
  10778. {
  10779. name: "Macro",
  10780. height: math.unit(944, "feet")
  10781. },
  10782. {
  10783. name: "Macro+",
  10784. height: math.unit(9480, "feet")
  10785. },
  10786. {
  10787. name: "Megamacro",
  10788. height: math.unit(78752, "feet")
  10789. },
  10790. {
  10791. name: "Megamacro+",
  10792. height: math.unit(630128, "feet")
  10793. },
  10794. {
  10795. name: "Megamacro++",
  10796. height: math.unit(3150695, "feet")
  10797. },
  10798. ]
  10799. )
  10800. };
  10801. characterMakers["Mocha Aura"] = () => {
  10802. return makeCharacter(
  10803. "Mocha Aura",
  10804. "Mocha-Aura",
  10805. {
  10806. front: {
  10807. height: math.unit(7 + 5/12, "feet"),
  10808. weight: math.unit(450, "lb"),
  10809. name: "Front",
  10810. image: {
  10811. source: "./media/characters/mocha-aura/front.svg",
  10812. extra: 1907/1817 ,
  10813. bottom: 0.04
  10814. }
  10815. },
  10816. back: {
  10817. height: math.unit(7 + 5/12, "feet"),
  10818. weight: math.unit(450, "lb"),
  10819. name: "Back",
  10820. image: {
  10821. source: "./media/characters/mocha-aura/back.svg",
  10822. extra: 1900/1825 ,
  10823. bottom: 0.045
  10824. }
  10825. },
  10826. },
  10827. [
  10828. {
  10829. name: "Nano",
  10830. height: math.unit(1, "nm")
  10831. },
  10832. {
  10833. name: "Megamicro",
  10834. height: math.unit(1, "mm")
  10835. },
  10836. {
  10837. name: "Micro",
  10838. height: math.unit(3, "inches")
  10839. },
  10840. {
  10841. name: "Normal",
  10842. height: math.unit(7 + 5/12, "feet"),
  10843. default: true
  10844. },
  10845. {
  10846. name: "Macro",
  10847. height: math.unit(30, "feet")
  10848. },
  10849. {
  10850. name: "Megamacro",
  10851. height: math.unit(3500, "feet")
  10852. },
  10853. {
  10854. name: "Teramacro",
  10855. height: math.unit(500000, "miles")
  10856. },
  10857. {
  10858. name: "Petamacro",
  10859. height: math.unit(50000000000000000 , "parsecs")
  10860. },
  10861. ]
  10862. )
  10863. };
  10864. characterMakers["Ilisha Devya"] = () => {
  10865. return makeCharacter(
  10866. "Ilisha Devya",
  10867. "Neopuc",
  10868. {
  10869. front: {
  10870. height: math.unit(6, "feet"),
  10871. weight: math.unit(150, "lb"),
  10872. name: "Front",
  10873. image: {
  10874. source: "./media/characters/ilisha-devya/front.svg",
  10875. extra: 1,
  10876. bottom: 0.175
  10877. }
  10878. },
  10879. back: {
  10880. height: math.unit(6, "feet"),
  10881. weight: math.unit(150, "lb"),
  10882. name: "Back",
  10883. image: {
  10884. source: "./media/characters/ilisha-devya/back.svg",
  10885. extra: 1,
  10886. bottom: 0.015
  10887. }
  10888. },
  10889. },
  10890. [
  10891. {
  10892. name: "Macro",
  10893. height: math.unit(500, "feet"),
  10894. default: true
  10895. },
  10896. {
  10897. name: "Megamacro",
  10898. height: math.unit(10, "miles")
  10899. },
  10900. {
  10901. name: "Gigamacro",
  10902. height: math.unit(100000, "miles")
  10903. },
  10904. {
  10905. name: "Examacro",
  10906. height: math.unit(1e9, "lightyears")
  10907. },
  10908. {
  10909. name: "Omniversal",
  10910. height: math.unit(1e33, "lightyears")
  10911. },
  10912. {
  10913. name: "Beyond Infinite",
  10914. height: math.unit(1e100, "lightyears")
  10915. },
  10916. ]
  10917. )
  10918. };
  10919. characterMakers["Mira"] = () => {
  10920. return makeCharacter(
  10921. "Mira",
  10922. "Neopuc",
  10923. {
  10924. Side: {
  10925. height: math.unit(6, "feet"),
  10926. weight: math.unit(150, "lb"),
  10927. name: "Side",
  10928. image: {
  10929. source: "./media/characters/mira/side.svg",
  10930. extra: 900/799 ,
  10931. bottom: 0.02
  10932. }
  10933. },
  10934. },
  10935. [
  10936. {
  10937. name: "Human Size",
  10938. height: math.unit(6, "feet")
  10939. },
  10940. {
  10941. name: "Macro",
  10942. height: math.unit(100, "feet"),
  10943. default: true
  10944. },
  10945. {
  10946. name: "Megamacro",
  10947. height: math.unit(10, "miles")
  10948. },
  10949. {
  10950. name: "Gigamacro",
  10951. height: math.unit(25000, "miles")
  10952. },
  10953. {
  10954. name: "Teramacro",
  10955. height: math.unit(300, "AU")
  10956. },
  10957. {
  10958. name: "Full Size",
  10959. height: math.unit(4.5e10, "lightyears")
  10960. },
  10961. ]
  10962. )
  10963. };
  10964. characterMakers["Holly"] = () => {
  10965. return makeCharacter(
  10966. "Holly",
  10967. "Neopuc",
  10968. {
  10969. front: {
  10970. height: math.unit(6, "feet"),
  10971. weight: math.unit(150, "lb"),
  10972. name: "Front",
  10973. image: {
  10974. source: "./media/characters/holly/front.svg",
  10975. extra: 639/606
  10976. }
  10977. },
  10978. back: {
  10979. height: math.unit(6, "feet"),
  10980. weight: math.unit(150, "lb"),
  10981. name: "Back",
  10982. image: {
  10983. source: "./media/characters/holly/back.svg",
  10984. extra: 623/598
  10985. }
  10986. },
  10987. frontWorking: {
  10988. height: math.unit(6, "feet"),
  10989. weight: math.unit(150, "lb"),
  10990. name: "Front (Working)",
  10991. image: {
  10992. source: "./media/characters/holly/front-working.svg",
  10993. extra: 607/577 ,
  10994. bottom: 0.048
  10995. }
  10996. },
  10997. },
  10998. [
  10999. {
  11000. name: "Normal",
  11001. height: math.unit(12 + 3/12, "feet"),
  11002. default: true
  11003. },
  11004. ]
  11005. )
  11006. };
  11007. characterMakers["Porter"] = () => {
  11008. return makeCharacter(
  11009. "Porter",
  11010. "Neopuc",
  11011. {
  11012. front: {
  11013. height: math.unit(6, "feet"),
  11014. weight: math.unit(150, "lb"),
  11015. name: "Front",
  11016. image: {
  11017. source: "./media/characters/porter/front.svg",
  11018. extra: 1,
  11019. bottom: 0.01
  11020. }
  11021. },
  11022. frontRobes: {
  11023. height: math.unit(6, "feet"),
  11024. weight: math.unit(150, "lb"),
  11025. name: "Front (Robes)",
  11026. image: {
  11027. source: "./media/characters/porter/front-robes.svg",
  11028. extra: 1.01 ,
  11029. bottom: 0.01
  11030. }
  11031. },
  11032. },
  11033. [
  11034. {
  11035. name: "Normal",
  11036. height: math.unit(11 + 9/12, "feet"),
  11037. default: true
  11038. },
  11039. ]
  11040. )
  11041. };
  11042. characterMakers["Lucy"] = () => {
  11043. return makeCharacter(
  11044. "Lucy",
  11045. "Jasmith",
  11046. {
  11047. legendary: {
  11048. height: math.unit(6, "feet"),
  11049. weight: math.unit(150, "lb"),
  11050. name: "Legendary",
  11051. image: {
  11052. source: "./media/characters/lucy/legendary.svg",
  11053. extra: 1355/1100 ,
  11054. bottom: 0.045
  11055. }
  11056. },
  11057. },
  11058. [
  11059. {
  11060. name: "Legendary",
  11061. height: math.unit(86882*2, "miles"),
  11062. default: true
  11063. },
  11064. ]
  11065. )
  11066. };
  11067. characterMakers["Drusilla"] = () => {
  11068. return makeCharacter(
  11069. "Drusilla",
  11070. "Neopuc",
  11071. {
  11072. front: {
  11073. height: math.unit(6, "feet"),
  11074. weight: math.unit(150, "lb"),
  11075. name: "Front",
  11076. image: {
  11077. source: "./media/characters/drusilla/front.svg",
  11078. extra: 678/635 ,
  11079. bottom: 0.03
  11080. }
  11081. },
  11082. back: {
  11083. height: math.unit(6, "feet"),
  11084. weight: math.unit(150, "lb"),
  11085. name: "Back",
  11086. image: {
  11087. source: "./media/characters/drusilla/back.svg",
  11088. extra: 678/635 ,
  11089. bottom: 0.005
  11090. }
  11091. },
  11092. },
  11093. [
  11094. {
  11095. name: "Macro",
  11096. height: math.unit(100, "feet")
  11097. },
  11098. {
  11099. name: "Canon Height",
  11100. height: math.unit(2000, "feet"),
  11101. default: true
  11102. },
  11103. ]
  11104. )
  11105. };
  11106. characterMakers["Renard Thatch"] = () => {
  11107. return makeCharacter(
  11108. "Renard Thatch",
  11109. "Renard Thatch",
  11110. {
  11111. front: {
  11112. height: math.unit(6, "feet"),
  11113. weight: math.unit(180, "lb"),
  11114. name: "Front",
  11115. image: {
  11116. source: "./media/characters/renard-thatch/front.svg",
  11117. extra: 2411/2275 ,
  11118. bottom: 0.01
  11119. }
  11120. },
  11121. frontPosing: {
  11122. height: math.unit(6, "feet"),
  11123. weight: math.unit(180, "lb"),
  11124. name: "Front (Posing)",
  11125. image: {
  11126. source: "./media/characters/renard-thatch/front-posing.svg",
  11127. extra: 2381/2261 ,
  11128. bottom: 0.01
  11129. }
  11130. },
  11131. back: {
  11132. height: math.unit(6, "feet"),
  11133. weight: math.unit(180, "lb"),
  11134. name: "Back",
  11135. image: {
  11136. source: "./media/characters/renard-thatch/back.svg",
  11137. extra: 2428/2288
  11138. }
  11139. },
  11140. },
  11141. [
  11142. {
  11143. name: "Micro",
  11144. height: math.unit(3, "inches")
  11145. },
  11146. {
  11147. name: "Default",
  11148. height: math.unit(6, "feet"),
  11149. default: true
  11150. },
  11151. {
  11152. name: "Macro",
  11153. height: math.unit(75, "feet")
  11154. },
  11155. ]
  11156. )
  11157. };
  11158. characterMakers["Sekvra"] = () => {
  11159. return makeCharacter(
  11160. "Sekvra",
  11161. "Neopuc",
  11162. {
  11163. front: {
  11164. height: math.unit(1450, "feet"),
  11165. weight: math.unit(1.21e6, "tons"),
  11166. name: "Front",
  11167. image: {
  11168. source: "./media/characters/sekvra/front.svg",
  11169. extra: 1,
  11170. bottom: 0.03
  11171. }
  11172. },
  11173. frontClothed: {
  11174. height: math.unit(1450, "feet"),
  11175. weight: math.unit(1.21e6, "tons"),
  11176. name: "Front (Clothed)",
  11177. image: {
  11178. source: "./media/characters/sekvra/front-clothed.svg",
  11179. extra: 1,
  11180. bottom: 0.03
  11181. }
  11182. },
  11183. side: {
  11184. height: math.unit(1450, "feet"),
  11185. weight: math.unit(1.21e6, "tons"),
  11186. name: "Side",
  11187. image: {
  11188. source: "./media/characters/sekvra/side.svg",
  11189. extra: 1,
  11190. bottom: 0.025
  11191. }
  11192. },
  11193. back: {
  11194. height: math.unit(1450, "feet"),
  11195. weight: math.unit(1.21e6, "tons"),
  11196. name: "Back",
  11197. image: {
  11198. source: "./media/characters/sekvra/back.svg",
  11199. extra: 1,
  11200. bottom: 0.005
  11201. }
  11202. },
  11203. },
  11204. [
  11205. {
  11206. name: "Macro",
  11207. height: math.unit(1450, "feet"),
  11208. default: true
  11209. },
  11210. {
  11211. name: "Megamacro",
  11212. height: math.unit(15000, "feet")
  11213. },
  11214. ]
  11215. )
  11216. };
  11217. characterMakers["Carmine"] = () => {
  11218. return makeCharacter(
  11219. "Carmine",
  11220. "Neopuc",
  11221. {
  11222. front: {
  11223. height: math.unit(6, "feet"),
  11224. weight: math.unit(150, "lb"),
  11225. name: "Front",
  11226. image: {
  11227. source: "./media/characters/carmine/front.svg",
  11228. extra: 1,
  11229. bottom: 0.035
  11230. }
  11231. },
  11232. frontArmor: {
  11233. height: math.unit(6, "feet"),
  11234. weight: math.unit(150, "lb"),
  11235. name: "Front (Armor)",
  11236. image: {
  11237. source: "./media/characters/carmine/front-armor.svg",
  11238. extra: 1,
  11239. bottom: 0.035
  11240. }
  11241. },
  11242. },
  11243. [
  11244. {
  11245. name: "Large",
  11246. height: math.unit(1, "mile")
  11247. },
  11248. {
  11249. name: "Huge",
  11250. height: math.unit(40, "miles"),
  11251. default: true
  11252. },
  11253. {
  11254. name: "Colossal",
  11255. height: math.unit(2500, "miles")
  11256. },
  11257. ]
  11258. )
  11259. };
  11260. characterMakers["Elyssia"] = () => {
  11261. return makeCharacter(
  11262. "Elyssia",
  11263. "Neopuc",
  11264. {
  11265. front: {
  11266. height: math.unit(6, "feet"),
  11267. weight: math.unit(150, "lb"),
  11268. name: "Front",
  11269. image: {
  11270. source: "./media/characters/elyssia/front.svg",
  11271. extra: 2201/2035 ,
  11272. bottom: 0.05
  11273. }
  11274. },
  11275. frontClothed: {
  11276. height: math.unit(6, "feet"),
  11277. weight: math.unit(150, "lb"),
  11278. name: "Front (Clothed)",
  11279. image: {
  11280. source: "./media/characters/elyssia/front-clothed.svg",
  11281. extra: 2201/2035 ,
  11282. bottom: 0.05
  11283. }
  11284. },
  11285. back: {
  11286. height: math.unit(6, "feet"),
  11287. weight: math.unit(150, "lb"),
  11288. name: "Back",
  11289. image: {
  11290. source: "./media/characters/elyssia/back.svg",
  11291. extra: 2201/2035 ,
  11292. bottom: 0.013
  11293. }
  11294. },
  11295. },
  11296. [
  11297. {
  11298. name: "Smaller",
  11299. height: math.unit(150, "feet")
  11300. },
  11301. {
  11302. name: "Standard",
  11303. height: math.unit(1400, "feet"),
  11304. default: true
  11305. },
  11306. {
  11307. name: "Distracted",
  11308. height: math.unit(15000, "feet")
  11309. },
  11310. ]
  11311. )
  11312. };
  11313. characterMakers["Geno Maxwell"] = () => {
  11314. return makeCharacter(
  11315. "Geno Maxwell",
  11316. "Geckonori",
  11317. {
  11318. front: {
  11319. height: math.unit(7 + 4/12, "feet"),
  11320. weight: math.unit(500, "lb"),
  11321. name: "Front",
  11322. image: {
  11323. source: "./media/characters/geno-maxwell/front.svg",
  11324. extra: 2207/2040 ,
  11325. bottom: 0.015
  11326. }
  11327. },
  11328. },
  11329. [
  11330. {
  11331. name: "Micro",
  11332. height: math.unit(3, "inches")
  11333. },
  11334. {
  11335. name: "Normal",
  11336. height: math.unit(7 + 4/12, "feet"),
  11337. default: true
  11338. },
  11339. {
  11340. name: "Macro",
  11341. height: math.unit(220, "feet")
  11342. },
  11343. {
  11344. name: "Megamacro",
  11345. height: math.unit(11, "miles")
  11346. },
  11347. ]
  11348. )
  11349. };
  11350. characterMakers["Regena Maxwell"] = () => {
  11351. return makeCharacter(
  11352. "Regena Maxwell",
  11353. "Geckonori",
  11354. {
  11355. front: {
  11356. height: math.unit(7 + 4/12, "feet"),
  11357. weight: math.unit(500, "lb"),
  11358. name: "Front",
  11359. image: {
  11360. source: "./media/characters/regena-maxwell/front.svg",
  11361. extra: 3115/2770 ,
  11362. bottom: 0.02
  11363. }
  11364. },
  11365. },
  11366. [
  11367. {
  11368. name: "Normal",
  11369. height: math.unit(7 + 4/12, "feet"),
  11370. default: true
  11371. },
  11372. {
  11373. name: "Macro",
  11374. height: math.unit(220, "feet")
  11375. },
  11376. {
  11377. name: "Megamacro",
  11378. height: math.unit(11, "miles")
  11379. },
  11380. ]
  11381. )
  11382. };
  11383. characterMakers["XGlidingDragonX"] = () => {
  11384. return makeCharacter(
  11385. "XGlidingDragonX",
  11386. "XGlidingDragonX",
  11387. {
  11388. front: {
  11389. height: math.unit(6, "feet"),
  11390. weight: math.unit(150, "lb"),
  11391. name: "Front",
  11392. image: {
  11393. source: "./media/characters/x-gliding-dragon-x/front.svg",
  11394. extra: 860/690 ,
  11395. bottom: 0.03
  11396. }
  11397. },
  11398. },
  11399. [
  11400. {
  11401. name: "Normal",
  11402. height: math.unit(1.7, "meters"),
  11403. default: true
  11404. },
  11405. ]
  11406. )
  11407. };
  11408. characterMakers["Quilly"] = () => {
  11409. return makeCharacter(
  11410. "Quilly",
  11411. "Jasmith",
  11412. {
  11413. front: {
  11414. height: math.unit(6, "feet"),
  11415. weight: math.unit(150, "lb"),
  11416. name: "Front",
  11417. image: {
  11418. source: "./media/characters/quilly/front.svg",
  11419. extra: 890/776
  11420. }
  11421. },
  11422. },
  11423. [
  11424. {
  11425. name: "Gigamacro",
  11426. height: math.unit(404090, "miles"),
  11427. default: true
  11428. },
  11429. ]
  11430. )
  11431. };
  11432. characterMakers["Tempest"] = () => {
  11433. return makeCharacter(
  11434. "Tempest",
  11435. "XsomeoneX",
  11436. {
  11437. front: {
  11438. height: math.unit(7 + 8/12, "feet"),
  11439. weight: math.unit(350, "lb"),
  11440. name: "Front",
  11441. image: {
  11442. source: "./media/characters/tempest/front.svg",
  11443. extra: 1175/1086 ,
  11444. bottom: 0.02
  11445. }
  11446. },
  11447. },
  11448. [
  11449. {
  11450. name: "Normal",
  11451. height: math.unit(7 + 8/12, "feet"),
  11452. default: true
  11453. },
  11454. ]
  11455. )
  11456. };
  11457. characterMakers["Rodger"] = () => {
  11458. return makeCharacter(
  11459. "Rodger",
  11460. "Guywithastupidname",
  11461. {
  11462. side: {
  11463. height: math.unit(4 + 5/12, "feet"),
  11464. weight: math.unit(80, "lb"),
  11465. name: "Side",
  11466. image: {
  11467. source: "./media/characters/rodger/side.svg",
  11468. extra: 1235/1118
  11469. }
  11470. },
  11471. },
  11472. [
  11473. {
  11474. name: "Micro",
  11475. height: math.unit(1, "inch")
  11476. },
  11477. {
  11478. name: "Normal",
  11479. height: math.unit(4 + 5/12, "feet"),
  11480. default: true
  11481. },
  11482. {
  11483. name: "Macro",
  11484. height: math.unit(120, "feet")
  11485. },
  11486. ]
  11487. )
  11488. };
  11489. characterMakers["Danyel"] = () => {
  11490. return makeCharacter(
  11491. "Danyel",
  11492. "Danyelx",
  11493. {
  11494. front: {
  11495. height: math.unit(6, "feet"),
  11496. weight: math.unit(150, "lb"),
  11497. name: "Front",
  11498. image: {
  11499. source: "./media/characters/danyel/front.svg",
  11500. extra: 1185/1123 ,
  11501. bottom: 0.05
  11502. }
  11503. },
  11504. },
  11505. [
  11506. {
  11507. name: "Shrunken",
  11508. height: math.unit(0.5, "mm")
  11509. },
  11510. {
  11511. name: "Micro",
  11512. height: math.unit(1, "mm"),
  11513. default: true
  11514. },
  11515. {
  11516. name: "Upsized",
  11517. height: math.unit(5 + 5/12, "feet")
  11518. },
  11519. ]
  11520. )
  11521. };
  11522. characterMakers["Vivian Bijoux"] = () => {
  11523. return makeCharacter(
  11524. "Vivian Bijoux",
  11525. "Geckonori",
  11526. {
  11527. front: {
  11528. height: math.unit(5 + 6/12, "feet"),
  11529. weight: math.unit(200, "lb"),
  11530. name: "Front",
  11531. image: {
  11532. source: "./media/characters/vivian-bijoux/front.svg",
  11533. extra: 1,
  11534. bottom: 0.072
  11535. }
  11536. },
  11537. },
  11538. [
  11539. {
  11540. name: "Normal",
  11541. height: math.unit(5 + 6/12, "feet"),
  11542. default: true
  11543. },
  11544. {
  11545. name: "Bad Dream",
  11546. height: math.unit(500, "feet")
  11547. },
  11548. {
  11549. name: "Nightmare",
  11550. height: math.unit(500, "miles")
  11551. },
  11552. ]
  11553. )
  11554. };
  11555. characterMakers["Zeta"] = () => {
  11556. return makeCharacter(
  11557. "Zeta",
  11558. "thenerdherd102",
  11559. {
  11560. front: {
  11561. height: math.unit(6 + 1/12, "feet"),
  11562. weight: math.unit(260, "lb"),
  11563. name: "Front",
  11564. image: {
  11565. source: "./media/characters/zeta/front.svg",
  11566. extra: 1968/1889 ,
  11567. bottom: 0.06
  11568. }
  11569. },
  11570. back: {
  11571. height: math.unit(6 + 1/12, "feet"),
  11572. weight: math.unit(260, "lb"),
  11573. name: "Back",
  11574. image: {
  11575. source: "./media/characters/zeta/back.svg",
  11576. extra: 1944/1858 ,
  11577. bottom: 0.03
  11578. }
  11579. },
  11580. hand: {
  11581. height: math.unit(1.112, "feet"),
  11582. name: "Hand",
  11583. image: {
  11584. source: "./media/characters/zeta/hand.svg"
  11585. }
  11586. },
  11587. foot: {
  11588. height: math.unit(1.48, "feet"),
  11589. name: "Foot",
  11590. image: {
  11591. source: "./media/characters/zeta/foot.svg"
  11592. }
  11593. },
  11594. },
  11595. [
  11596. {
  11597. name: "Micro",
  11598. height: math.unit(6, "inches")
  11599. },
  11600. {
  11601. name: "Normal",
  11602. height: math.unit(6 + 1/12, "feet"),
  11603. default: true
  11604. },
  11605. {
  11606. name: "Macro",
  11607. height: math.unit(20, "feet")
  11608. },
  11609. ]
  11610. )
  11611. };
  11612. characterMakers["Jamie Larsen"] = () => {
  11613. return makeCharacter(
  11614. "Jamie Larsen",
  11615. "Mt_Jamie_Larsen",
  11616. {
  11617. front: {
  11618. height: math.unit(6, "feet"),
  11619. weight: math.unit(150, "lb"),
  11620. name: "Front",
  11621. image: {
  11622. source: "./media/characters/jamie-larsen/front.svg",
  11623. extra: 962/933 ,
  11624. bottom: 0.02
  11625. }
  11626. },
  11627. back: {
  11628. height: math.unit(6, "feet"),
  11629. weight: math.unit(150, "lb"),
  11630. name: "Back",
  11631. image: {
  11632. source: "./media/characters/jamie-larsen/back.svg",
  11633. extra: 997/946
  11634. }
  11635. },
  11636. },
  11637. [
  11638. {
  11639. name: "Macro",
  11640. height: math.unit(28 + 7/12, "feet"),
  11641. default: true
  11642. },
  11643. {
  11644. name: "Macro+",
  11645. height: math.unit(180, "feet")
  11646. },
  11647. {
  11648. name: "Megamacro",
  11649. height: math.unit(10, "miles")
  11650. },
  11651. {
  11652. name: "Gigamacro",
  11653. height: math.unit(200000, "miles")
  11654. },
  11655. ]
  11656. )
  11657. };
  11658. characterMakers["Vance"] = () => {
  11659. return makeCharacter(
  11660. "Vance",
  11661. "Neopuc",
  11662. {
  11663. front: {
  11664. height: math.unit(6, "feet"),
  11665. weight: math.unit(120, "lb"),
  11666. name: "Front",
  11667. image: {
  11668. source: "./media/characters/vance/front.svg",
  11669. extra: 1980/1890 ,
  11670. bottom: 0.09
  11671. }
  11672. },
  11673. back: {
  11674. height: math.unit(6, "feet"),
  11675. weight: math.unit(120, "lb"),
  11676. name: "Back",
  11677. image: {
  11678. source: "./media/characters/vance/back.svg",
  11679. extra: 2081/1994 ,
  11680. bottom: 0.014
  11681. }
  11682. },
  11683. hand: {
  11684. height: math.unit(0.88, "feet"),
  11685. name: "Hand",
  11686. image: {
  11687. source: "./media/characters/vance/hand.svg"
  11688. }
  11689. },
  11690. foot: {
  11691. height: math.unit(0.64, "feet"),
  11692. name: "Foot",
  11693. image: {
  11694. source: "./media/characters/vance/foot.svg"
  11695. }
  11696. },
  11697. },
  11698. [
  11699. {
  11700. name: "Small",
  11701. height: math.unit(90, "feet"),
  11702. default: true
  11703. },
  11704. {
  11705. name: "Macro",
  11706. height: math.unit(100, "meters")
  11707. },
  11708. {
  11709. name: "Megamacro",
  11710. height: math.unit(15, "miles")
  11711. },
  11712. ]
  11713. )
  11714. };
  11715. characterMakers["Xochitl"] = () => {
  11716. return makeCharacter(
  11717. "Xochitl",
  11718. "Neopuc",
  11719. {
  11720. front: {
  11721. height: math.unit(6, "feet"),
  11722. weight: math.unit(180, "lb"),
  11723. name: "Front",
  11724. image: {
  11725. source: "./media/characters/xochitl/front.svg",
  11726. extra: 2297/2261 ,
  11727. bottom: 0.065
  11728. }
  11729. },
  11730. back: {
  11731. height: math.unit(6, "feet"),
  11732. weight: math.unit(180, "lb"),
  11733. name: "Back",
  11734. image: {
  11735. source: "./media/characters/xochitl/back.svg",
  11736. extra: 2386/2354 ,
  11737. bottom: 0.01
  11738. }
  11739. },
  11740. foot: {
  11741. height: math.unit(6/5 * 1.15, "feet"),
  11742. weight: math.unit(150, "lb"),
  11743. name: "Foot",
  11744. image: {
  11745. source: "./media/characters/xochitl/foot.svg"
  11746. }
  11747. },
  11748. },
  11749. [
  11750. {
  11751. name: "Macro",
  11752. height: math.unit(80, "feet")
  11753. },
  11754. {
  11755. name: "Macro+",
  11756. height: math.unit(400, "feet"),
  11757. default: true
  11758. },
  11759. {
  11760. name: "Gigamacro",
  11761. height: math.unit(80000, "miles")
  11762. },
  11763. {
  11764. name: "Gigamacro+",
  11765. height: math.unit(400000, "miles")
  11766. },
  11767. {
  11768. name: "Teramacro",
  11769. height: math.unit(300, "AU")
  11770. },
  11771. ]
  11772. )
  11773. };
  11774. characterMakers["Vincent"] = () => {
  11775. return makeCharacter(
  11776. "Vincent",
  11777. "Neopuc",
  11778. {
  11779. front: {
  11780. height: math.unit(6, "feet"),
  11781. weight: math.unit(150, "lb"),
  11782. name: "Front",
  11783. image: {
  11784. source: "./media/characters/vincent/front.svg",
  11785. extra: 1130/1080 ,
  11786. bottom: 0.055
  11787. }
  11788. },
  11789. beak: {
  11790. height: math.unit(6 * 0.1, "feet"),
  11791. name: "Beak",
  11792. image: {
  11793. source: "./media/characters/vincent/beak.svg"
  11794. }
  11795. },
  11796. hand: {
  11797. height: math.unit(6 * 0.85, "feet"),
  11798. weight: math.unit(150, "lb"),
  11799. name: "Hand",
  11800. image: {
  11801. source: "./media/characters/vincent/hand.svg"
  11802. }
  11803. },
  11804. foot: {
  11805. height: math.unit(6 * 0.19, "feet"),
  11806. weight: math.unit(150, "lb"),
  11807. name: "Foot",
  11808. image: {
  11809. source: "./media/characters/vincent/foot.svg"
  11810. }
  11811. },
  11812. },
  11813. [
  11814. {
  11815. name: "Base",
  11816. height: math.unit(6 + 5/12, "feet"),
  11817. default: true
  11818. },
  11819. {
  11820. name: "Macro",
  11821. height: math.unit(300, "feet")
  11822. },
  11823. {
  11824. name: "Megamacro",
  11825. height: math.unit(2, "miles")
  11826. },
  11827. {
  11828. name: "Gigamacro",
  11829. height: math.unit(1000, "miles")
  11830. },
  11831. ]
  11832. )
  11833. };
  11834. characterMakers["Jay"] = () => {
  11835. return makeCharacter(
  11836. "Jay",
  11837. "J-Forse",
  11838. {
  11839. front: {
  11840. height: math.unit(6 + 2/12, "feet"),
  11841. weight: math.unit(65, "lb"),
  11842. name: "Front",
  11843. image: {
  11844. source: "./media/characters/jay/front.svg",
  11845. extra: 1510/1430 ,
  11846. bottom: 0.042
  11847. }
  11848. },
  11849. back: {
  11850. height: math.unit(6 + 2/12, "feet"),
  11851. weight: math.unit(65, "lb"),
  11852. name: "Back",
  11853. image: {
  11854. source: "./media/characters/jay/back.svg",
  11855. extra: 1510/1430 ,
  11856. bottom: 0.025
  11857. }
  11858. },
  11859. clothed: {
  11860. height: math.unit(6 + 2/12, "feet"),
  11861. weight: math.unit(65, "lb"),
  11862. name: "Front (Clothed)",
  11863. image: {
  11864. source: "./media/characters/jay/clothed.svg",
  11865. extra: 744/699 ,
  11866. bottom: 0.043
  11867. }
  11868. },
  11869. },
  11870. [
  11871. {
  11872. name: "Micro",
  11873. height: math.unit(1, "inch")
  11874. },
  11875. {
  11876. name: "Normal",
  11877. height: math.unit(6 + 2/12, "feet"),
  11878. default: true
  11879. },
  11880. {
  11881. name: "Macro",
  11882. height: math.unit(1, "mile")
  11883. },
  11884. {
  11885. name: "Megamacro",
  11886. height: math.unit(100, "miles")
  11887. },
  11888. ]
  11889. )
  11890. };
  11891. characterMakers["Coatl"] = () => {
  11892. return makeCharacter(
  11893. "Coatl",
  11894. "Jagaz",
  11895. {
  11896. front: {
  11897. height: math.unit(2, "meters"),
  11898. weight: math.unit(500 , "kg"),
  11899. name: "Front",
  11900. image: {
  11901. source: "./media/characters/coatl/front.svg",
  11902. extra: 3948 / 3500 ,
  11903. bottom: 0.082
  11904. }
  11905. },
  11906. },
  11907. [
  11908. {
  11909. name: "Normal",
  11910. height: math.unit(4, "meters")
  11911. },
  11912. {
  11913. name: "Macro",
  11914. height: math.unit(100, "meters"),
  11915. default: true
  11916. },
  11917. {
  11918. name: "Macro+",
  11919. height: math.unit(300, "meters")
  11920. },
  11921. {
  11922. name: "Megamacro",
  11923. height: math.unit(3, "gigameters")
  11924. },
  11925. {
  11926. name: "Megamacro+",
  11927. height: math.unit(300, "terameters")
  11928. },
  11929. {
  11930. name: "Megamacro++",
  11931. height: math.unit(3, "lightyears")
  11932. },
  11933. ]
  11934. )
  11935. };
  11936. characterMakers["Shiroryu"] = () => {
  11937. return makeCharacter(
  11938. "Shiroryu",
  11939. "Roxas00137",
  11940. {
  11941. front: {
  11942. height: math.unit(6, "feet"),
  11943. weight: math.unit(50, "kg"),
  11944. name: "front",
  11945. image: {
  11946. source: "./media/characters/shiroryu/front.svg",
  11947. extra: 1990/1935
  11948. }
  11949. },
  11950. },
  11951. [
  11952. {
  11953. name: "Mortal Mingling",
  11954. height: math.unit(3, "meters")
  11955. },
  11956. {
  11957. name: "Kaiju-ish",
  11958. height: math.unit(250, "meters")
  11959. },
  11960. {
  11961. name: "Somewhat Godly",
  11962. height: math.unit(400, "km"),
  11963. default: true
  11964. },
  11965. {
  11966. name: "Planetary",
  11967. height: math.unit(300, "megameters")
  11968. },
  11969. {
  11970. name: "Galaxy-dwarfing",
  11971. height: math.unit(450, "kiloparsecs")
  11972. },
  11973. {
  11974. name: "Universe Eater",
  11975. height: math.unit(150, "gigaparsecs")
  11976. },
  11977. {
  11978. name: "Almost Immeasurable",
  11979. height: math.unit(1.3e266, "yottaparsecs")
  11980. },
  11981. ]
  11982. )
  11983. };
  11984. characterMakers["Umeko"] = () => {
  11985. return makeCharacter(
  11986. "Umeko",
  11987. "Neopuc",
  11988. {
  11989. front: {
  11990. height: math.unit(6, "feet"),
  11991. weight: math.unit(150, "lb"),
  11992. name: "Front",
  11993. image: {
  11994. source: "./media/characters/umeko/front.svg",
  11995. extra: 1,
  11996. bottom: 0.019
  11997. }
  11998. },
  11999. frontArmored: {
  12000. height: math.unit(6, "feet"),
  12001. weight: math.unit(150, "lb"),
  12002. name: "Front (Armored)",
  12003. image: {
  12004. source: "./media/characters/umeko/front-armored.svg",
  12005. extra: 1,
  12006. bottom: 0.021
  12007. }
  12008. },
  12009. },
  12010. [
  12011. {
  12012. name: "Macro",
  12013. height: math.unit(220, "feet"),
  12014. default: true
  12015. },
  12016. {
  12017. name: "Guardian Dragon",
  12018. height: math.unit(50, "miles")
  12019. },
  12020. {
  12021. name: "Cosmic",
  12022. height: math.unit(800000, "miles")
  12023. },
  12024. ]
  12025. )
  12026. };
  12027. characterMakers["Cassidy"] = () => {
  12028. return makeCharacter(
  12029. "Cassidy",
  12030. "Neopuc",
  12031. {
  12032. front: {
  12033. height: math.unit(6, "feet"),
  12034. weight: math.unit(150, "lb"),
  12035. name: "Front",
  12036. image: {
  12037. source: "./media/characters/cassidy/front.svg",
  12038. extra: 1,
  12039. bottom: 0.043
  12040. }
  12041. },
  12042. },
  12043. [
  12044. {
  12045. name: "Canon Height",
  12046. height: math.unit(120, "feet"),
  12047. default: true
  12048. },
  12049. {
  12050. name: "Macro+",
  12051. height: math.unit(400, "feet")
  12052. },
  12053. {
  12054. name: "Macro++",
  12055. height: math.unit(4000, "feet")
  12056. },
  12057. {
  12058. name: "Megamacro",
  12059. height: math.unit(3, "miles")
  12060. },
  12061. ]
  12062. )
  12063. };
  12064. characterMakers["Isaac"] = () => {
  12065. return makeCharacter(
  12066. "Isaac",
  12067. "Neopuc",
  12068. {
  12069. front: {
  12070. height: math.unit(6, "feet"),
  12071. weight: math.unit(150, "lb"),
  12072. name: "Front",
  12073. image: {
  12074. source: "./media/characters/isaac/front.svg",
  12075. extra: 896/815 ,
  12076. bottom: 0.11
  12077. }
  12078. },
  12079. },
  12080. [
  12081. {
  12082. name: "Human Size",
  12083. height: math.unit(8, "feet"),
  12084. default: true
  12085. },
  12086. {
  12087. name: "Macro",
  12088. height: math.unit(400, "feet")
  12089. },
  12090. {
  12091. name: "Megamacro",
  12092. height: math.unit(50, "miles")
  12093. },
  12094. {
  12095. name: "Canon Height",
  12096. height: math.unit(200, "AU")
  12097. },
  12098. ]
  12099. )
  12100. };
  12101. characterMakers["Sleekit"] = () => {
  12102. return makeCharacter(
  12103. "Sleekit",
  12104. "AnAnonymousIndividual",
  12105. {
  12106. front: {
  12107. height: math.unit(6, "feet"),
  12108. weight: math.unit(72, "kg"),
  12109. name: "Front",
  12110. image: {
  12111. source: "./media/characters/sleekit/front.svg",
  12112. extra: 4693/4487 ,
  12113. bottom: 0.012
  12114. }
  12115. },
  12116. },
  12117. [
  12118. {
  12119. name: "Minimum Height",
  12120. height: math.unit(10, "meters")
  12121. },
  12122. {
  12123. name: "Smaller",
  12124. height: math.unit(25, "meters")
  12125. },
  12126. {
  12127. name: "Larger",
  12128. height: math.unit(38, "meters"),
  12129. default: true
  12130. },
  12131. {
  12132. name: "Maximum height",
  12133. height: math.unit(100, "meters")
  12134. },
  12135. ]
  12136. )
  12137. };
  12138. characterMakers["Nillia"] = () => {
  12139. return makeCharacter(
  12140. "Nillia",
  12141. "Neopuc",
  12142. {
  12143. front: {
  12144. height: math.unit(6, "feet"),
  12145. weight: math.unit(150, "lb"),
  12146. name: "Front",
  12147. image: {
  12148. source: "./media/characters/nillia/front.svg",
  12149. extra: 2195/2037 ,
  12150. bottom: 0.005
  12151. }
  12152. },
  12153. back: {
  12154. height: math.unit(6, "feet"),
  12155. weight: math.unit(150, "lb"),
  12156. name: "Back",
  12157. image: {
  12158. source: "./media/characters/nillia/back.svg",
  12159. extra: 2195/2037 ,
  12160. bottom: 0.005
  12161. }
  12162. },
  12163. },
  12164. [
  12165. {
  12166. name: "Canon Height",
  12167. height: math.unit(489, "feet"),
  12168. default: true
  12169. }
  12170. ]
  12171. )
  12172. };
  12173. characterMakers["Mesmyriza"] = () => {
  12174. return makeCharacter(
  12175. "Mesmyriza",
  12176. "-fluffy-",
  12177. {
  12178. front: {
  12179. height: math.unit(6, "feet"),
  12180. weight: math.unit(150, "lb"),
  12181. name: "Front",
  12182. image: {
  12183. source: "./media/characters/mesmyriza/front.svg",
  12184. extra: 2067/1784 ,
  12185. bottom: 0.035
  12186. }
  12187. },
  12188. foot: {
  12189. height: math.unit(6/(250/35), "feet"),
  12190. name: "Foot",
  12191. image: {
  12192. source: "./media/characters/mesmyriza/foot.svg"
  12193. }
  12194. },
  12195. },
  12196. [
  12197. {
  12198. name: "Macro",
  12199. height: math.unit(457, "meters"),
  12200. default: true
  12201. },
  12202. {
  12203. name: "Megamacro",
  12204. height: math.unit(8, "megameters")
  12205. },
  12206. ]
  12207. )
  12208. };
  12209. characterMakers["Saudade"] = () => {
  12210. return makeCharacter(
  12211. "Saudade",
  12212. "lordbo",
  12213. {
  12214. front: {
  12215. height: math.unit(6, "feet"),
  12216. weight: math.unit(250, "lb"),
  12217. name: "Front",
  12218. image: {
  12219. source: "./media/characters/saudade/front.svg",
  12220. extra: 1172/1139 ,
  12221. bottom: 0.035
  12222. }
  12223. },
  12224. },
  12225. [
  12226. {
  12227. name: "Micro",
  12228. height: math.unit(3, "inches")
  12229. },
  12230. {
  12231. name: "Normal",
  12232. height: math.unit(6, "feet"),
  12233. default: true
  12234. },
  12235. {
  12236. name: "Macro",
  12237. height: math.unit(50, "feet")
  12238. },
  12239. {
  12240. name: "Megamacro",
  12241. height: math.unit(2800, "feet")
  12242. },
  12243. ]
  12244. )
  12245. };
  12246. characterMakers["Keireer"] = () => {
  12247. return makeCharacter(
  12248. "Keireer",
  12249. "teedash",
  12250. {
  12251. front: {
  12252. height: math.unit(5 + 4/12, "feet"),
  12253. weight: math.unit(100, "lb"),
  12254. name: "Front",
  12255. image: {
  12256. source: "./media/characters/keireer/front.svg",
  12257. extra: 716/666 ,
  12258. bottom: 0.05
  12259. }
  12260. },
  12261. },
  12262. [
  12263. {
  12264. name: "Normal",
  12265. height: math.unit(5 + 4/12, "feet"),
  12266. default: true
  12267. },
  12268. ]
  12269. )
  12270. };
  12271. characterMakers["Mirja"] = () => {
  12272. return makeCharacter(
  12273. "Mirja",
  12274. "vabad",
  12275. {
  12276. front: {
  12277. height: math.unit(6, "feet"),
  12278. weight: math.unit(90, "kg"),
  12279. name: "Front",
  12280. image: {
  12281. source: "./media/characters/mirja/front.svg",
  12282. extra: 1789/1683 ,
  12283. bottom: 0.05
  12284. }
  12285. },
  12286. frontDressed: {
  12287. height: math.unit(6, "feet"),
  12288. weight: math.unit(90, "lb"),
  12289. name: "Front (Dressed)",
  12290. image: {
  12291. source: "./media/characters/mirja/front-dressed.svg",
  12292. extra: 1789/1683 ,
  12293. bottom: 0.05
  12294. }
  12295. },
  12296. back: {
  12297. height: math.unit(6, "feet"),
  12298. weight: math.unit(90, "lb"),
  12299. name: "Back",
  12300. image: {
  12301. source: "./media/characters/mirja/back.svg",
  12302. extra: 953/917 ,
  12303. bottom: 0.017
  12304. }
  12305. },
  12306. },
  12307. [
  12308. {
  12309. name: "\"Incognito\"",
  12310. height: math.unit(3, "meters")
  12311. },
  12312. {
  12313. name: "Strolling Size",
  12314. height: math.unit(15, "km")
  12315. },
  12316. {
  12317. name: "Larger Strolling Size",
  12318. height: math.unit(400, "km")
  12319. },
  12320. {
  12321. name: "Preferred Size",
  12322. height: math.unit(5000, "km")
  12323. },
  12324. {
  12325. name: "True Size",
  12326. height: math.unit(30657809462086840000000000000000, "parsecs"),
  12327. default: true
  12328. },
  12329. ]
  12330. )
  12331. };
  12332. characterMakers["Nightraver"] = () => {
  12333. return makeCharacter(
  12334. "Nightraver",
  12335. "Nightraver",
  12336. {
  12337. front: {
  12338. height: math.unit(15, "feet"),
  12339. weight: math.unit(880, "kg"),
  12340. name: "Front",
  12341. image: {
  12342. source: "./media/characters/nightraver/front.svg",
  12343. extra: 2444/2160 ,
  12344. bottom: 0.027
  12345. }
  12346. },
  12347. back: {
  12348. height: math.unit(15, "feet"),
  12349. weight: math.unit(880, "kg"),
  12350. name: "Back",
  12351. image: {
  12352. source: "./media/characters/nightraver/back.svg",
  12353. extra: 2309/2180 ,
  12354. bottom: 0.005
  12355. }
  12356. },
  12357. sole: {
  12358. height: math.unit(2.878, "feet"),
  12359. name: "Sole",
  12360. image: {
  12361. source: "./media/characters/nightraver/sole.svg"
  12362. }
  12363. },
  12364. foot: {
  12365. height: math.unit(2.285, "feet"),
  12366. name: "Foot",
  12367. image: {
  12368. source: "./media/characters/nightraver/foot.svg"
  12369. }
  12370. },
  12371. maw: {
  12372. height: math.unit(2.67, "feet"),
  12373. name: "Maw",
  12374. image: {
  12375. source: "./media/characters/nightraver/maw.svg"
  12376. }
  12377. },
  12378. },
  12379. [
  12380. {
  12381. name: "Micro",
  12382. height: math.unit(1, "cm")
  12383. },
  12384. {
  12385. name: "Normal",
  12386. height: math.unit(15, "feet"),
  12387. default: true
  12388. },
  12389. {
  12390. name: "Macro",
  12391. height: math.unit(300, "feet")
  12392. },
  12393. {
  12394. name: "Megamacro",
  12395. height: math.unit(300, "miles")
  12396. },
  12397. {
  12398. name: "Gigamacro",
  12399. height: math.unit(10000, "miles")
  12400. },
  12401. ]
  12402. )
  12403. };
  12404. characterMakers["Arc"] = () => {
  12405. return makeCharacter(
  12406. "Arc",
  12407. "DinoKiddo",
  12408. {
  12409. side: {
  12410. height: math.unit(2, "inches"),
  12411. weight: math.unit(5, "grams"),
  12412. name: "Side",
  12413. image: {
  12414. source: "./media/characters/arc/side.svg"
  12415. }
  12416. },
  12417. },
  12418. [
  12419. {
  12420. name: "Micro",
  12421. height: math.unit(2, "inches"),
  12422. default: true
  12423. },
  12424. ]
  12425. )
  12426. };
  12427. characterMakers["Nebula Shahar"] = () => {
  12428. return makeCharacter(
  12429. "Nebula Shahar",
  12430. "Kypleo",
  12431. {
  12432. front: {
  12433. height: math.unit(1.1938, "meters"),
  12434. weight: math.unit(54, "kg"),
  12435. name: "Front",
  12436. image: {
  12437. source: "./media/characters/nebula-shahar/front.svg",
  12438. extra: 1642/1436 ,
  12439. bottom: 0.06
  12440. }
  12441. },
  12442. },
  12443. [
  12444. {
  12445. name: "Megamicro",
  12446. height: math.unit(0.3, "mm")
  12447. },
  12448. {
  12449. name: "Micro",
  12450. height: math.unit(3, "cm")
  12451. },
  12452. {
  12453. name: "Normal",
  12454. height: math.unit(138, "cm"),
  12455. default: true
  12456. },
  12457. {
  12458. name: "Macro",
  12459. height: math.unit(30, "m")
  12460. },
  12461. ]
  12462. )
  12463. };
  12464. characterMakers["Shayla"] = () => {
  12465. return makeCharacter(
  12466. "Shayla",
  12467. "Ziralkia",
  12468. {
  12469. front: {
  12470. height: math.unit(5.24, "feet"),
  12471. weight: math.unit(150, "lb"),
  12472. name: "Front",
  12473. image: {
  12474. source: "./media/characters/shayla/front.svg",
  12475. extra: 1512/1414 ,
  12476. bottom: 0.01
  12477. }
  12478. },
  12479. back: {
  12480. height: math.unit(5.24, "feet"),
  12481. weight: math.unit(150, "lb"),
  12482. name: "Back",
  12483. image: {
  12484. source: "./media/characters/shayla/back.svg",
  12485. extra: 1512/1414
  12486. }
  12487. },
  12488. hand: {
  12489. height: math.unit(0.7781496062992126, "feet"),
  12490. name: "Hand",
  12491. image: {
  12492. source: "./media/characters/shayla/hand.svg"
  12493. }
  12494. },
  12495. foot: {
  12496. height: math.unit(1.4206036745406823, "feet"),
  12497. name: "Foot",
  12498. image: {
  12499. source: "./media/characters/shayla/foot.svg"
  12500. }
  12501. },
  12502. },
  12503. [
  12504. {
  12505. name: "Micro",
  12506. height: math.unit(0.32, "feet")
  12507. },
  12508. {
  12509. name: "Normal",
  12510. height: math.unit(5.24, "feet"),
  12511. default: true
  12512. },
  12513. {
  12514. name: "Macro",
  12515. height: math.unit(492.12, "feet")
  12516. },
  12517. {
  12518. name: "Megamacro",
  12519. height: math.unit(186.41, "miles")
  12520. },
  12521. ]
  12522. )
  12523. };
  12524. characterMakers["Pia Jr."] = () => {
  12525. return makeCharacter(
  12526. "Pia Jr.",
  12527. "Ziralkia",
  12528. {
  12529. front: {
  12530. height: math.unit(2.2, "m"),
  12531. weight: math.unit(120, "kg"),
  12532. name: "Front",
  12533. image: {
  12534. source: "./media/characters/pia-jr/front.svg",
  12535. extra: 1000/970 ,
  12536. bottom: 0.035
  12537. }
  12538. },
  12539. hand: {
  12540. height: math.unit(0.759 * 7.21 / 6, "feet"),
  12541. name: "Hand",
  12542. image: {
  12543. source: "./media/characters/pia-jr/hand.svg"
  12544. }
  12545. },
  12546. paw: {
  12547. height: math.unit(1.185 * 7.21 / 6, "feet"),
  12548. name: "Paw",
  12549. image: {
  12550. source: "./media/characters/pia-jr/paw.svg"
  12551. }
  12552. },
  12553. },
  12554. [
  12555. {
  12556. name: "Micro",
  12557. height: math.unit(1.2, "cm")
  12558. },
  12559. {
  12560. name: "Normal",
  12561. height: math.unit(2.2, "m"),
  12562. default: true
  12563. },
  12564. {
  12565. name: "Macro",
  12566. height: math.unit(180, "m")
  12567. },
  12568. {
  12569. name: "Megamacro",
  12570. height: math.unit(420, "km")
  12571. },
  12572. ]
  12573. )
  12574. };
  12575. characterMakers["Pia Sr."] = () => {
  12576. return makeCharacter(
  12577. "Pia Sr.",
  12578. "Ziralkia",
  12579. {
  12580. front: {
  12581. height: math.unit(2, "m"),
  12582. weight: math.unit(115, "kg"),
  12583. name: "Front",
  12584. image: {
  12585. source: "./media/characters/pia-sr/front.svg",
  12586. extra: 760/730 ,
  12587. bottom: 0.015
  12588. }
  12589. },
  12590. back: {
  12591. height: math.unit(2, "m"),
  12592. weight: math.unit(115, "kg"),
  12593. name: "Back",
  12594. image: {
  12595. source: "./media/characters/pia-sr/back.svg",
  12596. extra: 760/730 ,
  12597. bottom: 0.01
  12598. }
  12599. },
  12600. hand: {
  12601. height: math.unit(0.89 * 6.56 / 6, "feet"),
  12602. name: "Hand",
  12603. image: {
  12604. source: "./media/characters/pia-sr/hand.svg"
  12605. }
  12606. },
  12607. foot: {
  12608. height: math.unit(1.83, "feet"),
  12609. name: "Foot",
  12610. image: {
  12611. source: "./media/characters/pia-sr/foot.svg"
  12612. }
  12613. },
  12614. },
  12615. [
  12616. {
  12617. name: "Micro",
  12618. height: math.unit(88, "mm")
  12619. },
  12620. {
  12621. name: "Normal",
  12622. height: math.unit(2, "m"),
  12623. default: true
  12624. },
  12625. {
  12626. name: "Macro",
  12627. height: math.unit(200, "m")
  12628. },
  12629. {
  12630. name: "Megamacro",
  12631. height: math.unit(420, "km")
  12632. },
  12633. ]
  12634. )
  12635. };
  12636. characterMakers["KIBIBYTE"] = () => {
  12637. return makeCharacter(
  12638. "KIBIBYTE",
  12639. "gamefreak1215",
  12640. {
  12641. front: {
  12642. height: math.unit(8 + 2/12, "feet"),
  12643. weight: math.unit(300, "lb"),
  12644. name: "Front",
  12645. image: {
  12646. source: "./media/characters/kibibyte/front.svg",
  12647. extra: 2221/2098 ,
  12648. bottom: 0.04
  12649. }
  12650. },
  12651. },
  12652. [
  12653. {
  12654. name: "Normal",
  12655. height: math.unit(8 + 2/12, "feet"),
  12656. default: true
  12657. },
  12658. {
  12659. name: "Socialable Macro",
  12660. height: math.unit(50, "feet")
  12661. },
  12662. {
  12663. name: "Macro",
  12664. height: math.unit(300, "feet")
  12665. },
  12666. {
  12667. name: "Megamacro",
  12668. height: math.unit(500, "miles")
  12669. },
  12670. ]
  12671. )
  12672. };
  12673. characterMakers["Felix"] = () => {
  12674. return makeCharacter(
  12675. "Felix",
  12676. "MeanDumpsterCat",
  12677. {
  12678. front: {
  12679. height: math.unit(6, "feet"),
  12680. weight: math.unit(150, "lb"),
  12681. name: "Front",
  12682. image: {
  12683. source: "./media/characters/felix/front.svg",
  12684. extra: 762/722 ,
  12685. bottom: 0.02
  12686. }
  12687. },
  12688. frontClothed: {
  12689. height: math.unit(6, "feet"),
  12690. weight: math.unit(150, "lb"),
  12691. name: "Front (Clothed)",
  12692. image: {
  12693. source: "./media/characters/felix/front-clothed.svg",
  12694. extra: 762/722 ,
  12695. bottom: 0.02
  12696. }
  12697. },
  12698. },
  12699. [
  12700. {
  12701. name: "Normal",
  12702. height: math.unit(6 + 8/12, "feet"),
  12703. default: true
  12704. },
  12705. {
  12706. name: "Macro",
  12707. height: math.unit(2600, "feet")
  12708. },
  12709. {
  12710. name: "Megamacro",
  12711. height: math.unit(450, "miles")
  12712. },
  12713. ]
  12714. )
  12715. };
  12716. characterMakers["Tobo"] = () => {
  12717. return makeCharacter(
  12718. "Tobo",
  12719. "Naoya_Raichi",
  12720. {
  12721. front: {
  12722. height: math.unit(6 + 1/12, "feet"),
  12723. weight: math.unit(250, "lb"),
  12724. name: "Front",
  12725. image: {
  12726. source: "./media/characters/tobo/front.svg",
  12727. extra: 608/586 ,
  12728. bottom: 0.023
  12729. }
  12730. },
  12731. back: {
  12732. height: math.unit(6 + 1/12, "feet"),
  12733. weight: math.unit(250, "lb"),
  12734. name: "Back",
  12735. image: {
  12736. source: "./media/characters/tobo/back.svg",
  12737. extra: 608/586
  12738. }
  12739. },
  12740. },
  12741. [
  12742. {
  12743. name: "Nano",
  12744. height: math.unit(2, "nm")
  12745. },
  12746. {
  12747. name: "Megamicro",
  12748. height: math.unit(0.1, "mm")
  12749. },
  12750. {
  12751. name: "Micro",
  12752. height: math.unit(1, "inch"),
  12753. default: true
  12754. },
  12755. {
  12756. name: "Human-sized",
  12757. height: math.unit(6 + 1/12, "feet")
  12758. },
  12759. {
  12760. name: "Macro",
  12761. height: math.unit(250, "feet")
  12762. },
  12763. {
  12764. name: "Megamacro",
  12765. height: math.unit(75, "miles")
  12766. },
  12767. {
  12768. name: "Texas-sized",
  12769. height: math.unit(750, "miles")
  12770. },
  12771. {
  12772. name: "Teramacro",
  12773. height: math.unit(50000, "miles")
  12774. },
  12775. ]
  12776. )
  12777. };
  12778. characterMakers["Danny Kapowsky"] = () => {
  12779. return makeCharacter(
  12780. "Danny Kapowsky",
  12781. "nh63879",
  12782. {
  12783. front: {
  12784. height: math.unit(6, "feet"),
  12785. weight: math.unit(269, "lb"),
  12786. name: "Front",
  12787. image: {
  12788. source: "./media/characters/danny-kapowsky/front.svg",
  12789. extra: 766/736 ,
  12790. bottom: 0.044
  12791. }
  12792. },
  12793. back: {
  12794. height: math.unit(6, "feet"),
  12795. weight: math.unit(269, "lb"),
  12796. name: "Back",
  12797. image: {
  12798. source: "./media/characters/danny-kapowsky/back.svg",
  12799. extra: 797/760 ,
  12800. bottom: 0.025
  12801. }
  12802. },
  12803. },
  12804. [
  12805. {
  12806. name: "Macro",
  12807. height: math.unit(150, "feet"),
  12808. default: true
  12809. },
  12810. {
  12811. name: "Macro+",
  12812. height: math.unit(200, "feet")
  12813. },
  12814. {
  12815. name: "Macro++",
  12816. height: math.unit(300, "feet")
  12817. },
  12818. {
  12819. name: "Macro+++",
  12820. height: math.unit(400, "feet")
  12821. },
  12822. ]
  12823. )
  12824. };
  12825. characterMakers["Finn"] = () => {
  12826. return makeCharacter(
  12827. "Finn",
  12828. "Finn-The-Fennecfox",
  12829. {
  12830. side: {
  12831. height: math.unit(6, "feet"),
  12832. weight: math.unit(170, "lb"),
  12833. name: "Side",
  12834. image: {
  12835. source: "./media/characters/finn/side.svg",
  12836. extra: 1953/1807 ,
  12837. bottom: 0.057
  12838. }
  12839. },
  12840. },
  12841. [
  12842. {
  12843. name: "Megamacro",
  12844. height: math.unit(14445, "feet"),
  12845. default: true
  12846. },
  12847. ]
  12848. )
  12849. };
  12850. characterMakers["Roy"] = () => {
  12851. return makeCharacter(
  12852. "Roy",
  12853. "dracodare",
  12854. {
  12855. front: {
  12856. height: math.unit(5 + 6/12, "feet"),
  12857. weight: math.unit(125, "lb"),
  12858. name: "Front",
  12859. image: {
  12860. source: "./media/characters/roy/front.svg",
  12861. extra: 1,
  12862. bottom: 0.11
  12863. }
  12864. },
  12865. },
  12866. [
  12867. {
  12868. name: "Micro",
  12869. height: math.unit(3, "inches"),
  12870. default: true
  12871. },
  12872. {
  12873. name: "Normal",
  12874. height: math.unit(5 + 6/12, "feet")
  12875. },
  12876. {
  12877. name: "Lesser Macro",
  12878. height: math.unit(60, "feet")
  12879. },
  12880. {
  12881. name: "Greater Macro",
  12882. height: math.unit(120, "feet")
  12883. },
  12884. ]
  12885. )
  12886. };
  12887. characterMakers["Aevsivs"] = () => {
  12888. return makeCharacter(
  12889. "Aevsivs",
  12890. "Aevsivs",
  12891. {
  12892. front: {
  12893. height: math.unit(6, "feet"),
  12894. weight: math.unit(100, "lb"),
  12895. name: "Front",
  12896. image: {
  12897. source: "./media/characters/aevsivs/front.svg",
  12898. extra: 1,
  12899. bottom: 0.03
  12900. }
  12901. },
  12902. back: {
  12903. height: math.unit(6, "feet"),
  12904. weight: math.unit(100, "lb"),
  12905. name: "Back",
  12906. image: {
  12907. source: "./media/characters/aevsivs/back.svg"
  12908. }
  12909. },
  12910. },
  12911. [
  12912. {
  12913. name: "Micro",
  12914. height: math.unit(2, "inches"),
  12915. default: true
  12916. },
  12917. {
  12918. name: "Normal",
  12919. height: math.unit(5, "feet")
  12920. },
  12921. ]
  12922. )
  12923. };
  12924. characterMakers["Hildegard"] = () => {
  12925. return makeCharacter(
  12926. "Hildegard",
  12927. "Fidchell",
  12928. {
  12929. front: {
  12930. height: math.unit(5 + 7/12, "feet"),
  12931. weight: math.unit(159, "lb"),
  12932. name: "Front",
  12933. image: {
  12934. source: "./media/characters/hildegard/front.svg",
  12935. extra: 312/286 ,
  12936. bottom: 0.005
  12937. }
  12938. },
  12939. },
  12940. [
  12941. {
  12942. name: "Normal",
  12943. height: math.unit(5 + 7/12, "feet"),
  12944. default: true
  12945. },
  12946. ]
  12947. )
  12948. };
  12949. characterMakers["Bernard & Wilder"] = () => {
  12950. return makeCharacter(
  12951. "Bernard & Wilder",
  12952. "Fidchell",
  12953. {
  12954. bernard: {
  12955. height: math.unit(2 + 7/12, "feet"),
  12956. weight: math.unit(66, "lb"),
  12957. name: "Bernard",
  12958. rename: true,
  12959. image: {
  12960. source: "./media/characters/bernard-wilder/bernard.svg",
  12961. extra: 192/128 ,
  12962. bottom: 0.05
  12963. }
  12964. },
  12965. wilder: {
  12966. height: math.unit(5 + 8/12, "feet"),
  12967. weight: math.unit(143, "lb"),
  12968. name: "Wilder",
  12969. rename: true,
  12970. image: {
  12971. source: "./media/characters/bernard-wilder/wilder.svg",
  12972. extra: 361/312 ,
  12973. bottom: 0.02
  12974. }
  12975. },
  12976. },
  12977. [
  12978. {
  12979. name: "Normal",
  12980. height: math.unit(2 + 7/12, "feet"),
  12981. default: true
  12982. },
  12983. ]
  12984. )
  12985. };
  12986. characterMakers["Hearth"] = () => {
  12987. return makeCharacter(
  12988. "Hearth",
  12989. "Fidchell",
  12990. {
  12991. anthro: {
  12992. height: math.unit(6 + 1/12, "feet"),
  12993. weight: math.unit(155, "lb"),
  12994. name: "Anthro",
  12995. image: {
  12996. source: "./media/characters/hearth/anthro.svg",
  12997. extra: 260/250 ,
  12998. bottom: 0.02
  12999. }
  13000. },
  13001. feral: {
  13002. height: math.unit(3.78, "feet"),
  13003. weight: math.unit(35, "kg"),
  13004. name: "Feral",
  13005. image: {
  13006. source: "./media/characters/hearth/feral.svg",
  13007. extra: 153/135 ,
  13008. bottom: 0.03
  13009. }
  13010. },
  13011. },
  13012. [
  13013. {
  13014. name: "Normal",
  13015. height: math.unit(6 + 1/12, "feet"),
  13016. default: true
  13017. },
  13018. ]
  13019. )
  13020. };
  13021. characterMakers["Ingrid"] = () => {
  13022. return makeCharacter(
  13023. "Ingrid",
  13024. "Fidchell",
  13025. {
  13026. front: {
  13027. height: math.unit(6, "feet"),
  13028. weight: math.unit(182, "lb"),
  13029. name: "Front",
  13030. image: {
  13031. source: "./media/characters/ingrid/front.svg",
  13032. extra: 294/268 ,
  13033. bottom: 0.027
  13034. }
  13035. },
  13036. },
  13037. [
  13038. {
  13039. name: "Normal",
  13040. height: math.unit(6, "feet"),
  13041. default: true
  13042. },
  13043. ]
  13044. )
  13045. };
  13046. characterMakers["Malgam"] = () => {
  13047. return makeCharacter(
  13048. "Malgam",
  13049. "Fidchell",
  13050. {
  13051. eevee: {
  13052. height: math.unit(2 + 10/12, "feet"),
  13053. weight: math.unit(86, "lb"),
  13054. name: "Malgam",
  13055. image: {
  13056. source: "./media/characters/malgam/eevee.svg",
  13057. extra: 218/180 ,
  13058. bottom: 0.2
  13059. }
  13060. },
  13061. sylveon: {
  13062. height: math.unit(4, "feet"),
  13063. weight: math.unit(101, "lb"),
  13064. name: "Future Malgam",
  13065. rename: true,
  13066. image: {
  13067. source: "./media/characters/malgam/sylveon.svg",
  13068. extra: 371/325 ,
  13069. bottom: 0.015
  13070. }
  13071. },
  13072. gigantamax: {
  13073. height: math.unit(50, "feet"),
  13074. name: "Gigantamax Malgam",
  13075. rename: true,
  13076. image: {
  13077. source: "./media/characters/malgam/gigantamax.svg"
  13078. }
  13079. },
  13080. },
  13081. [
  13082. {
  13083. name: "Normal",
  13084. height: math.unit(2 + 10/12, "feet"),
  13085. default: true
  13086. },
  13087. ]
  13088. )
  13089. };
  13090. characterMakers["Fleur"] = () => {
  13091. return makeCharacter(
  13092. "Fleur",
  13093. "Fidchell",
  13094. {
  13095. front: {
  13096. height: math.unit(5 + 11/12, "feet"),
  13097. weight: math.unit(188, "lb"),
  13098. name: "Front",
  13099. image: {
  13100. source: "./media/characters/fleur/front.svg",
  13101. extra: 309/283 ,
  13102. bottom: 0.007
  13103. }
  13104. },
  13105. },
  13106. [
  13107. {
  13108. name: "Normal",
  13109. height: math.unit(5 + 11/12, "feet"),
  13110. default: true
  13111. },
  13112. ]
  13113. )
  13114. };
  13115. characterMakers["Jude"] = () => {
  13116. return makeCharacter(
  13117. "Jude",
  13118. "Fidchell",
  13119. {
  13120. front: {
  13121. height: math.unit(5 + 4/12, "feet"),
  13122. weight: math.unit(122, "lb"),
  13123. name: "Front",
  13124. image: {
  13125. source: "./media/characters/jude/front.svg",
  13126. extra: 288/273 ,
  13127. bottom: 0.03
  13128. }
  13129. },
  13130. },
  13131. [
  13132. {
  13133. name: "Normal",
  13134. height: math.unit(5 + 4/12, "feet"),
  13135. default: true
  13136. },
  13137. ]
  13138. )
  13139. };
  13140. characterMakers["Seara"] = () => {
  13141. return makeCharacter(
  13142. "Seara",
  13143. "Fidchell",
  13144. {
  13145. front: {
  13146. height: math.unit(5 + 11/12, "feet"),
  13147. weight: math.unit(190, "lb"),
  13148. name: "Front",
  13149. image: {
  13150. source: "./media/characters/seara/front.svg",
  13151. extra: 1,
  13152. bottom: 0.05
  13153. }
  13154. },
  13155. },
  13156. [
  13157. {
  13158. name: "Normal",
  13159. height: math.unit(5 + 11/12, "feet"),
  13160. default: true
  13161. },
  13162. ]
  13163. )
  13164. };
  13165. characterMakers["Caspian"] = () => {
  13166. return makeCharacter(
  13167. "Caspian",
  13168. "Fidchell",
  13169. {
  13170. front: {
  13171. height: math.unit(16 + 5/12, "feet"),
  13172. weight: math.unit(524, "lb"),
  13173. name: "Front",
  13174. image: {
  13175. source: "./media/characters/caspian/front.svg",
  13176. extra: 1,
  13177. bottom: 0.04
  13178. }
  13179. },
  13180. },
  13181. [
  13182. {
  13183. name: "Normal",
  13184. height: math.unit(16 + 5/12, "feet"),
  13185. default: true
  13186. },
  13187. ]
  13188. )
  13189. };
  13190. characterMakers["Mika"] = () => {
  13191. return makeCharacter(
  13192. "Mika",
  13193. "Fidchell",
  13194. {
  13195. front: {
  13196. height: math.unit(5 + 7/12, "feet"),
  13197. weight: math.unit(170, "lb"),
  13198. name: "Front",
  13199. image: {
  13200. source: "./media/characters/mika/front.svg",
  13201. extra: 1,
  13202. bottom: 0.016
  13203. }
  13204. },
  13205. },
  13206. [
  13207. {
  13208. name: "Normal",
  13209. height: math.unit(5 + 7/12, "feet"),
  13210. default: true
  13211. },
  13212. ]
  13213. )
  13214. };
  13215. characterMakers["Sol"] = () => {
  13216. return makeCharacter(
  13217. "Sol",
  13218. "Fidchell",
  13219. {
  13220. front: {
  13221. height: math.unit(6 + 2/12, "feet"),
  13222. weight: math.unit(268, "lb"),
  13223. name: "Front",
  13224. image: {
  13225. source: "./media/characters/sol/front.svg",
  13226. extra: 247/231 ,
  13227. bottom: 0.05
  13228. }
  13229. },
  13230. },
  13231. [
  13232. {
  13233. name: "Normal",
  13234. height: math.unit(6 + 2/12, "feet"),
  13235. default: true
  13236. },
  13237. ]
  13238. )
  13239. };
  13240. characterMakers["Umiko"] = () => {
  13241. return makeCharacter(
  13242. "Umiko",
  13243. "Fidchell",
  13244. {
  13245. buizel: {
  13246. height: math.unit(2 + 5/12, "feet"),
  13247. weight: math.unit(87, "lb"),
  13248. name: "Buizel",
  13249. image: {
  13250. source: "./media/characters/umiko/buizel.svg",
  13251. extra: 172/157 ,
  13252. bottom: 0.01
  13253. }
  13254. },
  13255. floatzel: {
  13256. height: math.unit(5 + 9/12, "feet"),
  13257. weight: math.unit(250, "lb"),
  13258. name: "Floatzel",
  13259. image: {
  13260. source: "./media/characters/umiko/floatzel.svg",
  13261. extra: 262/248
  13262. }
  13263. },
  13264. },
  13265. [
  13266. {
  13267. name: "Normal",
  13268. height: math.unit(2 + 5/12, "feet"),
  13269. default: true
  13270. },
  13271. ]
  13272. )
  13273. };
  13274. characterMakers["Iliac"] = () => {
  13275. return makeCharacter(
  13276. "Iliac",
  13277. "Fidchell",
  13278. {
  13279. front: {
  13280. height: math.unit(6 + 2/12, "feet"),
  13281. weight: math.unit(146, "lb"),
  13282. name: "Front",
  13283. image: {
  13284. source: "./media/characters/iliac/front.svg",
  13285. extra: 389/365 ,
  13286. bottom: 0.035
  13287. }
  13288. },
  13289. },
  13290. [
  13291. {
  13292. name: "Normal",
  13293. height: math.unit(6 + 2/12, "feet"),
  13294. default: true
  13295. },
  13296. ]
  13297. )
  13298. };
  13299. characterMakers["Topaz"] = () => {
  13300. return makeCharacter(
  13301. "Topaz",
  13302. "Fidchell",
  13303. {
  13304. front: {
  13305. height: math.unit(6, "feet"),
  13306. weight: math.unit(170, "lb"),
  13307. name: "Front",
  13308. image: {
  13309. source: "./media/characters/topaz/front.svg",
  13310. extra: 317/303 ,
  13311. bottom: 0.055
  13312. }
  13313. },
  13314. },
  13315. [
  13316. {
  13317. name: "Normal",
  13318. height: math.unit(6, "feet"),
  13319. default: true
  13320. },
  13321. ]
  13322. )
  13323. };
  13324. characterMakers["Gabriel"] = () => {
  13325. return makeCharacter(
  13326. "Gabriel",
  13327. "Fidchell",
  13328. {
  13329. front: {
  13330. height: math.unit(5 + 11/12, "feet"),
  13331. weight: math.unit(144, "lb"),
  13332. name: "Front",
  13333. image: {
  13334. source: "./media/characters/gabriel/front.svg",
  13335. extra: 285/262 ,
  13336. bottom: 0.004
  13337. }
  13338. },
  13339. },
  13340. [
  13341. {
  13342. name: "Normal",
  13343. height: math.unit(5 + 11/12, "feet"),
  13344. default: true
  13345. },
  13346. ]
  13347. )
  13348. };
  13349. characterMakers["Tempest (Suicune)"] = () => {
  13350. return makeCharacter(
  13351. "Tempest (Suicune)",
  13352. "Fidchell",
  13353. {
  13354. side: {
  13355. height: math.unit(6 + 5/12, "feet"),
  13356. weight: math.unit(300, "lb"),
  13357. name: "Side",
  13358. image: {
  13359. source: "./media/characters/tempest-suicune/side.svg",
  13360. extra: 195/154 ,
  13361. bottom: 0.04
  13362. }
  13363. },
  13364. },
  13365. [
  13366. {
  13367. name: "Normal",
  13368. height: math.unit(6 + 5/12, "feet"),
  13369. default: true
  13370. },
  13371. ]
  13372. )
  13373. };
  13374. characterMakers["Vulcan"] = () => {
  13375. return makeCharacter(
  13376. "Vulcan",
  13377. "Fidchell",
  13378. {
  13379. front: {
  13380. height: math.unit(7 + 2/12, "feet"),
  13381. weight: math.unit(322, "lb"),
  13382. name: "Front",
  13383. image: {
  13384. source: "./media/characters/vulcan/front.svg",
  13385. extra: 154/147 ,
  13386. bottom: 0.04
  13387. }
  13388. },
  13389. },
  13390. [
  13391. {
  13392. name: "Normal",
  13393. height: math.unit(7 + 2/12, "feet"),
  13394. default: true
  13395. },
  13396. ]
  13397. )
  13398. };
  13399. characterMakers["Gault"] = () => {
  13400. return makeCharacter(
  13401. "Gault",
  13402. "Fidchell",
  13403. {
  13404. front: {
  13405. height: math.unit(5 + 10/12, "feet"),
  13406. weight: math.unit(264, "lb"),
  13407. name: "Front",
  13408. image: {
  13409. source: "./media/characters/gault/front.svg",
  13410. extra: 161/140 ,
  13411. bottom: 0.028
  13412. }
  13413. },
  13414. },
  13415. [
  13416. {
  13417. name: "Normal",
  13418. height: math.unit(5 + 10/12, "feet"),
  13419. default: true
  13420. },
  13421. ]
  13422. )
  13423. };
  13424. characterMakers["Shard"] = () => {
  13425. return makeCharacter(
  13426. "Shard",
  13427. "Fidchell",
  13428. {
  13429. front: {
  13430. height: math.unit(6, "feet"),
  13431. weight: math.unit(150, "lb"),
  13432. name: "Front",
  13433. image: {
  13434. source: "./media/characters/shard/front.svg",
  13435. extra: 273/238 ,
  13436. bottom: 0.02
  13437. }
  13438. },
  13439. },
  13440. [
  13441. {
  13442. name: "Normal",
  13443. height: math.unit(3 + 6/12, "feet"),
  13444. default: true
  13445. },
  13446. ]
  13447. )
  13448. };
  13449. characterMakers["Ashe"] = () => {
  13450. return makeCharacter(
  13451. "Ashe",
  13452. "Fidchell",
  13453. {
  13454. front: {
  13455. height: math.unit(5 + 11/12, "feet"),
  13456. weight: math.unit(146, "lb"),
  13457. name: "Front",
  13458. image: {
  13459. source: "./media/characters/ashe/front.svg",
  13460. extra: 400/373 ,
  13461. bottom: 0.01
  13462. }
  13463. },
  13464. },
  13465. [
  13466. {
  13467. name: "Normal",
  13468. height: math.unit(5 + 11/12, "feet"),
  13469. default: true
  13470. },
  13471. ]
  13472. )
  13473. };
  13474. characterMakers["Beatrix"] = () => {
  13475. return makeCharacter(
  13476. "Beatrix",
  13477. "Fidchell",
  13478. {
  13479. front: {
  13480. height: math.unit(5 + 5/12, "feet"),
  13481. weight: math.unit(135, "lb"),
  13482. name: "Front",
  13483. image: {
  13484. source: "./media/characters/beatrix/front.svg",
  13485. extra: 392/379 ,
  13486. bottom: 0.01
  13487. }
  13488. },
  13489. },
  13490. [
  13491. {
  13492. name: "Normal",
  13493. height: math.unit(6, "feet"),
  13494. default: true
  13495. },
  13496. ]
  13497. )
  13498. };
  13499. characterMakers["Ignatius"] = () => {
  13500. return makeCharacter(
  13501. "Ignatius",
  13502. "Fidchell",
  13503. {
  13504. front: {
  13505. height: math.unit(6, "feet"),
  13506. weight: math.unit(150, "lb"),
  13507. name: "Front",
  13508. image: {
  13509. source: "./media/characters/ignatius/front.svg",
  13510. extra: 245/222 ,
  13511. bottom: 0.01
  13512. }
  13513. },
  13514. },
  13515. [
  13516. {
  13517. name: "Normal",
  13518. height: math.unit(5 + 5/12, "feet"),
  13519. default: true
  13520. },
  13521. ]
  13522. )
  13523. };
  13524. characterMakers["Mei Li"] = () => {
  13525. return makeCharacter(
  13526. "Mei Li",
  13527. "Fidchell",
  13528. {
  13529. front: {
  13530. height: math.unit(6 + 2/12, "feet"),
  13531. weight: math.unit(138, "lb"),
  13532. name: "Front",
  13533. image: {
  13534. source: "./media/characters/mei-li/front.svg",
  13535. extra: 237/229 ,
  13536. bottom: 0.03
  13537. }
  13538. },
  13539. },
  13540. [
  13541. {
  13542. name: "Normal",
  13543. height: math.unit(6 + 2/12, "feet"),
  13544. default: true
  13545. },
  13546. ]
  13547. )
  13548. };
  13549. characterMakers["Puru"] = () => {
  13550. return makeCharacter(
  13551. "Puru",
  13552. "Fidchell",
  13553. {
  13554. front: {
  13555. height: math.unit(2 + 4/12, "feet"),
  13556. weight: math.unit(62, "lb"),
  13557. name: "Front",
  13558. image: {
  13559. source: "./media/characters/puru/front.svg",
  13560. extra: 206/149 ,
  13561. bottom: 0.06
  13562. }
  13563. },
  13564. },
  13565. [
  13566. {
  13567. name: "Normal",
  13568. height: math.unit(2 + 4/12, "feet"),
  13569. default: true
  13570. },
  13571. ]
  13572. )
  13573. };
  13574. characterMakers["Kee"] = () => {
  13575. return makeCharacter(
  13576. "Kee",
  13577. "AardwolfKee",
  13578. {
  13579. taur: {
  13580. height: math.unit(11, "feet"),
  13581. weight: math.unit(500, "lb"),
  13582. name: "Taur",
  13583. image: {
  13584. source: "./media/characters/kee/taur.svg",
  13585. extra: 1,
  13586. bottom: 0.04
  13587. }
  13588. },
  13589. },
  13590. [
  13591. {
  13592. name: "Normal",
  13593. height: math.unit(11, "feet"),
  13594. default: true
  13595. },
  13596. ]
  13597. )
  13598. };
  13599. characterMakers["Cobalt (Dracha)"] = () => {
  13600. return makeCharacter(
  13601. "Cobalt (Dracha)",
  13602. "Fidchell",
  13603. {
  13604. anthro: {
  13605. height: math.unit(7, "feet"),
  13606. weight: math.unit(190, "lb"),
  13607. name: "Anthro",
  13608. image: {
  13609. source: "./media/characters/cobalt-dracha/anthro.svg",
  13610. extra: 231/225 ,
  13611. bottom: 0.04
  13612. }
  13613. },
  13614. feral: {
  13615. height: math.unit(9 + 7/12, "feet"),
  13616. weight: math.unit(294, "lb"),
  13617. name: "Feral",
  13618. image: {
  13619. source: "./media/characters/cobalt-dracha/feral.svg",
  13620. extra: 692/633 ,
  13621. bottom: 0.05
  13622. }
  13623. },
  13624. },
  13625. [
  13626. {
  13627. name: "Normal",
  13628. height: math.unit(7, "feet"),
  13629. default: true
  13630. },
  13631. ]
  13632. )
  13633. };
  13634. characterMakers["Java"] = () => {
  13635. return makeCharacter(
  13636. "Java",
  13637. "Fidchell",
  13638. {
  13639. fallen: {
  13640. height: math.unit(11 + 8/12, "feet"),
  13641. weight: math.unit(485, "lb"),
  13642. name: "Java (Fallen)",
  13643. rename: true,
  13644. image: {
  13645. source: "./media/characters/java/fallen.svg",
  13646. extra: 226/208 ,
  13647. bottom: 0.005
  13648. }
  13649. },
  13650. godkin: {
  13651. height: math.unit(10 + 6/12, "feet"),
  13652. weight: math.unit(328, "lb"),
  13653. name: "Java (Godkin)",
  13654. rename: true,
  13655. image: {
  13656. source: "./media/characters/java/godkin.svg",
  13657. extra: 270/262 ,
  13658. bottom: 0.02
  13659. }
  13660. },
  13661. },
  13662. [
  13663. {
  13664. name: "Normal",
  13665. height: math.unit(11 + 8/12, "feet"),
  13666. default: true
  13667. },
  13668. ]
  13669. )
  13670. };
  13671. characterMakers["Skoll"] = () => {
  13672. return makeCharacter(
  13673. "Skoll",
  13674. "Fidchell",
  13675. {
  13676. front: {
  13677. height: math.unit(7 + 8/12, "feet"),
  13678. weight: math.unit(320, "lb"),
  13679. name: "Front",
  13680. image: {
  13681. source: "./media/characters/skoll/front.svg",
  13682. extra: 232/220 ,
  13683. bottom: 0.02
  13684. }
  13685. },
  13686. },
  13687. [
  13688. {
  13689. name: "Normal",
  13690. height: math.unit(7 + 8/12, "feet"),
  13691. default: true
  13692. },
  13693. ]
  13694. )
  13695. };
  13696. characterMakers["Purna"] = () => {
  13697. return makeCharacter(
  13698. "Purna",
  13699. "Fidchell",
  13700. {
  13701. front: {
  13702. height: math.unit(5 + 9/12, "feet"),
  13703. weight: math.unit(170, "lb"),
  13704. name: "Front",
  13705. image: {
  13706. source: "./media/characters/purna/front.svg",
  13707. extra: 239/229 ,
  13708. bottom: 0.01
  13709. }
  13710. },
  13711. },
  13712. [
  13713. {
  13714. name: "Normal",
  13715. height: math.unit(5 + 9/12, "feet"),
  13716. default: true
  13717. },
  13718. ]
  13719. )
  13720. };
  13721. characterMakers["Kuva"] = () => {
  13722. return makeCharacter(
  13723. "Kuva",
  13724. "Fidchell",
  13725. {
  13726. front: {
  13727. height: math.unit(5 + 9/12, "feet"),
  13728. weight: math.unit(142, "lb"),
  13729. name: "Front",
  13730. image: {
  13731. source: "./media/characters/kuva/front.svg",
  13732. extra: 281/271 ,
  13733. bottom: 0.006
  13734. }
  13735. },
  13736. },
  13737. [
  13738. {
  13739. name: "Normal",
  13740. height: math.unit(5 + 9/12, "feet"),
  13741. default: true
  13742. },
  13743. ]
  13744. )
  13745. };
  13746. characterMakers["Embra"] = () => {
  13747. return makeCharacter(
  13748. "Embra",
  13749. "Fidchell",
  13750. {
  13751. anthro: {
  13752. height: math.unit(9 + 2/12, "feet"),
  13753. weight: math.unit(270, "lb"),
  13754. name: "Anthro",
  13755. image: {
  13756. source: "./media/characters/embra/anthro.svg",
  13757. extra: 200/187 ,
  13758. bottom: 0.02
  13759. }
  13760. },
  13761. feral: {
  13762. height: math.unit(18 + 8/12, "feet"),
  13763. weight: math.unit(576, "lb"),
  13764. name: "Feral",
  13765. image: {
  13766. source: "./media/characters/embra/feral.svg",
  13767. extra: 152/137 ,
  13768. bottom: 0.037
  13769. }
  13770. },
  13771. },
  13772. [
  13773. {
  13774. name: "Normal",
  13775. height: math.unit(9 + 2/12, "feet"),
  13776. default: true
  13777. },
  13778. ]
  13779. )
  13780. };
  13781. characterMakers["Grottos"] = () => {
  13782. return makeCharacter(
  13783. "Grottos",
  13784. "Fidchell",
  13785. {
  13786. anthro: {
  13787. height: math.unit(10 + 9/12, "feet"),
  13788. weight: math.unit(224, "lb"),
  13789. name: "Anthro",
  13790. image: {
  13791. source: "./media/characters/grottos/anthro.svg",
  13792. extra: 350/332 ,
  13793. bottom: 0.045
  13794. }
  13795. },
  13796. feral: {
  13797. height: math.unit(20 + 7/12, "feet"),
  13798. weight: math.unit(629, "lb"),
  13799. name: "Feral",
  13800. image: {
  13801. source: "./media/characters/grottos/feral.svg",
  13802. extra: 207/190 ,
  13803. bottom: 0.05
  13804. }
  13805. },
  13806. },
  13807. [
  13808. {
  13809. name: "Normal",
  13810. height: math.unit(10 + 9/12, "feet"),
  13811. default: true
  13812. },
  13813. ]
  13814. )
  13815. };
  13816. characterMakers["Frifna"] = () => {
  13817. return makeCharacter(
  13818. "Frifna",
  13819. "Fidchell",
  13820. {
  13821. anthro: {
  13822. height: math.unit(9 + 6/12, "feet"),
  13823. weight: math.unit(298, "lb"),
  13824. name: "Anthro",
  13825. image: {
  13826. source: "./media/characters/frifna/anthro.svg",
  13827. extra: 282/269 ,
  13828. bottom: 0.015
  13829. }
  13830. },
  13831. feral: {
  13832. height: math.unit(16 + 2/12, "feet"),
  13833. weight: math.unit(624, "lb"),
  13834. name: "Feral",
  13835. image: {
  13836. source: "./media/characters/frifna/feral.svg"
  13837. }
  13838. },
  13839. },
  13840. [
  13841. {
  13842. name: "Normal",
  13843. height: math.unit(9 + 6/12, "feet"),
  13844. default: true
  13845. },
  13846. ]
  13847. )
  13848. };
  13849. characterMakers["Elise"] = () => {
  13850. return makeCharacter(
  13851. "Elise",
  13852. "Fidchell",
  13853. {
  13854. front: {
  13855. height: math.unit(6 + 2/12, "feet"),
  13856. weight: math.unit(168, "lb"),
  13857. name: "Front",
  13858. image: {
  13859. source: "./media/characters/elise/front.svg",
  13860. extra: 276/271
  13861. }
  13862. },
  13863. },
  13864. [
  13865. {
  13866. name: "Normal",
  13867. height: math.unit(6 + 2/12, "feet"),
  13868. default: true
  13869. },
  13870. ]
  13871. )
  13872. };
  13873. characterMakers["Glade"] = () => {
  13874. return makeCharacter(
  13875. "Glade",
  13876. "Fidchell",
  13877. {
  13878. front: {
  13879. height: math.unit(5 + 10/12, "feet"),
  13880. weight: math.unit(210, "lb"),
  13881. name: "Front",
  13882. image: {
  13883. source: "./media/characters/glade/front.svg",
  13884. extra: 258/247 ,
  13885. bottom: 0.008
  13886. }
  13887. },
  13888. },
  13889. [
  13890. {
  13891. name: "Normal",
  13892. height: math.unit(5 + 10/12, "feet"),
  13893. default: true
  13894. },
  13895. ]
  13896. )
  13897. };
  13898. characterMakers["Rina"] = () => {
  13899. return makeCharacter(
  13900. "Rina",
  13901. "Fidchell",
  13902. {
  13903. front: {
  13904. height: math.unit(5 + 10/12, "feet"),
  13905. weight: math.unit(129, "lb"),
  13906. name: "Front",
  13907. image: {
  13908. source: "./media/characters/rina/front.svg",
  13909. extra: 266/255 ,
  13910. bottom: 0.005
  13911. }
  13912. },
  13913. },
  13914. [
  13915. {
  13916. name: "Normal",
  13917. height: math.unit(5 + 10/12, "feet"),
  13918. default: true
  13919. },
  13920. ]
  13921. )
  13922. };
  13923. characterMakers["Veronica"] = () => {
  13924. return makeCharacter(
  13925. "Veronica",
  13926. "Fidchell",
  13927. {
  13928. front: {
  13929. height: math.unit(6 + 1/12, "feet"),
  13930. weight: math.unit(192, "lb"),
  13931. name: "Front",
  13932. image: {
  13933. source: "./media/characters/veronica/front.svg",
  13934. extra: 319/309 ,
  13935. bottom: 0.005
  13936. }
  13937. },
  13938. },
  13939. [
  13940. {
  13941. name: "Normal",
  13942. height: math.unit(6 + 1/12, "feet"),
  13943. default: true
  13944. },
  13945. ]
  13946. )
  13947. };
  13948. characterMakers["Braxton"] = () => {
  13949. return makeCharacter(
  13950. "Braxton",
  13951. "jdolbear",
  13952. {
  13953. front: {
  13954. height: math.unit(9 + 3/12, "feet"),
  13955. weight: math.unit(1100, "lb"),
  13956. name: "Front",
  13957. image: {
  13958. source: "./media/characters/braxton/front.svg",
  13959. extra: 1057/984 ,
  13960. bottom: 0.05
  13961. }
  13962. },
  13963. },
  13964. [
  13965. {
  13966. name: "Normal",
  13967. height: math.unit(9 + 3/12, "feet")
  13968. },
  13969. {
  13970. name: "Giant",
  13971. height: math.unit(300, "feet"),
  13972. default: true
  13973. },
  13974. {
  13975. name: "Macro",
  13976. height: math.unit(700, "feet")
  13977. },
  13978. {
  13979. name: "Megamacro",
  13980. height: math.unit(6000, "feet")
  13981. },
  13982. ]
  13983. )
  13984. };
  13985. characterMakers["Blue Feyonics"] = () => {
  13986. return makeCharacter(
  13987. "Blue Feyonics",
  13988. "bluefiremarkii",
  13989. {
  13990. front: {
  13991. height: math.unit(6 + 7/12, "feet"),
  13992. weight: math.unit(150, "lb"),
  13993. name: "Front",
  13994. image: {
  13995. source: "./media/characters/blue-feyonics/front.svg",
  13996. extra: 1403/1306 ,
  13997. bottom: 0.047
  13998. }
  13999. },
  14000. },
  14001. [
  14002. {
  14003. name: "Normal",
  14004. height: math.unit(6 + 7/12, "feet"),
  14005. default: true
  14006. },
  14007. ]
  14008. )
  14009. };
  14010. characterMakers["Maxwell"] = () => {
  14011. return makeCharacter(
  14012. "Maxwell",
  14013. "Ruby_02",
  14014. {
  14015. front: {
  14016. height: math.unit(1.8, "meters"),
  14017. weight: math.unit(60, "kg"),
  14018. name: "Front",
  14019. image: {
  14020. source: "./media/characters/maxwell/front.svg",
  14021. extra: 2060/1873
  14022. }
  14023. },
  14024. },
  14025. [
  14026. {
  14027. name: "Micro",
  14028. height: math.unit(1, "mm")
  14029. },
  14030. {
  14031. name: "Normal",
  14032. height: math.unit(1.8, "meter"),
  14033. default: true
  14034. },
  14035. {
  14036. name: "Macro",
  14037. height: math.unit(30, "meters")
  14038. },
  14039. {
  14040. name: "Megamacro",
  14041. height: math.unit(10, "km")
  14042. },
  14043. ]
  14044. )
  14045. };
  14046. characterMakers["Jack"] = () => {
  14047. return makeCharacter(
  14048. "Jack",
  14049. "Jasmith",
  14050. {
  14051. front: {
  14052. height: math.unit(6, "feet"),
  14053. weight: math.unit(150, "lb"),
  14054. name: "Front",
  14055. image: {
  14056. source: "./media/characters/jack/front.svg",
  14057. extra: 1754/1640,
  14058. bottom: 0.01
  14059. }
  14060. },
  14061. },
  14062. [
  14063. {
  14064. name: "Normal",
  14065. height: math.unit(80000, "feet"),
  14066. default: true
  14067. },
  14068. {
  14069. name: "Max size",
  14070. height: math.unit(10, "lightyears")
  14071. },
  14072. ]
  14073. )
  14074. };
  14075. characterMakers["Cafat"] = () => {
  14076. return makeCharacter(
  14077. "Cafat",
  14078. "Dalken",
  14079. {
  14080. upright: {
  14081. height: math.unit(7, "feet"),
  14082. weight: math.unit(170, "lb"),
  14083. name: "Upright",
  14084. image: {
  14085. source: "./media/characters/cafat/upright.svg",
  14086. bottom: 0.01
  14087. }
  14088. },
  14089. uprightFull: {
  14090. height: math.unit(7, "feet"),
  14091. weight: math.unit(170, "lb"),
  14092. name: "Upright (Full)",
  14093. image: {
  14094. source: "./media/characters/cafat/upright-full.svg",
  14095. bottom: 0.01
  14096. }
  14097. },
  14098. side: {
  14099. height: math.unit(5, "feet"),
  14100. weight: math.unit(150, "lb"),
  14101. name: "Side",
  14102. image: {
  14103. source: "./media/characters/cafat/side.svg"
  14104. }
  14105. },
  14106. },
  14107. [
  14108. {
  14109. name: "Small",
  14110. height: math.unit(7, "feet"),
  14111. default: true
  14112. },
  14113. {
  14114. name: "Large",
  14115. height: math.unit(15.5, "feet")
  14116. },
  14117. ]
  14118. )
  14119. };
  14120. characterMakers["Verin Raharra"] = () => {
  14121. return makeCharacter(
  14122. "Verin Raharra",
  14123. "Virgo113",
  14124. {
  14125. front: {
  14126. height: math.unit(6, "feet"),
  14127. weight: math.unit(150, "lb"),
  14128. name: "Front",
  14129. image: {
  14130. source: "./media/characters/verin-raharra/front.svg",
  14131. extra: 5019/4835,
  14132. bottom: 0.023
  14133. }
  14134. },
  14135. },
  14136. [
  14137. {
  14138. name: "Normal",
  14139. height: math.unit(7 + 5/12, "feet"),
  14140. default: true
  14141. },
  14142. {
  14143. name: "Upsized",
  14144. height: math.unit(20, "feet")
  14145. },
  14146. ]
  14147. )
  14148. };
  14149. characterMakers["Nakata"] = () => {
  14150. return makeCharacter(
  14151. "Nakata",
  14152. "Dalken",
  14153. {
  14154. front: {
  14155. height: math.unit(7, "feet"),
  14156. weight: math.unit(230, "lb"),
  14157. name: "Front",
  14158. image: {
  14159. source: "./media/characters/nakata/front.svg",
  14160. extra: 1.005,
  14161. bottom: 0.01
  14162. }
  14163. },
  14164. },
  14165. [
  14166. {
  14167. name: "Normal",
  14168. height: math.unit(7, "feet"),
  14169. default: true
  14170. },
  14171. {
  14172. name: "Big",
  14173. height: math.unit(14, "feet")
  14174. },
  14175. {
  14176. name: "Macro",
  14177. height: math.unit(400, "feet")
  14178. },
  14179. ]
  14180. )
  14181. };
  14182. characterMakers["Lily"] = () => {
  14183. return makeCharacter(
  14184. "Lily",
  14185. "nexcg",
  14186. {
  14187. front: {
  14188. height: math.unit(4.91, "feet"),
  14189. weight: math.unit(100, "lb"),
  14190. name: "Front",
  14191. image: {
  14192. source: "./media/characters/lily/front.svg",
  14193. extra: 1585/1415,
  14194. bottom: 0.02
  14195. }
  14196. },
  14197. },
  14198. [
  14199. {
  14200. name: "Normal",
  14201. height: math.unit(4.91, "feet"),
  14202. default: true
  14203. },
  14204. ]
  14205. )
  14206. };
  14207. characterMakers["Sheila"] = () => {
  14208. return makeCharacter(
  14209. "Sheila",
  14210. "Miststalker",
  14211. {
  14212. laying: {
  14213. height: math.unit(4 + 4/12, "feet"),
  14214. weight: math.unit(600, "lb"),
  14215. name: "Laying",
  14216. image: {
  14217. source: "./media/characters/sheila/laying.svg",
  14218. extra: 1333/1265,
  14219. bottom: 0.16
  14220. }
  14221. },
  14222. },
  14223. [
  14224. {
  14225. name: "Normal",
  14226. height: math.unit(4 + 4/12, "feet"),
  14227. default: true
  14228. },
  14229. ]
  14230. )
  14231. };
  14232. characterMakers["Sax"] = () => {
  14233. return makeCharacter(
  14234. "Sax",
  14235. "Counts-His-Toes",
  14236. {
  14237. front: {
  14238. height: math.unit(6, "feet"),
  14239. weight: math.unit(190, "lb"),
  14240. name: "Front",
  14241. image: {
  14242. source: "./media/characters/sax/front.svg",
  14243. extra: 1187/973,
  14244. bottom: 0.042
  14245. }
  14246. },
  14247. },
  14248. [
  14249. {
  14250. name: "Micro",
  14251. height: math.unit(4, "inches"),
  14252. default: true
  14253. },
  14254. ]
  14255. )
  14256. };
  14257. characterMakers["Pandora"] = () => {
  14258. return makeCharacter(
  14259. "Pandora",
  14260. "Pandora's Fox",
  14261. {
  14262. front: {
  14263. height: math.unit(6, "feet"),
  14264. weight: math.unit(150, "lb"),
  14265. name: "Front",
  14266. image: {
  14267. source: "./media/characters/pandora/front.svg",
  14268. extra: 2720/2556,
  14269. bottom: 0.015
  14270. }
  14271. },
  14272. back: {
  14273. height: math.unit(6, "feet"),
  14274. weight: math.unit(150, "lb"),
  14275. name: "Back",
  14276. image: {
  14277. source: "./media/characters/pandora/back.svg",
  14278. extra: 2720/2556,
  14279. bottom: 0.01
  14280. }
  14281. },
  14282. beans: {
  14283. height: math.unit(6/8, "feet"),
  14284. name: "Beans",
  14285. image: {
  14286. source: "./media/characters/pandora/beans.svg"
  14287. }
  14288. },
  14289. skirt: {
  14290. height: math.unit(6, "feet"),
  14291. weight: math.unit(150, "lb"),
  14292. name: "Skirt",
  14293. image: {
  14294. source: "./media/characters/pandora/skirt.svg",
  14295. extra: 1622/1525,
  14296. bottom: 0.015
  14297. }
  14298. },
  14299. hoodie: {
  14300. height: math.unit(6, "feet"),
  14301. weight: math.unit(150, "lb"),
  14302. name: "Hoodie",
  14303. image: {
  14304. source: "./media/characters/pandora/hoodie.svg",
  14305. extra: 1622/1525,
  14306. bottom: 0.015
  14307. }
  14308. },
  14309. casual: {
  14310. height: math.unit(6, "feet"),
  14311. weight: math.unit(150, "lb"),
  14312. name: "Casual",
  14313. image: {
  14314. source: "./media/characters/pandora/casual.svg",
  14315. extra: 1622/1525,
  14316. bottom: 0.015
  14317. }
  14318. },
  14319. },
  14320. [
  14321. {
  14322. name: "Normal",
  14323. height: math.unit(6, "feet")
  14324. },
  14325. {
  14326. name: "Big Steppy",
  14327. height: math.unit(1, "km"),
  14328. default: true
  14329. },
  14330. ]
  14331. )
  14332. };
  14333. characterMakers["Venio Darcony"] = () => {
  14334. return makeCharacter(
  14335. "Venio Darcony",
  14336. "redblackdragon",
  14337. {
  14338. side: {
  14339. height: math.unit(10, "feet"),
  14340. weight: math.unit(800, "kg"),
  14341. name: "Side",
  14342. image: {
  14343. source: "./media/characters/venio-darcony/side.svg",
  14344. extra: 1373/1003,
  14345. bottom: 0.037
  14346. }
  14347. },
  14348. front: {
  14349. height: math.unit(19, "feet"),
  14350. weight: math.unit(800, "kg"),
  14351. name: "Front",
  14352. image: {
  14353. source: "./media/characters/venio-darcony/front.svg"
  14354. }
  14355. },
  14356. back: {
  14357. height: math.unit(19, "feet"),
  14358. weight: math.unit(800, "kg"),
  14359. name: "Back",
  14360. image: {
  14361. source: "./media/characters/venio-darcony/back.svg"
  14362. }
  14363. },
  14364. },
  14365. [
  14366. {
  14367. name: "Normal",
  14368. height: math.unit(10, "feet")
  14369. },
  14370. {
  14371. name: "Macro",
  14372. height: math.unit(130, "feet"),
  14373. default: true
  14374. },
  14375. {
  14376. name: "Macro+",
  14377. height: math.unit(240, "feet")
  14378. },
  14379. ]
  14380. )
  14381. };
  14382. characterMakers["Veski"] = () => {
  14383. return makeCharacter(
  14384. "Veski",
  14385. "Veski",
  14386. {
  14387. front: {
  14388. height: math.unit(6, "feet"),
  14389. weight: math.unit(150, "lb"),
  14390. name: "Front",
  14391. image: {
  14392. source: "./media/characters/veski/front.svg",
  14393. extra: 1299/1225,
  14394. bottom: 0.04
  14395. }
  14396. },
  14397. back: {
  14398. height: math.unit(6, "feet"),
  14399. weight: math.unit(150, "lb"),
  14400. name: "Back",
  14401. image: {
  14402. source: "./media/characters/veski/back.svg",
  14403. extra: 1299/1225,
  14404. bottom: 0.008
  14405. }
  14406. },
  14407. maw: {
  14408. height: math.unit(1.5 * 1.21, "feet"),
  14409. name: "Maw",
  14410. image: {
  14411. source: "./media/characters/veski/maw.svg"
  14412. }
  14413. },
  14414. },
  14415. [
  14416. {
  14417. name: "Macro",
  14418. height: math.unit(2, "km"),
  14419. default: true
  14420. },
  14421. ]
  14422. )
  14423. };
  14424. characterMakers["Isabelle"] = () => {
  14425. return makeCharacter(
  14426. "Isabelle",
  14427. "evilwithin",
  14428. {
  14429. front: {
  14430. height: math.unit(5 + 7/12, "feet"),
  14431. name: "Front",
  14432. image: {
  14433. source: "./media/characters/isabelle/front.svg",
  14434. extra: 2130/1976,
  14435. bottom: 0.05
  14436. }
  14437. },
  14438. },
  14439. [
  14440. {
  14441. name: "Supermicro",
  14442. height: math.unit(10, "micrometers")
  14443. },
  14444. {
  14445. name: "Micro",
  14446. height: math.unit(1, "inch")
  14447. },
  14448. {
  14449. name: "Tiny",
  14450. height: math.unit(5, "inches")
  14451. },
  14452. {
  14453. name: "Standard",
  14454. height: math.unit(5 + 7/12, "inches")
  14455. },
  14456. {
  14457. name: "Macro",
  14458. height: math.unit(80, "meters"),
  14459. default: true
  14460. },
  14461. {
  14462. name: "Megamacro",
  14463. height: math.unit(250, "meters")
  14464. },
  14465. {
  14466. name: "Gigamacro",
  14467. height: math.unit(5, "km")
  14468. },
  14469. {
  14470. name: "Cosmic",
  14471. height: math.unit(2.5e6, "miles")
  14472. },
  14473. ]
  14474. )
  14475. };
  14476. characterMakers["Hanzo"] = () => {
  14477. return makeCharacter(
  14478. "Hanzo",
  14479. "dragondruid",
  14480. {
  14481. front: {
  14482. height: math.unit(6, "feet"),
  14483. weight: math.unit(150, "lb"),
  14484. name: "Front",
  14485. image: {
  14486. source: "./media/characters/hanzo/front.svg",
  14487. extra: 374/344,
  14488. bottom: 0.02
  14489. }
  14490. },
  14491. },
  14492. [
  14493. {
  14494. name: "Normal",
  14495. height: math.unit(8, "feet"),
  14496. default: true
  14497. },
  14498. ]
  14499. )
  14500. };
  14501. characterMakers["Anna"] = () => {
  14502. return makeCharacter(
  14503. "Anna",
  14504. "dragondruid",
  14505. {
  14506. front: {
  14507. height: math.unit(7, "feet"),
  14508. weight: math.unit(130, "lb"),
  14509. name: "Front",
  14510. image: {
  14511. source: "./media/characters/anna/front.svg",
  14512. extra: 169/145,
  14513. bottom: 0.06
  14514. }
  14515. },
  14516. full: {
  14517. height: math.unit(4.96, "feet"),
  14518. weight: math.unit(220, "lb"),
  14519. name: "Full",
  14520. image: {
  14521. source: "./media/characters/anna/full.svg",
  14522. extra: 138/114,
  14523. bottom: 0.15
  14524. }
  14525. },
  14526. tongue: {
  14527. height: math.unit(2.53, "feet"),
  14528. name: "Tongue",
  14529. image: {
  14530. source: "./media/characters/anna/tongue.svg"
  14531. }
  14532. },
  14533. },
  14534. [
  14535. {
  14536. name: "Normal",
  14537. height: math.unit(7, "feet"),
  14538. default: true
  14539. },
  14540. ]
  14541. )
  14542. };
  14543. characterMakers["Ian Corvid"] = () => {
  14544. return makeCharacter(
  14545. "Ian Corvid",
  14546. "IanCorvid",
  14547. {
  14548. front: {
  14549. height: math.unit(7, "feet"),
  14550. weight: math.unit(150, "lb"),
  14551. name: "Front",
  14552. image: {
  14553. source: "./media/characters/ian-corvid/front.svg",
  14554. extra: 150/142,
  14555. bottom: 0.02
  14556. }
  14557. },
  14558. back: {
  14559. height: math.unit(7, "feet"),
  14560. weight: math.unit(150, "lb"),
  14561. name: "Back",
  14562. image: {
  14563. source: "./media/characters/ian-corvid/back.svg",
  14564. extra: 150/143,
  14565. bottom: 0.01
  14566. }
  14567. },
  14568. stomping: {
  14569. height: math.unit(7, "feet"),
  14570. weight: math.unit(150, "lb"),
  14571. name: "Stomping",
  14572. image: {
  14573. source: "./media/characters/ian-corvid/stomping.svg",
  14574. extra: 76/72
  14575. }
  14576. },
  14577. sitting: {
  14578. height: math.unit(7/1.8, "feet"),
  14579. weight: math.unit(150, "lb"),
  14580. name: "Sitting",
  14581. image: {
  14582. source: "./media/characters/ian-corvid/sitting.svg",
  14583. extra: 1400/1269,
  14584. bottom: 0.15
  14585. }
  14586. },
  14587. },
  14588. [
  14589. {
  14590. name: "Tiny Microw",
  14591. height: math.unit(1, "inch")
  14592. },
  14593. {
  14594. name: "Microw",
  14595. height: math.unit(6, "inches")
  14596. },
  14597. {
  14598. name: "Crow",
  14599. height: math.unit(7 + 1/12, "feet"),
  14600. default: true
  14601. },
  14602. {
  14603. name: "Macrow",
  14604. height: math.unit(176, "feet")
  14605. },
  14606. ]
  14607. )
  14608. };
  14609. characterMakers["Natalie Kellon"] = () => {
  14610. return makeCharacter(
  14611. "Natalie Kellon",
  14612. "lestrange110",
  14613. {
  14614. front: {
  14615. height: math.unit(5 + 7/12, "feet"),
  14616. weight: math.unit(147, "lb"),
  14617. name: "Front",
  14618. image: {
  14619. source: "./media/characters/natalie-kellon/front.svg",
  14620. extra: 1214/1141,
  14621. bottom: 0.02
  14622. }
  14623. },
  14624. },
  14625. [
  14626. {
  14627. name: "Micro",
  14628. height: math.unit(1/16, "inch")
  14629. },
  14630. {
  14631. name: "Tiny",
  14632. height: math.unit(4, "inches")
  14633. },
  14634. {
  14635. name: "Normal",
  14636. height: math.unit(5 + 7/12, "feet"),
  14637. default: true
  14638. },
  14639. {
  14640. name: "Amazon",
  14641. height: math.unit(12, "feet")
  14642. },
  14643. {
  14644. name: "Giantess",
  14645. height: math.unit(160, "meters")
  14646. },
  14647. {
  14648. name: "Titaness",
  14649. height: math.unit(800, "meters")
  14650. },
  14651. ]
  14652. )
  14653. };
  14654. characterMakers["Alluria"] = () => {
  14655. return makeCharacter(
  14656. "Alluria",
  14657. "Sir--Raptor",
  14658. {
  14659. front: {
  14660. height: math.unit(6, "feet"),
  14661. weight: math.unit(150, "lb"),
  14662. name: "Front",
  14663. image: {
  14664. source: "./media/characters/alluria/front.svg",
  14665. extra: 806/738,
  14666. bottom: 0.01
  14667. }
  14668. },
  14669. side: {
  14670. height: math.unit(6, "feet"),
  14671. weight: math.unit(150, "lb"),
  14672. name: "Side",
  14673. image: {
  14674. source: "./media/characters/alluria/side.svg",
  14675. extra: 800/750,
  14676. }
  14677. },
  14678. back: {
  14679. height: math.unit(6, "feet"),
  14680. weight: math.unit(150, "lb"),
  14681. name: "Back",
  14682. image: {
  14683. source: "./media/characters/alluria/back.svg",
  14684. extra: 806/738,
  14685. }
  14686. },
  14687. frontMaid: {
  14688. height: math.unit(6, "feet"),
  14689. weight: math.unit(150, "lb"),
  14690. name: "Front (Maid)",
  14691. image: {
  14692. source: "./media/characters/alluria/front-maid.svg",
  14693. extra: 806/738,
  14694. bottom: 0.01
  14695. }
  14696. },
  14697. sideMaid: {
  14698. height: math.unit(6, "feet"),
  14699. weight: math.unit(150, "lb"),
  14700. name: "Side (Maid)",
  14701. image: {
  14702. source: "./media/characters/alluria/side-maid.svg",
  14703. extra: 800/750,
  14704. bottom: 0.005
  14705. }
  14706. },
  14707. backMaid: {
  14708. height: math.unit(6, "feet"),
  14709. weight: math.unit(150, "lb"),
  14710. name: "Back (Maid)",
  14711. image: {
  14712. source: "./media/characters/alluria/back-maid.svg",
  14713. extra: 806/738,
  14714. }
  14715. },
  14716. },
  14717. [
  14718. {
  14719. name: "Micro",
  14720. height: math.unit(6, "inches"),
  14721. default: true
  14722. },
  14723. ]
  14724. )
  14725. };
  14726. characterMakers["Kyle"] = () => {
  14727. return makeCharacter(
  14728. "Kyle",
  14729. "Jasmith",
  14730. {
  14731. front: {
  14732. height: math.unit(6, "feet"),
  14733. weight: math.unit(150, "lb"),
  14734. name: "Front",
  14735. image: {
  14736. source: "./media/characters/kyle/front.svg",
  14737. extra: 1069/962,
  14738. bottom: 77.228/1727.45
  14739. }
  14740. },
  14741. },
  14742. [
  14743. {
  14744. name: "Macro",
  14745. height: math.unit(150, "feet"),
  14746. default: true
  14747. },
  14748. ]
  14749. )
  14750. };
  14751. characterMakers["Duncan"] = () => {
  14752. return makeCharacter(
  14753. "Duncan",
  14754. "Duncan",
  14755. {
  14756. front: {
  14757. height: math.unit(6, "feet"),
  14758. weight: math.unit(300, "lb"),
  14759. name: "Front",
  14760. image: {
  14761. source: "./media/characters/duncan/front.svg",
  14762. extra: 1650/1482,
  14763. bottom: 0.05
  14764. }
  14765. },
  14766. },
  14767. [
  14768. {
  14769. name: "Macro",
  14770. height: math.unit(100, "feet"),
  14771. default: true
  14772. },
  14773. ]
  14774. )
  14775. };
  14776. characterMakers["Memory"] = () => {
  14777. return makeCharacter(
  14778. "Memory",
  14779. "boringcactus",
  14780. {
  14781. front: {
  14782. height: math.unit(5 + 4/12, "feet"),
  14783. weight: math.unit(220, "lb"),
  14784. name: "Front",
  14785. image: {
  14786. source: "./media/characters/memory/front.svg",
  14787. extra: 3641/3545,
  14788. bottom: 0.03
  14789. }
  14790. },
  14791. back: {
  14792. height: math.unit(5 + 4/12, "feet"),
  14793. weight: math.unit(220, "lb"),
  14794. name: "Back",
  14795. image: {
  14796. source: "./media/characters/memory/back.svg",
  14797. extra: 3641/3545,
  14798. bottom: 0.025
  14799. }
  14800. },
  14801. frontSkirt: {
  14802. height: math.unit(5 + 4/12, "feet"),
  14803. weight: math.unit(220, "lb"),
  14804. name: "Front (Skirt)",
  14805. image: {
  14806. source: "./media/characters/memory/front-skirt.svg",
  14807. extra: 3641/3545,
  14808. bottom: 0.03
  14809. }
  14810. },
  14811. frontDress: {
  14812. height: math.unit(5 + 4/12, "feet"),
  14813. weight: math.unit(220, "lb"),
  14814. name: "Front (Dress)",
  14815. image: {
  14816. source: "./media/characters/memory/front-dress.svg",
  14817. extra: 3641/3545,
  14818. bottom: 0.03
  14819. }
  14820. },
  14821. },
  14822. [
  14823. {
  14824. name: "Micro",
  14825. height: math.unit(6, "inches"),
  14826. default: true
  14827. },
  14828. {
  14829. name: "Normal",
  14830. height: math.unit(5 + 4/12, "feet")
  14831. },
  14832. ]
  14833. )
  14834. };
  14835. characterMakers["Luno"] = () => {
  14836. return makeCharacter(
  14837. "Luno",
  14838. "Jamesy",
  14839. {
  14840. front: {
  14841. height: math.unit(4 + 11/12, "feet"),
  14842. weight: math.unit(100, "lb"),
  14843. name: "Front",
  14844. image: {
  14845. source: "./media/characters/luno/front.svg",
  14846. extra: 1535/1487,
  14847. bottom: 0.03
  14848. }
  14849. },
  14850. },
  14851. [
  14852. {
  14853. name: "Micro",
  14854. height: math.unit(3, "inches")
  14855. },
  14856. {
  14857. name: "Normal",
  14858. height: math.unit(4 + 11/12, "feet"),
  14859. default: true
  14860. },
  14861. {
  14862. name: "Macro",
  14863. height: math.unit(300, "feet")
  14864. },
  14865. {
  14866. name: "Megamacro",
  14867. height: math.unit(700, "miles")
  14868. },
  14869. ]
  14870. )
  14871. };
  14872. characterMakers["Jamesy"] = () => {
  14873. return makeCharacter(
  14874. "Jamesy",
  14875. "Jamesy",
  14876. {
  14877. front: {
  14878. height: math.unit(6 + 2/12, "feet"),
  14879. weight: math.unit(170, "lb"),
  14880. name: "Front",
  14881. image: {
  14882. source: "./media/characters/jamesy/front.svg",
  14883. extra: 440/382,
  14884. bottom: 0.005
  14885. }
  14886. },
  14887. },
  14888. [
  14889. {
  14890. name: "Micro",
  14891. height: math.unit(3, "inches")
  14892. },
  14893. {
  14894. name: "Normal",
  14895. height: math.unit(6 + 2/12, "feet"),
  14896. default: true
  14897. },
  14898. {
  14899. name: "Macro",
  14900. height: math.unit(300, "feet")
  14901. },
  14902. {
  14903. name: "Megamacro",
  14904. height: math.unit(700, "miles")
  14905. },
  14906. ]
  14907. )
  14908. };
  14909. characterMakers["Mark"] = () => {
  14910. return makeCharacter(
  14911. "Mark",
  14912. "ich",
  14913. {
  14914. front: {
  14915. height: math.unit(6, "feet"),
  14916. weight: math.unit(160, "lb"),
  14917. name: "Front",
  14918. image: {
  14919. source: "./media/characters/mark/front.svg",
  14920. extra: 3300/3100,
  14921. bottom: 136.42/3440.47
  14922. }
  14923. },
  14924. },
  14925. [
  14926. {
  14927. name: "Macro",
  14928. height: math.unit(120, "meters")
  14929. },
  14930. {
  14931. name: "Bigger Macro",
  14932. height: math.unit(350, "meters")
  14933. },
  14934. {
  14935. name: "Megamacro",
  14936. height: math.unit(8, "km"),
  14937. default: true
  14938. },
  14939. {
  14940. name: "Continental",
  14941. height: math.unit(4550, "km")
  14942. },
  14943. {
  14944. name: "Planetary",
  14945. height: math.unit(65000, "km")
  14946. },
  14947. ]
  14948. )
  14949. };
  14950. characterMakers["Mac"] = () => {
  14951. return makeCharacter(
  14952. "Mac",
  14953. "Macroceli",
  14954. {
  14955. front: {
  14956. height: math.unit(6, "feet"),
  14957. weight: math.unit(400, "lb"),
  14958. name: "Front",
  14959. image: {
  14960. source: "./media/characters/mac/front.svg",
  14961. extra: 1048/987.7,
  14962. bottom: 60/1107.6,
  14963. }
  14964. },
  14965. },
  14966. [
  14967. {
  14968. name: "Macro",
  14969. height: math.unit(500, "feet"),
  14970. default: true
  14971. },
  14972. ]
  14973. )
  14974. };
  14975. characterMakers["Bari"] = () => {
  14976. return makeCharacter(
  14977. "Bari",
  14978. "Bariamph",
  14979. {
  14980. front: {
  14981. height: math.unit(5 + 2/12, "feet"),
  14982. weight: math.unit(190, "lb"),
  14983. name: "Front",
  14984. image: {
  14985. source: "./media/characters/bari/front.svg",
  14986. extra: 3156/2880,
  14987. bottom: 0.03
  14988. }
  14989. },
  14990. back: {
  14991. height: math.unit(5 + 2/12, "feet"),
  14992. weight: math.unit(190, "lb"),
  14993. name: "Back",
  14994. image: {
  14995. source: "./media/characters/bari/back.svg",
  14996. extra: 3260/2834,
  14997. bottom: 0.025
  14998. }
  14999. },
  15000. frontPlush: {
  15001. height: math.unit(5 + 2/12, "feet"),
  15002. weight: math.unit(190, "lb"),
  15003. name: "Front (Plush)",
  15004. image: {
  15005. source: "./media/characters/bari/front-plush.svg",
  15006. extra: 1112/1061,
  15007. bottom: 0.002
  15008. }
  15009. },
  15010. },
  15011. [
  15012. {
  15013. name: "Micro",
  15014. height: math.unit(3, "inches")
  15015. },
  15016. {
  15017. name: "Normal",
  15018. height: math.unit(5 + 2/12, "feet"),
  15019. default: true
  15020. },
  15021. {
  15022. name: "Macro",
  15023. height: math.unit(20, "feet")
  15024. },
  15025. ]
  15026. )
  15027. };
  15028. characterMakers["Hunter Misha Raven"] = () => {
  15029. return makeCharacter(
  15030. "Hunter Misha Raven",
  15031. "ashtrek",
  15032. {
  15033. front: {
  15034. height: math.unit(6 + 1/12, "feet"),
  15035. weight: math.unit(275, "lb"),
  15036. name: "Front",
  15037. image: {
  15038. source: "./media/characters/hunter-misha-raven/front.svg"
  15039. }
  15040. },
  15041. },
  15042. [
  15043. {
  15044. name: "Mortal",
  15045. height: math.unit(6 + 1/12, "feet")
  15046. },
  15047. {
  15048. name: "Divine",
  15049. height: math.unit(1.12134e34, "parsecs"),
  15050. default: true
  15051. },
  15052. ]
  15053. )
  15054. };
  15055. characterMakers["Max Calore"] = () => {
  15056. return makeCharacter(
  15057. "Max Calore",
  15058. "flamestar",
  15059. {
  15060. front: {
  15061. height: math.unit(6 + 3/12, "feet"),
  15062. weight: math.unit(220, "lb"),
  15063. name: "Front",
  15064. image: {
  15065. source: "./media/characters/max-calore/front.svg",
  15066. extra: 1700/1648,
  15067. bottom: 0.01
  15068. }
  15069. },
  15070. back: {
  15071. height: math.unit(6 + 3/12, "feet"),
  15072. weight: math.unit(220, "lb"),
  15073. name: "Back",
  15074. image: {
  15075. source: "./media/characters/max-calore/back.svg",
  15076. extra: 1700/1648,
  15077. bottom: 0.01
  15078. }
  15079. },
  15080. },
  15081. [
  15082. {
  15083. name: "Normal",
  15084. height: math.unit(6 + 3/12, "feet"),
  15085. default: true
  15086. },
  15087. ]
  15088. )
  15089. };
  15090. characterMakers["Aspen"] = () => {
  15091. return makeCharacter(
  15092. "Aspen",
  15093. "Fidchell",
  15094. {
  15095. side: {
  15096. height: math.unit(2 + 8/12, "feet"),
  15097. weight: math.unit(99, "lb"),
  15098. name: "Side",
  15099. image: {
  15100. source: "./media/characters/aspen/side.svg",
  15101. extra: 152/138,
  15102. bottom: 0.032
  15103. }
  15104. },
  15105. },
  15106. [
  15107. {
  15108. name: "Normal",
  15109. height: math.unit(2 + 8/12, "feet"),
  15110. default: true
  15111. },
  15112. ]
  15113. )
  15114. };
  15115. characterMakers["Sheila (Wolf)"] = () => {
  15116. return makeCharacter(
  15117. "Sheila (Wolf)",
  15118. "Fidchell",
  15119. {
  15120. side: {
  15121. height: math.unit(3 + 2/12, "feet"),
  15122. weight: math.unit(224, "lb"),
  15123. name: "Side",
  15124. image: {
  15125. source: "./media/characters/sheila-wolf/side.svg",
  15126. extra: 179/166,
  15127. bottom: 0.03
  15128. }
  15129. },
  15130. },
  15131. [
  15132. {
  15133. name: "Normal",
  15134. height: math.unit(3 + 2/12, "feet"),
  15135. default: true
  15136. },
  15137. ]
  15138. )
  15139. };
  15140. characterMakers["Michelle"] = () => {
  15141. return makeCharacter(
  15142. "Michelle",
  15143. "Fidchell",
  15144. {
  15145. side: {
  15146. height: math.unit(1 + 9/12, "feet"),
  15147. weight: math.unit(38, "lb"),
  15148. name: "Side",
  15149. image: {
  15150. source: "./media/characters/michelle/side.svg",
  15151. extra: 147/136.7,
  15152. bottom: 0.03
  15153. }
  15154. },
  15155. },
  15156. [
  15157. {
  15158. name: "Normal",
  15159. height: math.unit(1 + 9/12, "feet"),
  15160. default: true
  15161. },
  15162. ]
  15163. )
  15164. };
  15165. characterMakers["Nino"] = () => {
  15166. return makeCharacter(
  15167. "Nino",
  15168. "Fidchell",
  15169. {
  15170. front: {
  15171. height: math.unit(1 + 1/12, "feet"),
  15172. weight: math.unit(18, "lb"),
  15173. name: "Front",
  15174. image: {
  15175. source: "./media/characters/nino/front.svg"
  15176. }
  15177. },
  15178. },
  15179. [
  15180. {
  15181. name: "Normal",
  15182. height: math.unit(1 + 1/12, "feet"),
  15183. default: true
  15184. },
  15185. ]
  15186. )
  15187. };
  15188. characterMakers["Viola"] = () => {
  15189. return makeCharacter(
  15190. "Viola",
  15191. "Fidchell",
  15192. {
  15193. front: {
  15194. height: math.unit(1, "feet"),
  15195. weight: math.unit(16, "lb"),
  15196. name: "Front",
  15197. image: {
  15198. source: "./media/characters/viola/front.svg"
  15199. }
  15200. },
  15201. },
  15202. [
  15203. {
  15204. name: "Normal",
  15205. height: math.unit(1, "feet"),
  15206. default: true
  15207. },
  15208. ]
  15209. )
  15210. };
  15211. characterMakers["Atlas"] = () => {
  15212. return makeCharacter(
  15213. "Atlas",
  15214. "Fidchell",
  15215. {
  15216. front: {
  15217. height: math.unit(6 + 5/12, "feet"),
  15218. weight: math.unit(580, "lb"),
  15219. name: "Front",
  15220. image: {
  15221. source: "./media/characters/atlas/front.svg",
  15222. extra: 298.5/290,
  15223. bottom: 0.015
  15224. }
  15225. },
  15226. },
  15227. [
  15228. {
  15229. name: "Normal",
  15230. height: math.unit(6 + 5/12, "feet"),
  15231. default: true
  15232. },
  15233. ]
  15234. )
  15235. };
  15236. characterMakers["Davy"] = () => {
  15237. return makeCharacter(
  15238. "Davy",
  15239. "Fidchell",
  15240. {
  15241. side: {
  15242. height: math.unit(1 + 10/12, "feet"),
  15243. weight: math.unit(25, "lb"),
  15244. name: "Side",
  15245. image: {
  15246. source: "./media/characters/davy/side.svg",
  15247. extra: 200/170,
  15248. bottom: 0.01
  15249. }
  15250. },
  15251. },
  15252. [
  15253. {
  15254. name: "Normal",
  15255. height: math.unit(1 + 10/12, "feet"),
  15256. default: true
  15257. },
  15258. ]
  15259. )
  15260. };
  15261. characterMakers["Fiona"] = () => {
  15262. return makeCharacter(
  15263. "Fiona",
  15264. "Fidchell",
  15265. {
  15266. side: {
  15267. height: math.unit(4 + 8/12, "feet"),
  15268. weight: math.unit(166, "lb"),
  15269. name: "Side",
  15270. image: {
  15271. source: "./media/characters/fiona/side.svg",
  15272. extra: 232/220,
  15273. bottom: 0.03
  15274. }
  15275. },
  15276. },
  15277. [
  15278. {
  15279. name: "Normal",
  15280. height: math.unit(4 + 8/12, "feet"),
  15281. default: true
  15282. },
  15283. ]
  15284. )
  15285. };
  15286. characterMakers["Lyla"] = () => {
  15287. return makeCharacter(
  15288. "Lyla",
  15289. "Fidchell",
  15290. {
  15291. front: {
  15292. height: math.unit(2, "feet"),
  15293. weight: math.unit(62, "lb"),
  15294. name: "Front",
  15295. image: {
  15296. source: "./media/characters/lyla/front.svg",
  15297. bottom: 0.1
  15298. }
  15299. },
  15300. },
  15301. [
  15302. {
  15303. name: "Normal",
  15304. height: math.unit(2, "feet"),
  15305. default: true
  15306. },
  15307. ]
  15308. )
  15309. };
  15310. characterMakers["Perseus"] = () => {
  15311. return makeCharacter(
  15312. "Perseus",
  15313. "Fidchell",
  15314. {
  15315. side: {
  15316. height: math.unit(1.8, "feet"),
  15317. weight: math.unit(44, "lb"),
  15318. name: "Side",
  15319. image: {
  15320. source: "./media/characters/perseus/side.svg",
  15321. bottom: 0.21
  15322. }
  15323. },
  15324. },
  15325. [
  15326. {
  15327. name: "Normal",
  15328. height: math.unit(1.8, "feet"),
  15329. default: true
  15330. },
  15331. ]
  15332. )
  15333. };
  15334. characterMakers["Remus"] = () => {
  15335. return makeCharacter(
  15336. "Remus",
  15337. "Fidchell",
  15338. {
  15339. side: {
  15340. height: math.unit(4 + 2/12, "feet"),
  15341. weight: math.unit(20, "lb"),
  15342. name: "Side",
  15343. image: {
  15344. source: "./media/characters/remus/side.svg"
  15345. }
  15346. },
  15347. },
  15348. [
  15349. {
  15350. name: "Normal",
  15351. height: math.unit(4 + 2/12, "feet"),
  15352. default: true
  15353. },
  15354. ]
  15355. )
  15356. };
  15357. characterMakers["Raf"] = () => {
  15358. return makeCharacter(
  15359. "Raf",
  15360. "the_raf",
  15361. {
  15362. front: {
  15363. height: math.unit(4 + 11/12, "feet"),
  15364. weight: math.unit(114, "lb"),
  15365. name: "Front",
  15366. image: {
  15367. source: "./media/characters/raf/front.svg",
  15368. bottom: 0.01
  15369. }
  15370. },
  15371. side: {
  15372. height: math.unit(4 + 11/12, "feet"),
  15373. weight: math.unit(114, "lb"),
  15374. name: "Side",
  15375. image: {
  15376. source: "./media/characters/raf/side.svg",
  15377. bottom: 0.005
  15378. }
  15379. },
  15380. },
  15381. [
  15382. {
  15383. name: "Micro",
  15384. height: math.unit(2, "inches")
  15385. },
  15386. {
  15387. name: "Normal",
  15388. height: math.unit(4 + 11/12, "feet"),
  15389. default: true
  15390. },
  15391. {
  15392. name: "Macro",
  15393. height: math.unit(70, "feet")
  15394. },
  15395. ]
  15396. )
  15397. };
  15398. characterMakers["Liam Einarr"] = () => {
  15399. return makeCharacter(
  15400. "Liam Einarr",
  15401. "LiamEinarr",
  15402. {
  15403. front: {
  15404. height: math.unit(1.5, "meters"),
  15405. weight: math.unit(68, "kg"),
  15406. name: "Front",
  15407. image: {
  15408. source: "./media/characters/liam-einarr/front.svg",
  15409. extra: 2822/2666
  15410. }
  15411. },
  15412. back: {
  15413. height: math.unit(1.5, "meters"),
  15414. weight: math.unit(68, "kg"),
  15415. name: "Back",
  15416. image: {
  15417. source: "./media/characters/liam-einarr/back.svg",
  15418. extra: 2822/2666,
  15419. bottom: 0.015
  15420. }
  15421. },
  15422. },
  15423. [
  15424. {
  15425. name: "Normal",
  15426. height: math.unit(1.5, "meters"),
  15427. default: true
  15428. },
  15429. {
  15430. name: "Macro",
  15431. height: math.unit(150, "meters")
  15432. },
  15433. {
  15434. name: "Megamacro",
  15435. height: math.unit(35, "km")
  15436. },
  15437. ]
  15438. )
  15439. };
  15440. characterMakers["Linda"] = () => {
  15441. return makeCharacter(
  15442. "Linda",
  15443. "Dalken",
  15444. {
  15445. front: {
  15446. height: math.unit(6, "feet"),
  15447. weight: math.unit(75, "kg"),
  15448. name: "Front",
  15449. image: {
  15450. source: "./media/characters/linda/front.svg",
  15451. extra: 930/874,
  15452. bottom: 0.004
  15453. }
  15454. },
  15455. },
  15456. [
  15457. {
  15458. name: "Normal",
  15459. height: math.unit(6, "feet"),
  15460. default: true
  15461. },
  15462. ]
  15463. )
  15464. };
  15465. characterMakers["Caylex"] = () => {
  15466. return makeCharacter(
  15467. "Caylex",
  15468. "ArgentVZ",
  15469. {
  15470. front: {
  15471. height: math.unit(6 + 8/12, "feet"),
  15472. weight: math.unit(220, "lb"),
  15473. name: "Front",
  15474. image: {
  15475. source: "./media/characters/caylex/front.svg",
  15476. extra: 821/772,
  15477. bottom: 0.07
  15478. }
  15479. },
  15480. back: {
  15481. height: math.unit(6 + 8/12, "feet"),
  15482. weight: math.unit(220, "lb"),
  15483. name: "Back",
  15484. image: {
  15485. source: "./media/characters/caylex/back.svg",
  15486. extra: 821/772,
  15487. bottom: 0.022
  15488. }
  15489. },
  15490. hand: {
  15491. height: math.unit(1.25, "feet"),
  15492. name: "Hand",
  15493. image: {
  15494. source: "./media/characters/caylex/hand.svg"
  15495. }
  15496. },
  15497. foot: {
  15498. height: math.unit(1.6, "feet"),
  15499. name: "Foot",
  15500. image: {
  15501. source: "./media/characters/caylex/foot.svg"
  15502. }
  15503. },
  15504. armored: {
  15505. height: math.unit(6 + 8/12, "feet"),
  15506. weight: math.unit(250, "lb"),
  15507. name: "Armored",
  15508. image: {
  15509. source: "./media/characters/caylex/armored.svg",
  15510. extra: 1420/1310,
  15511. bottom: 0.045
  15512. }
  15513. },
  15514. },
  15515. [
  15516. {
  15517. name: "Normal",
  15518. height: math.unit(6 + 8/12, "feet"),
  15519. default: true
  15520. },
  15521. {
  15522. name: "Normal+",
  15523. height: math.unit(12, "feet")
  15524. },
  15525. ]
  15526. )
  15527. };
  15528. characterMakers["Alana"] = () => {
  15529. return makeCharacter(
  15530. "Alana",
  15531. "Adeleide",
  15532. {
  15533. front: {
  15534. height: math.unit(7 + 6/12, "feet"),
  15535. weight: math.unit(288, "lb"),
  15536. name: "Front",
  15537. image: {
  15538. source: "./media/characters/alana/front.svg",
  15539. extra: 679/653,
  15540. bottom: 22.5/701
  15541. }
  15542. },
  15543. },
  15544. [
  15545. {
  15546. name: "Normal",
  15547. height: math.unit(7 + 6/12, "feet")
  15548. },
  15549. {
  15550. name: "Large",
  15551. height: math.unit(50, "feet")
  15552. },
  15553. {
  15554. name: "Macro",
  15555. height: math.unit(100, "feet"),
  15556. default: true
  15557. },
  15558. {
  15559. name: "Macro+",
  15560. height: math.unit(200, "feet")
  15561. },
  15562. ]
  15563. )
  15564. };
  15565. characterMakers["Hasani"] = () => {
  15566. return makeCharacter(
  15567. "Hasani",
  15568. "BishopBun",
  15569. {
  15570. front: {
  15571. height: math.unit(6 + 1/12, "feet"),
  15572. weight: math.unit(210, "lb"),
  15573. name: "Front",
  15574. image: {
  15575. source: "./media/characters/hasani/front.svg",
  15576. extra: 244/232,
  15577. bottom: 0.01
  15578. }
  15579. },
  15580. back: {
  15581. height: math.unit(6 + 1/12, "feet"),
  15582. weight: math.unit(210, "lb"),
  15583. name: "Back",
  15584. image: {
  15585. source: "./media/characters/hasani/back.svg",
  15586. extra: 244/232,
  15587. bottom: 0.01
  15588. }
  15589. },
  15590. },
  15591. [
  15592. {
  15593. name: "Normal",
  15594. height: math.unit(6 + 1/12, "feet")
  15595. },
  15596. {
  15597. name: "Macro",
  15598. height: math.unit(175, "feet"),
  15599. default: true
  15600. },
  15601. ]
  15602. )
  15603. };
  15604. characterMakers["Nita"] = () => {
  15605. return makeCharacter(
  15606. "Nita",
  15607. "Ich",
  15608. {
  15609. front: {
  15610. height: math.unit(1.82, "meters"),
  15611. weight: math.unit(140, "lb"),
  15612. name: "Front",
  15613. image: {
  15614. source: "./media/characters/nita/front.svg",
  15615. extra: 2473/2363,
  15616. bottom: 0.01
  15617. }
  15618. },
  15619. },
  15620. [
  15621. {
  15622. name: "Normal",
  15623. height: math.unit(1.82, "m")
  15624. },
  15625. {
  15626. name: "Macro",
  15627. height: math.unit(300, "m")
  15628. },
  15629. {
  15630. name: "Mistake Canon",
  15631. height: math.unit(0.5, "miles"),
  15632. default: true
  15633. },
  15634. {
  15635. name: "Big Mistake",
  15636. height: math.unit(13, "miles")
  15637. },
  15638. {
  15639. name: "Playing God",
  15640. height: math.unit(2450, "miles")
  15641. },
  15642. ]
  15643. )
  15644. };
  15645. characterMakers["Shiriko"] = () => {
  15646. return makeCharacter(
  15647. "Shiriko",
  15648. "Shiriko",
  15649. {
  15650. front: {
  15651. height: math.unit(4, "feet"),
  15652. weight: math.unit(120, "lb"),
  15653. name: "Front",
  15654. image: {
  15655. source: "./media/characters/shiriko/front.svg",
  15656. extra: 195/188
  15657. }
  15658. },
  15659. },
  15660. [
  15661. {
  15662. name: "Normal",
  15663. height: math.unit(4, "feet"),
  15664. default: true
  15665. },
  15666. ]
  15667. )
  15668. };
  15669. characterMakers["Deja"] = () => {
  15670. return makeCharacter(
  15671. "Deja",
  15672. "dejaroo",
  15673. {
  15674. front: {
  15675. height: math.unit(6, "feet"),
  15676. name: "front",
  15677. image: {
  15678. source: "./media/characters/deja/front.svg",
  15679. extra: 926/840,
  15680. bottom: 0.07
  15681. }
  15682. },
  15683. },
  15684. [
  15685. {
  15686. name: "Planck Length",
  15687. height: math.unit(1.6e-35, "meters")
  15688. },
  15689. {
  15690. name: "Normal",
  15691. height: math.unit(30.48, "meters"),
  15692. default: true
  15693. },
  15694. {
  15695. name: "Universal",
  15696. height: math.unit(8.8e26, "meters")
  15697. },
  15698. ]
  15699. )
  15700. };
  15701. characterMakers["Anima"] = () => {
  15702. return makeCharacter(
  15703. "Anima",
  15704. "Anima",
  15705. {
  15706. side: {
  15707. height: math.unit(8, "feet"),
  15708. weight: math.unit(6300, "lb"),
  15709. name: "Side",
  15710. image: {
  15711. source: "./media/characters/anima/side.svg",
  15712. bottom: 0.035
  15713. }
  15714. },
  15715. },
  15716. [
  15717. {
  15718. name: "Normal",
  15719. height: math.unit(8, "feet"),
  15720. default: true
  15721. },
  15722. ]
  15723. )
  15724. };
  15725. characterMakers["Bianca"] = () => {
  15726. return makeCharacter(
  15727. "Bianca",
  15728. "Sdocat",
  15729. {
  15730. front: {
  15731. height: math.unit(8, "feet"),
  15732. weight: math.unit(350, "lb"),
  15733. name: "Front",
  15734. image: {
  15735. source: "./media/characters/bianca/front.svg",
  15736. extra: 234/225,
  15737. bottom: 0.03
  15738. }
  15739. },
  15740. },
  15741. [
  15742. {
  15743. name: "Normal",
  15744. height: math.unit(8, "feet"),
  15745. default: true
  15746. },
  15747. ]
  15748. )
  15749. };
  15750. characterMakers["Adinia"] = () => {
  15751. return makeCharacter(
  15752. "Adinia",
  15753. "Sdocat",
  15754. {
  15755. front: {
  15756. height: math.unit(6, "feet"),
  15757. weight: math.unit(150, "lb"),
  15758. name: "Front",
  15759. image: {
  15760. source: "./media/characters/adinia/front.svg",
  15761. extra: 1845/1672,
  15762. bottom: 0.02
  15763. }
  15764. },
  15765. back: {
  15766. height: math.unit(6, "feet"),
  15767. weight: math.unit(150, "lb"),
  15768. name: "Back",
  15769. image: {
  15770. source: "./media/characters/adinia/back.svg",
  15771. extra: 1845/1672,
  15772. bottom: 0.002
  15773. }
  15774. },
  15775. },
  15776. [
  15777. {
  15778. name: "Normal",
  15779. height: math.unit(11 + 5/12, "feet"),
  15780. default: true
  15781. },
  15782. ]
  15783. )
  15784. };
  15785. characterMakers["Lykasa"] = () => {
  15786. return makeCharacter(
  15787. "Lykasa",
  15788. "Roxas00137",
  15789. {
  15790. front: {
  15791. height: math.unit(3, "meters"),
  15792. weight: math.unit(200, "kg"),
  15793. name: "Front",
  15794. image: {
  15795. source: "./media/characters/lykasa/front.svg",
  15796. extra: 1076/976,
  15797. bottom: 0.06
  15798. }
  15799. },
  15800. },
  15801. [
  15802. {
  15803. name: "Normal",
  15804. height: math.unit(3, "meters")
  15805. },
  15806. {
  15807. name: "Kaiku",
  15808. height: math.unit(120, "meters"),
  15809. default: true
  15810. },
  15811. {
  15812. name: "Mega Kaiju",
  15813. height: math.unit(240, "km")
  15814. },
  15815. {
  15816. name: "Giga Kaiju",
  15817. height: math.unit(400, "megameters")
  15818. },
  15819. {
  15820. name: "Tera Kaiju",
  15821. height: math.unit(800, "gigameters")
  15822. },
  15823. {
  15824. name: "Kaiju Dragon Goddess",
  15825. height: math.unit(26, "zettaparsecs")
  15826. },
  15827. ]
  15828. )
  15829. };
  15830. characterMakers["Malfaren"] = () => {
  15831. return makeCharacter(
  15832. "Malfaren",
  15833. "Malfaren",
  15834. {
  15835. side: {
  15836. height: math.unit(283/124*6, "feet"),
  15837. weight: math.unit(35000, "lb"),
  15838. name: "Side",
  15839. image: {
  15840. source: "./media/characters/malfaren/side.svg",
  15841. extra: 2500/1010,
  15842. bottom: 0.01
  15843. }
  15844. },
  15845. front: {
  15846. height: math.unit(22.36, "feet"),
  15847. weight: math.unit(35000, "lb"),
  15848. name: "Front",
  15849. image: {
  15850. source: "./media/characters/malfaren/front.svg",
  15851. extra: 1631/1476,
  15852. bottom: 0.01
  15853. }
  15854. },
  15855. maw: {
  15856. height: math.unit(6.9, "feet"),
  15857. name: "Maw",
  15858. image: {
  15859. source: "./media/characters/malfaren/maw.svg"
  15860. }
  15861. },
  15862. },
  15863. [
  15864. {
  15865. name: "Big",
  15866. height: math.unit(283/162*6, "feet"),
  15867. },
  15868. {
  15869. name: "Bigger",
  15870. height: math.unit(283/124*6, "feet")
  15871. },
  15872. {
  15873. name: "Massive",
  15874. height: math.unit(283/92*6, "feet"),
  15875. default: true
  15876. },
  15877. {
  15878. name: "👀💦",
  15879. height: math.unit(283/73*6, "feet"),
  15880. },
  15881. ]
  15882. )
  15883. };
  15884. characterMakers["Kernel"] = () => {
  15885. return makeCharacter(
  15886. "Kernel",
  15887. "KernelDecoy",
  15888. {
  15889. front: {
  15890. height: math.unit(1.7, "m"),
  15891. weight: math.unit(70, "kg"),
  15892. name: "Front",
  15893. image: {
  15894. source: "./media/characters/kernel/front.svg",
  15895. extra: 222/210,
  15896. bottom: 0.007
  15897. }
  15898. },
  15899. },
  15900. [
  15901. {
  15902. name: "Nano",
  15903. height: math.unit(17, "micrometers")
  15904. },
  15905. {
  15906. name: "Micro",
  15907. height: math.unit(1.7, "mm")
  15908. },
  15909. {
  15910. name: "Small",
  15911. height: math.unit(1.7, "cm")
  15912. },
  15913. {
  15914. name: "Normal",
  15915. height: math.unit(1.7, "m"),
  15916. default: true
  15917. },
  15918. ]
  15919. )
  15920. };
  15921. characterMakers["Jayne Folest"] = () => {
  15922. return makeCharacter(
  15923. "Jayne Folest",
  15924. "JayneFolest",
  15925. {
  15926. front: {
  15927. height: math.unit(1.75, "meters"),
  15928. weight: math.unit(65, "kg"),
  15929. name: "Front",
  15930. image: {
  15931. source: "./media/characters/jayne-folest/front.svg",
  15932. extra: 2115/2007,
  15933. bottom: 0.02
  15934. }
  15935. },
  15936. back: {
  15937. height: math.unit(1.75, "meters"),
  15938. weight: math.unit(65, "kg"),
  15939. name: "Back",
  15940. image: {
  15941. source: "./media/characters/jayne-folest/back.svg",
  15942. extra: 2115/2007,
  15943. bottom: 0.005
  15944. }
  15945. },
  15946. frontClothed: {
  15947. height: math.unit(1.75, "meters"),
  15948. weight: math.unit(65, "kg"),
  15949. name: "Front (Clothed)",
  15950. image: {
  15951. source: "./media/characters/jayne-folest/front-clothed.svg",
  15952. extra: 2115/2007,
  15953. bottom: 0.035
  15954. }
  15955. },
  15956. hand: {
  15957. height: math.unit(1/1.260, "feet"),
  15958. name: "Hand",
  15959. image: {
  15960. source: "./media/characters/jayne-folest/hand.svg"
  15961. }
  15962. },
  15963. foot: {
  15964. height: math.unit(1/0.918, "feet"),
  15965. name: "Foot",
  15966. image: {
  15967. source: "./media/characters/jayne-folest/foot.svg"
  15968. }
  15969. },
  15970. },
  15971. [
  15972. {
  15973. name: "Micro",
  15974. height: math.unit(4, "cm")
  15975. },
  15976. {
  15977. name: "Normal",
  15978. height: math.unit(1.75, "meters")
  15979. },
  15980. {
  15981. name: "Macro",
  15982. height: math.unit(47.5, "meters"),
  15983. default: true
  15984. },
  15985. ]
  15986. )
  15987. };
  15988. characterMakers["Algier"] = () => {
  15989. return makeCharacter(
  15990. "Algier",
  15991. "Silas",
  15992. {
  15993. front: {
  15994. height: math.unit(180, "cm"),
  15995. weight: math.unit(70, "kg"),
  15996. name: "Front",
  15997. image: {
  15998. source: "./media/characters/algier/front.svg",
  15999. extra: 596/572,
  16000. bottom: 0.04
  16001. }
  16002. },
  16003. back: {
  16004. height: math.unit(180, "cm"),
  16005. weight: math.unit(70, "kg"),
  16006. name: "Back",
  16007. image: {
  16008. source: "./media/characters/algier/back.svg",
  16009. extra: 596/572,
  16010. bottom: 0.025
  16011. }
  16012. },
  16013. frontdressed: {
  16014. height: math.unit(180, "cm"),
  16015. weight: math.unit(150, "kg"),
  16016. name: "Front-dressed",
  16017. image: {
  16018. source: "./media/characters/algier/front-dressed.svg",
  16019. extra: 596/572,
  16020. bottom: 0.038
  16021. }
  16022. },
  16023. },
  16024. [
  16025. {
  16026. name: "Micro",
  16027. height: math.unit(5, "cm")
  16028. },
  16029. {
  16030. name: "Normal",
  16031. height: math.unit(180, "cm"),
  16032. default: true
  16033. },
  16034. {
  16035. name: "Macro",
  16036. height: math.unit(64, "m")
  16037. },
  16038. ]
  16039. )
  16040. };
  16041. characterMakers["Pretzel"] = () => {
  16042. return makeCharacter(
  16043. "Pretzel",
  16044. "Serpentus",
  16045. {
  16046. upright: {
  16047. height: math.unit(7, "feet"),
  16048. weight: math.unit(300, "lb"),
  16049. name: "Upright",
  16050. image: {
  16051. source: "./media/characters/pretzel/upright.svg",
  16052. extra: 534/522,
  16053. bottom: 0.065
  16054. }
  16055. },
  16056. sprawling: {
  16057. height: math.unit(3.75, "feet"),
  16058. weight: math.unit(300, "lb"),
  16059. name: "Sprawling",
  16060. image: {
  16061. source: "./media/characters/pretzel/sprawling.svg",
  16062. extra: 314/281,
  16063. bottom: 0.1
  16064. }
  16065. },
  16066. tongue: {
  16067. height: math.unit(2, "feet"),
  16068. name: "Tongue",
  16069. image: {
  16070. source: "./media/characters/pretzel/tongue.svg"
  16071. }
  16072. },
  16073. },
  16074. [
  16075. {
  16076. name: "Normal",
  16077. height: math.unit(7, "feet"),
  16078. default: true
  16079. },
  16080. {
  16081. name: "Oversized",
  16082. height: math.unit(15, "feet")
  16083. },
  16084. {
  16085. name: "Huge",
  16086. height: math.unit(30, "feet")
  16087. },
  16088. {
  16089. name: "Macro",
  16090. height: math.unit(250, "feet")
  16091. },
  16092. ]
  16093. )
  16094. };
  16095. characterMakers["Roxi"] = () => {
  16096. return makeCharacter(
  16097. "Roxi",
  16098. "carthusflame",
  16099. {
  16100. sideFront: {
  16101. height: math.unit(5 + 2/12, "feet"),
  16102. weight: math.unit(120, "lb"),
  16103. name: "Front Side",
  16104. image: {
  16105. source: "./media/characters/roxi/side-front.svg",
  16106. extra: 2924/2717,
  16107. bottom: 0.08
  16108. }
  16109. },
  16110. sideBack: {
  16111. height: math.unit(5 + 2/12, "feet"),
  16112. weight: math.unit(120, "lb"),
  16113. name: "Back Side",
  16114. image: {
  16115. source: "./media/characters/roxi/side-back.svg",
  16116. extra: 2904/2693,
  16117. bottom: 0.06
  16118. }
  16119. },
  16120. front: {
  16121. height: math.unit(5 + 2/12, "feet"),
  16122. weight: math.unit(120, "lb"),
  16123. name: "Front",
  16124. image: {
  16125. source: "./media/characters/roxi/front.svg",
  16126. extra: 2028/1907,
  16127. bottom: 0.01
  16128. }
  16129. },
  16130. frontAlt: {
  16131. height: math.unit(5 + 2/12, "feet"),
  16132. weight: math.unit(120, "lb"),
  16133. name: "Front (Alt)",
  16134. image: {
  16135. source: "./media/characters/roxi/front-alt.svg",
  16136. extra: 1828/1798,
  16137. bottom: 0.01
  16138. }
  16139. },
  16140. sitting: {
  16141. height: math.unit(2.8, "feet"),
  16142. weight: math.unit(120, "lb"),
  16143. name: "Sitting",
  16144. image: {
  16145. source: "./media/characters/roxi/sitting.svg",
  16146. extra: 2660/2462,
  16147. bottom: 0.1
  16148. }
  16149. },
  16150. },
  16151. [
  16152. {
  16153. name: "Normal",
  16154. height: math.unit(5 + 2/12, "feet"),
  16155. default: true
  16156. },
  16157. ]
  16158. )
  16159. };
  16160. characterMakers["Shadow"] = () => {
  16161. return makeCharacter(
  16162. "Shadow",
  16163. "MKShadowdrake",
  16164. {
  16165. side: {
  16166. height: math.unit(55, "feet"),
  16167. weight: math.unit(153, "tons"),
  16168. name: "Side",
  16169. image: {
  16170. source: "./media/characters/shadow/side.svg",
  16171. extra: 701/628,
  16172. bottom: 0.02
  16173. }
  16174. },
  16175. flying: {
  16176. height: math.unit(145, "feet"),
  16177. weight: math.unit(153, "tons"),
  16178. name: "Flying",
  16179. image: {
  16180. source: "./media/characters/shadow/flying.svg"
  16181. }
  16182. },
  16183. },
  16184. [
  16185. {
  16186. name: "Normal",
  16187. height: math.unit(55, "feet"),
  16188. default: true
  16189. },
  16190. ]
  16191. )
  16192. };
  16193. characterMakers["Marcie"] = () => {
  16194. return makeCharacter(
  16195. "Marcie",
  16196. "Macroceli",
  16197. {
  16198. front: {
  16199. height: math.unit(6, "feet"),
  16200. weight: math.unit(200, "lb"),
  16201. name: "Front",
  16202. image: {
  16203. source: "./media/characters/marcie/front.svg",
  16204. extra: 960/876,
  16205. bottom: 58/1017.87
  16206. }
  16207. },
  16208. },
  16209. [
  16210. {
  16211. name: "Macro",
  16212. height: math.unit(1, "mile"),
  16213. default: true
  16214. },
  16215. ]
  16216. )
  16217. };
  16218. characterMakers["Kachina"] = () => {
  16219. return makeCharacter(
  16220. "Kachina",
  16221. "Trisha",
  16222. {
  16223. front: {
  16224. height: math.unit(7, "feet"),
  16225. weight: math.unit(200, "lb"),
  16226. name: "Front",
  16227. image: {
  16228. source: "./media/characters/kachina/front.svg",
  16229. extra: 1290.68/1119,
  16230. bottom: 36.5/1327.18
  16231. }
  16232. },
  16233. },
  16234. [
  16235. {
  16236. name: "Normal",
  16237. height: math.unit(7, "feet"),
  16238. default: true
  16239. },
  16240. ]
  16241. )
  16242. };
  16243. characterMakers["Kash"] = () => {
  16244. return makeCharacter(
  16245. "Kash",
  16246. "4wrz",
  16247. {
  16248. looking: {
  16249. height: math.unit(2, "meters"),
  16250. weight: math.unit(300, "kg"),
  16251. name: "Looking",
  16252. image: {
  16253. source: "./media/characters/kash/looking.svg",
  16254. extra: 474/344,
  16255. bottom: 0.03
  16256. }
  16257. },
  16258. side: {
  16259. height: math.unit(2, "meters"),
  16260. weight: math.unit(300, "kg"),
  16261. name: "Side",
  16262. image: {
  16263. source: "./media/characters/kash/side.svg",
  16264. extra: 302/251,
  16265. bottom: 0.03
  16266. }
  16267. },
  16268. front: {
  16269. height: math.unit(2, "meters"),
  16270. weight: math.unit(300, "kg"),
  16271. name: "Front",
  16272. image: {
  16273. source: "./media/characters/kash/front.svg",
  16274. extra: 495/360,
  16275. bottom: 0.015
  16276. }
  16277. },
  16278. },
  16279. [
  16280. {
  16281. name: "Normal",
  16282. height: math.unit(2, "meters"),
  16283. default: true
  16284. },
  16285. {
  16286. name: "Big",
  16287. height: math.unit(3, "meters")
  16288. },
  16289. {
  16290. name: "Large",
  16291. height: math.unit(5, "meters")
  16292. },
  16293. ]
  16294. )
  16295. };
  16296. characterMakers["Lalim"] = () => {
  16297. return makeCharacter(
  16298. "Lalim",
  16299. "Bruyaglovae",
  16300. {
  16301. feeding: {
  16302. height: math.unit(6.7, "feet"),
  16303. weight: math.unit(350, "lb"),
  16304. name: "Feeding",
  16305. image: {
  16306. source: "./media/characters/lalim/feeding.svg",
  16307. }
  16308. },
  16309. },
  16310. [
  16311. {
  16312. name: "Normal",
  16313. height: math.unit(6.7, "feet"),
  16314. default: true
  16315. },
  16316. ]
  16317. )
  16318. };
  16319. characterMakers["De'Vout"] = () => {
  16320. return makeCharacter(
  16321. "De'Vout",
  16322. "Bruyaglovae",
  16323. {
  16324. front: {
  16325. height: math.unit(9.5, "feet"),
  16326. weight: math.unit(600, "lb"),
  16327. name: "Front",
  16328. image: {
  16329. source: "./media/characters/de'vout/front.svg",
  16330. extra: 1443/1328,
  16331. bottom: 0.025
  16332. }
  16333. },
  16334. back: {
  16335. height: math.unit(9.5, "feet"),
  16336. weight: math.unit(600, "lb"),
  16337. name: "Back",
  16338. image: {
  16339. source: "./media/characters/de'vout/back.svg",
  16340. extra: 1443/1328
  16341. }
  16342. },
  16343. frontDressed: {
  16344. height: math.unit(9.5, "feet"),
  16345. weight: math.unit(600, "lb"),
  16346. name: "Front (Dressed",
  16347. image: {
  16348. source: "./media/characters/de'vout/front-dressed.svg",
  16349. extra: 1443/1328,
  16350. bottom: 0.025
  16351. }
  16352. },
  16353. backDressed: {
  16354. height: math.unit(9.5, "feet"),
  16355. weight: math.unit(600, "lb"),
  16356. name: "Back (Dressed",
  16357. image: {
  16358. source: "./media/characters/de'vout/back-dressed.svg",
  16359. extra: 1443/1328
  16360. }
  16361. },
  16362. },
  16363. [
  16364. {
  16365. name: "Normal",
  16366. height: math.unit(9.5, "feet"),
  16367. default: true
  16368. },
  16369. ]
  16370. )
  16371. };
  16372. characterMakers["Talana"] = () => {
  16373. return makeCharacter(
  16374. "Talana",
  16375. "Bruyaglovae",
  16376. {
  16377. front: {
  16378. height: math.unit(8, "feet"),
  16379. weight: math.unit(225, "lb"),
  16380. name: "Front",
  16381. image: {
  16382. source: "./media/characters/talana/front.svg",
  16383. extra: 1410/1300,
  16384. bottom: 0.015
  16385. }
  16386. },
  16387. frontDressed: {
  16388. height: math.unit(8, "feet"),
  16389. weight: math.unit(225, "lb"),
  16390. name: "Front (Dressed",
  16391. image: {
  16392. source: "./media/characters/talana/front-dressed.svg",
  16393. extra: 1410/1300,
  16394. bottom: 0.015
  16395. }
  16396. },
  16397. },
  16398. [
  16399. {
  16400. name: "Normal",
  16401. height: math.unit(8, "feet"),
  16402. default: true
  16403. },
  16404. ]
  16405. )
  16406. };
  16407. characterMakers["Xeauvok"] = () => {
  16408. return makeCharacter(
  16409. "Xeauvok",
  16410. "Bruyaglovae",
  16411. {
  16412. side: {
  16413. height: math.unit(7.2, "feet"),
  16414. weight: math.unit(150, "lb"),
  16415. name: "Side",
  16416. image: {
  16417. source: "./media/characters/xeauvok/side.svg",
  16418. extra: 1975/1523,
  16419. bottom: 0.07
  16420. }
  16421. },
  16422. },
  16423. [
  16424. {
  16425. name: "Normal",
  16426. height: math.unit(7.2, "feet"),
  16427. default: true
  16428. },
  16429. ]
  16430. )
  16431. };
  16432. characterMakers["Zara"] = () => {
  16433. return makeCharacter(
  16434. "Zara",
  16435. "Dalken",
  16436. {
  16437. side: {
  16438. height: math.unit(10, "feet"),
  16439. weight: math.unit(900, "kg"),
  16440. name: "Side",
  16441. image: {
  16442. source: "./media/characters/zara/side.svg",
  16443. extra: 504/498
  16444. }
  16445. },
  16446. },
  16447. [
  16448. {
  16449. name: "Normal",
  16450. height: math.unit(10, "feet"),
  16451. default: true
  16452. },
  16453. ]
  16454. )
  16455. };
  16456. characterMakers["Richard (Dragon)"] = () => {
  16457. return makeCharacter(
  16458. "Richard (Dragon)",
  16459. "Xanaomin",
  16460. {
  16461. side: {
  16462. height: math.unit(6, "feet"),
  16463. weight: math.unit(150, "lb"),
  16464. name: "Side",
  16465. image: {
  16466. source: "./media/characters/richard-dragon/side.svg",
  16467. extra: 845/340,
  16468. bottom: 0.017
  16469. }
  16470. },
  16471. maw: {
  16472. height: math.unit(2.97, "feet"),
  16473. name: "Maw",
  16474. image: {
  16475. source: "./media/characters/richard-dragon/maw.svg"
  16476. }
  16477. },
  16478. },
  16479. [
  16480. ]
  16481. )
  16482. };
  16483. characterMakers["Richard (Smeargle)"] = () => {
  16484. return makeCharacter(
  16485. "Richard (Smeargle)",
  16486. "Xanaomin",
  16487. {
  16488. front: {
  16489. height: math.unit(4, "feet"),
  16490. weight: math.unit(100, "lb"),
  16491. name: "Front",
  16492. image: {
  16493. source: "./media/characters/richard-smeargle/front.svg",
  16494. extra: 2952/2820,
  16495. bottom: 0.028
  16496. }
  16497. },
  16498. },
  16499. [
  16500. {
  16501. name: "Normal",
  16502. height: math.unit(4, "feet"),
  16503. default: true
  16504. },
  16505. {
  16506. name: "Dynamax",
  16507. height: math.unit(20, "meters")
  16508. },
  16509. ]
  16510. )
  16511. };
  16512. characterMakers["Klay"] = () => {
  16513. return makeCharacter(
  16514. "Klay",
  16515. "klaythebat",
  16516. {
  16517. front: {
  16518. height: math.unit(6, "feet"),
  16519. weight: math.unit(110, "lb"),
  16520. name: "Front",
  16521. image: {
  16522. source: "./media/characters/klay/front.svg",
  16523. extra: 962/883,
  16524. bottom: 0.04
  16525. }
  16526. },
  16527. back: {
  16528. height: math.unit(6, "feet"),
  16529. weight: math.unit(110, "lb"),
  16530. name: "Back",
  16531. image: {
  16532. source: "./media/characters/klay/back.svg",
  16533. extra: 962/883
  16534. }
  16535. },
  16536. beans: {
  16537. height: math.unit(1.15, "feet"),
  16538. name: "Beans",
  16539. image: {
  16540. source: "./media/characters/klay/beans.svg"
  16541. }
  16542. },
  16543. },
  16544. [
  16545. {
  16546. name: "Micro",
  16547. height: math.unit(6, "inches")
  16548. },
  16549. {
  16550. name: "Mini",
  16551. height: math.unit(3, "feet")
  16552. },
  16553. {
  16554. name: "Normal",
  16555. height: math.unit(6, "feet"),
  16556. default: true
  16557. },
  16558. {
  16559. name: "Big",
  16560. height: math.unit(25, "feet")
  16561. },
  16562. {
  16563. name: "Macro",
  16564. height: math.unit(100, "feet")
  16565. },
  16566. {
  16567. name: "Megamacro",
  16568. height: math.unit(400, "feet")
  16569. },
  16570. ]
  16571. )
  16572. };
  16573. characterMakers["Marcus"] = () => {
  16574. return makeCharacter(
  16575. "Marcus",
  16576. "klaythebat",
  16577. {
  16578. front: {
  16579. height: math.unit(6, "feet"),
  16580. weight: math.unit(160, "lb"),
  16581. name: "Front",
  16582. image: {
  16583. source: "./media/characters/marcus/front.svg",
  16584. extra: 734/676,
  16585. bottom: 0.03
  16586. }
  16587. },
  16588. },
  16589. [
  16590. {
  16591. name: "Little",
  16592. height: math.unit(6, "feet")
  16593. },
  16594. {
  16595. name: "Normal",
  16596. height: math.unit(110, "feet"),
  16597. default: true
  16598. },
  16599. {
  16600. name: "Macro",
  16601. height: math.unit(250, "feet")
  16602. },
  16603. {
  16604. name: "Megamacro",
  16605. height: math.unit(1000, "feet")
  16606. },
  16607. ]
  16608. )
  16609. };
  16610. characterMakers["Claude DelRoute"] = () => {
  16611. return makeCharacter(
  16612. "Claude DelRoute",
  16613. "Claude",
  16614. {
  16615. front: {
  16616. height: math.unit(7, "feet"),
  16617. weight: math.unit(275, "lb"),
  16618. name: "Front",
  16619. image: {
  16620. source: "./media/characters/claude-delroute/front.svg",
  16621. extra: 230/214,
  16622. bottom: 0.007
  16623. }
  16624. },
  16625. side: {
  16626. height: math.unit(7, "feet"),
  16627. weight: math.unit(275, "lb"),
  16628. name: "Side",
  16629. image: {
  16630. source: "./media/characters/claude-delroute/side.svg",
  16631. extra: 222/214,
  16632. bottom: 0.01
  16633. }
  16634. },
  16635. back: {
  16636. height: math.unit(7, "feet"),
  16637. weight: math.unit(275, "lb"),
  16638. name: "Back",
  16639. image: {
  16640. source: "./media/characters/claude-delroute/back.svg",
  16641. extra: 230/214,
  16642. bottom: 0.015
  16643. }
  16644. },
  16645. maw: {
  16646. height: math.unit(0.6407, "meters"),
  16647. name: "Maw",
  16648. image: {
  16649. source: "./media/characters/claude-delroute/maw.svg"
  16650. }
  16651. },
  16652. },
  16653. [
  16654. {
  16655. name: "Normal",
  16656. height: math.unit(7, "feet"),
  16657. default: true
  16658. },
  16659. {
  16660. name: "Lorge",
  16661. height: math.unit(20, "feet")
  16662. },
  16663. ]
  16664. )
  16665. };
  16666. characterMakers["Dragonien"] = () => {
  16667. return makeCharacter(
  16668. "Dragonien",
  16669. "Dragonien",
  16670. {
  16671. front: {
  16672. height: math.unit(8 + 4/12, "feet"),
  16673. weight: math.unit(600, "lb"),
  16674. name: "Front",
  16675. image: {
  16676. source: "./media/characters/dragonien/front.svg",
  16677. extra: 100/94,
  16678. bottom: 3.3/103.3445
  16679. }
  16680. },
  16681. back: {
  16682. height: math.unit(8 + 4/12, "feet"),
  16683. weight: math.unit(600, "lb"),
  16684. name: "Back",
  16685. image: {
  16686. source: "./media/characters/dragonien/back.svg",
  16687. extra: 776/746,
  16688. bottom: 6.4/782.0616
  16689. }
  16690. },
  16691. foot: {
  16692. height: math.unit(1.54, "feet"),
  16693. name: "Foot",
  16694. image: {
  16695. source: "./media/characters/dragonien/foot.svg",
  16696. }
  16697. },
  16698. },
  16699. [
  16700. {
  16701. name: "Normal",
  16702. height: math.unit(8 + 4/12, "feet"),
  16703. default: true
  16704. },
  16705. {
  16706. name: "Macro",
  16707. height: math.unit(200, "feet")
  16708. },
  16709. {
  16710. name: "Megamacro",
  16711. height: math.unit(1, "mile")
  16712. },
  16713. {
  16714. name: "Gigamacro",
  16715. height: math.unit(1000, "miles")
  16716. },
  16717. ]
  16718. )
  16719. };
  16720. characterMakers["Desta"] = () => {
  16721. return makeCharacter(
  16722. "Desta",
  16723. "Desta",
  16724. {
  16725. front: {
  16726. height: math.unit(5 + 2/12, "feet"),
  16727. weight: math.unit(110, "lb"),
  16728. name: "Front",
  16729. image: {
  16730. source: "./media/characters/desta/front.svg",
  16731. extra: 1482/1417
  16732. }
  16733. },
  16734. side: {
  16735. height: math.unit(5 + 2/12, "feet"),
  16736. weight: math.unit(110, "lb"),
  16737. name: "Side",
  16738. image: {
  16739. source: "./media/characters/desta/side.svg",
  16740. extra: 2579/2491,
  16741. bottom: 0.053
  16742. }
  16743. },
  16744. },
  16745. [
  16746. {
  16747. name: "Micro",
  16748. height: math.unit(6, "inches")
  16749. },
  16750. {
  16751. name: "Normal",
  16752. height: math.unit(5 + 2/12, "feet"),
  16753. default: true
  16754. },
  16755. {
  16756. name: "Macro",
  16757. height: math.unit(62, "feet")
  16758. },
  16759. {
  16760. name: "Megamacro",
  16761. height: math.unit(1800, "feet")
  16762. },
  16763. ]
  16764. )
  16765. };
  16766. characterMakers["Storm Alystar"] = () => {
  16767. return makeCharacter(
  16768. "Storm Alystar",
  16769. "Thunderbum",
  16770. {
  16771. front: {
  16772. height: math.unit(10, "feet"),
  16773. weight: math.unit(700, "lb"),
  16774. name: "Front",
  16775. image: {
  16776. source: "./media/characters/storm-alystar/front.svg",
  16777. extra: 2112/1898,
  16778. bottom: 0.034
  16779. }
  16780. },
  16781. },
  16782. [
  16783. {
  16784. name: "Micro",
  16785. height: math.unit(3.5, "inches")
  16786. },
  16787. {
  16788. name: "Normal",
  16789. height: math.unit(10, "feet"),
  16790. default: true
  16791. },
  16792. {
  16793. name: "Macro",
  16794. height: math.unit(400, "feet")
  16795. },
  16796. {
  16797. name: "Deific",
  16798. height: math.unit(60, "miles")
  16799. },
  16800. ]
  16801. )
  16802. };
  16803. characterMakers["Ilia"] = () => {
  16804. return makeCharacter(
  16805. "Ilia",
  16806. "IliaVulpine",
  16807. {
  16808. front: {
  16809. height: math.unit(2.35, "meters"),
  16810. weight: math.unit(119, "kg"),
  16811. name: "Front",
  16812. image: {
  16813. source: "./media/characters/ilia/front.svg",
  16814. extra: 1285/1255,
  16815. bottom: 0.06
  16816. }
  16817. },
  16818. },
  16819. [
  16820. {
  16821. name: "Normal",
  16822. height: math.unit(2.35, "meters")
  16823. },
  16824. {
  16825. name: "Macro",
  16826. height: math.unit(140, "meters"),
  16827. default: true
  16828. },
  16829. {
  16830. name: "Megamacro",
  16831. height: math.unit(100, "miles")
  16832. },
  16833. ]
  16834. )
  16835. };
  16836. characterMakers["KingDead"] = () => {
  16837. return makeCharacter(
  16838. "KingDead",
  16839. "KingDead",
  16840. {
  16841. front: {
  16842. height: math.unit(6 + 5/12, "feet"),
  16843. weight: math.unit(190, "lb"),
  16844. name: "Front",
  16845. image: {
  16846. source: "./media/characters/kingdead/front.svg",
  16847. extra: 1228/1177
  16848. }
  16849. },
  16850. },
  16851. [
  16852. {
  16853. name: "Micro",
  16854. height: math.unit(7, "inches")
  16855. },
  16856. {
  16857. name: "Normal",
  16858. height: math.unit(6 + 5/12, "feet")
  16859. },
  16860. {
  16861. name: "Macro",
  16862. height: math.unit(150, "feet"),
  16863. default: true
  16864. },
  16865. {
  16866. name: "Megamacro",
  16867. height: math.unit(200, "miles")
  16868. },
  16869. ]
  16870. )
  16871. };
  16872. characterMakers["Kyrehx"] = () => {
  16873. return makeCharacter(
  16874. "Kyrehx",
  16875. "Kyrehx",
  16876. {
  16877. front: {
  16878. height: math.unit(8, "feet"),
  16879. weight: math.unit(600, "lb"),
  16880. name: "Front",
  16881. image: {
  16882. source: "./media/characters/kyrehx/front.svg",
  16883. extra: 1195/1095,
  16884. bottom: 0.034
  16885. }
  16886. },
  16887. },
  16888. [
  16889. {
  16890. name: "Micro",
  16891. height: math.unit(2, "inches")
  16892. },
  16893. {
  16894. name: "Normal",
  16895. height: math.unit(8, "feet"),
  16896. default: true
  16897. },
  16898. {
  16899. name: "Macro",
  16900. height: math.unit(255, "feet")
  16901. },
  16902. ]
  16903. )
  16904. };
  16905. characterMakers["Xang"] = () => {
  16906. return makeCharacter(
  16907. "Xang",
  16908. "Xangoose",
  16909. {
  16910. front: {
  16911. height: math.unit(0.935 * (6 + 8/12), "feet"),
  16912. weight: math.unit(184, "lb"),
  16913. name: "Front",
  16914. image: {
  16915. source: "./media/characters/xang/front.svg",
  16916. extra: 845/755
  16917. }
  16918. },
  16919. },
  16920. [
  16921. {
  16922. name: "Normal",
  16923. height: math.unit(0.935 * (6 + 8/12), "feet"),
  16924. default: true
  16925. },
  16926. {
  16927. name: "Macro",
  16928. height: math.unit(0.935 * 146, "feet")
  16929. },
  16930. {
  16931. name: "Megamacro",
  16932. height: math.unit(0.935 * 3, "miles")
  16933. },
  16934. ]
  16935. )
  16936. };
  16937. characterMakers["Doc Weardno"] = () => {
  16938. return makeCharacter(
  16939. "Doc Weardno",
  16940. "DrWeardno",
  16941. {
  16942. frontDressed: {
  16943. height: math.unit(5 + 7/12, "feet"),
  16944. weight: math.unit(140, "lb"),
  16945. name: "Front (Dressed)",
  16946. image: {
  16947. source: "./media/characters/doc-weardno/front-dressed.svg",
  16948. extra: 263/234
  16949. }
  16950. },
  16951. backDressed: {
  16952. height: math.unit(5 + 7/12, "feet"),
  16953. weight: math.unit(140, "lb"),
  16954. name: "Back (Dressed)",
  16955. image: {
  16956. source: "./media/characters/doc-weardno/back-dressed.svg",
  16957. extra: 266/238
  16958. }
  16959. },
  16960. front: {
  16961. height: math.unit(5 + 7/12, "feet"),
  16962. weight: math.unit(140, "lb"),
  16963. name: "Front",
  16964. image: {
  16965. source: "./media/characters/doc-weardno/front.svg",
  16966. extra: 254/233
  16967. }
  16968. },
  16969. },
  16970. [
  16971. {
  16972. name: "Micro",
  16973. height: math.unit(3, "inches")
  16974. },
  16975. {
  16976. name: "Normal",
  16977. height: math.unit(5 + 7/12, "feet"),
  16978. default: true
  16979. },
  16980. {
  16981. name: "Macro",
  16982. height: math.unit(25, "feet")
  16983. },
  16984. {
  16985. name: "Megamacro",
  16986. height: math.unit(2, "miles")
  16987. },
  16988. ]
  16989. )
  16990. };
  16991. characterMakers["Seth Whilst"] = () => {
  16992. return makeCharacter(
  16993. "Seth Whilst",
  16994. "SethWhilst",
  16995. {
  16996. front: {
  16997. height: math.unit(6 + 2/12, "feet"),
  16998. weight: math.unit(153, "lb"),
  16999. name: "Front",
  17000. image: {
  17001. source: "./media/characters/seth-whilst/front.svg",
  17002. bottom: 0.07
  17003. }
  17004. },
  17005. },
  17006. [
  17007. {
  17008. name: "Micro",
  17009. height: math.unit(5, "inches")
  17010. },
  17011. {
  17012. name: "Normal",
  17013. height: math.unit(6 + 2/12, "feet"),
  17014. default: true
  17015. },
  17016. ]
  17017. )
  17018. };
  17019. characterMakers["Pocket Jabari"] = () => {
  17020. return makeCharacter(
  17021. "Pocket Jabari",
  17022. "PocketJabari",
  17023. {
  17024. front: {
  17025. height: math.unit(3, "inches"),
  17026. weight: math.unit(8, "grams"),
  17027. name: "Front",
  17028. image: {
  17029. source: "./media/characters/pocket-jabari/front.svg",
  17030. extra: 1024/974,
  17031. bottom: 0.039
  17032. }
  17033. },
  17034. },
  17035. [
  17036. {
  17037. name: "Minimicro",
  17038. height: math.unit(8, "mm")
  17039. },
  17040. {
  17041. name: "Micro",
  17042. height: math.unit(3, "inches"),
  17043. default: true
  17044. },
  17045. {
  17046. name: "Normal",
  17047. height: math.unit(3, "feet")
  17048. },
  17049. ]
  17050. )
  17051. };
  17052. characterMakers["Sapphy"] = () => {
  17053. return makeCharacter(
  17054. "Sapphy",
  17055. "Sapphy",
  17056. {
  17057. front: {
  17058. height: math.unit(15, "feet"),
  17059. weight: math.unit(3280, "lb"),
  17060. name: "Front",
  17061. image: {
  17062. source: "./media/characters/sapphy/front.svg",
  17063. extra: 671/577,
  17064. bottom: 0.085
  17065. }
  17066. },
  17067. back: {
  17068. height: math.unit(15, "feet"),
  17069. weight: math.unit(3280, "lb"),
  17070. name: "Back",
  17071. image: {
  17072. source: "./media/characters/sapphy/back.svg",
  17073. extra: 631/607,
  17074. bottom: 0.045
  17075. }
  17076. },
  17077. },
  17078. [
  17079. {
  17080. name: "Normal",
  17081. height: math.unit(15, "feet")
  17082. },
  17083. {
  17084. name: "Casual Macro",
  17085. height: math.unit(120, "feet")
  17086. },
  17087. {
  17088. name: "Macro",
  17089. height: math.unit(2150, "feet"),
  17090. default: true
  17091. },
  17092. {
  17093. name: "Megamacro",
  17094. height: math.unit(8, "miles")
  17095. },
  17096. {
  17097. name: "Galaxy Mom",
  17098. height: math.unit(6, "megalightyears")
  17099. },
  17100. ]
  17101. )
  17102. };
  17103. characterMakers["Kiro"] = () => {
  17104. return makeCharacter(
  17105. "Kiro",
  17106. "Keeya",
  17107. {
  17108. front: {
  17109. height: math.unit(6, "feet"),
  17110. weight: math.unit(170, "lb"),
  17111. name: "Front",
  17112. image: {
  17113. source: "./media/characters/kiro/front.svg",
  17114. extra: 1064/1012,
  17115. bottom: 0.052
  17116. }
  17117. },
  17118. },
  17119. [
  17120. {
  17121. name: "Micro",
  17122. height: math.unit(6, "inches")
  17123. },
  17124. {
  17125. name: "Normal",
  17126. height: math.unit(6, "feet"),
  17127. default: true
  17128. },
  17129. {
  17130. name: "Macro",
  17131. height: math.unit(72, "feet")
  17132. },
  17133. ]
  17134. )
  17135. };
  17136. characterMakers["Irishfox"] = () => {
  17137. return makeCharacter(
  17138. "Irishfox",
  17139. "IrishFox",
  17140. {
  17141. front: {
  17142. height: math.unit(5 + 9/12, "feet"),
  17143. weight: math.unit(175, "lb"),
  17144. name: "Front",
  17145. image: {
  17146. source: "./media/characters/irishfox/front.svg",
  17147. extra: 1912/1680,
  17148. bottom: 0.02
  17149. }
  17150. },
  17151. },
  17152. [
  17153. {
  17154. name: "Nano",
  17155. height: math.unit(1, "mm")
  17156. },
  17157. {
  17158. name: "Micro",
  17159. height: math.unit(2, "inches")
  17160. },
  17161. {
  17162. name: "Normal",
  17163. height: math.unit(5 + 9/12, "feet"),
  17164. default: true
  17165. },
  17166. {
  17167. name: "Macro",
  17168. height: math.unit(45, "feet")
  17169. },
  17170. ]
  17171. )
  17172. };
  17173. characterMakers["Aronai Sieyes"] = () => {
  17174. return makeCharacter(
  17175. "Aronai Sieyes",
  17176. "Aronai",
  17177. {
  17178. front: {
  17179. height: math.unit(6 + 1/12, "feet"),
  17180. weight: math.unit(150, "lb"),
  17181. name: "Front",
  17182. image: {
  17183. source: "./media/characters/aronai-sieyes/front.svg",
  17184. extra: 1556/1480,
  17185. bottom: 0.015
  17186. }
  17187. },
  17188. side: {
  17189. height: math.unit(6 + 1/12, "feet"),
  17190. weight: math.unit(150, "lb"),
  17191. name: "Side",
  17192. image: {
  17193. source: "./media/characters/aronai-sieyes/side.svg",
  17194. extra: 1433/1390,
  17195. bottom: 0.0393
  17196. }
  17197. },
  17198. back: {
  17199. height: math.unit(6 + 1/12, "feet"),
  17200. weight: math.unit(150, "lb"),
  17201. name: "Back",
  17202. image: {
  17203. source: "./media/characters/aronai-sieyes/back.svg",
  17204. extra: 1544/1494,
  17205. bottom: 0.02
  17206. }
  17207. },
  17208. frontClothed: {
  17209. height: math.unit(6 + 1/12, "feet"),
  17210. weight: math.unit(150, "lb"),
  17211. name: "Front (Clothed)",
  17212. image: {
  17213. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  17214. extra: 1582/1527
  17215. }
  17216. },
  17217. feral: {
  17218. height: math.unit(18, "feet"),
  17219. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  17220. name: "Feral",
  17221. image: {
  17222. source: "./media/characters/aronai-sieyes/feral.svg",
  17223. extra: 1530/1240,
  17224. bottom: 0.035
  17225. }
  17226. },
  17227. },
  17228. [
  17229. {
  17230. name: "Micro",
  17231. height: math.unit(2, "inches")
  17232. },
  17233. {
  17234. name: "Normal",
  17235. height: math.unit(6 + 1/12, "feet"),
  17236. default: true
  17237. }
  17238. ]
  17239. )
  17240. };
  17241. characterMakers["Xuna"] = () => {
  17242. return makeCharacter(
  17243. "Xuna",
  17244. "Xuna",
  17245. {
  17246. front: {
  17247. height: math.unit(12, "feet"),
  17248. weight: math.unit(410, "kg"),
  17249. name: "Front",
  17250. image: {
  17251. source: "./media/characters/xuna/front.svg",
  17252. extra: 2184/1980
  17253. }
  17254. },
  17255. side: {
  17256. height: math.unit(12, "feet"),
  17257. weight: math.unit(410, "kg"),
  17258. name: "Side",
  17259. image: {
  17260. source: "./media/characters/xuna/side.svg",
  17261. extra: 2184/1980
  17262. }
  17263. },
  17264. back: {
  17265. height: math.unit(12, "feet"),
  17266. weight: math.unit(410, "kg"),
  17267. name: "Back",
  17268. image: {
  17269. source: "./media/characters/xuna/back.svg",
  17270. extra: 2184/1980
  17271. }
  17272. },
  17273. },
  17274. [
  17275. {
  17276. name: "Nano glow",
  17277. height: math.unit(10, "nm")
  17278. },
  17279. {
  17280. name: "Micro floof",
  17281. height: math.unit(0.3, "m")
  17282. },
  17283. {
  17284. name: "Huggable softy boi",
  17285. height: math.unit(3.6576, "m"),
  17286. default: true
  17287. },
  17288. {
  17289. name: "Admirable floof",
  17290. height: math.unit(80, "meters")
  17291. },
  17292. {
  17293. name: "Gentle macro",
  17294. height: math.unit(300, "meters")
  17295. },
  17296. {
  17297. name: "Very careful floof",
  17298. height: math.unit(3200, "meters")
  17299. },
  17300. {
  17301. name: "The mega floof",
  17302. height: math.unit(36000, "meters")
  17303. },
  17304. {
  17305. name: "Giga-fur-Wicker",
  17306. height: math.unit(4800000, "meters")
  17307. },
  17308. {
  17309. name: "Licky world",
  17310. height: math.unit(20000000, "meters")
  17311. },
  17312. {
  17313. name: "Floofy cyan sun",
  17314. height: math.unit(1500000000, "meters")
  17315. },
  17316. {
  17317. name: "Milky Wicker",
  17318. height: math.unit(1000000000000000000000, "meters")
  17319. },
  17320. {
  17321. name: "The observing Wicker",
  17322. height: math.unit(999999999999999999999999999, "meters")
  17323. },
  17324. ]
  17325. )
  17326. };
  17327. characterMakers["Arokha Sieyes"] = () => {
  17328. return makeCharacter(
  17329. "Arokha Sieyes",
  17330. "Aronai",
  17331. {
  17332. front: {
  17333. height: math.unit(5 + 9/12, "feet"),
  17334. weight: math.unit(150, "lb"),
  17335. name: "Front",
  17336. image: {
  17337. source: "./media/characters/arokha-sieyes/front.svg",
  17338. extra: 1425/1284,
  17339. bottom: 0.05
  17340. }
  17341. },
  17342. },
  17343. [
  17344. {
  17345. name: "Normal",
  17346. height: math.unit(5 + 9/12, "feet")
  17347. },
  17348. {
  17349. name: "Macro",
  17350. height: math.unit(30, "meters"),
  17351. default: true
  17352. },
  17353. ]
  17354. )
  17355. };
  17356. characterMakers["Arokh Sieyes"] = () => {
  17357. return makeCharacter(
  17358. "Arokh Sieyes",
  17359. "Aronai",
  17360. {
  17361. front: {
  17362. height: math.unit(6, "feet"),
  17363. weight: math.unit(180, "lb"),
  17364. name: "Front",
  17365. image: {
  17366. source: "./media/characters/arokh-sieyes/front.svg",
  17367. extra: 1830/1769,
  17368. bottom: 0.01
  17369. }
  17370. },
  17371. },
  17372. [
  17373. {
  17374. name: "Normal",
  17375. height: math.unit(6, "feet")
  17376. },
  17377. {
  17378. name: "Macro",
  17379. height: math.unit(30, "meters"),
  17380. default: true
  17381. },
  17382. ]
  17383. )
  17384. };
  17385. characterMakers["Goldeneye"] = () => {
  17386. return makeCharacter(
  17387. "Goldeneye",
  17388. "Goldeneye Gryphon",
  17389. {
  17390. side: {
  17391. height: math.unit(13 + 1/12, "feet"),
  17392. weight: math.unit(8.5, "tonnes"),
  17393. name: "Side",
  17394. image: {
  17395. source: "./media/characters/goldeneye/side.svg",
  17396. extra: 1182/778,
  17397. bottom: 0.067
  17398. }
  17399. },
  17400. paw: {
  17401. height: math.unit(3.4, "feet"),
  17402. name: "Paw",
  17403. image: {
  17404. source: "./media/characters/goldeneye/paw.svg"
  17405. }
  17406. },
  17407. },
  17408. [
  17409. {
  17410. name: "Normal",
  17411. height: math.unit(13 + 1/12, "feet"),
  17412. default: true
  17413. },
  17414. ]
  17415. )
  17416. };
  17417. characterMakers["Leonardo Lycheborne"] = () => {
  17418. return makeCharacter(
  17419. "Leonardo Lycheborne",
  17420. "Leo",
  17421. {
  17422. front: {
  17423. height: math.unit(6 + 1/12, "feet"),
  17424. weight: math.unit(210, "lb"),
  17425. name: "Front",
  17426. image: {
  17427. source: "./media/characters/leonardo-lycheborne/front.svg",
  17428. extra: 390/365,
  17429. bottom: 0.032
  17430. }
  17431. },
  17432. side: {
  17433. height: math.unit(6 + 1/12, "feet"),
  17434. weight: math.unit(210, "lb"),
  17435. name: "Side",
  17436. image: {
  17437. source: "./media/characters/leonardo-lycheborne/side.svg",
  17438. extra: 390/365,
  17439. bottom: 0.005
  17440. }
  17441. },
  17442. back: {
  17443. height: math.unit(6 + 1/12, "feet"),
  17444. weight: math.unit(210, "lb"),
  17445. name: "Back",
  17446. image: {
  17447. source: "./media/characters/leonardo-lycheborne/back.svg",
  17448. extra: 392/366,
  17449. bottom: 0.01
  17450. }
  17451. },
  17452. hand: {
  17453. height: math.unit(1.08, "feet"),
  17454. name: "Hand",
  17455. image: {
  17456. source: "./media/characters/leonardo-lycheborne/hand.svg"
  17457. }
  17458. },
  17459. foot: {
  17460. height: math.unit(1.32, "feet"),
  17461. name: "Foot",
  17462. image: {
  17463. source: "./media/characters/leonardo-lycheborne/foot.svg"
  17464. }
  17465. },
  17466. were: {
  17467. height: math.unit(20, "feet"),
  17468. weight: math.unit(7800, "lb"),
  17469. name: "Were",
  17470. image: {
  17471. source: "./media/characters/leonardo-lycheborne/were.svg",
  17472. extra: 308/294,
  17473. bottom: 0.048
  17474. }
  17475. },
  17476. feral: {
  17477. height: math.unit(7.5, "feet"),
  17478. weight: math.unit(600, "lb"),
  17479. name: "Feral",
  17480. image: {
  17481. source: "./media/characters/leonardo-lycheborne/feral.svg",
  17482. extra: 210/186,
  17483. bottom: 0.108
  17484. }
  17485. },
  17486. taur: {
  17487. height: math.unit(11, "feet"),
  17488. weight: math.unit(3300, "lb"),
  17489. name: "Taur",
  17490. image: {
  17491. source: "./media/characters/leonardo-lycheborne/taur.svg",
  17492. extra: 320/303,
  17493. bottom: 0.025
  17494. }
  17495. },
  17496. barghest: {
  17497. height: math.unit(11, "feet"),
  17498. weight: math.unit(1300, "lb"),
  17499. name: "Barghest",
  17500. image: {
  17501. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  17502. extra: 323/302,
  17503. bottom: 0.027
  17504. }
  17505. },
  17506. },
  17507. [
  17508. {
  17509. name: "Normal",
  17510. height: math.unit(6 + 1/12, "feet"),
  17511. default: true
  17512. },
  17513. ]
  17514. )
  17515. };
  17516. characterMakers["Jet"] = () => {
  17517. return makeCharacter(
  17518. "Jet",
  17519. "JetHyena",
  17520. {
  17521. front: {
  17522. height: math.unit(10, "feet"),
  17523. weight: math.unit(350, "lb"),
  17524. name: "Front",
  17525. image: {
  17526. source: "./media/characters/jet/front.svg",
  17527. extra: 2050/1980,
  17528. bottom: 0.013
  17529. }
  17530. },
  17531. back: {
  17532. height: math.unit(10, "feet"),
  17533. weight: math.unit(350, "lb"),
  17534. name: "Back",
  17535. image: {
  17536. source: "./media/characters/jet/back.svg",
  17537. extra: 2050/1980,
  17538. bottom: 0.013
  17539. }
  17540. },
  17541. },
  17542. [
  17543. {
  17544. name: "Micro",
  17545. height: math.unit(6, "inches")
  17546. },
  17547. {
  17548. name: "Normal",
  17549. height: math.unit(10, "feet"),
  17550. default: true
  17551. },
  17552. {
  17553. name: "Macro",
  17554. height: math.unit(100, "feet")
  17555. },
  17556. ]
  17557. )
  17558. };
  17559. characterMakers["Tanarath"] = () => {
  17560. return makeCharacter(
  17561. "Tanarath",
  17562. "TanarathDragon",
  17563. {
  17564. front: {
  17565. height: math.unit(15, "feet"),
  17566. weight: math.unit(2800, "lb"),
  17567. name: "Front",
  17568. image: {
  17569. source: "./media/characters/tanarath/front.svg",
  17570. extra: 2392/2220,
  17571. bottom: 0.03
  17572. }
  17573. },
  17574. back: {
  17575. height: math.unit(15, "feet"),
  17576. weight: math.unit(2800, "lb"),
  17577. name: "Back",
  17578. image: {
  17579. source: "./media/characters/tanarath/back.svg",
  17580. extra: 2392/2220,
  17581. bottom: 0.03
  17582. }
  17583. },
  17584. },
  17585. [
  17586. {
  17587. name: "Normal",
  17588. height: math.unit(15, "feet"),
  17589. default: true
  17590. },
  17591. ]
  17592. )
  17593. };
  17594. characterMakers["Patty CattyBatty"] = () => {
  17595. return makeCharacter(
  17596. "Patty CattyBatty",
  17597. "Archangel2100",
  17598. {
  17599. front: {
  17600. height: math.unit(7 + 1/12, "feet"),
  17601. weight: math.unit(175, "lb"),
  17602. name: "Front",
  17603. image: {
  17604. source: "./media/characters/patty-cattybatty/front.svg",
  17605. extra: 908/874,
  17606. bottom: 0.025
  17607. }
  17608. },
  17609. },
  17610. [
  17611. {
  17612. name: "Micro",
  17613. height: math.unit(1, "inch")
  17614. },
  17615. {
  17616. name: "Normal",
  17617. height: math.unit(7 + 1/12, "feet")
  17618. },
  17619. {
  17620. name: "Mini Macro",
  17621. height: math.unit(155, "feet")
  17622. },
  17623. {
  17624. name: "Macro",
  17625. height: math.unit(1077, "feet")
  17626. },
  17627. {
  17628. name: "Mega Macro",
  17629. height: math.unit(47650, "feet"),
  17630. default: true
  17631. },
  17632. {
  17633. name: "Giga Macro",
  17634. height: math.unit(440, "miles")
  17635. },
  17636. {
  17637. name: "Tera Macro",
  17638. height: math.unit(8700, "miles")
  17639. },
  17640. {
  17641. name: "Planetary Macro",
  17642. height: math.unit(32700, "miles")
  17643. },
  17644. {
  17645. name: "Solar Macro",
  17646. height: math.unit(550000, "miles")
  17647. },
  17648. {
  17649. name: "Celestial Macro",
  17650. height: math.unit(2.5, "AU")
  17651. },
  17652. ]
  17653. )
  17654. };
  17655. characterMakers["Cappu"] = () => {
  17656. return makeCharacter(
  17657. "Cappu",
  17658. "CappuTheSheep",
  17659. {
  17660. front: {
  17661. height: math.unit(4 + 5/12, "feet"),
  17662. weight: math.unit(90, "lb"),
  17663. name: "Front",
  17664. image: {
  17665. source: "./media/characters/cappu/front.svg",
  17666. extra: 1247/1152,
  17667. bottom: 0.012
  17668. }
  17669. },
  17670. },
  17671. [
  17672. {
  17673. name: "Normal",
  17674. height: math.unit(4 + 5/12, "feet"),
  17675. default: true
  17676. },
  17677. ]
  17678. )
  17679. };
  17680. characterMakers["Sebi"] = () => {
  17681. return makeCharacter(
  17682. "Sebi",
  17683. "DeathyWolfi",
  17684. {
  17685. frontDressed: {
  17686. height: math.unit(70, "cm"),
  17687. weight: math.unit(6, "kg"),
  17688. name: "Front (Dressed)",
  17689. image: {
  17690. source: "./media/characters/sebi/front-dressed.svg",
  17691. extra: 713.5/686.5,
  17692. bottom: 0.003
  17693. }
  17694. },
  17695. front: {
  17696. height: math.unit(70, "cm"),
  17697. weight: math.unit(5, "kg"),
  17698. name: "Front",
  17699. image: {
  17700. source: "./media/characters/sebi/front.svg",
  17701. extra: 713.5/686.5,
  17702. bottom: 0.003
  17703. }
  17704. }
  17705. },
  17706. [
  17707. {
  17708. name: "Normal",
  17709. height: math.unit(70, "cm"),
  17710. default: true
  17711. },
  17712. {
  17713. name: "Macro",
  17714. height: math.unit(8, "meters")
  17715. },
  17716. ]
  17717. )
  17718. };
  17719. characterMakers["Typhek"] = () => {
  17720. return makeCharacter(
  17721. "Typhek",
  17722. "Adam0800",
  17723. {
  17724. front: {
  17725. height: math.unit(6, "feet"),
  17726. weight: math.unit(150, "lb"),
  17727. name: "Front",
  17728. image: {
  17729. source: "./media/characters/typhek/front.svg",
  17730. extra: 1948/1929,
  17731. bottom: 0.025
  17732. }
  17733. },
  17734. side: {
  17735. height: math.unit(6, "feet"),
  17736. weight: math.unit(150, "lb"),
  17737. name: "Side",
  17738. image: {
  17739. source: "./media/characters/typhek/side.svg",
  17740. extra: 2034/2010,
  17741. bottom: 0.003
  17742. }
  17743. },
  17744. back: {
  17745. height: math.unit(6, "feet"),
  17746. weight: math.unit(150, "lb"),
  17747. name: "Back",
  17748. image: {
  17749. source: "./media/characters/typhek/back.svg",
  17750. extra: 2005/1978,
  17751. bottom: 0.004
  17752. }
  17753. },
  17754. palm: {
  17755. height: math.unit(1.2, "feet"),
  17756. name: "Palm",
  17757. image: {
  17758. source: "./media/characters/typhek/palm.svg"
  17759. }
  17760. },
  17761. fist: {
  17762. height: math.unit(1.1, "feet"),
  17763. name: "Fist",
  17764. image: {
  17765. source: "./media/characters/typhek/fist.svg"
  17766. }
  17767. },
  17768. foot: {
  17769. height: math.unit(1.57, "feet"),
  17770. name: "Foot",
  17771. image: {
  17772. source: "./media/characters/typhek/foot.svg"
  17773. }
  17774. },
  17775. sole: {
  17776. height: math.unit(2.05, "feet"),
  17777. name: "Sole",
  17778. image: {
  17779. source: "./media/characters/typhek/sole.svg"
  17780. }
  17781. },
  17782. },
  17783. [
  17784. {
  17785. name: "Macro",
  17786. height: math.unit(40, "stories"),
  17787. default: true
  17788. },
  17789. {
  17790. name: "Megamacro",
  17791. height: math.unit(1, "mile")
  17792. },
  17793. {
  17794. name: "Gigamacro",
  17795. height: math.unit(4000, "solarradii")
  17796. },
  17797. {
  17798. name: "Universal",
  17799. height: math.unit(1.1, "universes")
  17800. }
  17801. ]
  17802. )
  17803. };
  17804. characterMakers["Kassy"] = () => {
  17805. return makeCharacter(
  17806. "Kassy",
  17807. "kclt",
  17808. {
  17809. side: {
  17810. height: math.unit(5 + 7/12, "feet"),
  17811. weight: math.unit(150, "lb"),
  17812. name: "Side",
  17813. image: {
  17814. source: "./media/characters/kassy/side.svg",
  17815. extra: 1280/1225,
  17816. bottom: 0.002
  17817. }
  17818. },
  17819. front: {
  17820. height: math.unit(5 + 7/12, "feet"),
  17821. weight: math.unit(150, "lb"),
  17822. name: "Front",
  17823. image: {
  17824. source: "./media/characters/kassy/front.svg",
  17825. extra: 1280/1225,
  17826. bottom: 0.025
  17827. }
  17828. },
  17829. back: {
  17830. height: math.unit(5 + 7/12, "feet"),
  17831. weight: math.unit(150, "lb"),
  17832. name: "Back",
  17833. image: {
  17834. source: "./media/characters/kassy/back.svg",
  17835. extra: 1280/1225,
  17836. bottom: 0.002
  17837. }
  17838. },
  17839. foot: {
  17840. height: math.unit(1.266, "feet"),
  17841. name: "Foot",
  17842. image: {
  17843. source: "./media/characters/kassy/foot.svg"
  17844. }
  17845. },
  17846. },
  17847. [
  17848. {
  17849. name: "Normal",
  17850. height: math.unit(5 + 7/12, "feet")
  17851. },
  17852. {
  17853. name: "Macro",
  17854. height: math.unit(137, "feet"),
  17855. default: true
  17856. },
  17857. {
  17858. name: "Megamacro",
  17859. height: math.unit(1, "mile")
  17860. },
  17861. ]
  17862. )
  17863. };
  17864. characterMakers["Neil"] = () => {
  17865. return makeCharacter(
  17866. "Neil",
  17867. "mZmm",
  17868. {
  17869. front: {
  17870. height: math.unit(6 + 1/12, "feet"),
  17871. weight: math.unit(200, "lb"),
  17872. name: "Front",
  17873. image: {
  17874. source: "./media/characters/neil/front.svg",
  17875. extra: 1326/1250,
  17876. bottom: 0.023
  17877. }
  17878. },
  17879. },
  17880. [
  17881. {
  17882. name: "Normal",
  17883. height: math.unit(6 + 1/12, "feet"),
  17884. default: true
  17885. },
  17886. {
  17887. name: "Macro",
  17888. height: math.unit(200, "feet")
  17889. },
  17890. ]
  17891. )
  17892. };
  17893. characterMakers["Atticus"] = () => {
  17894. return makeCharacter(
  17895. "Atticus",
  17896. "mZmm",
  17897. {
  17898. front: {
  17899. height: math.unit(5 + 9/12, "feet"),
  17900. weight: math.unit(190, "lb"),
  17901. name: "Front",
  17902. image: {
  17903. source: "./media/characters/atticus/front.svg",
  17904. extra: 2934/2785,
  17905. bottom: 0.025
  17906. }
  17907. },
  17908. },
  17909. [
  17910. {
  17911. name: "Normal",
  17912. height: math.unit(5 + 9/12, "feet"),
  17913. default: true
  17914. },
  17915. {
  17916. name: "Macro",
  17917. height: math.unit(180, "feet")
  17918. },
  17919. ]
  17920. )
  17921. };
  17922. characterMakers["Milo"] = () => {
  17923. return makeCharacter(
  17924. "Milo",
  17925. "mZmm",
  17926. {
  17927. side: {
  17928. height: math.unit(9, "feet"),
  17929. weight: math.unit(650, "lb"),
  17930. name: "Side",
  17931. image: {
  17932. source: "./media/characters/milo/side.svg",
  17933. extra: 2644/2310,
  17934. bottom: 0.032
  17935. }
  17936. },
  17937. },
  17938. [
  17939. {
  17940. name: "Normal",
  17941. height: math.unit(9, "feet"),
  17942. default: true
  17943. },
  17944. {
  17945. name: "Macro",
  17946. height: math.unit(300, "feet")
  17947. },
  17948. ]
  17949. )
  17950. };
  17951. characterMakers["Ijzer"] = () => {
  17952. return makeCharacter(
  17953. "Ijzer",
  17954. "Ijzer",
  17955. {
  17956. side: {
  17957. height: math.unit(8, "meters"),
  17958. weight: math.unit(90000, "kg"),
  17959. name: "Side",
  17960. image: {
  17961. source: "./media/characters/ijzer/side.svg",
  17962. extra: 2756/1600,
  17963. bottom: 0.01
  17964. }
  17965. },
  17966. },
  17967. [
  17968. {
  17969. name: "Small",
  17970. height: math.unit(3, "meters")
  17971. },
  17972. {
  17973. name: "Normal",
  17974. height: math.unit(8, "meters"),
  17975. default: true
  17976. },
  17977. {
  17978. name: "Normal+",
  17979. height: math.unit(10, "meters")
  17980. },
  17981. {
  17982. name: "Bigger",
  17983. height: math.unit(24, "meters")
  17984. },
  17985. {
  17986. name: "Huge",
  17987. height: math.unit(80, "meters")
  17988. },
  17989. ]
  17990. )
  17991. };
  17992. characterMakers["Luca Cervicum"] = () => {
  17993. return makeCharacter(
  17994. "Luca Cervicum",
  17995. "Luca Cervicum",
  17996. {
  17997. front: {
  17998. height: math.unit(6 + 2/12, "feet"),
  17999. weight: math.unit(153, "lb"),
  18000. name: "Front",
  18001. image: {
  18002. source: "./media/characters/luca-cervicum/front.svg",
  18003. extra: 370/327,
  18004. bottom: 0.015
  18005. }
  18006. },
  18007. back: {
  18008. height: math.unit(6 + 2/12, "feet"),
  18009. weight: math.unit(153, "lb"),
  18010. name: "Back",
  18011. image: {
  18012. source: "./media/characters/luca-cervicum/back.svg",
  18013. extra: 367/333,
  18014. bottom: 0.005
  18015. }
  18016. },
  18017. frontGear: {
  18018. height: math.unit(6 + 2/12, "feet"),
  18019. weight: math.unit(173, "lb"),
  18020. name: "Front (Gear)",
  18021. image: {
  18022. source: "./media/characters/luca-cervicum/front-gear.svg",
  18023. extra: 377/333,
  18024. bottom: 0.006
  18025. }
  18026. },
  18027. },
  18028. [
  18029. {
  18030. name: "Normal",
  18031. height: math.unit(6 + 2/12, "feet"),
  18032. default: true
  18033. },
  18034. ]
  18035. )
  18036. };
  18037. characterMakers["Oliver"] = () => {
  18038. return makeCharacter(
  18039. "Oliver",
  18040. "Fidchell",
  18041. {
  18042. front: {
  18043. height: math.unit(6 + 1/12, "feet"),
  18044. weight: math.unit(304, "lb"),
  18045. name: "Front",
  18046. image: {
  18047. source: "./media/characters/oliver/front.svg",
  18048. extra: 157/143,
  18049. bottom: 0.08
  18050. }
  18051. },
  18052. },
  18053. [
  18054. {
  18055. name: "Normal",
  18056. height: math.unit(6 + 1/12, "feet"),
  18057. default: true
  18058. },
  18059. ]
  18060. )
  18061. };
  18062. characterMakers["Shane"] = () => {
  18063. return makeCharacter(
  18064. "Shane",
  18065. "Fidchell",
  18066. {
  18067. front: {
  18068. height: math.unit(5 + 7/12, "feet"),
  18069. weight: math.unit(140, "lb"),
  18070. name: "Front",
  18071. image: {
  18072. source: "./media/characters/shane/front.svg",
  18073. extra: 304/289,
  18074. bottom: 0.005
  18075. }
  18076. },
  18077. },
  18078. [
  18079. {
  18080. name: "Normal",
  18081. height: math.unit(5 + 7/12, "feet"),
  18082. default: true
  18083. },
  18084. ]
  18085. )
  18086. };
  18087. characterMakers["Shin"] = () => {
  18088. return makeCharacter(
  18089. "Shin",
  18090. "Fidchell",
  18091. {
  18092. front: {
  18093. height: math.unit(5 + 9/12, "feet"),
  18094. weight: math.unit(178, "lb"),
  18095. name: "Front",
  18096. image: {
  18097. source: "./media/characters/shin/front.svg",
  18098. extra: 159/151,
  18099. bottom: 0.015
  18100. }
  18101. },
  18102. },
  18103. [
  18104. {
  18105. name: "Normal",
  18106. height: math.unit(5 + 9/12, "feet"),
  18107. default: true
  18108. },
  18109. ]
  18110. )
  18111. };
  18112. characterMakers["Xerxes"] = () => {
  18113. return makeCharacter(
  18114. "Xerxes",
  18115. "Fidchell",
  18116. {
  18117. front: {
  18118. height: math.unit(5 + 10/12, "feet"),
  18119. weight: math.unit(168, "lb"),
  18120. name: "Front",
  18121. image: {
  18122. source: "./media/characters/xerxes/front.svg",
  18123. extra: 282/260,
  18124. bottom: 0.045
  18125. }
  18126. },
  18127. },
  18128. [
  18129. {
  18130. name: "Normal",
  18131. height: math.unit(5 + 10/12, "feet"),
  18132. default: true
  18133. },
  18134. ]
  18135. )
  18136. };
  18137. characterMakers["Chaska"] = () => {
  18138. return makeCharacter(
  18139. "Chaska",
  18140. "Fidchell",
  18141. {
  18142. front: {
  18143. height: math.unit(6 + 7/12, "feet"),
  18144. weight: math.unit(208, "lb"),
  18145. name: "Front",
  18146. image: {
  18147. source: "./media/characters/chaska/front.svg",
  18148. extra: 332/319,
  18149. bottom: 0.015
  18150. }
  18151. },
  18152. },
  18153. [
  18154. {
  18155. name: "Normal",
  18156. height: math.unit(6 + 7/12, "feet"),
  18157. default: true
  18158. },
  18159. ]
  18160. )
  18161. };
  18162. characterMakers["Enuk"] = () => {
  18163. return makeCharacter(
  18164. "Enuk",
  18165. "Fidchell",
  18166. {
  18167. front: {
  18168. height: math.unit(5 + 8/12, "feet"),
  18169. weight: math.unit(208, "lb"),
  18170. name: "Front",
  18171. image: {
  18172. source: "./media/characters/enuk/front.svg",
  18173. extra: 437/406,
  18174. bottom: 0.02
  18175. }
  18176. },
  18177. },
  18178. [
  18179. {
  18180. name: "Normal",
  18181. height: math.unit(5 + 8/12, "feet"),
  18182. default: true
  18183. },
  18184. ]
  18185. )
  18186. };
  18187. characterMakers["Bruun"] = () => {
  18188. return makeCharacter(
  18189. "Bruun",
  18190. "Fidchell",
  18191. {
  18192. front: {
  18193. height: math.unit(5 + 10/12, "feet"),
  18194. weight: math.unit(252, "lb"),
  18195. name: "Front",
  18196. image: {
  18197. source: "./media/characters/bruun/front.svg",
  18198. extra: 197/187,
  18199. bottom: 0.012
  18200. }
  18201. },
  18202. },
  18203. [
  18204. {
  18205. name: "Normal",
  18206. height: math.unit(5 + 10/12, "feet"),
  18207. default: true
  18208. },
  18209. ]
  18210. )
  18211. };
  18212. characterMakers["Alexeev"] = () => {
  18213. return makeCharacter(
  18214. "Alexeev",
  18215. "Fidchell",
  18216. {
  18217. front: {
  18218. height: math.unit(6 + 10/12, "feet"),
  18219. weight: math.unit(255, "lb"),
  18220. name: "Front",
  18221. image: {
  18222. source: "./media/characters/alexeev/front.svg",
  18223. extra: 213/200,
  18224. bottom: 0.05
  18225. }
  18226. },
  18227. },
  18228. [
  18229. {
  18230. name: "Normal",
  18231. height: math.unit(6 + 10/12, "feet"),
  18232. default: true
  18233. },
  18234. ]
  18235. )
  18236. };
  18237. characterMakers["Evelyn"] = () => {
  18238. return makeCharacter(
  18239. "Evelyn",
  18240. "Fidchell",
  18241. {
  18242. front: {
  18243. height: math.unit(2 + 8/12, "feet"),
  18244. weight: math.unit(22, "lb"),
  18245. name: "Front",
  18246. image: {
  18247. source: "./media/characters/evelyn/front.svg",
  18248. extra: 208/180
  18249. }
  18250. },
  18251. },
  18252. [
  18253. {
  18254. name: "Normal",
  18255. height: math.unit(2 + 8/12, "feet"),
  18256. default: true
  18257. },
  18258. ]
  18259. )
  18260. };
  18261. characterMakers["Inca"] = () => {
  18262. return makeCharacter(
  18263. "Inca",
  18264. "Fidchell",
  18265. {
  18266. front: {
  18267. height: math.unit(5 + 9/12, "feet"),
  18268. weight: math.unit(139, "lb"),
  18269. name: "Front",
  18270. image: {
  18271. source: "./media/characters/inca/front.svg",
  18272. extra: 294/291,
  18273. bottom: 0.03
  18274. }
  18275. },
  18276. },
  18277. [
  18278. {
  18279. name: "Normal",
  18280. height: math.unit(5 + 9/12, "feet"),
  18281. default: true
  18282. },
  18283. ]
  18284. )
  18285. };
  18286. characterMakers["Magdalene"] = () => {
  18287. return makeCharacter(
  18288. "Magdalene",
  18289. "Fidchell",
  18290. {
  18291. front: {
  18292. height: math.unit(5 + 1/12, "feet"),
  18293. weight: math.unit(84, "lb"),
  18294. name: "Front",
  18295. image: {
  18296. source: "./media/characters/magdalene/front.svg",
  18297. extra: 293/273
  18298. }
  18299. },
  18300. },
  18301. [
  18302. {
  18303. name: "Normal",
  18304. height: math.unit(5 + 1/12, "feet"),
  18305. default: true
  18306. },
  18307. ]
  18308. )
  18309. };
  18310. characterMakers["Mera"] = () => {
  18311. return makeCharacter(
  18312. "Mera",
  18313. "Fidchell",
  18314. {
  18315. front: {
  18316. height: math.unit(6 + 3/12, "feet"),
  18317. weight: math.unit(185, "lb"),
  18318. name: "Front",
  18319. image: {
  18320. source: "./media/characters/mera/front.svg",
  18321. extra: 291/277,
  18322. bottom: 0.03
  18323. }
  18324. },
  18325. },
  18326. [
  18327. {
  18328. name: "Normal",
  18329. height: math.unit(6 + 3/12, "feet"),
  18330. default: true
  18331. },
  18332. ]
  18333. )
  18334. };
  18335. characterMakers["Ceres"] = () => {
  18336. return makeCharacter(
  18337. "Ceres",
  18338. "Radarn",
  18339. {
  18340. front: {
  18341. height: math.unit(6 + 7/12, "feet"),
  18342. weight: math.unit(160, "lb"),
  18343. name: "Front",
  18344. image: {
  18345. source: "./media/characters/ceres/front.svg",
  18346. extra: 1023/950,
  18347. bottom: 0.027
  18348. }
  18349. },
  18350. back: {
  18351. height: math.unit(6 + 7/12, "feet"),
  18352. weight: math.unit(160, "lb"),
  18353. name: "Back",
  18354. image: {
  18355. source: "./media/characters/ceres/back.svg",
  18356. extra: 1023/950
  18357. }
  18358. },
  18359. },
  18360. [
  18361. {
  18362. name: "Normal",
  18363. height: math.unit(6 + 7/12, "feet"),
  18364. default: true
  18365. },
  18366. ]
  18367. )
  18368. };
  18369. characterMakers["Kris"] = () => {
  18370. return makeCharacter(
  18371. "Kris",
  18372. "Radarn",
  18373. {
  18374. front: {
  18375. height: math.unit(5 + 10/12, "feet"),
  18376. weight: math.unit(150, "lb"),
  18377. name: "Front",
  18378. image: {
  18379. source: "./media/characters/kris/front.svg",
  18380. extra: 885/803,
  18381. bottom: 0.03
  18382. }
  18383. },
  18384. },
  18385. [
  18386. {
  18387. name: "Normal",
  18388. height: math.unit(5 + 10/12, "feet"),
  18389. default: true
  18390. },
  18391. ]
  18392. )
  18393. };
  18394. characterMakers["Taluthus"] = () => {
  18395. return makeCharacter(
  18396. "Taluthus",
  18397. "Taluthus",
  18398. {
  18399. front: {
  18400. height: math.unit(7, "feet"),
  18401. weight: math.unit(120, "kg"),
  18402. name: "Front",
  18403. image: {
  18404. source: "./media/characters/taluthus/front.svg",
  18405. extra: 903/833,
  18406. bottom: 0.015
  18407. }
  18408. },
  18409. },
  18410. [
  18411. {
  18412. name: "Normal",
  18413. height: math.unit(7, "feet"),
  18414. default: true
  18415. },
  18416. {
  18417. name: "Macro",
  18418. height: math.unit(300, "feet")
  18419. },
  18420. ]
  18421. )
  18422. };
  18423. characterMakers["Dawn"] = () => {
  18424. return makeCharacter(
  18425. "Dawn",
  18426. "Radarn",
  18427. {
  18428. front: {
  18429. height: math.unit(5 + 9/12, "feet"),
  18430. weight: math.unit(145, "lb"),
  18431. name: "Front",
  18432. image: {
  18433. source: "./media/characters/dawn/front.svg",
  18434. extra: 2094/2016,
  18435. bottom: 0.025
  18436. }
  18437. },
  18438. back: {
  18439. height: math.unit(5 + 9/12, "feet"),
  18440. weight: math.unit(160, "lb"),
  18441. name: "Back",
  18442. image: {
  18443. source: "./media/characters/dawn/back.svg",
  18444. extra: 2112/2080,
  18445. bottom: 0.005
  18446. }
  18447. },
  18448. },
  18449. [
  18450. {
  18451. name: "Normal",
  18452. height: math.unit(6 + 7/12, "feet"),
  18453. default: true
  18454. },
  18455. ]
  18456. )
  18457. };
  18458. characterMakers["Arador"] = () => {
  18459. return makeCharacter(
  18460. "Arador",
  18461. "AradorTD",
  18462. {
  18463. anthro: {
  18464. height: math.unit(8 + 3/12, "feet"),
  18465. weight: math.unit(450, "lb"),
  18466. name: "Anthro",
  18467. image: {
  18468. source: "./media/characters/arador/anthro.svg",
  18469. extra: 1835/1718,
  18470. bottom: 0.025
  18471. }
  18472. },
  18473. feral: {
  18474. height: math.unit(4, "feet"),
  18475. weight: math.unit(200, "lb"),
  18476. name: "Feral",
  18477. image: {
  18478. source: "./media/characters/arador/feral.svg",
  18479. extra: 1683/1514,
  18480. bottom: 0.07
  18481. }
  18482. },
  18483. },
  18484. [
  18485. {
  18486. name: "Normal",
  18487. height: math.unit(8 + 3/12, "feet")
  18488. },
  18489. {
  18490. name: "Macro",
  18491. height: math.unit(82.5, "feet"),
  18492. default: true
  18493. },
  18494. ]
  18495. )
  18496. };
  18497. characterMakers["Dharsi"] = () => {
  18498. return makeCharacter(
  18499. "Dharsi",
  18500. "Dharsi",
  18501. {
  18502. front: {
  18503. height: math.unit(5 + 10/12, "feet"),
  18504. weight: math.unit(125, "lb"),
  18505. name: "Front",
  18506. image: {
  18507. source: "./media/characters/dharsi/front.svg",
  18508. extra: 716/630,
  18509. bottom: 0.035
  18510. }
  18511. },
  18512. },
  18513. [
  18514. {
  18515. name: "Nano",
  18516. height: math.unit(100, "nm")
  18517. },
  18518. {
  18519. name: "Micro",
  18520. height: math.unit(2, "inches")
  18521. },
  18522. {
  18523. name: "Normal",
  18524. height: math.unit(5 + 10/12, "feet"),
  18525. default: true
  18526. },
  18527. {
  18528. name: "Macro",
  18529. height: math.unit(1000, "feet")
  18530. },
  18531. {
  18532. name: "Megamacro",
  18533. height: math.unit(10, "miles")
  18534. },
  18535. {
  18536. name: "Gigamacro",
  18537. height: math.unit(3000, "miles")
  18538. },
  18539. {
  18540. name: "Teramacro",
  18541. height: math.unit(500000, "miles")
  18542. },
  18543. {
  18544. name: "Teramacro+",
  18545. height: math.unit(30, "galaxies")
  18546. },
  18547. ]
  18548. )
  18549. };
  18550. characterMakers["Deathy"] = () => {
  18551. return makeCharacter(
  18552. "Deathy",
  18553. "DeathyWolfi",
  18554. {
  18555. front: {
  18556. height: math.unit(6, "feet"),
  18557. weight: math.unit(150, "lb"),
  18558. name: "Front",
  18559. image: {
  18560. source: "./media/characters/deathy/front.svg",
  18561. extra: 1552/1463,
  18562. bottom: 0.025
  18563. }
  18564. },
  18565. side: {
  18566. height: math.unit(6, "feet"),
  18567. weight: math.unit(150, "lb"),
  18568. name: "Side",
  18569. image: {
  18570. source: "./media/characters/deathy/side.svg",
  18571. extra: 1604/1455,
  18572. bottom: 0.025
  18573. }
  18574. },
  18575. back: {
  18576. height: math.unit(6, "feet"),
  18577. weight: math.unit(150, "lb"),
  18578. name: "Back",
  18579. image: {
  18580. source: "./media/characters/deathy/back.svg",
  18581. extra: 1580/1463,
  18582. bottom: 0.005
  18583. }
  18584. },
  18585. },
  18586. [
  18587. {
  18588. name: "Micro",
  18589. height: math.unit(5, "millimeters")
  18590. },
  18591. {
  18592. name: "Normal",
  18593. height: math.unit(6 + 5/12, "feet"),
  18594. default: true
  18595. },
  18596. ]
  18597. )
  18598. };
  18599. characterMakers["Juniper"] = () => {
  18600. return makeCharacter(
  18601. "Juniper",
  18602. "Dahwchooa",
  18603. {
  18604. front: {
  18605. height: math.unit(16, "feet"),
  18606. weight: math.unit(4000, "lb"),
  18607. name: "Front",
  18608. image: {
  18609. source: "./media/characters/juniper/front.svg",
  18610. bottom: 0.04
  18611. }
  18612. },
  18613. },
  18614. [
  18615. {
  18616. name: "Normal",
  18617. height: math.unit(16, "feet"),
  18618. default: true
  18619. },
  18620. ]
  18621. )
  18622. };
  18623. characterMakers["Hipster"] = () => {
  18624. return makeCharacter(
  18625. "Hipster",
  18626. "Hipsterfox37",
  18627. {
  18628. front: {
  18629. height: math.unit(6, "feet"),
  18630. weight: math.unit(150, "lb"),
  18631. name: "Front",
  18632. image: {
  18633. source: "./media/characters/hipster/front.svg",
  18634. extra: 1312/1209,
  18635. bottom: 0.025
  18636. }
  18637. },
  18638. back: {
  18639. height: math.unit(6, "feet"),
  18640. weight: math.unit(150, "lb"),
  18641. name: "Back",
  18642. image: {
  18643. source: "./media/characters/hipster/back.svg",
  18644. extra: 1281/1196,
  18645. bottom: 0.01
  18646. }
  18647. },
  18648. },
  18649. [
  18650. {
  18651. name: "Micro",
  18652. height: math.unit(1, "mm")
  18653. },
  18654. {
  18655. name: "Normal",
  18656. height: math.unit(4, "inches"),
  18657. default: true
  18658. },
  18659. {
  18660. name: "Macro",
  18661. height: math.unit(500, "feet")
  18662. },
  18663. {
  18664. name: "Megamacro",
  18665. height: math.unit(1000, "miles")
  18666. },
  18667. ]
  18668. )
  18669. };
  18670. characterMakers["Tendirmuldr"] = () => {
  18671. return makeCharacter(
  18672. "Tendirmuldr",
  18673. "Tendirmuldr",
  18674. {
  18675. front: {
  18676. height: math.unit(6, "feet"),
  18677. weight: math.unit(150, "lb"),
  18678. name: "Front",
  18679. image: {
  18680. source: "./media/characters/tendirmuldr/front.svg",
  18681. extra: 1878/1772,
  18682. bottom: 0.015
  18683. }
  18684. },
  18685. },
  18686. [
  18687. {
  18688. name: "Megamacro",
  18689. height: math.unit(1500, "miles"),
  18690. default: true
  18691. },
  18692. ]
  18693. )
  18694. };
  18695. characterMakers["Mort"] = () => {
  18696. return makeCharacter(
  18697. "Mort",
  18698. "LemonDeer",
  18699. {
  18700. front: {
  18701. height: math.unit(14, "feet"),
  18702. weight: math.unit(12000, "lb"),
  18703. name: "Front",
  18704. image: {
  18705. source: "./media/characters/mort/front.svg",
  18706. extra: 365/318,
  18707. bottom: 0.01
  18708. }
  18709. },
  18710. side: {
  18711. height: math.unit(14, "feet"),
  18712. weight: math.unit(12000, "lb"),
  18713. name: "Side",
  18714. image: {
  18715. source: "./media/characters/mort/side.svg",
  18716. extra: 365/318,
  18717. bottom: 0.052
  18718. }
  18719. },
  18720. back: {
  18721. height: math.unit(14, "feet"),
  18722. weight: math.unit(12000, "lb"),
  18723. name: "Back",
  18724. image: {
  18725. source: "./media/characters/mort/back.svg",
  18726. extra: 371/332,
  18727. bottom: 0.18
  18728. }
  18729. },
  18730. },
  18731. [
  18732. {
  18733. name: "Normal",
  18734. height: math.unit(14, "feet"),
  18735. default: true
  18736. },
  18737. ]
  18738. )
  18739. };
  18740. characterMakers["Lycoa"] = () => {
  18741. return makeCharacter(
  18742. "Lycoa",
  18743. "Varden",
  18744. {
  18745. front: {
  18746. height: math.unit(8, "feet"),
  18747. weight: math.unit(1, "ton"),
  18748. name: "Front",
  18749. image: {
  18750. source: "./media/characters/lycoa/front.svg",
  18751. extra: 1875/1789,
  18752. bottom: 0.015
  18753. }
  18754. },
  18755. back: {
  18756. height: math.unit(8, "feet"),
  18757. weight: math.unit(1, "ton"),
  18758. name: "Back",
  18759. image: {
  18760. source: "./media/characters/lycoa/back.svg",
  18761. extra: 1835/1781,
  18762. bottom: 0.03
  18763. }
  18764. },
  18765. },
  18766. [
  18767. {
  18768. name: "Normal",
  18769. height: math.unit(8, "feet"),
  18770. default: true
  18771. },
  18772. {
  18773. name: "Macro",
  18774. height: math.unit(30, "feet")
  18775. },
  18776. ]
  18777. )
  18778. };
  18779. //characters
  18780. function makeCharacters() {
  18781. const results = [];
  18782. Object.entries(characterMakers).forEach(([key, value]) => {
  18783. results.push({
  18784. name: key,
  18785. constructor: value
  18786. });
  18787. });
  18788. results.push({
  18789. name: "Aigey",
  18790. constructor: makeAigey
  18791. });
  18792. results.push({
  18793. name: "Malik",
  18794. constructor: makeMalik
  18795. });
  18796. results.push({
  18797. name: "Sefer",
  18798. constructor: makeSefer
  18799. });
  18800. return results;
  18801. }