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.
 
 
 

16524 lines
428 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. }
  1375. },
  1376. back: {
  1377. height: math.unit(2, "meter"),
  1378. weight: math.unit(50, "kg"),
  1379. name: "Back",
  1380. image: {
  1381. source: "./media/characters/erestrebah/back.svg",
  1382. extra: 1.2139
  1383. }
  1384. }
  1385. },
  1386. [
  1387. {
  1388. name: "Normal",
  1389. height: math.unit(10, "feet")
  1390. },
  1391. {
  1392. name: "Large",
  1393. height: math.unit(50, "feet"),
  1394. default: true
  1395. },
  1396. {
  1397. name: "Macro",
  1398. height: math.unit(300, "feet")
  1399. },
  1400. {
  1401. name: "Macro+",
  1402. height: math.unit(750, "feet")
  1403. },
  1404. {
  1405. name: "Megamacro",
  1406. height: math.unit(3, "miles")
  1407. }
  1408. ]
  1409. )
  1410. };
  1411. characterMakers["Jennifer"] = () => {
  1412. return makeCharacter(
  1413. "Jennifer",
  1414. "Neopuc",
  1415. {
  1416. front: {
  1417. height: math.unit(2, "meter"),
  1418. weight: math.unit(80, "kg"),
  1419. name: "Front",
  1420. image: {
  1421. source: "./media/characters/jennifer/front.svg",
  1422. bottom: 0.11,
  1423. extra: 1.16
  1424. }
  1425. },
  1426. frontAlt: {
  1427. height: math.unit(2, "meter"),
  1428. weight: math.unit(80, "kg"),
  1429. name: "Front (Alt)",
  1430. image: {
  1431. source: "./media/characters/jennifer/front-alt.svg"
  1432. }
  1433. }
  1434. },
  1435. [
  1436. {
  1437. name: "Canon Height",
  1438. height: math.unit(120, "feet"),
  1439. default: true
  1440. },
  1441. {
  1442. name: "Macro+",
  1443. height: math.unit(300, "feet")
  1444. },
  1445. {
  1446. name: "Megamacro",
  1447. height: math.unit(20000, "feet")
  1448. }
  1449. ]
  1450. )
  1451. };
  1452. characterMakers["Kalista"] = () => {
  1453. return makeCharacter(
  1454. "Kalista",
  1455. "Kalista",
  1456. {
  1457. front: {
  1458. height: math.unit(2, "meter"),
  1459. weight: math.unit(50, "kg"),
  1460. name: "Front",
  1461. image: {
  1462. source: "./media/characters/kalista/front.svg",
  1463. extra: 1947/1700
  1464. }
  1465. },
  1466. back: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(50, "kg"),
  1469. name: "Back",
  1470. image: {
  1471. source: "./media/characters/kalista/back.svg",
  1472. extra: 1366/1156
  1473. }
  1474. }
  1475. },
  1476. [
  1477. {
  1478. name: "Uncomfortably Small",
  1479. height: math.unit(10, "feet")
  1480. },
  1481. {
  1482. name: "Small",
  1483. height: math.unit(30, "feet")
  1484. },
  1485. {
  1486. name: "Macro",
  1487. height: math.unit(100, "feet"),
  1488. default: true
  1489. },
  1490. {
  1491. name: "Macro+",
  1492. height: math.unit(2000, "feet")
  1493. },
  1494. {
  1495. name: "True Form",
  1496. height: math.unit(8924, "miles")
  1497. }
  1498. ]
  1499. )
  1500. };
  1501. characterMakers["GiantGrowingVixen"] = () => {
  1502. return makeCharacter(
  1503. "GiantGrowingVixen",
  1504. "GiantGrowingVixen",
  1505. {
  1506. front: {
  1507. height: math.unit(2, "meter"),
  1508. weight: math.unit(120, "kg"),
  1509. name: "Front",
  1510. image: {
  1511. source: "./media/characters/ggv/front.svg"
  1512. }
  1513. },
  1514. side: {
  1515. height: math.unit(2, "meter"),
  1516. weight: math.unit(120, "kg"),
  1517. name: "Side",
  1518. image: {
  1519. source: "./media/characters/ggv/side.svg"
  1520. }
  1521. }
  1522. },
  1523. [
  1524. {
  1525. name: "Extremely Puny",
  1526. height: math.unit(9 + 5 / 12, "feet")
  1527. },
  1528. {
  1529. name: "Horribly Small",
  1530. height: math.unit(47.7, "miles"),
  1531. default: true
  1532. },
  1533. {
  1534. name: "Reasonably Sized",
  1535. height: math.unit(25000, "parsecs")
  1536. },
  1537. {
  1538. name: "Slightly Uncompressed",
  1539. height: math.unit(7.77e31, "parsecs")
  1540. },
  1541. {
  1542. name: "Omniversal",
  1543. height: math.unit(1e300, "meters")
  1544. },
  1545. ]
  1546. )
  1547. };
  1548. characterMakers["Napalm"] = () => {
  1549. return makeCharacter(
  1550. "Napalm",
  1551. "RathDaKrogan",
  1552. {
  1553. front: {
  1554. height: math.unit(2, "meter"),
  1555. weight: math.unit(75, "lb"),
  1556. name: "Front",
  1557. image: {
  1558. source: "./media/characters/napalm/front.svg"
  1559. }
  1560. },
  1561. back: {
  1562. height: math.unit(2, "meter"),
  1563. weight: math.unit(75, "lb"),
  1564. name: "Back",
  1565. image: {
  1566. source: "./media/characters/napalm/back.svg"
  1567. }
  1568. }
  1569. },
  1570. [
  1571. {
  1572. name: "Standard",
  1573. height: math.unit(55, "feet"),
  1574. default: true
  1575. }
  1576. ]
  1577. )
  1578. };
  1579. characterMakers["Asana"] = () => {
  1580. return makeCharacter(
  1581. "Asana",
  1582. "Asana",
  1583. {
  1584. front: {
  1585. height: math.unit(7 + 5 / 6, "feet"),
  1586. weight: math.unit(325, "lb"),
  1587. name: "Front",
  1588. image: {
  1589. source: "./media/characters/asana/front.svg",
  1590. extra: 1128 / 1068
  1591. }
  1592. },
  1593. back: {
  1594. height: math.unit(7 + 5 / 6, "feet"),
  1595. weight: math.unit(325, "lb"),
  1596. name: "Back",
  1597. image: {
  1598. source: "./media/characters/asana/back.svg",
  1599. extra: 1128 / 1068
  1600. }
  1601. },
  1602. },
  1603. [
  1604. {
  1605. name: "Standard",
  1606. height: math.unit(7 + 5 / 6, "feet"),
  1607. default: true
  1608. },
  1609. {
  1610. name: "Large",
  1611. height: math.unit(10, "meters")
  1612. },
  1613. {
  1614. name: "Macro",
  1615. height: math.unit(2500, "meters")
  1616. },
  1617. {
  1618. name: "Megamacro",
  1619. height: math.unit(5e6, "meters")
  1620. },
  1621. {
  1622. name: "Examacro",
  1623. height: math.unit(5e12, "lightyears")
  1624. },
  1625. {
  1626. name: "Max Size",
  1627. height: math.unit(1e31, "lightyears")
  1628. }
  1629. ]
  1630. )
  1631. };
  1632. characterMakers["Ebony"] = () => {
  1633. return makeCharacter(
  1634. "Ebony",
  1635. "Lazerwolf",
  1636. {
  1637. front: {
  1638. height: math.unit(2, "meter"),
  1639. weight: math.unit(60, "kg"),
  1640. name: "Front",
  1641. image: {
  1642. source: "./media/characters/ebony/front.svg",
  1643. bottom: 0.03,
  1644. extra: 1045 / 810 + 0.03
  1645. }
  1646. },
  1647. side: {
  1648. height: math.unit(2, "meter"),
  1649. weight: math.unit(60, "kg"),
  1650. name: "Side",
  1651. image: {
  1652. source: "./media/characters/ebony/side.svg",
  1653. bottom: 0.03,
  1654. extra: 1045 / 810 + 0.03
  1655. }
  1656. },
  1657. back: {
  1658. height: math.unit(2, "meter"),
  1659. weight: math.unit(60, "kg"),
  1660. name: "Back",
  1661. image: {
  1662. source: "./media/characters/ebony/back.svg",
  1663. bottom: 0.01,
  1664. extra: 1045 / 810 + 0.01
  1665. }
  1666. },
  1667. },
  1668. [
  1669. // TODO check why I did this lol
  1670. {
  1671. name: "Standard",
  1672. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1673. default: true
  1674. },
  1675. {
  1676. name: "Macro",
  1677. height: math.unit(200, "feet")
  1678. },
  1679. {
  1680. name: "Gigamacro",
  1681. height: math.unit(13000, "km")
  1682. }
  1683. ]
  1684. )
  1685. };
  1686. characterMakers["Mountain"] = () => {
  1687. return makeCharacter(
  1688. "Mountain",
  1689. "Asana",
  1690. {
  1691. front: {
  1692. height: math.unit(6, "feet"),
  1693. weight: math.unit(175, "lb"),
  1694. name: "Front",
  1695. image: {
  1696. source: "./media/characters/mountain/front.svg"
  1697. }
  1698. },
  1699. back: {
  1700. height: math.unit(6, "feet"),
  1701. weight: math.unit(175, "lb"),
  1702. name: "Back",
  1703. image: {
  1704. source: "./media/characters/mountain/back.svg"
  1705. }
  1706. },
  1707. },
  1708. [
  1709. {
  1710. name: "Large",
  1711. height: math.unit(20, "meters")
  1712. },
  1713. {
  1714. name: "Macro",
  1715. height: math.unit(300, "meters")
  1716. },
  1717. {
  1718. name: "Gigamacro",
  1719. height: math.unit(10000, "km"),
  1720. default: true
  1721. },
  1722. {
  1723. name: "Examacro",
  1724. height: math.unit(10e9, "lightyears")
  1725. }
  1726. ]
  1727. )
  1728. };
  1729. characterMakers["Rick"] = () => {
  1730. return makeCharacter(
  1731. "Rick",
  1732. "Victni",
  1733. {
  1734. front: {
  1735. height: math.unit(8, "feet"),
  1736. weight: math.unit(500, "lb"),
  1737. name: "Front",
  1738. image: {
  1739. source: "./media/characters/rick/front.svg"
  1740. }
  1741. }
  1742. },
  1743. [
  1744. {
  1745. name: "Normal",
  1746. height: math.unit(8, "feet"),
  1747. default: true
  1748. },
  1749. {
  1750. name: "Macro",
  1751. height: math.unit(5, "km")
  1752. }
  1753. ]
  1754. )
  1755. };
  1756. characterMakers["Ona"] = () => {
  1757. return makeCharacter(
  1758. "Ona",
  1759. "Arrogance127",
  1760. {
  1761. front: {
  1762. height: math.unit(8, "feet"),
  1763. weight: math.unit(120, "lb"),
  1764. name: "Front",
  1765. image: {
  1766. source: "./media/characters/ona/front.svg"
  1767. }
  1768. },
  1769. frontAlt: {
  1770. height: math.unit(8, "feet"),
  1771. weight: math.unit(120, "lb"),
  1772. name: "Front (Alt)",
  1773. image: {
  1774. source: "./media/characters/ona/front-alt.svg"
  1775. }
  1776. },
  1777. back: {
  1778. height: math.unit(8, "feet"),
  1779. weight: math.unit(120, "lb"),
  1780. name: "Back",
  1781. image: {
  1782. source: "./media/characters/ona/back.svg"
  1783. }
  1784. },
  1785. foot: {
  1786. height: math.unit(1.1, "feet"),
  1787. name: "Foot",
  1788. image: {
  1789. source: "./media/characters/ona/foot.svg"
  1790. }
  1791. }
  1792. },
  1793. [
  1794. {
  1795. name: "Megamacro",
  1796. height: math.unit(70, "km"),
  1797. default: true
  1798. },
  1799. {
  1800. name: "Gigamacro",
  1801. height: math.unit(681818, "miles")
  1802. },
  1803. {
  1804. name: "Examacro",
  1805. height: math.unit(3800000, "lightyears")
  1806. },
  1807. ]
  1808. )
  1809. };
  1810. characterMakers["Mech"] = () => {
  1811. return makeCharacter(
  1812. "Mech",
  1813. "mechEdragon",
  1814. {
  1815. front: {
  1816. height: math.unit(12, "feet"),
  1817. weight: math.unit(3000, "lb"),
  1818. name: "Front",
  1819. image: {
  1820. source: "./media/characters/mech/front.svg",
  1821. bottom: 0.025,
  1822. }
  1823. },
  1824. back: {
  1825. height: math.unit(12, "feet"),
  1826. weight: math.unit(3000, "lb"),
  1827. name: "Back",
  1828. image: {
  1829. source: "./media/characters/mech/back.svg",
  1830. bottom: 0.03,
  1831. }
  1832. }
  1833. },
  1834. [
  1835. {
  1836. name: "Normal",
  1837. height: math.unit(12, "feet")
  1838. },
  1839. {
  1840. name: "Macro",
  1841. height: math.unit(300, "feet"),
  1842. default: true
  1843. },
  1844. {
  1845. name: "Macro+",
  1846. height: math.unit(1500, "feet")
  1847. },
  1848. ]
  1849. )
  1850. };
  1851. characterMakers["Gregory"] = () => {
  1852. return makeCharacter(
  1853. "Gregory",
  1854. "GregoryKlippenspringer",
  1855. {
  1856. front: {
  1857. height: math.unit(1.3, "meter"),
  1858. weight: math.unit(30, "kg"),
  1859. name: "Front",
  1860. image: {
  1861. source: "./media/characters/gregory/front.svg",
  1862. }
  1863. }
  1864. },
  1865. [
  1866. {
  1867. name: "Normal",
  1868. height: math.unit(1.3, "meter"),
  1869. default: true
  1870. },
  1871. {
  1872. name: "Macro",
  1873. height: math.unit(20, "meter")
  1874. }
  1875. ]
  1876. )
  1877. };
  1878. characterMakers["Elory"] = () => {
  1879. return makeCharacter(
  1880. "Elory",
  1881. "GregoryKlippenspringer",
  1882. {
  1883. front: {
  1884. height: math.unit(2.8, "meter"),
  1885. weight: math.unit(200, "kg"),
  1886. name: "Front",
  1887. image: {
  1888. source: "./media/characters/elory/front.svg",
  1889. }
  1890. }
  1891. },
  1892. [
  1893. {
  1894. name: "Normal",
  1895. height: math.unit(2.8, "meter"),
  1896. default: true
  1897. },
  1898. {
  1899. name: "Macro",
  1900. height: math.unit(38, "meter")
  1901. }
  1902. ]
  1903. )
  1904. };
  1905. characterMakers["Angelpatamon"] = () => {
  1906. return makeCharacter(
  1907. "Angelpatamon",
  1908. "GregoryKlippenspringer",
  1909. {
  1910. front: {
  1911. height: math.unit(470, "feet"),
  1912. weight: math.unit(924, "tons"),
  1913. name: "Front",
  1914. image: {
  1915. source: "./media/characters/angelpatamon/front.svg",
  1916. }
  1917. }
  1918. },
  1919. [
  1920. {
  1921. name: "Normal",
  1922. height: math.unit(470, "feet"),
  1923. default: true
  1924. },
  1925. {
  1926. name: "Deity Size I",
  1927. height: math.unit(28651.2, "km")
  1928. },
  1929. {
  1930. name: "Deity Size II",
  1931. height: math.unit(171907.2, "km")
  1932. }
  1933. ]
  1934. )
  1935. };
  1936. characterMakers["Cryae"] = () => {
  1937. return makeCharacter(
  1938. "Cryae",
  1939. "GregoryKlippenspringer",
  1940. {
  1941. side: {
  1942. height: math.unit(7.2, "meter"),
  1943. weight: math.unit(8.2, "tons"),
  1944. name: "Side",
  1945. image: {
  1946. source: "./media/characters/cryae/side.svg",
  1947. extra: 3500 / 1500
  1948. }
  1949. }
  1950. },
  1951. [
  1952. {
  1953. name: "Normal",
  1954. height: math.unit(7.2, "meter"),
  1955. default: true
  1956. }
  1957. ]
  1958. )
  1959. };
  1960. characterMakers["Xera"] = () => {
  1961. return makeCharacter(
  1962. "Xera",
  1963. "Asana",
  1964. {
  1965. front: {
  1966. height: math.unit(6, "feet"),
  1967. weight: math.unit(175, "lb"),
  1968. name: "Front",
  1969. image: {
  1970. source: "./media/characters/xera/front.svg",
  1971. extra: 2300 / 2061
  1972. }
  1973. },
  1974. side: {
  1975. height: math.unit(6, "feet"),
  1976. weight: math.unit(175, "lb"),
  1977. name: "Side",
  1978. image: {
  1979. source: "./media/characters/xera/side.svg",
  1980. extra: 2300 / 2061
  1981. }
  1982. },
  1983. back: {
  1984. height: math.unit(6, "feet"),
  1985. weight: math.unit(175, "lb"),
  1986. name: "Back",
  1987. image: {
  1988. source: "./media/characters/xera/back.svg"
  1989. }
  1990. },
  1991. },
  1992. [
  1993. {
  1994. name: "Small",
  1995. height: math.unit(10, "feet")
  1996. },
  1997. {
  1998. name: "Macro",
  1999. height: math.unit(500, "meters"),
  2000. default: true
  2001. },
  2002. {
  2003. name: "Macro+",
  2004. height: math.unit(10, "km")
  2005. },
  2006. {
  2007. name: "Gigamacro",
  2008. height: math.unit(25000, "km")
  2009. },
  2010. {
  2011. name: "Teramacro",
  2012. height: math.unit(3e6, "km")
  2013. }
  2014. ]
  2015. )
  2016. };
  2017. characterMakers["Nebula"] = () => {
  2018. return makeCharacter(
  2019. "Nebula",
  2020. "Cilenomon",
  2021. {
  2022. front: {
  2023. height: math.unit(6, "feet"),
  2024. weight: math.unit(175, "lb"),
  2025. name: "Front",
  2026. image: {
  2027. source: "./media/characters/nebula/front.svg",
  2028. extra: 2600 / 2450
  2029. }
  2030. }
  2031. },
  2032. [
  2033. {
  2034. name: "Small",
  2035. height: math.unit(4.5, "meters")
  2036. },
  2037. {
  2038. name: "Macro",
  2039. height: math.unit(1500, "meters"),
  2040. default: true
  2041. },
  2042. {
  2043. name: "Megamacro",
  2044. height: math.unit(150, "km")
  2045. },
  2046. {
  2047. name: "Gigamacro",
  2048. height: math.unit(27000, "km")
  2049. }
  2050. ]
  2051. )
  2052. };
  2053. characterMakers["Abysgar"] = () => {
  2054. return makeCharacter(
  2055. "Abysgar",
  2056. "Cilenomon",
  2057. {
  2058. front: {
  2059. height: math.unit(6, "feet"),
  2060. weight: math.unit(225, "lb"),
  2061. name: "Front",
  2062. image: {
  2063. source: "./media/characters/abysgar/front.svg"
  2064. }
  2065. }
  2066. },
  2067. [
  2068. {
  2069. name: "Small",
  2070. height: math.unit(4.5, "meters")
  2071. },
  2072. {
  2073. name: "Macro",
  2074. height: math.unit(1250, "meters"),
  2075. default: true
  2076. },
  2077. {
  2078. name: "Megamacro",
  2079. height: math.unit(125, "km")
  2080. },
  2081. {
  2082. name: "Gigamacro",
  2083. height: math.unit(26000, "km")
  2084. }
  2085. ]
  2086. )
  2087. };
  2088. characterMakers["Yakuz"] = () => {
  2089. return makeCharacter(
  2090. "Yakuz",
  2091. "Cilenomon",
  2092. {
  2093. front: {
  2094. height: math.unit(6, "feet"),
  2095. weight: math.unit(180, "lb"),
  2096. name: "Front",
  2097. image: {
  2098. source: "./media/characters/yakuz/front.svg"
  2099. }
  2100. }
  2101. },
  2102. [
  2103. {
  2104. name: "Small",
  2105. height: math.unit(5, "meters")
  2106. },
  2107. {
  2108. name: "Macro",
  2109. height: math.unit(1500, "meters"),
  2110. default: true
  2111. },
  2112. {
  2113. name: "Megamacro",
  2114. height: math.unit(200, "km")
  2115. },
  2116. {
  2117. name: "Gigamacro",
  2118. height: math.unit(100000, "km")
  2119. }
  2120. ]
  2121. )
  2122. };
  2123. characterMakers["Mirova"] = () => {
  2124. return makeCharacter(
  2125. "Mirova",
  2126. "Cilenomon",
  2127. {
  2128. front: {
  2129. height: math.unit(6, "feet"),
  2130. weight: math.unit(175, "lb"),
  2131. name: "Front",
  2132. image: {
  2133. source: "./media/characters/mirova/front.svg"
  2134. }
  2135. }
  2136. },
  2137. [
  2138. {
  2139. name: "Small",
  2140. height: math.unit(5, "meters")
  2141. },
  2142. {
  2143. name: "Macro",
  2144. height: math.unit(900, "meters"),
  2145. default: true
  2146. },
  2147. {
  2148. name: "Megamacro",
  2149. height: math.unit(135, "km")
  2150. },
  2151. {
  2152. name: "Gigamacro",
  2153. height: math.unit(20000, "km")
  2154. }
  2155. ]
  2156. )
  2157. };
  2158. characterMakers["Asana (Mech)"] = () => {
  2159. return makeCharacter(
  2160. "Asana (Mech)",
  2161. "Asana",
  2162. {
  2163. side: {
  2164. height: math.unit(28.35, "feet"),
  2165. weight: math.unit(99.75, "tons"),
  2166. name: "Side",
  2167. image: {
  2168. source: "./media/characters/asana-mech/side.svg"
  2169. }
  2170. }
  2171. },
  2172. [
  2173. {
  2174. name: "Normal",
  2175. height: math.unit(28.35, "feet"),
  2176. default: true
  2177. },
  2178. {
  2179. name: "Macro",
  2180. height: math.unit(2500, "feet")
  2181. },
  2182. {
  2183. name: "Megamacro",
  2184. height: math.unit(25, "miles")
  2185. },
  2186. {
  2187. name: "Examacro",
  2188. height: math.unit(6e8, "lightyears")
  2189. },
  2190. ]
  2191. )
  2192. };
  2193. characterMakers["Ashtrek"] = () => {
  2194. return makeCharacter(
  2195. "Ashtrek",
  2196. "Ashtrek",
  2197. {
  2198. front: {
  2199. height: math.unit(2, "meters"),
  2200. weight: math.unit(70, "kg"),
  2201. name: "Front",
  2202. image: {
  2203. source: "./media/characters/ashtrek/front.svg",
  2204. extra: 560/524 ,
  2205. bottom: 0.01
  2206. }
  2207. },
  2208. frontArmor: {
  2209. height: math.unit(2, "meters"),
  2210. weight: math.unit(76, "kg"),
  2211. name: "Front (Armor)",
  2212. image: {
  2213. source: "./media/characters/ashtrek/front-armor.svg",
  2214. extra: 561/527 ,
  2215. bottom: 0.01
  2216. }
  2217. },
  2218. side: {
  2219. height: math.unit(2, "meters"),
  2220. weight: math.unit(70, "kg"),
  2221. name: "Side",
  2222. image: {
  2223. source: "./media/characters/ashtrek/side.svg",
  2224. extra: 1717/1609 ,
  2225. bottom: 0.005
  2226. }
  2227. },
  2228. back: {
  2229. height: math.unit(2, "meters"),
  2230. weight: math.unit(70, "kg"),
  2231. name: "Back",
  2232. image: {
  2233. source: "./media/characters/ashtrek/back.svg",
  2234. extra: 1570/1501
  2235. }
  2236. },
  2237. },
  2238. [
  2239. {
  2240. name: "DEFCON 5",
  2241. height: math.unit(5, "meters")
  2242. },
  2243. {
  2244. name: "DEFCON 4",
  2245. height: math.unit(500, "meters"),
  2246. default: true
  2247. },
  2248. {
  2249. name: "DEFCON 3",
  2250. height: math.unit(5, "km")
  2251. },
  2252. {
  2253. name: "DEFCON 2",
  2254. height: math.unit(500, "km")
  2255. },
  2256. {
  2257. name: "DEFCON 1",
  2258. height: math.unit(500000, "km")
  2259. },
  2260. {
  2261. name: "DEFCON 0",
  2262. height: math.unit(3, "gigaparsecs")
  2263. },
  2264. ]
  2265. )
  2266. };
  2267. characterMakers["Gale"] = () => {
  2268. return makeCharacter(
  2269. "Gale",
  2270. "GaleFierre",
  2271. {
  2272. front: {
  2273. height: math.unit(2, "meters"),
  2274. weight: math.unit(76, "kg"),
  2275. name: "Front",
  2276. image: {
  2277. source: "./media/characters/gale/front.svg"
  2278. }
  2279. },
  2280. frontAlt1: {
  2281. height: math.unit(2, "meters"),
  2282. weight: math.unit(76, "kg"),
  2283. name: "Front (Alt 1)",
  2284. image: {
  2285. source: "./media/characters/gale/front-alt-1.svg"
  2286. }
  2287. },
  2288. frontAlt2: {
  2289. height: math.unit(2, "meters"),
  2290. weight: math.unit(76, "kg"),
  2291. name: "Front (Alt 2)",
  2292. image: {
  2293. source: "./media/characters/gale/front-alt-2.svg"
  2294. }
  2295. },
  2296. },
  2297. [
  2298. {
  2299. name: "Normal",
  2300. height: math.unit(7, "feet")
  2301. },
  2302. {
  2303. name: "Macro",
  2304. height: math.unit(150, "feet"),
  2305. default: true
  2306. },
  2307. {
  2308. name: "Macro+",
  2309. height: math.unit(300, "feet")
  2310. },
  2311. ]
  2312. )
  2313. };
  2314. characterMakers["Draylen"] = () => {
  2315. return makeCharacter(
  2316. "Draylen",
  2317. "Longshot Coyote",
  2318. {
  2319. front: {
  2320. height: math.unit(2, "meters"),
  2321. weight: math.unit(76, "kg"),
  2322. name: "Front",
  2323. image: {
  2324. source: "./media/characters/draylen/front.svg"
  2325. }
  2326. }
  2327. },
  2328. [
  2329. {
  2330. name: "Macro",
  2331. height: math.unit(150, "feet"),
  2332. default: true
  2333. }
  2334. ]
  2335. )
  2336. };
  2337. characterMakers["Chez"] = () => {
  2338. return makeCharacter(
  2339. "Chez",
  2340. "Ashtrek",
  2341. {
  2342. front: {
  2343. height: math.unit(7 + 9 / 12, "feet"),
  2344. weight: math.unit(379, "lbs"),
  2345. name: "Front",
  2346. image: {
  2347. source: "./media/characters/chez/front.svg"
  2348. }
  2349. },
  2350. side: {
  2351. height: math.unit(7 + 9 / 12, "feet"),
  2352. weight: math.unit(379, "lbs"),
  2353. name: "Side",
  2354. image: {
  2355. source: "./media/characters/chez/side.svg"
  2356. }
  2357. }
  2358. },
  2359. [
  2360. {
  2361. name: "Normal",
  2362. height: math.unit(7 + 9 / 12, "feet"),
  2363. default: true
  2364. },
  2365. {
  2366. name: "God King",
  2367. height: math.unit(9750000, "meters")
  2368. }
  2369. ]
  2370. )
  2371. };
  2372. characterMakers["Kaylum"] = () => {
  2373. return makeCharacter(
  2374. "Kaylum",
  2375. "DJDarkJaro",
  2376. {
  2377. front: {
  2378. height: math.unit(6, "feet"),
  2379. weight: math.unit(275, "lbs"),
  2380. name: "Front",
  2381. image: {
  2382. source: "./media/characters/kaylum/front.svg",
  2383. bottom: 0.01,
  2384. extra: 1166 / 1031
  2385. }
  2386. },
  2387. frontWingless: {
  2388. height: math.unit(6, "feet"),
  2389. weight: math.unit(275, "lbs"),
  2390. name: "Front (Wingless)",
  2391. image: {
  2392. source: "./media/characters/kaylum/front-wingless.svg",
  2393. bottom: 0.01,
  2394. extra: 1117 / 1031
  2395. }
  2396. }
  2397. },
  2398. [
  2399. {
  2400. name: "Normal",
  2401. height: math.unit(3.05, "meters")
  2402. },
  2403. {
  2404. name: "Master",
  2405. height: math.unit(5.5, "meters")
  2406. },
  2407. {
  2408. name: "Rampage",
  2409. height: math.unit(19, "meters")
  2410. },
  2411. {
  2412. name: "Macro Lite",
  2413. height: math.unit(37, "meters")
  2414. },
  2415. {
  2416. name: "Hyper Predator",
  2417. height: math.unit(61, "meters")
  2418. },
  2419. {
  2420. name: "Macro",
  2421. height: math.unit(138, "meters"),
  2422. default: true
  2423. }
  2424. ]
  2425. )
  2426. };
  2427. characterMakers["Geta"] = () => {
  2428. return makeCharacter(
  2429. "Geta",
  2430. "Aeznon",
  2431. {
  2432. front: {
  2433. height: math.unit(6, "feet"),
  2434. weight: math.unit(150, "lbs"),
  2435. name: "Front",
  2436. image: {
  2437. source: "./media/characters/geta/front.svg"
  2438. }
  2439. }
  2440. },
  2441. [
  2442. {
  2443. name: "Micro",
  2444. height: math.unit(3, "inches"),
  2445. default: true
  2446. },
  2447. {
  2448. name: "Normal",
  2449. height: math.unit(5 + 5 / 12, "feet")
  2450. }
  2451. ]
  2452. )
  2453. };
  2454. characterMakers["Tyrnn"] = () => {
  2455. return makeCharacter(
  2456. "Tyrnn",
  2457. "Tyrnn",
  2458. {
  2459. front: {
  2460. height: math.unit(6, "feet"),
  2461. weight: math.unit(300, "lbs"),
  2462. name: "Front",
  2463. image: {
  2464. source: "./media/characters/tyrnn/front.svg"
  2465. }
  2466. }
  2467. },
  2468. [
  2469. {
  2470. name: "Main Height",
  2471. height: math.unit(355, "feet"),
  2472. default: true
  2473. },
  2474. {
  2475. name: "Fave. Height",
  2476. height: math.unit(2400, "feet")
  2477. }
  2478. ]
  2479. )
  2480. };
  2481. characterMakers["Apple"] = () => {
  2482. return makeCharacter(
  2483. "Apple",
  2484. "Appledectomy",
  2485. {
  2486. front: {
  2487. height: math.unit(6, "feet"),
  2488. weight: math.unit(300, "lbs"),
  2489. name: "Front",
  2490. image: {
  2491. source: "./media/characters/appledectomy/front.svg"
  2492. }
  2493. }
  2494. },
  2495. [
  2496. {
  2497. name: "Macro",
  2498. height: math.unit(2500, "feet")
  2499. },
  2500. {
  2501. name: "Megamacro",
  2502. height: math.unit(50, "miles"),
  2503. default: true
  2504. },
  2505. {
  2506. name: "Gigamacro",
  2507. height: math.unit(5000, "miles")
  2508. },
  2509. {
  2510. name: "Teramacro",
  2511. height: math.unit(250000, "miles")
  2512. },
  2513. ]
  2514. )
  2515. };
  2516. characterMakers["Vulpes"] = () => {
  2517. return makeCharacter(
  2518. "Vulpes",
  2519. "VulpesPawpad",
  2520. {
  2521. front: {
  2522. height: math.unit(6, "feet"),
  2523. weight: math.unit(200, "lbs"),
  2524. name: "Front",
  2525. image: {
  2526. source: "./media/characters/vulpes/front.svg"
  2527. }
  2528. },
  2529. side: {
  2530. height: math.unit(6, "feet"),
  2531. weight: math.unit(200, "lbs"),
  2532. name: "Side",
  2533. image: {
  2534. source: "./media/characters/vulpes/side.svg"
  2535. }
  2536. },
  2537. back: {
  2538. height: math.unit(6, "feet"),
  2539. weight: math.unit(200, "lbs"),
  2540. name: "Back",
  2541. image: {
  2542. source: "./media/characters/vulpes/back.svg"
  2543. }
  2544. },
  2545. feet: {
  2546. height: math.unit(1.276, "feet"),
  2547. name: "Feet",
  2548. image: {
  2549. source: "./media/characters/vulpes/feet.svg"
  2550. }
  2551. },
  2552. },
  2553. [
  2554. {
  2555. name: "Micro",
  2556. height: math.unit(2, "inches")
  2557. },
  2558. {
  2559. name: "Normal",
  2560. height: math.unit(6.3, "feet")
  2561. },
  2562. {
  2563. name: "Macro",
  2564. height: math.unit(850, "feet")
  2565. },
  2566. {
  2567. name: "Megamacro",
  2568. height: math.unit(7500, "feet"),
  2569. default: true
  2570. },
  2571. {
  2572. name: "Gigamacro",
  2573. height: math.unit(570000, "miles")
  2574. }
  2575. ]
  2576. )
  2577. };
  2578. characterMakers["Rain Fallen"] = () => {
  2579. return makeCharacter(
  2580. "Rain Fallen",
  2581. "Rain Fallen",
  2582. {
  2583. front: {
  2584. height: math.unit(6, "feet"),
  2585. weight: math.unit(210, "lbs"),
  2586. name: "Front",
  2587. image: {
  2588. source: "./media/characters/rain/front.svg"
  2589. }
  2590. },
  2591. side: {
  2592. height: math.unit(6, "feet"),
  2593. weight: math.unit(210, "lbs"),
  2594. name: "Side",
  2595. image: {
  2596. source: "./media/characters/rain/side.svg"
  2597. }
  2598. },
  2599. back: {
  2600. height: math.unit(6, "feet"),
  2601. weight: math.unit(210, "lbs"),
  2602. name: "Back",
  2603. image: {
  2604. source: "./media/characters/rain/back.svg"
  2605. }
  2606. },
  2607. feral: {
  2608. height: math.unit(9, "feet"),
  2609. weight: math.unit(700, "lbs"),
  2610. name: "Feral",
  2611. image: {
  2612. source: "./media/characters/rain/feral.svg"
  2613. }
  2614. },
  2615. },
  2616. [
  2617. {
  2618. name: "Normal",
  2619. height: math.unit(5, "meter")
  2620. },
  2621. {
  2622. name: "Macro",
  2623. height: math.unit(150, "meter"),
  2624. default: true
  2625. },
  2626. {
  2627. name: "Megamacro",
  2628. height: math.unit(278e6, "meter")
  2629. },
  2630. {
  2631. name: "Gigamacro",
  2632. height: math.unit(2e9, "meter")
  2633. },
  2634. {
  2635. name: "Teramacro",
  2636. height: math.unit(8e12, "meter")
  2637. },
  2638. {
  2639. name: "Devourer",
  2640. height: math.unit(14, "zettameters")
  2641. },
  2642. {
  2643. name: "Scarlet King",
  2644. height: math.unit(18, "yottameters")
  2645. },
  2646. {
  2647. name: "Void",
  2648. height: math.unit(6.66e66, "yottameters")
  2649. }
  2650. ]
  2651. )
  2652. };
  2653. characterMakers["Zaakira"] = () => {
  2654. return makeCharacter(
  2655. "Zaakira",
  2656. "Jazzywolf",
  2657. {
  2658. standing: {
  2659. height: math.unit(6, "feet"),
  2660. weight: math.unit(180, "lbs"),
  2661. name: "Standing",
  2662. image: {
  2663. source: "./media/characters/zaakira/standing.svg"
  2664. }
  2665. },
  2666. laying: {
  2667. height: math.unit(3, "feet"),
  2668. weight: math.unit(180, "lbs"),
  2669. name: "Laying",
  2670. image: {
  2671. source: "./media/characters/zaakira/laying.svg"
  2672. }
  2673. },
  2674. },
  2675. [
  2676. {
  2677. name: "Normal",
  2678. height: math.unit(12, "feet")
  2679. },
  2680. {
  2681. name: "Macro",
  2682. height: math.unit(279, "feet"),
  2683. default: true
  2684. }
  2685. ]
  2686. )
  2687. };
  2688. characterMakers["Sigvald"] = () => {
  2689. return makeCharacter(
  2690. "Sigvald",
  2691. "Sigvald",
  2692. {
  2693. front: {
  2694. height: math.unit(6, "feet"),
  2695. weight: math.unit(250, "lbs"),
  2696. name: "Front",
  2697. image: {
  2698. source: "./media/characters/sigvald/front.svg",
  2699. extra: 1000 / 850
  2700. }
  2701. },
  2702. back: {
  2703. height: math.unit(6, "feet"),
  2704. weight: math.unit(250, "lbs"),
  2705. name: "Back",
  2706. image: {
  2707. source: "./media/characters/sigvald/back.svg"
  2708. }
  2709. },
  2710. },
  2711. [
  2712. {
  2713. name: "Normal",
  2714. height: math.unit(8, "feet")
  2715. },
  2716. {
  2717. name: "Large",
  2718. height: math.unit(12, "feet")
  2719. },
  2720. {
  2721. name: "Larger",
  2722. height: math.unit(20, "feet")
  2723. },
  2724. {
  2725. name: "Macro",
  2726. height: math.unit(150, "feet")
  2727. },
  2728. {
  2729. name: "Macro+",
  2730. height: math.unit(200, "feet"),
  2731. default: true
  2732. },
  2733. ]
  2734. )
  2735. };
  2736. characterMakers["Scott"] = () => {
  2737. return makeCharacter(
  2738. "Scott",
  2739. "Scott",
  2740. {
  2741. side: {
  2742. height: math.unit(12, "feet"),
  2743. weight: math.unit(3000, "lbs"),
  2744. name: "Side",
  2745. image: {
  2746. source: "./media/characters/scott/side.svg",
  2747. extra: 1,
  2748. bottom: 0.069
  2749. }
  2750. },
  2751. upright: {
  2752. height: math.unit(12, "feet"),
  2753. weight: math.unit(3000, "lbs"),
  2754. name: "Upright",
  2755. image: {
  2756. source: "./media/characters/scott/upright.svg",
  2757. extra: 1,
  2758. bottom: 0.05
  2759. }
  2760. },
  2761. },
  2762. [
  2763. {
  2764. name: "Normal",
  2765. height: math.unit(12, "feet"),
  2766. default: true
  2767. },
  2768. ]
  2769. )
  2770. };
  2771. characterMakers["Tobias"] = () => {
  2772. return makeCharacter(
  2773. "Tobias",
  2774. "Tobias",
  2775. {
  2776. side: {
  2777. height: math.unit(8, "meters"),
  2778. weight: math.unit(84755, "lbs"),
  2779. name: "Side",
  2780. image: {
  2781. source: "./media/characters/tobias/side.svg",
  2782. extra: 5 / 4
  2783. }
  2784. },
  2785. },
  2786. [
  2787. {
  2788. name: "Normal",
  2789. height: math.unit(8, "meters"),
  2790. default: true
  2791. },
  2792. ]
  2793. )
  2794. };
  2795. characterMakers["Kieran"] = () => {
  2796. return makeCharacter(
  2797. "Kieran",
  2798. "Kieran",
  2799. {
  2800. front: {
  2801. height: math.unit(5.5, "feet"),
  2802. weight: math.unit(400, "lbs"),
  2803. name: "Front",
  2804. image: {
  2805. source: "./media/characters/kieran/front.svg",
  2806. extra: 1.05
  2807. }
  2808. },
  2809. side: {
  2810. height: math.unit(5.5, "feet"),
  2811. weight: math.unit(400, "lbs"),
  2812. name: "Side",
  2813. image: {
  2814. source: "./media/characters/kieran/side.svg",
  2815. extra: 950 / 850
  2816. }
  2817. },
  2818. },
  2819. [
  2820. {
  2821. name: "Normal",
  2822. height: math.unit(5.5, "feet"),
  2823. default: true
  2824. },
  2825. ]
  2826. )
  2827. };
  2828. characterMakers["Sanya"] = () => {
  2829. return makeCharacter(
  2830. "Sanya",
  2831. "BanterGhost",
  2832. {
  2833. side: {
  2834. height: math.unit(2, "meters"),
  2835. weight: math.unit(70, "kg"),
  2836. name: "Side",
  2837. image: {
  2838. source: "./media/characters/sanya/side.svg",
  2839. bottom: 0.02,
  2840. extra: 1.02
  2841. }
  2842. },
  2843. },
  2844. [
  2845. {
  2846. name: "Small",
  2847. height: math.unit(2, "meters")
  2848. },
  2849. {
  2850. name: "Normal",
  2851. height: math.unit(3, "meters")
  2852. },
  2853. {
  2854. name: "Macro",
  2855. height: math.unit(16, "meters"),
  2856. default: true
  2857. },
  2858. ]
  2859. )
  2860. };
  2861. characterMakers["Miranda"] = () => {
  2862. return makeCharacter(
  2863. "Miranda",
  2864. "MirandaArqayla",
  2865. {
  2866. side: {
  2867. height: math.unit(2, "meters"),
  2868. weight: math.unit(120, "kg"),
  2869. name: "Front",
  2870. image: {
  2871. source: "./media/characters/miranda/front.svg",
  2872. extra: 10.6 / 10
  2873. }
  2874. },
  2875. },
  2876. [
  2877. {
  2878. name: "Normal",
  2879. height: math.unit(10, "feet"),
  2880. default: true
  2881. }
  2882. ]
  2883. )
  2884. };
  2885. characterMakers["James"] = () => {
  2886. return makeCharacter(
  2887. "James",
  2888. "MirandaArqayla",
  2889. {
  2890. side: {
  2891. height: math.unit(2, "meters"),
  2892. weight: math.unit(100, "kg"),
  2893. name: "Front",
  2894. image: {
  2895. source: "./media/characters/james/front.svg",
  2896. extra: 10 / 8.5
  2897. }
  2898. },
  2899. },
  2900. [
  2901. {
  2902. name: "Normal",
  2903. height: math.unit(8.5, "feet"),
  2904. default: true
  2905. }
  2906. ]
  2907. )
  2908. };
  2909. characterMakers["Heather"] = () => {
  2910. return makeCharacter(
  2911. "Heather",
  2912. "MirandaArqayla",
  2913. {
  2914. side: {
  2915. height: math.unit(9.5, "feet"),
  2916. weight: math.unit(2500, "lbs"),
  2917. name: "Side",
  2918. image: {
  2919. source: "./media/characters/heather/side.svg"
  2920. }
  2921. },
  2922. },
  2923. [
  2924. {
  2925. name: "Normal",
  2926. height: math.unit(9.5, "feet"),
  2927. default: true
  2928. }
  2929. ]
  2930. )
  2931. };
  2932. characterMakers["Lukas"] = () => {
  2933. return makeCharacter(
  2934. "Lukas",
  2935. "MirandaArqayla",
  2936. {
  2937. side: {
  2938. height: math.unit(6.5, "feet"),
  2939. weight: math.unit(400, "lbs"),
  2940. name: "Side",
  2941. image: {
  2942. source: "./media/characters/lukas/side.svg",
  2943. extra: 7.25 / 6.5
  2944. }
  2945. },
  2946. },
  2947. [
  2948. {
  2949. name: "Normal",
  2950. height: math.unit(6.5, "feet"),
  2951. default: true
  2952. }
  2953. ]
  2954. )
  2955. };
  2956. characterMakers["Louise"] = () => {
  2957. return makeCharacter(
  2958. "Louise",
  2959. "MirandaArqayla",
  2960. {
  2961. side: {
  2962. height: math.unit(5, "feet"),
  2963. weight: math.unit(3000, "lbs"),
  2964. name: "Side",
  2965. image: {
  2966. source: "./media/characters/louise/side.svg"
  2967. }
  2968. },
  2969. },
  2970. [
  2971. {
  2972. name: "Normal",
  2973. height: math.unit(5, "feet"),
  2974. default: true
  2975. }
  2976. ]
  2977. )
  2978. };
  2979. characterMakers["Ramona"] = () => {
  2980. return makeCharacter(
  2981. "Ramona",
  2982. "ZakuraTech",
  2983. {
  2984. side: {
  2985. height: math.unit(6, "feet"),
  2986. weight: math.unit(150, "lbs"),
  2987. name: "Side",
  2988. image: {
  2989. source: "./media/characters/ramona/side.svg"
  2990. }
  2991. },
  2992. },
  2993. [
  2994. {
  2995. name: "Normal",
  2996. height: math.unit(5.3, "meters"),
  2997. default: true
  2998. },
  2999. {
  3000. name: "Macro",
  3001. height: math.unit(20, "stories")
  3002. },
  3003. {
  3004. name: "Macro+",
  3005. height: math.unit(50, "stories")
  3006. },
  3007. ]
  3008. )
  3009. };
  3010. characterMakers["Deerpuff"] = () => {
  3011. return makeCharacter(
  3012. "Deerpuff",
  3013. "Deerpuff",
  3014. {
  3015. standing: {
  3016. height: math.unit(5.75, "feet"),
  3017. weight: math.unit(160, "lbs"),
  3018. name: "Standing",
  3019. image: {
  3020. source: "./media/characters/deerpuff/standing.svg",
  3021. extra: 682 / 624
  3022. }
  3023. },
  3024. sitting: {
  3025. height: math.unit(5.75 / 1.79, "feet"),
  3026. weight: math.unit(160, "lbs"),
  3027. name: "Sitting",
  3028. image: {
  3029. source: "./media/characters/deerpuff/sitting.svg",
  3030. bottom: 44 / 400,
  3031. extra: 1
  3032. }
  3033. },
  3034. taurLaying: {
  3035. height: math.unit(6, "feet"),
  3036. weight: math.unit(400, "lbs"),
  3037. name: "Taur (Laying)",
  3038. image: {
  3039. source: "./media/characters/deerpuff/taur-laying.svg"
  3040. }
  3041. },
  3042. },
  3043. [
  3044. {
  3045. name: "Puffball",
  3046. height: math.unit(6, "inches")
  3047. },
  3048. {
  3049. name: "Normalpuff",
  3050. height: math.unit(5.75, "feet")
  3051. },
  3052. {
  3053. name: "Macropuff",
  3054. height: math.unit(1500, "feet"),
  3055. default: true
  3056. },
  3057. {
  3058. name: "Megapuff",
  3059. height: math.unit(500, "miles")
  3060. },
  3061. {
  3062. name: "Gigapuff",
  3063. height: math.unit(250000, "miles")
  3064. },
  3065. {
  3066. name: "Omegapuff",
  3067. height: math.unit(1000, "lightyears")
  3068. },
  3069. ]
  3070. )
  3071. };
  3072. characterMakers["Vivian"] = () => {
  3073. return makeCharacter(
  3074. "Vivian",
  3075. "Fauxlacine",
  3076. {
  3077. stomping: {
  3078. height: math.unit(6, "feet"),
  3079. weight: math.unit(170, "lbs"),
  3080. name: "Stomping",
  3081. image: {
  3082. source: "./media/characters/vivian/stomping.svg"
  3083. }
  3084. },
  3085. sitting: {
  3086. height: math.unit(6 / 1.75, "feet"),
  3087. weight: math.unit(170, "lbs"),
  3088. name: "Sitting",
  3089. image: {
  3090. source: "./media/characters/vivian/sitting.svg",
  3091. bottom: 1 / 6.4,
  3092. extra: 1,
  3093. }
  3094. },
  3095. },
  3096. [
  3097. {
  3098. name: "Normal",
  3099. height: math.unit(7, "feet"),
  3100. default: true
  3101. },
  3102. {
  3103. name: "Macro",
  3104. height: math.unit(10, "stories")
  3105. },
  3106. {
  3107. name: "Macro+",
  3108. height: math.unit(30, "stories")
  3109. },
  3110. {
  3111. name: "Megamacro",
  3112. height: math.unit(10, "miles")
  3113. },
  3114. {
  3115. name: "Megamacro+",
  3116. height: math.unit(2750000, "meters")
  3117. },
  3118. ]
  3119. )
  3120. };
  3121. characterMakers["Prince"] = () => {
  3122. return makeCharacter(
  3123. "Prince",
  3124. "Kurrikage",
  3125. {
  3126. front: {
  3127. height: math.unit(6, "feet"),
  3128. weight: math.unit(160, "lbs"),
  3129. name: "Front",
  3130. image: {
  3131. source: "./media/characters/prince/front.svg",
  3132. extra: 3400/3000
  3133. }
  3134. },
  3135. jumping: {
  3136. height: math.unit(6, "feet"),
  3137. weight: math.unit(160, "lbs"),
  3138. name: "Jumping",
  3139. image: {
  3140. source: "./media/characters/prince/jump.svg",
  3141. extra: 2555/2134
  3142. }
  3143. },
  3144. },
  3145. [
  3146. {
  3147. name: "Normal",
  3148. height: math.unit(7.75, "feet"),
  3149. default: true
  3150. }
  3151. ]
  3152. )
  3153. };
  3154. characterMakers["Psymon"] = () => {
  3155. return makeCharacter(
  3156. "Psymon",
  3157. "Kurrikage",
  3158. {
  3159. standing: {
  3160. height: math.unit(6, "feet"),
  3161. weight: math.unit(300, "lbs"),
  3162. name: "Standing",
  3163. image: {
  3164. source: "./media/characters/psymon/standing.svg",
  3165. extra: 1888/1810
  3166. }
  3167. },
  3168. slithering: {
  3169. height: math.unit(6, "feet"),
  3170. weight: math.unit(300, "lbs"),
  3171. name: "Slithering",
  3172. image: {
  3173. source: "./media/characters/psymon/slithering.svg",
  3174. extra: 1330/1224
  3175. }
  3176. },
  3177. slitheringAlt: {
  3178. height: math.unit(6, "feet"),
  3179. weight: math.unit(300, "lbs"),
  3180. name: "Slithering (Alt)",
  3181. image: {
  3182. source: "./media/characters/psymon/slithering-alt.svg",
  3183. extra: 1330/1224
  3184. }
  3185. },
  3186. },
  3187. [
  3188. {
  3189. name: "Normal",
  3190. height: math.unit(11.25, "feet"),
  3191. default: true
  3192. }
  3193. ]
  3194. )
  3195. };
  3196. characterMakers["Daimos"] = () => {
  3197. return makeCharacter(
  3198. "Daimos",
  3199. "Kurrikage",
  3200. {
  3201. front: {
  3202. height: math.unit(6, "feet"),
  3203. weight: math.unit(180, "lbs"),
  3204. name: "Front",
  3205. image: {
  3206. source: "./media/characters/daimos/front.svg",
  3207. extra: 4160/3897
  3208. }
  3209. }
  3210. },
  3211. [
  3212. {
  3213. name: "Normal",
  3214. height: math.unit(8, "feet"),
  3215. default: true
  3216. }
  3217. ]
  3218. )
  3219. };
  3220. characterMakers["Blake"] = () => {
  3221. return makeCharacter(
  3222. "Blake",
  3223. "Kurrikage",
  3224. {
  3225. side: {
  3226. height: math.unit(6, "feet"),
  3227. weight: math.unit(180, "lbs"),
  3228. name: "Side",
  3229. image: {
  3230. source: "./media/characters/blake/side.svg",
  3231. extra: 1212/1120 ,
  3232. bottom: 0.05
  3233. }
  3234. },
  3235. crouched: {
  3236. height: math.unit(6*0.57, "feet"),
  3237. weight: math.unit(180, "lbs"),
  3238. name: "Crouched",
  3239. image: {
  3240. source: "./media/characters/blake/crouched.svg",
  3241. extra: 840/587 ,
  3242. bottom: 0.04
  3243. }
  3244. },
  3245. bent: {
  3246. height: math.unit(6*0.75, "feet"),
  3247. weight: math.unit(180, "lbs"),
  3248. name: "Bent",
  3249. image: {
  3250. source: "./media/characters/blake/bent.svg",
  3251. extra: 592/544 ,
  3252. bottom: 0.035
  3253. }
  3254. },
  3255. },
  3256. [
  3257. {
  3258. name: "Normal",
  3259. height: math.unit(8 + 1/6, "feet"),
  3260. default: true
  3261. }
  3262. ]
  3263. )
  3264. };
  3265. characterMakers["Guisetto"] = () => {
  3266. return makeCharacter(
  3267. "Guisetto",
  3268. "Kurrikage",
  3269. {
  3270. front: {
  3271. height: math.unit(6, "feet"),
  3272. weight: math.unit(180, "lbs"),
  3273. name: "Front",
  3274. image: {
  3275. source: "./media/characters/guisetto/front.svg",
  3276. extra: 856/817
  3277. }
  3278. },
  3279. airborne: {
  3280. height: math.unit(6, "feet"),
  3281. weight: math.unit(180, "lbs"),
  3282. name: "Airborne",
  3283. image: {
  3284. source: "./media/characters/guisetto/airborne.svg",
  3285. extra: 584/525
  3286. }
  3287. },
  3288. },
  3289. [
  3290. {
  3291. name: "Normal",
  3292. height: math.unit(10 + 11/12, "feet"),
  3293. default: true
  3294. }
  3295. ]
  3296. )
  3297. };
  3298. characterMakers["Luxor"] = () => {
  3299. return makeCharacter(
  3300. "Luxor",
  3301. "Kurrikage",
  3302. {
  3303. front: {
  3304. height: math.unit(6, "feet"),
  3305. weight: math.unit(180, "lbs"),
  3306. name: "Front",
  3307. image: {
  3308. source: "./media/characters/luxor/front.svg",
  3309. extra: 2940/2152
  3310. }
  3311. },
  3312. back: {
  3313. height: math.unit(6, "feet"),
  3314. weight: math.unit(180, "lbs"),
  3315. name: "Back",
  3316. image: {
  3317. source: "./media/characters/luxor/back.svg",
  3318. extra: 1083/960
  3319. }
  3320. },
  3321. },
  3322. [
  3323. {
  3324. name: "Normal",
  3325. height: math.unit(5 + 5/6, "feet"),
  3326. default: true
  3327. },
  3328. {
  3329. name: "Lamp",
  3330. height: math.unit(50, "feet")
  3331. },
  3332. {
  3333. name: "Lämp",
  3334. height: math.unit(300, "feet")
  3335. },
  3336. {
  3337. name: "The sun is a lamp",
  3338. height: math.unit(250000, "miles")
  3339. },
  3340. ]
  3341. )
  3342. };
  3343. characterMakers["Huoyan"] = () => {
  3344. return makeCharacter(
  3345. "Huoyan",
  3346. "Kurrikage",
  3347. {
  3348. front: {
  3349. height: math.unit(6, "feet"),
  3350. weight: math.unit(50, "lbs"),
  3351. name: "Front",
  3352. image: {
  3353. source: "./media/characters/huoyan/front.svg"
  3354. }
  3355. },
  3356. side: {
  3357. height: math.unit(6, "feet"),
  3358. weight: math.unit(180, "lbs"),
  3359. name: "Side",
  3360. image: {
  3361. source: "./media/characters/huoyan/side.svg"
  3362. }
  3363. },
  3364. },
  3365. [
  3366. {
  3367. name: "Normal",
  3368. height: math.unit(65, "feet"),
  3369. default: true
  3370. }
  3371. ]
  3372. )
  3373. };
  3374. characterMakers["Tails"] = () => {
  3375. return makeCharacter(
  3376. "Tails",
  3377. "Rainier",
  3378. {
  3379. front: {
  3380. height: math.unit(5 + 3/4, "feet"),
  3381. weight: math.unit(120, "lbs"),
  3382. name: "Front",
  3383. image: {
  3384. source: "./media/characters/tails/front.svg"
  3385. }
  3386. }
  3387. },
  3388. [
  3389. {
  3390. name: "Normal",
  3391. height: math.unit(5 + 3/4, "feet"),
  3392. default: true
  3393. }
  3394. ]
  3395. )
  3396. };
  3397. characterMakers["Rainy"] = () => {
  3398. return makeCharacter(
  3399. "Rainy",
  3400. "Rainier",
  3401. {
  3402. front: {
  3403. height: math.unit(4, "feet"),
  3404. weight: math.unit(50, "lbs"),
  3405. name: "Front",
  3406. image: {
  3407. source: "./media/characters/rainy/front.svg"
  3408. }
  3409. }
  3410. },
  3411. [
  3412. {
  3413. name: "Macro",
  3414. height: math.unit(800, "feet"),
  3415. default: true
  3416. }
  3417. ]
  3418. )
  3419. };
  3420. characterMakers["Rainier"] = () => {
  3421. return makeCharacter(
  3422. "Rainier",
  3423. "Rainier",
  3424. {
  3425. front: {
  3426. height: math.unit(6, "feet"),
  3427. weight: math.unit(150, "lbs"),
  3428. name: "Front",
  3429. image: {
  3430. source: "./media/characters/rainier/front.svg"
  3431. }
  3432. }
  3433. },
  3434. [
  3435. {
  3436. name: "Micro",
  3437. height: math.unit(2, "mm"),
  3438. default: true
  3439. }
  3440. ]
  3441. )
  3442. };
  3443. characterMakers["Andy"] = () => {
  3444. return makeCharacter(
  3445. "Andy",
  3446. "drewbermeister",
  3447. {
  3448. front: {
  3449. height: math.unit(6, "feet"),
  3450. weight: math.unit(180, "lbs"),
  3451. name: "Front",
  3452. image: {
  3453. source: "./media/characters/andy/front.svg"
  3454. }
  3455. }
  3456. },
  3457. [
  3458. {
  3459. name: "Normal",
  3460. height: math.unit(8, "feet"),
  3461. default: true
  3462. },
  3463. {
  3464. name: "Macro",
  3465. height: math.unit(1000, "feet")
  3466. },
  3467. {
  3468. name: "Megamacro",
  3469. height: math.unit(5, "miles")
  3470. },
  3471. {
  3472. name: "Gigamacro",
  3473. height: math.unit(5000, "miles")
  3474. },
  3475. ]
  3476. )
  3477. };
  3478. characterMakers["Cimmaron"] = () => {
  3479. return makeCharacter(
  3480. "Cimmaron",
  3481. "Cimmaron",
  3482. {
  3483. frontClothed: {
  3484. height: math.unit(6, "feet"),
  3485. weight: math.unit(210, "lbs"),
  3486. name: "Front (Clothed)",
  3487. image: {
  3488. source: "./media/characters/cimmaron/front-clothed.svg",
  3489. extra: 701/676 ,
  3490. bottom: 0.046
  3491. }
  3492. },
  3493. backClothed: {
  3494. height: math.unit(6, "feet"),
  3495. weight: math.unit(210, "lbs"),
  3496. name: "Back (Clothed)",
  3497. image: {
  3498. source: "./media/characters/cimmaron/back-clothed.svg",
  3499. extra: 701/676 ,
  3500. bottom: 0.046
  3501. }
  3502. },
  3503. frontNude: {
  3504. height: math.unit(6, "feet"),
  3505. weight: math.unit(210, "lbs"),
  3506. name: "Front (Nude)",
  3507. image: {
  3508. source: "./media/characters/cimmaron/front-nude.svg",
  3509. extra: 701/676 ,
  3510. bottom: 0.046
  3511. }
  3512. },
  3513. backNude: {
  3514. height: math.unit(6, "feet"),
  3515. weight: math.unit(210, "lbs"),
  3516. name: "Back (Nude)",
  3517. image: {
  3518. source: "./media/characters/cimmaron/back-nude.svg",
  3519. extra: 701/676 ,
  3520. bottom: 0.046
  3521. }
  3522. }
  3523. },
  3524. [
  3525. {
  3526. name: "Normal",
  3527. height: math.unit(6, "feet"),
  3528. default: true
  3529. },
  3530. {
  3531. name: "Macro Mayor",
  3532. height: math.unit(350, "meters")
  3533. },
  3534. ]
  3535. )
  3536. };
  3537. characterMakers["Akari Kaen"] = () => {
  3538. return makeCharacter(
  3539. "Akari Kaen",
  3540. "Akari",
  3541. {
  3542. front: {
  3543. height: math.unit(6, "feet"),
  3544. weight: math.unit(200, "lbs"),
  3545. name: "Front",
  3546. image: {
  3547. source: "./media/characters/akari/front.svg",
  3548. extra: 962/901,
  3549. bottom: 0.04
  3550. }
  3551. }
  3552. },
  3553. [
  3554. {
  3555. name: "Micro",
  3556. height: math.unit(5, "inches"),
  3557. default: true
  3558. },
  3559. {
  3560. name: "Normal",
  3561. height: math.unit(7, "feet")
  3562. },
  3563. ]
  3564. )
  3565. };
  3566. characterMakers["Cynosura"] = () => {
  3567. return makeCharacter(
  3568. "Cynosura",
  3569. "Cynosura",
  3570. {
  3571. front: {
  3572. height: math.unit(6, "feet"),
  3573. weight: math.unit(140, "lbs"),
  3574. name: "Front",
  3575. image: {
  3576. source: "./media/characters/cynosura/front.svg",
  3577. extra: 896/847
  3578. }
  3579. },
  3580. back: {
  3581. height: math.unit(6, "feet"),
  3582. weight: math.unit(140, "lbs"),
  3583. name: "Back",
  3584. image: {
  3585. source: "./media/characters/cynosura/back.svg",
  3586. extra: 1365/1250
  3587. }
  3588. },
  3589. },
  3590. [
  3591. {
  3592. name: "Micro",
  3593. height: math.unit(4, "inches")
  3594. },
  3595. {
  3596. name: "Normal",
  3597. height: math.unit(5.75, "feet"),
  3598. default: true
  3599. },
  3600. {
  3601. name: "Tall",
  3602. height: math.unit(10, "feet")
  3603. },
  3604. {
  3605. name: "Big",
  3606. height: math.unit(20, "feet")
  3607. },
  3608. {
  3609. name: "Macro",
  3610. height: math.unit(50, "feet")
  3611. },
  3612. ]
  3613. )
  3614. };
  3615. characterMakers["Gin"] = () => {
  3616. return makeCharacter(
  3617. "Gin",
  3618. "Ozzie_gt",
  3619. {
  3620. front: {
  3621. height: math.unit(6, "feet"),
  3622. weight: math.unit(170, "lbs"),
  3623. name: "Front",
  3624. image: {
  3625. source: "./media/characters/gin/front.svg"
  3626. }
  3627. },
  3628. foot: {
  3629. height: math.unit(6/4.25, "feet"),
  3630. name: "Foot",
  3631. image: {
  3632. source: "./media/characters/gin/foot.svg"
  3633. }
  3634. },
  3635. sole: {
  3636. height: math.unit(6/4.40, "feet"),
  3637. name: "Sole",
  3638. image: {
  3639. source: "./media/characters/gin/sole.svg"
  3640. }
  3641. },
  3642. },
  3643. [
  3644. {
  3645. name: "Normal",
  3646. height: math.unit(9 + 4/12, "feet")
  3647. },
  3648. {
  3649. name: "Macro",
  3650. height: math.unit(1500, "feet")
  3651. },
  3652. {
  3653. name: "Megamacro",
  3654. height: math.unit(200, "miles"),
  3655. default: true
  3656. },
  3657. {
  3658. name: "Gigamacro",
  3659. height: math.unit(500, "megameters")
  3660. },
  3661. {
  3662. name: "Teramacro",
  3663. height: math.unit(15, "lightyears")
  3664. }
  3665. ]
  3666. )
  3667. };
  3668. characterMakers["Guy"] = () => {
  3669. return makeCharacter(
  3670. "Guy",
  3671. "Whatastandupguy",
  3672. {
  3673. front: {
  3674. height: math.unit(6 + 1/6, "feet"),
  3675. weight: math.unit(178, "lbs"),
  3676. name: "Front",
  3677. image: {
  3678. source: "./media/characters/guy/front.svg"
  3679. }
  3680. }
  3681. },
  3682. [
  3683. {
  3684. name: "Normal",
  3685. height: math.unit(6 + 1/6, "feet"),
  3686. default: true
  3687. },
  3688. {
  3689. name: "Large",
  3690. height: math.unit(25 + 7/12, "feet")
  3691. },
  3692. {
  3693. name: "Macro",
  3694. height: math.unit(60 + 9/12, "feet")
  3695. },
  3696. {
  3697. name: "Macro+",
  3698. height: math.unit(246, "feet")
  3699. },
  3700. {
  3701. name: "Macro++",
  3702. height: math.unit(878, "feet")
  3703. }
  3704. ]
  3705. )
  3706. };
  3707. characterMakers["Tiberius"] = () => {
  3708. return makeCharacter(
  3709. "Tiberius",
  3710. "movler",
  3711. {
  3712. front: {
  3713. height: math.unit(9, "feet"),
  3714. weight: math.unit(800, "lbs"),
  3715. name: "Front",
  3716. image: {
  3717. source: "./media/characters/tiberius/front.svg",
  3718. extra: 2295/2071
  3719. }
  3720. },
  3721. back: {
  3722. height: math.unit(9, "feet"),
  3723. weight: math.unit(800, "lbs"),
  3724. name: "Back",
  3725. image: {
  3726. source: "./media/characters/tiberius/back.svg",
  3727. extra: 2373/2160
  3728. }
  3729. },
  3730. },
  3731. [
  3732. {
  3733. name: "Normal",
  3734. height: math.unit(9, "feet"),
  3735. default: true
  3736. }
  3737. ]
  3738. )
  3739. };
  3740. characterMakers["Surgo"] = () => {
  3741. return makeCharacter(
  3742. "Surgo",
  3743. "movler",
  3744. {
  3745. front: {
  3746. height: math.unit(6, "feet"),
  3747. weight: math.unit(600, "lbs"),
  3748. name: "Front",
  3749. image: {
  3750. source: "./media/characters/surgo/front.svg",
  3751. extra: 3591/2227
  3752. }
  3753. },
  3754. back: {
  3755. height: math.unit(6, "feet"),
  3756. weight: math.unit(600, "lbs"),
  3757. name: "Back",
  3758. image: {
  3759. source: "./media/characters/surgo/back.svg",
  3760. extra: 3557/2228
  3761. }
  3762. },
  3763. laying: {
  3764. height: math.unit(6 * 0.85, "feet"),
  3765. weight: math.unit(600, "lbs"),
  3766. name: "Laying",
  3767. image: {
  3768. source: "./media/characters/surgo/laying.svg"
  3769. }
  3770. },
  3771. },
  3772. [
  3773. {
  3774. name: "Normal",
  3775. height: math.unit(6, "feet"),
  3776. default: true
  3777. }
  3778. ]
  3779. )
  3780. };
  3781. characterMakers["Cibus"] = () => {
  3782. return makeCharacter(
  3783. "Cibus",
  3784. "movler",
  3785. {
  3786. side: {
  3787. height: math.unit(6, "feet"),
  3788. weight: math.unit(150, "lbs"),
  3789. name: "Side",
  3790. image: {
  3791. source: "./media/characters/cibus/side.svg",
  3792. extra: 800/400
  3793. }
  3794. },
  3795. },
  3796. [
  3797. {
  3798. name: "Normal",
  3799. height: math.unit(6, "feet"),
  3800. default: true
  3801. }
  3802. ]
  3803. )
  3804. };
  3805. characterMakers["Nibbles"] = () => {
  3806. return makeCharacter(
  3807. "Nibbles",
  3808. "movler",
  3809. {
  3810. front: {
  3811. height: math.unit(6, "feet"),
  3812. weight: math.unit(240, "lbs"),
  3813. name: "Front",
  3814. image: {
  3815. source: "./media/characters/nibbles/front.svg"
  3816. }
  3817. },
  3818. side: {
  3819. height: math.unit(6, "feet"),
  3820. weight: math.unit(240, "lbs"),
  3821. name: "Side",
  3822. image: {
  3823. source: "./media/characters/nibbles/side.svg"
  3824. }
  3825. },
  3826. },
  3827. [
  3828. {
  3829. name: "Normal",
  3830. height: math.unit(9, "feet"),
  3831. default: true
  3832. }
  3833. ]
  3834. )
  3835. };
  3836. characterMakers["Rikky"] = () => {
  3837. return makeCharacter(
  3838. "Rikky",
  3839. "Quake Yote",
  3840. {
  3841. side: {
  3842. height: math.unit(5 + 1/6, "feet"),
  3843. weight: math.unit(130, "lbs"),
  3844. name: "Side",
  3845. image: {
  3846. source: "./media/characters/rikky/side.svg"
  3847. }
  3848. },
  3849. },
  3850. [
  3851. {
  3852. name: "Normal",
  3853. height: math.unit(5 + 1/6, "feet")
  3854. },
  3855. {
  3856. name: "Macro",
  3857. height: math.unit(152, "feet"),
  3858. default: true
  3859. },
  3860. {
  3861. name: "Megamacro",
  3862. height: math.unit(7, "miles")
  3863. }
  3864. ]
  3865. )
  3866. };
  3867. characterMakers["Malfressa"] = () => {
  3868. return makeCharacter(
  3869. "Malfressa",
  3870. "Scareye",
  3871. {
  3872. side: {
  3873. height: math.unit(370, "cm"),
  3874. weight: math.unit(350, "lbs"),
  3875. name: "Side",
  3876. image: {
  3877. source: "./media/characters/malfressa/side.svg"
  3878. }
  3879. },
  3880. walking: {
  3881. height: math.unit(370, "cm"),
  3882. weight: math.unit(350, "lbs"),
  3883. name: "Walking",
  3884. image: {
  3885. source: "./media/characters/malfressa/walking.svg"
  3886. }
  3887. },
  3888. feral: {
  3889. height: math.unit(2500, "cm"),
  3890. weight: math.unit(100000, "lbs"),
  3891. name: "Feral",
  3892. image: {
  3893. source: "./media/characters/malfressa/feral.svg",
  3894. extra: 2108/837 ,
  3895. bottom: 0.02
  3896. }
  3897. },
  3898. },
  3899. [
  3900. {
  3901. name: "Normal",
  3902. height: math.unit(370, "cm")
  3903. },
  3904. {
  3905. name: "Macro",
  3906. height: math.unit(300, "meters"),
  3907. default: true
  3908. }
  3909. ]
  3910. )
  3911. };
  3912. characterMakers["Jaro"] = () => {
  3913. return makeCharacter(
  3914. "Jaro",
  3915. "Jaro",
  3916. {
  3917. front: {
  3918. height: math.unit(6, "feet"),
  3919. weight: math.unit(60, "kg"),
  3920. name: "Front",
  3921. image: {
  3922. source: "./media/characters/jaro/front.svg"
  3923. }
  3924. },
  3925. back: {
  3926. height: math.unit(6, "feet"),
  3927. weight: math.unit(60, "kg"),
  3928. name: "Back",
  3929. image: {
  3930. source: "./media/characters/jaro/back.svg"
  3931. }
  3932. },
  3933. },
  3934. [
  3935. {
  3936. name: "Micro",
  3937. height: math.unit(7, "inches")
  3938. },
  3939. {
  3940. name: "Normal",
  3941. height: math.unit(5.5, "feet"),
  3942. default: true
  3943. },
  3944. {
  3945. name: "Minimacro",
  3946. height: math.unit(20, "feet")
  3947. },
  3948. {
  3949. name: "Macro",
  3950. height: math.unit(200, "meters")
  3951. }
  3952. ]
  3953. )
  3954. };
  3955. characterMakers["Rogue"] = () => {
  3956. return makeCharacter(
  3957. "Rogue",
  3958. "Rogue",
  3959. {
  3960. front: {
  3961. height: math.unit(6, "feet"),
  3962. weight: math.unit(195, "lb"),
  3963. name: "Front",
  3964. image: {
  3965. source: "./media/characters/rogue/front.svg"
  3966. }
  3967. },
  3968. },
  3969. [
  3970. {
  3971. name: "Macro",
  3972. height: math.unit(90, "feet"),
  3973. default: true
  3974. },
  3975. ]
  3976. )
  3977. };
  3978. characterMakers["Piper"] = () => {
  3979. return makeCharacter(
  3980. "Piper",
  3981. "Flyhar",
  3982. {
  3983. front: {
  3984. height: math.unit(5 + 8/12, "feet"),
  3985. weight: math.unit(140, "lb"),
  3986. name: "Front",
  3987. image: {
  3988. source: "./media/characters/piper/front.svg",
  3989. extra: 3928/3681
  3990. }
  3991. },
  3992. },
  3993. [
  3994. {
  3995. name: "Micro",
  3996. height: math.unit(2, "inches")
  3997. },
  3998. {
  3999. name: "Normal",
  4000. height: math.unit(5 + 8/12, "feet")
  4001. },
  4002. {
  4003. name: "Macro",
  4004. height: math.unit(250, "feet"),
  4005. default: true
  4006. },
  4007. {
  4008. name: "Megamacro",
  4009. height: math.unit(7, "miles")
  4010. },
  4011. ]
  4012. )
  4013. };
  4014. characterMakers["Gemini"] = () => {
  4015. return makeCharacter(
  4016. "Gemini",
  4017. "lajay",
  4018. {
  4019. front: {
  4020. height: math.unit(6, "feet"),
  4021. weight: math.unit(220, "lb"),
  4022. name: "Front",
  4023. image: {
  4024. source: "./media/characters/gemini/front.svg"
  4025. }
  4026. },
  4027. back: {
  4028. height: math.unit(6, "feet"),
  4029. weight: math.unit(220, "lb"),
  4030. name: "Back",
  4031. image: {
  4032. source: "./media/characters/gemini/back.svg"
  4033. }
  4034. },
  4035. kneeling: {
  4036. height: math.unit(6/1.5, "feet"),
  4037. weight: math.unit(220, "lb"),
  4038. name: "Kneeling",
  4039. image: {
  4040. source: "./media/characters/gemini/kneeling.svg",
  4041. bottom: 0.02
  4042. }
  4043. },
  4044. },
  4045. [
  4046. {
  4047. name: "Macro",
  4048. height: math.unit(300, "meters"),
  4049. default: true
  4050. },
  4051. {
  4052. name: "Megamacro",
  4053. height: math.unit(6900, "meters")
  4054. },
  4055. ]
  4056. )
  4057. };
  4058. characterMakers["Alicia"] = () => {
  4059. return makeCharacter(
  4060. "Alicia",
  4061. "LittleBig",
  4062. {
  4063. anthro: {
  4064. height: math.unit(2.35, "meters"),
  4065. weight: math.unit(73, "kg"),
  4066. name: "Anthro",
  4067. image: {
  4068. source: "./media/characters/alicia/anthro.svg"
  4069. }
  4070. },
  4071. feral: {
  4072. height: math.unit(1.69, "meters"),
  4073. weight: math.unit(73, "kg"),
  4074. name: "Feral",
  4075. image: {
  4076. source: "./media/characters/alicia/feral.svg"
  4077. }
  4078. },
  4079. },
  4080. [
  4081. {
  4082. name: "Normal",
  4083. height: math.unit(2.35, "meters")
  4084. },
  4085. {
  4086. name: "Macro",
  4087. height: math.unit(60, "meters"),
  4088. default: true
  4089. },
  4090. {
  4091. name: "Megamacro",
  4092. height: math.unit(10000, "kilometers")
  4093. },
  4094. ]
  4095. )
  4096. };
  4097. characterMakers["Archy"] = () => {
  4098. return makeCharacter(
  4099. "Archy",
  4100. "ArchyD",
  4101. {
  4102. front: {
  4103. height: math.unit(7, "feet"),
  4104. weight: math.unit(250, "lbs"),
  4105. name: "Front",
  4106. image: {
  4107. source: "./media/characters/archy/front.svg"
  4108. }
  4109. }
  4110. },
  4111. [
  4112. {
  4113. name: "Micro",
  4114. height: math.unit(1, "inch")
  4115. },
  4116. {
  4117. name: "Shorty",
  4118. height: math.unit(5, "feet")
  4119. },
  4120. {
  4121. name: "Normal",
  4122. height: math.unit(7, "feet")
  4123. },
  4124. {
  4125. name: "Macro",
  4126. height: math.unit(600, "meters"),
  4127. default: true
  4128. },
  4129. {
  4130. name: "Megamacro",
  4131. height: math.unit(1, "mile")
  4132. },
  4133. ]
  4134. )
  4135. };
  4136. characterMakers["Berri"] = () => {
  4137. return makeCharacter(
  4138. "Berri",
  4139. "LittleBig",
  4140. {
  4141. front: {
  4142. height: math.unit(1.65, "meters"),
  4143. weight: math.unit(74, "kg"),
  4144. name: "Front",
  4145. image: {
  4146. source: "./media/characters/berri/front.svg"
  4147. }
  4148. }
  4149. },
  4150. [
  4151. {
  4152. name: "Normal",
  4153. height: math.unit(1.65, "meters")
  4154. },
  4155. {
  4156. name: "Macro",
  4157. height: math.unit(60, "m"),
  4158. default: true
  4159. },
  4160. {
  4161. name: "Megamacro",
  4162. height: math.unit(9.213, "km")
  4163. },
  4164. {
  4165. name: "Planet Eater",
  4166. height: math.unit(489, "megameters")
  4167. },
  4168. {
  4169. name: "Teramacro",
  4170. height: math.unit(2471635000000, "meters")
  4171. },
  4172. {
  4173. name: "Examacro",
  4174. height: math.unit(8.0624e+26, "meters")
  4175. }
  4176. ]
  4177. )
  4178. };
  4179. characterMakers["Lexi"] = () => {
  4180. return makeCharacter(
  4181. "Lexi",
  4182. "LittleBig",
  4183. {
  4184. front: {
  4185. height: math.unit(1.72, "meters"),
  4186. weight: math.unit(68, "kg"),
  4187. name: "Front",
  4188. image: {
  4189. source: "./media/characters/lexi/front.svg"
  4190. }
  4191. }
  4192. },
  4193. [
  4194. {
  4195. name: "Very Smol",
  4196. height: math.unit(10, "mm")
  4197. },
  4198. {
  4199. name: "Micro",
  4200. height: math.unit(6.8, "cm"),
  4201. default: true
  4202. },
  4203. {
  4204. name: "Normal",
  4205. height: math.unit(1.72, "m")
  4206. }
  4207. ]
  4208. )
  4209. };
  4210. characterMakers["Martin"] = () => {
  4211. return makeCharacter(
  4212. "Martin",
  4213. "LittleBig",
  4214. {
  4215. front: {
  4216. height: math.unit(1.69, "meters"),
  4217. weight: math.unit(68, "kg"),
  4218. name: "Front",
  4219. image: {
  4220. source: "./media/characters/martin/front.svg",
  4221. extra: 596/581
  4222. }
  4223. }
  4224. },
  4225. [
  4226. {
  4227. name: "Micro",
  4228. height: math.unit(6.85, "cm"),
  4229. default: true
  4230. },
  4231. {
  4232. name: "Normal",
  4233. height: math.unit(1.69, "m")
  4234. }
  4235. ]
  4236. )
  4237. };
  4238. characterMakers["Juno"] = () => {
  4239. return makeCharacter(
  4240. "Juno",
  4241. "LittleBig",
  4242. {
  4243. front: {
  4244. height: math.unit(1.69, "meters"),
  4245. weight: math.unit(68, "kg"),
  4246. name: "Front",
  4247. image: {
  4248. source: "./media/characters/juno/front.svg"
  4249. }
  4250. }
  4251. },
  4252. [
  4253. {
  4254. name: "Micro",
  4255. height: math.unit(7, "cm")
  4256. },
  4257. {
  4258. name: "Normal",
  4259. height: math.unit(1.89, "m")
  4260. },
  4261. {
  4262. name: "Macro",
  4263. height: math.unit(353, "meters"),
  4264. default: true
  4265. }
  4266. ]
  4267. )
  4268. };
  4269. characterMakers["Samantha"] = () => {
  4270. return makeCharacter(
  4271. "Samantha",
  4272. "LittleBig",
  4273. {
  4274. front: {
  4275. height: math.unit(1.93, "meters"),
  4276. weight: math.unit(83, "kg"),
  4277. name: "Front",
  4278. image: {
  4279. source: "./media/characters/samantha/front.svg"
  4280. }
  4281. },
  4282. frontClothed: {
  4283. height: math.unit(1.93, "meters"),
  4284. weight: math.unit(83, "kg"),
  4285. name: "Front (Clothed)",
  4286. image: {
  4287. source: "./media/characters/samantha/front-clothed.svg"
  4288. }
  4289. },
  4290. back: {
  4291. height: math.unit(1.93, "meters"),
  4292. weight: math.unit(83, "kg"),
  4293. name: "Back",
  4294. image: {
  4295. source: "./media/characters/samantha/back.svg"
  4296. }
  4297. },
  4298. },
  4299. [
  4300. {
  4301. name: "Normal",
  4302. height: math.unit(1.93, "m")
  4303. },
  4304. {
  4305. name: "Macro",
  4306. height: math.unit(74, "meters"),
  4307. default: true
  4308. },
  4309. {
  4310. name: "Macro+",
  4311. height: math.unit(223, "meters"),
  4312. },
  4313. {
  4314. name: "Megamacro",
  4315. height: math.unit(8381, "meters"),
  4316. },
  4317. {
  4318. name: "Megamacro+",
  4319. height: math.unit(12000, "kilometers")
  4320. },
  4321. ]
  4322. )
  4323. };
  4324. characterMakers["Dr. Clay"] = () => {
  4325. return makeCharacter(
  4326. "Dr. Clay",
  4327. "LittleBig",
  4328. {
  4329. front: {
  4330. height: math.unit(1.92, "meters"),
  4331. weight: math.unit(80, "kg"),
  4332. name: "Front",
  4333. image: {
  4334. source: "./media/characters/dr-clay/front.svg"
  4335. }
  4336. },
  4337. frontClothed: {
  4338. height: math.unit(1.92, "meters"),
  4339. weight: math.unit(80, "kg"),
  4340. name: "Front (Clothed)",
  4341. image: {
  4342. source: "./media/characters/dr-clay/front-clothed.svg"
  4343. }
  4344. }
  4345. },
  4346. [
  4347. {
  4348. name: "Normal",
  4349. height: math.unit(1.92, "m")
  4350. },
  4351. {
  4352. name: "Macro",
  4353. height: math.unit(214, "meters"),
  4354. default: true
  4355. },
  4356. {
  4357. name: "Macro+",
  4358. height: math.unit(12.237, "meters"),
  4359. },
  4360. {
  4361. name: "Megamacro",
  4362. height: math.unit(557, "megameters"),
  4363. },
  4364. {
  4365. name: "Unimaginable",
  4366. height: math.unit(120e9, "lightyears")
  4367. },
  4368. ]
  4369. )
  4370. };
  4371. characterMakers["Wyvrn Ripsnarl"] = () => {
  4372. return makeCharacter(
  4373. "Wyvrn Ripsnarl",
  4374. "LoboRaptorLo",
  4375. {
  4376. front: {
  4377. height: math.unit(2, "meters"),
  4378. weight: math.unit(80, "kg"),
  4379. name: "Front",
  4380. image: {
  4381. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4382. }
  4383. }
  4384. },
  4385. [
  4386. {
  4387. name: "Teramacro",
  4388. height: math.unit(500000, "lightyears"),
  4389. default: true
  4390. },
  4391. ]
  4392. )
  4393. };
  4394. characterMakers["Vemus"] = () => {
  4395. return makeCharacter(
  4396. "Vemus",
  4397. "Vemus",
  4398. {
  4399. front: {
  4400. height: math.unit(2, "meters"),
  4401. weight: math.unit(150, "kg"),
  4402. name: "Front",
  4403. image: {
  4404. source: "./media/characters/vemus/front.svg",
  4405. extra: 2384/2084
  4406. }
  4407. }
  4408. },
  4409. [
  4410. {
  4411. name: "Normal",
  4412. height: math.unit(3, "meters"),
  4413. default: true
  4414. },
  4415. {
  4416. name: "Lorg",
  4417. height: math.unit(7, "meters")
  4418. },
  4419. {
  4420. name: "More Lorg",
  4421. height: math.unit(250, "meters")
  4422. },
  4423. ]
  4424. )
  4425. };
  4426. characterMakers["Beherit"] = () => {
  4427. return makeCharacter(
  4428. "Beherit",
  4429. "Beherit",
  4430. {
  4431. front: {
  4432. height: math.unit(2, "meters"),
  4433. weight: math.unit(70, "kg"),
  4434. name: "Front",
  4435. image: {
  4436. source: "./media/characters/beherit/front.svg",
  4437. extra: 1408/1242
  4438. }
  4439. }
  4440. },
  4441. [
  4442. {
  4443. name: "Normal",
  4444. height: math.unit(6, "feet")
  4445. },
  4446. {
  4447. name: "Lorg",
  4448. height: math.unit(25, "feet"),
  4449. default: true
  4450. },
  4451. {
  4452. name: "Lorger",
  4453. height: math.unit(75, "feet")
  4454. },
  4455. {
  4456. name: "Macro",
  4457. height: math.unit(200, "meters")
  4458. },
  4459. ]
  4460. )
  4461. };
  4462. characterMakers["Everett"] = () => {
  4463. return makeCharacter(
  4464. "Everett",
  4465. "Beherit",
  4466. {
  4467. front: {
  4468. height: math.unit(2, "meters"),
  4469. weight: math.unit(150, "kg"),
  4470. name: "Front",
  4471. image: {
  4472. source: "./media/characters/everett/front.svg",
  4473. extra: 2038/1737 ,
  4474. bottom: 0.03
  4475. }
  4476. },
  4477. paw: {
  4478. height: math.unit(2/3.6, "meters"),
  4479. name: "Paw",
  4480. image: {
  4481. source: "./media/characters/everett/paw.svg"
  4482. }
  4483. },
  4484. },
  4485. [
  4486. {
  4487. name: "Normal",
  4488. height: math.unit(15, "feet"),
  4489. default: true
  4490. },
  4491. {
  4492. name: "Lorg",
  4493. height: math.unit(70, "feet"),
  4494. default: true
  4495. },
  4496. {
  4497. name: "Lorger",
  4498. height: math.unit(250, "feet")
  4499. },
  4500. {
  4501. name: "Macro",
  4502. height: math.unit(500, "meters")
  4503. },
  4504. ]
  4505. )
  4506. };
  4507. characterMakers["Rose Lion"] = () => {
  4508. return makeCharacter(
  4509. "Rose Lion",
  4510. "Enormouse",
  4511. {
  4512. front: {
  4513. height: math.unit(2, "meters"),
  4514. weight: math.unit(86, "kg"),
  4515. name: "Front",
  4516. image: {
  4517. source: "./media/characters/rose-lion/front.svg"
  4518. }
  4519. },
  4520. bent: {
  4521. height: math.unit(2/1.4288, "meters"),
  4522. weight: math.unit(86, "kg"),
  4523. name: "Bent",
  4524. image: {
  4525. source: "./media/characters/rose-lion/bent.svg"
  4526. }
  4527. }
  4528. },
  4529. [
  4530. {
  4531. name: "Mini-Micro",
  4532. height: math.unit(1, "cm")
  4533. },
  4534. {
  4535. name: "Micro",
  4536. height: math.unit(3.5, "inches"),
  4537. default: true
  4538. },
  4539. {
  4540. name: "Normal",
  4541. height: math.unit(6 + 1/6, "feet")
  4542. },
  4543. {
  4544. name: "Mini-Macro",
  4545. height: math.unit(9 + 10/12, "feet")
  4546. },
  4547. ]
  4548. )
  4549. };
  4550. characterMakers["Regal"] = () => {
  4551. return makeCharacter(
  4552. "Regal",
  4553. "Regal Drennen",
  4554. {
  4555. front: {
  4556. height: math.unit(2, "meters"),
  4557. weight: math.unit(350, "lbs"),
  4558. name: "Front",
  4559. image: {
  4560. source: "./media/characters/regal/front.svg"
  4561. }
  4562. },
  4563. back: {
  4564. height: math.unit(2, "meters"),
  4565. weight: math.unit(350, "lbs"),
  4566. name: "Back",
  4567. image: {
  4568. source: "./media/characters/regal/back.svg"
  4569. }
  4570. },
  4571. },
  4572. [
  4573. {
  4574. name: "Macro",
  4575. height: math.unit(350, "feet"),
  4576. default: true
  4577. }
  4578. ]
  4579. )
  4580. };
  4581. characterMakers["Opal"] = () => {
  4582. return makeCharacter(
  4583. "Opal",
  4584. "Enormouse",
  4585. {
  4586. front: {
  4587. height: math.unit(4 + 11/12, "feet"),
  4588. weight: math.unit(100, "lbs"),
  4589. name: "Front",
  4590. image: {
  4591. source: "./media/characters/opal/front.svg"
  4592. }
  4593. },
  4594. frontAlt: {
  4595. height: math.unit(4 + 11/12, "feet"),
  4596. weight: math.unit(100, "lbs"),
  4597. name: "Front (Alt)",
  4598. image: {
  4599. source: "./media/characters/opal/front-alt.svg"
  4600. }
  4601. },
  4602. },
  4603. [
  4604. {
  4605. name: "Small",
  4606. height: math.unit(4 + 11/12, "feet")
  4607. },
  4608. {
  4609. name: "Normal",
  4610. height: math.unit(20, "feet"),
  4611. default: true
  4612. },
  4613. {
  4614. name: "Macro",
  4615. height: math.unit(120, "feet")
  4616. },
  4617. {
  4618. name: "Megamacro",
  4619. height: math.unit(80, "miles")
  4620. },
  4621. {
  4622. name: "True Size",
  4623. height: math.unit(100000, "lightyears")
  4624. },
  4625. ]
  4626. )
  4627. };
  4628. characterMakers["Vector Wuff"] = () => {
  4629. return makeCharacter(
  4630. "Vector Wuff",
  4631. "Vector",
  4632. {
  4633. front: {
  4634. height: math.unit(6, "feet"),
  4635. weight: math.unit(200, "lbs"),
  4636. name: "Front",
  4637. image: {
  4638. source: "./media/characters/vector-wuff/front.svg"
  4639. }
  4640. }
  4641. },
  4642. [
  4643. {
  4644. name: "Normal",
  4645. height: math.unit(2.8, "meters")
  4646. },
  4647. {
  4648. name: "Macro",
  4649. height: math.unit(450, "meters"),
  4650. default: true
  4651. },
  4652. {
  4653. name: "Megamacro",
  4654. height: math.unit(15, "kilometers")
  4655. }
  4656. ]
  4657. )
  4658. };
  4659. characterMakers["Dannik"] = () => {
  4660. return makeCharacter(
  4661. "Dannik",
  4662. "LuchaLibreLibro",
  4663. {
  4664. front: {
  4665. height: math.unit(6, "feet"),
  4666. weight: math.unit(256, "lbs"),
  4667. name: "Front",
  4668. image: {
  4669. source: "./media/characters/dannik/front.svg"
  4670. }
  4671. }
  4672. },
  4673. [
  4674. {
  4675. name: "Macro",
  4676. height: math.unit(69.57, "meters"),
  4677. default: true
  4678. },
  4679. ]
  4680. )
  4681. };
  4682. characterMakers["Azura Saharah"] = () => {
  4683. return makeCharacter(
  4684. "Azura Saharah",
  4685. "AzuraSaharah",
  4686. {
  4687. front: {
  4688. height: math.unit(6, "feet"),
  4689. weight: math.unit(120, "lbs"),
  4690. name: "Front",
  4691. image: {
  4692. source: "./media/characters/azura-saharah/front.svg"
  4693. }
  4694. },
  4695. back: {
  4696. height: math.unit(6, "feet"),
  4697. weight: math.unit(120, "lbs"),
  4698. name: "Back",
  4699. image: {
  4700. source: "./media/characters/azura-saharah/back.svg"
  4701. }
  4702. },
  4703. },
  4704. [
  4705. {
  4706. name: "Macro",
  4707. height: math.unit(100, "feet"),
  4708. default: true
  4709. },
  4710. ]
  4711. )
  4712. };
  4713. characterMakers["Kennedy"] = () => {
  4714. return makeCharacter(
  4715. "Kennedy",
  4716. "BossVoss",
  4717. {
  4718. side: {
  4719. height: math.unit(5 + 4/12, "feet"),
  4720. weight: math.unit(163, "lbs"),
  4721. name: "Side",
  4722. image: {
  4723. source: "./media/characters/kennedy/side.svg"
  4724. }
  4725. }
  4726. },
  4727. [
  4728. {
  4729. name: "Standard Doggo",
  4730. height: math.unit(5 + 4/12, "feet")
  4731. },
  4732. {
  4733. name: "Big Doggo",
  4734. height: math.unit(25 + 3/12, "feet"),
  4735. default: true
  4736. },
  4737. ]
  4738. )
  4739. };
  4740. characterMakers["Odi Lunar"] = () => {
  4741. return makeCharacter(
  4742. "Odi Lunar",
  4743. "OdiLunar",
  4744. {
  4745. front: {
  4746. height: math.unit(6, "feet"),
  4747. weight: math.unit(90, "lbs"),
  4748. name: "Front",
  4749. image: {
  4750. source: "./media/characters/odi-lunar/front.svg"
  4751. }
  4752. }
  4753. },
  4754. [
  4755. {
  4756. name: "Micro",
  4757. height: math.unit(3, "inches"),
  4758. default: true
  4759. },
  4760. {
  4761. name: "Normal",
  4762. height: math.unit(5.5, "feet")
  4763. }
  4764. ]
  4765. )
  4766. };
  4767. characterMakers["Mandake"] = () => {
  4768. return makeCharacter(
  4769. "Mandake",
  4770. "Dialuca01",
  4771. {
  4772. back: {
  4773. height: math.unit(6, "feet"),
  4774. weight: math.unit(220, "lbs"),
  4775. name: "Back",
  4776. image: {
  4777. source: "./media/characters/mandake/back.svg"
  4778. }
  4779. }
  4780. },
  4781. [
  4782. {
  4783. name: "Normal",
  4784. height: math.unit(7, "feet"),
  4785. default: true
  4786. },
  4787. {
  4788. name: "Macro",
  4789. height: math.unit(78, "feet")
  4790. },
  4791. {
  4792. name: "Macro+",
  4793. height: math.unit(300, "meters")
  4794. },
  4795. {
  4796. name: "Macro++",
  4797. height: math.unit(2400, "feet")
  4798. },
  4799. {
  4800. name: "Megamacro",
  4801. height: math.unit(5167, "meters")
  4802. },
  4803. {
  4804. name: "Gigamacro",
  4805. height: math.unit(41769, "miles")
  4806. },
  4807. ]
  4808. )
  4809. };
  4810. characterMakers["Yozey"] = () => {
  4811. return makeCharacter(
  4812. "Yozey",
  4813. "Yozey",
  4814. {
  4815. front: {
  4816. height: math.unit(6, "feet"),
  4817. weight: math.unit(120, "lbs"),
  4818. name: "Front",
  4819. image: {
  4820. source: "./media/characters/yozey/front.svg"
  4821. }
  4822. },
  4823. frontAlt: {
  4824. height: math.unit(6, "feet"),
  4825. weight: math.unit(120, "lbs"),
  4826. name: "Front (Alt)",
  4827. image: {
  4828. source: "./media/characters/yozey/front-alt.svg"
  4829. }
  4830. },
  4831. side: {
  4832. height: math.unit(6, "feet"),
  4833. weight: math.unit(120, "lbs"),
  4834. name: "Side",
  4835. image: {
  4836. source: "./media/characters/yozey/side.svg"
  4837. }
  4838. },
  4839. },
  4840. [
  4841. {
  4842. name: "Micro",
  4843. height: math.unit(3, "inches"),
  4844. default: true
  4845. },
  4846. {
  4847. name: "Normal",
  4848. height: math.unit(6, "feet")
  4849. }
  4850. ]
  4851. )
  4852. };
  4853. characterMakers["Valeska Voss"] = () => {
  4854. return makeCharacter(
  4855. "Valeska Voss",
  4856. "BossVoss",
  4857. {
  4858. front: {
  4859. height: math.unit(6, "feet"),
  4860. weight: math.unit(103, "lbs"),
  4861. name: "Front",
  4862. image: {
  4863. source: "./media/characters/valeska-voss/front.svg"
  4864. }
  4865. }
  4866. },
  4867. [
  4868. {
  4869. name: "Mini-Sized Sub",
  4870. height: math.unit(3.1, "inches")
  4871. },
  4872. {
  4873. name: "Mid-Sized Sub",
  4874. height: math.unit(6.2, "inches")
  4875. },
  4876. {
  4877. name: "Full-Sized Sub",
  4878. height: math.unit(9.3, "inches")
  4879. },
  4880. {
  4881. name: "Normal",
  4882. height: math.unit(5 + 2/12, "foot"),
  4883. default: true
  4884. },
  4885. ]
  4886. )
  4887. };
  4888. characterMakers["Gene Zeta"] = () => {
  4889. return makeCharacter(
  4890. "Gene Zeta",
  4891. "Xeebes",
  4892. {
  4893. front: {
  4894. height: math.unit(6, "feet"),
  4895. weight: math.unit(160, "lbs"),
  4896. name: "Front",
  4897. image: {
  4898. source: "./media/characters/gene-zeta/front.svg",
  4899. bottom: 0.03,
  4900. extra: 1
  4901. }
  4902. }
  4903. },
  4904. [
  4905. {
  4906. name: "Normal",
  4907. height: math.unit(6.25, "foot"),
  4908. default: true
  4909. },
  4910. ]
  4911. )
  4912. };
  4913. characterMakers["Razinox"] = () => {
  4914. return makeCharacter(
  4915. "Razinox",
  4916. "Razinox",
  4917. {
  4918. front: {
  4919. height: math.unit(6, "feet"),
  4920. weight: math.unit(350, "lbs"),
  4921. name: "Front",
  4922. image: {
  4923. source: "./media/characters/razinox/front.svg",
  4924. extra: 1686/1548
  4925. }
  4926. },
  4927. back: {
  4928. height: math.unit(6, "feet"),
  4929. weight: math.unit(350, "lbs"),
  4930. name: "Back",
  4931. image: {
  4932. source: "./media/characters/razinox/back.svg",
  4933. extra: 1660/1590
  4934. }
  4935. },
  4936. },
  4937. [
  4938. {
  4939. name: "Normal",
  4940. height: math.unit(10 + 8/12, "foot")
  4941. },
  4942. {
  4943. name: "Minimacro",
  4944. height: math.unit(15, "foot")
  4945. },
  4946. {
  4947. name: "Macro",
  4948. height: math.unit(60, "foot"),
  4949. default: true
  4950. },
  4951. {
  4952. name: "Megamacro",
  4953. height: math.unit(5, "miles")
  4954. },
  4955. {
  4956. name: "Gigamacro",
  4957. height: math.unit(6000, "miles")
  4958. },
  4959. ]
  4960. )
  4961. };
  4962. characterMakers["Cobalt"] = () => {
  4963. return makeCharacter(
  4964. "Cobalt",
  4965. "Miateshcha",
  4966. {
  4967. front: {
  4968. height: math.unit(6, "feet"),
  4969. weight: math.unit(150, "lbs"),
  4970. name: "Front",
  4971. image: {
  4972. source: "./media/characters/cobalt/front.svg"
  4973. }
  4974. }
  4975. },
  4976. [
  4977. {
  4978. name: "Normal",
  4979. height: math.unit(8 + 1/12, "foot")
  4980. },
  4981. {
  4982. name: "Macro",
  4983. height: math.unit(111, "foot"),
  4984. default: true
  4985. },
  4986. {
  4987. name: "Supracosmic",
  4988. height: math.unit(1e42, "feet")
  4989. },
  4990. ]
  4991. )
  4992. };
  4993. characterMakers["Amanda"] = () => {
  4994. return makeCharacter(
  4995. "Amanda",
  4996. "Amanda",
  4997. {
  4998. front: {
  4999. height: math.unit(6, "feet"),
  5000. weight: math.unit(140, "lbs"),
  5001. name: "Front",
  5002. image: {
  5003. source: "./media/characters/amanda/front.svg"
  5004. }
  5005. }
  5006. },
  5007. [
  5008. {
  5009. name: "Micro",
  5010. height: math.unit(5, "inches"),
  5011. default: true
  5012. },
  5013. ]
  5014. )
  5015. };
  5016. characterMakers["Teal"] = () => {
  5017. return makeCharacter(
  5018. "Teal",
  5019. "Teal",
  5020. {
  5021. front: {
  5022. height: math.unit(5.59, "feet"),
  5023. weight: math.unit(250, "lbs"),
  5024. name: "Front",
  5025. image: {
  5026. source: "./media/characters/teal/front.svg"
  5027. }
  5028. },
  5029. frontAlt: {
  5030. height: math.unit(6, "feet"),
  5031. weight: math.unit(250, "lbs"),
  5032. name: "Front (Alt)",
  5033. image: {
  5034. source: "./media/characters/teal/front-alt.svg",
  5035. bottom: 0.04,
  5036. extra: 1
  5037. }
  5038. },
  5039. },
  5040. [
  5041. {
  5042. name: "Normal",
  5043. height: math.unit(12, "feet"),
  5044. default: true
  5045. },
  5046. {
  5047. name: "Macro",
  5048. height: math.unit(300, "feet")
  5049. },
  5050. ]
  5051. )
  5052. };
  5053. characterMakers["Ravin Amulet"] = () => {
  5054. return makeCharacter(
  5055. "Ravin Amulet",
  5056. "Ravin Amulet",
  5057. {
  5058. frontCat: {
  5059. height: math.unit(6, "feet"),
  5060. weight: math.unit(180, "lbs"),
  5061. name: "Front (Cat)",
  5062. image: {
  5063. source: "./media/characters/ravin-amulet/front-cat.svg"
  5064. }
  5065. },
  5066. frontCatAlt: {
  5067. height: math.unit(6, "feet"),
  5068. weight: math.unit(180, "lbs"),
  5069. name: "Front (Alt, Cat)",
  5070. image: {
  5071. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  5072. }
  5073. },
  5074. frontWerewolf: {
  5075. height: math.unit(6*1.2, "feet"),
  5076. weight: math.unit(225, "lbs"),
  5077. name: "Front (Werewolf)",
  5078. image: {
  5079. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  5080. }
  5081. },
  5082. backWerewolf: {
  5083. height: math.unit(6*1.2, "feet"),
  5084. weight: math.unit(225, "lbs"),
  5085. name: "Back (Werewolf)",
  5086. image: {
  5087. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  5088. }
  5089. },
  5090. },
  5091. [
  5092. {
  5093. name: "Nano",
  5094. height: math.unit(1, "micrometer")
  5095. },
  5096. {
  5097. name: "Micro",
  5098. height: math.unit(1, "inch")
  5099. },
  5100. {
  5101. name: "Normal",
  5102. height: math.unit(6, "feet"),
  5103. default: true
  5104. },
  5105. {
  5106. name: "Macro",
  5107. height: math.unit(60, "feet")
  5108. }
  5109. ]
  5110. )
  5111. };
  5112. characterMakers["Fluoresce"] = () => {
  5113. return makeCharacter(
  5114. "Fluoresce",
  5115. "Ravin Amulet",
  5116. {
  5117. front: {
  5118. height: math.unit(6, "feet"),
  5119. weight: math.unit(165, "lbs"),
  5120. name: "Front",
  5121. image: {
  5122. source: "./media/characters/fluoresce/front.svg"
  5123. }
  5124. }
  5125. },
  5126. [
  5127. {
  5128. name: "Micro",
  5129. height: math.unit(6, "cm")
  5130. },
  5131. {
  5132. name: "Normal",
  5133. height: math.unit(5 + 7/12, "feet"),
  5134. default: true
  5135. },
  5136. {
  5137. name: "Macro",
  5138. height: math.unit(56, "feet")
  5139. },
  5140. {
  5141. name: "Megamacro",
  5142. height: math.unit(1.9, "miles")
  5143. },
  5144. ]
  5145. )
  5146. };
  5147. characterMakers["Aurora"] = () => {
  5148. return makeCharacter(
  5149. "Aurora",
  5150. "Vonadi",
  5151. {
  5152. front: {
  5153. height: math.unit(9 + 6/12, "feet"),
  5154. weight: math.unit(523, "lbs"),
  5155. name: "Side",
  5156. image: {
  5157. source: "./media/characters/aurora/side.svg"
  5158. }
  5159. }
  5160. },
  5161. [
  5162. {
  5163. name: "Normal",
  5164. height: math.unit(9 + 6/12, "feet")
  5165. },
  5166. {
  5167. name: "Macro",
  5168. height: math.unit(96, "feet"),
  5169. default: true
  5170. },
  5171. {
  5172. name: "Macro+",
  5173. height: math.unit(243, "feet")
  5174. },
  5175. ]
  5176. )
  5177. };
  5178. characterMakers["Ranek"] = () => {
  5179. return makeCharacter(
  5180. "Ranek",
  5181. "Ranek",
  5182. {
  5183. front: {
  5184. height: math.unit(194, "cm"),
  5185. weight: math.unit(90, "kg"),
  5186. name: "Front",
  5187. image: {
  5188. source: "./media/characters/ranek/front.svg"
  5189. }
  5190. },
  5191. side: {
  5192. height: math.unit(194, "cm"),
  5193. weight: math.unit(90, "kg"),
  5194. name: "Side",
  5195. image: {
  5196. source: "./media/characters/ranek/side.svg"
  5197. }
  5198. },
  5199. back: {
  5200. height: math.unit(194, "cm"),
  5201. weight: math.unit(90, "kg"),
  5202. name: "Back",
  5203. image: {
  5204. source: "./media/characters/ranek/back.svg"
  5205. }
  5206. },
  5207. feral: {
  5208. height: math.unit(30, "cm"),
  5209. weight: math.unit(1.6, "lbs"),
  5210. name: "Feral",
  5211. image: {
  5212. source: "./media/characters/ranek/feral.svg"
  5213. }
  5214. },
  5215. },
  5216. [
  5217. {
  5218. name: "Normal",
  5219. height: math.unit(194, "cm"),
  5220. default: true
  5221. },
  5222. {
  5223. name: "Macro",
  5224. height: math.unit(100, "meters")
  5225. },
  5226. ]
  5227. )
  5228. };
  5229. characterMakers["Andrew Cooper"] = () => {
  5230. return makeCharacter(
  5231. "Andrew Cooper",
  5232. "Vonadi",
  5233. {
  5234. front: {
  5235. height: math.unit(5 + 6/12, "feet"),
  5236. weight: math.unit(153, "lbs"),
  5237. name: "Front",
  5238. image: {
  5239. source: "./media/characters/andrew-cooper/front.svg"
  5240. }
  5241. },
  5242. },
  5243. [
  5244. {
  5245. name: "Nano",
  5246. height: math.unit(1, "mm")
  5247. },
  5248. {
  5249. name: "Micro",
  5250. height: math.unit(2, "inches")
  5251. },
  5252. {
  5253. name: "Normal",
  5254. height: math.unit(5 + 6/12, "feet"),
  5255. default: true
  5256. }
  5257. ]
  5258. )
  5259. };
  5260. characterMakers["Akane Sato"] = () => {
  5261. return makeCharacter(
  5262. "Akane Sato",
  5263. "Vonadi",
  5264. {
  5265. front: {
  5266. height: math.unit(6, "feet"),
  5267. weight: math.unit(180, "lbs"),
  5268. name: "Front",
  5269. image: {
  5270. source: "./media/characters/akane-sato/front.svg",
  5271. extra: 1219/1140
  5272. }
  5273. },
  5274. back: {
  5275. height: math.unit(6, "feet"),
  5276. weight: math.unit(180, "lbs"),
  5277. name: "Back",
  5278. image: {
  5279. source: "./media/characters/akane-sato/back.svg",
  5280. extra: 1219/1170
  5281. }
  5282. },
  5283. },
  5284. [
  5285. {
  5286. name: "Normal",
  5287. height: math.unit(2.5, "meters")
  5288. },
  5289. {
  5290. name: "Macro",
  5291. height: math.unit(250, "meters"),
  5292. default: true
  5293. },
  5294. {
  5295. name: "Megamacro",
  5296. height: math.unit(25, "km")
  5297. },
  5298. ]
  5299. )
  5300. };
  5301. characterMakers["Rook"] = () => {
  5302. return makeCharacter(
  5303. "Rook",
  5304. "Rook",
  5305. {
  5306. front: {
  5307. height: math.unit(6, "feet"),
  5308. weight: math.unit(65, "kg"),
  5309. name: "Front",
  5310. image: {
  5311. source: "./media/characters/rook/front.svg"
  5312. }
  5313. }
  5314. },
  5315. [
  5316. {
  5317. name: "Normal",
  5318. height: math.unit(8.8, "feet")
  5319. },
  5320. {
  5321. name: "Macro",
  5322. height: math.unit(88, "feet"),
  5323. default: true
  5324. },
  5325. {
  5326. name: "Megamacro",
  5327. height: math.unit(8, "miles")
  5328. },
  5329. ]
  5330. )
  5331. };
  5332. characterMakers["Prodigy"] = () => {
  5333. return makeCharacter(
  5334. "Prodigy",
  5335. "Rook",
  5336. {
  5337. front: {
  5338. height: math.unit(12 + 2/12, "feet"),
  5339. weight: math.unit(808, "lbs"),
  5340. name: "Front",
  5341. image: {
  5342. source: "./media/characters/prodigy/front.svg"
  5343. }
  5344. }
  5345. },
  5346. [
  5347. {
  5348. name: "Normal",
  5349. height: math.unit(12 + 2/12, "feet"),
  5350. default: true
  5351. },
  5352. {
  5353. name: "Macro",
  5354. height: math.unit(143, "feet")
  5355. },
  5356. {
  5357. name: "Macro+",
  5358. height: math.unit(400, "feet")
  5359. },
  5360. ]
  5361. )
  5362. };
  5363. characterMakers["Daniel"] = () => {
  5364. return makeCharacter(
  5365. "Daniel",
  5366. "Galactor",
  5367. {
  5368. front: {
  5369. height: math.unit(6, "feet"),
  5370. weight: math.unit(225, "lbs"),
  5371. name: "Front",
  5372. image: {
  5373. source: "./media/characters/daniel/front.svg"
  5374. }
  5375. },
  5376. leaning: {
  5377. height: math.unit(6, "feet"),
  5378. weight: math.unit(225, "lbs"),
  5379. name: "Leaning",
  5380. image: {
  5381. source: "./media/characters/daniel/leaning.svg"
  5382. }
  5383. },
  5384. },
  5385. [
  5386. {
  5387. name: "Macro",
  5388. height: math.unit(1000, "feet"),
  5389. default: true
  5390. },
  5391. ]
  5392. )
  5393. };
  5394. characterMakers["Chiros"] = () => {
  5395. return makeCharacter(
  5396. "Chiros",
  5397. "Chiropica",
  5398. {
  5399. front: {
  5400. height: math.unit(6, "feet"),
  5401. weight: math.unit(88, "lbs"),
  5402. name: "Front",
  5403. image: {
  5404. source: "./media/characters/chiros/front.svg",
  5405. extra: 306/226
  5406. }
  5407. },
  5408. side: {
  5409. height: math.unit(6, "feet"),
  5410. weight: math.unit(88, "lbs"),
  5411. name: "Side",
  5412. image: {
  5413. source: "./media/characters/chiros/side.svg",
  5414. extra: 306/226
  5415. }
  5416. },
  5417. },
  5418. [
  5419. {
  5420. name: "Normal",
  5421. height: math.unit(6, "cm"),
  5422. default: true
  5423. },
  5424. ]
  5425. )
  5426. };
  5427. characterMakers["Selka"] = () => {
  5428. return makeCharacter(
  5429. "Selka",
  5430. "Xelchew",
  5431. {
  5432. front: {
  5433. height: math.unit(6, "feet"),
  5434. weight: math.unit(100, "lbs"),
  5435. name: "Front",
  5436. image: {
  5437. source: "./media/characters/selka/front.svg",
  5438. extra: 947/887
  5439. }
  5440. }
  5441. },
  5442. [
  5443. {
  5444. name: "Normal",
  5445. height: math.unit(5, "cm"),
  5446. default: true
  5447. },
  5448. ]
  5449. )
  5450. };
  5451. characterMakers["Verin"] = () => {
  5452. return makeCharacter(
  5453. "Verin",
  5454. "Vonadi",
  5455. {
  5456. front: {
  5457. height: math.unit(8 + 3/12, "feet"),
  5458. weight: math.unit(424, "lbs"),
  5459. name: "Front",
  5460. image: {
  5461. source: "./media/characters/verin/front.svg",
  5462. extra: 1845/1550
  5463. }
  5464. },
  5465. frontArmored: {
  5466. height: math.unit(8 + 3/12, "feet"),
  5467. weight: math.unit(424, "lbs"),
  5468. name: "Front (Armored)",
  5469. image: {
  5470. source: "./media/characters/verin/front-armor.svg",
  5471. extra: 1845/1550 ,
  5472. bottom: 0.01
  5473. }
  5474. },
  5475. back: {
  5476. height: math.unit(8 + 3/12, "feet"),
  5477. weight: math.unit(424, "lbs"),
  5478. name: "Back",
  5479. image: {
  5480. source: "./media/characters/verin/back.svg",
  5481. bottom: 0.1,
  5482. extra: 1
  5483. }
  5484. },
  5485. foot: {
  5486. height: math.unit((8 + 3/12) / 4.7, "feet"),
  5487. name: "Foot",
  5488. image: {
  5489. source: "./media/characters/verin/foot.svg"
  5490. }
  5491. },
  5492. },
  5493. [
  5494. {
  5495. name: "Normal",
  5496. height: math.unit(8 + 3/12, "feet")
  5497. },
  5498. {
  5499. name: "Minimacro",
  5500. height: math.unit(21, "feet"),
  5501. default: true
  5502. },
  5503. {
  5504. name: "Macro",
  5505. height: math.unit(626, "feet")
  5506. },
  5507. ]
  5508. )
  5509. };
  5510. characterMakers["Sovrim Terraquian"] = () => {
  5511. return makeCharacter(
  5512. "Sovrim Terraquian",
  5513. "Sovrim Terraquian",
  5514. {
  5515. front: {
  5516. height: math.unit(2.718, "meters"),
  5517. weight: math.unit(150, "lbs"),
  5518. name: "Front",
  5519. image: {
  5520. source: "./media/characters/sovrim-terraquian/front.svg"
  5521. }
  5522. },
  5523. back: {
  5524. height: math.unit(2.718, "meters"),
  5525. weight: math.unit(150, "lbs"),
  5526. name: "Back",
  5527. image: {
  5528. source: "./media/characters/sovrim-terraquian/back.svg"
  5529. }
  5530. }
  5531. },
  5532. [
  5533. {
  5534. name: "Micro",
  5535. height: math.unit(2, "inches")
  5536. },
  5537. {
  5538. name: "Small",
  5539. height: math.unit(1, "meter")
  5540. },
  5541. {
  5542. name: "Normal",
  5543. height: math.unit(Math.E, "meters"),
  5544. default: true
  5545. },
  5546. {
  5547. name: "Macro",
  5548. height: math.unit(20, "meters")
  5549. },
  5550. {
  5551. name: "Macro+",
  5552. height: math.unit(400, "meters")
  5553. },
  5554. ]
  5555. )
  5556. };
  5557. characterMakers["Reece Silvermane"] = () => {
  5558. return makeCharacter(
  5559. "Reece Silvermane",
  5560. "Silverhorsey",
  5561. {
  5562. front: {
  5563. height: math.unit(7, "feet"),
  5564. weight: math.unit(489, "lbs"),
  5565. name: "Front",
  5566. image: {
  5567. source: "./media/characters/reece-silvermane/front.svg",
  5568. bottom: 0.02,
  5569. extra: 1
  5570. }
  5571. },
  5572. },
  5573. [
  5574. {
  5575. name: "Macro",
  5576. height: math.unit(1.5, "miles"),
  5577. default: true
  5578. },
  5579. ]
  5580. )
  5581. };
  5582. characterMakers["Kane"] = () => {
  5583. return makeCharacter(
  5584. "Kane",
  5585. "LittleBigX110",
  5586. {
  5587. front: {
  5588. height: math.unit(6, "feet"),
  5589. weight: math.unit(78, "kg"),
  5590. name: "Front",
  5591. image: {
  5592. source: "./media/characters/kane/front.svg",
  5593. extra: 978/899
  5594. }
  5595. },
  5596. },
  5597. [
  5598. {
  5599. name: "Normal",
  5600. height: math.unit(2.1, "m"),
  5601. },
  5602. {
  5603. name: "Macro",
  5604. height: math.unit(1, "km"),
  5605. default: true
  5606. },
  5607. ]
  5608. )
  5609. };
  5610. characterMakers["Tegon"] = () => {
  5611. return makeCharacter(
  5612. "Tegon",
  5613. "TegonDragon",
  5614. {
  5615. front: {
  5616. height: math.unit(6, "feet"),
  5617. weight: math.unit(200, "kg"),
  5618. name: "Front",
  5619. image: {
  5620. source: "./media/characters/tegon/front.svg",
  5621. bottom: 0.01,
  5622. extra: 1
  5623. }
  5624. },
  5625. },
  5626. [
  5627. {
  5628. name: "Micro",
  5629. height: math.unit(1, "inch")
  5630. },
  5631. {
  5632. name: "Normal",
  5633. height: math.unit(6 + 3/12, "feet"),
  5634. default: true
  5635. },
  5636. {
  5637. name: "Macro",
  5638. height: math.unit(300, "feet")
  5639. },
  5640. {
  5641. name: "Megamacro",
  5642. height: math.unit(69, "miles")
  5643. },
  5644. ]
  5645. )
  5646. };
  5647. characterMakers["Arcturax"] = () => {
  5648. return makeCharacter(
  5649. "Arcturax",
  5650. "Arcturax",
  5651. {
  5652. side: {
  5653. height: math.unit(6, "feet"),
  5654. weight: math.unit(2304, "lbs"),
  5655. name: "Side",
  5656. image: {
  5657. source: "./media/characters/arcturax/side.svg",
  5658. extra: 790/376 ,
  5659. bottom: 0.01
  5660. }
  5661. },
  5662. },
  5663. [
  5664. {
  5665. name: "Micro",
  5666. height: math.unit(2, "inch")
  5667. },
  5668. {
  5669. name: "Normal",
  5670. height: math.unit(6, "feet")
  5671. },
  5672. {
  5673. name: "Macro",
  5674. height: math.unit(39, "feet"),
  5675. default: true
  5676. },
  5677. {
  5678. name: "Megamacro",
  5679. height: math.unit(7, "miles")
  5680. },
  5681. ]
  5682. )
  5683. };
  5684. characterMakers["Sentri"] = () => {
  5685. return makeCharacter(
  5686. "Sentri",
  5687. "Sentri",
  5688. {
  5689. front: {
  5690. height: math.unit(6, "feet"),
  5691. weight: math.unit(50, "lbs"),
  5692. name: "Front",
  5693. image: {
  5694. source: "./media/characters/sentri/front.svg",
  5695. extra: 1750/1570 ,
  5696. bottom: 0.025
  5697. }
  5698. },
  5699. frontAlt: {
  5700. height: math.unit(6, "feet"),
  5701. weight: math.unit(50, "lbs"),
  5702. name: "Front (Alt)",
  5703. image: {
  5704. source: "./media/characters/sentri/front-alt.svg",
  5705. extra: 1750/1570 ,
  5706. bottom: 0.025
  5707. }
  5708. },
  5709. },
  5710. [
  5711. {
  5712. name: "Normal",
  5713. height: math.unit(15, "feet"),
  5714. default: true
  5715. },
  5716. {
  5717. name: "Macro",
  5718. height: math.unit(2500, "feet")
  5719. }
  5720. ]
  5721. )
  5722. };
  5723. characterMakers["Corvin"] = () => {
  5724. return makeCharacter(
  5725. "Corvin",
  5726. "Sirffuzzylogik",
  5727. {
  5728. front: {
  5729. height: math.unit(5 + 8/12, "feet"),
  5730. weight: math.unit(130, "lbs"),
  5731. name: "Front",
  5732. image: {
  5733. source: "./media/characters/corvin/front.svg",
  5734. extra: 1803/1629
  5735. }
  5736. },
  5737. frontShirt: {
  5738. height: math.unit(5 + 8/12, "feet"),
  5739. weight: math.unit(130, "lbs"),
  5740. name: "Front (Shirt)",
  5741. image: {
  5742. source: "./media/characters/corvin/front-shirt.svg",
  5743. extra: 1803/1629
  5744. }
  5745. },
  5746. frontPoncho: {
  5747. height: math.unit(5 + 8/12, "feet"),
  5748. weight: math.unit(130, "lbs"),
  5749. name: "Front (Poncho)",
  5750. image: {
  5751. source: "./media/characters/corvin/front-poncho.svg",
  5752. extra: 1803/1629
  5753. }
  5754. },
  5755. side: {
  5756. height: math.unit(5 + 8/12, "feet"),
  5757. weight: math.unit(130, "lbs"),
  5758. name: "Side",
  5759. image: {
  5760. source: "./media/characters/corvin/side.svg",
  5761. extra: 1012/945
  5762. }
  5763. },
  5764. back: {
  5765. height: math.unit(5 + 8/12, "feet"),
  5766. weight: math.unit(130, "lbs"),
  5767. name: "Back",
  5768. image: {
  5769. source: "./media/characters/corvin/back.svg",
  5770. extra: 1803/1629
  5771. }
  5772. },
  5773. },
  5774. [
  5775. {
  5776. name: "Micro",
  5777. height: math.unit(3, "inches")
  5778. },
  5779. {
  5780. name: "Normal",
  5781. height: math.unit(5 + 8/12, "feet")
  5782. },
  5783. {
  5784. name: "Macro",
  5785. height: math.unit(300, "feet"),
  5786. default: true
  5787. },
  5788. {
  5789. name: "Megamacro",
  5790. height: math.unit(500, "miles")
  5791. }
  5792. ]
  5793. )
  5794. };
  5795. characterMakers["Q"] = () => {
  5796. return makeCharacter(
  5797. "Q",
  5798. "Q Walf",
  5799. {
  5800. front: {
  5801. height: math.unit(6, "feet"),
  5802. weight: math.unit(135, "lbs"),
  5803. name: "Front",
  5804. image: {
  5805. source: "./media/characters/q/front.svg",
  5806. extra: 854/752 ,
  5807. bottom: 0.005
  5808. }
  5809. },
  5810. back: {
  5811. height: math.unit(6, "feet"),
  5812. weight: math.unit(130, "lbs"),
  5813. name: "Back",
  5814. image: {
  5815. source: "./media/characters/q/back.svg",
  5816. extra: 854/752
  5817. }
  5818. },
  5819. },
  5820. [
  5821. {
  5822. name: "Macro",
  5823. height: math.unit(90, "feet"),
  5824. default: true
  5825. },
  5826. {
  5827. name: "Extra Macro",
  5828. height: math.unit(300, "feet"),
  5829. },
  5830. {
  5831. name: "BIG WALF",
  5832. height: math.unit(750, "feet"),
  5833. },
  5834. ]
  5835. )
  5836. };
  5837. characterMakers["Carley"] = () => {
  5838. return makeCharacter(
  5839. "Carley",
  5840. "QuakeYote",
  5841. {
  5842. front: {
  5843. height: math.unit(6, "feet"),
  5844. weight: math.unit(150, "lbs"),
  5845. name: "Front",
  5846. image: {
  5847. source: "./media/characters/carley/front.svg",
  5848. extra: 3927/3540 ,
  5849. bottom: 0.03
  5850. }
  5851. }
  5852. },
  5853. [
  5854. {
  5855. name: "Normal",
  5856. height: math.unit(6 + 3/12, "feet")
  5857. },
  5858. {
  5859. name: "Macro",
  5860. height: math.unit(185, "feet"),
  5861. default: true
  5862. },
  5863. {
  5864. name: "Megamacro",
  5865. height: math.unit(8, "miles"),
  5866. },
  5867. ]
  5868. )
  5869. };
  5870. characterMakers["Citrine"] = () => {
  5871. return makeCharacter(
  5872. "Citrine",
  5873. "thunderstrike23",
  5874. {
  5875. front: {
  5876. height: math.unit(3, "feet"),
  5877. weight: math.unit(28, "lbs"),
  5878. name: "Front",
  5879. image: {
  5880. source: "./media/characters/citrine/front.svg"
  5881. }
  5882. }
  5883. },
  5884. [
  5885. {
  5886. name: "Normal",
  5887. height: math.unit(3, "feet"),
  5888. default: true
  5889. }
  5890. ]
  5891. )
  5892. };
  5893. characterMakers["Aura Starwind"] = () => {
  5894. return makeCharacter(
  5895. "Aura Starwind",
  5896. "StrikeVixen",
  5897. {
  5898. front: {
  5899. height: math.unit(14, "feet"),
  5900. weight: math.unit(1450, "kg"),
  5901. name: "Front",
  5902. image: {
  5903. source: "./media/characters/aura-starwind/front.svg",
  5904. extra: 1455/1335
  5905. }
  5906. },
  5907. side: {
  5908. height: math.unit(14, "feet"),
  5909. weight: math.unit(1450, "kg"),
  5910. name: "Side",
  5911. image: {
  5912. source: "./media/characters/aura-starwind/side.svg",
  5913. extra: 1654/1497
  5914. }
  5915. },
  5916. taur: {
  5917. height: math.unit(18, "feet"),
  5918. weight: math.unit(5500, "kg"),
  5919. name: "Taur",
  5920. image: {
  5921. source: "./media/characters/aura-starwind/taur.svg",
  5922. extra: 1760/1650
  5923. }
  5924. },
  5925. feral: {
  5926. height: math.unit(46, "feet"),
  5927. weight: math.unit(25000, "kg"),
  5928. name: "Feral",
  5929. image: {
  5930. source: "./media/characters/aura-starwind/feral.svg"
  5931. }
  5932. },
  5933. },
  5934. [
  5935. {
  5936. name: "Normal",
  5937. height: math.unit(14, "feet"),
  5938. default: true
  5939. },
  5940. {
  5941. name: "Macro",
  5942. height: math.unit(50, "meters")
  5943. },
  5944. {
  5945. name: "Megamacro",
  5946. height: math.unit(5000, "meters")
  5947. },
  5948. {
  5949. name: "Gigamacro",
  5950. height: math.unit(100000, "kilometers")
  5951. },
  5952. ]
  5953. )
  5954. };
  5955. characterMakers["Rivet"] = () => {
  5956. return makeCharacter(
  5957. "Rivet",
  5958. "Vonadi",
  5959. {
  5960. front: {
  5961. height: math.unit(2 + 7/12, "feet"),
  5962. weight: math.unit(32, "lbs"),
  5963. name: "Front",
  5964. image: {
  5965. source: "./media/characters/rivet/front.svg",
  5966. extra: 1716/1658 ,
  5967. bottom: 0.03
  5968. }
  5969. },
  5970. foot: {
  5971. height: math.unit(0.551, "feet"),
  5972. name: "Rivet's Foot",
  5973. image: {
  5974. source: "./media/characters/rivet/foot.svg"
  5975. },
  5976. rename: true
  5977. }
  5978. },
  5979. [
  5980. {
  5981. name: "Micro",
  5982. height: math.unit(1.5, "inches"),
  5983. },
  5984. {
  5985. name: "Normal",
  5986. height: math.unit(2 + 7/12, "feet"),
  5987. default: true
  5988. },
  5989. {
  5990. name: "Macro",
  5991. height: math.unit(85, "feet")
  5992. },
  5993. {
  5994. name: "Megamacro",
  5995. height: math.unit(2.2, "km")
  5996. }
  5997. ]
  5998. )
  5999. };
  6000. characterMakers["Coffee"] = () => {
  6001. return makeCharacter(
  6002. "Coffee",
  6003. "CoffeeDoggo",
  6004. {
  6005. front: {
  6006. height: math.unit(5 + 9/12, "feet"),
  6007. weight: math.unit(150, "lbs"),
  6008. name: "Front",
  6009. image: {
  6010. source: "./media/characters/coffee/front.svg",
  6011. extra: 3666/3032 ,
  6012. bottom: 0.04
  6013. }
  6014. }
  6015. },
  6016. [
  6017. {
  6018. name: "Micro",
  6019. height: math.unit(2, "inches"),
  6020. },
  6021. {
  6022. name: "Normal",
  6023. height: math.unit(5 + 9/12, "feet"),
  6024. default: true
  6025. },
  6026. {
  6027. name: "Macro",
  6028. height: math.unit(800, "feet")
  6029. },
  6030. {
  6031. name: "Megamacro",
  6032. height: math.unit(25, "miles")
  6033. }
  6034. ]
  6035. )
  6036. };
  6037. characterMakers["Chari-Gal"] = () => {
  6038. return makeCharacter(
  6039. "Chari-Gal",
  6040. "Knoem",
  6041. {
  6042. front: {
  6043. height: math.unit(6, "feet"),
  6044. weight: math.unit(200, "lbs"),
  6045. name: "Front",
  6046. image: {
  6047. source: "./media/characters/chari-gal/front.svg",
  6048. extra: 1568/1385 ,
  6049. bottom: 0.047
  6050. }
  6051. },
  6052. gigantamax: {
  6053. height: math.unit(6*16, "feet"),
  6054. weight: math.unit(200*16*16*16, "lbs"),
  6055. name: "Gigantamax",
  6056. image: {
  6057. source: "./media/characters/chari-gal/gigantamax.svg",
  6058. extra: 1124/888 ,
  6059. bottom: 0.03
  6060. }
  6061. },
  6062. },
  6063. [
  6064. {
  6065. name: "Normal",
  6066. height: math.unit(5 + 7/12, "feet")
  6067. },
  6068. {
  6069. name: "Macro",
  6070. height: math.unit(200, "feet"),
  6071. default: true
  6072. }
  6073. ]
  6074. )
  6075. };
  6076. characterMakers["Nova"] = () => {
  6077. return makeCharacter(
  6078. "Nova",
  6079. "CoffeeDoggo",
  6080. {
  6081. front: {
  6082. height: math.unit(6, "feet"),
  6083. weight: math.unit(150, "lbs"),
  6084. name: "Front",
  6085. image: {
  6086. source: "./media/characters/nova/front.svg",
  6087. extra: 5000/4722 ,
  6088. bottom: 0.02
  6089. }
  6090. }
  6091. },
  6092. [
  6093. {
  6094. name: "Micro-",
  6095. height: math.unit(0.8, "inches")
  6096. },
  6097. {
  6098. name: "Micro",
  6099. height: math.unit(2, "inches"),
  6100. default: true
  6101. },
  6102. ]
  6103. )
  6104. };
  6105. characterMakers["Argent"] = () => {
  6106. return makeCharacter(
  6107. "Argent",
  6108. "ArgentVZ",
  6109. {
  6110. front: {
  6111. height: math.unit(3 + 1/12, "feet"),
  6112. weight: math.unit(21.7, "lbs"),
  6113. name: "Front",
  6114. image: {
  6115. source: "./media/characters/argent/front.svg",
  6116. extra: 1565/1416 ,
  6117. bottom: 0.01
  6118. }
  6119. }
  6120. },
  6121. [
  6122. {
  6123. name: "Micro",
  6124. height: math.unit(2, "inches")
  6125. },
  6126. {
  6127. name: "Normal",
  6128. height: math.unit(3 + 1/12, "feet"),
  6129. default: true
  6130. },
  6131. {
  6132. name: "Macro",
  6133. height: math.unit(120, "feet")
  6134. },
  6135. ]
  6136. )
  6137. };
  6138. characterMakers["Mira al-Cul"] = () => {
  6139. return makeCharacter(
  6140. "Mira al-Cul",
  6141. "Mariokartsonicriders",
  6142. {
  6143. lamp: {
  6144. height: math.unit(7 * 1559 / 989, "feet"),
  6145. name: "Magic Lamp",
  6146. image: {
  6147. source: "./media/characters/mira-al-cul/lamp.svg",
  6148. extra: 1617/1559
  6149. }
  6150. },
  6151. front: {
  6152. height: math.unit(7, "feet"),
  6153. name: "Front",
  6154. image: {
  6155. source: "./media/characters/mira-al-cul/front.svg",
  6156. extra: 1044/990
  6157. }
  6158. },
  6159. },
  6160. [
  6161. {
  6162. name: "Heavily Restricted",
  6163. height: math.unit(7 * 1559 / 989, "feet")
  6164. },
  6165. {
  6166. name: "Freshly Freed",
  6167. height: math.unit(50 * 1559 / 989, "feet")
  6168. },
  6169. {
  6170. name: "World Encompassing",
  6171. height: math.unit(10000 * 1559 / 989, "miles")
  6172. },
  6173. {
  6174. name: "Galactic",
  6175. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6176. },
  6177. {
  6178. name: "Palmed Universe",
  6179. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6180. default: true
  6181. },
  6182. {
  6183. name: "Multiversal Matriarch",
  6184. height: math.unit(8.87e10, "yottameters")
  6185. },
  6186. {
  6187. name: "Void Mother",
  6188. height: math.unit(3.14e110, "yottaparsecs")
  6189. },
  6190. ]
  6191. )
  6192. };
  6193. characterMakers["Kuro-shi Uchū"] = () => {
  6194. return makeCharacter(
  6195. "Kuro-shi Uchū",
  6196. "Dragon Shark",
  6197. {
  6198. front: {
  6199. height: math.unit(17 + 1/12, "feet"),
  6200. weight: math.unit(476.2*5, "lbs"),
  6201. name: "Front",
  6202. image: {
  6203. source: "./media/characters/kuro-shi-uchū/front.svg",
  6204. extra: 2329/1835 ,
  6205. bottom: 0.02
  6206. }
  6207. },
  6208. },
  6209. [
  6210. {
  6211. name: "Micro",
  6212. height: math.unit(2, "inches")
  6213. },
  6214. {
  6215. name: "Normal",
  6216. height: math.unit(12, "meters")
  6217. },
  6218. {
  6219. name: "Planetary",
  6220. height: math.unit(0.00929, "AU"),
  6221. default: true
  6222. },
  6223. {
  6224. name: "Universal",
  6225. height: math.unit(20, "gigaparsecs")
  6226. },
  6227. ]
  6228. )
  6229. };
  6230. characterMakers["Katherine"] = () => {
  6231. return makeCharacter(
  6232. "Katherine",
  6233. "chrisrules123",
  6234. {
  6235. front: {
  6236. height: math.unit(5 + 2/12, "feet"),
  6237. weight: math.unit(120, "lbs"),
  6238. name: "Front",
  6239. image: {
  6240. source: "./media/characters/katherine/front.svg",
  6241. extra: 2075/1969
  6242. }
  6243. },
  6244. dress: {
  6245. height: math.unit(5 + 2/12, "feet"),
  6246. weight: math.unit(120, "lbs"),
  6247. name: "Dress",
  6248. image: {
  6249. source: "./media/characters/katherine/dress.svg",
  6250. extra: 2258/2064
  6251. }
  6252. },
  6253. },
  6254. [
  6255. {
  6256. name: "Micro",
  6257. height: math.unit(1, "inches"),
  6258. default: true
  6259. },
  6260. {
  6261. name: "Normal",
  6262. height: math.unit(5 + 2/12, "feet")
  6263. },
  6264. {
  6265. name: "Macro",
  6266. height: math.unit(100, "meters")
  6267. },
  6268. {
  6269. name: "Megamacro",
  6270. height: math.unit(80, "miles")
  6271. },
  6272. ]
  6273. )
  6274. };
  6275. characterMakers["Yevis"] = () => {
  6276. return makeCharacter(
  6277. "Yevis",
  6278. "Mariokartsonicriders",
  6279. {
  6280. front: {
  6281. height: math.unit(7 + 8/12, "feet"),
  6282. weight: math.unit(250, "lbs"),
  6283. name: "Front",
  6284. image: {
  6285. source: "./media/characters/yevis/front.svg",
  6286. extra: 1938/1755
  6287. }
  6288. }
  6289. },
  6290. [
  6291. {
  6292. name: "Mortal",
  6293. height: math.unit(7 + 8/12, "feet")
  6294. },
  6295. {
  6296. name: "Battle",
  6297. height: math.unit(25 + 11/12, "feet")
  6298. },
  6299. {
  6300. name: "Wrath",
  6301. height: math.unit(1654 + 11/12, "feet")
  6302. },
  6303. {
  6304. name: "Planet Destroyer",
  6305. height: math.unit(12000, "miles")
  6306. },
  6307. {
  6308. name: "Galaxy Conqueror",
  6309. height: math.unit(1.45, "zettameters"),
  6310. default: true
  6311. },
  6312. {
  6313. name: "Universal War",
  6314. height: math.unit(184, "gigaparsecs")
  6315. },
  6316. {
  6317. name: "Eternity War",
  6318. height: math.unit(1.98e55, "yottaparsecs")
  6319. },
  6320. ]
  6321. )
  6322. };
  6323. characterMakers["Xavier"] = () => {
  6324. return makeCharacter(
  6325. "Xavier",
  6326. "zmaster587",
  6327. {
  6328. front: {
  6329. height: math.unit(5 + 8/12, "feet"),
  6330. weight: math.unit(63, "kg"),
  6331. name: "Front",
  6332. image: {
  6333. source: "./media/characters/xavier/front.svg",
  6334. extra: 944/883
  6335. }
  6336. },
  6337. frontStretch: {
  6338. height: math.unit(5 + 8/12, "feet"),
  6339. weight: math.unit(63, "kg"),
  6340. name: "Stretching",
  6341. image: {
  6342. source: "./media/characters/xavier/front-stretch.svg",
  6343. extra: 962/820
  6344. }
  6345. },
  6346. },
  6347. [
  6348. {
  6349. name: "Normal",
  6350. height: math.unit(5 + 8/12, "feet")
  6351. },
  6352. {
  6353. name: "Macro",
  6354. height: math.unit(100, "meters"),
  6355. default: true
  6356. },
  6357. {
  6358. name: "McLargeHuge",
  6359. height: math.unit(10, "miles")
  6360. },
  6361. ]
  6362. )
  6363. };
  6364. characterMakers["Joshii"] = () => {
  6365. return makeCharacter(
  6366. "Joshii",
  6367. "DarkieTehJester",
  6368. {
  6369. front: {
  6370. height: math.unit(5 + 5/12, "feet"),
  6371. weight: math.unit(150, "lb"),
  6372. name: "Front",
  6373. image: {
  6374. source: "./media/characters/joshii/front.svg"
  6375. }
  6376. },
  6377. foot: {
  6378. height: math.unit((5 + 5/12) * 0.1676, "feet"),
  6379. name: "Foot",
  6380. image: {
  6381. source: "./media/characters/joshii/foot.svg"
  6382. }
  6383. },
  6384. },
  6385. [
  6386. {
  6387. name: "Micro",
  6388. height: math.unit(2, "inches")
  6389. },
  6390. {
  6391. name: "Normal",
  6392. height: math.unit(5 + 5/12, "feet"),
  6393. default: true
  6394. },
  6395. {
  6396. name: "Macro",
  6397. height: math.unit(785, "feet")
  6398. },
  6399. {
  6400. name: "Megamacro",
  6401. height: math.unit(24.5, "miles")
  6402. },
  6403. ]
  6404. )
  6405. };
  6406. characterMakers["Goddess Elizabeth"] = () => {
  6407. return makeCharacter(
  6408. "Goddess Elizabeth",
  6409. "DarkieTehJester",
  6410. {
  6411. front: {
  6412. height: math.unit(6, "feet"),
  6413. weight: math.unit(150, "lb"),
  6414. name: "Front",
  6415. image: {
  6416. source: "./media/characters/goddess-elizabeth/front.svg"
  6417. }
  6418. },
  6419. foot: {
  6420. height: math.unit(6 * 0.25436 / 2, "feet"),
  6421. name: "Foot",
  6422. image: {
  6423. source: "./media/characters/goddess-elizabeth/foot.svg"
  6424. }
  6425. },
  6426. },
  6427. [
  6428. {
  6429. name: "Micro",
  6430. height: math.unit(12, "feet")
  6431. },
  6432. {
  6433. name: "Normal",
  6434. height: math.unit(80, "miles"),
  6435. default: true
  6436. },
  6437. {
  6438. name: "Macro",
  6439. height: math.unit(15000, "parsecs")
  6440. },
  6441. ]
  6442. )
  6443. };
  6444. characterMakers["Kara"] = () => {
  6445. return makeCharacter(
  6446. "Kara",
  6447. "Vonadi",
  6448. {
  6449. front: {
  6450. height: math.unit(5 + 9/12, "feet"),
  6451. weight: math.unit(144, "lb"),
  6452. name: "Front",
  6453. image: {
  6454. source: "./media/characters/kara/front.svg"
  6455. }
  6456. },
  6457. feet: {
  6458. height: math.unit(6/6.765, "feet"),
  6459. name: "Kara's Feet",
  6460. rename: true,
  6461. image: {
  6462. source: "./media/characters/kara/feet.svg"
  6463. }
  6464. },
  6465. },
  6466. [
  6467. {
  6468. name: "Normal",
  6469. height: math.unit(5 + 9/12, "feet")
  6470. },
  6471. {
  6472. name: "Macro",
  6473. height: math.unit(174, "feet"),
  6474. default: true
  6475. },
  6476. ]
  6477. )
  6478. };
  6479. characterMakers["Tyrone"] = () => {
  6480. return makeCharacter(
  6481. "Tyrone",
  6482. "nanakisan",
  6483. {
  6484. front: {
  6485. height: math.unit(18, "feet"),
  6486. weight: math.unit(4050, "lb"),
  6487. name: "Front",
  6488. image: {
  6489. source: "./media/characters/tyrone/front.svg",
  6490. extra: 2520/2402 ,
  6491. bottom: 0.025
  6492. }
  6493. },
  6494. },
  6495. [
  6496. {
  6497. name: "Normal",
  6498. height: math.unit(18, "feet"),
  6499. default: true
  6500. },
  6501. {
  6502. name: "Macro",
  6503. height: math.unit(300, "feet")
  6504. },
  6505. ]
  6506. )
  6507. };
  6508. characterMakers["Danny"] = () => {
  6509. return makeCharacter(
  6510. "Danny",
  6511. "danny_gryphon",
  6512. {
  6513. front: {
  6514. height: math.unit(7 + 8/12, "feet"),
  6515. weight: math.unit(120, "lb"),
  6516. name: "Front",
  6517. image: {
  6518. source: "./media/characters/danny/front.svg",
  6519. extra: 1490/1350
  6520. }
  6521. },
  6522. back: {
  6523. height: math.unit(7 + 8/12, "feet"),
  6524. weight: math.unit(120, "lb"),
  6525. name: "Back",
  6526. image: {
  6527. source: "./media/characters/danny/back.svg",
  6528. extra: 1490/1350
  6529. }
  6530. },
  6531. },
  6532. [
  6533. {
  6534. name: "Normal",
  6535. height: math.unit(7 + 8/12, "feet"),
  6536. default: true
  6537. },
  6538. ]
  6539. )
  6540. };
  6541. characterMakers["Mallow"] = () => {
  6542. return makeCharacter(
  6543. "Mallow",
  6544. "Mallowchu",
  6545. {
  6546. front: {
  6547. height: math.unit(3.5, "inches"),
  6548. weight: math.unit(19, "grams"),
  6549. name: "Front",
  6550. image: {
  6551. source: "./media/characters/mallow/front.svg",
  6552. extra: 471/431
  6553. }
  6554. },
  6555. back: {
  6556. height: math.unit(3.5, "inches"),
  6557. weight: math.unit(19, "grams"),
  6558. name: "Back",
  6559. image: {
  6560. source: "./media/characters/mallow/back.svg",
  6561. extra: 471/431
  6562. }
  6563. },
  6564. },
  6565. [
  6566. {
  6567. name: "Normal",
  6568. height: math.unit(3.5, "inches"),
  6569. default: true
  6570. },
  6571. ]
  6572. )
  6573. };
  6574. characterMakers["Starry Aqua"] = () => {
  6575. return makeCharacter(
  6576. "Starry Aqua",
  6577. "StarryAqua",
  6578. {
  6579. front: {
  6580. height: math.unit(9, "feet"),
  6581. weight: math.unit(230, "kg"),
  6582. name: "Front",
  6583. image: {
  6584. source: "./media/characters/starry-aqua/front.svg"
  6585. }
  6586. },
  6587. back: {
  6588. height: math.unit(9, "feet"),
  6589. weight: math.unit(230, "kg"),
  6590. name: "Back",
  6591. image: {
  6592. source: "./media/characters/starry-aqua/back.svg"
  6593. }
  6594. },
  6595. hand: {
  6596. height: math.unit(9 * 0.1168, "feet"),
  6597. name: "Hand",
  6598. image: {
  6599. source: "./media/characters/starry-aqua/hand.svg"
  6600. }
  6601. },
  6602. foot: {
  6603. height: math.unit(9 * 0.18, "feet"),
  6604. name: "Foot",
  6605. image: {
  6606. source: "./media/characters/starry-aqua/foot.svg"
  6607. }
  6608. }
  6609. },
  6610. [
  6611. {
  6612. name: "Micro",
  6613. height: math.unit(3, "inches")
  6614. },
  6615. {
  6616. name: "Normal",
  6617. height: math.unit(9, "feet")
  6618. },
  6619. {
  6620. name: "Macro",
  6621. height: math.unit(300, "feet"),
  6622. default: true
  6623. },
  6624. {
  6625. name: "Megamacro",
  6626. height: math.unit(3200, "feet")
  6627. }
  6628. ]
  6629. )
  6630. };
  6631. characterMakers["Luka"] = () => {
  6632. return makeCharacter(
  6633. "Luka",
  6634. "UmbraHusky",
  6635. {
  6636. front: {
  6637. height: math.unit(6, "feet"),
  6638. weight: math.unit(230, "lb"),
  6639. name: "Front",
  6640. image: {
  6641. source: "./media/characters/luka/front.svg",
  6642. extra: 1,
  6643. bottom: 0.025
  6644. }
  6645. },
  6646. },
  6647. [
  6648. {
  6649. name: "Normal",
  6650. height: math.unit(12 + 8/12, "feet"),
  6651. default: true
  6652. },
  6653. {
  6654. name: "Minimacro",
  6655. height: math.unit(20, "feet")
  6656. },
  6657. {
  6658. name: "Macro",
  6659. height: math.unit(250, "feet")
  6660. },
  6661. {
  6662. name: "Megamacro",
  6663. height: math.unit(5, "miles")
  6664. },
  6665. {
  6666. name: "Gigamacro",
  6667. height: math.unit(8000, "miles")
  6668. },
  6669. ]
  6670. )
  6671. };
  6672. characterMakers["Natalie Nightring"] = () => {
  6673. return makeCharacter(
  6674. "Natalie Nightring",
  6675. "NatEdgecomb",
  6676. {
  6677. front: {
  6678. height: math.unit(6, "feet"),
  6679. weight: math.unit(150, "lb"),
  6680. name: "Front",
  6681. image: {
  6682. source: "./media/characters/natalie-nightring/front.svg",
  6683. extra: 1,
  6684. bottom: 0.06
  6685. }
  6686. },
  6687. },
  6688. [
  6689. {
  6690. name: "Uh Oh",
  6691. height: math.unit(0.1, "mm")
  6692. },
  6693. {
  6694. name: "Small",
  6695. height: math.unit(3, "inches")
  6696. },
  6697. {
  6698. name: "Human Scale",
  6699. height: math.unit(6, "feet")
  6700. },
  6701. {
  6702. name: "Librarian",
  6703. height: math.unit(50, "feet"),
  6704. default: true
  6705. },
  6706. {
  6707. name: "Immense",
  6708. height: math.unit(200, "miles")
  6709. },
  6710. ]
  6711. )
  6712. };
  6713. characterMakers["Danni Rosie"] = () => {
  6714. return makeCharacter(
  6715. "Danni Rosie",
  6716. "colwag",
  6717. {
  6718. front: {
  6719. height: math.unit(6, "feet"),
  6720. weight: math.unit(180, "lbs"),
  6721. name: "Front",
  6722. image: {
  6723. source: "./media/characters/danni-rosie/front.svg",
  6724. extra: 1260/1128 ,
  6725. bottom: 0.022
  6726. }
  6727. },
  6728. },
  6729. [
  6730. {
  6731. name: "Micro",
  6732. height: math.unit(2, "inches"),
  6733. default: true
  6734. },
  6735. ]
  6736. )
  6737. };
  6738. characterMakers["Samantha Kruse"] = () => {
  6739. return makeCharacter(
  6740. "Samantha Kruse",
  6741. "colwag",
  6742. {
  6743. front: {
  6744. height: math.unit(5 + 9/12, "feet"),
  6745. weight: math.unit(220, "lb"),
  6746. name: "Front",
  6747. image: {
  6748. source: "./media/characters/samantha-kruse/front.svg",
  6749. extra: (985 / 935) ,
  6750. bottom: 0.03
  6751. }
  6752. },
  6753. frontUndressed: {
  6754. height: math.unit(5 + 9/12, "feet"),
  6755. weight: math.unit(220, "lb"),
  6756. name: "Front (Undressed)",
  6757. image: {
  6758. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6759. extra: (973 / 923) ,
  6760. bottom: 0.025
  6761. }
  6762. },
  6763. fat: {
  6764. height: math.unit(5 + 9/12, "feet"),
  6765. weight: math.unit(900, "lb"),
  6766. name: "Front (Fat)",
  6767. image: {
  6768. source: "./media/characters/samantha-kruse/fat.svg",
  6769. extra: 2688/2561
  6770. }
  6771. },
  6772. },
  6773. [
  6774. {
  6775. name: "Normal",
  6776. height: math.unit(5 + 9/12, "feet"),
  6777. default: true
  6778. }
  6779. ]
  6780. )
  6781. };
  6782. characterMakers["Amelia Rosie"] = () => {
  6783. return makeCharacter(
  6784. "Amelia Rosie",
  6785. "colwag",
  6786. {
  6787. back: {
  6788. height: math.unit(5 + 4/12, "feet"),
  6789. weight: math.unit(4963, "lb"),
  6790. name: "Back",
  6791. image: {
  6792. source: "./media/characters/amelia-rosie/back.svg",
  6793. extra: 1113/963 ,
  6794. bottom: 0.01
  6795. }
  6796. },
  6797. },
  6798. [
  6799. {
  6800. name: "Level 0",
  6801. height: math.unit(5 + 4/12, "feet")
  6802. },
  6803. {
  6804. name: "Level 1",
  6805. height: math.unit(164597, "feet"),
  6806. default: true
  6807. },
  6808. {
  6809. name: "Level 2",
  6810. height: math.unit(956243, "miles")
  6811. },
  6812. {
  6813. name: "Level 3",
  6814. height: math.unit(29421709423, "miles")
  6815. },
  6816. {
  6817. name: "Level 4",
  6818. height: math.unit(154, "lightyears")
  6819. },
  6820. {
  6821. name: "Level 5",
  6822. height: math.unit(4738272, "lightyears")
  6823. },
  6824. {
  6825. name: "Level 6",
  6826. height: math.unit(145787152896, "lightyears")
  6827. },
  6828. ]
  6829. )
  6830. };
  6831. characterMakers["Rook Kitara"] = () => {
  6832. return makeCharacter(
  6833. "Rook Kitara",
  6834. "TailsHigh",
  6835. {
  6836. front: {
  6837. height: math.unit(5 + 11/12, "feet"),
  6838. weight: math.unit(65, "kg"),
  6839. name: "Front",
  6840. image: {
  6841. source: "./media/characters/rook-kitara/front.svg",
  6842. extra: 1347/1274 ,
  6843. bottom: 0.005
  6844. }
  6845. },
  6846. },
  6847. [
  6848. {
  6849. name: "Totally Unfair",
  6850. height: math.unit(1.8, "mm")
  6851. },
  6852. {
  6853. name: "Lap Rookie",
  6854. height: math.unit(1.4, "feet")
  6855. },
  6856. {
  6857. name: "Normal",
  6858. height: math.unit(5 + 11/12, "feet"),
  6859. default: true
  6860. },
  6861. {
  6862. name: "How Did This Happen",
  6863. height: math.unit(80, "miles")
  6864. }
  6865. ]
  6866. )
  6867. };
  6868. characterMakers["Pisces"] = () => {
  6869. return makeCharacter(
  6870. "Pisces",
  6871. "Pisces_Kelp",
  6872. {
  6873. front: {
  6874. height: math.unit(7, "feet"),
  6875. weight: math.unit(300, "lb"),
  6876. name: "Front",
  6877. image: {
  6878. source: "./media/characters/pisces/front.svg",
  6879. extra: 2255/2115 ,
  6880. bottom: 0.03
  6881. }
  6882. },
  6883. back: {
  6884. height: math.unit(7, "feet"),
  6885. weight: math.unit(300, "lb"),
  6886. name: "Back",
  6887. image: {
  6888. source: "./media/characters/pisces/back.svg",
  6889. extra: 2146/2055 ,
  6890. bottom: 0.04
  6891. }
  6892. },
  6893. },
  6894. [
  6895. {
  6896. name: "Normal",
  6897. height: math.unit(7, "feet"),
  6898. default: true
  6899. },
  6900. {
  6901. name: "Swimming Pool",
  6902. height: math.unit(12.2, "meters")
  6903. },
  6904. {
  6905. name: "Olympic Swimming Pool",
  6906. height: math.unit(56.3, "meters")
  6907. },
  6908. {
  6909. name: "Lake Superior",
  6910. height: math.unit(93900, "meters")
  6911. },
  6912. {
  6913. name: "Mediterranean Sea",
  6914. height: math.unit(644457, "meters")
  6915. },
  6916. {
  6917. name: "World's Oceans",
  6918. height: math.unit(4567491, "meters")
  6919. },
  6920. ]
  6921. )
  6922. };
  6923. characterMakers["Zelas"] = () => {
  6924. return makeCharacter(
  6925. "Zelas",
  6926. "Cirez",
  6927. {
  6928. front: {
  6929. height: math.unit(2.3, "meters"),
  6930. weight: math.unit(120, "kg"),
  6931. name: "Front",
  6932. image: {
  6933. source: "./media/characters/zelas/front.svg"
  6934. }
  6935. },
  6936. side: {
  6937. height: math.unit(2.3, "meters"),
  6938. weight: math.unit(120, "kg"),
  6939. name: "Side",
  6940. image: {
  6941. source: "./media/characters/zelas/side.svg"
  6942. }
  6943. },
  6944. back: {
  6945. height: math.unit(2.3, "meters"),
  6946. weight: math.unit(120, "kg"),
  6947. name: "Back",
  6948. image: {
  6949. source: "./media/characters/zelas/back.svg"
  6950. }
  6951. },
  6952. foot: {
  6953. height: math.unit(1.116, "feet"),
  6954. name: "Foot",
  6955. image: {
  6956. source: "./media/characters/zelas/foot.svg"
  6957. }
  6958. },
  6959. },
  6960. [
  6961. {
  6962. name: "Normal",
  6963. height: math.unit(2.3, "meters")
  6964. },
  6965. {
  6966. name: "Macro",
  6967. height: math.unit(30, "meters"),
  6968. default: true
  6969. },
  6970. ]
  6971. )
  6972. };
  6973. characterMakers["Talbot"] = () => {
  6974. return makeCharacter(
  6975. "Talbot",
  6976. "Talbot",
  6977. {
  6978. front: {
  6979. height: math.unit(1, "inch"),
  6980. weight: math.unit(0.21, "grams"),
  6981. name: "Front",
  6982. image: {
  6983. source: "./media/characters/talbot/front.svg",
  6984. extra: 594/544
  6985. }
  6986. },
  6987. },
  6988. [
  6989. {
  6990. name: "Micro",
  6991. height: math.unit(1, "inch"),
  6992. default: true
  6993. },
  6994. ]
  6995. )
  6996. };
  6997. characterMakers["Fliss"] = () => {
  6998. return makeCharacter(
  6999. "Fliss",
  7000. "Fliss",
  7001. {
  7002. front: {
  7003. height: math.unit(3 + 3/12, "feet"),
  7004. weight: math.unit(51.8, "lb"),
  7005. name: "Front",
  7006. image: {
  7007. source: "./media/characters/fliss/front.svg",
  7008. extra: 840/640
  7009. }
  7010. },
  7011. },
  7012. [
  7013. {
  7014. name: "Teeny Tiny",
  7015. height: math.unit(1, "mm")
  7016. },
  7017. {
  7018. name: "Small",
  7019. height: math.unit(1, "inch"),
  7020. default: true
  7021. },
  7022. {
  7023. name: "Standard Sylveon",
  7024. height: math.unit(3 + 3/12, "feet")
  7025. },
  7026. {
  7027. name: "Large Nuisance",
  7028. height: math.unit(33, "feet")
  7029. },
  7030. {
  7031. name: "City Filler",
  7032. height: math.unit(3000, "feet")
  7033. },
  7034. {
  7035. name: "New Horizon",
  7036. height: math.unit(6000, "miles")
  7037. },
  7038. ]
  7039. )
  7040. };
  7041. characterMakers["Fleta"] = () => {
  7042. return makeCharacter(
  7043. "Fleta",
  7044. "TheFleta",
  7045. {
  7046. front: {
  7047. height: math.unit(5, "cm"),
  7048. weight: math.unit(1.94, "g"),
  7049. name: "Front",
  7050. image: {
  7051. source: "./media/characters/fleta/front.svg",
  7052. extra: 835/803
  7053. }
  7054. },
  7055. back: {
  7056. height: math.unit(5, "cm"),
  7057. weight: math.unit(1.94, "g"),
  7058. name: "Back",
  7059. image: {
  7060. source: "./media/characters/fleta/back.svg",
  7061. extra: 835/803
  7062. }
  7063. },
  7064. },
  7065. [
  7066. {
  7067. name: "Micro",
  7068. height: math.unit(5, "cm"),
  7069. default: true
  7070. },
  7071. ]
  7072. )
  7073. };
  7074. characterMakers["Dominic"] = () => {
  7075. return makeCharacter(
  7076. "Dominic",
  7077. "HypoTheDerg",
  7078. {
  7079. front: {
  7080. height: math.unit(6, "feet"),
  7081. weight: math.unit(225, "lb"),
  7082. name: "Front",
  7083. image: {
  7084. source: "./media/characters/dominic/front.svg",
  7085. extra: 1770/1620 ,
  7086. bottom: 0.025
  7087. }
  7088. },
  7089. back: {
  7090. height: math.unit(6, "feet"),
  7091. weight: math.unit(225, "lb"),
  7092. name: "Back",
  7093. image: {
  7094. source: "./media/characters/dominic/back.svg",
  7095. extra: 1745/1620 ,
  7096. bottom: 0.065
  7097. }
  7098. },
  7099. },
  7100. [
  7101. {
  7102. name: "Nano",
  7103. height: math.unit(0.1, "mm")
  7104. },
  7105. {
  7106. name: "Micro-",
  7107. height: math.unit(1, "mm")
  7108. },
  7109. {
  7110. name: "Micro",
  7111. height: math.unit(4, "inches")
  7112. },
  7113. {
  7114. name: "Normal",
  7115. height: math.unit(6 + 4/12, "feet"),
  7116. default: true
  7117. },
  7118. {
  7119. name: "Macro",
  7120. height: math.unit(115, "feet")
  7121. },
  7122. {
  7123. name: "Macro+",
  7124. height: math.unit(955, "feet")
  7125. },
  7126. {
  7127. name: "Megamacro",
  7128. height: math.unit(8990, "feet")
  7129. },
  7130. {
  7131. name: "Gigmacro",
  7132. height: math.unit(9310, "miles")
  7133. },
  7134. {
  7135. name: "Teramacro",
  7136. height: math.unit(1567005010, "miles")
  7137. },
  7138. {
  7139. name: "Examacro",
  7140. height: math.unit(1425, "parsecs")
  7141. },
  7142. ]
  7143. )
  7144. };
  7145. characterMakers["Major Colonel"] = () => {
  7146. return makeCharacter(
  7147. "Major Colonel",
  7148. "Major Colonel",
  7149. {
  7150. front: {
  7151. height: math.unit(400, "feet"),
  7152. weight: math.unit(44444444, "lb"),
  7153. name: "Front",
  7154. image: {
  7155. source: "./media/characters/major-colonel/front.svg"
  7156. }
  7157. },
  7158. back: {
  7159. height: math.unit(400, "feet"),
  7160. weight: math.unit(44444444, "lb"),
  7161. name: "Back",
  7162. image: {
  7163. source: "./media/characters/major-colonel/back.svg"
  7164. }
  7165. },
  7166. },
  7167. [
  7168. {
  7169. name: "Macro",
  7170. height: math.unit(400, "feet"),
  7171. default: true
  7172. },
  7173. ]
  7174. )
  7175. };
  7176. characterMakers["Axel Lycan"] = () => {
  7177. return makeCharacter(
  7178. "Axel Lycan",
  7179. "AxelLycan",
  7180. {
  7181. front: {
  7182. height: math.unit(6, "feet"),
  7183. weight: math.unit(120, "lb"),
  7184. name: "Front",
  7185. image: {
  7186. source: "./media/characters/axel-lycan/front.svg",
  7187. extra: 1,
  7188. bottom: 0.08
  7189. }
  7190. },
  7191. },
  7192. [
  7193. {
  7194. name: "Macro",
  7195. height: math.unit(1, "km"),
  7196. default: true
  7197. },
  7198. ]
  7199. )
  7200. };
  7201. characterMakers["Vanrel (Hyena)"] = () => {
  7202. return makeCharacter(
  7203. "Vanrel (Hyena)",
  7204. "Vanrel",
  7205. {
  7206. front: {
  7207. height: math.unit(5 + 9/12, "feet"),
  7208. weight: math.unit(175, "lb"),
  7209. name: "Front",
  7210. image: {
  7211. source: "./media/characters/vanrel-hyena/front.svg",
  7212. extra: 1086/1010 ,
  7213. bottom: 0.04
  7214. }
  7215. },
  7216. },
  7217. [
  7218. {
  7219. name: "Normal",
  7220. height: math.unit(5 + 9/12, "feet"),
  7221. default: true
  7222. },
  7223. ]
  7224. )
  7225. };
  7226. characterMakers["Abbott Absol"] = () => {
  7227. return makeCharacter(
  7228. "Abbott Absol",
  7229. "Abbott Absol",
  7230. {
  7231. front: {
  7232. height: math.unit(6, "feet"),
  7233. weight: math.unit(103, "lb"),
  7234. name: "Front",
  7235. image: {
  7236. source: "./media/characters/abbott-absol/front.svg",
  7237. extra: 2010/1842
  7238. }
  7239. },
  7240. },
  7241. [
  7242. {
  7243. name: "Megamicro",
  7244. height: math.unit(0.1, "mm")
  7245. },
  7246. {
  7247. name: "Micro",
  7248. height: math.unit(1, "inch")
  7249. },
  7250. {
  7251. name: "Normal",
  7252. height: math.unit(6, "feet"),
  7253. default: true
  7254. },
  7255. ]
  7256. )
  7257. };
  7258. characterMakers["Hector"] = () => {
  7259. return makeCharacter(
  7260. "Hector",
  7261. "LibragonSlvr",
  7262. {
  7263. front: {
  7264. height: math.unit(6, "feet"),
  7265. weight: math.unit(264, "lb"),
  7266. name: "Front",
  7267. image: {
  7268. source: "./media/characters/hector/front.svg",
  7269. extra: 2280/2130 ,
  7270. bottom: 0.07
  7271. }
  7272. },
  7273. },
  7274. [
  7275. {
  7276. name: "Normal",
  7277. height: math.unit(12.25, "foot"),
  7278. default: true
  7279. },
  7280. {
  7281. name: "Macro",
  7282. height: math.unit(160, "feet")
  7283. },
  7284. ]
  7285. )
  7286. };
  7287. characterMakers["Sal"] = () => {
  7288. return makeCharacter(
  7289. "Sal",
  7290. "Bigdur",
  7291. {
  7292. front: {
  7293. height: math.unit(6, "feet"),
  7294. weight: math.unit(150, "lb"),
  7295. name: "Front",
  7296. image: {
  7297. source: "./media/characters/sal/front.svg",
  7298. extra: 1846/1699 ,
  7299. bottom: 0.04
  7300. }
  7301. },
  7302. },
  7303. [
  7304. {
  7305. name: "Megamacro",
  7306. height: math.unit(10, "miles"),
  7307. default: true
  7308. },
  7309. ]
  7310. )
  7311. };
  7312. characterMakers["Ranger"] = () => {
  7313. return makeCharacter(
  7314. "Ranger",
  7315. "Ranger",
  7316. {
  7317. front: {
  7318. height: math.unit(3, "meters"),
  7319. weight: math.unit(450, "kg"),
  7320. name: "front",
  7321. image: {
  7322. source: "./media/characters/ranger/front.svg",
  7323. extra: 2401/2243 ,
  7324. bottom: 0.05
  7325. }
  7326. },
  7327. },
  7328. [
  7329. {
  7330. name: "Normal",
  7331. height: math.unit(3, "meters"),
  7332. default: true
  7333. },
  7334. ]
  7335. )
  7336. };
  7337. characterMakers["Theresa"] = () => {
  7338. return makeCharacter(
  7339. "Theresa",
  7340. "Ranger",
  7341. {
  7342. front: {
  7343. height: math.unit(14, "feet"),
  7344. weight: math.unit(800, "kg"),
  7345. name: "Front",
  7346. image: {
  7347. source: "./media/characters/theresa/front.svg",
  7348. extra: 3575/3346 ,
  7349. bottom: 0.03
  7350. }
  7351. },
  7352. },
  7353. [
  7354. {
  7355. name: "Normal",
  7356. height: math.unit(14, "feet"),
  7357. default: true
  7358. },
  7359. ]
  7360. )
  7361. };
  7362. characterMakers["Ine"] = () => {
  7363. return makeCharacter(
  7364. "Ine",
  7365. "Ranger",
  7366. {
  7367. front: {
  7368. height: math.unit(6, "feet"),
  7369. weight: math.unit(3, "kg"),
  7370. name: "Front",
  7371. image: {
  7372. source: "./media/characters/ine/front.svg",
  7373. extra: 678/539 ,
  7374. bottom: 0.023
  7375. }
  7376. },
  7377. },
  7378. [
  7379. {
  7380. name: "Normal",
  7381. height: math.unit(2.265, "feet"),
  7382. default: true
  7383. },
  7384. ]
  7385. )
  7386. };
  7387. characterMakers["Vial"] = () => {
  7388. return makeCharacter(
  7389. "Vial",
  7390. "Ranger",
  7391. {
  7392. front: {
  7393. height: math.unit(5, "feet"),
  7394. weight: math.unit(30, "kg"),
  7395. name: "Front",
  7396. image: {
  7397. source: "./media/characters/vial/front.svg",
  7398. extra: 1365/1277 ,
  7399. bottom: 0.04
  7400. }
  7401. },
  7402. },
  7403. [
  7404. {
  7405. name: "Normal",
  7406. height: math.unit(5, "feet"),
  7407. default: true
  7408. },
  7409. ]
  7410. )
  7411. };
  7412. characterMakers["Rovoska"] = () => {
  7413. return makeCharacter(
  7414. "Rovoska",
  7415. "Rovoska",
  7416. {
  7417. side: {
  7418. height: math.unit(3.4, "meters"),
  7419. weight: math.unit(1000, "lb"),
  7420. name: "Side",
  7421. image: {
  7422. source: "./media/characters/rovoska/side.svg",
  7423. extra: 4403/1515
  7424. }
  7425. },
  7426. },
  7427. [
  7428. {
  7429. name: "Normal",
  7430. height: math.unit(3.4, "meters"),
  7431. default: true
  7432. },
  7433. ]
  7434. )
  7435. };
  7436. characterMakers["Gunner Rotthbauer"] = () => {
  7437. return makeCharacter(
  7438. "Gunner Rotthbauer",
  7439. "GunnerRott",
  7440. {
  7441. front: {
  7442. height: math.unit(8, "feet"),
  7443. weight: math.unit(315, "lb"),
  7444. name: "Front",
  7445. image: {
  7446. source: "./media/characters/gunner-rotthbauer/front.svg"
  7447. }
  7448. },
  7449. back: {
  7450. height: math.unit(8, "feet"),
  7451. weight: math.unit(315, "lb"),
  7452. name: "Back",
  7453. image: {
  7454. source: "./media/characters/gunner-rotthbauer/back.svg"
  7455. }
  7456. },
  7457. },
  7458. [
  7459. {
  7460. name: "Micro",
  7461. height: math.unit(3.5, "inches")
  7462. },
  7463. {
  7464. name: "Normal",
  7465. height: math.unit(8, "feet"),
  7466. default: true
  7467. },
  7468. {
  7469. name: "Macro",
  7470. height: math.unit(250, "feet")
  7471. },
  7472. {
  7473. name: "Megamacro",
  7474. height: math.unit(1, "AU")
  7475. },
  7476. ]
  7477. )
  7478. };
  7479. characterMakers["Allatia"] = () => {
  7480. return makeCharacter(
  7481. "Allatia",
  7482. "ilikefurrystoo",
  7483. {
  7484. front: {
  7485. height: math.unit(5 + 5/12, "feet"),
  7486. weight: math.unit(140, "lb"),
  7487. name: "Front",
  7488. image: {
  7489. source: "./media/characters/allatia/front.svg",
  7490. extra: 1227/1180 ,
  7491. bottom: 0.027
  7492. }
  7493. },
  7494. },
  7495. [
  7496. {
  7497. name: "Normal",
  7498. height: math.unit(5 + 5/12, "feet")
  7499. },
  7500. {
  7501. name: "Macro",
  7502. height: math.unit(250, "feet"),
  7503. default: true
  7504. },
  7505. {
  7506. name: "Megamacro",
  7507. height: math.unit(8, "miles")
  7508. }
  7509. ]
  7510. )
  7511. };
  7512. characterMakers["Tene"] = () => {
  7513. return makeCharacter(
  7514. "Tene",
  7515. "TenebrisDrox",
  7516. {
  7517. front: {
  7518. height: math.unit(6, "feet"),
  7519. weight: math.unit(120, "lb"),
  7520. name: "Front",
  7521. image: {
  7522. source: "./media/characters/tene/front.svg",
  7523. extra: 1728/1578 ,
  7524. bottom: 0.022
  7525. }
  7526. },
  7527. stomping: {
  7528. height: math.unit(2.025, "meters"),
  7529. weight: math.unit(120, "lb"),
  7530. name: "Stomping",
  7531. image: {
  7532. source: "./media/characters/tene/stomping.svg",
  7533. extra: 938/873 ,
  7534. bottom: 0.01
  7535. }
  7536. },
  7537. sitting: {
  7538. height: math.unit(1, "meter"),
  7539. weight: math.unit(120, "lb"),
  7540. name: "Sitting",
  7541. image: {
  7542. source: "./media/characters/tene/sitting.svg",
  7543. extra: 437/415 ,
  7544. bottom: 0.1
  7545. }
  7546. },
  7547. feral: {
  7548. height: math.unit(3.9, "feet"),
  7549. weight: math.unit(250, "lb"),
  7550. name: "Feral",
  7551. image: {
  7552. source: "./media/characters/tene/feral.svg",
  7553. extra: 717/458 ,
  7554. bottom: 0.179
  7555. }
  7556. },
  7557. },
  7558. [
  7559. {
  7560. name: "Normal",
  7561. height: math.unit(6, "feet")
  7562. },
  7563. {
  7564. name: "Macro",
  7565. height: math.unit(300, "feet"),
  7566. default: true
  7567. },
  7568. {
  7569. name: "Megamacro",
  7570. height: math.unit(5, "miles")
  7571. },
  7572. ]
  7573. )
  7574. };
  7575. characterMakers["Evander"] = () => {
  7576. return makeCharacter(
  7577. "Evander",
  7578. "KlezmerGryphon",
  7579. {
  7580. side: {
  7581. height: math.unit(6, "feet"),
  7582. name: "Side",
  7583. image: {
  7584. source: "./media/characters/evander/side.svg",
  7585. extra: 877/477
  7586. }
  7587. },
  7588. },
  7589. [
  7590. {
  7591. name: "Normal",
  7592. height: math.unit(0.83, "meters"),
  7593. default: true
  7594. },
  7595. ]
  7596. )
  7597. };
  7598. characterMakers["Ka'Tamra \"Spaz\" Ci'Karan"] = () => {
  7599. return makeCharacter(
  7600. "Ka'Tamra \"Spaz\" Ci'Karan",
  7601. "Spazman",
  7602. {
  7603. front: {
  7604. height: math.unit(12, "feet"),
  7605. weight: math.unit(1000, "lb"),
  7606. name: "Front",
  7607. image: {
  7608. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7609. extra: 1762/1611
  7610. }
  7611. },
  7612. back: {
  7613. height: math.unit(12, "feet"),
  7614. weight: math.unit(1000, "lb"),
  7615. name: "Back",
  7616. image: {
  7617. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7618. extra: 1762/1611
  7619. }
  7620. },
  7621. },
  7622. [
  7623. {
  7624. name: "Normal",
  7625. height: math.unit(12, "feet"),
  7626. default: true
  7627. },
  7628. {
  7629. name: "Kaiju",
  7630. height: math.unit(150, "feet")
  7631. },
  7632. ]
  7633. )
  7634. };
  7635. characterMakers["Zero Alurus"] = () => {
  7636. return makeCharacter(
  7637. "Zero Alurus",
  7638. "",
  7639. {
  7640. front: {
  7641. height: math.unit(6, "feet"),
  7642. weight: math.unit(150, "lb"),
  7643. name: "Front",
  7644. image: {
  7645. source: "./media/characters/zero-alurus/front.svg"
  7646. }
  7647. },
  7648. back: {
  7649. height: math.unit(6, "feet"),
  7650. weight: math.unit(150, "lb"),
  7651. name: "Back",
  7652. image: {
  7653. source: "./media/characters/zero-alurus/back.svg"
  7654. }
  7655. },
  7656. },
  7657. [
  7658. {
  7659. name: "Normal",
  7660. height: math.unit(5 + 10/12, "feet")
  7661. },
  7662. {
  7663. name: "Macro",
  7664. height: math.unit(60, "feet"),
  7665. default: true
  7666. },
  7667. {
  7668. name: "Macro+",
  7669. height: math.unit(450, "feet")
  7670. },
  7671. ]
  7672. )
  7673. };
  7674. characterMakers["Mega Shi"] = () => {
  7675. return makeCharacter(
  7676. "Mega Shi",
  7677. "MShi8027",
  7678. {
  7679. front: {
  7680. height: math.unit(6, "feet"),
  7681. weight: math.unit(200, "lb"),
  7682. name: "Front",
  7683. image: {
  7684. source: "./media/characters/mega-shi/front.svg",
  7685. extra: 1279/1250 ,
  7686. bottom: 0.02
  7687. }
  7688. },
  7689. back: {
  7690. height: math.unit(6, "feet"),
  7691. weight: math.unit(200, "lb"),
  7692. name: "Back",
  7693. image: {
  7694. source: "./media/characters/mega-shi/back.svg",
  7695. extra: 1279/1250 ,
  7696. bottom: 0.02
  7697. }
  7698. },
  7699. },
  7700. [
  7701. {
  7702. name: "Micro",
  7703. height: math.unit(16 + 6/12, "feet")
  7704. },
  7705. {
  7706. name: "Normal",
  7707. height: math.unit(660, "feet"),
  7708. default: true
  7709. },
  7710. {
  7711. name: "Megamacro",
  7712. height: math.unit(10, "miles")
  7713. },
  7714. {
  7715. name: "Planetary Launch",
  7716. height: math.unit(500, "miles")
  7717. },
  7718. {
  7719. name: "Interstellar",
  7720. height: math.unit(1e9, "miles")
  7721. },
  7722. {
  7723. name: "Leaving the Universe",
  7724. height: math.unit(1, "gigaparsec")
  7725. },
  7726. {
  7727. name: "Travelling Universes",
  7728. height: math.unit(30e15, "parsecs")
  7729. },
  7730. ]
  7731. )
  7732. };
  7733. characterMakers["Odyssey"] = () => {
  7734. return makeCharacter(
  7735. "Odyssey",
  7736. "Freschlauhs",
  7737. {
  7738. front: {
  7739. height: math.unit(6, "feet"),
  7740. weight: math.unit(150, "lb"),
  7741. name: "Front",
  7742. image: {
  7743. source: "./media/characters/odyssey/front.svg",
  7744. extra: 1782/1582 ,
  7745. bottom: 0.01
  7746. }
  7747. },
  7748. side: {
  7749. height: math.unit(5.6, "feet"),
  7750. weight: math.unit(140, "lb"),
  7751. name: "Side",
  7752. image: {
  7753. source: "./media/characters/odyssey/side.svg",
  7754. extra: 6462/5700
  7755. }
  7756. },
  7757. },
  7758. [
  7759. {
  7760. name: "Normal",
  7761. height: math.unit(5 + 4/12, "feet")
  7762. },
  7763. {
  7764. name: "Macro",
  7765. height: math.unit(1, "km")
  7766. },
  7767. {
  7768. name: "Megamacro",
  7769. height: math.unit(3000, "km")
  7770. },
  7771. {
  7772. name: "Gigamacro",
  7773. height: math.unit(1, "AU"),
  7774. default: true
  7775. },
  7776. {
  7777. name: "Omniversal",
  7778. height: math.unit(100e14, "lightyears")
  7779. },
  7780. ]
  7781. )
  7782. };
  7783. characterMakers["Mekuto"] = () => {
  7784. return makeCharacter(
  7785. "Mekuto",
  7786. "Mekuto",
  7787. {
  7788. front: {
  7789. height: math.unit(6, "feet"),
  7790. weight: math.unit(300, "lb"),
  7791. name: "Front",
  7792. image: {
  7793. source: "./media/characters/mekuto/front.svg",
  7794. extra: 921/832 ,
  7795. bottom: 0.03
  7796. }
  7797. },
  7798. hand: {
  7799. height: math.unit(6/10.24, "feet"),
  7800. name: "Hand",
  7801. image: {
  7802. source: "./media/characters/mekuto/hand.svg"
  7803. }
  7804. },
  7805. foot: {
  7806. height: math.unit(6/5.05, "feet"),
  7807. name: "Foot",
  7808. image: {
  7809. source: "./media/characters/mekuto/foot.svg"
  7810. }
  7811. },
  7812. },
  7813. [
  7814. {
  7815. name: "Minimicro",
  7816. height: math.unit(0.2, "inches")
  7817. },
  7818. {
  7819. name: "Micro",
  7820. height: math.unit(1.5, "inches")
  7821. },
  7822. {
  7823. name: "Normal",
  7824. height: math.unit(5 + 11/12, "feet"),
  7825. default: true
  7826. },
  7827. {
  7828. name: "Minimacro",
  7829. height: math.unit(17 + 9/12, "feet")
  7830. },
  7831. {
  7832. name: "Macro",
  7833. height: math.unit(177.5, "feet")
  7834. },
  7835. {
  7836. name: "Megamacro",
  7837. height: math.unit(152, "miles")
  7838. },
  7839. ]
  7840. )
  7841. };
  7842. characterMakers["Dafydd Tomos"] = () => {
  7843. return makeCharacter(
  7844. "Dafydd Tomos",
  7845. "SolarfoxArt",
  7846. {
  7847. front: {
  7848. height: math.unit(6.5, "inches"),
  7849. weight: math.unit(13, "oz"),
  7850. name: "Front",
  7851. image: {
  7852. source: "./media/characters/dafydd-tomos/front.svg",
  7853. extra: 2990/2603 ,
  7854. bottom: 0.03
  7855. }
  7856. },
  7857. },
  7858. [
  7859. {
  7860. name: "Micro",
  7861. height: math.unit(6.5, "inches"),
  7862. default: true
  7863. },
  7864. ]
  7865. )
  7866. };
  7867. characterMakers["Splinter"] = () => {
  7868. return makeCharacter(
  7869. "Splinter",
  7870. "SirSplinter",
  7871. {
  7872. front: {
  7873. height: math.unit(6, "feet"),
  7874. weight: math.unit(150, "lb"),
  7875. name: "Front",
  7876. image: {
  7877. source: "./media/characters/splinter/front.svg",
  7878. extra: 2990/2882 ,
  7879. bottom: 0.04
  7880. }
  7881. },
  7882. back: {
  7883. height: math.unit(6, "feet"),
  7884. weight: math.unit(150, "lb"),
  7885. name: "Back",
  7886. image: {
  7887. source: "./media/characters/splinter/back.svg",
  7888. extra: 2990/2882 ,
  7889. bottom: 0.04
  7890. }
  7891. },
  7892. },
  7893. [
  7894. {
  7895. name: "Normal",
  7896. height: math.unit(6, "feet")
  7897. },
  7898. {
  7899. name: "Macro",
  7900. height: math.unit(230, "meters"),
  7901. default: true
  7902. },
  7903. ]
  7904. )
  7905. };
  7906. characterMakers["SnowGabumon"] = () => {
  7907. return makeCharacter(
  7908. "SnowGabumon",
  7909. "SnowGabumon",
  7910. {
  7911. front: {
  7912. height: math.unit(4 + 10/12, "feet"),
  7913. weight: math.unit(480, "lb"),
  7914. name: "Front",
  7915. image: {
  7916. source: "./media/characters/snow-gabumon/front.svg",
  7917. extra: 1140/963 ,
  7918. bottom: 0.058
  7919. }
  7920. },
  7921. back: {
  7922. height: math.unit(4 + 10/12, "feet"),
  7923. weight: math.unit(480, "lb"),
  7924. name: "Back",
  7925. image: {
  7926. source: "./media/characters/snow-gabumon/back.svg",
  7927. extra: 1115/962 ,
  7928. bottom: 0.041
  7929. }
  7930. },
  7931. frontUndresed: {
  7932. height: math.unit(4 + 10/12, "feet"),
  7933. weight: math.unit(480, "lb"),
  7934. name: "Front (Undressed)",
  7935. image: {
  7936. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7937. extra: 1061/960 ,
  7938. bottom: 0.045
  7939. }
  7940. },
  7941. },
  7942. [
  7943. {
  7944. name: "Micro",
  7945. height: math.unit(1, "inch")
  7946. },
  7947. {
  7948. name: "Normal",
  7949. height: math.unit(4 + 10/12, "feet"),
  7950. default: true
  7951. },
  7952. {
  7953. name: "Macro",
  7954. height: math.unit(200, "feet")
  7955. },
  7956. {
  7957. name: "Megamacro",
  7958. height: math.unit(120, "miles")
  7959. },
  7960. {
  7961. name: "Gigamacro",
  7962. height: math.unit(9800, "miles")
  7963. },
  7964. ]
  7965. )
  7966. };
  7967. characterMakers["Moody"] = () => {
  7968. return makeCharacter(
  7969. "Moody",
  7970. "MoodysterDog",
  7971. {
  7972. front: {
  7973. height: math.unit(1.7, "meters"),
  7974. weight: math.unit(140, "lb"),
  7975. name: "Front",
  7976. image: {
  7977. source: "./media/characters/moody/front.svg",
  7978. extra: 3226/3007 ,
  7979. bottom: 0.087
  7980. }
  7981. },
  7982. },
  7983. [
  7984. {
  7985. name: "Micro",
  7986. height: math.unit(1, "mm")
  7987. },
  7988. {
  7989. name: "Normal",
  7990. height: math.unit(1.7, "meters"),
  7991. default: true
  7992. },
  7993. {
  7994. name: "Macro",
  7995. height: math.unit(80, "meters")
  7996. },
  7997. {
  7998. name: "Macro+",
  7999. height: math.unit(500, "meters")
  8000. },
  8001. ]
  8002. )
  8003. };
  8004. characterMakers["Zyas"] = () => {
  8005. return makeCharacter(
  8006. "Zyas",
  8007. "Delathar",
  8008. {
  8009. front: {
  8010. height: math.unit(6, "feet"),
  8011. weight: math.unit(150, "lb"),
  8012. name: "Front",
  8013. image: {
  8014. source: "./media/characters/zyas/front.svg",
  8015. extra: 1180/1120 ,
  8016. bottom: 0.045
  8017. }
  8018. },
  8019. },
  8020. [
  8021. {
  8022. name: "Normal",
  8023. height: math.unit(10, "feet"),
  8024. default: true
  8025. },
  8026. {
  8027. name: "Macro",
  8028. height: math.unit(500, "feet")
  8029. },
  8030. {
  8031. name: "Megamacro",
  8032. height: math.unit(5, "miles")
  8033. },
  8034. {
  8035. name: "Teramacro",
  8036. height: math.unit(150000, "miles")
  8037. },
  8038. ]
  8039. )
  8040. };
  8041. characterMakers["Cuon"] = () => {
  8042. return makeCharacter(
  8043. "Cuon",
  8044. "CollieCuon",
  8045. {
  8046. front: {
  8047. height: math.unit(6, "feet"),
  8048. weight: math.unit(150, "lb"),
  8049. name: "Front",
  8050. image: {
  8051. source: "./media/characters/cuon/front.svg",
  8052. extra: 1390/1320 ,
  8053. bottom: 0.008
  8054. }
  8055. },
  8056. },
  8057. [
  8058. {
  8059. name: "Micro",
  8060. height: math.unit(3, "inches")
  8061. },
  8062. {
  8063. name: "Normal",
  8064. height: math.unit(18 + 9/12, "feet"),
  8065. default: true
  8066. },
  8067. {
  8068. name: "Macro",
  8069. height: math.unit(360, "feet")
  8070. },
  8071. {
  8072. name: "Megamacro",
  8073. height: math.unit(360, "miles")
  8074. },
  8075. ]
  8076. )
  8077. };
  8078. characterMakers["Nyanuxk"] = () => {
  8079. return makeCharacter(
  8080. "Nyanuxk",
  8081. "Nyanuxk",
  8082. {
  8083. front: {
  8084. height: math.unit(2.4, "meters"),
  8085. weight: math.unit(70, "kg"),
  8086. name: "Front",
  8087. image: {
  8088. source: "./media/characters/nyanuxk/front.svg",
  8089. extra: 1172/1084 ,
  8090. bottom: 0.065
  8091. }
  8092. },
  8093. side: {
  8094. height: math.unit(2.4, "meters"),
  8095. weight: math.unit(70, "kg"),
  8096. name: "Side",
  8097. image: {
  8098. source: "./media/characters/nyanuxk/side.svg",
  8099. extra: 1190/1132 ,
  8100. bottom: 0.007
  8101. }
  8102. },
  8103. back: {
  8104. height: math.unit(2.4, "meters"),
  8105. weight: math.unit(70, "kg"),
  8106. name: "Back",
  8107. image: {
  8108. source: "./media/characters/nyanuxk/back.svg",
  8109. extra: 1200/1141 ,
  8110. bottom: 0.015
  8111. }
  8112. },
  8113. foot: {
  8114. height: math.unit(0.52, "meters"),
  8115. name: "Foot",
  8116. image: {
  8117. source: "./media/characters/nyanuxk/foot.svg"
  8118. }
  8119. },
  8120. },
  8121. [
  8122. {
  8123. name: "Micro",
  8124. height: math.unit(2, "cm")
  8125. },
  8126. {
  8127. name: "Normal",
  8128. height: math.unit(2.4, "meters"),
  8129. default: true
  8130. },
  8131. {
  8132. name: "Smaller Macro",
  8133. height: math.unit(120, "meters")
  8134. },
  8135. {
  8136. name: "Bigger Macro",
  8137. height: math.unit(1.2, "km")
  8138. },
  8139. {
  8140. name: "Megamacro",
  8141. height: math.unit(15, "kilometers")
  8142. },
  8143. {
  8144. name: "Gigamacro",
  8145. height: math.unit(2000, "km")
  8146. },
  8147. {
  8148. name: "Teramacro",
  8149. height: math.unit(500000, "km")
  8150. },
  8151. ]
  8152. )
  8153. };
  8154. characterMakers["Ailbhe"] = () => {
  8155. return makeCharacter(
  8156. "Ailbhe",
  8157. "KlezmerGryphon",
  8158. {
  8159. side: {
  8160. height: math.unit(6, "feet"),
  8161. name: "Side",
  8162. image: {
  8163. source: "./media/characters/ailbhe/side.svg",
  8164. extra: 757/464 ,
  8165. bottom: 0.041
  8166. }
  8167. },
  8168. },
  8169. [
  8170. {
  8171. name: "Normal",
  8172. height: math.unit(1.07, "meters"),
  8173. default: true
  8174. },
  8175. ]
  8176. )
  8177. };
  8178. characterMakers["Zevulfius"] = () => {
  8179. return makeCharacter(
  8180. "Zevulfius",
  8181. "Nyanuxk",
  8182. {
  8183. front: {
  8184. height: math.unit(6, "feet"),
  8185. weight: math.unit(120, "kg"),
  8186. name: "Front",
  8187. image: {
  8188. source: "./media/characters/zevulfius/front.svg",
  8189. extra: 965/903
  8190. }
  8191. },
  8192. side: {
  8193. height: math.unit(6, "feet"),
  8194. weight: math.unit(120, "kg"),
  8195. name: "Side",
  8196. image: {
  8197. source: "./media/characters/zevulfius/side.svg",
  8198. extra: 939/900
  8199. }
  8200. },
  8201. back: {
  8202. height: math.unit(6, "feet"),
  8203. weight: math.unit(120, "kg"),
  8204. name: "Back",
  8205. image: {
  8206. source: "./media/characters/zevulfius/back.svg",
  8207. extra: 918/854 ,
  8208. bottom: 0.005
  8209. }
  8210. },
  8211. foot: {
  8212. height: math.unit(6/3.72, "feet"),
  8213. name: "Foot",
  8214. image: {
  8215. source: "./media/characters/zevulfius/foot.svg"
  8216. }
  8217. },
  8218. },
  8219. [
  8220. {
  8221. name: "Macro",
  8222. height: math.unit(750, "meters")
  8223. },
  8224. {
  8225. name: "Megamacro",
  8226. height: math.unit(20, "km"),
  8227. default: true
  8228. },
  8229. {
  8230. name: "Gigamacro",
  8231. height: math.unit(2000, "km")
  8232. },
  8233. {
  8234. name: "Teramacro",
  8235. height: math.unit(250000, "km")
  8236. },
  8237. ]
  8238. )
  8239. };
  8240. characterMakers["Rikes"] = () => {
  8241. return makeCharacter(
  8242. "Rikes",
  8243. "VeryLargeDog",
  8244. {
  8245. front: {
  8246. height: math.unit(100, "feet"),
  8247. weight: math.unit(350, "kg"),
  8248. name: "Front",
  8249. image: {
  8250. source: "./media/characters/rikes/front.svg",
  8251. extra: 1565/1483 ,
  8252. bottom: 0.017
  8253. }
  8254. },
  8255. },
  8256. [
  8257. {
  8258. name: "Macro",
  8259. height: math.unit(100, "feet"),
  8260. default: true
  8261. },
  8262. ]
  8263. )
  8264. };
  8265. characterMakers["Adam Silver-Mane"] = () => {
  8266. return makeCharacter(
  8267. "Adam Silver-Mane",
  8268. "Dragonknightadam",
  8269. {
  8270. anthro: {
  8271. height: math.unit(8, "feet"),
  8272. weight: math.unit(120, "kg"),
  8273. name: "Anthro",
  8274. image: {
  8275. source: "./media/characters/adam-silver-mane/anthro.svg",
  8276. extra: 5743/5339 ,
  8277. bottom: 0.07
  8278. }
  8279. },
  8280. taur: {
  8281. height: math.unit(16, "feet"),
  8282. weight: math.unit(1500, "kg"),
  8283. name: "Taur",
  8284. image: {
  8285. source: "./media/characters/adam-silver-mane/taur.svg",
  8286. extra: 1713/1571 ,
  8287. bottom: 0.01
  8288. }
  8289. },
  8290. },
  8291. [
  8292. {
  8293. name: "Normal",
  8294. height: math.unit(8, "feet")
  8295. },
  8296. {
  8297. name: "Minimacro",
  8298. height: math.unit(80, "feet")
  8299. },
  8300. {
  8301. name: "Macro",
  8302. height: math.unit(800, "feet"),
  8303. default: true
  8304. },
  8305. {
  8306. name: "Megamacro",
  8307. height: math.unit(8000, "feet")
  8308. },
  8309. {
  8310. name: "Gigamacro",
  8311. height: math.unit(800, "miles")
  8312. },
  8313. {
  8314. name: "Teramacro",
  8315. height: math.unit(80000, "miles")
  8316. },
  8317. {
  8318. name: "Celestial",
  8319. height: math.unit(8e6, "miles")
  8320. },
  8321. {
  8322. name: "Star Dragon",
  8323. height: math.unit(800000, "parsecs")
  8324. },
  8325. {
  8326. name: "Godly",
  8327. height: math.unit(800, "teraparsecs")
  8328. },
  8329. ]
  8330. )
  8331. };
  8332. characterMakers["Ky'owin"] = () => {
  8333. return makeCharacter(
  8334. "Ky'owin",
  8335. "Kyowin",
  8336. {
  8337. front: {
  8338. height: math.unit(6, "feet"),
  8339. weight: math.unit(150, "lb"),
  8340. name: "Front",
  8341. image: {
  8342. source: "./media/characters/ky'owin/front.svg",
  8343. extra: 3888/3068 ,
  8344. bottom: 0.015
  8345. }
  8346. },
  8347. },
  8348. [
  8349. {
  8350. name: "Normal",
  8351. height: math.unit(6 + 8/12, "feet")
  8352. },
  8353. {
  8354. name: "Large",
  8355. height: math.unit(68, "feet")
  8356. },
  8357. {
  8358. name: "Macro",
  8359. height: math.unit(132, "feet")
  8360. },
  8361. {
  8362. name: "Macro+",
  8363. height: math.unit(340, "feet")
  8364. },
  8365. {
  8366. name: "Macro++",
  8367. height: math.unit(680, "feet"),
  8368. default: true
  8369. },
  8370. {
  8371. name: "Megamacro",
  8372. height: math.unit(1, "mile")
  8373. },
  8374. {
  8375. name: "Megamacro+",
  8376. height: math.unit(10, "miles")
  8377. },
  8378. ]
  8379. )
  8380. };
  8381. characterMakers["Mal"] = () => {
  8382. return makeCharacter(
  8383. "Mal",
  8384. "agrosarmadillo",
  8385. {
  8386. front: {
  8387. height: math.unit(4, "feet"),
  8388. weight: math.unit(50, "lb"),
  8389. name: "Front",
  8390. image: {
  8391. source: "./media/characters/mal/front.svg",
  8392. extra: 785/724 ,
  8393. bottom: 0.07
  8394. }
  8395. },
  8396. },
  8397. [
  8398. {
  8399. name: "Micro",
  8400. height: math.unit(4, "inches")
  8401. },
  8402. {
  8403. name: "Normal",
  8404. height: math.unit(4, "feet"),
  8405. default: true
  8406. },
  8407. {
  8408. name: "Macro",
  8409. height: math.unit(200, "feet")
  8410. },
  8411. ]
  8412. )
  8413. };
  8414. characterMakers["Jordan Deware"] = () => {
  8415. return makeCharacter(
  8416. "Jordan Deware",
  8417. "JordanDeware",
  8418. {
  8419. front: {
  8420. height: math.unit(6, "feet"),
  8421. weight: math.unit(150, "lb"),
  8422. name: "Front",
  8423. image: {
  8424. source: "./media/characters/jordan-deware/front.svg",
  8425. extra: 1191/1012
  8426. }
  8427. },
  8428. },
  8429. [
  8430. {
  8431. name: "Nano",
  8432. height: math.unit(0.01, "mm")
  8433. },
  8434. {
  8435. name: "Minimicro",
  8436. height: math.unit(1, "mm")
  8437. },
  8438. {
  8439. name: "Micro",
  8440. height: math.unit(0.5, "inches")
  8441. },
  8442. {
  8443. name: "Normal",
  8444. height: math.unit(4, "feet"),
  8445. default: true
  8446. },
  8447. {
  8448. name: "Minimacro",
  8449. height: math.unit(40, "meters")
  8450. },
  8451. {
  8452. name: "Small Macro",
  8453. height: math.unit(400, "meters")
  8454. },
  8455. {
  8456. name: "Macro",
  8457. height: math.unit(4, "miles")
  8458. },
  8459. {
  8460. name: "Megamacro",
  8461. height: math.unit(40, "miles")
  8462. },
  8463. {
  8464. name: "Megamacro+",
  8465. height: math.unit(400, "miles")
  8466. },
  8467. {
  8468. name: "Gigamacro",
  8469. height: math.unit(400000, "miles")
  8470. },
  8471. ]
  8472. )
  8473. };
  8474. characterMakers["Kimiko"] = () => {
  8475. return makeCharacter(
  8476. "Kimiko",
  8477. "HypoTheDerg",
  8478. {
  8479. side: {
  8480. height: math.unit(6, "feet"),
  8481. weight: math.unit(150, "lb"),
  8482. name: "Side",
  8483. image: {
  8484. source: "./media/characters/kimiko/side.svg",
  8485. extra: 600/358
  8486. }
  8487. },
  8488. },
  8489. [
  8490. {
  8491. name: "Normal",
  8492. height: math.unit(15, "feet"),
  8493. default: true
  8494. },
  8495. {
  8496. name: "Macro",
  8497. height: math.unit(220, "feet")
  8498. },
  8499. {
  8500. name: "Macro+",
  8501. height: math.unit(1450, "feet")
  8502. },
  8503. {
  8504. name: "Megamacro",
  8505. height: math.unit(11500, "feet")
  8506. },
  8507. {
  8508. name: "Gigamacro",
  8509. height: math.unit(9500, "miles")
  8510. },
  8511. {
  8512. name: "Teramacro",
  8513. height: math.unit(2208005005, "miles")
  8514. },
  8515. {
  8516. name: "Examacro",
  8517. height: math.unit(2750, "parsecs")
  8518. },
  8519. {
  8520. name: "Zettamacro",
  8521. height: math.unit(101500, "parsecs")
  8522. },
  8523. ]
  8524. )
  8525. };
  8526. characterMakers["Andrew Sleepy"] = () => {
  8527. return makeCharacter(
  8528. "Andrew Sleepy",
  8529. "Proky",
  8530. {
  8531. front: {
  8532. height: math.unit(6, "feet"),
  8533. weight: math.unit(70, "kg"),
  8534. name: "Front",
  8535. image: {
  8536. source: "./media/characters/andrew-sleepy/front.svg"
  8537. }
  8538. },
  8539. side: {
  8540. height: math.unit(6, "feet"),
  8541. weight: math.unit(70, "kg"),
  8542. name: "Side",
  8543. image: {
  8544. source: "./media/characters/andrew-sleepy/side.svg"
  8545. }
  8546. },
  8547. },
  8548. [
  8549. {
  8550. name: "Micro",
  8551. height: math.unit(1, "mm"),
  8552. default: true
  8553. },
  8554. ]
  8555. )
  8556. };
  8557. characterMakers["Judio"] = () => {
  8558. return makeCharacter(
  8559. "Judio",
  8560. "HypoTheDerg",
  8561. {
  8562. front: {
  8563. height: math.unit(6, "feet"),
  8564. weight: math.unit(150, "lb"),
  8565. name: "Front",
  8566. image: {
  8567. source: "./media/characters/judio/front.svg",
  8568. extra: 1258/1110
  8569. }
  8570. },
  8571. },
  8572. [
  8573. {
  8574. name: "Normal",
  8575. height: math.unit(5 + 6/12, "feet")
  8576. },
  8577. {
  8578. name: "Macro",
  8579. height: math.unit(1000, "feet"),
  8580. default: true
  8581. },
  8582. {
  8583. name: "Megamacro",
  8584. height: math.unit(10, "miles")
  8585. },
  8586. ]
  8587. )
  8588. };
  8589. characterMakers["Nomaxice"] = () => {
  8590. return makeCharacter(
  8591. "Nomaxice",
  8592. "Nomaxice",
  8593. {
  8594. front: {
  8595. height: math.unit(6, "feet"),
  8596. weight: math.unit(68, "kg"),
  8597. name: "Front",
  8598. image: {
  8599. source: "./media/characters/nomaxice/front.svg",
  8600. extra: 1498/1073 ,
  8601. bottom: 0.075
  8602. }
  8603. },
  8604. foot: {
  8605. height: math.unit(1.1, "feet"),
  8606. name: "Foot",
  8607. image: {
  8608. source: "./media/characters/nomaxice/foot.svg"
  8609. }
  8610. },
  8611. },
  8612. [
  8613. {
  8614. name: "Micro",
  8615. height: math.unit(8, "cm")
  8616. },
  8617. {
  8618. name: "Norm",
  8619. height: math.unit(1.82, "m")
  8620. },
  8621. {
  8622. name: "Norm+",
  8623. height: math.unit(8.8, "feet")
  8624. },
  8625. {
  8626. name: "Big",
  8627. height: math.unit(8, "meters"),
  8628. default: true
  8629. },
  8630. {
  8631. name: "Macro",
  8632. height: math.unit(18, "meters")
  8633. },
  8634. {
  8635. name: "Macro+",
  8636. height: math.unit(88, "meters")
  8637. },
  8638. ]
  8639. )
  8640. };
  8641. characterMakers["Dydros"] = () => {
  8642. return makeCharacter(
  8643. "Dydros",
  8644. "DatCyberDragon",
  8645. {
  8646. front: {
  8647. height: math.unit(12, "feet"),
  8648. weight: math.unit(1.5, "tons"),
  8649. name: "Front",
  8650. image: {
  8651. source: "./media/characters/dydros/front.svg",
  8652. extra: 863/800 ,
  8653. bottom: 0.015
  8654. }
  8655. },
  8656. back: {
  8657. height: math.unit(12, "feet"),
  8658. weight: math.unit(1.5, "tons"),
  8659. name: "Back",
  8660. image: {
  8661. source: "./media/characters/dydros/back.svg",
  8662. extra: 900/843 ,
  8663. bottom: 0.005
  8664. }
  8665. },
  8666. },
  8667. [
  8668. {
  8669. name: "Normal",
  8670. height: math.unit(12, "feet"),
  8671. default: true
  8672. },
  8673. ]
  8674. )
  8675. };
  8676. characterMakers["Riggi"] = () => {
  8677. return makeCharacter(
  8678. "Riggi",
  8679. "Fyre_ace",
  8680. {
  8681. front: {
  8682. height: math.unit(6, "feet"),
  8683. weight: math.unit(100, "kg"),
  8684. name: "Front",
  8685. image: {
  8686. source: "./media/characters/riggi/front.svg",
  8687. extra: 5787/5303
  8688. }
  8689. },
  8690. hyper: {
  8691. height: math.unit(6*5/3, "feet"),
  8692. weight: math.unit(400*5/3*5/3*5/3, "kg"),
  8693. name: "Hyper",
  8694. image: {
  8695. source: "./media/characters/riggi/hyper.svg",
  8696. extra: 3595/3485
  8697. }
  8698. },
  8699. },
  8700. [
  8701. {
  8702. name: "Small Macro",
  8703. height: math.unit(50, "feet")
  8704. },
  8705. {
  8706. name: "Default",
  8707. height: math.unit(200, "feet"),
  8708. default: true
  8709. },
  8710. {
  8711. name: "Loom",
  8712. height: math.unit(10000, "feet")
  8713. },
  8714. {
  8715. name: "Cruising Altitude",
  8716. height: math.unit(30000, "feet")
  8717. },
  8718. {
  8719. name: "Megamacro",
  8720. height: math.unit(100, "miles")
  8721. },
  8722. {
  8723. name: "Continent Sized",
  8724. height: math.unit(2800, "miles")
  8725. },
  8726. {
  8727. name: "Earth Sized",
  8728. height: math.unit(8000, "miles")
  8729. },
  8730. ]
  8731. )
  8732. };
  8733. characterMakers["Alexi"] = () => {
  8734. return makeCharacter(
  8735. "Alexi",
  8736. "AlexiWerewolf",
  8737. {
  8738. front: {
  8739. height: math.unit(6, "feet"),
  8740. weight: math.unit(250, "lb"),
  8741. name: "Front",
  8742. image: {
  8743. source: "./media/characters/alexi/front.svg",
  8744. extra: 3483/3291 ,
  8745. bottom: 0.04
  8746. }
  8747. },
  8748. back: {
  8749. height: math.unit(6, "feet"),
  8750. weight: math.unit(250, "lb"),
  8751. name: "Back",
  8752. image: {
  8753. source: "./media/characters/alexi/back.svg",
  8754. extra: 3533/3356 ,
  8755. bottom: 0.021
  8756. }
  8757. },
  8758. frontTransformed: {
  8759. height: math.unit(12.5, "feet"),
  8760. weight: math.unit(4000, "lb"),
  8761. name: "Front (Transformed)",
  8762. image: {
  8763. source: "./media/characters/alexi/front-transformed.svg",
  8764. extra: 5345/5100 ,
  8765. bottom: 0.03
  8766. }
  8767. },
  8768. },
  8769. [
  8770. {
  8771. name: "Normal",
  8772. height: math.unit(3, "meters"),
  8773. default: true
  8774. },
  8775. {
  8776. name: "Minimacro",
  8777. height: math.unit(30, "meters")
  8778. },
  8779. {
  8780. name: "Macro",
  8781. height: math.unit(500, "meters")
  8782. },
  8783. {
  8784. name: "Megamacro",
  8785. height: math.unit(9000, "km")
  8786. },
  8787. {
  8788. name: "Teramacro",
  8789. height: math.unit(384000, "km")
  8790. },
  8791. ]
  8792. )
  8793. };
  8794. characterMakers["Kayroo"] = () => {
  8795. return makeCharacter(
  8796. "Kayroo",
  8797. "Kayroo",
  8798. {
  8799. front: {
  8800. height: math.unit(6, "feet"),
  8801. weight: math.unit(150, "lb"),
  8802. name: "Front",
  8803. image: {
  8804. source: "./media/characters/kayroo/front.svg",
  8805. extra: 1153/1038 ,
  8806. bottom: 0.06
  8807. }
  8808. },
  8809. foot: {
  8810. height: math.unit(6, "feet"),
  8811. weight: math.unit(150, "lb"),
  8812. name: "Foot",
  8813. image: {
  8814. source: "./media/characters/kayroo/foot.svg"
  8815. }
  8816. },
  8817. },
  8818. [
  8819. {
  8820. name: "Normal",
  8821. height: math.unit(8, "feet"),
  8822. default: true
  8823. },
  8824. {
  8825. name: "Minimacro",
  8826. height: math.unit(250, "feet")
  8827. },
  8828. {
  8829. name: "Macro",
  8830. height: math.unit(2800, "feet")
  8831. },
  8832. {
  8833. name: "Megamacro",
  8834. height: math.unit(5200, "feet")
  8835. },
  8836. {
  8837. name: "Gigamacro",
  8838. height: math.unit(27000, "feet")
  8839. },
  8840. {
  8841. name: "Omega",
  8842. height: math.unit(45000, "feet")
  8843. },
  8844. ]
  8845. )
  8846. };
  8847. characterMakers["Rhys"] = () => {
  8848. return makeCharacter(
  8849. "Rhys",
  8850. "BigMountainCat",
  8851. {
  8852. front: {
  8853. height: math.unit(18, "feet"),
  8854. weight: math.unit(5800, "lb"),
  8855. name: "Front",
  8856. image: {
  8857. source: "./media/characters/rhys/front.svg",
  8858. extra: 3386/3090 ,
  8859. bottom: 0.07
  8860. }
  8861. },
  8862. },
  8863. [
  8864. {
  8865. name: "Normal",
  8866. height: math.unit(18, "feet"),
  8867. default: true
  8868. },
  8869. {
  8870. name: "Working Size",
  8871. height: math.unit(200, "feet")
  8872. },
  8873. {
  8874. name: "Demolition Size",
  8875. height: math.unit(2000, "feet")
  8876. },
  8877. {
  8878. name: "Maximum Licensed Size",
  8879. height: math.unit(5, "miles")
  8880. },
  8881. {
  8882. name: "Maximum Observed Size",
  8883. height: math.unit(10, "yottameters")
  8884. },
  8885. ]
  8886. )
  8887. };
  8888. characterMakers["Toto"] = () => {
  8889. return makeCharacter(
  8890. "Toto",
  8891. "Totoly_Toto",
  8892. {
  8893. front: {
  8894. height: math.unit(6, "feet"),
  8895. weight: math.unit(250, "lb"),
  8896. name: "Front",
  8897. image: {
  8898. source: "./media/characters/toto/front.svg",
  8899. extra: 527 / 479,
  8900. bottom: 0.05
  8901. }
  8902. },
  8903. },
  8904. [
  8905. {
  8906. name: "Micro",
  8907. height: math.unit(3, "feet")
  8908. },
  8909. {
  8910. name: "Normal",
  8911. height: math.unit(10, "feet")
  8912. },
  8913. {
  8914. name: "Macro",
  8915. height: math.unit(150, "feet"),
  8916. default: true
  8917. },
  8918. {
  8919. name: "Megamacro",
  8920. height: math.unit(1200, "feet")
  8921. },
  8922. ]
  8923. )
  8924. };
  8925. characterMakers["King"] = () => {
  8926. return makeCharacter(
  8927. "King",
  8928. "KingSizedLion",
  8929. {
  8930. back: {
  8931. height: math.unit(6, "feet"),
  8932. weight: math.unit(150, "lb"),
  8933. name: "Back",
  8934. image: {
  8935. source: "./media/characters/king/back.svg"
  8936. }
  8937. },
  8938. },
  8939. [
  8940. {
  8941. name: "Micro",
  8942. height: math.unit(2, "inches")
  8943. },
  8944. {
  8945. name: "Normal",
  8946. height: math.unit(8, "feet")
  8947. },
  8948. {
  8949. name: "Macro",
  8950. height: math.unit(200, "feet"),
  8951. default: true
  8952. },
  8953. {
  8954. name: "Megamacro",
  8955. height: math.unit(50, "miles")
  8956. },
  8957. ]
  8958. )
  8959. };
  8960. characterMakers["Cordite"] = () => {
  8961. return makeCharacter(
  8962. "Cordite",
  8963. "photonman2",
  8964. {
  8965. anthro: {
  8966. height: math.unit(6 + 5/12, "feet"),
  8967. weight: math.unit(280, "lb"),
  8968. name: "Anthro",
  8969. image: {
  8970. source: "./media/characters/cordite/anthro.svg",
  8971. extra: 1986/1905 ,
  8972. bottom: 0.025
  8973. }
  8974. },
  8975. feral: {
  8976. height: math.unit(2, "feet"),
  8977. weight: math.unit(90, "lb"),
  8978. name: "Feral",
  8979. image: {
  8980. source: "./media/characters/cordite/feral.svg",
  8981. extra: 1260/755 ,
  8982. bottom: 0.05
  8983. }
  8984. },
  8985. },
  8986. [
  8987. {
  8988. name: "Normal",
  8989. height: math.unit(6 + 5/12, "feet"),
  8990. default: true
  8991. },
  8992. ]
  8993. )
  8994. };
  8995. characterMakers["Pianostrong"] = () => {
  8996. return makeCharacter(
  8997. "Pianostrong",
  8998. "Pianostrong",
  8999. {
  9000. front: {
  9001. height: math.unit(6, "feet"),
  9002. weight: math.unit(150, "lb"),
  9003. name: "Front",
  9004. image: {
  9005. source: "./media/characters/pianostrong/front.svg",
  9006. extra: 6577/6254 ,
  9007. bottom: 0.02
  9008. }
  9009. },
  9010. side: {
  9011. height: math.unit(6, "feet"),
  9012. weight: math.unit(150, "lb"),
  9013. name: "Side",
  9014. image: {
  9015. source: "./media/characters/pianostrong/side.svg",
  9016. extra: 6106/5730
  9017. }
  9018. },
  9019. back: {
  9020. height: math.unit(6, "feet"),
  9021. weight: math.unit(150, "lb"),
  9022. name: "Back",
  9023. image: {
  9024. source: "./media/characters/pianostrong/back.svg",
  9025. extra: 6085/5733 ,
  9026. bottom: 0.01
  9027. }
  9028. },
  9029. },
  9030. [
  9031. {
  9032. name: "Macro",
  9033. height: math.unit(100, "feet")
  9034. },
  9035. {
  9036. name: "Macro+",
  9037. height: math.unit(300, "feet"),
  9038. default: true
  9039. },
  9040. {
  9041. name: "Macro++",
  9042. height: math.unit(1000, "feet")
  9043. },
  9044. ]
  9045. )
  9046. };
  9047. characterMakers["Kona"] = () => {
  9048. return makeCharacter(
  9049. "Kona",
  9050. "Konadh",
  9051. {
  9052. front: {
  9053. height: math.unit(6, "feet"),
  9054. weight: math.unit(150, "lb"),
  9055. name: "Front",
  9056. image: {
  9057. source: "./media/characters/kona/front.svg",
  9058. extra: 2960/2629 ,
  9059. bottom: 0.005
  9060. }
  9061. },
  9062. },
  9063. [
  9064. {
  9065. name: "Normal",
  9066. height: math.unit(11 + 8/12, "feet")
  9067. },
  9068. {
  9069. name: "Macro",
  9070. height: math.unit(850, "feet"),
  9071. default: true
  9072. },
  9073. {
  9074. name: "Macro+",
  9075. height: math.unit(1.5, "km"),
  9076. default: true
  9077. },
  9078. {
  9079. name: "Megamacro",
  9080. height: math.unit(80, "miles")
  9081. },
  9082. {
  9083. name: "Gigamacro",
  9084. height: math.unit(3500, "miles")
  9085. },
  9086. ]
  9087. )
  9088. };
  9089. characterMakers["Levi"] = () => {
  9090. return makeCharacter(
  9091. "Levi",
  9092. "LeviCurrie",
  9093. {
  9094. side: {
  9095. height: math.unit(1.9, "meters"),
  9096. weight: math.unit(326, "kg"),
  9097. name: "Side",
  9098. image: {
  9099. source: "./media/characters/levi/side.svg",
  9100. extra: 1704/1334 ,
  9101. bottom: 0.02
  9102. }
  9103. },
  9104. },
  9105. [
  9106. {
  9107. name: "Normal",
  9108. height: math.unit(1.9, "meters"),
  9109. default: true
  9110. },
  9111. {
  9112. name: "Macro",
  9113. height: math.unit(20, "meters")
  9114. },
  9115. {
  9116. name: "Macro+",
  9117. height: math.unit(200, "meters")
  9118. },
  9119. {
  9120. name: "Megamacro",
  9121. height: math.unit(2, "km")
  9122. },
  9123. {
  9124. name: "Megamacro+",
  9125. height: math.unit(20, "km")
  9126. },
  9127. {
  9128. name: "Gigamacro",
  9129. height: math.unit(2500, "km")
  9130. },
  9131. {
  9132. name: "Gigamacro+",
  9133. height: math.unit(120000, "km")
  9134. },
  9135. {
  9136. name: "Teramacro",
  9137. height: math.unit(7.77e6, "km")
  9138. },
  9139. ]
  9140. )
  9141. };
  9142. characterMakers["BMC"] = () => {
  9143. return makeCharacter(
  9144. "BMC",
  9145. "BigMountainCat",
  9146. {
  9147. front: {
  9148. height: math.unit(6 + 4/12, "feet"),
  9149. weight: math.unit(188, "lb"),
  9150. name: "Front",
  9151. image: {
  9152. source: "./media/characters/bmc/front.svg",
  9153. extra: 1067/1022 ,
  9154. bottom: 0.047
  9155. }
  9156. },
  9157. },
  9158. [
  9159. {
  9160. name: "Human-sized",
  9161. height: math.unit(6 + 4/12, "feet")
  9162. },
  9163. {
  9164. name: "Small",
  9165. height: math.unit(250, "feet")
  9166. },
  9167. {
  9168. name: "Normal",
  9169. height: math.unit(1250, "feet"),
  9170. default: true
  9171. },
  9172. {
  9173. name: "Good Day",
  9174. height: math.unit(88, "miles")
  9175. },
  9176. {
  9177. name: "Largest Measured Size",
  9178. height: math.unit(11.2e6, "lightyears")
  9179. },
  9180. ]
  9181. )
  9182. };
  9183. characterMakers["Sven the Kaiju"] = () => {
  9184. return makeCharacter(
  9185. "Sven the Kaiju",
  9186. "OfActionMan",
  9187. {
  9188. front: {
  9189. height: math.unit(20, "feet"),
  9190. weight: math.unit(2016, "kg"),
  9191. name: "Front",
  9192. image: {
  9193. source: "./media/characters/sven-the-kaiju/front.svg",
  9194. extra: 1479/1449 ,
  9195. bottom: 0.05
  9196. }
  9197. },
  9198. },
  9199. [
  9200. {
  9201. name: "Fairy",
  9202. height: math.unit(6, "inches")
  9203. },
  9204. {
  9205. name: "Normal",
  9206. height: math.unit(20, "feet"),
  9207. default: true
  9208. },
  9209. {
  9210. name: "Rampage",
  9211. height: math.unit(200, "feet")
  9212. },
  9213. {
  9214. name: "Archfey Forest Guardian",
  9215. height: math.unit(1, "mile")
  9216. },
  9217. ]
  9218. )
  9219. };
  9220. characterMakers["Marik"] = () => {
  9221. return makeCharacter(
  9222. "Marik",
  9223. "Acrarun",
  9224. {
  9225. front: {
  9226. height: math.unit(4, "meters"),
  9227. weight: math.unit(2, "tons"),
  9228. name: "Front",
  9229. image: {
  9230. source: "./media/characters/marik/front.svg",
  9231. extra: 1057/1003 ,
  9232. bottom: 0.08
  9233. }
  9234. },
  9235. },
  9236. [
  9237. {
  9238. name: "Normal",
  9239. height: math.unit(4, "meters"),
  9240. default: true
  9241. },
  9242. {
  9243. name: "Macro",
  9244. height: math.unit(20, "meters")
  9245. },
  9246. {
  9247. name: "Megamacro",
  9248. height: math.unit(50, "km")
  9249. },
  9250. {
  9251. name: "Gigamacro",
  9252. height: math.unit(100, "km")
  9253. },
  9254. {
  9255. name: "Alpha Macro",
  9256. height: math.unit(7.88e7, "yottameters")
  9257. },
  9258. ]
  9259. )
  9260. };
  9261. characterMakers["Mel"] = () => {
  9262. return makeCharacter(
  9263. "Mel",
  9264. "SomedayNotSoon",
  9265. {
  9266. front: {
  9267. height: math.unit(6, "feet"),
  9268. weight: math.unit(110, "lb"),
  9269. name: "Front",
  9270. image: {
  9271. source: "./media/characters/mel/front.svg",
  9272. extra: 736/617 ,
  9273. bottom: 0.017
  9274. }
  9275. },
  9276. },
  9277. [
  9278. {
  9279. name: "Pico",
  9280. height: math.unit(3, "pm")
  9281. },
  9282. {
  9283. name: "Nano",
  9284. height: math.unit(3, "nm")
  9285. },
  9286. {
  9287. name: "Micro",
  9288. height: math.unit(0.3, "mm"),
  9289. default: true
  9290. },
  9291. {
  9292. name: "Micro+",
  9293. height: math.unit(3, "mm")
  9294. },
  9295. {
  9296. name: "Normal",
  9297. height: math.unit(5 + 10.5/12, "feet")
  9298. },
  9299. ]
  9300. )
  9301. };
  9302. characterMakers["Lykonous"] = () => {
  9303. return makeCharacter(
  9304. "Lykonous",
  9305. "Lykonous",
  9306. {
  9307. kaiju: {
  9308. height: math.unit(1.75, "meters"),
  9309. weight: math.unit(55, "kg"),
  9310. name: "Kaiju",
  9311. image: {
  9312. source: "./media/characters/lykonous/kaiju.svg",
  9313. extra: 1055/946 ,
  9314. bottom: 0.135
  9315. }
  9316. },
  9317. },
  9318. [
  9319. {
  9320. name: "Normal",
  9321. height: math.unit(2.5, "meters"),
  9322. default: true
  9323. },
  9324. {
  9325. name: "Kaiju Dragon",
  9326. height: math.unit(60, "meters")
  9327. },
  9328. {
  9329. name: "Mega Kaiju",
  9330. height: math.unit(120, "km")
  9331. },
  9332. {
  9333. name: "Giga Kaiju",
  9334. height: math.unit(200, "megameters")
  9335. },
  9336. {
  9337. name: "Terra Kaiju",
  9338. height: math.unit(400, "gigameters")
  9339. },
  9340. {
  9341. name: "Kaiju Dragon God",
  9342. height: math.unit(13000, "exaparsecs")
  9343. },
  9344. ]
  9345. )
  9346. };
  9347. characterMakers["Blü"] = () => {
  9348. return makeCharacter(
  9349. "Blü",
  9350. "BluTheFagon",
  9351. {
  9352. front: {
  9353. height: math.unit(6, "feet"),
  9354. weight: math.unit(150, "lb"),
  9355. name: "Front",
  9356. image: {
  9357. source: "./media/characters/blü/front.svg",
  9358. extra: 1883/1564 ,
  9359. bottom: 0.031
  9360. }
  9361. },
  9362. },
  9363. [
  9364. {
  9365. name: "Normal",
  9366. height: math.unit(13, "feet"),
  9367. default: true
  9368. },
  9369. {
  9370. name: "Big Boi",
  9371. height: math.unit(150, "meters")
  9372. },
  9373. {
  9374. name: "Mini Stomper",
  9375. height: math.unit(300, "meters")
  9376. },
  9377. {
  9378. name: "Macro",
  9379. height: math.unit(1000, "meters")
  9380. },
  9381. {
  9382. name: "Megamacro",
  9383. height: math.unit(11000, "meters")
  9384. },
  9385. {
  9386. name: "Gigamacro",
  9387. height: math.unit(11000, "km")
  9388. },
  9389. {
  9390. name: "Teramacro",
  9391. height: math.unit(420000, "km")
  9392. },
  9393. {
  9394. name: "Examacro",
  9395. height: math.unit(120, "parsecs")
  9396. },
  9397. {
  9398. name: "God Tho",
  9399. height: math.unit(98000000000, "parsecs")
  9400. },
  9401. ]
  9402. )
  9403. };
  9404. characterMakers["Scales"] = () => {
  9405. return makeCharacter(
  9406. "Scales",
  9407. "Scales",
  9408. {
  9409. taurFront: {
  9410. height: math.unit(6, "feet"),
  9411. weight: math.unit(200, "lb"),
  9412. name: "Taur (Front)",
  9413. image: {
  9414. source: "./media/characters/scales/taur-front.svg",
  9415. extra: 1,
  9416. bottom: 0.05
  9417. }
  9418. },
  9419. taurBack: {
  9420. height: math.unit(6, "feet"),
  9421. weight: math.unit(200, "lb"),
  9422. name: "Taur (Back)",
  9423. image: {
  9424. source: "./media/characters/scales/taur-back.svg",
  9425. extra: 1,
  9426. bottom: 0.08
  9427. }
  9428. },
  9429. anthro: {
  9430. height: math.unit(6*7/12, "feet"),
  9431. weight: math.unit(100, "lb"),
  9432. name: "Anthro",
  9433. image: {
  9434. source: "./media/characters/scales/anthro.svg",
  9435. extra: 1,
  9436. bottom: 0.06
  9437. }
  9438. },
  9439. },
  9440. [
  9441. {
  9442. name: "Normal",
  9443. height: math.unit(12, "feet"),
  9444. default: true
  9445. },
  9446. ]
  9447. )
  9448. };
  9449. characterMakers["Koragos"] = () => {
  9450. return makeCharacter(
  9451. "Koragos",
  9452. "Koragos",
  9453. {
  9454. front: {
  9455. height: math.unit(6, "feet"),
  9456. weight: math.unit(150, "lb"),
  9457. name: "Front",
  9458. image: {
  9459. source: "./media/characters/koragos/front.svg",
  9460. extra: 841/794 ,
  9461. bottom: 0.035
  9462. }
  9463. },
  9464. back: {
  9465. height: math.unit(6, "feet"),
  9466. weight: math.unit(150, "lb"),
  9467. name: "Back",
  9468. image: {
  9469. source: "./media/characters/koragos/back.svg",
  9470. extra: 841/810 ,
  9471. bottom: 0.022
  9472. }
  9473. },
  9474. },
  9475. [
  9476. {
  9477. name: "Normal",
  9478. height: math.unit(6 + 11/12, "feet"),
  9479. default: true
  9480. },
  9481. {
  9482. name: "Macro",
  9483. height: math.unit(490, "feet")
  9484. },
  9485. {
  9486. name: "Megamacro",
  9487. height: math.unit(10, "miles")
  9488. },
  9489. {
  9490. name: "Gigamacro",
  9491. height: math.unit(50, "miles")
  9492. },
  9493. ]
  9494. )
  9495. };
  9496. characterMakers["Xylrem"] = () => {
  9497. return makeCharacter(
  9498. "Xylrem",
  9499. "",
  9500. {
  9501. front: {
  9502. height: math.unit(6, "feet"),
  9503. weight: math.unit(250, "lb"),
  9504. name: "Front",
  9505. image: {
  9506. source: "./media/characters/xylrem/front.svg",
  9507. extra: 3323/3050 ,
  9508. bottom: 0.065
  9509. }
  9510. },
  9511. },
  9512. [
  9513. {
  9514. name: "Micro",
  9515. height: math.unit(4, "feet")
  9516. },
  9517. {
  9518. name: "Normal",
  9519. height: math.unit(16, "feet"),
  9520. default: true
  9521. },
  9522. {
  9523. name: "Macro",
  9524. height: math.unit(2720, "feet")
  9525. },
  9526. {
  9527. name: "Megamacro",
  9528. height: math.unit(25000, "miles")
  9529. },
  9530. ]
  9531. )
  9532. };
  9533. characterMakers["Ikideru"] = () => {
  9534. return makeCharacter(
  9535. "Ikideru",
  9536. "Ikideru",
  9537. {
  9538. front: {
  9539. height: math.unit(8, "feet"),
  9540. weight: math.unit(250, "kg"),
  9541. name: "Front",
  9542. image: {
  9543. source: "./media/characters/ikideru/front.svg",
  9544. extra: 930/870 ,
  9545. bottom: 0.087
  9546. }
  9547. },
  9548. back: {
  9549. height: math.unit(8, "feet"),
  9550. weight: math.unit(250, "kg"),
  9551. name: "Back",
  9552. image: {
  9553. source: "./media/characters/ikideru/back.svg",
  9554. extra: 919/852 ,
  9555. bottom: 0.055
  9556. }
  9557. },
  9558. },
  9559. [
  9560. {
  9561. name: "Rare",
  9562. height: math.unit(8, "feet"),
  9563. default: true
  9564. },
  9565. {
  9566. name: "Playful Loom",
  9567. height: math.unit(80, "feet")
  9568. },
  9569. {
  9570. name: "City Leaner",
  9571. height: math.unit(230, "feet")
  9572. },
  9573. {
  9574. name: "Megamacro",
  9575. height: math.unit(2500, "feet")
  9576. },
  9577. {
  9578. name: "Gigamacro",
  9579. height: math.unit(26400, "feet")
  9580. },
  9581. {
  9582. name: "Tectonic Shifter",
  9583. height: math.unit(1.7, "megameters")
  9584. },
  9585. {
  9586. name: "Planet Carer",
  9587. height: math.unit(21, "megameters")
  9588. },
  9589. {
  9590. name: "God",
  9591. height: math.unit(11157.22, "parsecs")
  9592. },
  9593. ]
  9594. )
  9595. };
  9596. characterMakers["Neo"] = () => {
  9597. return makeCharacter(
  9598. "Neo",
  9599. "neonsnake",
  9600. {
  9601. front: {
  9602. height: math.unit(6, "feet"),
  9603. weight: math.unit(120, "lb"),
  9604. name: "Front",
  9605. image: {
  9606. source: "./media/characters/neo/front.svg"
  9607. }
  9608. },
  9609. },
  9610. [
  9611. {
  9612. name: "Micro",
  9613. height: math.unit(2, "inches"),
  9614. default: true
  9615. },
  9616. {
  9617. name: "Human Size",
  9618. height: math.unit(5 + 8/12, "feet")
  9619. },
  9620. ]
  9621. )
  9622. };
  9623. characterMakers["Chauncey (Chantz)"] = () => {
  9624. return makeCharacter(
  9625. "Chauncey (Chantz)",
  9626. "RyGaLo",
  9627. {
  9628. front: {
  9629. height: math.unit(13 + 10/12, "feet"),
  9630. weight: math.unit(5320, "lb"),
  9631. name: "Front",
  9632. image: {
  9633. source: "./media/characters/chauncey-chantz/front.svg",
  9634. extra: 1587/1435 ,
  9635. bottom: 0.02
  9636. }
  9637. },
  9638. },
  9639. [
  9640. {
  9641. name: "Normal",
  9642. height: math.unit(13 + 10/12, "feet"),
  9643. default: true
  9644. },
  9645. {
  9646. name: "Macro",
  9647. height: math.unit(45, "feet")
  9648. },
  9649. {
  9650. name: "Megamacro",
  9651. height: math.unit(250, "miles")
  9652. },
  9653. {
  9654. name: "Planetary",
  9655. height: math.unit(10000, "miles")
  9656. },
  9657. {
  9658. name: "Galactic",
  9659. height: math.unit(40000, "parsecs")
  9660. },
  9661. {
  9662. name: "Universal",
  9663. height: math.unit(1, "yottameter")
  9664. },
  9665. ]
  9666. )
  9667. };
  9668. characterMakers["Epifox"] = () => {
  9669. return makeCharacter(
  9670. "Epifox",
  9671. "Epifox",
  9672. {
  9673. front: {
  9674. height: math.unit(6, "feet"),
  9675. weight: math.unit(150, "lb"),
  9676. name: "Front",
  9677. image: {
  9678. source: "./media/characters/epifox/front.svg",
  9679. extra: 1,
  9680. bottom: 0.075
  9681. }
  9682. },
  9683. },
  9684. [
  9685. {
  9686. name: "Micro",
  9687. height: math.unit(6, "inches")
  9688. },
  9689. {
  9690. name: "Normal",
  9691. height: math.unit(12, "feet"),
  9692. default: true
  9693. },
  9694. {
  9695. name: "Macro",
  9696. height: math.unit(3810, "feet")
  9697. },
  9698. {
  9699. name: "Megamacro",
  9700. height: math.unit(500, "miles")
  9701. },
  9702. ]
  9703. )
  9704. };
  9705. characterMakers["Colin T."] = () => {
  9706. return makeCharacter(
  9707. "Colin T.",
  9708. "DragonLugia58",
  9709. {
  9710. front: {
  9711. height: math.unit(1.8796, "m"),
  9712. weight: math.unit(230, "lb"),
  9713. name: "Front",
  9714. image: {
  9715. source: "./media/characters/colin-t/front.svg",
  9716. extra: 1272/1193 ,
  9717. bottom: 0.07
  9718. }
  9719. },
  9720. },
  9721. [
  9722. {
  9723. name: "Micro",
  9724. height: math.unit(0.571, "meters")
  9725. },
  9726. {
  9727. name: "Normal",
  9728. height: math.unit(1.8796, "meters"),
  9729. default: true
  9730. },
  9731. {
  9732. name: "Tall",
  9733. height: math.unit(4, "meters")
  9734. },
  9735. {
  9736. name: "Macro",
  9737. height: math.unit(67.241, "meters")
  9738. },
  9739. {
  9740. name: "Megamacro",
  9741. height: math.unit(371.856, "meters")
  9742. },
  9743. {
  9744. name: "Planetary",
  9745. height: math.unit(12631.5689, "km")
  9746. },
  9747. ]
  9748. )
  9749. };
  9750. characterMakers["Matvei"] = () => {
  9751. return makeCharacter(
  9752. "Matvei",
  9753. "Matt_Da_Master",
  9754. {
  9755. front: {
  9756. height: math.unit(1.85, "meters"),
  9757. weight: math.unit(80, "kg"),
  9758. name: "Front",
  9759. image: {
  9760. source: "./media/characters/matvei/front.svg",
  9761. extra: 614/594 ,
  9762. bottom: 0.01
  9763. }
  9764. },
  9765. },
  9766. [
  9767. {
  9768. name: "Normal",
  9769. height: math.unit(1.85, "meters"),
  9770. default: true
  9771. },
  9772. ]
  9773. )
  9774. };
  9775. characterMakers["Quincy"] = () => {
  9776. return makeCharacter(
  9777. "Quincy",
  9778. "Paradisaea",
  9779. {
  9780. front: {
  9781. height: math.unit(5 + 9/12, "feet"),
  9782. weight: math.unit(70, "lb"),
  9783. name: "Front",
  9784. image: {
  9785. source: "./media/characters/quincy/front.svg",
  9786. extra: 3041/2751
  9787. }
  9788. },
  9789. back: {
  9790. height: math.unit(5 + 9/12, "feet"),
  9791. weight: math.unit(70, "lb"),
  9792. name: "Back",
  9793. image: {
  9794. source: "./media/characters/quincy/back.svg",
  9795. extra: 3041/2751
  9796. }
  9797. },
  9798. flying: {
  9799. height: math.unit(5 + 4/12, "feet"),
  9800. weight: math.unit(70, "lb"),
  9801. name: "Flying",
  9802. image: {
  9803. source: "./media/characters/quincy/flying.svg",
  9804. extra: 1044/930
  9805. }
  9806. },
  9807. },
  9808. [
  9809. {
  9810. name: "Micro",
  9811. height: math.unit(3, "cm")
  9812. },
  9813. {
  9814. name: "Normal",
  9815. height: math.unit(5 + 9/12, "feet")
  9816. },
  9817. {
  9818. name: "Macro",
  9819. height: math.unit(200, "meters"),
  9820. default: true
  9821. },
  9822. {
  9823. name: "Megamacro",
  9824. height: math.unit(1000, "meters")
  9825. },
  9826. ]
  9827. )
  9828. };
  9829. characterMakers["Vanrel"] = () => {
  9830. return makeCharacter(
  9831. "Vanrel",
  9832. "KuiPaws",
  9833. {
  9834. front: {
  9835. height: math.unit(4 + 7/12, "feet"),
  9836. weight: math.unit(150, "lb"),
  9837. name: "Front",
  9838. image: {
  9839. source: "./media/characters/vanrel/front.svg",
  9840. extra: 1,
  9841. bottom: 0.02
  9842. }
  9843. },
  9844. side: {
  9845. height: math.unit(4 + 7/12, "feet"),
  9846. weight: math.unit(150, "lb"),
  9847. name: "Side",
  9848. image: {
  9849. source: "./media/characters/vanrel/side.svg",
  9850. extra: 1,
  9851. bottom: 0.025
  9852. }
  9853. },
  9854. tome: {
  9855. height: math.unit(1.35, "feet"),
  9856. weight: math.unit(10, "lb"),
  9857. name: "Vanrel's Tome",
  9858. rename: true,
  9859. image: {
  9860. source: "./media/characters/vanrel/tome.svg"
  9861. }
  9862. },
  9863. beans: {
  9864. height: math.unit(0.89, "feet"),
  9865. name: "Beans",
  9866. image: {
  9867. source: "./media/characters/vanrel/beans.svg"
  9868. }
  9869. },
  9870. },
  9871. [
  9872. {
  9873. name: "Normal",
  9874. height: math.unit(4 + 7/12, "feet"),
  9875. default: true
  9876. },
  9877. ]
  9878. )
  9879. };
  9880. characterMakers["Kuiper Vanrel"] = () => {
  9881. return makeCharacter(
  9882. "Kuiper Vanrel",
  9883. "KuiPaws",
  9884. {
  9885. front: {
  9886. height: math.unit(7 + 5/12, "feet"),
  9887. weight: math.unit(150, "lb"),
  9888. name: "Front",
  9889. image: {
  9890. source: "./media/characters/kuiper-vanrel/front.svg",
  9891. extra: 1118/1068 ,
  9892. bottom: 0.09
  9893. }
  9894. },
  9895. foot: {
  9896. height: math.unit(0.55, "meters"),
  9897. name: "Foot",
  9898. image: {
  9899. source: "./media/characters/kuiper-vanrel/foot.svg",
  9900. }
  9901. },
  9902. },
  9903. [
  9904. {
  9905. name: "Normal",
  9906. height: math.unit(7 + 5/12, "feet"),
  9907. default: true
  9908. },
  9909. ]
  9910. )
  9911. };
  9912. characterMakers["Keset Vanrel"] = () => {
  9913. return makeCharacter(
  9914. "Keset Vanrel",
  9915. "KuiPaws",
  9916. {
  9917. front: {
  9918. height: math.unit(8 + 5/12, "feet"),
  9919. weight: math.unit(150, "lb"),
  9920. name: "Front",
  9921. image: {
  9922. source: "./media/characters/keset-vanrel/front.svg",
  9923. extra: 1150/1084 ,
  9924. bottom: 0.05
  9925. }
  9926. },
  9927. hand: {
  9928. height: math.unit(0.6, "meters"),
  9929. name: "Hand",
  9930. image: {
  9931. source: "./media/characters/keset-vanrel/hand.svg"
  9932. }
  9933. },
  9934. foot: {
  9935. height: math.unit(0.94978, "meters"),
  9936. name: "Foot",
  9937. image: {
  9938. source: "./media/characters/keset-vanrel/foot.svg"
  9939. }
  9940. },
  9941. },
  9942. [
  9943. {
  9944. name: "Normal",
  9945. height: math.unit(8 + 5/12, "feet"),
  9946. default: true
  9947. },
  9948. ]
  9949. )
  9950. };
  9951. characterMakers["Neos"] = () => {
  9952. return makeCharacter(
  9953. "Neos",
  9954. "CakeyCake",
  9955. {
  9956. front: {
  9957. height: math.unit(6, "feet"),
  9958. weight: math.unit(150, "lb"),
  9959. name: "Front",
  9960. image: {
  9961. source: "./media/characters/neos/front.svg",
  9962. extra: 1696/992 ,
  9963. bottom: 0.14
  9964. }
  9965. },
  9966. },
  9967. [
  9968. {
  9969. name: "Normal",
  9970. height: math.unit(54, "cm"),
  9971. default: true
  9972. },
  9973. {
  9974. name: "Macro",
  9975. height: math.unit(100, "m")
  9976. },
  9977. {
  9978. name: "Megamacro",
  9979. height: math.unit(10, "km")
  9980. },
  9981. {
  9982. name: "Megamacro+",
  9983. height: math.unit(100, "km")
  9984. },
  9985. {
  9986. name: "Gigamacro",
  9987. height: math.unit(100, "Mm")
  9988. },
  9989. {
  9990. name: "Teramacro",
  9991. height: math.unit(100, "Gm")
  9992. },
  9993. {
  9994. name: "Examacro",
  9995. height: math.unit(100, "Em")
  9996. },
  9997. {
  9998. name: "Godly",
  9999. height: math.unit(10000, "Ym")
  10000. },
  10001. {
  10002. name: "Beyond Godly",
  10003. height: math.unit(10000000, "Ym")
  10004. },
  10005. ]
  10006. )
  10007. };
  10008. characterMakers["Sammy Mouse"] = () => {
  10009. return makeCharacter(
  10010. "Sammy Mouse",
  10011. "Piedunk",
  10012. {
  10013. feminine: {
  10014. height: math.unit(5, "feet"),
  10015. weight: math.unit(100, "lb"),
  10016. name: "Feminine",
  10017. image: {
  10018. source: "./media/characters/sammy-mouse/feminine.svg",
  10019. extra: 2526/2425 ,
  10020. bottom: 0.123
  10021. }
  10022. },
  10023. masculine: {
  10024. height: math.unit(5, "feet"),
  10025. weight: math.unit(100, "lb"),
  10026. name: "Masculine",
  10027. image: {
  10028. source: "./media/characters/sammy-mouse/masculine.svg",
  10029. extra: 2526/2425 ,
  10030. bottom: 0.123
  10031. }
  10032. },
  10033. },
  10034. [
  10035. {
  10036. name: "Micro",
  10037. height: math.unit(5, "inches")
  10038. },
  10039. {
  10040. name: "Normal",
  10041. height: math.unit(5, "feet"),
  10042. default: true
  10043. },
  10044. {
  10045. name: "Macro",
  10046. height: math.unit(60, "feet")
  10047. },
  10048. ]
  10049. )
  10050. };
  10051. characterMakers["Kole"] = () => {
  10052. return makeCharacter(
  10053. "Kole",
  10054. "Cats_55",
  10055. {
  10056. front: {
  10057. height: math.unit(4, "feet"),
  10058. weight: math.unit(50, "lb"),
  10059. name: "Front",
  10060. image: {
  10061. source: "./media/characters/kole/front.svg",
  10062. extra: 1423/1303 ,
  10063. bottom: 0.025
  10064. }
  10065. },
  10066. back: {
  10067. height: math.unit(4, "feet"),
  10068. weight: math.unit(50, "lb"),
  10069. name: "Back",
  10070. image: {
  10071. source: "./media/characters/kole/back.svg",
  10072. extra: 1426/1280 ,
  10073. bottom: 0.02
  10074. }
  10075. },
  10076. },
  10077. [
  10078. {
  10079. name: "Normal",
  10080. height: math.unit(4, "feet"),
  10081. default: true
  10082. },
  10083. ]
  10084. )
  10085. };
  10086. characterMakers["Rufran"] = () => {
  10087. return makeCharacter(
  10088. "Rufran",
  10089. "Rufran",
  10090. {
  10091. front: {
  10092. height: math.unit(2 + 6/12, "feet"),
  10093. weight: math.unit(20, "lb"),
  10094. name: "Front",
  10095. image: {
  10096. source: "./media/characters/rufran/front.svg",
  10097. extra: 2041/1839 ,
  10098. bottom: 0.055
  10099. }
  10100. },
  10101. back: {
  10102. height: math.unit(2 + 6/12, "feet"),
  10103. weight: math.unit(20, "lb"),
  10104. name: "Back",
  10105. image: {
  10106. source: "./media/characters/rufran/back.svg",
  10107. extra: 2054/1839 ,
  10108. bottom: 0.01
  10109. }
  10110. },
  10111. hand: {
  10112. height: math.unit(0.2166, "meters"),
  10113. name: "Hand",
  10114. image: {
  10115. source: "./media/characters/rufran/hand.svg"
  10116. }
  10117. },
  10118. foot: {
  10119. height: math.unit(0.185, "meters"),
  10120. name: "Foot",
  10121. image: {
  10122. source: "./media/characters/rufran/foot.svg"
  10123. }
  10124. },
  10125. },
  10126. [
  10127. {
  10128. name: "Micro",
  10129. height: math.unit(1, "inch")
  10130. },
  10131. {
  10132. name: "Normal",
  10133. height: math.unit(2 + 6/12, "feet"),
  10134. default: true
  10135. },
  10136. {
  10137. name: "Big",
  10138. height: math.unit(60, "feet")
  10139. },
  10140. {
  10141. name: "Macro",
  10142. height: math.unit(325, "feet")
  10143. },
  10144. ]
  10145. )
  10146. };
  10147. characterMakers["Chip"] = () => {
  10148. return makeCharacter(
  10149. "Chip",
  10150. "Chiptuni",
  10151. {
  10152. front: {
  10153. height: math.unit(0.3, "meters"),
  10154. weight: math.unit(3.5, "kg"),
  10155. name: "Front",
  10156. image: {
  10157. source: "./media/characters/chip/front.svg",
  10158. extra: 748/674
  10159. }
  10160. },
  10161. },
  10162. [
  10163. {
  10164. name: "Micro",
  10165. height: math.unit(1, "inch"),
  10166. default: true
  10167. },
  10168. ]
  10169. )
  10170. };
  10171. characterMakers["Torvid"] = () => {
  10172. return makeCharacter(
  10173. "Torvid",
  10174. "Torvid",
  10175. {
  10176. side: {
  10177. height: math.unit(2.3, "meters"),
  10178. weight: math.unit(3500, "lb"),
  10179. name: "Side",
  10180. image: {
  10181. source: "./media/characters/torvid/side.svg",
  10182. extra: 1972/722 ,
  10183. bottom: 0.035
  10184. }
  10185. },
  10186. },
  10187. [
  10188. {
  10189. name: "Normal",
  10190. height: math.unit(2.3, "meters"),
  10191. default: true
  10192. },
  10193. ]
  10194. )
  10195. };
  10196. characterMakers["Susan"] = () => {
  10197. return makeCharacter(
  10198. "Susan",
  10199. "Jasmith",
  10200. {
  10201. front: {
  10202. height: math.unit(2, "meters"),
  10203. weight: math.unit(150.5, "kg"),
  10204. name: "Front",
  10205. image: {
  10206. source: "./media/characters/susan/front.svg",
  10207. extra: 693/635 ,
  10208. bottom: 0.05
  10209. }
  10210. },
  10211. },
  10212. [
  10213. {
  10214. name: "Megamacro",
  10215. height: math.unit(505, "miles"),
  10216. default: true
  10217. },
  10218. ]
  10219. )
  10220. };
  10221. characterMakers["Raindrops"] = () => {
  10222. return makeCharacter(
  10223. "Raindrops",
  10224. "RaindropsJFL",
  10225. {
  10226. front: {
  10227. height: math.unit(6, "feet"),
  10228. weight: math.unit(150, "lb"),
  10229. name: "Front",
  10230. image: {
  10231. source: "./media/characters/raindrops/front.svg",
  10232. extra: 2655/2461 ,
  10233. bottom: 0.02
  10234. }
  10235. },
  10236. back: {
  10237. height: math.unit(6, "feet"),
  10238. weight: math.unit(150, "lb"),
  10239. name: "Back",
  10240. image: {
  10241. source: "./media/characters/raindrops/back.svg",
  10242. extra: 2574/2400 ,
  10243. bottom: 0.03
  10244. }
  10245. },
  10246. },
  10247. [
  10248. {
  10249. name: "Micro",
  10250. height: math.unit(6, "inches")
  10251. },
  10252. {
  10253. name: "Normal",
  10254. height: math.unit(6 + 2/12, "feet")
  10255. },
  10256. {
  10257. name: "Macro",
  10258. height: math.unit(131, "feet"),
  10259. default: true
  10260. },
  10261. {
  10262. name: "Megamacro",
  10263. height: math.unit(15, "miles")
  10264. },
  10265. {
  10266. name: "Gigamacro",
  10267. height: math.unit(4000, "miles")
  10268. },
  10269. {
  10270. name: "Teramacro",
  10271. height: math.unit(315000, "miles")
  10272. },
  10273. ]
  10274. )
  10275. };
  10276. characterMakers["Tezwa"] = () => {
  10277. return makeCharacter(
  10278. "Tezwa",
  10279. "TitanTezwa",
  10280. {
  10281. front: {
  10282. height: math.unit(2.794, "meters"),
  10283. weight: math.unit(325, "kg"),
  10284. name: "Front",
  10285. image: {
  10286. source: "./media/characters/tezwa/front.svg",
  10287. extra: 2083/1906 ,
  10288. bottom: 0.031
  10289. }
  10290. },
  10291. foot: {
  10292. height: math.unit(0.687, "meters"),
  10293. name: "Foot",
  10294. image: {
  10295. source: "./media/characters/tezwa/foot.svg"
  10296. }
  10297. },
  10298. },
  10299. [
  10300. {
  10301. name: "Normal",
  10302. height: math.unit(9 + 2/12, "feet"),
  10303. default: true
  10304. },
  10305. ]
  10306. )
  10307. };
  10308. characterMakers["Typhus"] = () => {
  10309. return makeCharacter(
  10310. "Typhus",
  10311. "Jasmith",
  10312. {
  10313. front: {
  10314. height: math.unit(58, "feet"),
  10315. weight: math.unit(89000, "lb"),
  10316. name: "Front",
  10317. image: {
  10318. source: "./media/characters/typhus/front.svg",
  10319. extra: 816/800 ,
  10320. bottom: 0.065
  10321. }
  10322. },
  10323. },
  10324. [
  10325. {
  10326. name: "Macro",
  10327. height: math.unit(58, "feet"),
  10328. default: true
  10329. },
  10330. ]
  10331. )
  10332. };
  10333. characterMakers["Lyra Von Wulf"] = () => {
  10334. return makeCharacter(
  10335. "Lyra Von Wulf",
  10336. "LyraVonWulf",
  10337. {
  10338. front: {
  10339. height: math.unit(12, "feet"),
  10340. weight: math.unit(6, "tonnes"),
  10341. name: "Front",
  10342. image: {
  10343. source: "./media/characters/lyra-von-wulf/front.svg",
  10344. extra: 1,
  10345. bottom: 0.10
  10346. }
  10347. },
  10348. frontMecha: {
  10349. height: math.unit(12, "feet"),
  10350. weight: math.unit(12, "tonnes"),
  10351. name: "Front (Mecha)",
  10352. image: {
  10353. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  10354. extra: 1,
  10355. bottom: 0.042
  10356. }
  10357. },
  10358. maw: {
  10359. height: math.unit(2.2, "feet"),
  10360. name: "Maw",
  10361. image: {
  10362. source: "./media/characters/lyra-von-wulf/maw.svg"
  10363. }
  10364. },
  10365. },
  10366. [
  10367. {
  10368. name: "Normal",
  10369. height: math.unit(12, "feet"),
  10370. default: true
  10371. },
  10372. {
  10373. name: "Classic",
  10374. height: math.unit(50, "feet")
  10375. },
  10376. {
  10377. name: "Macro",
  10378. height: math.unit(500, "feet")
  10379. },
  10380. {
  10381. name: "Megamacro",
  10382. height: math.unit(1, "mile")
  10383. },
  10384. {
  10385. name: "Gigamacro",
  10386. height: math.unit(400, "miles")
  10387. },
  10388. {
  10389. name: "Teramacro",
  10390. height: math.unit(22000, "miles")
  10391. },
  10392. {
  10393. name: "Solarmacro",
  10394. height: math.unit(8600000, "miles")
  10395. },
  10396. {
  10397. name: "Galactic",
  10398. height: math.unit(1057000, "lightyears")
  10399. },
  10400. ]
  10401. )
  10402. };
  10403. characterMakers["Dixon"] = () => {
  10404. return makeCharacter(
  10405. "Dixon",
  10406. "Seabury",
  10407. {
  10408. front: {
  10409. height: math.unit(6 + 10/12, "feet"),
  10410. weight: math.unit(150, "lb"),
  10411. name: "Front",
  10412. image: {
  10413. source: "./media/characters/dixon/front.svg",
  10414. extra: 3361/3209 ,
  10415. bottom: 0.01
  10416. }
  10417. },
  10418. },
  10419. [
  10420. {
  10421. name: "Normal",
  10422. height: math.unit(6 + 10/12, "feet"),
  10423. default: true
  10424. },
  10425. {
  10426. name: "Big",
  10427. height: math.unit(12, "meters")
  10428. },
  10429. {
  10430. name: "Macro",
  10431. height: math.unit(500, "meters")
  10432. },
  10433. {
  10434. name: "Megamacro",
  10435. height: math.unit(2, "km")
  10436. },
  10437. ]
  10438. )
  10439. };
  10440. characterMakers["Kauko"] = () => {
  10441. return makeCharacter(
  10442. "Kauko",
  10443. "Kauko",
  10444. {
  10445. front: {
  10446. height: math.unit(185, "cm"),
  10447. weight: math.unit(68, "kg"),
  10448. name: "Front",
  10449. image: {
  10450. source: "./media/characters/kauko/front.svg",
  10451. extra: 1455/1421 ,
  10452. bottom: 0.03
  10453. }
  10454. },
  10455. back: {
  10456. height: math.unit(185, "cm"),
  10457. weight: math.unit(68, "kg"),
  10458. name: "Back",
  10459. image: {
  10460. source: "./media/characters/kauko/back.svg",
  10461. extra: 1455/1421 ,
  10462. bottom: 0.004
  10463. }
  10464. },
  10465. },
  10466. [
  10467. {
  10468. name: "Normal",
  10469. height: math.unit(185, "cm"),
  10470. default: true
  10471. },
  10472. ]
  10473. )
  10474. };
  10475. characterMakers["Varg"] = () => {
  10476. return makeCharacter(
  10477. "Varg",
  10478. "va0027",
  10479. {
  10480. front: {
  10481. height: math.unit(6, "feet"),
  10482. weight: math.unit(150, "kg"),
  10483. name: "Front",
  10484. image: {
  10485. source: "./media/characters/varg/front.svg",
  10486. extra: 1108/1018 ,
  10487. bottom: 0.0375
  10488. }
  10489. },
  10490. },
  10491. [
  10492. {
  10493. name: "Normal",
  10494. height: math.unit(5, "meters")
  10495. },
  10496. {
  10497. name: "Gigamacro",
  10498. height: math.unit(211, "km"),
  10499. default: true
  10500. },
  10501. ]
  10502. )
  10503. };
  10504. characterMakers["Dayza"] = () => {
  10505. return makeCharacter(
  10506. "Dayza",
  10507. "Vonadi",
  10508. {
  10509. front: {
  10510. height: math.unit(7 + 7/12, "feet"),
  10511. weight: math.unit(267, "lb"),
  10512. name: "Front",
  10513. image: {
  10514. source: "./media/characters/dayza/front.svg",
  10515. extra: 1262/1200 ,
  10516. bottom: 0.035
  10517. }
  10518. },
  10519. side: {
  10520. height: math.unit(7 + 7/12, "feet"),
  10521. weight: math.unit(267, "lb"),
  10522. name: "Side",
  10523. image: {
  10524. source: "./media/characters/dayza/side.svg",
  10525. extra: 1295/1245 ,
  10526. bottom: 0.05
  10527. }
  10528. },
  10529. back: {
  10530. height: math.unit(7 + 7/12, "feet"),
  10531. weight: math.unit(267, "lb"),
  10532. name: "Back",
  10533. image: {
  10534. source: "./media/characters/dayza/back.svg",
  10535. extra: 1241/1170
  10536. }
  10537. },
  10538. },
  10539. [
  10540. {
  10541. name: "Normal",
  10542. height: math.unit(7 + 7/12, "feet"),
  10543. default: true
  10544. },
  10545. {
  10546. name: "Macro",
  10547. height: math.unit(155, "feet")
  10548. },
  10549. ]
  10550. )
  10551. };
  10552. characterMakers["Xanthos"] = () => {
  10553. return makeCharacter(
  10554. "Xanthos",
  10555. "ArgentVZ",
  10556. {
  10557. front: {
  10558. height: math.unit(6 + 5/12, "feet"),
  10559. weight: math.unit(160, "lb"),
  10560. name: "Front",
  10561. image: {
  10562. source: "./media/characters/xanthos/front.svg",
  10563. extra: 1,
  10564. bottom: 0.04
  10565. }
  10566. },
  10567. back: {
  10568. height: math.unit(6 + 5/12, "feet"),
  10569. weight: math.unit(160, "lb"),
  10570. name: "Back",
  10571. image: {
  10572. source: "./media/characters/xanthos/back.svg",
  10573. extra: 1,
  10574. bottom: 0.03
  10575. }
  10576. },
  10577. hand: {
  10578. height: math.unit(0.928, "feet"),
  10579. name: "Hand",
  10580. image: {
  10581. source: "./media/characters/xanthos/hand.svg"
  10582. }
  10583. },
  10584. foot: {
  10585. height: math.unit(1.286, "feet"),
  10586. name: "Foot",
  10587. image: {
  10588. source: "./media/characters/xanthos/foot.svg"
  10589. }
  10590. },
  10591. },
  10592. [
  10593. {
  10594. name: "Normal",
  10595. height: math.unit(6 + 5/12, "feet"),
  10596. default: true
  10597. },
  10598. {
  10599. name: "Normal+",
  10600. height: math.unit(6, "meters")
  10601. },
  10602. {
  10603. name: "Macro",
  10604. height: math.unit(40, "feet")
  10605. },
  10606. {
  10607. name: "Macro+",
  10608. height: math.unit(200, "meters")
  10609. },
  10610. {
  10611. name: "Megamacro",
  10612. height: math.unit(20, "km")
  10613. },
  10614. {
  10615. name: "Megamacro+",
  10616. height: math.unit(100, "km")
  10617. },
  10618. ]
  10619. )
  10620. };
  10621. characterMakers["Grynn"] = () => {
  10622. return makeCharacter(
  10623. "Grynn",
  10624. "Grynn",
  10625. {
  10626. front: {
  10627. height: math.unit(6 + 3/12, "feet"),
  10628. weight: math.unit(215, "lb"),
  10629. name: "Front",
  10630. image: {
  10631. source: "./media/characters/grynn/front.svg",
  10632. extra: 4627/4209 ,
  10633. bottom: 0.047
  10634. }
  10635. },
  10636. },
  10637. [
  10638. {
  10639. name: "Micro",
  10640. height: math.unit(6, "inches")
  10641. },
  10642. {
  10643. name: "Normal",
  10644. height: math.unit(6 + 3/12, "feet"),
  10645. default: true
  10646. },
  10647. {
  10648. name: "Big",
  10649. height: math.unit(104, "feet")
  10650. },
  10651. {
  10652. name: "Macro",
  10653. height: math.unit(944, "feet")
  10654. },
  10655. {
  10656. name: "Macro+",
  10657. height: math.unit(9480, "feet")
  10658. },
  10659. {
  10660. name: "Megamacro",
  10661. height: math.unit(78752, "feet")
  10662. },
  10663. {
  10664. name: "Megamacro+",
  10665. height: math.unit(630128, "feet")
  10666. },
  10667. {
  10668. name: "Megamacro++",
  10669. height: math.unit(3150695, "feet")
  10670. },
  10671. ]
  10672. )
  10673. };
  10674. characterMakers["Mocha Aura"] = () => {
  10675. return makeCharacter(
  10676. "Mocha Aura",
  10677. "Mocha-Aura",
  10678. {
  10679. front: {
  10680. height: math.unit(7 + 5/12, "feet"),
  10681. weight: math.unit(450, "lb"),
  10682. name: "Front",
  10683. image: {
  10684. source: "./media/characters/mocha-aura/front.svg",
  10685. extra: 1907/1817 ,
  10686. bottom: 0.04
  10687. }
  10688. },
  10689. back: {
  10690. height: math.unit(7 + 5/12, "feet"),
  10691. weight: math.unit(450, "lb"),
  10692. name: "Back",
  10693. image: {
  10694. source: "./media/characters/mocha-aura/back.svg",
  10695. extra: 1900/1825 ,
  10696. bottom: 0.045
  10697. }
  10698. },
  10699. },
  10700. [
  10701. {
  10702. name: "Nano",
  10703. height: math.unit(1, "nm")
  10704. },
  10705. {
  10706. name: "Megamicro",
  10707. height: math.unit(1, "mm")
  10708. },
  10709. {
  10710. name: "Micro",
  10711. height: math.unit(3, "inches")
  10712. },
  10713. {
  10714. name: "Normal",
  10715. height: math.unit(7 + 5/12, "feet"),
  10716. default: true
  10717. },
  10718. {
  10719. name: "Macro",
  10720. height: math.unit(30, "feet")
  10721. },
  10722. {
  10723. name: "Megamacro",
  10724. height: math.unit(3500, "feet")
  10725. },
  10726. {
  10727. name: "Teramacro",
  10728. height: math.unit(500000, "miles")
  10729. },
  10730. {
  10731. name: "Petamacro",
  10732. height: math.unit(50000000000000000 , "parsecs")
  10733. },
  10734. ]
  10735. )
  10736. };
  10737. characterMakers["Ilisha Devya"] = () => {
  10738. return makeCharacter(
  10739. "Ilisha Devya",
  10740. "Neopuc",
  10741. {
  10742. front: {
  10743. height: math.unit(6, "feet"),
  10744. weight: math.unit(150, "lb"),
  10745. name: "Front",
  10746. image: {
  10747. source: "./media/characters/ilisha-devya/front.svg",
  10748. extra: 1,
  10749. bottom: 0.175
  10750. }
  10751. },
  10752. back: {
  10753. height: math.unit(6, "feet"),
  10754. weight: math.unit(150, "lb"),
  10755. name: "Back",
  10756. image: {
  10757. source: "./media/characters/ilisha-devya/back.svg",
  10758. extra: 1,
  10759. bottom: 0.015
  10760. }
  10761. },
  10762. },
  10763. [
  10764. {
  10765. name: "Macro",
  10766. height: math.unit(500, "feet"),
  10767. default: true
  10768. },
  10769. {
  10770. name: "Megamacro",
  10771. height: math.unit(10, "miles")
  10772. },
  10773. {
  10774. name: "Gigamacro",
  10775. height: math.unit(100000, "miles")
  10776. },
  10777. {
  10778. name: "Examacro",
  10779. height: math.unit(1e9, "lightyears")
  10780. },
  10781. {
  10782. name: "Omniversal",
  10783. height: math.unit(1e33, "lightyears")
  10784. },
  10785. {
  10786. name: "Beyond Infinite",
  10787. height: math.unit(1e100, "lightyears")
  10788. },
  10789. ]
  10790. )
  10791. };
  10792. characterMakers["Mira"] = () => {
  10793. return makeCharacter(
  10794. "Mira",
  10795. "Neopuc",
  10796. {
  10797. Side: {
  10798. height: math.unit(6, "feet"),
  10799. weight: math.unit(150, "lb"),
  10800. name: "Side",
  10801. image: {
  10802. source: "./media/characters/mira/side.svg",
  10803. extra: 900/799 ,
  10804. bottom: 0.02
  10805. }
  10806. },
  10807. },
  10808. [
  10809. {
  10810. name: "Human Size",
  10811. height: math.unit(6, "feet")
  10812. },
  10813. {
  10814. name: "Macro",
  10815. height: math.unit(100, "feet"),
  10816. default: true
  10817. },
  10818. {
  10819. name: "Megamacro",
  10820. height: math.unit(10, "miles")
  10821. },
  10822. {
  10823. name: "Gigamacro",
  10824. height: math.unit(25000, "miles")
  10825. },
  10826. {
  10827. name: "Teramacro",
  10828. height: math.unit(300, "AU")
  10829. },
  10830. {
  10831. name: "Full Size",
  10832. height: math.unit(4.5e10, "lightyears")
  10833. },
  10834. ]
  10835. )
  10836. };
  10837. characterMakers["Holly"] = () => {
  10838. return makeCharacter(
  10839. "Holly",
  10840. "Neopuc",
  10841. {
  10842. front: {
  10843. height: math.unit(6, "feet"),
  10844. weight: math.unit(150, "lb"),
  10845. name: "Front",
  10846. image: {
  10847. source: "./media/characters/holly/front.svg",
  10848. extra: 639/606
  10849. }
  10850. },
  10851. back: {
  10852. height: math.unit(6, "feet"),
  10853. weight: math.unit(150, "lb"),
  10854. name: "Back",
  10855. image: {
  10856. source: "./media/characters/holly/back.svg",
  10857. extra: 623/598
  10858. }
  10859. },
  10860. frontWorking: {
  10861. height: math.unit(6, "feet"),
  10862. weight: math.unit(150, "lb"),
  10863. name: "Front (Working)",
  10864. image: {
  10865. source: "./media/characters/holly/front-working.svg",
  10866. extra: 607/577 ,
  10867. bottom: 0.048
  10868. }
  10869. },
  10870. },
  10871. [
  10872. {
  10873. name: "Normal",
  10874. height: math.unit(12 + 3/12, "feet"),
  10875. default: true
  10876. },
  10877. ]
  10878. )
  10879. };
  10880. characterMakers["Porter"] = () => {
  10881. return makeCharacter(
  10882. "Porter",
  10883. "Neopuc",
  10884. {
  10885. front: {
  10886. height: math.unit(6, "feet"),
  10887. weight: math.unit(150, "lb"),
  10888. name: "Front",
  10889. image: {
  10890. source: "./media/characters/porter/front.svg",
  10891. extra: 1,
  10892. bottom: 0.01
  10893. }
  10894. },
  10895. frontRobes: {
  10896. height: math.unit(6, "feet"),
  10897. weight: math.unit(150, "lb"),
  10898. name: "Front (Robes)",
  10899. image: {
  10900. source: "./media/characters/porter/front-robes.svg",
  10901. extra: 1.01 ,
  10902. bottom: 0.01
  10903. }
  10904. },
  10905. },
  10906. [
  10907. {
  10908. name: "Normal",
  10909. height: math.unit(11 + 9/12, "feet"),
  10910. default: true
  10911. },
  10912. ]
  10913. )
  10914. };
  10915. characterMakers["Lucy"] = () => {
  10916. return makeCharacter(
  10917. "Lucy",
  10918. "Jasmith",
  10919. {
  10920. legendary: {
  10921. height: math.unit(6, "feet"),
  10922. weight: math.unit(150, "lb"),
  10923. name: "Legendary",
  10924. image: {
  10925. source: "./media/characters/lucy/legendary.svg",
  10926. extra: 1355/1100 ,
  10927. bottom: 0.045
  10928. }
  10929. },
  10930. },
  10931. [
  10932. {
  10933. name: "Legendary",
  10934. height: math.unit(86882*2, "miles"),
  10935. default: true
  10936. },
  10937. ]
  10938. )
  10939. };
  10940. characterMakers["Drusilla"] = () => {
  10941. return makeCharacter(
  10942. "Drusilla",
  10943. "Neopuc",
  10944. {
  10945. front: {
  10946. height: math.unit(6, "feet"),
  10947. weight: math.unit(150, "lb"),
  10948. name: "Front",
  10949. image: {
  10950. source: "./media/characters/drusilla/front.svg",
  10951. extra: 678/635 ,
  10952. bottom: 0.03
  10953. }
  10954. },
  10955. back: {
  10956. height: math.unit(6, "feet"),
  10957. weight: math.unit(150, "lb"),
  10958. name: "Back",
  10959. image: {
  10960. source: "./media/characters/drusilla/back.svg",
  10961. extra: 678/635 ,
  10962. bottom: 0.005
  10963. }
  10964. },
  10965. },
  10966. [
  10967. {
  10968. name: "Macro",
  10969. height: math.unit(100, "feet")
  10970. },
  10971. {
  10972. name: "Canon Height",
  10973. height: math.unit(2000, "feet"),
  10974. default: true
  10975. },
  10976. ]
  10977. )
  10978. };
  10979. characterMakers["Renard Thatch"] = () => {
  10980. return makeCharacter(
  10981. "Renard Thatch",
  10982. "Renard Thatch",
  10983. {
  10984. front: {
  10985. height: math.unit(6, "feet"),
  10986. weight: math.unit(180, "lb"),
  10987. name: "Front",
  10988. image: {
  10989. source: "./media/characters/renard-thatch/front.svg",
  10990. extra: 2411/2275 ,
  10991. bottom: 0.01
  10992. }
  10993. },
  10994. frontPosing: {
  10995. height: math.unit(6, "feet"),
  10996. weight: math.unit(180, "lb"),
  10997. name: "Front (Posing)",
  10998. image: {
  10999. source: "./media/characters/renard-thatch/front-posing.svg",
  11000. extra: 2381/2261 ,
  11001. bottom: 0.01
  11002. }
  11003. },
  11004. back: {
  11005. height: math.unit(6, "feet"),
  11006. weight: math.unit(180, "lb"),
  11007. name: "Back",
  11008. image: {
  11009. source: "./media/characters/renard-thatch/back.svg",
  11010. extra: 2428/2288
  11011. }
  11012. },
  11013. },
  11014. [
  11015. {
  11016. name: "Micro",
  11017. height: math.unit(3, "inches")
  11018. },
  11019. {
  11020. name: "Default",
  11021. height: math.unit(6, "feet"),
  11022. default: true
  11023. },
  11024. {
  11025. name: "Macro",
  11026. height: math.unit(75, "feet")
  11027. },
  11028. ]
  11029. )
  11030. };
  11031. characterMakers["Sekvra"] = () => {
  11032. return makeCharacter(
  11033. "Sekvra",
  11034. "Neopuc",
  11035. {
  11036. front: {
  11037. height: math.unit(1450, "feet"),
  11038. weight: math.unit(1.21e6, "tons"),
  11039. name: "Front",
  11040. image: {
  11041. source: "./media/characters/sekvra/front.svg",
  11042. extra: 1,
  11043. bottom: 0.03
  11044. }
  11045. },
  11046. frontClothed: {
  11047. height: math.unit(1450, "feet"),
  11048. weight: math.unit(1.21e6, "tons"),
  11049. name: "Front (Clothed)",
  11050. image: {
  11051. source: "./media/characters/sekvra/front-clothed.svg",
  11052. extra: 1,
  11053. bottom: 0.03
  11054. }
  11055. },
  11056. side: {
  11057. height: math.unit(1450, "feet"),
  11058. weight: math.unit(1.21e6, "tons"),
  11059. name: "Side",
  11060. image: {
  11061. source: "./media/characters/sekvra/side.svg",
  11062. extra: 1,
  11063. bottom: 0.025
  11064. }
  11065. },
  11066. back: {
  11067. height: math.unit(1450, "feet"),
  11068. weight: math.unit(1.21e6, "tons"),
  11069. name: "Back",
  11070. image: {
  11071. source: "./media/characters/sekvra/back.svg",
  11072. extra: 1,
  11073. bottom: 0.005
  11074. }
  11075. },
  11076. },
  11077. [
  11078. {
  11079. name: "Macro",
  11080. height: math.unit(1450, "feet"),
  11081. default: true
  11082. },
  11083. {
  11084. name: "Megamacro",
  11085. height: math.unit(15000, "feet")
  11086. },
  11087. ]
  11088. )
  11089. };
  11090. characterMakers["Carmine"] = () => {
  11091. return makeCharacter(
  11092. "Carmine",
  11093. "Neopuc",
  11094. {
  11095. front: {
  11096. height: math.unit(6, "feet"),
  11097. weight: math.unit(150, "lb"),
  11098. name: "Front",
  11099. image: {
  11100. source: "./media/characters/carmine/front.svg",
  11101. extra: 1,
  11102. bottom: 0.035
  11103. }
  11104. },
  11105. frontArmor: {
  11106. height: math.unit(6, "feet"),
  11107. weight: math.unit(150, "lb"),
  11108. name: "Front (Armor)",
  11109. image: {
  11110. source: "./media/characters/carmine/front-armor.svg",
  11111. extra: 1,
  11112. bottom: 0.035
  11113. }
  11114. },
  11115. },
  11116. [
  11117. {
  11118. name: "Large",
  11119. height: math.unit(1, "mile")
  11120. },
  11121. {
  11122. name: "Huge",
  11123. height: math.unit(40, "miles"),
  11124. default: true
  11125. },
  11126. {
  11127. name: "Colossal",
  11128. height: math.unit(2500, "miles")
  11129. },
  11130. ]
  11131. )
  11132. };
  11133. characterMakers["Elyssia"] = () => {
  11134. return makeCharacter(
  11135. "Elyssia",
  11136. "Neopuc",
  11137. {
  11138. front: {
  11139. height: math.unit(6, "feet"),
  11140. weight: math.unit(150, "lb"),
  11141. name: "Front",
  11142. image: {
  11143. source: "./media/characters/elyssia/front.svg",
  11144. extra: 2201/2035 ,
  11145. bottom: 0.05
  11146. }
  11147. },
  11148. frontClothed: {
  11149. height: math.unit(6, "feet"),
  11150. weight: math.unit(150, "lb"),
  11151. name: "Front (Clothed)",
  11152. image: {
  11153. source: "./media/characters/elyssia/front-clothed.svg",
  11154. extra: 2201/2035 ,
  11155. bottom: 0.05
  11156. }
  11157. },
  11158. back: {
  11159. height: math.unit(6, "feet"),
  11160. weight: math.unit(150, "lb"),
  11161. name: "Back",
  11162. image: {
  11163. source: "./media/characters/elyssia/back.svg",
  11164. extra: 2201/2035 ,
  11165. bottom: 0.013
  11166. }
  11167. },
  11168. },
  11169. [
  11170. {
  11171. name: "Smaller",
  11172. height: math.unit(150, "feet")
  11173. },
  11174. {
  11175. name: "Standard",
  11176. height: math.unit(1400, "feet"),
  11177. default: true
  11178. },
  11179. {
  11180. name: "Distracted",
  11181. height: math.unit(15000, "feet")
  11182. },
  11183. ]
  11184. )
  11185. };
  11186. characterMakers["Geno Maxwell"] = () => {
  11187. return makeCharacter(
  11188. "Geno Maxwell",
  11189. "Geckonori",
  11190. {
  11191. front: {
  11192. height: math.unit(7 + 4/12, "feet"),
  11193. weight: math.unit(500, "lb"),
  11194. name: "Front",
  11195. image: {
  11196. source: "./media/characters/geno-maxwell/front.svg",
  11197. extra: 2207/2040 ,
  11198. bottom: 0.015
  11199. }
  11200. },
  11201. },
  11202. [
  11203. {
  11204. name: "Micro",
  11205. height: math.unit(3, "inches")
  11206. },
  11207. {
  11208. name: "Normal",
  11209. height: math.unit(7 + 4/12, "feet"),
  11210. default: true
  11211. },
  11212. {
  11213. name: "Macro",
  11214. height: math.unit(220, "feet")
  11215. },
  11216. {
  11217. name: "Megamacro",
  11218. height: math.unit(11, "miles")
  11219. },
  11220. ]
  11221. )
  11222. };
  11223. characterMakers["Regena Maxwell"] = () => {
  11224. return makeCharacter(
  11225. "Regena Maxwell",
  11226. "Geckonori",
  11227. {
  11228. front: {
  11229. height: math.unit(7 + 4/12, "feet"),
  11230. weight: math.unit(500, "lb"),
  11231. name: "Front",
  11232. image: {
  11233. source: "./media/characters/regena-maxwell/front.svg",
  11234. extra: 3115/2770 ,
  11235. bottom: 0.02
  11236. }
  11237. },
  11238. },
  11239. [
  11240. {
  11241. name: "Normal",
  11242. height: math.unit(7 + 4/12, "feet"),
  11243. default: true
  11244. },
  11245. {
  11246. name: "Macro",
  11247. height: math.unit(220, "feet")
  11248. },
  11249. {
  11250. name: "Megamacro",
  11251. height: math.unit(11, "miles")
  11252. },
  11253. ]
  11254. )
  11255. };
  11256. characterMakers["XGlidingDragonX"] = () => {
  11257. return makeCharacter(
  11258. "XGlidingDragonX",
  11259. "XGlidingDragonX",
  11260. {
  11261. front: {
  11262. height: math.unit(6, "feet"),
  11263. weight: math.unit(150, "lb"),
  11264. name: "Front",
  11265. image: {
  11266. source: "./media/characters/x-gliding-dragon-x/front.svg",
  11267. extra: 860/690 ,
  11268. bottom: 0.03
  11269. }
  11270. },
  11271. },
  11272. [
  11273. {
  11274. name: "Normal",
  11275. height: math.unit(1.7, "meters"),
  11276. default: true
  11277. },
  11278. ]
  11279. )
  11280. };
  11281. characterMakers["Quilly"] = () => {
  11282. return makeCharacter(
  11283. "Quilly",
  11284. "Jasmith",
  11285. {
  11286. front: {
  11287. height: math.unit(6, "feet"),
  11288. weight: math.unit(150, "lb"),
  11289. name: "Front",
  11290. image: {
  11291. source: "./media/characters/quilly/front.svg",
  11292. extra: 890/776
  11293. }
  11294. },
  11295. },
  11296. [
  11297. {
  11298. name: "Gigamacro",
  11299. height: math.unit(404090, "miles"),
  11300. default: true
  11301. },
  11302. ]
  11303. )
  11304. };
  11305. characterMakers["Tempest"] = () => {
  11306. return makeCharacter(
  11307. "Tempest",
  11308. "XsomeoneX",
  11309. {
  11310. front: {
  11311. height: math.unit(7 + 8/12, "feet"),
  11312. weight: math.unit(350, "lb"),
  11313. name: "Front",
  11314. image: {
  11315. source: "./media/characters/tempest/front.svg",
  11316. extra: 1175/1086 ,
  11317. bottom: 0.02
  11318. }
  11319. },
  11320. },
  11321. [
  11322. {
  11323. name: "Normal",
  11324. height: math.unit(7 + 8/12, "feet"),
  11325. default: true
  11326. },
  11327. ]
  11328. )
  11329. };
  11330. characterMakers["Rodger"] = () => {
  11331. return makeCharacter(
  11332. "Rodger",
  11333. "Guywithastupidname",
  11334. {
  11335. side: {
  11336. height: math.unit(4 + 5/12, "feet"),
  11337. weight: math.unit(80, "lb"),
  11338. name: "Side",
  11339. image: {
  11340. source: "./media/characters/rodger/side.svg",
  11341. extra: 1235/1118
  11342. }
  11343. },
  11344. },
  11345. [
  11346. {
  11347. name: "Micro",
  11348. height: math.unit(1, "inch")
  11349. },
  11350. {
  11351. name: "Normal",
  11352. height: math.unit(4 + 5/12, "feet"),
  11353. default: true
  11354. },
  11355. {
  11356. name: "Macro",
  11357. height: math.unit(120, "feet")
  11358. },
  11359. ]
  11360. )
  11361. };
  11362. characterMakers["Danyel"] = () => {
  11363. return makeCharacter(
  11364. "Danyel",
  11365. "Danyelx",
  11366. {
  11367. front: {
  11368. height: math.unit(6, "feet"),
  11369. weight: math.unit(150, "lb"),
  11370. name: "Front",
  11371. image: {
  11372. source: "./media/characters/danyel/front.svg",
  11373. extra: 1185/1123 ,
  11374. bottom: 0.05
  11375. }
  11376. },
  11377. },
  11378. [
  11379. {
  11380. name: "Shrunken",
  11381. height: math.unit(0.5, "mm")
  11382. },
  11383. {
  11384. name: "Micro",
  11385. height: math.unit(1, "mm"),
  11386. default: true
  11387. },
  11388. {
  11389. name: "Upsized",
  11390. height: math.unit(5 + 5/12, "feet")
  11391. },
  11392. ]
  11393. )
  11394. };
  11395. characterMakers["Vivian Bijoux"] = () => {
  11396. return makeCharacter(
  11397. "Vivian Bijoux",
  11398. "Geckonori",
  11399. {
  11400. front: {
  11401. height: math.unit(5 + 6/12, "feet"),
  11402. weight: math.unit(200, "lb"),
  11403. name: "Front",
  11404. image: {
  11405. source: "./media/characters/vivian-bijoux/front.svg",
  11406. extra: 1,
  11407. bottom: 0.072
  11408. }
  11409. },
  11410. },
  11411. [
  11412. {
  11413. name: "Normal",
  11414. height: math.unit(5 + 6/12, "feet"),
  11415. default: true
  11416. },
  11417. {
  11418. name: "Bad Dream",
  11419. height: math.unit(500, "feet")
  11420. },
  11421. {
  11422. name: "Nightmare",
  11423. height: math.unit(500, "miles")
  11424. },
  11425. ]
  11426. )
  11427. };
  11428. characterMakers["Zeta"] = () => {
  11429. return makeCharacter(
  11430. "Zeta",
  11431. "thenerdherd102",
  11432. {
  11433. front: {
  11434. height: math.unit(6 + 1/12, "feet"),
  11435. weight: math.unit(260, "lb"),
  11436. name: "Front",
  11437. image: {
  11438. source: "./media/characters/zeta/front.svg",
  11439. extra: 1968/1889 ,
  11440. bottom: 0.06
  11441. }
  11442. },
  11443. back: {
  11444. height: math.unit(6 + 1/12, "feet"),
  11445. weight: math.unit(260, "lb"),
  11446. name: "Back",
  11447. image: {
  11448. source: "./media/characters/zeta/back.svg",
  11449. extra: 1944/1858 ,
  11450. bottom: 0.03
  11451. }
  11452. },
  11453. hand: {
  11454. height: math.unit(1.112, "feet"),
  11455. name: "Hand",
  11456. image: {
  11457. source: "./media/characters/zeta/hand.svg"
  11458. }
  11459. },
  11460. foot: {
  11461. height: math.unit(1.48, "feet"),
  11462. name: "Foot",
  11463. image: {
  11464. source: "./media/characters/zeta/foot.svg"
  11465. }
  11466. },
  11467. },
  11468. [
  11469. {
  11470. name: "Micro",
  11471. height: math.unit(6, "inches")
  11472. },
  11473. {
  11474. name: "Normal",
  11475. height: math.unit(6 + 1/12, "feet"),
  11476. default: true
  11477. },
  11478. {
  11479. name: "Macro",
  11480. height: math.unit(20, "feet")
  11481. },
  11482. ]
  11483. )
  11484. };
  11485. characterMakers["Jamie Larsen"] = () => {
  11486. return makeCharacter(
  11487. "Jamie Larsen",
  11488. "Mt_Jamie_Larsen",
  11489. {
  11490. front: {
  11491. height: math.unit(6, "feet"),
  11492. weight: math.unit(150, "lb"),
  11493. name: "Front",
  11494. image: {
  11495. source: "./media/characters/jamie-larsen/front.svg",
  11496. extra: 962/933 ,
  11497. bottom: 0.02
  11498. }
  11499. },
  11500. back: {
  11501. height: math.unit(6, "feet"),
  11502. weight: math.unit(150, "lb"),
  11503. name: "Back",
  11504. image: {
  11505. source: "./media/characters/jamie-larsen/back.svg",
  11506. extra: 997/946
  11507. }
  11508. },
  11509. },
  11510. [
  11511. {
  11512. name: "Macro",
  11513. height: math.unit(28 + 7/12, "feet"),
  11514. default: true
  11515. },
  11516. {
  11517. name: "Macro+",
  11518. height: math.unit(180, "feet")
  11519. },
  11520. {
  11521. name: "Megamacro",
  11522. height: math.unit(10, "miles")
  11523. },
  11524. {
  11525. name: "Gigamacro",
  11526. height: math.unit(200000, "miles")
  11527. },
  11528. ]
  11529. )
  11530. };
  11531. characterMakers["Vance"] = () => {
  11532. return makeCharacter(
  11533. "Vance",
  11534. "Neopuc",
  11535. {
  11536. front: {
  11537. height: math.unit(6, "feet"),
  11538. weight: math.unit(120, "lb"),
  11539. name: "Front",
  11540. image: {
  11541. source: "./media/characters/vance/front.svg",
  11542. extra: 1980/1890 ,
  11543. bottom: 0.09
  11544. }
  11545. },
  11546. back: {
  11547. height: math.unit(6, "feet"),
  11548. weight: math.unit(120, "lb"),
  11549. name: "Back",
  11550. image: {
  11551. source: "./media/characters/vance/back.svg",
  11552. extra: 2081/1994 ,
  11553. bottom: 0.014
  11554. }
  11555. },
  11556. hand: {
  11557. height: math.unit(0.88, "feet"),
  11558. name: "Hand",
  11559. image: {
  11560. source: "./media/characters/vance/hand.svg"
  11561. }
  11562. },
  11563. foot: {
  11564. height: math.unit(0.64, "feet"),
  11565. name: "Foot",
  11566. image: {
  11567. source: "./media/characters/vance/foot.svg"
  11568. }
  11569. },
  11570. },
  11571. [
  11572. {
  11573. name: "Small",
  11574. height: math.unit(90, "feet"),
  11575. default: true
  11576. },
  11577. {
  11578. name: "Macro",
  11579. height: math.unit(100, "meters")
  11580. },
  11581. {
  11582. name: "Megamacro",
  11583. height: math.unit(15, "miles")
  11584. },
  11585. ]
  11586. )
  11587. };
  11588. characterMakers["Xochitl"] = () => {
  11589. return makeCharacter(
  11590. "Xochitl",
  11591. "Neopuc",
  11592. {
  11593. front: {
  11594. height: math.unit(6, "feet"),
  11595. weight: math.unit(180, "lb"),
  11596. name: "Front",
  11597. image: {
  11598. source: "./media/characters/xochitl/front.svg",
  11599. extra: 2297/2261 ,
  11600. bottom: 0.065
  11601. }
  11602. },
  11603. back: {
  11604. height: math.unit(6, "feet"),
  11605. weight: math.unit(180, "lb"),
  11606. name: "Back",
  11607. image: {
  11608. source: "./media/characters/xochitl/back.svg",
  11609. extra: 2386/2354 ,
  11610. bottom: 0.01
  11611. }
  11612. },
  11613. foot: {
  11614. height: math.unit(6/5 * 1.15, "feet"),
  11615. weight: math.unit(150, "lb"),
  11616. name: "Foot",
  11617. image: {
  11618. source: "./media/characters/xochitl/foot.svg"
  11619. }
  11620. },
  11621. },
  11622. [
  11623. {
  11624. name: "Macro",
  11625. height: math.unit(80, "feet")
  11626. },
  11627. {
  11628. name: "Macro+",
  11629. height: math.unit(400, "feet"),
  11630. default: true
  11631. },
  11632. {
  11633. name: "Gigamacro",
  11634. height: math.unit(80000, "miles")
  11635. },
  11636. {
  11637. name: "Gigamacro+",
  11638. height: math.unit(400000, "miles")
  11639. },
  11640. {
  11641. name: "Teramacro",
  11642. height: math.unit(300, "AU")
  11643. },
  11644. ]
  11645. )
  11646. };
  11647. characterMakers["Vincent"] = () => {
  11648. return makeCharacter(
  11649. "Vincent",
  11650. "Neopuc",
  11651. {
  11652. front: {
  11653. height: math.unit(6, "feet"),
  11654. weight: math.unit(150, "lb"),
  11655. name: "Front",
  11656. image: {
  11657. source: "./media/characters/vincent/front.svg",
  11658. extra: 1130/1080 ,
  11659. bottom: 0.055
  11660. }
  11661. },
  11662. beak: {
  11663. height: math.unit(6 * 0.1, "feet"),
  11664. name: "Beak",
  11665. image: {
  11666. source: "./media/characters/vincent/beak.svg"
  11667. }
  11668. },
  11669. hand: {
  11670. height: math.unit(6 * 0.85, "feet"),
  11671. weight: math.unit(150, "lb"),
  11672. name: "Hand",
  11673. image: {
  11674. source: "./media/characters/vincent/hand.svg"
  11675. }
  11676. },
  11677. foot: {
  11678. height: math.unit(6 * 0.19, "feet"),
  11679. weight: math.unit(150, "lb"),
  11680. name: "Foot",
  11681. image: {
  11682. source: "./media/characters/vincent/foot.svg"
  11683. }
  11684. },
  11685. },
  11686. [
  11687. {
  11688. name: "Base",
  11689. height: math.unit(6 + 5/12, "feet"),
  11690. default: true
  11691. },
  11692. {
  11693. name: "Macro",
  11694. height: math.unit(300, "feet")
  11695. },
  11696. {
  11697. name: "Megamacro",
  11698. height: math.unit(2, "miles")
  11699. },
  11700. {
  11701. name: "Gigamacro",
  11702. height: math.unit(1000, "miles")
  11703. },
  11704. ]
  11705. )
  11706. };
  11707. characterMakers["Jay"] = () => {
  11708. return makeCharacter(
  11709. "Jay",
  11710. "J-Forse",
  11711. {
  11712. front: {
  11713. height: math.unit(6 + 2/12, "feet"),
  11714. weight: math.unit(65, "lb"),
  11715. name: "Front",
  11716. image: {
  11717. source: "./media/characters/jay/front.svg",
  11718. extra: 1510/1430 ,
  11719. bottom: 0.042
  11720. }
  11721. },
  11722. back: {
  11723. height: math.unit(6 + 2/12, "feet"),
  11724. weight: math.unit(65, "lb"),
  11725. name: "Back",
  11726. image: {
  11727. source: "./media/characters/jay/back.svg",
  11728. extra: 1510/1430 ,
  11729. bottom: 0.025
  11730. }
  11731. },
  11732. clothed: {
  11733. height: math.unit(6 + 2/12, "feet"),
  11734. weight: math.unit(65, "lb"),
  11735. name: "Front (Clothed)",
  11736. image: {
  11737. source: "./media/characters/jay/clothed.svg",
  11738. extra: 744/699 ,
  11739. bottom: 0.043
  11740. }
  11741. },
  11742. },
  11743. [
  11744. {
  11745. name: "Micro",
  11746. height: math.unit(1, "inch")
  11747. },
  11748. {
  11749. name: "Normal",
  11750. height: math.unit(6 + 2/12, "feet"),
  11751. default: true
  11752. },
  11753. {
  11754. name: "Macro",
  11755. height: math.unit(1, "mile")
  11756. },
  11757. {
  11758. name: "Megamacro",
  11759. height: math.unit(100, "miles")
  11760. },
  11761. ]
  11762. )
  11763. };
  11764. characterMakers["Coatl"] = () => {
  11765. return makeCharacter(
  11766. "Coatl",
  11767. "Jagaz",
  11768. {
  11769. front: {
  11770. height: math.unit(2, "meters"),
  11771. weight: math.unit(500 , "kg"),
  11772. name: "Front",
  11773. image: {
  11774. source: "./media/characters/coatl/front.svg",
  11775. extra: 3948 / 3500 ,
  11776. bottom: 0.082
  11777. }
  11778. },
  11779. },
  11780. [
  11781. {
  11782. name: "Normal",
  11783. height: math.unit(4, "meters")
  11784. },
  11785. {
  11786. name: "Macro",
  11787. height: math.unit(100, "meters"),
  11788. default: true
  11789. },
  11790. {
  11791. name: "Macro+",
  11792. height: math.unit(300, "meters")
  11793. },
  11794. {
  11795. name: "Megamacro",
  11796. height: math.unit(3, "gigameters")
  11797. },
  11798. {
  11799. name: "Megamacro+",
  11800. height: math.unit(300, "terameters")
  11801. },
  11802. {
  11803. name: "Megamacro++",
  11804. height: math.unit(3, "lightyears")
  11805. },
  11806. ]
  11807. )
  11808. };
  11809. characterMakers["Shiroryu"] = () => {
  11810. return makeCharacter(
  11811. "Shiroryu",
  11812. "Roxas00137",
  11813. {
  11814. front: {
  11815. height: math.unit(6, "feet"),
  11816. weight: math.unit(50, "kg"),
  11817. name: "front",
  11818. image: {
  11819. source: "./media/characters/shiroryu/front.svg",
  11820. extra: 1990/1935
  11821. }
  11822. },
  11823. },
  11824. [
  11825. {
  11826. name: "Mortal Mingling",
  11827. height: math.unit(3, "meters")
  11828. },
  11829. {
  11830. name: "Kaiju-ish",
  11831. height: math.unit(250, "meters")
  11832. },
  11833. {
  11834. name: "Somewhat Godly",
  11835. height: math.unit(400, "km"),
  11836. default: true
  11837. },
  11838. {
  11839. name: "Planetary",
  11840. height: math.unit(300, "megameters")
  11841. },
  11842. {
  11843. name: "Galaxy-dwarfing",
  11844. height: math.unit(450, "kiloparsecs")
  11845. },
  11846. {
  11847. name: "Universe Eater",
  11848. height: math.unit(150, "gigaparsecs")
  11849. },
  11850. {
  11851. name: "Almost Immeasurable",
  11852. height: math.unit(1.3e266, "yottaparsecs")
  11853. },
  11854. ]
  11855. )
  11856. };
  11857. characterMakers["Umeko"] = () => {
  11858. return makeCharacter(
  11859. "Umeko",
  11860. "Neopuc",
  11861. {
  11862. front: {
  11863. height: math.unit(6, "feet"),
  11864. weight: math.unit(150, "lb"),
  11865. name: "Front",
  11866. image: {
  11867. source: "./media/characters/umeko/front.svg",
  11868. extra: 1,
  11869. bottom: 0.019
  11870. }
  11871. },
  11872. frontArmored: {
  11873. height: math.unit(6, "feet"),
  11874. weight: math.unit(150, "lb"),
  11875. name: "Front (Armored)",
  11876. image: {
  11877. source: "./media/characters/umeko/front-armored.svg",
  11878. extra: 1,
  11879. bottom: 0.021
  11880. }
  11881. },
  11882. },
  11883. [
  11884. {
  11885. name: "Macro",
  11886. height: math.unit(220, "feet"),
  11887. default: true
  11888. },
  11889. {
  11890. name: "Guardian Dragon",
  11891. height: math.unit(50, "miles")
  11892. },
  11893. {
  11894. name: "Cosmic",
  11895. height: math.unit(800000, "miles")
  11896. },
  11897. ]
  11898. )
  11899. };
  11900. characterMakers["Cassidy"] = () => {
  11901. return makeCharacter(
  11902. "Cassidy",
  11903. "Neopuc",
  11904. {
  11905. front: {
  11906. height: math.unit(6, "feet"),
  11907. weight: math.unit(150, "lb"),
  11908. name: "Front",
  11909. image: {
  11910. source: "./media/characters/cassidy/front.svg",
  11911. extra: 1,
  11912. bottom: 0.043
  11913. }
  11914. },
  11915. },
  11916. [
  11917. {
  11918. name: "Canon Height",
  11919. height: math.unit(120, "feet"),
  11920. default: true
  11921. },
  11922. {
  11923. name: "Macro+",
  11924. height: math.unit(400, "feet")
  11925. },
  11926. {
  11927. name: "Macro++",
  11928. height: math.unit(4000, "feet")
  11929. },
  11930. {
  11931. name: "Megamacro",
  11932. height: math.unit(3, "miles")
  11933. },
  11934. ]
  11935. )
  11936. };
  11937. characterMakers["Isaac"] = () => {
  11938. return makeCharacter(
  11939. "Isaac",
  11940. "Neopuc",
  11941. {
  11942. front: {
  11943. height: math.unit(6, "feet"),
  11944. weight: math.unit(150, "lb"),
  11945. name: "Front",
  11946. image: {
  11947. source: "./media/characters/isaac/front.svg",
  11948. extra: 896/815 ,
  11949. bottom: 0.11
  11950. }
  11951. },
  11952. },
  11953. [
  11954. {
  11955. name: "Human Size",
  11956. height: math.unit(8, "feet"),
  11957. default: true
  11958. },
  11959. {
  11960. name: "Macro",
  11961. height: math.unit(400, "feet")
  11962. },
  11963. {
  11964. name: "Megamacro",
  11965. height: math.unit(50, "miles")
  11966. },
  11967. {
  11968. name: "Canon Height",
  11969. height: math.unit(200, "AU")
  11970. },
  11971. ]
  11972. )
  11973. };
  11974. characterMakers["Sleekit"] = () => {
  11975. return makeCharacter(
  11976. "Sleekit",
  11977. "AnAnonymousIndividual",
  11978. {
  11979. front: {
  11980. height: math.unit(6, "feet"),
  11981. weight: math.unit(72, "kg"),
  11982. name: "Front",
  11983. image: {
  11984. source: "./media/characters/sleekit/front.svg",
  11985. extra: 4693/4487 ,
  11986. bottom: 0.012
  11987. }
  11988. },
  11989. },
  11990. [
  11991. {
  11992. name: "Minimum Height",
  11993. height: math.unit(10, "meters")
  11994. },
  11995. {
  11996. name: "Smaller",
  11997. height: math.unit(25, "meters")
  11998. },
  11999. {
  12000. name: "Larger",
  12001. height: math.unit(38, "meters"),
  12002. default: true
  12003. },
  12004. {
  12005. name: "Maximum height",
  12006. height: math.unit(100, "meters")
  12007. },
  12008. ]
  12009. )
  12010. };
  12011. characterMakers["Nillia"] = () => {
  12012. return makeCharacter(
  12013. "Nillia",
  12014. "Neopuc",
  12015. {
  12016. front: {
  12017. height: math.unit(6, "feet"),
  12018. weight: math.unit(150, "lb"),
  12019. name: "Front",
  12020. image: {
  12021. source: "./media/characters/nillia/front.svg",
  12022. extra: 2195/2037 ,
  12023. bottom: 0.005
  12024. }
  12025. },
  12026. back: {
  12027. height: math.unit(6, "feet"),
  12028. weight: math.unit(150, "lb"),
  12029. name: "Back",
  12030. image: {
  12031. source: "./media/characters/nillia/back.svg",
  12032. extra: 2195/2037 ,
  12033. bottom: 0.005
  12034. }
  12035. },
  12036. },
  12037. [
  12038. {
  12039. name: "Canon Height",
  12040. height: math.unit(489, "feet"),
  12041. default: true
  12042. }
  12043. ]
  12044. )
  12045. };
  12046. characterMakers["Mesmyriza"] = () => {
  12047. return makeCharacter(
  12048. "Mesmyriza",
  12049. "-fluffy-",
  12050. {
  12051. front: {
  12052. height: math.unit(6, "feet"),
  12053. weight: math.unit(150, "lb"),
  12054. name: "Front",
  12055. image: {
  12056. source: "./media/characters/mesmyriza/front.svg",
  12057. extra: 2067/1784 ,
  12058. bottom: 0.035
  12059. }
  12060. },
  12061. foot: {
  12062. height: math.unit(6/(250/35), "feet"),
  12063. name: "Foot",
  12064. image: {
  12065. source: "./media/characters/mesmyriza/foot.svg"
  12066. }
  12067. },
  12068. },
  12069. [
  12070. {
  12071. name: "Macro",
  12072. height: math.unit(457, "meters"),
  12073. default: true
  12074. },
  12075. {
  12076. name: "Megamacro",
  12077. height: math.unit(8, "megameters")
  12078. },
  12079. ]
  12080. )
  12081. };
  12082. characterMakers["Saudade"] = () => {
  12083. return makeCharacter(
  12084. "Saudade",
  12085. "lordbo",
  12086. {
  12087. front: {
  12088. height: math.unit(6, "feet"),
  12089. weight: math.unit(250, "lb"),
  12090. name: "Front",
  12091. image: {
  12092. source: "./media/characters/saudade/front.svg",
  12093. extra: 1172/1139 ,
  12094. bottom: 0.035
  12095. }
  12096. },
  12097. },
  12098. [
  12099. {
  12100. name: "Micro",
  12101. height: math.unit(3, "inches")
  12102. },
  12103. {
  12104. name: "Normal",
  12105. height: math.unit(6, "feet"),
  12106. default: true
  12107. },
  12108. {
  12109. name: "Macro",
  12110. height: math.unit(50, "feet")
  12111. },
  12112. {
  12113. name: "Megamacro",
  12114. height: math.unit(2800, "feet")
  12115. },
  12116. ]
  12117. )
  12118. };
  12119. characterMakers["Keireer"] = () => {
  12120. return makeCharacter(
  12121. "Keireer",
  12122. "teedash",
  12123. {
  12124. front: {
  12125. height: math.unit(5 + 4/12, "feet"),
  12126. weight: math.unit(100, "lb"),
  12127. name: "Front",
  12128. image: {
  12129. source: "./media/characters/keireer/front.svg",
  12130. extra: 716/666 ,
  12131. bottom: 0.05
  12132. }
  12133. },
  12134. },
  12135. [
  12136. {
  12137. name: "Normal",
  12138. height: math.unit(5 + 4/12, "feet"),
  12139. default: true
  12140. },
  12141. ]
  12142. )
  12143. };
  12144. characterMakers["Mirja"] = () => {
  12145. return makeCharacter(
  12146. "Mirja",
  12147. "vabad",
  12148. {
  12149. front: {
  12150. height: math.unit(6, "feet"),
  12151. weight: math.unit(90, "kg"),
  12152. name: "Front",
  12153. image: {
  12154. source: "./media/characters/mirja/front.svg",
  12155. extra: 1789/1683 ,
  12156. bottom: 0.05
  12157. }
  12158. },
  12159. frontDressed: {
  12160. height: math.unit(6, "feet"),
  12161. weight: math.unit(90, "lb"),
  12162. name: "Front (Dressed)",
  12163. image: {
  12164. source: "./media/characters/mirja/front-dressed.svg",
  12165. extra: 1789/1683 ,
  12166. bottom: 0.05
  12167. }
  12168. },
  12169. back: {
  12170. height: math.unit(6, "feet"),
  12171. weight: math.unit(90, "lb"),
  12172. name: "Back",
  12173. image: {
  12174. source: "./media/characters/mirja/back.svg",
  12175. extra: 953/917 ,
  12176. bottom: 0.017
  12177. }
  12178. },
  12179. },
  12180. [
  12181. {
  12182. name: "\"Incognito\"",
  12183. height: math.unit(3, "meters")
  12184. },
  12185. {
  12186. name: "Strolling Size",
  12187. height: math.unit(15, "km")
  12188. },
  12189. {
  12190. name: "Larger Strolling Size",
  12191. height: math.unit(400, "km")
  12192. },
  12193. {
  12194. name: "Preferred Size",
  12195. height: math.unit(5000, "km")
  12196. },
  12197. {
  12198. name: "True Size",
  12199. height: math.unit(30657809462086840000000000000000, "parsecs"),
  12200. default: true
  12201. },
  12202. ]
  12203. )
  12204. };
  12205. characterMakers["Nightraver"] = () => {
  12206. return makeCharacter(
  12207. "Nightraver",
  12208. "Nightraver",
  12209. {
  12210. front: {
  12211. height: math.unit(15, "feet"),
  12212. weight: math.unit(880, "kg"),
  12213. name: "Front",
  12214. image: {
  12215. source: "./media/characters/nightraver/front.svg",
  12216. extra: 2444/2160 ,
  12217. bottom: 0.027
  12218. }
  12219. },
  12220. back: {
  12221. height: math.unit(15, "feet"),
  12222. weight: math.unit(880, "kg"),
  12223. name: "Back",
  12224. image: {
  12225. source: "./media/characters/nightraver/back.svg",
  12226. extra: 2309/2180 ,
  12227. bottom: 0.005
  12228. }
  12229. },
  12230. sole: {
  12231. height: math.unit(2.878, "feet"),
  12232. name: "Sole",
  12233. image: {
  12234. source: "./media/characters/nightraver/sole.svg"
  12235. }
  12236. },
  12237. foot: {
  12238. height: math.unit(2.285, "feet"),
  12239. name: "Foot",
  12240. image: {
  12241. source: "./media/characters/nightraver/foot.svg"
  12242. }
  12243. },
  12244. maw: {
  12245. height: math.unit(2.67, "feet"),
  12246. name: "Maw",
  12247. image: {
  12248. source: "./media/characters/nightraver/maw.svg"
  12249. }
  12250. },
  12251. },
  12252. [
  12253. {
  12254. name: "Micro",
  12255. height: math.unit(1, "cm")
  12256. },
  12257. {
  12258. name: "Normal",
  12259. height: math.unit(15, "feet"),
  12260. default: true
  12261. },
  12262. {
  12263. name: "Macro",
  12264. height: math.unit(300, "feet")
  12265. },
  12266. {
  12267. name: "Megamacro",
  12268. height: math.unit(300, "miles")
  12269. },
  12270. {
  12271. name: "Gigamacro",
  12272. height: math.unit(10000, "miles")
  12273. },
  12274. ]
  12275. )
  12276. };
  12277. characterMakers["Arc"] = () => {
  12278. return makeCharacter(
  12279. "Arc",
  12280. "DinoKiddo",
  12281. {
  12282. side: {
  12283. height: math.unit(2, "inches"),
  12284. weight: math.unit(5, "grams"),
  12285. name: "Side",
  12286. image: {
  12287. source: "./media/characters/arc/side.svg"
  12288. }
  12289. },
  12290. },
  12291. [
  12292. {
  12293. name: "Micro",
  12294. height: math.unit(2, "inches"),
  12295. default: true
  12296. },
  12297. ]
  12298. )
  12299. };
  12300. characterMakers["Nebula Shahar"] = () => {
  12301. return makeCharacter(
  12302. "Nebula Shahar",
  12303. "Kypleo",
  12304. {
  12305. front: {
  12306. height: math.unit(1.1938, "meters"),
  12307. weight: math.unit(54, "kg"),
  12308. name: "Front",
  12309. image: {
  12310. source: "./media/characters/nebula-shahar/front.svg",
  12311. extra: 1642/1436 ,
  12312. bottom: 0.06
  12313. }
  12314. },
  12315. },
  12316. [
  12317. {
  12318. name: "Megamicro",
  12319. height: math.unit(0.3, "mm")
  12320. },
  12321. {
  12322. name: "Micro",
  12323. height: math.unit(3, "cm")
  12324. },
  12325. {
  12326. name: "Normal",
  12327. height: math.unit(138, "cm"),
  12328. default: true
  12329. },
  12330. {
  12331. name: "Macro",
  12332. height: math.unit(30, "m")
  12333. },
  12334. ]
  12335. )
  12336. };
  12337. characterMakers["Shayla"] = () => {
  12338. return makeCharacter(
  12339. "Shayla",
  12340. "Ziralkia",
  12341. {
  12342. front: {
  12343. height: math.unit(5.24, "feet"),
  12344. weight: math.unit(150, "lb"),
  12345. name: "Front",
  12346. image: {
  12347. source: "./media/characters/shayla/front.svg",
  12348. extra: 1512/1414 ,
  12349. bottom: 0.01
  12350. }
  12351. },
  12352. back: {
  12353. height: math.unit(5.24, "feet"),
  12354. weight: math.unit(150, "lb"),
  12355. name: "Back",
  12356. image: {
  12357. source: "./media/characters/shayla/back.svg",
  12358. extra: 1512/1414
  12359. }
  12360. },
  12361. hand: {
  12362. height: math.unit(0.7781496062992126, "feet"),
  12363. name: "Hand",
  12364. image: {
  12365. source: "./media/characters/shayla/hand.svg"
  12366. }
  12367. },
  12368. foot: {
  12369. height: math.unit(1.4206036745406823, "feet"),
  12370. name: "Foot",
  12371. image: {
  12372. source: "./media/characters/shayla/foot.svg"
  12373. }
  12374. },
  12375. },
  12376. [
  12377. {
  12378. name: "Micro",
  12379. height: math.unit(0.32, "feet")
  12380. },
  12381. {
  12382. name: "Normal",
  12383. height: math.unit(5.24, "feet"),
  12384. default: true
  12385. },
  12386. {
  12387. name: "Macro",
  12388. height: math.unit(492.12, "feet")
  12389. },
  12390. {
  12391. name: "Megamacro",
  12392. height: math.unit(186.41, "miles")
  12393. },
  12394. ]
  12395. )
  12396. };
  12397. characterMakers["Pia Jr."] = () => {
  12398. return makeCharacter(
  12399. "Pia Jr.",
  12400. "Ziralkia",
  12401. {
  12402. front: {
  12403. height: math.unit(2.2, "m"),
  12404. weight: math.unit(120, "kg"),
  12405. name: "Front",
  12406. image: {
  12407. source: "./media/characters/pia-jr/front.svg",
  12408. extra: 1000/970 ,
  12409. bottom: 0.035
  12410. }
  12411. },
  12412. hand: {
  12413. height: math.unit(0.759 * 7.21 / 6, "feet"),
  12414. name: "Hand",
  12415. image: {
  12416. source: "./media/characters/pia-jr/hand.svg"
  12417. }
  12418. },
  12419. paw: {
  12420. height: math.unit(1.185 * 7.21 / 6, "feet"),
  12421. name: "Paw",
  12422. image: {
  12423. source: "./media/characters/pia-jr/paw.svg"
  12424. }
  12425. },
  12426. },
  12427. [
  12428. {
  12429. name: "Micro",
  12430. height: math.unit(1.2, "cm")
  12431. },
  12432. {
  12433. name: "Normal",
  12434. height: math.unit(2.2, "m"),
  12435. default: true
  12436. },
  12437. {
  12438. name: "Macro",
  12439. height: math.unit(180, "m")
  12440. },
  12441. {
  12442. name: "Megamacro",
  12443. height: math.unit(420, "km")
  12444. },
  12445. ]
  12446. )
  12447. };
  12448. characterMakers["Pia Sr."] = () => {
  12449. return makeCharacter(
  12450. "Pia Sr.",
  12451. "Ziralkia",
  12452. {
  12453. front: {
  12454. height: math.unit(2, "m"),
  12455. weight: math.unit(115, "kg"),
  12456. name: "Front",
  12457. image: {
  12458. source: "./media/characters/pia-sr/front.svg",
  12459. extra: 760/730 ,
  12460. bottom: 0.015
  12461. }
  12462. },
  12463. back: {
  12464. height: math.unit(2, "m"),
  12465. weight: math.unit(115, "kg"),
  12466. name: "Back",
  12467. image: {
  12468. source: "./media/characters/pia-sr/back.svg",
  12469. extra: 760/730 ,
  12470. bottom: 0.01
  12471. }
  12472. },
  12473. hand: {
  12474. height: math.unit(0.89 * 6.56 / 6, "feet"),
  12475. name: "Hand",
  12476. image: {
  12477. source: "./media/characters/pia-sr/hand.svg"
  12478. }
  12479. },
  12480. foot: {
  12481. height: math.unit(1.83, "feet"),
  12482. name: "Foot",
  12483. image: {
  12484. source: "./media/characters/pia-sr/foot.svg"
  12485. }
  12486. },
  12487. },
  12488. [
  12489. {
  12490. name: "Micro",
  12491. height: math.unit(88, "mm")
  12492. },
  12493. {
  12494. name: "Normal",
  12495. height: math.unit(2, "m"),
  12496. default: true
  12497. },
  12498. {
  12499. name: "Macro",
  12500. height: math.unit(200, "m")
  12501. },
  12502. {
  12503. name: "Megamacro",
  12504. height: math.unit(420, "km")
  12505. },
  12506. ]
  12507. )
  12508. };
  12509. characterMakers["KIBIBYTE"] = () => {
  12510. return makeCharacter(
  12511. "KIBIBYTE",
  12512. "gamefreak1215",
  12513. {
  12514. front: {
  12515. height: math.unit(8 + 2/12, "feet"),
  12516. weight: math.unit(300, "lb"),
  12517. name: "Front",
  12518. image: {
  12519. source: "./media/characters/kibibyte/front.svg",
  12520. extra: 2221/2098 ,
  12521. bottom: 0.04
  12522. }
  12523. },
  12524. },
  12525. [
  12526. {
  12527. name: "Normal",
  12528. height: math.unit(8 + 2/12, "feet"),
  12529. default: true
  12530. },
  12531. {
  12532. name: "Socialable Macro",
  12533. height: math.unit(50, "feet")
  12534. },
  12535. {
  12536. name: "Macro",
  12537. height: math.unit(300, "feet")
  12538. },
  12539. {
  12540. name: "Megamacro",
  12541. height: math.unit(500, "miles")
  12542. },
  12543. ]
  12544. )
  12545. };
  12546. characterMakers["Felix"] = () => {
  12547. return makeCharacter(
  12548. "Felix",
  12549. "MeanDumpsterCat",
  12550. {
  12551. front: {
  12552. height: math.unit(6, "feet"),
  12553. weight: math.unit(150, "lb"),
  12554. name: "Front",
  12555. image: {
  12556. source: "./media/characters/felix/front.svg",
  12557. extra: 762/722 ,
  12558. bottom: 0.02
  12559. }
  12560. },
  12561. frontClothed: {
  12562. height: math.unit(6, "feet"),
  12563. weight: math.unit(150, "lb"),
  12564. name: "Front (Clothed)",
  12565. image: {
  12566. source: "./media/characters/felix/front-clothed.svg",
  12567. extra: 762/722 ,
  12568. bottom: 0.02
  12569. }
  12570. },
  12571. },
  12572. [
  12573. {
  12574. name: "Normal",
  12575. height: math.unit(6 + 8/12, "feet"),
  12576. default: true
  12577. },
  12578. {
  12579. name: "Macro",
  12580. height: math.unit(2600, "feet")
  12581. },
  12582. {
  12583. name: "Megamacro",
  12584. height: math.unit(450, "miles")
  12585. },
  12586. ]
  12587. )
  12588. };
  12589. characterMakers["Tobo"] = () => {
  12590. return makeCharacter(
  12591. "Tobo",
  12592. "Naoya_Raichi",
  12593. {
  12594. front: {
  12595. height: math.unit(6 + 1/12, "feet"),
  12596. weight: math.unit(250, "lb"),
  12597. name: "Front",
  12598. image: {
  12599. source: "./media/characters/tobo/front.svg",
  12600. extra: 608/586 ,
  12601. bottom: 0.023
  12602. }
  12603. },
  12604. back: {
  12605. height: math.unit(6 + 1/12, "feet"),
  12606. weight: math.unit(250, "lb"),
  12607. name: "Back",
  12608. image: {
  12609. source: "./media/characters/tobo/back.svg",
  12610. extra: 608/586
  12611. }
  12612. },
  12613. },
  12614. [
  12615. {
  12616. name: "Nano",
  12617. height: math.unit(2, "nm")
  12618. },
  12619. {
  12620. name: "Megamicro",
  12621. height: math.unit(0.1, "mm")
  12622. },
  12623. {
  12624. name: "Micro",
  12625. height: math.unit(1, "inch"),
  12626. default: true
  12627. },
  12628. {
  12629. name: "Human-sized",
  12630. height: math.unit(6 + 1/12, "feet")
  12631. },
  12632. {
  12633. name: "Macro",
  12634. height: math.unit(250, "feet")
  12635. },
  12636. {
  12637. name: "Megamacro",
  12638. height: math.unit(75, "miles")
  12639. },
  12640. {
  12641. name: "Texas-sized",
  12642. height: math.unit(750, "miles")
  12643. },
  12644. {
  12645. name: "Teramacro",
  12646. height: math.unit(50000, "miles")
  12647. },
  12648. ]
  12649. )
  12650. };
  12651. characterMakers["Danny Kapowsky"] = () => {
  12652. return makeCharacter(
  12653. "Danny Kapowsky",
  12654. "nh63879",
  12655. {
  12656. front: {
  12657. height: math.unit(6, "feet"),
  12658. weight: math.unit(269, "lb"),
  12659. name: "Front",
  12660. image: {
  12661. source: "./media/characters/danny-kapowsky/front.svg",
  12662. extra: 766/736 ,
  12663. bottom: 0.044
  12664. }
  12665. },
  12666. back: {
  12667. height: math.unit(6, "feet"),
  12668. weight: math.unit(269, "lb"),
  12669. name: "Back",
  12670. image: {
  12671. source: "./media/characters/danny-kapowsky/back.svg",
  12672. extra: 797/760 ,
  12673. bottom: 0.025
  12674. }
  12675. },
  12676. },
  12677. [
  12678. {
  12679. name: "Macro",
  12680. height: math.unit(150, "feet"),
  12681. default: true
  12682. },
  12683. {
  12684. name: "Macro+",
  12685. height: math.unit(200, "feet")
  12686. },
  12687. {
  12688. name: "Macro++",
  12689. height: math.unit(300, "feet")
  12690. },
  12691. {
  12692. name: "Macro+++",
  12693. height: math.unit(400, "feet")
  12694. },
  12695. ]
  12696. )
  12697. };
  12698. characterMakers["Finn"] = () => {
  12699. return makeCharacter(
  12700. "Finn",
  12701. "Finn-The-Fennecfox",
  12702. {
  12703. side: {
  12704. height: math.unit(6, "feet"),
  12705. weight: math.unit(170, "lb"),
  12706. name: "Side",
  12707. image: {
  12708. source: "./media/characters/finn/side.svg",
  12709. extra: 1953/1807 ,
  12710. bottom: 0.057
  12711. }
  12712. },
  12713. },
  12714. [
  12715. {
  12716. name: "Megamacro",
  12717. height: math.unit(14445, "feet"),
  12718. default: true
  12719. },
  12720. ]
  12721. )
  12722. };
  12723. characterMakers["Roy"] = () => {
  12724. return makeCharacter(
  12725. "Roy",
  12726. "dracodare",
  12727. {
  12728. front: {
  12729. height: math.unit(5 + 6/12, "feet"),
  12730. weight: math.unit(125, "lb"),
  12731. name: "Front",
  12732. image: {
  12733. source: "./media/characters/roy/front.svg",
  12734. extra: 1,
  12735. bottom: 0.11
  12736. }
  12737. },
  12738. },
  12739. [
  12740. {
  12741. name: "Micro",
  12742. height: math.unit(3, "inches"),
  12743. default: true
  12744. },
  12745. {
  12746. name: "Normal",
  12747. height: math.unit(5 + 6/12, "feet")
  12748. },
  12749. {
  12750. name: "Lesser Macro",
  12751. height: math.unit(60, "feet")
  12752. },
  12753. {
  12754. name: "Greater Macro",
  12755. height: math.unit(120, "feet")
  12756. },
  12757. ]
  12758. )
  12759. };
  12760. characterMakers["Aevsivs"] = () => {
  12761. return makeCharacter(
  12762. "Aevsivs",
  12763. "Aevsivs",
  12764. {
  12765. front: {
  12766. height: math.unit(6, "feet"),
  12767. weight: math.unit(100, "lb"),
  12768. name: "Front",
  12769. image: {
  12770. source: "./media/characters/aevsivs/front.svg",
  12771. extra: 1,
  12772. bottom: 0.03
  12773. }
  12774. },
  12775. back: {
  12776. height: math.unit(6, "feet"),
  12777. weight: math.unit(100, "lb"),
  12778. name: "Back",
  12779. image: {
  12780. source: "./media/characters/aevsivs/back.svg"
  12781. }
  12782. },
  12783. },
  12784. [
  12785. {
  12786. name: "Micro",
  12787. height: math.unit(2, "inches"),
  12788. default: true
  12789. },
  12790. {
  12791. name: "Normal",
  12792. height: math.unit(5, "feet")
  12793. },
  12794. ]
  12795. )
  12796. };
  12797. characterMakers["Hildegard"] = () => {
  12798. return makeCharacter(
  12799. "Hildegard",
  12800. "Fidchell",
  12801. {
  12802. front: {
  12803. height: math.unit(5 + 7/12, "feet"),
  12804. weight: math.unit(159, "lb"),
  12805. name: "Front",
  12806. image: {
  12807. source: "./media/characters/hildegard/front.svg",
  12808. extra: 312/286 ,
  12809. bottom: 0.005
  12810. }
  12811. },
  12812. },
  12813. [
  12814. {
  12815. name: "Normal",
  12816. height: math.unit(5 + 7/12, "feet"),
  12817. default: true
  12818. },
  12819. ]
  12820. )
  12821. };
  12822. characterMakers["Bernard & Wilder"] = () => {
  12823. return makeCharacter(
  12824. "Bernard & Wilder",
  12825. "Fidchell",
  12826. {
  12827. bernard: {
  12828. height: math.unit(2 + 7/12, "feet"),
  12829. weight: math.unit(66, "lb"),
  12830. name: "Bernard",
  12831. rename: true,
  12832. image: {
  12833. source: "./media/characters/bernard-wilder/bernard.svg",
  12834. extra: 192/128 ,
  12835. bottom: 0.05
  12836. }
  12837. },
  12838. wilder: {
  12839. height: math.unit(5 + 8/12, "feet"),
  12840. weight: math.unit(143, "lb"),
  12841. name: "Wilder",
  12842. rename: true,
  12843. image: {
  12844. source: "./media/characters/bernard-wilder/wilder.svg",
  12845. extra: 361/312 ,
  12846. bottom: 0.02
  12847. }
  12848. },
  12849. },
  12850. [
  12851. {
  12852. name: "Normal",
  12853. height: math.unit(2 + 7/12, "feet"),
  12854. default: true
  12855. },
  12856. ]
  12857. )
  12858. };
  12859. characterMakers["Hearth"] = () => {
  12860. return makeCharacter(
  12861. "Hearth",
  12862. "Fidchell",
  12863. {
  12864. anthro: {
  12865. height: math.unit(6 + 1/12, "feet"),
  12866. weight: math.unit(155, "lb"),
  12867. name: "Anthro",
  12868. image: {
  12869. source: "./media/characters/hearth/anthro.svg",
  12870. extra: 260/250 ,
  12871. bottom: 0.02
  12872. }
  12873. },
  12874. feral: {
  12875. height: math.unit(3.78, "feet"),
  12876. weight: math.unit(35, "kg"),
  12877. name: "Feral",
  12878. image: {
  12879. source: "./media/characters/hearth/feral.svg",
  12880. extra: 153/135 ,
  12881. bottom: 0.03
  12882. }
  12883. },
  12884. },
  12885. [
  12886. {
  12887. name: "Normal",
  12888. height: math.unit(6 + 1/12, "feet"),
  12889. default: true
  12890. },
  12891. ]
  12892. )
  12893. };
  12894. characterMakers["Ingrid"] = () => {
  12895. return makeCharacter(
  12896. "Ingrid",
  12897. "Fidchell",
  12898. {
  12899. front: {
  12900. height: math.unit(6, "feet"),
  12901. weight: math.unit(182, "lb"),
  12902. name: "Front",
  12903. image: {
  12904. source: "./media/characters/ingrid/front.svg",
  12905. extra: 294/268 ,
  12906. bottom: 0.027
  12907. }
  12908. },
  12909. },
  12910. [
  12911. {
  12912. name: "Normal",
  12913. height: math.unit(6, "feet"),
  12914. default: true
  12915. },
  12916. ]
  12917. )
  12918. };
  12919. characterMakers["Malgam"] = () => {
  12920. return makeCharacter(
  12921. "Malgam",
  12922. "Fidchell",
  12923. {
  12924. eevee: {
  12925. height: math.unit(2 + 10/12, "feet"),
  12926. weight: math.unit(86, "lb"),
  12927. name: "Malgam",
  12928. image: {
  12929. source: "./media/characters/malgam/eevee.svg",
  12930. extra: 218/180 ,
  12931. bottom: 0.2
  12932. }
  12933. },
  12934. sylveon: {
  12935. height: math.unit(4, "feet"),
  12936. weight: math.unit(101, "lb"),
  12937. name: "Future Malgam",
  12938. rename: true,
  12939. image: {
  12940. source: "./media/characters/malgam/sylveon.svg",
  12941. extra: 371/325 ,
  12942. bottom: 0.015
  12943. }
  12944. },
  12945. gigantamax: {
  12946. height: math.unit(50, "feet"),
  12947. name: "Gigantamax Malgam",
  12948. rename: true,
  12949. image: {
  12950. source: "./media/characters/malgam/gigantamax.svg"
  12951. }
  12952. },
  12953. },
  12954. [
  12955. {
  12956. name: "Normal",
  12957. height: math.unit(2 + 10/12, "feet"),
  12958. default: true
  12959. },
  12960. ]
  12961. )
  12962. };
  12963. characterMakers["Fleur"] = () => {
  12964. return makeCharacter(
  12965. "Fleur",
  12966. "Fidchell",
  12967. {
  12968. front: {
  12969. height: math.unit(5 + 11/12, "feet"),
  12970. weight: math.unit(188, "lb"),
  12971. name: "Front",
  12972. image: {
  12973. source: "./media/characters/fleur/front.svg",
  12974. extra: 309/283 ,
  12975. bottom: 0.007
  12976. }
  12977. },
  12978. },
  12979. [
  12980. {
  12981. name: "Normal",
  12982. height: math.unit(5 + 11/12, "feet"),
  12983. default: true
  12984. },
  12985. ]
  12986. )
  12987. };
  12988. characterMakers["Jude"] = () => {
  12989. return makeCharacter(
  12990. "Jude",
  12991. "Fidchell",
  12992. {
  12993. front: {
  12994. height: math.unit(5 + 4/12, "feet"),
  12995. weight: math.unit(122, "lb"),
  12996. name: "Front",
  12997. image: {
  12998. source: "./media/characters/jude/front.svg",
  12999. extra: 288/273 ,
  13000. bottom: 0.03
  13001. }
  13002. },
  13003. },
  13004. [
  13005. {
  13006. name: "Normal",
  13007. height: math.unit(5 + 4/12, "feet"),
  13008. default: true
  13009. },
  13010. ]
  13011. )
  13012. };
  13013. characterMakers["Seara"] = () => {
  13014. return makeCharacter(
  13015. "Seara",
  13016. "Fidchell",
  13017. {
  13018. front: {
  13019. height: math.unit(5 + 11/12, "feet"),
  13020. weight: math.unit(190, "lb"),
  13021. name: "Front",
  13022. image: {
  13023. source: "./media/characters/seara/front.svg",
  13024. extra: 1,
  13025. bottom: 0.05
  13026. }
  13027. },
  13028. },
  13029. [
  13030. {
  13031. name: "Normal",
  13032. height: math.unit(5 + 11/12, "feet"),
  13033. default: true
  13034. },
  13035. ]
  13036. )
  13037. };
  13038. characterMakers["Caspian"] = () => {
  13039. return makeCharacter(
  13040. "Caspian",
  13041. "Fidchell",
  13042. {
  13043. front: {
  13044. height: math.unit(16 + 5/12, "feet"),
  13045. weight: math.unit(524, "lb"),
  13046. name: "Front",
  13047. image: {
  13048. source: "./media/characters/caspian/front.svg",
  13049. extra: 1,
  13050. bottom: 0.04
  13051. }
  13052. },
  13053. },
  13054. [
  13055. {
  13056. name: "Normal",
  13057. height: math.unit(16 + 5/12, "feet"),
  13058. default: true
  13059. },
  13060. ]
  13061. )
  13062. };
  13063. characterMakers["Mika"] = () => {
  13064. return makeCharacter(
  13065. "Mika",
  13066. "Fidchell",
  13067. {
  13068. front: {
  13069. height: math.unit(5 + 7/12, "feet"),
  13070. weight: math.unit(170, "lb"),
  13071. name: "Front",
  13072. image: {
  13073. source: "./media/characters/mika/front.svg",
  13074. extra: 1,
  13075. bottom: 0.016
  13076. }
  13077. },
  13078. },
  13079. [
  13080. {
  13081. name: "Normal",
  13082. height: math.unit(5 + 7/12, "feet"),
  13083. default: true
  13084. },
  13085. ]
  13086. )
  13087. };
  13088. characterMakers["Sol"] = () => {
  13089. return makeCharacter(
  13090. "Sol",
  13091. "Fidchell",
  13092. {
  13093. front: {
  13094. height: math.unit(6 + 2/12, "feet"),
  13095. weight: math.unit(268, "lb"),
  13096. name: "Front",
  13097. image: {
  13098. source: "./media/characters/sol/front.svg",
  13099. extra: 247/231 ,
  13100. bottom: 0.05
  13101. }
  13102. },
  13103. },
  13104. [
  13105. {
  13106. name: "Normal",
  13107. height: math.unit(6 + 2/12, "feet"),
  13108. default: true
  13109. },
  13110. ]
  13111. )
  13112. };
  13113. characterMakers["Umiko"] = () => {
  13114. return makeCharacter(
  13115. "Umiko",
  13116. "Fidchell",
  13117. {
  13118. buizel: {
  13119. height: math.unit(2 + 5/12, "feet"),
  13120. weight: math.unit(87, "lb"),
  13121. name: "Buizel",
  13122. image: {
  13123. source: "./media/characters/umiko/buizel.svg",
  13124. extra: 172/157 ,
  13125. bottom: 0.01
  13126. }
  13127. },
  13128. floatzel: {
  13129. height: math.unit(5 + 9/12, "feet"),
  13130. weight: math.unit(250, "lb"),
  13131. name: "Floatzel",
  13132. image: {
  13133. source: "./media/characters/umiko/floatzel.svg",
  13134. extra: 262/248
  13135. }
  13136. },
  13137. },
  13138. [
  13139. {
  13140. name: "Normal",
  13141. height: math.unit(2 + 5/12, "feet"),
  13142. default: true
  13143. },
  13144. ]
  13145. )
  13146. };
  13147. characterMakers["Iliac"] = () => {
  13148. return makeCharacter(
  13149. "Iliac",
  13150. "Fidchell",
  13151. {
  13152. front: {
  13153. height: math.unit(6 + 2/12, "feet"),
  13154. weight: math.unit(146, "lb"),
  13155. name: "Front",
  13156. image: {
  13157. source: "./media/characters/iliac/front.svg",
  13158. extra: 389/365 ,
  13159. bottom: 0.035
  13160. }
  13161. },
  13162. },
  13163. [
  13164. {
  13165. name: "Normal",
  13166. height: math.unit(6 + 2/12, "feet"),
  13167. default: true
  13168. },
  13169. ]
  13170. )
  13171. };
  13172. characterMakers["Topaz"] = () => {
  13173. return makeCharacter(
  13174. "Topaz",
  13175. "Fidchell",
  13176. {
  13177. front: {
  13178. height: math.unit(6, "feet"),
  13179. weight: math.unit(170, "lb"),
  13180. name: "Front",
  13181. image: {
  13182. source: "./media/characters/topaz/front.svg",
  13183. extra: 317/303 ,
  13184. bottom: 0.055
  13185. }
  13186. },
  13187. },
  13188. [
  13189. {
  13190. name: "Normal",
  13191. height: math.unit(6, "feet"),
  13192. default: true
  13193. },
  13194. ]
  13195. )
  13196. };
  13197. characterMakers["Gabriel"] = () => {
  13198. return makeCharacter(
  13199. "Gabriel",
  13200. "Fidchell",
  13201. {
  13202. front: {
  13203. height: math.unit(5 + 11/12, "feet"),
  13204. weight: math.unit(144, "lb"),
  13205. name: "Front",
  13206. image: {
  13207. source: "./media/characters/gabriel/front.svg",
  13208. extra: 285/262 ,
  13209. bottom: 0.004
  13210. }
  13211. },
  13212. },
  13213. [
  13214. {
  13215. name: "Normal",
  13216. height: math.unit(5 + 11/12, "feet"),
  13217. default: true
  13218. },
  13219. ]
  13220. )
  13221. };
  13222. characterMakers["Tempest (Suicune)"] = () => {
  13223. return makeCharacter(
  13224. "Tempest (Suicune)",
  13225. "Fidchell",
  13226. {
  13227. side: {
  13228. height: math.unit(6 + 5/12, "feet"),
  13229. weight: math.unit(300, "lb"),
  13230. name: "Side",
  13231. image: {
  13232. source: "./media/characters/tempest-suicune/side.svg",
  13233. extra: 195/154 ,
  13234. bottom: 0.04
  13235. }
  13236. },
  13237. },
  13238. [
  13239. {
  13240. name: "Normal",
  13241. height: math.unit(6 + 5/12, "feet"),
  13242. default: true
  13243. },
  13244. ]
  13245. )
  13246. };
  13247. characterMakers["Vulcan"] = () => {
  13248. return makeCharacter(
  13249. "Vulcan",
  13250. "Fidchell",
  13251. {
  13252. front: {
  13253. height: math.unit(7 + 2/12, "feet"),
  13254. weight: math.unit(322, "lb"),
  13255. name: "Front",
  13256. image: {
  13257. source: "./media/characters/vulcan/front.svg",
  13258. extra: 154/147 ,
  13259. bottom: 0.04
  13260. }
  13261. },
  13262. },
  13263. [
  13264. {
  13265. name: "Normal",
  13266. height: math.unit(7 + 2/12, "feet"),
  13267. default: true
  13268. },
  13269. ]
  13270. )
  13271. };
  13272. characterMakers["Gault"] = () => {
  13273. return makeCharacter(
  13274. "Gault",
  13275. "Fidchell",
  13276. {
  13277. front: {
  13278. height: math.unit(5 + 10/12, "feet"),
  13279. weight: math.unit(264, "lb"),
  13280. name: "Front",
  13281. image: {
  13282. source: "./media/characters/gault/front.svg",
  13283. extra: 161/140 ,
  13284. bottom: 0.028
  13285. }
  13286. },
  13287. },
  13288. [
  13289. {
  13290. name: "Normal",
  13291. height: math.unit(5 + 10/12, "feet"),
  13292. default: true
  13293. },
  13294. ]
  13295. )
  13296. };
  13297. characterMakers["Shard"] = () => {
  13298. return makeCharacter(
  13299. "Shard",
  13300. "Fidchell",
  13301. {
  13302. front: {
  13303. height: math.unit(6, "feet"),
  13304. weight: math.unit(150, "lb"),
  13305. name: "Front",
  13306. image: {
  13307. source: "./media/characters/shard/front.svg",
  13308. extra: 273/238 ,
  13309. bottom: 0.02
  13310. }
  13311. },
  13312. },
  13313. [
  13314. {
  13315. name: "Normal",
  13316. height: math.unit(3 + 6/12, "feet"),
  13317. default: true
  13318. },
  13319. ]
  13320. )
  13321. };
  13322. characterMakers["Ashe"] = () => {
  13323. return makeCharacter(
  13324. "Ashe",
  13325. "Fidchell",
  13326. {
  13327. front: {
  13328. height: math.unit(5 + 11/12, "feet"),
  13329. weight: math.unit(146, "lb"),
  13330. name: "Front",
  13331. image: {
  13332. source: "./media/characters/ashe/front.svg",
  13333. extra: 400/373 ,
  13334. bottom: 0.01
  13335. }
  13336. },
  13337. },
  13338. [
  13339. {
  13340. name: "Normal",
  13341. height: math.unit(5 + 11/12, "feet"),
  13342. default: true
  13343. },
  13344. ]
  13345. )
  13346. };
  13347. characterMakers["Beatrix"] = () => {
  13348. return makeCharacter(
  13349. "Beatrix",
  13350. "Fidchell",
  13351. {
  13352. front: {
  13353. height: math.unit(5 + 5/12, "feet"),
  13354. weight: math.unit(135, "lb"),
  13355. name: "Front",
  13356. image: {
  13357. source: "./media/characters/beatrix/front.svg",
  13358. extra: 392/379 ,
  13359. bottom: 0.01
  13360. }
  13361. },
  13362. },
  13363. [
  13364. {
  13365. name: "Normal",
  13366. height: math.unit(6, "feet"),
  13367. default: true
  13368. },
  13369. ]
  13370. )
  13371. };
  13372. characterMakers["Ignatius"] = () => {
  13373. return makeCharacter(
  13374. "Ignatius",
  13375. "Fidchell",
  13376. {
  13377. front: {
  13378. height: math.unit(6, "feet"),
  13379. weight: math.unit(150, "lb"),
  13380. name: "Front",
  13381. image: {
  13382. source: "./media/characters/ignatius/front.svg",
  13383. extra: 245/222 ,
  13384. bottom: 0.01
  13385. }
  13386. },
  13387. },
  13388. [
  13389. {
  13390. name: "Normal",
  13391. height: math.unit(5 + 5/12, "feet"),
  13392. default: true
  13393. },
  13394. ]
  13395. )
  13396. };
  13397. characterMakers["Mei Li"] = () => {
  13398. return makeCharacter(
  13399. "Mei Li",
  13400. "Fidchell",
  13401. {
  13402. front: {
  13403. height: math.unit(6 + 2/12, "feet"),
  13404. weight: math.unit(138, "lb"),
  13405. name: "Front",
  13406. image: {
  13407. source: "./media/characters/mei-li/front.svg",
  13408. extra: 237/229 ,
  13409. bottom: 0.03
  13410. }
  13411. },
  13412. },
  13413. [
  13414. {
  13415. name: "Normal",
  13416. height: math.unit(6 + 2/12, "feet"),
  13417. default: true
  13418. },
  13419. ]
  13420. )
  13421. };
  13422. characterMakers["Puru"] = () => {
  13423. return makeCharacter(
  13424. "Puru",
  13425. "Fidchell",
  13426. {
  13427. front: {
  13428. height: math.unit(2 + 4/12, "feet"),
  13429. weight: math.unit(62, "lb"),
  13430. name: "Front",
  13431. image: {
  13432. source: "./media/characters/puru/front.svg",
  13433. extra: 206/149 ,
  13434. bottom: 0.06
  13435. }
  13436. },
  13437. },
  13438. [
  13439. {
  13440. name: "Normal",
  13441. height: math.unit(2 + 4/12, "feet"),
  13442. default: true
  13443. },
  13444. ]
  13445. )
  13446. };
  13447. characterMakers["Kee"] = () => {
  13448. return makeCharacter(
  13449. "Kee",
  13450. "AardwolfKee",
  13451. {
  13452. taur: {
  13453. height: math.unit(11, "feet"),
  13454. weight: math.unit(500, "lb"),
  13455. name: "Taur",
  13456. image: {
  13457. source: "./media/characters/kee/taur.svg",
  13458. extra: 1,
  13459. bottom: 0.04
  13460. }
  13461. },
  13462. },
  13463. [
  13464. {
  13465. name: "Normal",
  13466. height: math.unit(11, "feet"),
  13467. default: true
  13468. },
  13469. ]
  13470. )
  13471. };
  13472. characterMakers["Cobalt (Dracha)"] = () => {
  13473. return makeCharacter(
  13474. "Cobalt (Dracha)",
  13475. "Fidchell",
  13476. {
  13477. anthro: {
  13478. height: math.unit(7, "feet"),
  13479. weight: math.unit(190, "lb"),
  13480. name: "Anthro",
  13481. image: {
  13482. source: "./media/characters/cobalt-dracha/anthro.svg",
  13483. extra: 231/225 ,
  13484. bottom: 0.04
  13485. }
  13486. },
  13487. feral: {
  13488. height: math.unit(9 + 7/12, "feet"),
  13489. weight: math.unit(294, "lb"),
  13490. name: "Feral",
  13491. image: {
  13492. source: "./media/characters/cobalt-dracha/feral.svg",
  13493. extra: 692/633 ,
  13494. bottom: 0.05
  13495. }
  13496. },
  13497. },
  13498. [
  13499. {
  13500. name: "Normal",
  13501. height: math.unit(7, "feet"),
  13502. default: true
  13503. },
  13504. ]
  13505. )
  13506. };
  13507. characterMakers["Java"] = () => {
  13508. return makeCharacter(
  13509. "Java",
  13510. "Fidchell",
  13511. {
  13512. fallen: {
  13513. height: math.unit(11 + 8/12, "feet"),
  13514. weight: math.unit(485, "lb"),
  13515. name: "Java (Fallen)",
  13516. rename: true,
  13517. image: {
  13518. source: "./media/characters/java/fallen.svg",
  13519. extra: 226/208 ,
  13520. bottom: 0.005
  13521. }
  13522. },
  13523. godkin: {
  13524. height: math.unit(10 + 6/12, "feet"),
  13525. weight: math.unit(328, "lb"),
  13526. name: "Java (Godkin)",
  13527. rename: true,
  13528. image: {
  13529. source: "./media/characters/java/godkin.svg",
  13530. extra: 270/262 ,
  13531. bottom: 0.02
  13532. }
  13533. },
  13534. },
  13535. [
  13536. {
  13537. name: "Normal",
  13538. height: math.unit(11 + 8/12, "feet"),
  13539. default: true
  13540. },
  13541. ]
  13542. )
  13543. };
  13544. characterMakers["Skoll"] = () => {
  13545. return makeCharacter(
  13546. "Skoll",
  13547. "Fidchell",
  13548. {
  13549. front: {
  13550. height: math.unit(7 + 8/12, "feet"),
  13551. weight: math.unit(320, "lb"),
  13552. name: "Front",
  13553. image: {
  13554. source: "./media/characters/skoll/front.svg",
  13555. extra: 232/220 ,
  13556. bottom: 0.02
  13557. }
  13558. },
  13559. },
  13560. [
  13561. {
  13562. name: "Normal",
  13563. height: math.unit(7 + 8/12, "feet"),
  13564. default: true
  13565. },
  13566. ]
  13567. )
  13568. };
  13569. characterMakers["Purna"] = () => {
  13570. return makeCharacter(
  13571. "Purna",
  13572. "Fidchell",
  13573. {
  13574. front: {
  13575. height: math.unit(5 + 9/12, "feet"),
  13576. weight: math.unit(170, "lb"),
  13577. name: "Front",
  13578. image: {
  13579. source: "./media/characters/purna/front.svg",
  13580. extra: 239/229 ,
  13581. bottom: 0.01
  13582. }
  13583. },
  13584. },
  13585. [
  13586. {
  13587. name: "Normal",
  13588. height: math.unit(5 + 9/12, "feet"),
  13589. default: true
  13590. },
  13591. ]
  13592. )
  13593. };
  13594. characterMakers["Kuva"] = () => {
  13595. return makeCharacter(
  13596. "Kuva",
  13597. "Fidchell",
  13598. {
  13599. front: {
  13600. height: math.unit(5 + 9/12, "feet"),
  13601. weight: math.unit(142, "lb"),
  13602. name: "Front",
  13603. image: {
  13604. source: "./media/characters/kuva/front.svg",
  13605. extra: 281/271 ,
  13606. bottom: 0.006
  13607. }
  13608. },
  13609. },
  13610. [
  13611. {
  13612. name: "Normal",
  13613. height: math.unit(5 + 9/12, "feet"),
  13614. default: true
  13615. },
  13616. ]
  13617. )
  13618. };
  13619. characterMakers["Embra"] = () => {
  13620. return makeCharacter(
  13621. "Embra",
  13622. "Fidchell",
  13623. {
  13624. anthro: {
  13625. height: math.unit(9 + 2/12, "feet"),
  13626. weight: math.unit(270, "lb"),
  13627. name: "Anthro",
  13628. image: {
  13629. source: "./media/characters/embra/anthro.svg",
  13630. extra: 200/187 ,
  13631. bottom: 0.02
  13632. }
  13633. },
  13634. feral: {
  13635. height: math.unit(18 + 8/12, "feet"),
  13636. weight: math.unit(576, "lb"),
  13637. name: "Feral",
  13638. image: {
  13639. source: "./media/characters/embra/feral.svg",
  13640. extra: 152/137 ,
  13641. bottom: 0.037
  13642. }
  13643. },
  13644. },
  13645. [
  13646. {
  13647. name: "Normal",
  13648. height: math.unit(9 + 2/12, "feet"),
  13649. default: true
  13650. },
  13651. ]
  13652. )
  13653. };
  13654. characterMakers["Grottos"] = () => {
  13655. return makeCharacter(
  13656. "Grottos",
  13657. "Fidchell",
  13658. {
  13659. anthro: {
  13660. height: math.unit(10 + 9/12, "feet"),
  13661. weight: math.unit(224, "lb"),
  13662. name: "Anthro",
  13663. image: {
  13664. source: "./media/characters/grottos/anthro.svg",
  13665. extra: 350/332 ,
  13666. bottom: 0.045
  13667. }
  13668. },
  13669. feral: {
  13670. height: math.unit(20 + 7/12, "feet"),
  13671. weight: math.unit(629, "lb"),
  13672. name: "Feral",
  13673. image: {
  13674. source: "./media/characters/grottos/feral.svg",
  13675. extra: 207/190 ,
  13676. bottom: 0.05
  13677. }
  13678. },
  13679. },
  13680. [
  13681. {
  13682. name: "Normal",
  13683. height: math.unit(10 + 9/12, "feet"),
  13684. default: true
  13685. },
  13686. ]
  13687. )
  13688. };
  13689. characterMakers["Frifna"] = () => {
  13690. return makeCharacter(
  13691. "Frifna",
  13692. "Fidchell",
  13693. {
  13694. anthro: {
  13695. height: math.unit(9 + 6/12, "feet"),
  13696. weight: math.unit(298, "lb"),
  13697. name: "Anthro",
  13698. image: {
  13699. source: "./media/characters/frifna/anthro.svg",
  13700. extra: 282/269 ,
  13701. bottom: 0.015
  13702. }
  13703. },
  13704. feral: {
  13705. height: math.unit(16 + 2/12, "feet"),
  13706. weight: math.unit(624, "lb"),
  13707. name: "Feral",
  13708. image: {
  13709. source: "./media/characters/frifna/feral.svg"
  13710. }
  13711. },
  13712. },
  13713. [
  13714. {
  13715. name: "Normal",
  13716. height: math.unit(9 + 6/12, "feet"),
  13717. default: true
  13718. },
  13719. ]
  13720. )
  13721. };
  13722. characterMakers["Elise"] = () => {
  13723. return makeCharacter(
  13724. "Elise",
  13725. "Fidchell",
  13726. {
  13727. front: {
  13728. height: math.unit(6 + 2/12, "feet"),
  13729. weight: math.unit(168, "lb"),
  13730. name: "Front",
  13731. image: {
  13732. source: "./media/characters/elise/front.svg",
  13733. extra: 276/271
  13734. }
  13735. },
  13736. },
  13737. [
  13738. {
  13739. name: "Normal",
  13740. height: math.unit(6 + 2/12, "feet"),
  13741. default: true
  13742. },
  13743. ]
  13744. )
  13745. };
  13746. characterMakers["Glade"] = () => {
  13747. return makeCharacter(
  13748. "Glade",
  13749. "Fidchell",
  13750. {
  13751. front: {
  13752. height: math.unit(5 + 10/12, "feet"),
  13753. weight: math.unit(210, "lb"),
  13754. name: "Front",
  13755. image: {
  13756. source: "./media/characters/glade/front.svg",
  13757. extra: 258/247 ,
  13758. bottom: 0.008
  13759. }
  13760. },
  13761. },
  13762. [
  13763. {
  13764. name: "Normal",
  13765. height: math.unit(5 + 10/12, "feet"),
  13766. default: true
  13767. },
  13768. ]
  13769. )
  13770. };
  13771. characterMakers["Rina"] = () => {
  13772. return makeCharacter(
  13773. "Rina",
  13774. "Fidchell",
  13775. {
  13776. front: {
  13777. height: math.unit(5 + 10/12, "feet"),
  13778. weight: math.unit(129, "lb"),
  13779. name: "Front",
  13780. image: {
  13781. source: "./media/characters/rina/front.svg",
  13782. extra: 266/255 ,
  13783. bottom: 0.005
  13784. }
  13785. },
  13786. },
  13787. [
  13788. {
  13789. name: "Normal",
  13790. height: math.unit(5 + 10/12, "feet"),
  13791. default: true
  13792. },
  13793. ]
  13794. )
  13795. };
  13796. characterMakers["Veronica"] = () => {
  13797. return makeCharacter(
  13798. "Veronica",
  13799. "Fidchell",
  13800. {
  13801. front: {
  13802. height: math.unit(6 + 1/12, "feet"),
  13803. weight: math.unit(192, "lb"),
  13804. name: "Front",
  13805. image: {
  13806. source: "./media/characters/veronica/front.svg",
  13807. extra: 319/309 ,
  13808. bottom: 0.005
  13809. }
  13810. },
  13811. },
  13812. [
  13813. {
  13814. name: "Normal",
  13815. height: math.unit(6 + 1/12, "feet"),
  13816. default: true
  13817. },
  13818. ]
  13819. )
  13820. };
  13821. characterMakers["Braxton"] = () => {
  13822. return makeCharacter(
  13823. "Braxton",
  13824. "jdolbear",
  13825. {
  13826. front: {
  13827. height: math.unit(9 + 3/12, "feet"),
  13828. weight: math.unit(1100, "lb"),
  13829. name: "Front",
  13830. image: {
  13831. source: "./media/characters/braxton/front.svg",
  13832. extra: 1057/984 ,
  13833. bottom: 0.05
  13834. }
  13835. },
  13836. },
  13837. [
  13838. {
  13839. name: "Normal",
  13840. height: math.unit(9 + 3/12, "feet")
  13841. },
  13842. {
  13843. name: "Giant",
  13844. height: math.unit(300, "feet"),
  13845. default: true
  13846. },
  13847. {
  13848. name: "Macro",
  13849. height: math.unit(700, "feet")
  13850. },
  13851. {
  13852. name: "Megamacro",
  13853. height: math.unit(6000, "feet")
  13854. },
  13855. ]
  13856. )
  13857. };
  13858. characterMakers["Blue Feyonics"] = () => {
  13859. return makeCharacter(
  13860. "Blue Feyonics",
  13861. "bluefiremarkii",
  13862. {
  13863. front: {
  13864. height: math.unit(6 + 7/12, "feet"),
  13865. weight: math.unit(150, "lb"),
  13866. name: "Front",
  13867. image: {
  13868. source: "./media/characters/blue-feyonics/front.svg",
  13869. extra: 1403/1306 ,
  13870. bottom: 0.047
  13871. }
  13872. },
  13873. },
  13874. [
  13875. {
  13876. name: "Normal",
  13877. height: math.unit(6 + 7/12, "feet"),
  13878. default: true
  13879. },
  13880. ]
  13881. )
  13882. };
  13883. characterMakers["Maxwell"] = () => {
  13884. return makeCharacter(
  13885. "Maxwell",
  13886. "Ruby_02",
  13887. {
  13888. front: {
  13889. height: math.unit(1.8, "meters"),
  13890. weight: math.unit(60, "kg"),
  13891. name: "Front",
  13892. image: {
  13893. source: "./media/characters/maxwell/front.svg",
  13894. extra: 2060/1873
  13895. }
  13896. },
  13897. },
  13898. [
  13899. {
  13900. name: "Micro",
  13901. height: math.unit(1, "mm")
  13902. },
  13903. {
  13904. name: "Normal",
  13905. height: math.unit(1.8, "meter"),
  13906. default: true
  13907. },
  13908. {
  13909. name: "Macro",
  13910. height: math.unit(30, "meters")
  13911. },
  13912. {
  13913. name: "Megamacro",
  13914. height: math.unit(10, "km")
  13915. },
  13916. ]
  13917. )
  13918. };
  13919. characterMakers["Jack"] = () => {
  13920. return makeCharacter(
  13921. "Jack",
  13922. "Jasmith",
  13923. {
  13924. front: {
  13925. height: math.unit(6, "feet"),
  13926. weight: math.unit(150, "lb"),
  13927. name: "Front",
  13928. image: {
  13929. source: "./media/characters/jack/front.svg",
  13930. extra: 1754/1640,
  13931. bottom: 0.01
  13932. }
  13933. },
  13934. },
  13935. [
  13936. {
  13937. name: "Normal",
  13938. height: math.unit(80000, "feet"),
  13939. default: true
  13940. },
  13941. {
  13942. name: "Max size",
  13943. height: math.unit(10, "lightyears")
  13944. },
  13945. ]
  13946. )
  13947. };
  13948. characterMakers["Cafat"] = () => {
  13949. return makeCharacter(
  13950. "Cafat",
  13951. "Dalken",
  13952. {
  13953. upright: {
  13954. height: math.unit(7, "feet"),
  13955. weight: math.unit(170, "lb"),
  13956. name: "Upright",
  13957. image: {
  13958. source: "./media/characters/cafat/upright.svg",
  13959. bottom: 0.01
  13960. }
  13961. },
  13962. uprightFull: {
  13963. height: math.unit(7, "feet"),
  13964. weight: math.unit(170, "lb"),
  13965. name: "Upright (Full)",
  13966. image: {
  13967. source: "./media/characters/cafat/upright-full.svg",
  13968. bottom: 0.01
  13969. }
  13970. },
  13971. side: {
  13972. height: math.unit(5, "feet"),
  13973. weight: math.unit(150, "lb"),
  13974. name: "Side",
  13975. image: {
  13976. source: "./media/characters/cafat/side.svg"
  13977. }
  13978. },
  13979. },
  13980. [
  13981. {
  13982. name: "Small",
  13983. height: math.unit(7, "feet"),
  13984. default: true
  13985. },
  13986. {
  13987. name: "Large",
  13988. height: math.unit(15.5, "feet")
  13989. },
  13990. ]
  13991. )
  13992. };
  13993. characterMakers["Verin Raharra"] = () => {
  13994. return makeCharacter(
  13995. "Verin Raharra",
  13996. "Virgo113",
  13997. {
  13998. front: {
  13999. height: math.unit(6, "feet"),
  14000. weight: math.unit(150, "lb"),
  14001. name: "Front",
  14002. image: {
  14003. source: "./media/characters/verin-raharra/front.svg",
  14004. extra: 5019/4835,
  14005. bottom: 0.023
  14006. }
  14007. },
  14008. },
  14009. [
  14010. {
  14011. name: "Normal",
  14012. height: math.unit(7 + 5/12, "feet")
  14013. },
  14014. {
  14015. name: "Upsized",
  14016. height: math.unit(20, "feet")
  14017. },
  14018. ]
  14019. )
  14020. };
  14021. characterMakers["Nakata"] = () => {
  14022. return makeCharacter(
  14023. "Nakata",
  14024. "Dalken",
  14025. {
  14026. front: {
  14027. height: math.unit(7, "feet"),
  14028. weight: math.unit(230, "lb"),
  14029. name: "Front",
  14030. image: {
  14031. source: "./media/characters/nakata/front.svg",
  14032. extra: 1.005,
  14033. bottom: 0.01
  14034. }
  14035. },
  14036. },
  14037. [
  14038. {
  14039. name: "Normal",
  14040. height: math.unit(7, "feet"),
  14041. default: true
  14042. },
  14043. {
  14044. name: "Big",
  14045. height: math.unit(14, "feet")
  14046. },
  14047. {
  14048. name: "Macro",
  14049. height: math.unit(400, "feet")
  14050. },
  14051. ]
  14052. )
  14053. };
  14054. characterMakers["Lily"] = () => {
  14055. return makeCharacter(
  14056. "Lily",
  14057. "nexcg",
  14058. {
  14059. front: {
  14060. height: math.unit(4.91, "feet"),
  14061. weight: math.unit(100, "lb"),
  14062. name: "Front",
  14063. image: {
  14064. source: "./media/characters/lily/front.svg",
  14065. extra: 1585/1415,
  14066. bottom: 0.02
  14067. }
  14068. },
  14069. },
  14070. [
  14071. {
  14072. name: "Normal",
  14073. height: math.unit(4.91, "feet")
  14074. },
  14075. ]
  14076. )
  14077. };
  14078. characterMakers["Sheila"] = () => {
  14079. return makeCharacter(
  14080. "Sheila",
  14081. "Miststalker",
  14082. {
  14083. laying: {
  14084. height: math.unit(4 + 4/12, "feet"),
  14085. weight: math.unit(600, "lb"),
  14086. name: "Laying",
  14087. image: {
  14088. source: "./media/characters/sheila/laying.svg",
  14089. extra: 1333/1265,
  14090. bottom: 0.16
  14091. }
  14092. },
  14093. },
  14094. [
  14095. {
  14096. name: "Normal",
  14097. height: math.unit(4 + 4/12, "feet")
  14098. },
  14099. ]
  14100. )
  14101. };
  14102. characterMakers["Sax"] = () => {
  14103. return makeCharacter(
  14104. "Sax",
  14105. "Counts-His-Toes",
  14106. {
  14107. front: {
  14108. height: math.unit(6, "feet"),
  14109. weight: math.unit(190, "lb"),
  14110. name: "Front",
  14111. image: {
  14112. source: "./media/characters/sax/front.svg",
  14113. extra: 1187/973,
  14114. bottom: 0.042
  14115. }
  14116. },
  14117. },
  14118. [
  14119. {
  14120. name: "Micro",
  14121. height: math.unit(4, "inches"),
  14122. default: true
  14123. },
  14124. ]
  14125. )
  14126. };
  14127. characterMakers["Pandora"] = () => {
  14128. return makeCharacter(
  14129. "Pandora",
  14130. "Pandora's Fox",
  14131. {
  14132. front: {
  14133. height: math.unit(6, "feet"),
  14134. weight: math.unit(150, "lb"),
  14135. name: "Front",
  14136. image: {
  14137. source: "./media/characters/pandora/front.svg",
  14138. extra: 2720/2556,
  14139. bottom: 0.015
  14140. }
  14141. },
  14142. back: {
  14143. height: math.unit(6, "feet"),
  14144. weight: math.unit(150, "lb"),
  14145. name: "Back",
  14146. image: {
  14147. source: "./media/characters/pandora/back.svg",
  14148. extra: 2720/2556,
  14149. bottom: 0.01
  14150. }
  14151. },
  14152. beans: {
  14153. height: math.unit(6/8, "feet"),
  14154. name: "Beans",
  14155. image: {
  14156. source: "./media/characters/pandora/beans.svg"
  14157. }
  14158. },
  14159. skirt: {
  14160. height: math.unit(6, "feet"),
  14161. weight: math.unit(150, "lb"),
  14162. name: "Skirt",
  14163. image: {
  14164. source: "./media/characters/pandora/skirt.svg",
  14165. extra: 1622/1525,
  14166. bottom: 0.015
  14167. }
  14168. },
  14169. hoodie: {
  14170. height: math.unit(6, "feet"),
  14171. weight: math.unit(150, "lb"),
  14172. name: "Hoodie",
  14173. image: {
  14174. source: "./media/characters/pandora/hoodie.svg",
  14175. extra: 1622/1525,
  14176. bottom: 0.015
  14177. }
  14178. },
  14179. casual: {
  14180. height: math.unit(6, "feet"),
  14181. weight: math.unit(150, "lb"),
  14182. name: "Casual",
  14183. image: {
  14184. source: "./media/characters/pandora/casual.svg",
  14185. extra: 1622/1525,
  14186. bottom: 0.015
  14187. }
  14188. },
  14189. },
  14190. [
  14191. {
  14192. name: "Normal",
  14193. height: math.unit(6, "feet")
  14194. },
  14195. {
  14196. name: "Big Steppy",
  14197. height: math.unit(1, "km"),
  14198. default: true
  14199. },
  14200. ]
  14201. )
  14202. };
  14203. characterMakers["Venio Darcony"] = () => {
  14204. return makeCharacter(
  14205. "Venio Darcony",
  14206. "redblackdragon",
  14207. {
  14208. side: {
  14209. height: math.unit(10, "feet"),
  14210. weight: math.unit(800, "kg"),
  14211. name: "Side",
  14212. image: {
  14213. source: "./media/characters/venio-darcony/side.svg",
  14214. extra: 1373/1003,
  14215. bottom: 0.037
  14216. }
  14217. },
  14218. front: {
  14219. height: math.unit(19, "feet"),
  14220. weight: math.unit(800, "kg"),
  14221. name: "Front",
  14222. image: {
  14223. source: "./media/characters/venio-darcony/front.svg"
  14224. }
  14225. },
  14226. back: {
  14227. height: math.unit(19, "feet"),
  14228. weight: math.unit(800, "kg"),
  14229. name: "Back",
  14230. image: {
  14231. source: "./media/characters/venio-darcony/back.svg"
  14232. }
  14233. },
  14234. },
  14235. [
  14236. {
  14237. name: "Normal",
  14238. height: math.unit(10, "feet")
  14239. },
  14240. {
  14241. name: "Macro",
  14242. height: math.unit(130, "feet")
  14243. },
  14244. {
  14245. name: "Macro+",
  14246. height: math.unit(240, "feet")
  14247. },
  14248. ]
  14249. )
  14250. };
  14251. characterMakers["Veski"] = () => {
  14252. return makeCharacter(
  14253. "Veski",
  14254. "Veski",
  14255. {
  14256. front: {
  14257. height: math.unit(6, "feet"),
  14258. weight: math.unit(150, "lb"),
  14259. name: "Front",
  14260. image: {
  14261. source: "./media/characters/veski/front.svg",
  14262. extra: 1299/1225,
  14263. bottom: 0.04
  14264. }
  14265. },
  14266. back: {
  14267. height: math.unit(6, "feet"),
  14268. weight: math.unit(150, "lb"),
  14269. name: "Back",
  14270. image: {
  14271. source: "./media/characters/veski/back.svg",
  14272. extra: 1299/1225,
  14273. bottom: 0.008
  14274. }
  14275. },
  14276. maw: {
  14277. height: math.unit(1.5 * 1.21, "feet"),
  14278. name: "Maw",
  14279. image: {
  14280. source: "./media/characters/veski/maw.svg"
  14281. }
  14282. },
  14283. },
  14284. [
  14285. {
  14286. name: "Macro",
  14287. height: math.unit(2, "km"),
  14288. default: true
  14289. },
  14290. ]
  14291. )
  14292. };
  14293. characterMakers["Isabelle"] = () => {
  14294. return makeCharacter(
  14295. "Isabelle",
  14296. "evilwithin",
  14297. {
  14298. front: {
  14299. height: math.unit(5 + 7/12, "feet"),
  14300. name: "Front",
  14301. image: {
  14302. source: "./media/characters/isabelle/front.svg",
  14303. extra: 2130/1976,
  14304. bottom: 0.05
  14305. }
  14306. },
  14307. },
  14308. [
  14309. {
  14310. name: "Supermicro",
  14311. height: math.unit(10, "micrometers")
  14312. },
  14313. {
  14314. name: "Micro",
  14315. height: math.unit(1, "inch")
  14316. },
  14317. {
  14318. name: "Tiny",
  14319. height: math.unit(5, "inches")
  14320. },
  14321. {
  14322. name: "Standard",
  14323. height: math.unit(5 + 7/12, "inches")
  14324. },
  14325. {
  14326. name: "Macro",
  14327. height: math.unit(80, "meters"),
  14328. default: true
  14329. },
  14330. {
  14331. name: "Megamacro",
  14332. height: math.unit(250, "meters")
  14333. },
  14334. {
  14335. name: "Gigamacro",
  14336. height: math.unit(5, "km")
  14337. },
  14338. {
  14339. name: "Cosmic",
  14340. height: math.unit(2.5e6, "miles")
  14341. },
  14342. ]
  14343. )
  14344. };
  14345. characterMakers["Hanzo"] = () => {
  14346. return makeCharacter(
  14347. "Hanzo",
  14348. "dragondruid",
  14349. {
  14350. front: {
  14351. height: math.unit(6, "feet"),
  14352. weight: math.unit(150, "lb"),
  14353. name: "Front",
  14354. image: {
  14355. source: "./media/characters/hanzo/front.svg",
  14356. extra: 374/344,
  14357. bottom: 0.02
  14358. }
  14359. },
  14360. },
  14361. [
  14362. {
  14363. name: "Normal",
  14364. height: math.unit(8, "feet"),
  14365. default: true
  14366. },
  14367. ]
  14368. )
  14369. };
  14370. characterMakers["Anna"] = () => {
  14371. return makeCharacter(
  14372. "Anna",
  14373. "dragondruid",
  14374. {
  14375. front: {
  14376. height: math.unit(7, "feet"),
  14377. weight: math.unit(130, "lb"),
  14378. name: "Front",
  14379. image: {
  14380. source: "./media/characters/anna/front.svg",
  14381. extra: 169/145,
  14382. bottom: 0.06
  14383. }
  14384. },
  14385. full: {
  14386. height: math.unit(4.96, "feet"),
  14387. weight: math.unit(220, "lb"),
  14388. name: "Full",
  14389. image: {
  14390. source: "./media/characters/anna/full.svg",
  14391. extra: 138/114,
  14392. bottom: 0.15
  14393. }
  14394. },
  14395. tongue: {
  14396. height: math.unit(2.53, "feet"),
  14397. name: "Tongue",
  14398. image: {
  14399. source: "./media/characters/anna/tongue.svg"
  14400. }
  14401. },
  14402. },
  14403. [
  14404. {
  14405. name: "Normal",
  14406. height: math.unit(7, "feet"),
  14407. default: true
  14408. },
  14409. ]
  14410. )
  14411. };
  14412. characterMakers["Ian Corvid"] = () => {
  14413. return makeCharacter(
  14414. "Ian Corvid",
  14415. "IanCorvid",
  14416. {
  14417. front: {
  14418. height: math.unit(7, "feet"),
  14419. weight: math.unit(150, "lb"),
  14420. name: "Front",
  14421. image: {
  14422. source: "./media/characters/ian-corvid/front.svg",
  14423. extra: 150/142,
  14424. bottom: 0.02
  14425. }
  14426. },
  14427. back: {
  14428. height: math.unit(7, "feet"),
  14429. weight: math.unit(150, "lb"),
  14430. name: "Back",
  14431. image: {
  14432. source: "./media/characters/ian-corvid/back.svg",
  14433. extra: 150/143,
  14434. bottom: 0.01
  14435. }
  14436. },
  14437. stomping: {
  14438. height: math.unit(7, "feet"),
  14439. weight: math.unit(150, "lb"),
  14440. name: "Stomping",
  14441. image: {
  14442. source: "./media/characters/ian-corvid/stomping.svg",
  14443. extra: 76/72
  14444. }
  14445. },
  14446. sitting: {
  14447. height: math.unit(7/1.8, "feet"),
  14448. weight: math.unit(150, "lb"),
  14449. name: "Sitting",
  14450. image: {
  14451. source: "./media/characters/ian-corvid/sitting.svg",
  14452. extra: 1400/1269,
  14453. bottom: 0.15
  14454. }
  14455. },
  14456. },
  14457. [
  14458. {
  14459. name: "Tiny Microw",
  14460. height: math.unit(1, "inch")
  14461. },
  14462. {
  14463. name: "Microw",
  14464. height: math.unit(6, "inches")
  14465. },
  14466. {
  14467. name: "Crow",
  14468. height: math.unit(7 + 1/12, "feet"),
  14469. default: true
  14470. },
  14471. {
  14472. name: "Macrow",
  14473. height: math.unit(176, "feet")
  14474. },
  14475. ]
  14476. )
  14477. };
  14478. characterMakers["Natalie Kellon"] = () => {
  14479. return makeCharacter(
  14480. "Natalie Kellon",
  14481. "lestrange110",
  14482. {
  14483. front: {
  14484. height: math.unit(5 + 7/12, "feet"),
  14485. weight: math.unit(147, "lb"),
  14486. name: "Front",
  14487. image: {
  14488. source: "./media/characters/natalie-kellon/front.svg",
  14489. extra: 1214/1141,
  14490. bottom: 0.02
  14491. }
  14492. },
  14493. },
  14494. [
  14495. {
  14496. name: "Micro",
  14497. height: math.unit(1/16, "inch")
  14498. },
  14499. {
  14500. name: "Tiny",
  14501. height: math.unit(4, "inches")
  14502. },
  14503. {
  14504. name: "Normal",
  14505. height: math.unit(5 + 7/12, "feet"),
  14506. default: true
  14507. },
  14508. {
  14509. name: "Amazon",
  14510. height: math.unit(12, "feet")
  14511. },
  14512. {
  14513. name: "Giantess",
  14514. height: math.unit(160, "meters")
  14515. },
  14516. {
  14517. name: "Titaness",
  14518. height: math.unit(800, "meters")
  14519. },
  14520. ]
  14521. )
  14522. };
  14523. characterMakers["Alluria"] = () => {
  14524. return makeCharacter(
  14525. "Alluria",
  14526. "Sir--Raptor",
  14527. {
  14528. front: {
  14529. height: math.unit(6, "feet"),
  14530. weight: math.unit(150, "lb"),
  14531. name: "Front",
  14532. image: {
  14533. source: "./media/characters/alluria/front.svg",
  14534. extra: 806/738,
  14535. bottom: 0.01
  14536. }
  14537. },
  14538. side: {
  14539. height: math.unit(6, "feet"),
  14540. weight: math.unit(150, "lb"),
  14541. name: "Side",
  14542. image: {
  14543. source: "./media/characters/alluria/side.svg",
  14544. extra: 800/750,
  14545. }
  14546. },
  14547. back: {
  14548. height: math.unit(6, "feet"),
  14549. weight: math.unit(150, "lb"),
  14550. name: "Back",
  14551. image: {
  14552. source: "./media/characters/alluria/back.svg",
  14553. extra: 806/738,
  14554. }
  14555. },
  14556. frontMaid: {
  14557. height: math.unit(6, "feet"),
  14558. weight: math.unit(150, "lb"),
  14559. name: "Front (Maid)",
  14560. image: {
  14561. source: "./media/characters/alluria/front-maid.svg",
  14562. extra: 806/738,
  14563. bottom: 0.01
  14564. }
  14565. },
  14566. sideMaid: {
  14567. height: math.unit(6, "feet"),
  14568. weight: math.unit(150, "lb"),
  14569. name: "Side (Maid)",
  14570. image: {
  14571. source: "./media/characters/alluria/side-maid.svg",
  14572. extra: 800/750,
  14573. bottom: 0.005
  14574. }
  14575. },
  14576. backMaid: {
  14577. height: math.unit(6, "feet"),
  14578. weight: math.unit(150, "lb"),
  14579. name: "Back (Maid)",
  14580. image: {
  14581. source: "./media/characters/alluria/back-maid.svg",
  14582. extra: 806/738,
  14583. }
  14584. },
  14585. },
  14586. [
  14587. {
  14588. name: "Micro",
  14589. height: math.unit(6, "inches"),
  14590. default: true
  14591. },
  14592. ]
  14593. )
  14594. };
  14595. characterMakers["Kyle"] = () => {
  14596. return makeCharacter(
  14597. "Kyle",
  14598. "Jasmith",
  14599. {
  14600. front: {
  14601. height: math.unit(6, "feet"),
  14602. weight: math.unit(150, "lb"),
  14603. name: "Front",
  14604. image: {
  14605. source: "./media/characters/kyle/front.svg",
  14606. extra: 1069/962,
  14607. bottom: 77.228/1727.45
  14608. }
  14609. },
  14610. },
  14611. [
  14612. {
  14613. name: "Macro",
  14614. height: math.unit(150, "feet"),
  14615. default: true
  14616. },
  14617. ]
  14618. )
  14619. };
  14620. characterMakers["Duncan"] = () => {
  14621. return makeCharacter(
  14622. "Duncan",
  14623. "Duncan",
  14624. {
  14625. front: {
  14626. height: math.unit(6, "feet"),
  14627. weight: math.unit(300, "lb"),
  14628. name: "Front",
  14629. image: {
  14630. source: "./media/characters/duncan/front.svg",
  14631. extra: 1650/1482,
  14632. bottom: 0.05
  14633. }
  14634. },
  14635. },
  14636. [
  14637. {
  14638. name: "Macro",
  14639. height: math.unit(100, "feet"),
  14640. default: true
  14641. },
  14642. ]
  14643. )
  14644. };
  14645. characterMakers["Memory"] = () => {
  14646. return makeCharacter(
  14647. "Memory",
  14648. "boringcactus",
  14649. {
  14650. front: {
  14651. height: math.unit(5 + 4/12, "feet"),
  14652. weight: math.unit(220, "lb"),
  14653. name: "Front",
  14654. image: {
  14655. source: "./media/characters/memory/front.svg",
  14656. extra: 3641/3545,
  14657. bottom: 0.03
  14658. }
  14659. },
  14660. back: {
  14661. height: math.unit(5 + 4/12, "feet"),
  14662. weight: math.unit(220, "lb"),
  14663. name: "Back",
  14664. image: {
  14665. source: "./media/characters/memory/back.svg",
  14666. extra: 3641/3545,
  14667. bottom: 0.025
  14668. }
  14669. },
  14670. frontSkirt: {
  14671. height: math.unit(5 + 4/12, "feet"),
  14672. weight: math.unit(220, "lb"),
  14673. name: "Front (Skirt)",
  14674. image: {
  14675. source: "./media/characters/memory/front-skirt.svg",
  14676. extra: 3641/3545,
  14677. bottom: 0.03
  14678. }
  14679. },
  14680. frontDress: {
  14681. height: math.unit(5 + 4/12, "feet"),
  14682. weight: math.unit(220, "lb"),
  14683. name: "Front (Dress)",
  14684. image: {
  14685. source: "./media/characters/memory/front-dress.svg",
  14686. extra: 3641/3545,
  14687. bottom: 0.03
  14688. }
  14689. },
  14690. },
  14691. [
  14692. {
  14693. name: "Micro",
  14694. height: math.unit(6, "inches"),
  14695. default: true
  14696. },
  14697. {
  14698. name: "Normal",
  14699. height: math.unit(5 + 4/12, "feet")
  14700. },
  14701. ]
  14702. )
  14703. };
  14704. characterMakers["Luno"] = () => {
  14705. return makeCharacter(
  14706. "Luno",
  14707. "Jamesy",
  14708. {
  14709. front: {
  14710. height: math.unit(4 + 11/12, "feet"),
  14711. weight: math.unit(100, "lb"),
  14712. name: "Front",
  14713. image: {
  14714. source: "./media/characters/luno/front.svg",
  14715. extra: 1535/1487,
  14716. bottom: 0.03
  14717. }
  14718. },
  14719. },
  14720. [
  14721. {
  14722. name: "Micro",
  14723. height: math.unit(3, "inches")
  14724. },
  14725. {
  14726. name: "Normal",
  14727. height: math.unit(4 + 11/12, "feet"),
  14728. default: true
  14729. },
  14730. {
  14731. name: "Macro",
  14732. height: math.unit(300, "feet")
  14733. },
  14734. {
  14735. name: "Megamacro",
  14736. height: math.unit(700, "miles")
  14737. },
  14738. ]
  14739. )
  14740. };
  14741. characterMakers["Jamesy"] = () => {
  14742. return makeCharacter(
  14743. "Jamesy",
  14744. "Jamesy",
  14745. {
  14746. front: {
  14747. height: math.unit(6 + 2/12, "feet"),
  14748. weight: math.unit(170, "lb"),
  14749. name: "Front",
  14750. image: {
  14751. source: "./media/characters/jamesy/front.svg",
  14752. extra: 440/382,
  14753. bottom: 0.005
  14754. }
  14755. },
  14756. },
  14757. [
  14758. {
  14759. name: "Micro",
  14760. height: math.unit(3, "inches")
  14761. },
  14762. {
  14763. name: "Normal",
  14764. height: math.unit(6 + 2/12, "feet"),
  14765. default: true
  14766. },
  14767. {
  14768. name: "Macro",
  14769. height: math.unit(300, "feet")
  14770. },
  14771. {
  14772. name: "Megamacro",
  14773. height: math.unit(700, "miles")
  14774. },
  14775. ]
  14776. )
  14777. };
  14778. characterMakers["Mark"] = () => {
  14779. return makeCharacter(
  14780. "Mark",
  14781. "ich",
  14782. {
  14783. front: {
  14784. height: math.unit(6, "feet"),
  14785. weight: math.unit(160, "lb"),
  14786. name: "Front",
  14787. image: {
  14788. source: "./media/characters/mark/front.svg",
  14789. extra: 3300/3100,
  14790. bottom: 136.42/3440.47
  14791. }
  14792. },
  14793. },
  14794. [
  14795. {
  14796. name: "Macro",
  14797. height: math.unit(120, "meters")
  14798. },
  14799. {
  14800. name: "Bigger Macro",
  14801. height: math.unit(350, "meters")
  14802. },
  14803. {
  14804. name: "Megamacro",
  14805. height: math.unit(8, "km"),
  14806. default: true
  14807. },
  14808. {
  14809. name: "Continental",
  14810. height: math.unit(4550, "km")
  14811. },
  14812. {
  14813. name: "Planetary",
  14814. height: math.unit(65000, "km")
  14815. },
  14816. ]
  14817. )
  14818. };
  14819. characterMakers["Mac"] = () => {
  14820. return makeCharacter(
  14821. "Mac",
  14822. "Macroceli",
  14823. {
  14824. front: {
  14825. height: math.unit(6, "feet"),
  14826. weight: math.unit(400, "lb"),
  14827. name: "Front",
  14828. image: {
  14829. source: "./media/characters/mac/front.svg",
  14830. extra: 1048/987.7,
  14831. bottom: 60/1107.6,
  14832. }
  14833. },
  14834. },
  14835. [
  14836. {
  14837. name: "Macro",
  14838. height: math.unit(500, "feet"),
  14839. default: true
  14840. },
  14841. ]
  14842. )
  14843. };
  14844. characterMakers["Bari"] = () => {
  14845. return makeCharacter(
  14846. "Bari",
  14847. "Bariamph",
  14848. {
  14849. front: {
  14850. height: math.unit(5 + 2/12, "feet"),
  14851. weight: math.unit(190, "lb"),
  14852. name: "Front",
  14853. image: {
  14854. source: "./media/characters/bari/front.svg",
  14855. extra: 3156/2880,
  14856. bottom: 0.03
  14857. }
  14858. },
  14859. back: {
  14860. height: math.unit(5 + 2/12, "feet"),
  14861. weight: math.unit(190, "lb"),
  14862. name: "Back",
  14863. image: {
  14864. source: "./media/characters/bari/back.svg",
  14865. extra: 3260/2834,
  14866. bottom: 0.025
  14867. }
  14868. },
  14869. frontPlush: {
  14870. height: math.unit(5 + 2/12, "feet"),
  14871. weight: math.unit(190, "lb"),
  14872. name: "Front (Plush)",
  14873. image: {
  14874. source: "./media/characters/bari/front-plush.svg",
  14875. extra: 1112/1061,
  14876. bottom: 0.002
  14877. }
  14878. },
  14879. },
  14880. [
  14881. {
  14882. name: "Micro",
  14883. height: math.unit(3, "inches")
  14884. },
  14885. {
  14886. name: "Normal",
  14887. height: math.unit(5 + 2/12, "feet"),
  14888. default: true
  14889. },
  14890. {
  14891. name: "Macro",
  14892. height: math.unit(20, "feet")
  14893. },
  14894. ]
  14895. )
  14896. };
  14897. characterMakers["Hunter Misha Raven"] = () => {
  14898. return makeCharacter(
  14899. "Hunter Misha Raven",
  14900. "ashtrek",
  14901. {
  14902. front: {
  14903. height: math.unit(6 + 1/12, "feet"),
  14904. weight: math.unit(275, "lb"),
  14905. name: "Front",
  14906. image: {
  14907. source: "./media/characters/hunter-misha-raven/front.svg"
  14908. }
  14909. },
  14910. },
  14911. [
  14912. {
  14913. name: "Mortal",
  14914. height: math.unit(6 + 1/12, "feet")
  14915. },
  14916. {
  14917. name: "Divine",
  14918. height: math.unit(1.12134e34, "parsecs"),
  14919. default: true
  14920. },
  14921. ]
  14922. )
  14923. };
  14924. characterMakers["Max Calore"] = () => {
  14925. return makeCharacter(
  14926. "Max Calore",
  14927. "flamestar",
  14928. {
  14929. front: {
  14930. height: math.unit(6 + 3/12, "feet"),
  14931. weight: math.unit(220, "lb"),
  14932. name: "Front",
  14933. image: {
  14934. source: "./media/characters/max-calore/front.svg",
  14935. extra: 1700/1648,
  14936. bottom: 0.01
  14937. }
  14938. },
  14939. back: {
  14940. height: math.unit(6 + 3/12, "feet"),
  14941. weight: math.unit(220, "lb"),
  14942. name: "Back",
  14943. image: {
  14944. source: "./media/characters/max-calore/back.svg",
  14945. extra: 1700/1648,
  14946. bottom: 0.01
  14947. }
  14948. },
  14949. },
  14950. [
  14951. {
  14952. name: "Normal",
  14953. height: math.unit(6 + 3/12, "feet"),
  14954. default: true
  14955. },
  14956. ]
  14957. )
  14958. };
  14959. characterMakers["Aspen"] = () => {
  14960. return makeCharacter(
  14961. "Aspen",
  14962. "Fidchell",
  14963. {
  14964. side: {
  14965. height: math.unit(2 + 8/12, "feet"),
  14966. weight: math.unit(99, "lb"),
  14967. name: "Side",
  14968. image: {
  14969. source: "./media/characters/aspen/side.svg",
  14970. extra: 152/138,
  14971. bottom: 0.032
  14972. }
  14973. },
  14974. },
  14975. [
  14976. {
  14977. name: "Normal",
  14978. height: math.unit(2 + 8/12, "feet"),
  14979. default: true
  14980. },
  14981. ]
  14982. )
  14983. };
  14984. characterMakers["Sheila (Wolf)"] = () => {
  14985. return makeCharacter(
  14986. "Sheila (Wolf)",
  14987. "Fidchell",
  14988. {
  14989. side: {
  14990. height: math.unit(3 + 2/12, "feet"),
  14991. weight: math.unit(224, "lb"),
  14992. name: "Side",
  14993. image: {
  14994. source: "./media/characters/sheila-wolf/side.svg",
  14995. extra: 179/166,
  14996. bottom: 0.03
  14997. }
  14998. },
  14999. },
  15000. [
  15001. {
  15002. name: "Normal",
  15003. height: math.unit(3 + 2/12, "feet"),
  15004. default: true
  15005. },
  15006. ]
  15007. )
  15008. };
  15009. characterMakers["Michelle"] = () => {
  15010. return makeCharacter(
  15011. "Michelle",
  15012. "Fidchell",
  15013. {
  15014. side: {
  15015. height: math.unit(1 + 9/12, "feet"),
  15016. weight: math.unit(38, "lb"),
  15017. name: "Side",
  15018. image: {
  15019. source: "./media/characters/michelle/side.svg",
  15020. extra: 147/136.7,
  15021. bottom: 0.03
  15022. }
  15023. },
  15024. },
  15025. [
  15026. {
  15027. name: "Normal",
  15028. height: math.unit(1 + 9/12, "feet"),
  15029. default: true
  15030. },
  15031. ]
  15032. )
  15033. };
  15034. characterMakers["Nino"] = () => {
  15035. return makeCharacter(
  15036. "Nino",
  15037. "Fidchell",
  15038. {
  15039. front: {
  15040. height: math.unit(1 + 1/12, "feet"),
  15041. weight: math.unit(18, "lb"),
  15042. name: "Front",
  15043. image: {
  15044. source: "./media/characters/nino/front.svg"
  15045. }
  15046. },
  15047. },
  15048. [
  15049. {
  15050. name: "Normal",
  15051. height: math.unit(1 + 1/12, "feet"),
  15052. default: true
  15053. },
  15054. ]
  15055. )
  15056. };
  15057. characterMakers["Viola"] = () => {
  15058. return makeCharacter(
  15059. "Viola",
  15060. "Fidchell",
  15061. {
  15062. front: {
  15063. height: math.unit(1, "feet"),
  15064. weight: math.unit(16, "lb"),
  15065. name: "Front",
  15066. image: {
  15067. source: "./media/characters/viola/front.svg"
  15068. }
  15069. },
  15070. },
  15071. [
  15072. {
  15073. name: "Normal",
  15074. height: math.unit(1, "feet"),
  15075. default: true
  15076. },
  15077. ]
  15078. )
  15079. };
  15080. characterMakers["Atlas"] = () => {
  15081. return makeCharacter(
  15082. "Atlas",
  15083. "Fidchell",
  15084. {
  15085. front: {
  15086. height: math.unit(6 + 5/12, "feet"),
  15087. weight: math.unit(580, "lb"),
  15088. name: "Front",
  15089. image: {
  15090. source: "./media/characters/atlas/front.svg",
  15091. extra: 298.5/290,
  15092. bottom: 0.015
  15093. }
  15094. },
  15095. },
  15096. [
  15097. {
  15098. name: "Normal",
  15099. height: math.unit(6 + 5/12, "feet"),
  15100. default: true
  15101. },
  15102. ]
  15103. )
  15104. };
  15105. characterMakers["Davy"] = () => {
  15106. return makeCharacter(
  15107. "Davy",
  15108. "Fidchell",
  15109. {
  15110. side: {
  15111. height: math.unit(1 + 10/12, "feet"),
  15112. weight: math.unit(25, "lb"),
  15113. name: "Side",
  15114. image: {
  15115. source: "./media/characters/davy/side.svg",
  15116. extra: 200/170,
  15117. bottom: 0.01
  15118. }
  15119. },
  15120. },
  15121. [
  15122. {
  15123. name: "Normal",
  15124. height: math.unit(1 + 10/12, "feet"),
  15125. default: true
  15126. },
  15127. ]
  15128. )
  15129. };
  15130. characterMakers["Fiona"] = () => {
  15131. return makeCharacter(
  15132. "Fiona",
  15133. "Fidchell",
  15134. {
  15135. side: {
  15136. height: math.unit(4 + 8/12, "feet"),
  15137. weight: math.unit(166, "lb"),
  15138. name: "Side",
  15139. image: {
  15140. source: "./media/characters/fiona/side.svg",
  15141. extra: 232/220,
  15142. bottom: 0.03
  15143. }
  15144. },
  15145. },
  15146. [
  15147. {
  15148. name: "Normal",
  15149. height: math.unit(4 + 8/12, "feet"),
  15150. default: true
  15151. },
  15152. ]
  15153. )
  15154. };
  15155. characterMakers["Lyla"] = () => {
  15156. return makeCharacter(
  15157. "Lyla",
  15158. "Fidchell",
  15159. {
  15160. front: {
  15161. height: math.unit(2, "feet"),
  15162. weight: math.unit(62, "lb"),
  15163. name: "Front",
  15164. image: {
  15165. source: "./media/characters/lyla/front.svg",
  15166. bottom: 0.1
  15167. }
  15168. },
  15169. },
  15170. [
  15171. {
  15172. name: "Normal",
  15173. height: math.unit(2, "feet")
  15174. },
  15175. ]
  15176. )
  15177. };
  15178. characterMakers["Perseus"] = () => {
  15179. return makeCharacter(
  15180. "Perseus",
  15181. "Fidchell",
  15182. {
  15183. side: {
  15184. height: math.unit(1.8, "feet"),
  15185. weight: math.unit(44, "lb"),
  15186. name: "Side",
  15187. image: {
  15188. source: "./media/characters/perseus/side.svg",
  15189. bottom: 0.21
  15190. }
  15191. },
  15192. },
  15193. [
  15194. {
  15195. name: "Normal",
  15196. height: math.unit(1.8, "feet")
  15197. },
  15198. ]
  15199. )
  15200. };
  15201. characterMakers["Remus"] = () => {
  15202. return makeCharacter(
  15203. "Remus",
  15204. "Fidchell",
  15205. {
  15206. side: {
  15207. height: math.unit(4 + 2/12, "feet"),
  15208. weight: math.unit(20, "lb"),
  15209. name: "Side",
  15210. image: {
  15211. source: "./media/characters/remus/side.svg"
  15212. }
  15213. },
  15214. },
  15215. [
  15216. {
  15217. name: "Normal",
  15218. height: math.unit(4 + 2/12, "feet")
  15219. },
  15220. ]
  15221. )
  15222. };
  15223. characterMakers["Raf"] = () => {
  15224. return makeCharacter(
  15225. "Raf",
  15226. "the_raf",
  15227. {
  15228. front: {
  15229. height: math.unit(4 + 11/12, "feet"),
  15230. weight: math.unit(114, "lb"),
  15231. name: "Front",
  15232. image: {
  15233. source: "./media/characters/raf/front.svg",
  15234. bottom: 0.01
  15235. }
  15236. },
  15237. side: {
  15238. height: math.unit(4 + 11/12, "feet"),
  15239. weight: math.unit(114, "lb"),
  15240. name: "Side",
  15241. image: {
  15242. source: "./media/characters/raf/side.svg",
  15243. bottom: 0.005
  15244. }
  15245. },
  15246. },
  15247. [
  15248. {
  15249. name: "Micro",
  15250. height: math.unit(2, "inches")
  15251. },
  15252. {
  15253. name: "Normal",
  15254. height: math.unit(4 + 11/12, "feet"),
  15255. default: true
  15256. },
  15257. {
  15258. name: "Macro",
  15259. height: math.unit(70, "feet")
  15260. },
  15261. ]
  15262. )
  15263. };
  15264. characterMakers["Liam Einarr"] = () => {
  15265. return makeCharacter(
  15266. "Liam Einarr",
  15267. "LiamEinarr",
  15268. {
  15269. front: {
  15270. height: math.unit(1.5, "meters"),
  15271. weight: math.unit(68, "kg"),
  15272. name: "Front",
  15273. image: {
  15274. source: "./media/characters/liam-einarr/front.svg",
  15275. extra: 2822/2666
  15276. }
  15277. },
  15278. back: {
  15279. height: math.unit(1.5, "meters"),
  15280. weight: math.unit(68, "kg"),
  15281. name: "Back",
  15282. image: {
  15283. source: "./media/characters/liam-einarr/back.svg",
  15284. extra: 2822/2666,
  15285. bottom: 0.015
  15286. }
  15287. },
  15288. },
  15289. [
  15290. {
  15291. name: "Normal",
  15292. height: math.unit(1.5, "meters"),
  15293. default: true
  15294. },
  15295. {
  15296. name: "Macro",
  15297. height: math.unit(150, "meters")
  15298. },
  15299. {
  15300. name: "Megamacro",
  15301. height: math.unit(35, "km")
  15302. },
  15303. ]
  15304. )
  15305. };
  15306. characterMakers["Linda"] = () => {
  15307. return makeCharacter(
  15308. "Linda",
  15309. "Dalken",
  15310. {
  15311. front: {
  15312. height: math.unit(6, "feet"),
  15313. weight: math.unit(75, "kg"),
  15314. name: "Front",
  15315. image: {
  15316. source: "./media/characters/linda/front.svg",
  15317. extra: 930/874,
  15318. bottom: 0.004
  15319. }
  15320. },
  15321. },
  15322. [
  15323. {
  15324. name: "Normal",
  15325. height: math.unit(6, "feet"),
  15326. default: true
  15327. },
  15328. ]
  15329. )
  15330. };
  15331. characterMakers["Caylex"] = () => {
  15332. return makeCharacter(
  15333. "Caylex",
  15334. "ArgentVZ",
  15335. {
  15336. front: {
  15337. height: math.unit(6 + 8/12, "feet"),
  15338. weight: math.unit(220, "lb"),
  15339. name: "Front",
  15340. image: {
  15341. source: "./media/characters/caylex/front.svg",
  15342. extra: 821/772,
  15343. bottom: 0.07
  15344. }
  15345. },
  15346. back: {
  15347. height: math.unit(6 + 8/12, "feet"),
  15348. weight: math.unit(220, "lb"),
  15349. name: "Back",
  15350. image: {
  15351. source: "./media/characters/caylex/back.svg",
  15352. extra: 821/772,
  15353. bottom: 0.022
  15354. }
  15355. },
  15356. hand: {
  15357. height: math.unit(1.25, "feet"),
  15358. name: "Hand",
  15359. image: {
  15360. source: "./media/characters/caylex/hand.svg"
  15361. }
  15362. },
  15363. foot: {
  15364. height: math.unit(1.6, "feet"),
  15365. name: "Foot",
  15366. image: {
  15367. source: "./media/characters/caylex/foot.svg"
  15368. }
  15369. },
  15370. armored: {
  15371. height: math.unit(6 + 8/12, "feet"),
  15372. weight: math.unit(250, "lb"),
  15373. name: "Armored",
  15374. image: {
  15375. source: "./media/characters/caylex/armored.svg",
  15376. extra: 1420/1310,
  15377. bottom: 0.045
  15378. }
  15379. },
  15380. },
  15381. [
  15382. {
  15383. name: "Normal",
  15384. height: math.unit(6 + 8/12, "feet"),
  15385. default: true
  15386. },
  15387. {
  15388. name: "Normal+",
  15389. height: math.unit(12, "feet")
  15390. },
  15391. ]
  15392. )
  15393. };
  15394. characterMakers["Alana"] = () => {
  15395. return makeCharacter(
  15396. "Alana",
  15397. "Adeleide",
  15398. {
  15399. front: {
  15400. height: math.unit(7 + 6/12, "feet"),
  15401. weight: math.unit(288, "lb"),
  15402. name: "Front",
  15403. image: {
  15404. source: "./media/characters/alana/front.svg",
  15405. extra: 679/653,
  15406. bottom: 22.5/701
  15407. }
  15408. },
  15409. },
  15410. [
  15411. {
  15412. name: "Normal",
  15413. height: math.unit(7 + 6/12, "feet")
  15414. },
  15415. {
  15416. name: "Large",
  15417. height: math.unit(50, "feet")
  15418. },
  15419. {
  15420. name: "Macro",
  15421. height: math.unit(100, "feet"),
  15422. default: true
  15423. },
  15424. {
  15425. name: "Macro+",
  15426. height: math.unit(200, "feet")
  15427. },
  15428. ]
  15429. )
  15430. };
  15431. characterMakers["Hasani"] = () => {
  15432. return makeCharacter(
  15433. "Hasani",
  15434. "BishopBun",
  15435. {
  15436. front: {
  15437. height: math.unit(6 + 1/12, "feet"),
  15438. weight: math.unit(210, "lb"),
  15439. name: "Front",
  15440. image: {
  15441. source: "./media/characters/hasani/front.svg",
  15442. extra: 244/232,
  15443. bottom: 0.01
  15444. }
  15445. },
  15446. back: {
  15447. height: math.unit(6 + 1/12, "feet"),
  15448. weight: math.unit(210, "lb"),
  15449. name: "Back",
  15450. image: {
  15451. source: "./media/characters/hasani/back.svg",
  15452. extra: 244/232,
  15453. bottom: 0.01
  15454. }
  15455. },
  15456. },
  15457. [
  15458. {
  15459. name: "Normal",
  15460. height: math.unit(6 + 1/12, "feet")
  15461. },
  15462. {
  15463. name: "Macro",
  15464. height: math.unit(175, "feet"),
  15465. default: true
  15466. },
  15467. ]
  15468. )
  15469. };
  15470. characterMakers["Nita"] = () => {
  15471. return makeCharacter(
  15472. "Nita",
  15473. "Ich",
  15474. {
  15475. front: {
  15476. height: math.unit(1.82, "meters"),
  15477. weight: math.unit(140, "lb"),
  15478. name: "Front",
  15479. image: {
  15480. source: "./media/characters/nita/front.svg",
  15481. extra: 2473/2363,
  15482. bottom: 0.01
  15483. }
  15484. },
  15485. },
  15486. [
  15487. {
  15488. name: "Normal",
  15489. height: math.unit(1.82, "m")
  15490. },
  15491. {
  15492. name: "Macro",
  15493. height: math.unit(300, "m")
  15494. },
  15495. {
  15496. name: "Mistake Canon",
  15497. height: math.unit(0.5, "miles"),
  15498. default: true
  15499. },
  15500. {
  15501. name: "Big Mistake",
  15502. height: math.unit(13, "miles")
  15503. },
  15504. {
  15505. name: "Playing God",
  15506. height: math.unit(2450, "miles")
  15507. },
  15508. ]
  15509. )
  15510. };
  15511. characterMakers["Shiriko"] = () => {
  15512. return makeCharacter(
  15513. "Shiriko",
  15514. "Shiriko",
  15515. {
  15516. front: {
  15517. height: math.unit(4, "feet"),
  15518. weight: math.unit(120, "lb"),
  15519. name: "Front",
  15520. image: {
  15521. source: "./media/characters/shiriko/front.svg",
  15522. extra: 195/188
  15523. }
  15524. },
  15525. },
  15526. [
  15527. {
  15528. name: "Normal",
  15529. height: math.unit(4, "feet"),
  15530. default: true
  15531. },
  15532. ]
  15533. )
  15534. };
  15535. characterMakers["Deja"] = () => {
  15536. return makeCharacter(
  15537. "Deja",
  15538. "dejaroo",
  15539. {
  15540. front: {
  15541. height: math.unit(6, "feet"),
  15542. name: "front",
  15543. image: {
  15544. source: "./media/characters/deja/front.svg",
  15545. extra: 926/840,
  15546. bottom: 0.07
  15547. }
  15548. },
  15549. },
  15550. [
  15551. {
  15552. name: "Planck Length",
  15553. height: math.unit(1.6e-35, "meters")
  15554. },
  15555. {
  15556. name: "Normal",
  15557. height: math.unit(30.48, "meters"),
  15558. default: true
  15559. },
  15560. {
  15561. name: "Universal",
  15562. height: math.unit(8.8e26, "meters")
  15563. },
  15564. ]
  15565. )
  15566. };
  15567. characterMakers["Anima"] = () => {
  15568. return makeCharacter(
  15569. "Anima",
  15570. "Anima",
  15571. {
  15572. side: {
  15573. height: math.unit(8, "feet"),
  15574. weight: math.unit(6300, "lb"),
  15575. name: "Side",
  15576. image: {
  15577. source: "./media/characters/anima/side.svg",
  15578. bottom: 0.035
  15579. }
  15580. },
  15581. },
  15582. [
  15583. {
  15584. name: "Normal",
  15585. height: math.unit(8, "feet")
  15586. },
  15587. ]
  15588. )
  15589. };
  15590. characterMakers["Bianca"] = () => {
  15591. return makeCharacter(
  15592. "Bianca",
  15593. "Sdocat",
  15594. {
  15595. front: {
  15596. height: math.unit(8, "feet"),
  15597. weight: math.unit(350, "lb"),
  15598. name: "Front",
  15599. image: {
  15600. source: "./media/characters/bianca/front.svg",
  15601. extra: 234/225,
  15602. bottom: 0.03
  15603. }
  15604. },
  15605. },
  15606. [
  15607. {
  15608. name: "Normal",
  15609. height: math.unit(8, "feet"),
  15610. default: true
  15611. },
  15612. ]
  15613. )
  15614. };
  15615. characterMakers["Adinia"] = () => {
  15616. return makeCharacter(
  15617. "Adinia",
  15618. "Sdocat",
  15619. {
  15620. front: {
  15621. height: math.unit(6, "feet"),
  15622. weight: math.unit(150, "lb"),
  15623. name: "Front",
  15624. image: {
  15625. source: "./media/characters/adinia/front.svg",
  15626. extra: 1845/1672,
  15627. bottom: 0.02
  15628. }
  15629. },
  15630. back: {
  15631. height: math.unit(6, "feet"),
  15632. weight: math.unit(150, "lb"),
  15633. name: "Back",
  15634. image: {
  15635. source: "./media/characters/adinia/back.svg",
  15636. extra: 1845/1672,
  15637. bottom: 0.002
  15638. }
  15639. },
  15640. },
  15641. [
  15642. {
  15643. name: "Normal",
  15644. height: math.unit(11 + 5/12, "feet"),
  15645. default: true
  15646. },
  15647. ]
  15648. )
  15649. };
  15650. characterMakers["Lykasa"] = () => {
  15651. return makeCharacter(
  15652. "Lykasa",
  15653. "Roxas00137",
  15654. {
  15655. front: {
  15656. height: math.unit(3, "meters"),
  15657. weight: math.unit(200, "kg"),
  15658. name: "Front",
  15659. image: {
  15660. source: "./media/characters/lykasa/front.svg",
  15661. extra: 1076/976,
  15662. bottom: 0.06
  15663. }
  15664. },
  15665. },
  15666. [
  15667. {
  15668. name: "Normal",
  15669. height: math.unit(3, "meters")
  15670. },
  15671. {
  15672. name: "Kaiku",
  15673. height: math.unit(120, "meters"),
  15674. default: true
  15675. },
  15676. {
  15677. name: "Mega Kaiju",
  15678. height: math.unit(240, "km")
  15679. },
  15680. {
  15681. name: "Giga Kaiju",
  15682. height: math.unit(400, "megameters")
  15683. },
  15684. {
  15685. name: "Tera Kaiju",
  15686. height: math.unit(800, "gigameters")
  15687. },
  15688. {
  15689. name: "Kaiju Dragon Goddess",
  15690. height: math.unit(26, "zettaparsecs")
  15691. },
  15692. ]
  15693. )
  15694. };
  15695. characterMakers["Malfaren"] = () => {
  15696. return makeCharacter(
  15697. "Malfaren",
  15698. "Malfaren",
  15699. {
  15700. side: {
  15701. height: math.unit(283/124*6, "feet"),
  15702. weight: math.unit(35000, "lb"),
  15703. name: "Side",
  15704. image: {
  15705. source: "./media/characters/malfaren/side.svg",
  15706. extra: 2500/1010,
  15707. bottom: 0.01
  15708. }
  15709. },
  15710. front: {
  15711. height: math.unit(22.36, "feet"),
  15712. weight: math.unit(35000, "lb"),
  15713. name: "Front",
  15714. image: {
  15715. source: "./media/characters/malfaren/front.svg",
  15716. extra: 1631/1476,
  15717. bottom: 0.01
  15718. }
  15719. },
  15720. maw: {
  15721. height: math.unit(6.9, "feet"),
  15722. name: "Maw",
  15723. image: {
  15724. source: "./media/characters/malfaren/maw.svg"
  15725. }
  15726. },
  15727. },
  15728. [
  15729. {
  15730. name: "Big",
  15731. height: math.unit(283/162*6, "feet"),
  15732. },
  15733. {
  15734. name: "Bigger",
  15735. height: math.unit(283/124*6, "feet")
  15736. },
  15737. {
  15738. name: "Massive",
  15739. height: math.unit(283/92*6, "feet"),
  15740. default: true
  15741. },
  15742. {
  15743. name: "👀💦",
  15744. height: math.unit(283/73*6, "feet"),
  15745. },
  15746. ]
  15747. )
  15748. };
  15749. characterMakers["Kernel"] = () => {
  15750. return makeCharacter(
  15751. "Kernel",
  15752. "KernelDecoy",
  15753. {
  15754. front: {
  15755. height: math.unit(1.7, "m"),
  15756. weight: math.unit(70, "kg"),
  15757. name: "Front",
  15758. image: {
  15759. source: "./media/characters/kernel/front.svg",
  15760. extra: 222/210,
  15761. bottom: 0.007
  15762. }
  15763. },
  15764. },
  15765. [
  15766. {
  15767. name: "Nano",
  15768. height: math.unit(17, "micrometers")
  15769. },
  15770. {
  15771. name: "Micro",
  15772. height: math.unit(1.7, "mm")
  15773. },
  15774. {
  15775. name: "Small",
  15776. height: math.unit(1.7, "cm")
  15777. },
  15778. {
  15779. name: "Normal",
  15780. height: math.unit(1.7, "m")
  15781. },
  15782. ]
  15783. )
  15784. };
  15785. characterMakers["Jayne Folest"] = () => {
  15786. return makeCharacter(
  15787. "Jayne Folest",
  15788. "JayneFolest",
  15789. {
  15790. front: {
  15791. height: math.unit(1.75, "meters"),
  15792. weight: math.unit(65, "kg"),
  15793. name: "Front",
  15794. image: {
  15795. source: "./media/characters/jayne-folest/front.svg",
  15796. extra: 2115/2007,
  15797. bottom: 0.02
  15798. }
  15799. },
  15800. back: {
  15801. height: math.unit(1.75, "meters"),
  15802. weight: math.unit(65, "kg"),
  15803. name: "Back",
  15804. image: {
  15805. source: "./media/characters/jayne-folest/back.svg",
  15806. extra: 2115/2007,
  15807. bottom: 0.005
  15808. }
  15809. },
  15810. frontClothed: {
  15811. height: math.unit(1.75, "meters"),
  15812. weight: math.unit(65, "kg"),
  15813. name: "Front (Clothed)",
  15814. image: {
  15815. source: "./media/characters/jayne-folest/front-clothed.svg",
  15816. extra: 2115/2007,
  15817. bottom: 0.035
  15818. }
  15819. },
  15820. hand: {
  15821. height: math.unit(1/1.260, "feet"),
  15822. name: "Hand",
  15823. image: {
  15824. source: "./media/characters/jayne-folest/hand.svg"
  15825. }
  15826. },
  15827. foot: {
  15828. height: math.unit(1/0.918, "feet"),
  15829. name: "Foot",
  15830. image: {
  15831. source: "./media/characters/jayne-folest/foot.svg"
  15832. }
  15833. },
  15834. },
  15835. [
  15836. {
  15837. name: "Micro",
  15838. height: math.unit(4, "cm")
  15839. },
  15840. {
  15841. name: "Normal",
  15842. height: math.unit(1.75, "meters")
  15843. },
  15844. {
  15845. name: "Macro",
  15846. height: math.unit(47.5, "meters"),
  15847. default: true
  15848. },
  15849. ]
  15850. )
  15851. };
  15852. characterMakers["Algier"] = () => {
  15853. return makeCharacter(
  15854. "Algier",
  15855. "Silas",
  15856. {
  15857. front: {
  15858. height: math.unit(180, "cm"),
  15859. weight: math.unit(70, "kg"),
  15860. name: "Front",
  15861. image: {
  15862. source: "./media/characters/algier/front.svg",
  15863. extra: 596/572,
  15864. bottom: 0.04
  15865. }
  15866. },
  15867. back: {
  15868. height: math.unit(180, "cm"),
  15869. weight: math.unit(70, "kg"),
  15870. name: "Back",
  15871. image: {
  15872. source: "./media/characters/algier/back.svg",
  15873. extra: 596/572,
  15874. bottom: 0.025
  15875. }
  15876. },
  15877. frontdressed: {
  15878. height: math.unit(180, "cm"),
  15879. weight: math.unit(150, "kg"),
  15880. name: "Front-dressed",
  15881. image: {
  15882. source: "./media/characters/algier/front-dressed.svg",
  15883. extra: 596/572,
  15884. bottom: 0.038
  15885. }
  15886. },
  15887. },
  15888. [
  15889. {
  15890. name: "Micro",
  15891. height: math.unit(5, "cm")
  15892. },
  15893. {
  15894. name: "Normal",
  15895. height: math.unit(180, "cm"),
  15896. default: true
  15897. },
  15898. {
  15899. name: "Macro",
  15900. height: math.unit(64, "m")
  15901. },
  15902. ]
  15903. )
  15904. };
  15905. characterMakers["Pretzel"] = () => {
  15906. return makeCharacter(
  15907. "Pretzel",
  15908. "Serpentus",
  15909. {
  15910. upright: {
  15911. height: math.unit(7, "feet"),
  15912. weight: math.unit(300, "lb"),
  15913. name: "Upright",
  15914. image: {
  15915. source: "./media/characters/pretzel/upright.svg",
  15916. extra: 534/522,
  15917. bottom: 0.065
  15918. }
  15919. },
  15920. sprawling: {
  15921. height: math.unit(3.75, "feet"),
  15922. weight: math.unit(300, "lb"),
  15923. name: "Sprawling",
  15924. image: {
  15925. source: "./media/characters/pretzel/sprawling.svg",
  15926. extra: 314/281,
  15927. bottom: 0.1
  15928. }
  15929. },
  15930. tongue: {
  15931. height: math.unit(2, "feet"),
  15932. name: "Tongue",
  15933. image: {
  15934. source: "./media/characters/pretzel/tongue.svg"
  15935. }
  15936. },
  15937. },
  15938. [
  15939. {
  15940. name: "Normal",
  15941. height: math.unit(7, "feet"),
  15942. default: true
  15943. },
  15944. {
  15945. name: "Oversized",
  15946. height: math.unit(15, "feet")
  15947. },
  15948. {
  15949. name: "Huge",
  15950. height: math.unit(30, "feet")
  15951. },
  15952. {
  15953. name: "Macro",
  15954. height: math.unit(250, "feet")
  15955. },
  15956. ]
  15957. )
  15958. };
  15959. characterMakers["Roxi"] = () => {
  15960. return makeCharacter(
  15961. "Roxi",
  15962. "carthusflame",
  15963. {
  15964. sideFront: {
  15965. height: math.unit(5 + 2/12, "feet"),
  15966. weight: math.unit(120, "lb"),
  15967. name: "Front Side",
  15968. image: {
  15969. source: "./media/characters/roxi/side-front.svg",
  15970. extra: 2924/2717,
  15971. bottom: 0.08
  15972. }
  15973. },
  15974. sideBack: {
  15975. height: math.unit(5 + 2/12, "feet"),
  15976. weight: math.unit(120, "lb"),
  15977. name: "Back Side",
  15978. image: {
  15979. source: "./media/characters/roxi/side-back.svg",
  15980. extra: 2904/2693,
  15981. bottom: 0.06
  15982. }
  15983. },
  15984. front: {
  15985. height: math.unit(5 + 2/12, "feet"),
  15986. weight: math.unit(120, "lb"),
  15987. name: "Front",
  15988. image: {
  15989. source: "./media/characters/roxi/front.svg",
  15990. extra: 2028/1907,
  15991. bottom: 0.01
  15992. }
  15993. },
  15994. frontAlt: {
  15995. height: math.unit(5 + 2/12, "feet"),
  15996. weight: math.unit(120, "lb"),
  15997. name: "Front (Alt)",
  15998. image: {
  15999. source: "./media/characters/roxi/front-alt.svg",
  16000. extra: 1828/1798,
  16001. bottom: 0.01
  16002. }
  16003. },
  16004. sitting: {
  16005. height: math.unit(2.8, "feet"),
  16006. weight: math.unit(120, "lb"),
  16007. name: "Sitting",
  16008. image: {
  16009. source: "./media/characters/roxi/sitting.svg",
  16010. extra: 2660/2462,
  16011. bottom: 0.1
  16012. }
  16013. },
  16014. },
  16015. [
  16016. {
  16017. name: "Normal",
  16018. height: math.unit(5 + 2/12, "feet"),
  16019. default: true
  16020. },
  16021. ]
  16022. )
  16023. };
  16024. characterMakers["Shadow"] = () => {
  16025. return makeCharacter(
  16026. "Shadow",
  16027. "MKShadowdrake",
  16028. {
  16029. side: {
  16030. height: math.unit(55, "feet"),
  16031. weight: math.unit(30, "tons"),
  16032. name: "Side",
  16033. image: {
  16034. source: "./media/characters/shadow/side.svg",
  16035. extra: 701/628,
  16036. bottom: 0.02
  16037. }
  16038. },
  16039. flying: {
  16040. height: math.unit(145, "feet"),
  16041. weight: math.unit(30, "tons"),
  16042. name: "Flying",
  16043. image: {
  16044. source: "./media/characters/shadow/flying.svg"
  16045. }
  16046. },
  16047. },
  16048. [
  16049. {
  16050. name: "Normal",
  16051. height: math.unit(55, "feet"),
  16052. default: true
  16053. },
  16054. ]
  16055. )
  16056. };
  16057. //characters
  16058. function makeCharacters() {
  16059. const results = [];
  16060. Object.entries(characterMakers).forEach(([key, value]) => {
  16061. results.push({
  16062. name: key,
  16063. constructor: value
  16064. });
  16065. });
  16066. results.push({
  16067. name: "Aigey",
  16068. constructor: makeAigey
  16069. });
  16070. results.push({
  16071. name: "Malik",
  16072. constructor: makeMalik
  16073. });
  16074. results.push({
  16075. name: "Sefer",
  16076. constructor: makeSefer
  16077. });
  16078. return results;
  16079. }