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.
 
 
 

14870 lines
385 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. function makeNatasha() {
  835. const views = {
  836. side: {
  837. attributes: {
  838. height: {
  839. name: "Height",
  840. power: 1,
  841. type: "length",
  842. base: math.unit(6, "feet")
  843. },
  844. weight: {
  845. name: "Weight",
  846. power: 3,
  847. type: "mass",
  848. base: math.unit(75, "kg")
  849. }
  850. },
  851. image: {
  852. source: "./media/characters/natasha/front.svg"
  853. },
  854. name: "Side"
  855. }
  856. };
  857. const entity = makeEntity({ name: "Natasha", author: "Natasha" }, views, []);
  858. entity.sizes.push({
  859. name: "Normal",
  860. height: math.unit(5 + 5 / 12, "feet")
  861. });
  862. entity.sizes.push({
  863. name: "Large",
  864. height: math.unit(12, "feet")
  865. });
  866. entity.sizes.push({
  867. name: "Macro",
  868. height: math.unit(100, "feet")
  869. });
  870. entity.sizes.push({
  871. name: "Macro+",
  872. height: math.unit(260, "feet")
  873. });
  874. entity.sizes.push({
  875. name: "Macro++",
  876. height: math.unit(1, "mile")
  877. });
  878. entity.views[entity.defaultView].height = math.unit(100, "feet");
  879. return entity;
  880. }
  881. function makeMalik() {
  882. const views = {
  883. front: {
  884. attributes: {
  885. height: {
  886. name: "Height",
  887. power: 1,
  888. type: "length",
  889. base: math.unit(6, "feet")
  890. },
  891. weight: {
  892. name: "Weight",
  893. power: 3,
  894. type: "mass",
  895. base: math.unit(75, "kg")
  896. }
  897. },
  898. image: {
  899. source: "./media/characters/malik/front.svg"
  900. },
  901. name: "Front"
  902. },
  903. side: {
  904. attributes: {
  905. height: {
  906. name: "Height",
  907. power: 1,
  908. type: "length",
  909. base: math.unit(6, "feet")
  910. },
  911. weight: {
  912. name: "Weight",
  913. power: 3,
  914. type: "mass",
  915. base: math.unit(75, "kg")
  916. }
  917. },
  918. image: {
  919. extra: 1.1539,
  920. source: "./media/characters/malik/side.svg"
  921. },
  922. name: "Side"
  923. },
  924. back: {
  925. attributes: {
  926. height: {
  927. name: "Height",
  928. power: 1,
  929. type: "length",
  930. base: math.unit(6, "feet")
  931. },
  932. weight: {
  933. name: "Weight",
  934. power: 3,
  935. type: "mass",
  936. base: math.unit(75, "kg")
  937. }
  938. },
  939. image: {
  940. source: "./media/characters/malik/back.svg"
  941. },
  942. name: "Back"
  943. },
  944. };
  945. const entity = makeEntity({ name: "Malik", author: "Fuzzypaws" }, views, []);
  946. entity.sizes.push({
  947. name: "Macro",
  948. height: math.unit(156, "feet")
  949. });
  950. entity.sizes.push({
  951. name: "Macro+",
  952. height: math.unit(1188, "feet")
  953. });
  954. entity.views[entity.defaultView].height = math.unit(156, "feet");
  955. return entity;
  956. }
  957. function makeSefer() {
  958. const views = {
  959. front: {
  960. attributes: {
  961. height: {
  962. name: "Height",
  963. power: 1,
  964. type: "length",
  965. base: math.unit(6, "feet")
  966. },
  967. weight: {
  968. name: "Weight",
  969. power: 3,
  970. type: "mass",
  971. base: math.unit(75, "kg")
  972. }
  973. },
  974. image: {
  975. source: "./media/characters/sefer/front.svg"
  976. },
  977. name: "Front"
  978. },
  979. back: {
  980. attributes: {
  981. height: {
  982. name: "Height",
  983. power: 1,
  984. type: "length",
  985. base: math.unit(6, "feet")
  986. },
  987. weight: {
  988. name: "Weight",
  989. power: 3,
  990. type: "mass",
  991. base: math.unit(75, "kg")
  992. }
  993. },
  994. image: {
  995. source: "./media/characters/sefer/back.svg"
  996. },
  997. name: "Back"
  998. },
  999. };
  1000. const entity = makeEntity({ name: "Sefer", author: "Fuzzypaws" }, views, []);
  1001. entity.views[entity.defaultView].height = math.unit(6, "feet");
  1002. return entity;
  1003. }
  1004. characterMakers["North"] = () => {
  1005. return makeCharacter(
  1006. "North",
  1007. "chemicalcrux",
  1008. {
  1009. body: {
  1010. height: math.unit(2.2428, "meter"),
  1011. weight: math.unit(124.738, "kg"),
  1012. name: "Body",
  1013. image: {
  1014. extra: 1225 / 1050,
  1015. source: "./media/characters/north/front.svg"
  1016. }
  1017. }
  1018. },
  1019. [
  1020. {
  1021. name: "Micro",
  1022. height: math.unit(4, "inches")
  1023. },
  1024. {
  1025. name: "Macro",
  1026. height: math.unit(63, "meters")
  1027. },
  1028. {
  1029. name: "Megamacro",
  1030. height: math.unit(101, "miles"),
  1031. default: true
  1032. }
  1033. ]
  1034. )
  1035. };
  1036. characterMakers["Talan"] = () => {
  1037. return makeCharacter(
  1038. "Talan",
  1039. "talanstrider",
  1040. {
  1041. body: {
  1042. height: math.unit(2, "meter"),
  1043. weight: math.unit(70, "kg"),
  1044. name: "Body",
  1045. image: {
  1046. bottom: 0.02,
  1047. source: "./media/characters/talan/front.svg"
  1048. }
  1049. }
  1050. },
  1051. [
  1052. {
  1053. name: "Normal",
  1054. height: math.unit(4, "meters")
  1055. },
  1056. {
  1057. name: "Macro",
  1058. height: math.unit(100, "meters")
  1059. },
  1060. {
  1061. name: "Megamacro",
  1062. height: math.unit(2, "miles"),
  1063. default: true
  1064. },
  1065. {
  1066. name: "Gigamacro",
  1067. height: math.unit(5000, "miles")
  1068. },
  1069. {
  1070. name: "Teramacro",
  1071. height: math.unit(100, "parsecs")
  1072. }
  1073. ]
  1074. )
  1075. };
  1076. characterMakers["Gael'Rathus"] = () => {
  1077. return makeCharacter(
  1078. "Gael'Rathus",
  1079. "Kurrikage",
  1080. {
  1081. front: {
  1082. height: math.unit(2, "meter"),
  1083. weight: math.unit(90, "kg"),
  1084. name: "Front",
  1085. image: {
  1086. source: "./media/characters/gael'rathus/front.svg"
  1087. }
  1088. },
  1089. frontAlt: {
  1090. height: math.unit(2, "meter"),
  1091. weight: math.unit(90, "kg"),
  1092. name: "Front (alt)",
  1093. image: {
  1094. source: "./media/characters/gael'rathus/front-alt.svg"
  1095. }
  1096. },
  1097. frontAlt2: {
  1098. height: math.unit(2, "meter"),
  1099. weight: math.unit(90, "kg"),
  1100. name: "Front (alt 2)",
  1101. image: {
  1102. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1103. }
  1104. }
  1105. },
  1106. [
  1107. {
  1108. name: "Normal",
  1109. height: math.unit(9, "feet"),
  1110. default: true
  1111. },
  1112. {
  1113. name: "Large",
  1114. height: math.unit(25, "feet")
  1115. },
  1116. {
  1117. name: "Macro",
  1118. height: math.unit(0.25, "miles")
  1119. },
  1120. {
  1121. name: "Megamacro",
  1122. height: math.unit(10, "miles")
  1123. }
  1124. ]
  1125. )
  1126. };
  1127. characterMakers["Sosha"] = () => {
  1128. return makeCharacter(
  1129. "Sosha",
  1130. "Sdocat",
  1131. {
  1132. side: {
  1133. height: math.unit(2, "meter"),
  1134. weight: math.unit(140, "kg"),
  1135. name: "Side",
  1136. image: {
  1137. source: "./media/characters/sosha/side.svg"
  1138. }
  1139. },
  1140. },
  1141. [
  1142. {
  1143. name: "Normal",
  1144. height: math.unit(12, "feet"),
  1145. default: true
  1146. }
  1147. ]
  1148. )
  1149. };
  1150. characterMakers["Kurribird"] = () => {
  1151. return makeCharacter(
  1152. "Kurribird",
  1153. "Kurrikage",
  1154. {
  1155. front: {
  1156. height: math.unit(2, "meter"),
  1157. weight: math.unit(50, "kg"),
  1158. name: "Front",
  1159. image: {
  1160. source: "./media/characters/kurribird/front.svg",
  1161. bottom: 0.015
  1162. }
  1163. },
  1164. frontAlt: {
  1165. height: math.unit(1.5, "meter"),
  1166. weight: math.unit(50, "kg"),
  1167. name: "Front (Alt)",
  1168. image: {
  1169. source: "./media/characters/kurribird/front-alt.svg",
  1170. extra: 1.45
  1171. }
  1172. },
  1173. },
  1174. [
  1175. {
  1176. name: "Normal",
  1177. height: math.unit(7, "feet")
  1178. },
  1179. {
  1180. name: "Big",
  1181. height: math.unit(12, "feet"),
  1182. default: true
  1183. },
  1184. {
  1185. name: "Macro",
  1186. height: math.unit(1500, "feet")
  1187. },
  1188. {
  1189. name: "Megamacro",
  1190. height: math.unit(2, "miles")
  1191. }
  1192. ]
  1193. )
  1194. };
  1195. characterMakers["Elbial"] = () => {
  1196. return makeCharacter(
  1197. "Elbial",
  1198. "Neopuc",
  1199. {
  1200. front: {
  1201. height: math.unit(2, "meter"),
  1202. weight: math.unit(80, "kg"),
  1203. name: "Front",
  1204. image: {
  1205. source: "./media/characters/elbial/front.svg"
  1206. }
  1207. },
  1208. side: {
  1209. height: math.unit(2, "meter"),
  1210. weight: math.unit(80, "kg"),
  1211. name: "Side",
  1212. image: {
  1213. source: "./media/characters/elbial/side.svg"
  1214. }
  1215. },
  1216. back: {
  1217. height: math.unit(2, "meter"),
  1218. weight: math.unit(80, "kg"),
  1219. name: "Back",
  1220. image: {
  1221. source: "./media/characters/elbial/back.svg"
  1222. }
  1223. },
  1224. },
  1225. [
  1226. {
  1227. name: "Large",
  1228. height: math.unit(100, "feet")
  1229. },
  1230. {
  1231. name: "Macro",
  1232. height: math.unit(500, "feet"),
  1233. default: true
  1234. },
  1235. {
  1236. name: "Megamacro",
  1237. height: math.unit(10, "miles")
  1238. },
  1239. {
  1240. name: "Gigamacro",
  1241. height: math.unit(25000, "miles")
  1242. },
  1243. {
  1244. name: "Full-Size",
  1245. height: math.unit(8000000, "gigaparsecs")
  1246. }
  1247. ]
  1248. )
  1249. };
  1250. characterMakers["Noah"] = () => {
  1251. return makeCharacter(
  1252. "Noah",
  1253. "Neopuc",
  1254. {
  1255. front: {
  1256. height: math.unit(2, "meter"),
  1257. weight: math.unit(60, "kg"),
  1258. name: "Front",
  1259. image: {
  1260. source: "./media/characters/noah/front.svg"
  1261. }
  1262. },
  1263. talons: {
  1264. height: math.unit(0.315, "meter"),
  1265. name: "Talons",
  1266. image: {
  1267. source: "./media/characters/noah/talons.svg"
  1268. }
  1269. }
  1270. },
  1271. [
  1272. {
  1273. name: "Large",
  1274. height: math.unit(50, "feet")
  1275. },
  1276. {
  1277. name: "Macro",
  1278. height: math.unit(750, "feet"),
  1279. default: true
  1280. },
  1281. {
  1282. name: "Megamacro",
  1283. height: math.unit(50, "miles")
  1284. },
  1285. {
  1286. name: "Gigamacro",
  1287. height: math.unit(100000, "miles")
  1288. },
  1289. {
  1290. name: "Full-Size",
  1291. height: math.unit(3000000000, "miles")
  1292. }
  1293. ]
  1294. )
  1295. };
  1296. characterMakers["Natalya"] = () => {
  1297. return makeCharacter(
  1298. "Natalya",
  1299. "Neopuc",
  1300. {
  1301. front: {
  1302. height: math.unit(2, "meter"),
  1303. weight: math.unit(80, "kg"),
  1304. name: "Front",
  1305. image: {
  1306. source: "./media/characters/natalya/front.svg"
  1307. }
  1308. },
  1309. back: {
  1310. height: math.unit(2, "meter"),
  1311. weight: math.unit(80, "kg"),
  1312. name: "Back",
  1313. image: {
  1314. source: "./media/characters/natalya/back.svg"
  1315. }
  1316. }
  1317. },
  1318. [
  1319. {
  1320. name: "Normal",
  1321. height: math.unit(150, "feet"),
  1322. default: true
  1323. },
  1324. {
  1325. name: "Megamacro",
  1326. height: math.unit(5, "miles")
  1327. },
  1328. {
  1329. name: "Full-Size",
  1330. height: math.unit(600, "kiloparsecs")
  1331. }
  1332. ]
  1333. )
  1334. };
  1335. characterMakers["Erestrebah"] = () => {
  1336. return makeCharacter(
  1337. "Erestrebah",
  1338. "Kurrikage",
  1339. {
  1340. front: {
  1341. height: math.unit(2, "meter"),
  1342. weight: math.unit(50, "kg"),
  1343. name: "Front",
  1344. image: {
  1345. source: "./media/characters/erestrebah/front.svg"
  1346. }
  1347. },
  1348. back: {
  1349. height: math.unit(2, "meter"),
  1350. weight: math.unit(50, "kg"),
  1351. name: "Back",
  1352. image: {
  1353. source: "./media/characters/erestrebah/back.svg",
  1354. extra: 1.2139
  1355. }
  1356. }
  1357. },
  1358. [
  1359. {
  1360. name: "Normal",
  1361. height: math.unit(10, "feet")
  1362. },
  1363. {
  1364. name: "Large",
  1365. height: math.unit(50, "feet"),
  1366. default: true
  1367. },
  1368. {
  1369. name: "Macro",
  1370. height: math.unit(300, "feet")
  1371. },
  1372. {
  1373. name: "Macro+",
  1374. height: math.unit(750, "feet")
  1375. },
  1376. {
  1377. name: "Megamacro",
  1378. height: math.unit(3, "miles")
  1379. }
  1380. ]
  1381. )
  1382. };
  1383. characterMakers["Jennifer"] = () => {
  1384. return makeCharacter(
  1385. "Jennifer",
  1386. "Neopuc",
  1387. {
  1388. front: {
  1389. height: math.unit(2, "meter"),
  1390. weight: math.unit(80, "kg"),
  1391. name: "Front",
  1392. image: {
  1393. source: "./media/characters/jennifer/front.svg",
  1394. bottom: 0.11,
  1395. extra: 1.16
  1396. }
  1397. },
  1398. frontAlt: {
  1399. height: math.unit(2, "meter"),
  1400. weight: math.unit(80, "kg"),
  1401. name: "Front (Alt)",
  1402. image: {
  1403. source: "./media/characters/jennifer/front-alt.svg"
  1404. }
  1405. }
  1406. },
  1407. [
  1408. {
  1409. name: "Canon Height",
  1410. height: math.unit(120, "feet"),
  1411. default: true
  1412. },
  1413. {
  1414. name: "Macro+",
  1415. height: math.unit(300, "feet")
  1416. },
  1417. {
  1418. name: "Megamacro",
  1419. height: math.unit(20000, "feet")
  1420. }
  1421. ]
  1422. )
  1423. };
  1424. characterMakers["Kalista"] = () => {
  1425. return makeCharacter(
  1426. "Kalista",
  1427. "Kalista",
  1428. {
  1429. front: {
  1430. height: math.unit(2, "meter"),
  1431. weight: math.unit(50, "kg"),
  1432. name: "Front",
  1433. image: {
  1434. source: "./media/characters/kalista/front.svg",
  1435. extra: 1947/1700
  1436. }
  1437. },
  1438. back: {
  1439. height: math.unit(2, "meter"),
  1440. weight: math.unit(50, "kg"),
  1441. name: "Back",
  1442. image: {
  1443. source: "./media/characters/kalista/back.svg",
  1444. extra: 1366/1156
  1445. }
  1446. }
  1447. },
  1448. [
  1449. {
  1450. name: "Uncomfortably Small",
  1451. height: math.unit(10, "feet")
  1452. },
  1453. {
  1454. name: "Small",
  1455. height: math.unit(30, "feet")
  1456. },
  1457. {
  1458. name: "Macro",
  1459. height: math.unit(100, "feet"),
  1460. default: true
  1461. },
  1462. {
  1463. name: "Macro+",
  1464. height: math.unit(2000, "feet")
  1465. },
  1466. {
  1467. name: "True Form",
  1468. height: math.unit(8924, "miles")
  1469. }
  1470. ]
  1471. )
  1472. };
  1473. characterMakers["GiantGrowingVixen"] = () => {
  1474. return makeCharacter(
  1475. "GiantGrowingVixen",
  1476. "GiantGrowingVixen",
  1477. {
  1478. front: {
  1479. height: math.unit(2, "meter"),
  1480. weight: math.unit(120, "kg"),
  1481. name: "Front",
  1482. image: {
  1483. source: "./media/characters/ggv/front.svg"
  1484. }
  1485. },
  1486. side: {
  1487. height: math.unit(2, "meter"),
  1488. weight: math.unit(120, "kg"),
  1489. name: "Side",
  1490. image: {
  1491. source: "./media/characters/ggv/side.svg"
  1492. }
  1493. }
  1494. },
  1495. [
  1496. {
  1497. name: "Extremely Puny",
  1498. height: math.unit(9 + 5 / 12, "feet")
  1499. },
  1500. {
  1501. name: "Horribly Small",
  1502. height: math.unit(47.7, "miles"),
  1503. default: true
  1504. },
  1505. {
  1506. name: "Reasonably Sized",
  1507. height: math.unit(25000, "parsecs")
  1508. },
  1509. {
  1510. name: "Slightly Uncompressed",
  1511. height: math.unit(7.77e31, "parsecs")
  1512. },
  1513. {
  1514. name: "Omniversal",
  1515. height: math.unit(1e300, "meters")
  1516. },
  1517. ]
  1518. )
  1519. };
  1520. characterMakers["Napalm"] = () => {
  1521. return makeCharacter(
  1522. "Napalm",
  1523. "RathDaKrogan",
  1524. {
  1525. front: {
  1526. height: math.unit(2, "meter"),
  1527. weight: math.unit(75, "lb"),
  1528. name: "Front",
  1529. image: {
  1530. source: "./media/characters/napalm/front.svg"
  1531. }
  1532. },
  1533. back: {
  1534. height: math.unit(2, "meter"),
  1535. weight: math.unit(75, "lb"),
  1536. name: "Back",
  1537. image: {
  1538. source: "./media/characters/napalm/back.svg"
  1539. }
  1540. }
  1541. },
  1542. [
  1543. {
  1544. name: "Standard",
  1545. height: math.unit(55, "feet"),
  1546. default: true
  1547. }
  1548. ]
  1549. )
  1550. };
  1551. characterMakers["Asana"] = () => {
  1552. return makeCharacter(
  1553. "Asana",
  1554. "Asana",
  1555. {
  1556. front: {
  1557. height: math.unit(7 + 5 / 6, "feet"),
  1558. weight: math.unit(325, "lb"),
  1559. name: "Front",
  1560. image: {
  1561. source: "./media/characters/asana/front.svg",
  1562. extra: 1128 / 1068
  1563. }
  1564. },
  1565. back: {
  1566. height: math.unit(7 + 5 / 6, "feet"),
  1567. weight: math.unit(325, "lb"),
  1568. name: "Back",
  1569. image: {
  1570. source: "./media/characters/asana/back.svg",
  1571. extra: 1128 / 1068
  1572. }
  1573. },
  1574. },
  1575. [
  1576. {
  1577. name: "Standard",
  1578. height: math.unit(7 + 5 / 6, "feet"),
  1579. default: true
  1580. },
  1581. {
  1582. name: "Large",
  1583. height: math.unit(10, "meters")
  1584. },
  1585. {
  1586. name: "Macro",
  1587. height: math.unit(2500, "meters")
  1588. },
  1589. {
  1590. name: "Megamacro",
  1591. height: math.unit(5e6, "meters")
  1592. },
  1593. {
  1594. name: "Examacro",
  1595. height: math.unit(5e12, "lightyears")
  1596. },
  1597. {
  1598. name: "Max Size",
  1599. height: math.unit(1e31, "lightyears")
  1600. }
  1601. ]
  1602. )
  1603. };
  1604. characterMakers["Ebony"] = () => {
  1605. return makeCharacter(
  1606. "Ebony",
  1607. "Lazerwolf",
  1608. {
  1609. front: {
  1610. height: math.unit(2, "meter"),
  1611. weight: math.unit(60, "kg"),
  1612. name: "Front",
  1613. image: {
  1614. source: "./media/characters/ebony/front.svg",
  1615. bottom: 0.03,
  1616. extra: 1045 / 810 + 0.03
  1617. }
  1618. },
  1619. side: {
  1620. height: math.unit(2, "meter"),
  1621. weight: math.unit(60, "kg"),
  1622. name: "Side",
  1623. image: {
  1624. source: "./media/characters/ebony/side.svg",
  1625. bottom: 0.03,
  1626. extra: 1045 / 810 + 0.03
  1627. }
  1628. },
  1629. back: {
  1630. height: math.unit(2, "meter"),
  1631. weight: math.unit(60, "kg"),
  1632. name: "Back",
  1633. image: {
  1634. source: "./media/characters/ebony/back.svg",
  1635. bottom: 0.01,
  1636. extra: 1045 / 810 + 0.01
  1637. }
  1638. },
  1639. },
  1640. [
  1641. // TODO check why I did this lol
  1642. {
  1643. name: "Standard",
  1644. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1645. default: true
  1646. },
  1647. {
  1648. name: "Macro",
  1649. height: math.unit(200, "feet")
  1650. },
  1651. {
  1652. name: "Gigamacro",
  1653. height: math.unit(13000, "km")
  1654. }
  1655. ]
  1656. )
  1657. };
  1658. characterMakers["Mountain"] = () => {
  1659. return makeCharacter(
  1660. "Mountain",
  1661. "Asana",
  1662. {
  1663. front: {
  1664. height: math.unit(6, "feet"),
  1665. weight: math.unit(175, "lb"),
  1666. name: "Front",
  1667. image: {
  1668. source: "./media/characters/mountain/front.svg"
  1669. }
  1670. },
  1671. back: {
  1672. height: math.unit(6, "feet"),
  1673. weight: math.unit(175, "lb"),
  1674. name: "Back",
  1675. image: {
  1676. source: "./media/characters/mountain/back.svg"
  1677. }
  1678. },
  1679. },
  1680. [
  1681. {
  1682. name: "Large",
  1683. height: math.unit(20, "meters")
  1684. },
  1685. {
  1686. name: "Macro",
  1687. height: math.unit(300, "meters")
  1688. },
  1689. {
  1690. name: "Gigamacro",
  1691. height: math.unit(10000, "km"),
  1692. default: true
  1693. },
  1694. {
  1695. name: "Examacro",
  1696. height: math.unit(10e9, "lightyears")
  1697. }
  1698. ]
  1699. )
  1700. };
  1701. characterMakers["Rick"] = () => {
  1702. return makeCharacter(
  1703. "Rick",
  1704. "Victni",
  1705. {
  1706. front: {
  1707. height: math.unit(8, "feet"),
  1708. weight: math.unit(500, "lb"),
  1709. name: "Front",
  1710. image: {
  1711. source: "./media/characters/rick/front.svg"
  1712. }
  1713. }
  1714. },
  1715. [
  1716. {
  1717. name: "Normal",
  1718. height: math.unit(8, "feet"),
  1719. default: true
  1720. },
  1721. {
  1722. name: "Macro",
  1723. height: math.unit(5, "km")
  1724. }
  1725. ]
  1726. )
  1727. };
  1728. characterMakers["Ona"] = () => {
  1729. return makeCharacter(
  1730. "Ona",
  1731. "Arrogance127",
  1732. {
  1733. front: {
  1734. height: math.unit(8, "feet"),
  1735. weight: math.unit(120, "lb"),
  1736. name: "Front",
  1737. image: {
  1738. source: "./media/characters/ona/front.svg"
  1739. }
  1740. },
  1741. frontAlt: {
  1742. height: math.unit(8, "feet"),
  1743. weight: math.unit(120, "lb"),
  1744. name: "Front (Alt)",
  1745. image: {
  1746. source: "./media/characters/ona/front-alt.svg"
  1747. }
  1748. },
  1749. back: {
  1750. height: math.unit(8, "feet"),
  1751. weight: math.unit(120, "lb"),
  1752. name: "Back",
  1753. image: {
  1754. source: "./media/characters/ona/back.svg"
  1755. }
  1756. },
  1757. foot: {
  1758. height: math.unit(1.1, "feet"),
  1759. name: "Foot",
  1760. image: {
  1761. source: "./media/characters/ona/foot.svg"
  1762. }
  1763. }
  1764. },
  1765. [
  1766. {
  1767. name: "Megamacro",
  1768. height: math.unit(70, "km"),
  1769. default: true
  1770. },
  1771. {
  1772. name: "Gigamacro",
  1773. height: math.unit(681818, "miles")
  1774. },
  1775. {
  1776. name: "Examacro",
  1777. height: math.unit(3800000, "lightyears")
  1778. },
  1779. ]
  1780. )
  1781. };
  1782. characterMakers["Mech"] = () => {
  1783. return makeCharacter(
  1784. "Mech",
  1785. "mechEdragon",
  1786. {
  1787. front: {
  1788. height: math.unit(12, "feet"),
  1789. weight: math.unit(3000, "lb"),
  1790. name: "Front",
  1791. image: {
  1792. source: "./media/characters/mech/front.svg",
  1793. bottom: 0.025,
  1794. }
  1795. },
  1796. back: {
  1797. height: math.unit(12, "feet"),
  1798. weight: math.unit(3000, "lb"),
  1799. name: "Back",
  1800. image: {
  1801. source: "./media/characters/mech/back.svg",
  1802. bottom: 0.03,
  1803. }
  1804. }
  1805. },
  1806. [
  1807. {
  1808. name: "Normal",
  1809. height: math.unit(12, "feet")
  1810. },
  1811. {
  1812. name: "Macro",
  1813. height: math.unit(300, "feet"),
  1814. default: true
  1815. },
  1816. {
  1817. name: "Macro+",
  1818. height: math.unit(1500, "feet")
  1819. },
  1820. ]
  1821. )
  1822. };
  1823. characterMakers["Gregory"] = () => {
  1824. return makeCharacter(
  1825. "Gregory",
  1826. "GregoryKlippenspringer",
  1827. {
  1828. front: {
  1829. height: math.unit(1.3, "meter"),
  1830. weight: math.unit(30, "kg"),
  1831. name: "Front",
  1832. image: {
  1833. source: "./media/characters/gregory/front.svg",
  1834. }
  1835. }
  1836. },
  1837. [
  1838. {
  1839. name: "Normal",
  1840. height: math.unit(1.3, "meter"),
  1841. default: true
  1842. },
  1843. {
  1844. name: "Macro",
  1845. height: math.unit(20, "meter")
  1846. }
  1847. ]
  1848. )
  1849. };
  1850. characterMakers["Elory"] = () => {
  1851. return makeCharacter(
  1852. "Elory",
  1853. "GregoryKlippenspringer",
  1854. {
  1855. front: {
  1856. height: math.unit(2.8, "meter"),
  1857. weight: math.unit(200, "kg"),
  1858. name: "Front",
  1859. image: {
  1860. source: "./media/characters/elory/front.svg",
  1861. }
  1862. }
  1863. },
  1864. [
  1865. {
  1866. name: "Normal",
  1867. height: math.unit(2.8, "meter"),
  1868. default: true
  1869. },
  1870. {
  1871. name: "Macro",
  1872. height: math.unit(38, "meter")
  1873. }
  1874. ]
  1875. )
  1876. };
  1877. characterMakers["Angelpatamon"] = () => {
  1878. return makeCharacter(
  1879. "Angelpatamon",
  1880. "GregoryKlippenspringer",
  1881. {
  1882. front: {
  1883. height: math.unit(470, "feet"),
  1884. weight: math.unit(924, "tons"),
  1885. name: "Front",
  1886. image: {
  1887. source: "./media/characters/angelpatamon/front.svg",
  1888. }
  1889. }
  1890. },
  1891. [
  1892. {
  1893. name: "Normal",
  1894. height: math.unit(470, "feet"),
  1895. default: true
  1896. },
  1897. {
  1898. name: "Deity Size I",
  1899. height: math.unit(28651.2, "km")
  1900. },
  1901. {
  1902. name: "Deity Size II",
  1903. height: math.unit(171907.2, "km")
  1904. }
  1905. ]
  1906. )
  1907. };
  1908. characterMakers["Cryae"] = () => {
  1909. return makeCharacter(
  1910. "Cryae",
  1911. "GregoryKlippenspringer",
  1912. {
  1913. side: {
  1914. height: math.unit(7.2, "meter"),
  1915. weight: math.unit(8.2, "tons"),
  1916. name: "Side",
  1917. image: {
  1918. source: "./media/characters/cryae/side.svg",
  1919. extra: 3500 / 1500
  1920. }
  1921. }
  1922. },
  1923. [
  1924. {
  1925. name: "Normal",
  1926. height: math.unit(7.2, "meter"),
  1927. default: true
  1928. }
  1929. ]
  1930. )
  1931. };
  1932. characterMakers["Xera"] = () => {
  1933. return makeCharacter(
  1934. "Xera",
  1935. "Asana",
  1936. {
  1937. front: {
  1938. height: math.unit(6, "feet"),
  1939. weight: math.unit(175, "lb"),
  1940. name: "Front",
  1941. image: {
  1942. source: "./media/characters/xera/front.svg",
  1943. extra: 2300 / 2061
  1944. }
  1945. },
  1946. side: {
  1947. height: math.unit(6, "feet"),
  1948. weight: math.unit(175, "lb"),
  1949. name: "Side",
  1950. image: {
  1951. source: "./media/characters/xera/side.svg",
  1952. extra: 2300 / 2061
  1953. }
  1954. },
  1955. back: {
  1956. height: math.unit(6, "feet"),
  1957. weight: math.unit(175, "lb"),
  1958. name: "Back",
  1959. image: {
  1960. source: "./media/characters/xera/back.svg"
  1961. }
  1962. },
  1963. },
  1964. [
  1965. {
  1966. name: "Small",
  1967. height: math.unit(10, "feet")
  1968. },
  1969. {
  1970. name: "Macro",
  1971. height: math.unit(500, "meters"),
  1972. default: true
  1973. },
  1974. {
  1975. name: "Macro+",
  1976. height: math.unit(10, "km")
  1977. },
  1978. {
  1979. name: "Gigamacro",
  1980. height: math.unit(25000, "km")
  1981. },
  1982. {
  1983. name: "Teramacro",
  1984. height: math.unit(3e6, "km")
  1985. }
  1986. ]
  1987. )
  1988. };
  1989. characterMakers["Nebula"] = () => {
  1990. return makeCharacter(
  1991. "Nebula",
  1992. "Cilenomon",
  1993. {
  1994. front: {
  1995. height: math.unit(6, "feet"),
  1996. weight: math.unit(175, "lb"),
  1997. name: "Front",
  1998. image: {
  1999. source: "./media/characters/nebula/front.svg",
  2000. extra: 2600 / 2450
  2001. }
  2002. }
  2003. },
  2004. [
  2005. {
  2006. name: "Small",
  2007. height: math.unit(4.5, "meters")
  2008. },
  2009. {
  2010. name: "Macro",
  2011. height: math.unit(1500, "meters"),
  2012. default: true
  2013. },
  2014. {
  2015. name: "Megamacro",
  2016. height: math.unit(150, "km")
  2017. },
  2018. {
  2019. name: "Gigamacro",
  2020. height: math.unit(27000, "km")
  2021. }
  2022. ]
  2023. )
  2024. };
  2025. characterMakers["Abysgar"] = () => {
  2026. return makeCharacter(
  2027. "Abysgar",
  2028. "Cilenomon",
  2029. {
  2030. front: {
  2031. height: math.unit(6, "feet"),
  2032. weight: math.unit(225, "lb"),
  2033. name: "Front",
  2034. image: {
  2035. source: "./media/characters/abysgar/front.svg"
  2036. }
  2037. }
  2038. },
  2039. [
  2040. {
  2041. name: "Small",
  2042. height: math.unit(4.5, "meters")
  2043. },
  2044. {
  2045. name: "Macro",
  2046. height: math.unit(1250, "meters"),
  2047. default: true
  2048. },
  2049. {
  2050. name: "Megamacro",
  2051. height: math.unit(125, "km")
  2052. },
  2053. {
  2054. name: "Gigamacro",
  2055. height: math.unit(26000, "km")
  2056. }
  2057. ]
  2058. )
  2059. };
  2060. characterMakers["Yakuz"] = () => {
  2061. return makeCharacter(
  2062. "Yakuz",
  2063. "Cilenomon",
  2064. {
  2065. front: {
  2066. height: math.unit(6, "feet"),
  2067. weight: math.unit(180, "lb"),
  2068. name: "Front",
  2069. image: {
  2070. source: "./media/characters/yakuz/front.svg"
  2071. }
  2072. }
  2073. },
  2074. [
  2075. {
  2076. name: "Small",
  2077. height: math.unit(5, "meters")
  2078. },
  2079. {
  2080. name: "Macro",
  2081. height: math.unit(1500, "meters"),
  2082. default: true
  2083. },
  2084. {
  2085. name: "Megamacro",
  2086. height: math.unit(200, "km")
  2087. },
  2088. {
  2089. name: "Gigamacro",
  2090. height: math.unit(100000, "km")
  2091. }
  2092. ]
  2093. )
  2094. };
  2095. characterMakers["Mirova"] = () => {
  2096. return makeCharacter(
  2097. "Mirova",
  2098. "Cilenomon",
  2099. {
  2100. front: {
  2101. height: math.unit(6, "feet"),
  2102. weight: math.unit(175, "lb"),
  2103. name: "Front",
  2104. image: {
  2105. source: "./media/characters/mirova/front.svg"
  2106. }
  2107. }
  2108. },
  2109. [
  2110. {
  2111. name: "Small",
  2112. height: math.unit(5, "meters")
  2113. },
  2114. {
  2115. name: "Macro",
  2116. height: math.unit(900, "meters"),
  2117. default: true
  2118. },
  2119. {
  2120. name: "Megamacro",
  2121. height: math.unit(135, "km")
  2122. },
  2123. {
  2124. name: "Gigamacro",
  2125. height: math.unit(20000, "km")
  2126. }
  2127. ]
  2128. )
  2129. };
  2130. characterMakers["Asana (Mech)"] = () => {
  2131. return makeCharacter(
  2132. "Asana (Mech)",
  2133. "Asana",
  2134. {
  2135. side: {
  2136. height: math.unit(28.35, "feet"),
  2137. weight: math.unit(99.75, "tons"),
  2138. name: "Side",
  2139. image: {
  2140. source: "./media/characters/asana-mech/side.svg"
  2141. }
  2142. }
  2143. },
  2144. [
  2145. {
  2146. name: "Normal",
  2147. height: math.unit(28.35, "feet"),
  2148. default: true
  2149. },
  2150. {
  2151. name: "Macro",
  2152. height: math.unit(2500, "feet")
  2153. },
  2154. {
  2155. name: "Megamacro",
  2156. height: math.unit(25, "miles")
  2157. },
  2158. {
  2159. name: "Examacro",
  2160. height: math.unit(6e8, "lightyears")
  2161. },
  2162. ]
  2163. )
  2164. };
  2165. characterMakers["Ashtrek"] = () => {
  2166. return makeCharacter(
  2167. "Ashtrek",
  2168. "Ashtrek",
  2169. {
  2170. front: {
  2171. height: math.unit(2, "meters"),
  2172. weight: math.unit(70, "kg"),
  2173. name: "Front",
  2174. image: {
  2175. source: "./media/characters/ashtrek/front.svg",
  2176. extra: 560/524 ,
  2177. bottom: 0.01
  2178. }
  2179. },
  2180. frontArmor: {
  2181. height: math.unit(2, "meters"),
  2182. weight: math.unit(76, "kg"),
  2183. name: "Front (Armor)",
  2184. image: {
  2185. source: "./media/characters/ashtrek/front-armor.svg",
  2186. extra: 561/527 ,
  2187. bottom: 0.01
  2188. }
  2189. },
  2190. side: {
  2191. height: math.unit(2, "meters"),
  2192. weight: math.unit(70, "kg"),
  2193. name: "Side",
  2194. image: {
  2195. source: "./media/characters/ashtrek/side.svg",
  2196. extra: 1717/1609 ,
  2197. bottom: 0.005
  2198. }
  2199. },
  2200. back: {
  2201. height: math.unit(2, "meters"),
  2202. weight: math.unit(70, "kg"),
  2203. name: "Back",
  2204. image: {
  2205. source: "./media/characters/ashtrek/back.svg",
  2206. extra: 1570/1501
  2207. }
  2208. },
  2209. },
  2210. [
  2211. {
  2212. name: "DEFCON 5",
  2213. height: math.unit(5, "meters")
  2214. },
  2215. {
  2216. name: "DEFCON 4",
  2217. height: math.unit(500, "meters"),
  2218. default: true
  2219. },
  2220. {
  2221. name: "DEFCON 3",
  2222. height: math.unit(5, "km")
  2223. },
  2224. {
  2225. name: "DEFCON 2",
  2226. height: math.unit(500, "km")
  2227. },
  2228. {
  2229. name: "DEFCON 1",
  2230. height: math.unit(500000, "km")
  2231. },
  2232. {
  2233. name: "DEFCON 0",
  2234. height: math.unit(3, "gigaparsecs")
  2235. },
  2236. ]
  2237. )
  2238. };
  2239. characterMakers["Gale"] = () => {
  2240. return makeCharacter(
  2241. "Gale",
  2242. "GaleFierre",
  2243. {
  2244. front: {
  2245. height: math.unit(2, "meters"),
  2246. weight: math.unit(76, "kg"),
  2247. name: "Front",
  2248. image: {
  2249. source: "./media/characters/gale/front.svg"
  2250. }
  2251. },
  2252. frontAlt1: {
  2253. height: math.unit(2, "meters"),
  2254. weight: math.unit(76, "kg"),
  2255. name: "Front (Alt 1)",
  2256. image: {
  2257. source: "./media/characters/gale/front-alt-1.svg"
  2258. }
  2259. },
  2260. frontAlt2: {
  2261. height: math.unit(2, "meters"),
  2262. weight: math.unit(76, "kg"),
  2263. name: "Front (Alt 2)",
  2264. image: {
  2265. source: "./media/characters/gale/front-alt-2.svg"
  2266. }
  2267. },
  2268. },
  2269. [
  2270. {
  2271. name: "Normal",
  2272. height: math.unit(7, "feet")
  2273. },
  2274. {
  2275. name: "Macro",
  2276. height: math.unit(150, "feet"),
  2277. default: true
  2278. },
  2279. {
  2280. name: "Macro+",
  2281. height: math.unit(300, "feet")
  2282. },
  2283. ]
  2284. )
  2285. };
  2286. characterMakers["Draylen"] = () => {
  2287. return makeCharacter(
  2288. "Draylen",
  2289. "Longshot Coyote",
  2290. {
  2291. front: {
  2292. height: math.unit(2, "meters"),
  2293. weight: math.unit(76, "kg"),
  2294. name: "Front",
  2295. image: {
  2296. source: "./media/characters/draylen/front.svg"
  2297. }
  2298. }
  2299. },
  2300. [
  2301. {
  2302. name: "Macro",
  2303. height: math.unit(150, "feet"),
  2304. default: true
  2305. }
  2306. ]
  2307. )
  2308. };
  2309. characterMakers["Chez"] = () => {
  2310. return makeCharacter(
  2311. "Chez",
  2312. "Ashtrek",
  2313. {
  2314. front: {
  2315. height: math.unit(7 + 9 / 12, "feet"),
  2316. weight: math.unit(379, "lbs"),
  2317. name: "Front",
  2318. image: {
  2319. source: "./media/characters/chez/front.svg"
  2320. }
  2321. },
  2322. side: {
  2323. height: math.unit(7 + 9 / 12, "feet"),
  2324. weight: math.unit(379, "lbs"),
  2325. name: "Side",
  2326. image: {
  2327. source: "./media/characters/chez/side.svg"
  2328. }
  2329. }
  2330. },
  2331. [
  2332. {
  2333. name: "Normal",
  2334. height: math.unit(7 + 9 / 12, "feet"),
  2335. default: true
  2336. },
  2337. {
  2338. name: "God King",
  2339. height: math.unit(9750000, "meters")
  2340. }
  2341. ]
  2342. )
  2343. };
  2344. characterMakers["Kaylum"] = () => {
  2345. return makeCharacter(
  2346. "Kaylum",
  2347. "DJDarkJaro",
  2348. {
  2349. front: {
  2350. height: math.unit(6, "feet"),
  2351. weight: math.unit(275, "lbs"),
  2352. name: "Front",
  2353. image: {
  2354. source: "./media/characters/kaylum/front.svg",
  2355. bottom: 0.01,
  2356. extra: 1166 / 1031
  2357. }
  2358. },
  2359. frontWingless: {
  2360. height: math.unit(6, "feet"),
  2361. weight: math.unit(275, "lbs"),
  2362. name: "Front (Wingless)",
  2363. image: {
  2364. source: "./media/characters/kaylum/front-wingless.svg",
  2365. bottom: 0.01,
  2366. extra: 1117 / 1031
  2367. }
  2368. }
  2369. },
  2370. [
  2371. {
  2372. name: "Normal",
  2373. height: math.unit(3.05, "meters")
  2374. },
  2375. {
  2376. name: "Master",
  2377. height: math.unit(5.5, "meters")
  2378. },
  2379. {
  2380. name: "Rampage",
  2381. height: math.unit(19, "meters")
  2382. },
  2383. {
  2384. name: "Macro Lite",
  2385. height: math.unit(37, "meters")
  2386. },
  2387. {
  2388. name: "Hyper Predator",
  2389. height: math.unit(61, "meters")
  2390. },
  2391. {
  2392. name: "Macro",
  2393. height: math.unit(138, "meters"),
  2394. default: true
  2395. }
  2396. ]
  2397. )
  2398. };
  2399. characterMakers["Geta"] = () => {
  2400. return makeCharacter(
  2401. "Geta",
  2402. "Aeznon",
  2403. {
  2404. front: {
  2405. height: math.unit(6, "feet"),
  2406. weight: math.unit(150, "lbs"),
  2407. name: "Front",
  2408. image: {
  2409. source: "./media/characters/geta/front.svg"
  2410. }
  2411. }
  2412. },
  2413. [
  2414. {
  2415. name: "Micro",
  2416. height: math.unit(3, "inches"),
  2417. default: true
  2418. },
  2419. {
  2420. name: "Normal",
  2421. height: math.unit(5 + 5 / 12, "feet")
  2422. }
  2423. ]
  2424. )
  2425. };
  2426. characterMakers["Tyrnn"] = () => {
  2427. return makeCharacter(
  2428. "Tyrnn",
  2429. "Tyrnn",
  2430. {
  2431. front: {
  2432. height: math.unit(6, "feet"),
  2433. weight: math.unit(300, "lbs"),
  2434. name: "Front",
  2435. image: {
  2436. source: "./media/characters/tyrnn/front.svg"
  2437. }
  2438. }
  2439. },
  2440. [
  2441. {
  2442. name: "Main Height",
  2443. height: math.unit(355, "feet"),
  2444. default: true
  2445. },
  2446. {
  2447. name: "Fave. Height",
  2448. height: math.unit(2400, "feet")
  2449. }
  2450. ]
  2451. )
  2452. };
  2453. characterMakers["Apple"] = () => {
  2454. return makeCharacter(
  2455. "Apple",
  2456. "Appledectomy",
  2457. {
  2458. front: {
  2459. height: math.unit(6, "feet"),
  2460. weight: math.unit(300, "lbs"),
  2461. name: "Front",
  2462. image: {
  2463. source: "./media/characters/appledectomy/front.svg"
  2464. }
  2465. }
  2466. },
  2467. [
  2468. {
  2469. name: "Macro",
  2470. height: math.unit(2500, "feet")
  2471. },
  2472. {
  2473. name: "Megamacro",
  2474. height: math.unit(50, "miles"),
  2475. default: true
  2476. },
  2477. {
  2478. name: "Gigamacro",
  2479. height: math.unit(5000, "miles")
  2480. },
  2481. {
  2482. name: "Teramacro",
  2483. height: math.unit(250000, "miles")
  2484. },
  2485. ]
  2486. )
  2487. };
  2488. characterMakers["Vulpes"] = () => {
  2489. return makeCharacter(
  2490. "Vulpes",
  2491. "VulpesPawpad",
  2492. {
  2493. front: {
  2494. height: math.unit(6, "feet"),
  2495. weight: math.unit(200, "lbs"),
  2496. name: "Front",
  2497. image: {
  2498. source: "./media/characters/vulpes/front.svg"
  2499. }
  2500. },
  2501. side: {
  2502. height: math.unit(6, "feet"),
  2503. weight: math.unit(200, "lbs"),
  2504. name: "Side",
  2505. image: {
  2506. source: "./media/characters/vulpes/side.svg"
  2507. }
  2508. },
  2509. back: {
  2510. height: math.unit(6, "feet"),
  2511. weight: math.unit(200, "lbs"),
  2512. name: "Back",
  2513. image: {
  2514. source: "./media/characters/vulpes/back.svg"
  2515. }
  2516. },
  2517. feet: {
  2518. height: math.unit(1.276, "feet"),
  2519. name: "Feet",
  2520. image: {
  2521. source: "./media/characters/vulpes/feet.svg"
  2522. }
  2523. },
  2524. },
  2525. [
  2526. {
  2527. name: "Micro",
  2528. height: math.unit(2, "inches")
  2529. },
  2530. {
  2531. name: "Normal",
  2532. height: math.unit(6.3, "feet")
  2533. },
  2534. {
  2535. name: "Macro",
  2536. height: math.unit(850, "feet")
  2537. },
  2538. {
  2539. name: "Megamacro",
  2540. height: math.unit(7500, "feet"),
  2541. default: true
  2542. },
  2543. {
  2544. name: "Gigamacro",
  2545. height: math.unit(570000, "miles")
  2546. }
  2547. ]
  2548. )
  2549. };
  2550. characterMakers["Rain Fallen"] = () => {
  2551. return makeCharacter(
  2552. "Rain Fallen",
  2553. "Rain Fallen",
  2554. {
  2555. front: {
  2556. height: math.unit(6, "feet"),
  2557. weight: math.unit(210, "lbs"),
  2558. name: "Front",
  2559. image: {
  2560. source: "./media/characters/rain/front.svg"
  2561. }
  2562. },
  2563. side: {
  2564. height: math.unit(6, "feet"),
  2565. weight: math.unit(210, "lbs"),
  2566. name: "Side",
  2567. image: {
  2568. source: "./media/characters/rain/side.svg"
  2569. }
  2570. },
  2571. back: {
  2572. height: math.unit(6, "feet"),
  2573. weight: math.unit(210, "lbs"),
  2574. name: "Back",
  2575. image: {
  2576. source: "./media/characters/rain/back.svg"
  2577. }
  2578. },
  2579. feral: {
  2580. height: math.unit(9, "feet"),
  2581. weight: math.unit(700, "lbs"),
  2582. name: "Feral",
  2583. image: {
  2584. source: "./media/characters/rain/feral.svg"
  2585. }
  2586. },
  2587. },
  2588. [
  2589. {
  2590. name: "Normal",
  2591. height: math.unit(5, "meter")
  2592. },
  2593. {
  2594. name: "Macro",
  2595. height: math.unit(150, "meter"),
  2596. default: true
  2597. },
  2598. {
  2599. name: "Megamacro",
  2600. height: math.unit(278e6, "meter")
  2601. },
  2602. {
  2603. name: "Gigamacro",
  2604. height: math.unit(2e9, "meter")
  2605. },
  2606. {
  2607. name: "Teramacro",
  2608. height: math.unit(8e12, "meter")
  2609. },
  2610. {
  2611. name: "Devourer",
  2612. height: math.unit(14, "zettameters")
  2613. },
  2614. {
  2615. name: "Scarlet King",
  2616. height: math.unit(18, "yottameters")
  2617. },
  2618. {
  2619. name: "Void",
  2620. height: math.unit(6.66e66, "yottameters")
  2621. }
  2622. ]
  2623. )
  2624. };
  2625. characterMakers["Zaakira"] = () => {
  2626. return makeCharacter(
  2627. "Zaakira",
  2628. "Jazzywolf",
  2629. {
  2630. standing: {
  2631. height: math.unit(6, "feet"),
  2632. weight: math.unit(180, "lbs"),
  2633. name: "Standing",
  2634. image: {
  2635. source: "./media/characters/zaakira/standing.svg"
  2636. }
  2637. },
  2638. laying: {
  2639. height: math.unit(3, "feet"),
  2640. weight: math.unit(180, "lbs"),
  2641. name: "Laying",
  2642. image: {
  2643. source: "./media/characters/zaakira/laying.svg"
  2644. }
  2645. },
  2646. },
  2647. [
  2648. {
  2649. name: "Normal",
  2650. height: math.unit(12, "feet")
  2651. },
  2652. {
  2653. name: "Macro",
  2654. height: math.unit(279, "feet"),
  2655. default: true
  2656. }
  2657. ]
  2658. )
  2659. };
  2660. characterMakers["Sigvald"] = () => {
  2661. return makeCharacter(
  2662. "Sigvald",
  2663. "Sigvald",
  2664. {
  2665. front: {
  2666. height: math.unit(6, "feet"),
  2667. weight: math.unit(250, "lbs"),
  2668. name: "Front",
  2669. image: {
  2670. source: "./media/characters/sigvald/front.svg",
  2671. extra: 1000 / 850
  2672. }
  2673. },
  2674. back: {
  2675. height: math.unit(6, "feet"),
  2676. weight: math.unit(250, "lbs"),
  2677. name: "Back",
  2678. image: {
  2679. source: "./media/characters/sigvald/back.svg"
  2680. }
  2681. },
  2682. },
  2683. [
  2684. {
  2685. name: "Normal",
  2686. height: math.unit(8, "feet")
  2687. },
  2688. {
  2689. name: "Large",
  2690. height: math.unit(12, "feet")
  2691. },
  2692. {
  2693. name: "Larger",
  2694. height: math.unit(20, "feet")
  2695. },
  2696. {
  2697. name: "Macro",
  2698. height: math.unit(150, "feet")
  2699. },
  2700. {
  2701. name: "Macro+",
  2702. height: math.unit(200, "feet"),
  2703. default: true
  2704. },
  2705. ]
  2706. )
  2707. };
  2708. characterMakers["Scott"] = () => {
  2709. return makeCharacter(
  2710. "Scott",
  2711. "Scott",
  2712. {
  2713. side: {
  2714. height: math.unit(12, "feet"),
  2715. weight: math.unit(3000, "lbs"),
  2716. name: "Side",
  2717. image: {
  2718. source: "./media/characters/scott/side.svg",
  2719. extra: 1,
  2720. bottom: 0.069
  2721. }
  2722. },
  2723. upright: {
  2724. height: math.unit(12, "feet"),
  2725. weight: math.unit(3000, "lbs"),
  2726. name: "Upright",
  2727. image: {
  2728. source: "./media/characters/scott/upright.svg",
  2729. extra: 1,
  2730. bottom: 0.05
  2731. }
  2732. },
  2733. },
  2734. [
  2735. {
  2736. name: "Normal",
  2737. height: math.unit(12, "feet"),
  2738. default: true
  2739. },
  2740. ]
  2741. )
  2742. };
  2743. characterMakers["Tobias"] = () => {
  2744. return makeCharacter(
  2745. "Tobias",
  2746. "Tobias",
  2747. {
  2748. side: {
  2749. height: math.unit(8, "meters"),
  2750. weight: math.unit(84755, "lbs"),
  2751. name: "Side",
  2752. image: {
  2753. source: "./media/characters/tobias/side.svg",
  2754. extra: 5 / 4
  2755. }
  2756. },
  2757. },
  2758. [
  2759. {
  2760. name: "Normal",
  2761. height: math.unit(8, "meters"),
  2762. default: true
  2763. },
  2764. ]
  2765. )
  2766. };
  2767. characterMakers["Kieran"] = () => {
  2768. return makeCharacter(
  2769. "Kieran",
  2770. "Kieran",
  2771. {
  2772. front: {
  2773. height: math.unit(5.5, "feet"),
  2774. weight: math.unit(400, "lbs"),
  2775. name: "Front",
  2776. image: {
  2777. source: "./media/characters/kieran/front.svg",
  2778. extra: 1.05
  2779. }
  2780. },
  2781. side: {
  2782. height: math.unit(5.5, "feet"),
  2783. weight: math.unit(400, "lbs"),
  2784. name: "Side",
  2785. image: {
  2786. source: "./media/characters/kieran/side.svg",
  2787. extra: 950 / 850
  2788. }
  2789. },
  2790. },
  2791. [
  2792. {
  2793. name: "Normal",
  2794. height: math.unit(5.5, "feet"),
  2795. default: true
  2796. },
  2797. ]
  2798. )
  2799. };
  2800. characterMakers["Sanya"] = () => {
  2801. return makeCharacter(
  2802. "Sanya",
  2803. "BanterGhost",
  2804. {
  2805. side: {
  2806. height: math.unit(2, "meters"),
  2807. weight: math.unit(70, "kg"),
  2808. name: "Side",
  2809. image: {
  2810. source: "./media/characters/sanya/side.svg",
  2811. bottom: 0.02,
  2812. extra: 1.02
  2813. }
  2814. },
  2815. },
  2816. [
  2817. {
  2818. name: "Small",
  2819. height: math.unit(2, "meters")
  2820. },
  2821. {
  2822. name: "Normal",
  2823. height: math.unit(3, "meters")
  2824. },
  2825. {
  2826. name: "Macro",
  2827. height: math.unit(16, "meters"),
  2828. default: true
  2829. },
  2830. ]
  2831. )
  2832. };
  2833. characterMakers["Miranda"] = () => {
  2834. return makeCharacter(
  2835. "Miranda",
  2836. "MirandaArqayla",
  2837. {
  2838. side: {
  2839. height: math.unit(2, "meters"),
  2840. weight: math.unit(120, "kg"),
  2841. name: "Front",
  2842. image: {
  2843. source: "./media/characters/miranda/front.svg",
  2844. extra: 10.6 / 10
  2845. }
  2846. },
  2847. },
  2848. [
  2849. {
  2850. name: "Normal",
  2851. height: math.unit(10, "feet"),
  2852. default: true
  2853. }
  2854. ]
  2855. )
  2856. };
  2857. characterMakers["James"] = () => {
  2858. return makeCharacter(
  2859. "James",
  2860. "MirandaArqayla",
  2861. {
  2862. side: {
  2863. height: math.unit(2, "meters"),
  2864. weight: math.unit(100, "kg"),
  2865. name: "Front",
  2866. image: {
  2867. source: "./media/characters/james/front.svg",
  2868. extra: 10 / 8.5
  2869. }
  2870. },
  2871. },
  2872. [
  2873. {
  2874. name: "Normal",
  2875. height: math.unit(8.5, "feet"),
  2876. default: true
  2877. }
  2878. ]
  2879. )
  2880. };
  2881. characterMakers["Heather"] = () => {
  2882. return makeCharacter(
  2883. "Heather",
  2884. "MirandaArqayla",
  2885. {
  2886. side: {
  2887. height: math.unit(9.5, "feet"),
  2888. weight: math.unit(2500, "lbs"),
  2889. name: "Side",
  2890. image: {
  2891. source: "./media/characters/heather/side.svg"
  2892. }
  2893. },
  2894. },
  2895. [
  2896. {
  2897. name: "Normal",
  2898. height: math.unit(9.5, "feet"),
  2899. default: true
  2900. }
  2901. ]
  2902. )
  2903. };
  2904. characterMakers["Lukas"] = () => {
  2905. return makeCharacter(
  2906. "Lukas",
  2907. "MirandaArqayla",
  2908. {
  2909. side: {
  2910. height: math.unit(6.5, "feet"),
  2911. weight: math.unit(400, "lbs"),
  2912. name: "Side",
  2913. image: {
  2914. source: "./media/characters/lukas/side.svg",
  2915. extra: 7.25 / 6.5
  2916. }
  2917. },
  2918. },
  2919. [
  2920. {
  2921. name: "Normal",
  2922. height: math.unit(6.5, "feet"),
  2923. default: true
  2924. }
  2925. ]
  2926. )
  2927. };
  2928. characterMakers["Louise"] = () => {
  2929. return makeCharacter(
  2930. "Louise",
  2931. "MirandaArqayla",
  2932. {
  2933. side: {
  2934. height: math.unit(5, "feet"),
  2935. weight: math.unit(3000, "lbs"),
  2936. name: "Side",
  2937. image: {
  2938. source: "./media/characters/louise/side.svg"
  2939. }
  2940. },
  2941. },
  2942. [
  2943. {
  2944. name: "Normal",
  2945. height: math.unit(5, "feet"),
  2946. default: true
  2947. }
  2948. ]
  2949. )
  2950. };
  2951. characterMakers["Ramona"] = () => {
  2952. return makeCharacter(
  2953. "Ramona",
  2954. "ZakuraTech",
  2955. {
  2956. side: {
  2957. height: math.unit(6, "feet"),
  2958. weight: math.unit(150, "lbs"),
  2959. name: "Side",
  2960. image: {
  2961. source: "./media/characters/ramona/side.svg"
  2962. }
  2963. },
  2964. },
  2965. [
  2966. {
  2967. name: "Normal",
  2968. height: math.unit(5.3, "meters"),
  2969. default: true
  2970. },
  2971. {
  2972. name: "Macro",
  2973. height: math.unit(20, "stories")
  2974. },
  2975. {
  2976. name: "Macro+",
  2977. height: math.unit(50, "stories")
  2978. },
  2979. ]
  2980. )
  2981. };
  2982. characterMakers["Deerpuff"] = () => {
  2983. return makeCharacter(
  2984. "Deerpuff",
  2985. "Deerpuff",
  2986. {
  2987. standing: {
  2988. height: math.unit(5.75, "feet"),
  2989. weight: math.unit(160, "lbs"),
  2990. name: "Standing",
  2991. image: {
  2992. source: "./media/characters/deerpuff/standing.svg",
  2993. extra: 682 / 624
  2994. }
  2995. },
  2996. sitting: {
  2997. height: math.unit(5.75 / 1.79, "feet"),
  2998. weight: math.unit(160, "lbs"),
  2999. name: "Sitting",
  3000. image: {
  3001. source: "./media/characters/deerpuff/sitting.svg",
  3002. bottom: 44 / 400,
  3003. extra: 1
  3004. }
  3005. },
  3006. taurLaying: {
  3007. height: math.unit(6, "feet"),
  3008. weight: math.unit(400, "lbs"),
  3009. name: "Taur (Laying)",
  3010. image: {
  3011. source: "./media/characters/deerpuff/taur-laying.svg"
  3012. }
  3013. },
  3014. },
  3015. [
  3016. {
  3017. name: "Puffball",
  3018. height: math.unit(6, "inches")
  3019. },
  3020. {
  3021. name: "Normalpuff",
  3022. height: math.unit(5.75, "feet")
  3023. },
  3024. {
  3025. name: "Macropuff",
  3026. height: math.unit(1500, "feet"),
  3027. default: true
  3028. },
  3029. {
  3030. name: "Megapuff",
  3031. height: math.unit(500, "miles")
  3032. },
  3033. {
  3034. name: "Gigapuff",
  3035. height: math.unit(250000, "miles")
  3036. },
  3037. {
  3038. name: "Omegapuff",
  3039. height: math.unit(1000, "lightyears")
  3040. },
  3041. ]
  3042. )
  3043. };
  3044. characterMakers["Vivian"] = () => {
  3045. return makeCharacter(
  3046. "Vivian",
  3047. "Fauxlacine",
  3048. {
  3049. stomping: {
  3050. height: math.unit(6, "feet"),
  3051. weight: math.unit(170, "lbs"),
  3052. name: "Stomping",
  3053. image: {
  3054. source: "./media/characters/vivian/stomping.svg"
  3055. }
  3056. },
  3057. sitting: {
  3058. height: math.unit(6 / 1.75, "feet"),
  3059. weight: math.unit(170, "lbs"),
  3060. name: "Sitting",
  3061. image: {
  3062. source: "./media/characters/vivian/sitting.svg",
  3063. bottom: 1 / 6.4,
  3064. extra: 1,
  3065. }
  3066. },
  3067. },
  3068. [
  3069. {
  3070. name: "Normal",
  3071. height: math.unit(7, "feet"),
  3072. default: true
  3073. },
  3074. {
  3075. name: "Macro",
  3076. height: math.unit(10, "stories")
  3077. },
  3078. {
  3079. name: "Macro+",
  3080. height: math.unit(30, "stories")
  3081. },
  3082. {
  3083. name: "Megamacro",
  3084. height: math.unit(10, "miles")
  3085. },
  3086. {
  3087. name: "Megamacro+",
  3088. height: math.unit(2750000, "meters")
  3089. },
  3090. ]
  3091. )
  3092. };
  3093. characterMakers["Prince"] = () => {
  3094. return makeCharacter(
  3095. "Prince",
  3096. "Kurrikage",
  3097. {
  3098. front: {
  3099. height: math.unit(6, "feet"),
  3100. weight: math.unit(160, "lbs"),
  3101. name: "Front",
  3102. image: {
  3103. source: "./media/characters/prince/front.svg",
  3104. extra: 3400/3000
  3105. }
  3106. },
  3107. jumping: {
  3108. height: math.unit(6, "feet"),
  3109. weight: math.unit(160, "lbs"),
  3110. name: "Jumping",
  3111. image: {
  3112. source: "./media/characters/prince/jump.svg",
  3113. extra: 2555/2134
  3114. }
  3115. },
  3116. },
  3117. [
  3118. {
  3119. name: "Normal",
  3120. height: math.unit(7.75, "feet"),
  3121. default: true
  3122. }
  3123. ]
  3124. )
  3125. };
  3126. characterMakers["Psymon"] = () => {
  3127. return makeCharacter(
  3128. "Psymon",
  3129. "Kurrikage",
  3130. {
  3131. standing: {
  3132. height: math.unit(6, "feet"),
  3133. weight: math.unit(300, "lbs"),
  3134. name: "Standing",
  3135. image: {
  3136. source: "./media/characters/psymon/standing.svg",
  3137. extra: 1888/1810
  3138. }
  3139. },
  3140. slithering: {
  3141. height: math.unit(6, "feet"),
  3142. weight: math.unit(300, "lbs"),
  3143. name: "Slithering",
  3144. image: {
  3145. source: "./media/characters/psymon/slithering.svg",
  3146. extra: 1330/1224
  3147. }
  3148. },
  3149. slitheringAlt: {
  3150. height: math.unit(6, "feet"),
  3151. weight: math.unit(300, "lbs"),
  3152. name: "Slithering (Alt)",
  3153. image: {
  3154. source: "./media/characters/psymon/slithering-alt.svg",
  3155. extra: 1330/1224
  3156. }
  3157. },
  3158. },
  3159. [
  3160. {
  3161. name: "Normal",
  3162. height: math.unit(11.25, "feet"),
  3163. default: true
  3164. }
  3165. ]
  3166. )
  3167. };
  3168. characterMakers["Daimos"] = () => {
  3169. return makeCharacter(
  3170. "Daimos",
  3171. "Kurrikage",
  3172. {
  3173. front: {
  3174. height: math.unit(6, "feet"),
  3175. weight: math.unit(180, "lbs"),
  3176. name: "Front",
  3177. image: {
  3178. source: "./media/characters/daimos/front.svg",
  3179. extra: 4160/3897
  3180. }
  3181. }
  3182. },
  3183. [
  3184. {
  3185. name: "Normal",
  3186. height: math.unit(8, "feet"),
  3187. default: true
  3188. }
  3189. ]
  3190. )
  3191. };
  3192. characterMakers["Blake"] = () => {
  3193. return makeCharacter(
  3194. "Blake",
  3195. "Kurrikage",
  3196. {
  3197. side: {
  3198. height: math.unit(6, "feet"),
  3199. weight: math.unit(180, "lbs"),
  3200. name: "Side",
  3201. image: {
  3202. source: "./media/characters/blake/side.svg",
  3203. extra: 1212/1120 ,
  3204. bottom: 0.05
  3205. }
  3206. },
  3207. crouched: {
  3208. height: math.unit(6*0.57, "feet"),
  3209. weight: math.unit(180, "lbs"),
  3210. name: "Crouched",
  3211. image: {
  3212. source: "./media/characters/blake/crouched.svg",
  3213. extra: 840/587 ,
  3214. bottom: 0.04
  3215. }
  3216. },
  3217. bent: {
  3218. height: math.unit(6*0.75, "feet"),
  3219. weight: math.unit(180, "lbs"),
  3220. name: "Bent",
  3221. image: {
  3222. source: "./media/characters/blake/bent.svg",
  3223. extra: 592/544 ,
  3224. bottom: 0.035
  3225. }
  3226. },
  3227. },
  3228. [
  3229. {
  3230. name: "Normal",
  3231. height: math.unit(8 + 1/6, "feet"),
  3232. default: true
  3233. }
  3234. ]
  3235. )
  3236. };
  3237. characterMakers["Guisetto"] = () => {
  3238. return makeCharacter(
  3239. "Guisetto",
  3240. "Kurrikage",
  3241. {
  3242. front: {
  3243. height: math.unit(6, "feet"),
  3244. weight: math.unit(180, "lbs"),
  3245. name: "Front",
  3246. image: {
  3247. source: "./media/characters/guisetto/front.svg",
  3248. extra: 856/817
  3249. }
  3250. },
  3251. airborne: {
  3252. height: math.unit(6, "feet"),
  3253. weight: math.unit(180, "lbs"),
  3254. name: "Airborne",
  3255. image: {
  3256. source: "./media/characters/guisetto/airborne.svg",
  3257. extra: 584/525
  3258. }
  3259. },
  3260. },
  3261. [
  3262. {
  3263. name: "Normal",
  3264. height: math.unit(10 + 11/12, "feet"),
  3265. default: true
  3266. }
  3267. ]
  3268. )
  3269. };
  3270. characterMakers["Luxor"] = () => {
  3271. return makeCharacter(
  3272. "Luxor",
  3273. "Kurrikage",
  3274. {
  3275. front: {
  3276. height: math.unit(6, "feet"),
  3277. weight: math.unit(180, "lbs"),
  3278. name: "Front",
  3279. image: {
  3280. source: "./media/characters/luxor/front.svg",
  3281. extra: 2940/2152
  3282. }
  3283. },
  3284. back: {
  3285. height: math.unit(6, "feet"),
  3286. weight: math.unit(180, "lbs"),
  3287. name: "Back",
  3288. image: {
  3289. source: "./media/characters/luxor/back.svg",
  3290. extra: 1083/960
  3291. }
  3292. },
  3293. },
  3294. [
  3295. {
  3296. name: "Normal",
  3297. height: math.unit(5 + 5/6, "feet"),
  3298. default: true
  3299. },
  3300. {
  3301. name: "Lamp",
  3302. height: math.unit(50, "feet")
  3303. },
  3304. {
  3305. name: "Lämp",
  3306. height: math.unit(300, "feet")
  3307. },
  3308. {
  3309. name: "The sun is a lamp",
  3310. height: math.unit(250000, "miles")
  3311. },
  3312. ]
  3313. )
  3314. };
  3315. characterMakers["Huoyan"] = () => {
  3316. return makeCharacter(
  3317. "Huoyan",
  3318. "Kurrikage",
  3319. {
  3320. front: {
  3321. height: math.unit(6, "feet"),
  3322. weight: math.unit(50, "lbs"),
  3323. name: "Front",
  3324. image: {
  3325. source: "./media/characters/huoyan/front.svg"
  3326. }
  3327. },
  3328. side: {
  3329. height: math.unit(6, "feet"),
  3330. weight: math.unit(180, "lbs"),
  3331. name: "Side",
  3332. image: {
  3333. source: "./media/characters/huoyan/side.svg"
  3334. }
  3335. },
  3336. },
  3337. [
  3338. {
  3339. name: "Normal",
  3340. height: math.unit(65, "feet"),
  3341. default: true
  3342. }
  3343. ]
  3344. )
  3345. };
  3346. characterMakers["Tails"] = () => {
  3347. return makeCharacter(
  3348. "Tails",
  3349. "Rainier",
  3350. {
  3351. front: {
  3352. height: math.unit(5 + 3/4, "feet"),
  3353. weight: math.unit(120, "lbs"),
  3354. name: "Front",
  3355. image: {
  3356. source: "./media/characters/tails/front.svg"
  3357. }
  3358. }
  3359. },
  3360. [
  3361. {
  3362. name: "Normal",
  3363. height: math.unit(5 + 3/4, "feet"),
  3364. default: true
  3365. }
  3366. ]
  3367. )
  3368. };
  3369. characterMakers["Rainy"] = () => {
  3370. return makeCharacter(
  3371. "Rainy",
  3372. "Rainier",
  3373. {
  3374. front: {
  3375. height: math.unit(4, "feet"),
  3376. weight: math.unit(50, "lbs"),
  3377. name: "Front",
  3378. image: {
  3379. source: "./media/characters/rainy/front.svg"
  3380. }
  3381. }
  3382. },
  3383. [
  3384. {
  3385. name: "Macro",
  3386. height: math.unit(800, "feet"),
  3387. default: true
  3388. }
  3389. ]
  3390. )
  3391. };
  3392. characterMakers["Rainier"] = () => {
  3393. return makeCharacter(
  3394. "Rainier",
  3395. "Rainier",
  3396. {
  3397. front: {
  3398. height: math.unit(6, "feet"),
  3399. weight: math.unit(150, "lbs"),
  3400. name: "Front",
  3401. image: {
  3402. source: "./media/characters/rainier/front.svg"
  3403. }
  3404. }
  3405. },
  3406. [
  3407. {
  3408. name: "Micro",
  3409. height: math.unit(2, "mm"),
  3410. default: true
  3411. }
  3412. ]
  3413. )
  3414. };
  3415. characterMakers["Andy"] = () => {
  3416. return makeCharacter(
  3417. "Andy",
  3418. "drewbermeister",
  3419. {
  3420. front: {
  3421. height: math.unit(6, "feet"),
  3422. weight: math.unit(180, "lbs"),
  3423. name: "Front",
  3424. image: {
  3425. source: "./media/characters/andy/front.svg"
  3426. }
  3427. }
  3428. },
  3429. [
  3430. {
  3431. name: "Normal",
  3432. height: math.unit(8, "feet"),
  3433. default: true
  3434. },
  3435. {
  3436. name: "Macro",
  3437. height: math.unit(1000, "feet")
  3438. },
  3439. {
  3440. name: "Megamacro",
  3441. height: math.unit(5, "miles")
  3442. },
  3443. {
  3444. name: "Gigamacro",
  3445. height: math.unit(5000, "miles")
  3446. },
  3447. ]
  3448. )
  3449. };
  3450. characterMakers["Cimmaron"] = () => {
  3451. return makeCharacter(
  3452. "Cimmaron",
  3453. "Cimmaron",
  3454. {
  3455. frontClothed: {
  3456. height: math.unit(6, "feet"),
  3457. weight: math.unit(210, "lbs"),
  3458. name: "Front (Clothed)",
  3459. image: {
  3460. source: "./media/characters/cimmaron/front-clothed.svg",
  3461. extra: 701/676 ,
  3462. bottom: 0.046
  3463. }
  3464. },
  3465. backClothed: {
  3466. height: math.unit(6, "feet"),
  3467. weight: math.unit(210, "lbs"),
  3468. name: "Back (Clothed)",
  3469. image: {
  3470. source: "./media/characters/cimmaron/back-clothed.svg",
  3471. extra: 701/676 ,
  3472. bottom: 0.046
  3473. }
  3474. },
  3475. frontNude: {
  3476. height: math.unit(6, "feet"),
  3477. weight: math.unit(210, "lbs"),
  3478. name: "Front (Nude)",
  3479. image: {
  3480. source: "./media/characters/cimmaron/front-nude.svg",
  3481. extra: 701/676 ,
  3482. bottom: 0.046
  3483. }
  3484. },
  3485. backNude: {
  3486. height: math.unit(6, "feet"),
  3487. weight: math.unit(210, "lbs"),
  3488. name: "Back (Nude)",
  3489. image: {
  3490. source: "./media/characters/cimmaron/back-nude.svg",
  3491. extra: 701/676 ,
  3492. bottom: 0.046
  3493. }
  3494. }
  3495. },
  3496. [
  3497. {
  3498. name: "Normal",
  3499. height: math.unit(6, "feet"),
  3500. default: true
  3501. },
  3502. {
  3503. name: "Macro Mayor",
  3504. height: math.unit(350, "meters")
  3505. },
  3506. ]
  3507. )
  3508. };
  3509. characterMakers["Akari Kaen"] = () => {
  3510. return makeCharacter(
  3511. "Akari Kaen",
  3512. "Akari",
  3513. {
  3514. front: {
  3515. height: math.unit(6, "feet"),
  3516. weight: math.unit(200, "lbs"),
  3517. name: "Front",
  3518. image: {
  3519. source: "./media/characters/akari/front.svg",
  3520. extra: 962/901,
  3521. bottom: 0.04
  3522. }
  3523. }
  3524. },
  3525. [
  3526. {
  3527. name: "Micro",
  3528. height: math.unit(5, "inches"),
  3529. default: true
  3530. },
  3531. {
  3532. name: "Normal",
  3533. height: math.unit(7, "feet")
  3534. },
  3535. ]
  3536. )
  3537. };
  3538. characterMakers["Cynosura"] = () => {
  3539. return makeCharacter(
  3540. "Cynosura",
  3541. "Cynosura",
  3542. {
  3543. front: {
  3544. height: math.unit(6, "feet"),
  3545. weight: math.unit(140, "lbs"),
  3546. name: "Front",
  3547. image: {
  3548. source: "./media/characters/cynosura/front.svg",
  3549. extra: 896/847
  3550. }
  3551. },
  3552. back: {
  3553. height: math.unit(6, "feet"),
  3554. weight: math.unit(140, "lbs"),
  3555. name: "Back",
  3556. image: {
  3557. source: "./media/characters/cynosura/back.svg",
  3558. extra: 1365/1250
  3559. }
  3560. },
  3561. },
  3562. [
  3563. {
  3564. name: "Micro",
  3565. height: math.unit(4, "inches")
  3566. },
  3567. {
  3568. name: "Normal",
  3569. height: math.unit(5.75, "feet"),
  3570. default: true
  3571. },
  3572. {
  3573. name: "Tall",
  3574. height: math.unit(10, "feet")
  3575. },
  3576. {
  3577. name: "Big",
  3578. height: math.unit(20, "feet")
  3579. },
  3580. {
  3581. name: "Macro",
  3582. height: math.unit(50, "feet")
  3583. },
  3584. ]
  3585. )
  3586. };
  3587. characterMakers["Gin"] = () => {
  3588. return makeCharacter(
  3589. "Gin",
  3590. "Ozzie_gt",
  3591. {
  3592. front: {
  3593. height: math.unit(6, "feet"),
  3594. weight: math.unit(170, "lbs"),
  3595. name: "Front",
  3596. image: {
  3597. source: "./media/characters/gin/front.svg"
  3598. }
  3599. },
  3600. foot: {
  3601. height: math.unit(6/4.25, "feet"),
  3602. name: "Foot",
  3603. image: {
  3604. source: "./media/characters/gin/foot.svg"
  3605. }
  3606. },
  3607. sole: {
  3608. height: math.unit(6/4.40, "feet"),
  3609. name: "Sole",
  3610. image: {
  3611. source: "./media/characters/gin/sole.svg"
  3612. }
  3613. },
  3614. },
  3615. [
  3616. {
  3617. name: "Normal",
  3618. height: math.unit(9 + 4/12, "feet")
  3619. },
  3620. {
  3621. name: "Macro",
  3622. height: math.unit(1500, "feet")
  3623. },
  3624. {
  3625. name: "Megamacro",
  3626. height: math.unit(200, "miles"),
  3627. default: true
  3628. },
  3629. {
  3630. name: "Gigamacro",
  3631. height: math.unit(500, "megameters")
  3632. },
  3633. {
  3634. name: "Teramacro",
  3635. height: math.unit(15, "lightyears")
  3636. }
  3637. ]
  3638. )
  3639. };
  3640. characterMakers["Guy"] = () => {
  3641. return makeCharacter(
  3642. "Guy",
  3643. "Whatastandupguy",
  3644. {
  3645. front: {
  3646. height: math.unit(6 + 1/6, "feet"),
  3647. weight: math.unit(178, "lbs"),
  3648. name: "Front",
  3649. image: {
  3650. source: "./media/characters/guy/front.svg"
  3651. }
  3652. }
  3653. },
  3654. [
  3655. {
  3656. name: "Normal",
  3657. height: math.unit(6 + 1/6, "feet"),
  3658. default: true
  3659. },
  3660. {
  3661. name: "Large",
  3662. height: math.unit(25 + 7/12, "feet")
  3663. },
  3664. {
  3665. name: "Macro",
  3666. height: math.unit(60 + 9/12, "feet")
  3667. },
  3668. {
  3669. name: "Macro+",
  3670. height: math.unit(246, "feet")
  3671. },
  3672. {
  3673. name: "Macro++",
  3674. height: math.unit(878, "feet")
  3675. }
  3676. ]
  3677. )
  3678. };
  3679. characterMakers["Tiberius"] = () => {
  3680. return makeCharacter(
  3681. "Tiberius",
  3682. "movler",
  3683. {
  3684. front: {
  3685. height: math.unit(9, "feet"),
  3686. weight: math.unit(800, "lbs"),
  3687. name: "Front",
  3688. image: {
  3689. source: "./media/characters/tiberius/front.svg",
  3690. extra: 2295/2071
  3691. }
  3692. },
  3693. back: {
  3694. height: math.unit(9, "feet"),
  3695. weight: math.unit(800, "lbs"),
  3696. name: "Back",
  3697. image: {
  3698. source: "./media/characters/tiberius/back.svg",
  3699. extra: 2373/2160
  3700. }
  3701. },
  3702. },
  3703. [
  3704. {
  3705. name: "Normal",
  3706. height: math.unit(9, "feet"),
  3707. default: true
  3708. }
  3709. ]
  3710. )
  3711. };
  3712. characterMakers["Surgo"] = () => {
  3713. return makeCharacter(
  3714. "Surgo",
  3715. "movler",
  3716. {
  3717. front: {
  3718. height: math.unit(6, "feet"),
  3719. weight: math.unit(600, "lbs"),
  3720. name: "Front",
  3721. image: {
  3722. source: "./media/characters/surgo/front.svg",
  3723. extra: 3591/2227
  3724. }
  3725. },
  3726. back: {
  3727. height: math.unit(6, "feet"),
  3728. weight: math.unit(600, "lbs"),
  3729. name: "Back",
  3730. image: {
  3731. source: "./media/characters/surgo/back.svg",
  3732. extra: 3557/2228
  3733. }
  3734. },
  3735. laying: {
  3736. height: math.unit(6 * 0.85, "feet"),
  3737. weight: math.unit(600, "lbs"),
  3738. name: "Laying",
  3739. image: {
  3740. source: "./media/characters/surgo/laying.svg"
  3741. }
  3742. },
  3743. },
  3744. [
  3745. {
  3746. name: "Normal",
  3747. height: math.unit(6, "feet"),
  3748. default: true
  3749. }
  3750. ]
  3751. )
  3752. };
  3753. characterMakers["Cibus"] = () => {
  3754. return makeCharacter(
  3755. "Cibus",
  3756. "movler",
  3757. {
  3758. side: {
  3759. height: math.unit(6, "feet"),
  3760. weight: math.unit(150, "lbs"),
  3761. name: "Side",
  3762. image: {
  3763. source: "./media/characters/cibus/side.svg",
  3764. extra: 800/400
  3765. }
  3766. },
  3767. },
  3768. [
  3769. {
  3770. name: "Normal",
  3771. height: math.unit(6, "feet"),
  3772. default: true
  3773. }
  3774. ]
  3775. )
  3776. };
  3777. characterMakers["Nibbles"] = () => {
  3778. return makeCharacter(
  3779. "Nibbles",
  3780. "movler",
  3781. {
  3782. front: {
  3783. height: math.unit(6, "feet"),
  3784. weight: math.unit(240, "lbs"),
  3785. name: "Front",
  3786. image: {
  3787. source: "./media/characters/nibbles/front.svg"
  3788. }
  3789. },
  3790. side: {
  3791. height: math.unit(6, "feet"),
  3792. weight: math.unit(240, "lbs"),
  3793. name: "Side",
  3794. image: {
  3795. source: "./media/characters/nibbles/side.svg"
  3796. }
  3797. },
  3798. },
  3799. [
  3800. {
  3801. name: "Normal",
  3802. height: math.unit(9, "feet"),
  3803. default: true
  3804. }
  3805. ]
  3806. )
  3807. };
  3808. characterMakers["Rikky"] = () => {
  3809. return makeCharacter(
  3810. "Rikky",
  3811. "Quake Yote",
  3812. {
  3813. side: {
  3814. height: math.unit(5 + 1/6, "feet"),
  3815. weight: math.unit(130, "lbs"),
  3816. name: "Side",
  3817. image: {
  3818. source: "./media/characters/rikky/side.svg"
  3819. }
  3820. },
  3821. },
  3822. [
  3823. {
  3824. name: "Normal",
  3825. height: math.unit(5 + 1/6, "feet")
  3826. },
  3827. {
  3828. name: "Macro",
  3829. height: math.unit(152, "feet"),
  3830. default: true
  3831. },
  3832. {
  3833. name: "Megamacro",
  3834. height: math.unit(7, "miles")
  3835. }
  3836. ]
  3837. )
  3838. };
  3839. characterMakers["Malfressa"] = () => {
  3840. return makeCharacter(
  3841. "Malfressa",
  3842. "Scareye",
  3843. {
  3844. side: {
  3845. height: math.unit(370, "cm"),
  3846. weight: math.unit(350, "lbs"),
  3847. name: "Side",
  3848. image: {
  3849. source: "./media/characters/malfressa/side.svg"
  3850. }
  3851. },
  3852. walking: {
  3853. height: math.unit(370, "cm"),
  3854. weight: math.unit(350, "lbs"),
  3855. name: "Walking",
  3856. image: {
  3857. source: "./media/characters/malfressa/walking.svg"
  3858. }
  3859. },
  3860. feral: {
  3861. height: math.unit(2500, "cm"),
  3862. weight: math.unit(100000, "lbs"),
  3863. name: "Feral",
  3864. image: {
  3865. source: "./media/characters/malfressa/feral.svg",
  3866. extra: 2108/837 ,
  3867. bottom: 0.02
  3868. }
  3869. },
  3870. },
  3871. [
  3872. {
  3873. name: "Normal",
  3874. height: math.unit(370, "cm")
  3875. },
  3876. {
  3877. name: "Macro",
  3878. height: math.unit(300, "meters"),
  3879. default: true
  3880. }
  3881. ]
  3882. )
  3883. };
  3884. characterMakers["Jaro"] = () => {
  3885. return makeCharacter(
  3886. "Jaro",
  3887. "Jaro",
  3888. {
  3889. front: {
  3890. height: math.unit(6, "feet"),
  3891. weight: math.unit(60, "kg"),
  3892. name: "Front",
  3893. image: {
  3894. source: "./media/characters/jaro/front.svg"
  3895. }
  3896. },
  3897. back: {
  3898. height: math.unit(6, "feet"),
  3899. weight: math.unit(60, "kg"),
  3900. name: "Back",
  3901. image: {
  3902. source: "./media/characters/jaro/back.svg"
  3903. }
  3904. },
  3905. },
  3906. [
  3907. {
  3908. name: "Micro",
  3909. height: math.unit(7, "inches")
  3910. },
  3911. {
  3912. name: "Normal",
  3913. height: math.unit(5.5, "feet"),
  3914. default: true
  3915. },
  3916. {
  3917. name: "Minimacro",
  3918. height: math.unit(20, "feet")
  3919. },
  3920. {
  3921. name: "Macro",
  3922. height: math.unit(200, "meters")
  3923. }
  3924. ]
  3925. )
  3926. };
  3927. characterMakers["Rogue"] = () => {
  3928. return makeCharacter(
  3929. "Rogue",
  3930. "Rogue",
  3931. {
  3932. front: {
  3933. height: math.unit(6, "feet"),
  3934. weight: math.unit(195, "lb"),
  3935. name: "Front",
  3936. image: {
  3937. source: "./media/characters/rogue/front.svg"
  3938. }
  3939. },
  3940. },
  3941. [
  3942. {
  3943. name: "Macro",
  3944. height: math.unit(90, "feet"),
  3945. default: true
  3946. },
  3947. ]
  3948. )
  3949. };
  3950. characterMakers["Piper"] = () => {
  3951. return makeCharacter(
  3952. "Piper",
  3953. "Flyhar",
  3954. {
  3955. front: {
  3956. height: math.unit(5 + 8/12, "feet"),
  3957. weight: math.unit(140, "lb"),
  3958. name: "Front",
  3959. image: {
  3960. source: "./media/characters/piper/front.svg",
  3961. extra: 3928/3681
  3962. }
  3963. },
  3964. },
  3965. [
  3966. {
  3967. name: "Micro",
  3968. height: math.unit(2, "inches")
  3969. },
  3970. {
  3971. name: "Normal",
  3972. height: math.unit(5 + 8/12, "feet")
  3973. },
  3974. {
  3975. name: "Macro",
  3976. height: math.unit(250, "feet"),
  3977. default: true
  3978. },
  3979. {
  3980. name: "Megamacro",
  3981. height: math.unit(7, "miles")
  3982. },
  3983. ]
  3984. )
  3985. };
  3986. characterMakers["Gemini"] = () => {
  3987. return makeCharacter(
  3988. "Gemini",
  3989. "lajay",
  3990. {
  3991. front: {
  3992. height: math.unit(6, "feet"),
  3993. weight: math.unit(220, "lb"),
  3994. name: "Front",
  3995. image: {
  3996. source: "./media/characters/gemini/front.svg"
  3997. }
  3998. },
  3999. back: {
  4000. height: math.unit(6, "feet"),
  4001. weight: math.unit(220, "lb"),
  4002. name: "Back",
  4003. image: {
  4004. source: "./media/characters/gemini/back.svg"
  4005. }
  4006. },
  4007. kneeling: {
  4008. height: math.unit(6/1.5, "feet"),
  4009. weight: math.unit(220, "lb"),
  4010. name: "Kneeling",
  4011. image: {
  4012. source: "./media/characters/gemini/kneeling.svg",
  4013. bottom: 0.02
  4014. }
  4015. },
  4016. },
  4017. [
  4018. {
  4019. name: "Macro",
  4020. height: math.unit(300, "meters"),
  4021. default: true
  4022. },
  4023. {
  4024. name: "Megamacro",
  4025. height: math.unit(6900, "meters")
  4026. },
  4027. ]
  4028. )
  4029. };
  4030. characterMakers["Alicia"] = () => {
  4031. return makeCharacter(
  4032. "Alicia",
  4033. "LittleBig",
  4034. {
  4035. anthro: {
  4036. height: math.unit(2.35, "meters"),
  4037. weight: math.unit(73, "kg"),
  4038. name: "Anthro",
  4039. image: {
  4040. source: "./media/characters/alicia/anthro.svg"
  4041. }
  4042. },
  4043. feral: {
  4044. height: math.unit(1.69, "meters"),
  4045. weight: math.unit(73, "kg"),
  4046. name: "Feral",
  4047. image: {
  4048. source: "./media/characters/alicia/feral.svg"
  4049. }
  4050. },
  4051. },
  4052. [
  4053. {
  4054. name: "Normal",
  4055. height: math.unit(2.35, "meters")
  4056. },
  4057. {
  4058. name: "Macro",
  4059. height: math.unit(60, "meters"),
  4060. default: true
  4061. },
  4062. {
  4063. name: "Megamacro",
  4064. height: math.unit(10000, "kilometers")
  4065. },
  4066. ]
  4067. )
  4068. };
  4069. characterMakers["Archy"] = () => {
  4070. return makeCharacter(
  4071. "Archy",
  4072. "ArchyD",
  4073. {
  4074. front: {
  4075. height: math.unit(7, "feet"),
  4076. weight: math.unit(250, "lbs"),
  4077. name: "Front",
  4078. image: {
  4079. source: "./media/characters/archy/front.svg"
  4080. }
  4081. }
  4082. },
  4083. [
  4084. {
  4085. name: "Micro",
  4086. height: math.unit(1, "inch")
  4087. },
  4088. {
  4089. name: "Shorty",
  4090. height: math.unit(5, "feet")
  4091. },
  4092. {
  4093. name: "Normal",
  4094. height: math.unit(7, "feet")
  4095. },
  4096. {
  4097. name: "Macro",
  4098. height: math.unit(600, "meters"),
  4099. default: true
  4100. },
  4101. {
  4102. name: "Megamacro",
  4103. height: math.unit(1, "mile")
  4104. },
  4105. ]
  4106. )
  4107. };
  4108. characterMakers["Berri"] = () => {
  4109. return makeCharacter(
  4110. "Berri",
  4111. "LittleBig",
  4112. {
  4113. front: {
  4114. height: math.unit(1.65, "meters"),
  4115. weight: math.unit(74, "kg"),
  4116. name: "Front",
  4117. image: {
  4118. source: "./media/characters/berri/front.svg"
  4119. }
  4120. }
  4121. },
  4122. [
  4123. {
  4124. name: "Normal",
  4125. height: math.unit(1.65, "meters")
  4126. },
  4127. {
  4128. name: "Macro",
  4129. height: math.unit(60, "m"),
  4130. default: true
  4131. },
  4132. {
  4133. name: "Megamacro",
  4134. height: math.unit(9.213, "km")
  4135. },
  4136. {
  4137. name: "Planet Eater",
  4138. height: math.unit(489, "megameters")
  4139. },
  4140. {
  4141. name: "Teramacro",
  4142. height: math.unit(2471635000000, "meters")
  4143. },
  4144. {
  4145. name: "Examacro",
  4146. height: math.unit(8.0624e+26, "meters")
  4147. }
  4148. ]
  4149. )
  4150. };
  4151. characterMakers["Lexi"] = () => {
  4152. return makeCharacter(
  4153. "Lexi",
  4154. "LittleBig",
  4155. {
  4156. front: {
  4157. height: math.unit(1.72, "meters"),
  4158. weight: math.unit(68, "kg"),
  4159. name: "Front",
  4160. image: {
  4161. source: "./media/characters/lexi/front.svg"
  4162. }
  4163. }
  4164. },
  4165. [
  4166. {
  4167. name: "Very Smol",
  4168. height: math.unit(10, "mm")
  4169. },
  4170. {
  4171. name: "Micro",
  4172. height: math.unit(6.8, "cm"),
  4173. default: true
  4174. },
  4175. {
  4176. name: "Normal",
  4177. height: math.unit(1.72, "m")
  4178. }
  4179. ]
  4180. )
  4181. };
  4182. characterMakers["Martin"] = () => {
  4183. return makeCharacter(
  4184. "Martin",
  4185. "LittleBig",
  4186. {
  4187. front: {
  4188. height: math.unit(1.69, "meters"),
  4189. weight: math.unit(68, "kg"),
  4190. name: "Front",
  4191. image: {
  4192. source: "./media/characters/martin/front.svg",
  4193. extra: 596/581
  4194. }
  4195. }
  4196. },
  4197. [
  4198. {
  4199. name: "Micro",
  4200. height: math.unit(6.85, "cm"),
  4201. default: true
  4202. },
  4203. {
  4204. name: "Normal",
  4205. height: math.unit(1.69, "m")
  4206. }
  4207. ]
  4208. )
  4209. };
  4210. characterMakers["Juno"] = () => {
  4211. return makeCharacter(
  4212. "Juno",
  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/juno/front.svg"
  4221. }
  4222. }
  4223. },
  4224. [
  4225. {
  4226. name: "Micro",
  4227. height: math.unit(7, "cm")
  4228. },
  4229. {
  4230. name: "Normal",
  4231. height: math.unit(1.89, "m")
  4232. },
  4233. {
  4234. name: "Macro",
  4235. height: math.unit(353, "meters"),
  4236. default: true
  4237. }
  4238. ]
  4239. )
  4240. };
  4241. characterMakers["Samantha"] = () => {
  4242. return makeCharacter(
  4243. "Samantha",
  4244. "LittleBig",
  4245. {
  4246. front: {
  4247. height: math.unit(1.93, "meters"),
  4248. weight: math.unit(83, "kg"),
  4249. name: "Front",
  4250. image: {
  4251. source: "./media/characters/samantha/front.svg"
  4252. }
  4253. },
  4254. frontClothed: {
  4255. height: math.unit(1.93, "meters"),
  4256. weight: math.unit(83, "kg"),
  4257. name: "Front (Clothed)",
  4258. image: {
  4259. source: "./media/characters/samantha/front-clothed.svg"
  4260. }
  4261. },
  4262. back: {
  4263. height: math.unit(1.93, "meters"),
  4264. weight: math.unit(83, "kg"),
  4265. name: "Back",
  4266. image: {
  4267. source: "./media/characters/samantha/back.svg"
  4268. }
  4269. },
  4270. },
  4271. [
  4272. {
  4273. name: "Normal",
  4274. height: math.unit(1.93, "m")
  4275. },
  4276. {
  4277. name: "Macro",
  4278. height: math.unit(74, "meters"),
  4279. default: true
  4280. },
  4281. {
  4282. name: "Macro+",
  4283. height: math.unit(223, "meters"),
  4284. },
  4285. {
  4286. name: "Megamacro",
  4287. height: math.unit(8381, "meters"),
  4288. },
  4289. {
  4290. name: "Megamacro+",
  4291. height: math.unit(12000, "kilometers")
  4292. },
  4293. ]
  4294. )
  4295. };
  4296. characterMakers["Dr. Clay"] = () => {
  4297. return makeCharacter(
  4298. "Dr. Clay",
  4299. "LittleBig",
  4300. {
  4301. front: {
  4302. height: math.unit(1.92, "meters"),
  4303. weight: math.unit(80, "kg"),
  4304. name: "Front",
  4305. image: {
  4306. source: "./media/characters/dr-clay/front.svg"
  4307. }
  4308. },
  4309. frontClothed: {
  4310. height: math.unit(1.92, "meters"),
  4311. weight: math.unit(80, "kg"),
  4312. name: "Front (Clothed)",
  4313. image: {
  4314. source: "./media/characters/dr-clay/front-clothed.svg"
  4315. }
  4316. }
  4317. },
  4318. [
  4319. {
  4320. name: "Normal",
  4321. height: math.unit(1.92, "m")
  4322. },
  4323. {
  4324. name: "Macro",
  4325. height: math.unit(214, "meters"),
  4326. default: true
  4327. },
  4328. {
  4329. name: "Macro+",
  4330. height: math.unit(12.237, "meters"),
  4331. },
  4332. {
  4333. name: "Megamacro",
  4334. height: math.unit(557, "megameters"),
  4335. },
  4336. {
  4337. name: "Unimaginable",
  4338. height: math.unit(120e9, "lightyears")
  4339. },
  4340. ]
  4341. )
  4342. };
  4343. characterMakers["Wyvrn Ripsnarl"] = () => {
  4344. return makeCharacter(
  4345. "Wyvrn Ripsnarl",
  4346. "LoboRaptorLo",
  4347. {
  4348. front: {
  4349. height: math.unit(2, "meters"),
  4350. weight: math.unit(80, "kg"),
  4351. name: "Front",
  4352. image: {
  4353. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4354. }
  4355. }
  4356. },
  4357. [
  4358. {
  4359. name: "Teramacro",
  4360. height: math.unit(500000, "lightyears"),
  4361. default: true
  4362. },
  4363. ]
  4364. )
  4365. };
  4366. characterMakers["Vemus"] = () => {
  4367. return makeCharacter(
  4368. "Vemus",
  4369. "Vemus",
  4370. {
  4371. front: {
  4372. height: math.unit(2, "meters"),
  4373. weight: math.unit(150, "kg"),
  4374. name: "Front",
  4375. image: {
  4376. source: "./media/characters/vemus/front.svg",
  4377. extra: 2384/2084
  4378. }
  4379. }
  4380. },
  4381. [
  4382. {
  4383. name: "Normal",
  4384. height: math.unit(3, "meters"),
  4385. default: true
  4386. },
  4387. {
  4388. name: "Lorg",
  4389. height: math.unit(7, "meters")
  4390. },
  4391. {
  4392. name: "More Lorg",
  4393. height: math.unit(250, "meters")
  4394. },
  4395. ]
  4396. )
  4397. };
  4398. characterMakers["Beherit"] = () => {
  4399. return makeCharacter(
  4400. "Beherit",
  4401. "Beherit",
  4402. {
  4403. front: {
  4404. height: math.unit(2, "meters"),
  4405. weight: math.unit(70, "kg"),
  4406. name: "Front",
  4407. image: {
  4408. source: "./media/characters/beherit/front.svg",
  4409. extra: 1408/1242
  4410. }
  4411. }
  4412. },
  4413. [
  4414. {
  4415. name: "Normal",
  4416. height: math.unit(6, "feet")
  4417. },
  4418. {
  4419. name: "Lorg",
  4420. height: math.unit(25, "feet"),
  4421. default: true
  4422. },
  4423. {
  4424. name: "Lorger",
  4425. height: math.unit(75, "feet")
  4426. },
  4427. {
  4428. name: "Macro",
  4429. height: math.unit(200, "meters")
  4430. },
  4431. ]
  4432. )
  4433. };
  4434. characterMakers["Everett"] = () => {
  4435. return makeCharacter(
  4436. "Everett",
  4437. "Beherit",
  4438. {
  4439. front: {
  4440. height: math.unit(2, "meters"),
  4441. weight: math.unit(150, "kg"),
  4442. name: "Front",
  4443. image: {
  4444. source: "./media/characters/everett/front.svg",
  4445. extra: 2038/1737 ,
  4446. bottom: 0.03
  4447. }
  4448. },
  4449. paw: {
  4450. height: math.unit(2/3.6, "meters"),
  4451. name: "Paw",
  4452. image: {
  4453. source: "./media/characters/everett/paw.svg"
  4454. }
  4455. },
  4456. },
  4457. [
  4458. {
  4459. name: "Normal",
  4460. height: math.unit(15, "feet"),
  4461. default: true
  4462. },
  4463. {
  4464. name: "Lorg",
  4465. height: math.unit(70, "feet"),
  4466. default: true
  4467. },
  4468. {
  4469. name: "Lorger",
  4470. height: math.unit(250, "feet")
  4471. },
  4472. {
  4473. name: "Macro",
  4474. height: math.unit(500, "meters")
  4475. },
  4476. ]
  4477. )
  4478. };
  4479. characterMakers["Rose Lion"] = () => {
  4480. return makeCharacter(
  4481. "Rose Lion",
  4482. "Enormouse",
  4483. {
  4484. front: {
  4485. height: math.unit(2, "meters"),
  4486. weight: math.unit(86, "kg"),
  4487. name: "Front",
  4488. image: {
  4489. source: "./media/characters/rose-lion/front.svg"
  4490. }
  4491. },
  4492. bent: {
  4493. height: math.unit(2/1.4288, "meters"),
  4494. weight: math.unit(86, "kg"),
  4495. name: "Bent",
  4496. image: {
  4497. source: "./media/characters/rose-lion/bent.svg"
  4498. }
  4499. }
  4500. },
  4501. [
  4502. {
  4503. name: "Mini-Micro",
  4504. height: math.unit(1, "cm")
  4505. },
  4506. {
  4507. name: "Micro",
  4508. height: math.unit(3.5, "inches"),
  4509. default: true
  4510. },
  4511. {
  4512. name: "Normal",
  4513. height: math.unit(6 + 1/6, "feet")
  4514. },
  4515. {
  4516. name: "Mini-Macro",
  4517. height: math.unit(9 + 10/12, "feet")
  4518. },
  4519. ]
  4520. )
  4521. };
  4522. characterMakers["Regal"] = () => {
  4523. return makeCharacter(
  4524. "Regal",
  4525. "Regal Drennen",
  4526. {
  4527. front: {
  4528. height: math.unit(2, "meters"),
  4529. weight: math.unit(350, "lbs"),
  4530. name: "Front",
  4531. image: {
  4532. source: "./media/characters/regal/front.svg"
  4533. }
  4534. },
  4535. back: {
  4536. height: math.unit(2, "meters"),
  4537. weight: math.unit(350, "lbs"),
  4538. name: "Back",
  4539. image: {
  4540. source: "./media/characters/regal/back.svg"
  4541. }
  4542. },
  4543. },
  4544. [
  4545. {
  4546. name: "Macro",
  4547. height: math.unit(350, "feet"),
  4548. default: true
  4549. }
  4550. ]
  4551. )
  4552. };
  4553. characterMakers["Opal"] = () => {
  4554. return makeCharacter(
  4555. "Opal",
  4556. "Enormouse",
  4557. {
  4558. front: {
  4559. height: math.unit(4 + 11/12, "feet"),
  4560. weight: math.unit(100, "lbs"),
  4561. name: "Front",
  4562. image: {
  4563. source: "./media/characters/opal/front.svg"
  4564. }
  4565. },
  4566. frontAlt: {
  4567. height: math.unit(4 + 11/12, "feet"),
  4568. weight: math.unit(100, "lbs"),
  4569. name: "Front (Alt)",
  4570. image: {
  4571. source: "./media/characters/opal/front-alt.svg"
  4572. }
  4573. },
  4574. },
  4575. [
  4576. {
  4577. name: "Small",
  4578. height: math.unit(4 + 11/12, "feet")
  4579. },
  4580. {
  4581. name: "Normal",
  4582. height: math.unit(20, "feet"),
  4583. default: true
  4584. },
  4585. {
  4586. name: "Macro",
  4587. height: math.unit(120, "feet")
  4588. },
  4589. {
  4590. name: "Megamacro",
  4591. height: math.unit(80, "miles")
  4592. },
  4593. {
  4594. name: "True Size",
  4595. height: math.unit(100000, "lightyears")
  4596. },
  4597. ]
  4598. )
  4599. };
  4600. characterMakers["Vector Wuff"] = () => {
  4601. return makeCharacter(
  4602. "Vector Wuff",
  4603. "Vector",
  4604. {
  4605. front: {
  4606. height: math.unit(6, "feet"),
  4607. weight: math.unit(200, "lbs"),
  4608. name: "Front",
  4609. image: {
  4610. source: "./media/characters/vector-wuff/front.svg"
  4611. }
  4612. }
  4613. },
  4614. [
  4615. {
  4616. name: "Normal",
  4617. height: math.unit(2.8, "meters")
  4618. },
  4619. {
  4620. name: "Macro",
  4621. height: math.unit(450, "meters"),
  4622. default: true
  4623. },
  4624. {
  4625. name: "Megamacro",
  4626. height: math.unit(15, "kilometers")
  4627. }
  4628. ]
  4629. )
  4630. };
  4631. characterMakers["Dannik"] = () => {
  4632. return makeCharacter(
  4633. "Dannik",
  4634. "LuchaLibreLibro",
  4635. {
  4636. front: {
  4637. height: math.unit(6, "feet"),
  4638. weight: math.unit(256, "lbs"),
  4639. name: "Front",
  4640. image: {
  4641. source: "./media/characters/dannik/front.svg"
  4642. }
  4643. }
  4644. },
  4645. [
  4646. {
  4647. name: "Macro",
  4648. height: math.unit(69.57, "meters"),
  4649. default: true
  4650. },
  4651. ]
  4652. )
  4653. };
  4654. characterMakers["Azura Saharah"] = () => {
  4655. return makeCharacter(
  4656. "Azura Saharah",
  4657. "AzuraSaharah",
  4658. {
  4659. front: {
  4660. height: math.unit(6, "feet"),
  4661. weight: math.unit(120, "lbs"),
  4662. name: "Front",
  4663. image: {
  4664. source: "./media/characters/azura-saharah/front.svg"
  4665. }
  4666. },
  4667. back: {
  4668. height: math.unit(6, "feet"),
  4669. weight: math.unit(120, "lbs"),
  4670. name: "Back",
  4671. image: {
  4672. source: "./media/characters/azura-saharah/back.svg"
  4673. }
  4674. },
  4675. },
  4676. [
  4677. {
  4678. name: "Macro",
  4679. height: math.unit(100, "feet"),
  4680. default: true
  4681. },
  4682. ]
  4683. )
  4684. };
  4685. characterMakers["Kennedy"] = () => {
  4686. return makeCharacter(
  4687. "Kennedy",
  4688. "BossVoss",
  4689. {
  4690. side: {
  4691. height: math.unit(5 + 4/12, "feet"),
  4692. weight: math.unit(163, "lbs"),
  4693. name: "Side",
  4694. image: {
  4695. source: "./media/characters/kennedy/side.svg"
  4696. }
  4697. }
  4698. },
  4699. [
  4700. {
  4701. name: "Standard Doggo",
  4702. height: math.unit(5 + 4/12, "feet")
  4703. },
  4704. {
  4705. name: "Big Doggo",
  4706. height: math.unit(25 + 3/12, "feet"),
  4707. default: true
  4708. },
  4709. ]
  4710. )
  4711. };
  4712. characterMakers["Odi Lunar"] = () => {
  4713. return makeCharacter(
  4714. "Odi Lunar",
  4715. "OdiLunar",
  4716. {
  4717. front: {
  4718. height: math.unit(6, "feet"),
  4719. weight: math.unit(90, "lbs"),
  4720. name: "Front",
  4721. image: {
  4722. source: "./media/characters/odi-lunar/front.svg"
  4723. }
  4724. }
  4725. },
  4726. [
  4727. {
  4728. name: "Micro",
  4729. height: math.unit(3, "inches"),
  4730. default: true
  4731. },
  4732. {
  4733. name: "Normal",
  4734. height: math.unit(5.5, "feet")
  4735. }
  4736. ]
  4737. )
  4738. };
  4739. characterMakers["Mandake"] = () => {
  4740. return makeCharacter(
  4741. "Mandake",
  4742. "Dialuca01",
  4743. {
  4744. back: {
  4745. height: math.unit(6, "feet"),
  4746. weight: math.unit(220, "lbs"),
  4747. name: "Back",
  4748. image: {
  4749. source: "./media/characters/mandake/back.svg"
  4750. }
  4751. }
  4752. },
  4753. [
  4754. {
  4755. name: "Normal",
  4756. height: math.unit(7, "feet"),
  4757. default: true
  4758. },
  4759. {
  4760. name: "Macro",
  4761. height: math.unit(78, "feet")
  4762. },
  4763. {
  4764. name: "Macro+",
  4765. height: math.unit(300, "meters")
  4766. },
  4767. {
  4768. name: "Macro++",
  4769. height: math.unit(2400, "feet")
  4770. },
  4771. {
  4772. name: "Megamacro",
  4773. height: math.unit(5167, "meters")
  4774. },
  4775. {
  4776. name: "Gigamacro",
  4777. height: math.unit(41769, "miles")
  4778. },
  4779. ]
  4780. )
  4781. };
  4782. characterMakers["Yozey"] = () => {
  4783. return makeCharacter(
  4784. "Yozey",
  4785. "Yozey",
  4786. {
  4787. front: {
  4788. height: math.unit(6, "feet"),
  4789. weight: math.unit(120, "lbs"),
  4790. name: "Front",
  4791. image: {
  4792. source: "./media/characters/yozey/front.svg"
  4793. }
  4794. },
  4795. frontAlt: {
  4796. height: math.unit(6, "feet"),
  4797. weight: math.unit(120, "lbs"),
  4798. name: "Front (Alt)",
  4799. image: {
  4800. source: "./media/characters/yozey/front-alt.svg"
  4801. }
  4802. },
  4803. side: {
  4804. height: math.unit(6, "feet"),
  4805. weight: math.unit(120, "lbs"),
  4806. name: "Side",
  4807. image: {
  4808. source: "./media/characters/yozey/side.svg"
  4809. }
  4810. },
  4811. },
  4812. [
  4813. {
  4814. name: "Micro",
  4815. height: math.unit(3, "inches"),
  4816. default: true
  4817. },
  4818. {
  4819. name: "Normal",
  4820. height: math.unit(6, "feet")
  4821. }
  4822. ]
  4823. )
  4824. };
  4825. characterMakers["Valeska Voss"] = () => {
  4826. return makeCharacter(
  4827. "Valeska Voss",
  4828. "BossVoss",
  4829. {
  4830. front: {
  4831. height: math.unit(6, "feet"),
  4832. weight: math.unit(103, "lbs"),
  4833. name: "Front",
  4834. image: {
  4835. source: "./media/characters/valeska-voss/front.svg"
  4836. }
  4837. }
  4838. },
  4839. [
  4840. {
  4841. name: "Mini-Sized Sub",
  4842. height: math.unit(3.1, "inches")
  4843. },
  4844. {
  4845. name: "Mid-Sized Sub",
  4846. height: math.unit(6.2, "inches")
  4847. },
  4848. {
  4849. name: "Full-Sized Sub",
  4850. height: math.unit(9.3, "inches")
  4851. },
  4852. {
  4853. name: "Normal",
  4854. height: math.unit(5 + 2/12, "foot"),
  4855. default: true
  4856. },
  4857. ]
  4858. )
  4859. };
  4860. characterMakers["Gene Zeta"] = () => {
  4861. return makeCharacter(
  4862. "Gene Zeta",
  4863. "Xeebes",
  4864. {
  4865. front: {
  4866. height: math.unit(6, "feet"),
  4867. weight: math.unit(160, "lbs"),
  4868. name: "Front",
  4869. image: {
  4870. source: "./media/characters/gene-zeta/front.svg",
  4871. bottom: 0.03,
  4872. extra: 1
  4873. }
  4874. }
  4875. },
  4876. [
  4877. {
  4878. name: "Normal",
  4879. height: math.unit(6.25, "foot"),
  4880. default: true
  4881. },
  4882. ]
  4883. )
  4884. };
  4885. characterMakers["Razinox"] = () => {
  4886. return makeCharacter(
  4887. "Razinox",
  4888. "Razinox",
  4889. {
  4890. front: {
  4891. height: math.unit(6, "feet"),
  4892. weight: math.unit(350, "lbs"),
  4893. name: "Front",
  4894. image: {
  4895. source: "./media/characters/razinox/front.svg",
  4896. extra: 1686/1548
  4897. }
  4898. },
  4899. back: {
  4900. height: math.unit(6, "feet"),
  4901. weight: math.unit(350, "lbs"),
  4902. name: "Back",
  4903. image: {
  4904. source: "./media/characters/razinox/back.svg",
  4905. extra: 1660/1590
  4906. }
  4907. },
  4908. },
  4909. [
  4910. {
  4911. name: "Normal",
  4912. height: math.unit(10 + 8/12, "foot")
  4913. },
  4914. {
  4915. name: "Minimacro",
  4916. height: math.unit(15, "foot")
  4917. },
  4918. {
  4919. name: "Macro",
  4920. height: math.unit(60, "foot"),
  4921. default: true
  4922. },
  4923. {
  4924. name: "Megamacro",
  4925. height: math.unit(5, "miles")
  4926. },
  4927. {
  4928. name: "Gigamacro",
  4929. height: math.unit(6000, "miles")
  4930. },
  4931. ]
  4932. )
  4933. };
  4934. characterMakers["Cobalt"] = () => {
  4935. return makeCharacter(
  4936. "Cobalt",
  4937. "Miateshcha",
  4938. {
  4939. front: {
  4940. height: math.unit(6, "feet"),
  4941. weight: math.unit(150, "lbs"),
  4942. name: "Front",
  4943. image: {
  4944. source: "./media/characters/cobalt/front.svg"
  4945. }
  4946. }
  4947. },
  4948. [
  4949. {
  4950. name: "Normal",
  4951. height: math.unit(8 + 1/12, "foot")
  4952. },
  4953. {
  4954. name: "Macro",
  4955. height: math.unit(111, "foot"),
  4956. default: true
  4957. },
  4958. {
  4959. name: "Supracosmic",
  4960. height: math.unit(1e42, "feet")
  4961. },
  4962. ]
  4963. )
  4964. };
  4965. characterMakers["Amanda"] = () => {
  4966. return makeCharacter(
  4967. "Amanda",
  4968. "Amanda",
  4969. {
  4970. front: {
  4971. height: math.unit(6, "feet"),
  4972. weight: math.unit(140, "lbs"),
  4973. name: "Front",
  4974. image: {
  4975. source: "./media/characters/amanda/front.svg"
  4976. }
  4977. }
  4978. },
  4979. [
  4980. {
  4981. name: "Micro",
  4982. height: math.unit(5, "inches"),
  4983. default: true
  4984. },
  4985. ]
  4986. )
  4987. };
  4988. characterMakers["Teal"] = () => {
  4989. return makeCharacter(
  4990. "Teal",
  4991. "Teal",
  4992. {
  4993. front: {
  4994. height: math.unit(5.59, "feet"),
  4995. weight: math.unit(250, "lbs"),
  4996. name: "Front",
  4997. image: {
  4998. source: "./media/characters/teal/front.svg"
  4999. }
  5000. },
  5001. frontAlt: {
  5002. height: math.unit(6, "feet"),
  5003. weight: math.unit(250, "lbs"),
  5004. name: "Front (Alt)",
  5005. image: {
  5006. source: "./media/characters/teal/front-alt.svg",
  5007. bottom: 0.04,
  5008. extra: 1
  5009. }
  5010. },
  5011. },
  5012. [
  5013. {
  5014. name: "Normal",
  5015. height: math.unit(12, "feet"),
  5016. default: true
  5017. },
  5018. {
  5019. name: "Macro",
  5020. height: math.unit(300, "feet")
  5021. },
  5022. ]
  5023. )
  5024. };
  5025. characterMakers["Ravin Amulet"] = () => {
  5026. return makeCharacter(
  5027. "Ravin Amulet",
  5028. "Ravin Amulet",
  5029. {
  5030. frontCat: {
  5031. height: math.unit(6, "feet"),
  5032. weight: math.unit(180, "lbs"),
  5033. name: "Front (Cat)",
  5034. image: {
  5035. source: "./media/characters/ravin-amulet/front-cat.svg"
  5036. }
  5037. },
  5038. frontCatAlt: {
  5039. height: math.unit(6, "feet"),
  5040. weight: math.unit(180, "lbs"),
  5041. name: "Front (Alt, Cat)",
  5042. image: {
  5043. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  5044. }
  5045. },
  5046. frontWerewolf: {
  5047. height: math.unit(6*1.2, "feet"),
  5048. weight: math.unit(225, "lbs"),
  5049. name: "Front (Werewolf)",
  5050. image: {
  5051. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  5052. }
  5053. },
  5054. backWerewolf: {
  5055. height: math.unit(6*1.2, "feet"),
  5056. weight: math.unit(225, "lbs"),
  5057. name: "Back (Werewolf)",
  5058. image: {
  5059. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  5060. }
  5061. },
  5062. },
  5063. [
  5064. {
  5065. name: "Nano",
  5066. height: math.unit(1, "micrometer")
  5067. },
  5068. {
  5069. name: "Micro",
  5070. height: math.unit(1, "inch")
  5071. },
  5072. {
  5073. name: "Normal",
  5074. height: math.unit(6, "feet"),
  5075. default: true
  5076. },
  5077. {
  5078. name: "Macro",
  5079. height: math.unit(60, "feet")
  5080. }
  5081. ]
  5082. )
  5083. };
  5084. characterMakers["Fluoresce"] = () => {
  5085. return makeCharacter(
  5086. "Fluoresce",
  5087. "Ravin Amulet",
  5088. {
  5089. front: {
  5090. height: math.unit(6, "feet"),
  5091. weight: math.unit(165, "lbs"),
  5092. name: "Front",
  5093. image: {
  5094. source: "./media/characters/fluoresce/front.svg"
  5095. }
  5096. }
  5097. },
  5098. [
  5099. {
  5100. name: "Micro",
  5101. height: math.unit(6, "cm")
  5102. },
  5103. {
  5104. name: "Normal",
  5105. height: math.unit(5 + 7/12, "feet"),
  5106. default: true
  5107. },
  5108. {
  5109. name: "Macro",
  5110. height: math.unit(56, "feet")
  5111. },
  5112. {
  5113. name: "Megamacro",
  5114. height: math.unit(1.9, "miles")
  5115. },
  5116. ]
  5117. )
  5118. };
  5119. characterMakers["Aurora"] = () => {
  5120. return makeCharacter(
  5121. "Aurora",
  5122. "Vonadi",
  5123. {
  5124. front: {
  5125. height: math.unit(9 + 6/12, "feet"),
  5126. weight: math.unit(523, "lbs"),
  5127. name: "Side",
  5128. image: {
  5129. source: "./media/characters/aurora/side.svg"
  5130. }
  5131. }
  5132. },
  5133. [
  5134. {
  5135. name: "Normal",
  5136. height: math.unit(9 + 6/12, "feet")
  5137. },
  5138. {
  5139. name: "Macro",
  5140. height: math.unit(96, "feet"),
  5141. default: true
  5142. },
  5143. {
  5144. name: "Macro+",
  5145. height: math.unit(243, "feet")
  5146. },
  5147. ]
  5148. )
  5149. };
  5150. characterMakers["Ranek"] = () => {
  5151. return makeCharacter(
  5152. "Ranek",
  5153. "Ranek",
  5154. {
  5155. front: {
  5156. height: math.unit(194, "cm"),
  5157. weight: math.unit(90, "kg"),
  5158. name: "Front",
  5159. image: {
  5160. source: "./media/characters/ranek/front.svg"
  5161. }
  5162. },
  5163. side: {
  5164. height: math.unit(194, "cm"),
  5165. weight: math.unit(90, "kg"),
  5166. name: "Side",
  5167. image: {
  5168. source: "./media/characters/ranek/side.svg"
  5169. }
  5170. },
  5171. back: {
  5172. height: math.unit(194, "cm"),
  5173. weight: math.unit(90, "kg"),
  5174. name: "Back",
  5175. image: {
  5176. source: "./media/characters/ranek/back.svg"
  5177. }
  5178. },
  5179. feral: {
  5180. height: math.unit(30, "cm"),
  5181. weight: math.unit(1.6, "lbs"),
  5182. name: "Feral",
  5183. image: {
  5184. source: "./media/characters/ranek/feral.svg"
  5185. }
  5186. },
  5187. },
  5188. [
  5189. {
  5190. name: "Normal",
  5191. height: math.unit(194, "cm"),
  5192. default: true
  5193. },
  5194. {
  5195. name: "Macro",
  5196. height: math.unit(100, "meters")
  5197. },
  5198. ]
  5199. )
  5200. };
  5201. characterMakers["Andrew Cooper"] = () => {
  5202. return makeCharacter(
  5203. "Andrew Cooper",
  5204. "Vonadi",
  5205. {
  5206. front: {
  5207. height: math.unit(5 + 6/12, "feet"),
  5208. weight: math.unit(153, "lbs"),
  5209. name: "Front",
  5210. image: {
  5211. source: "./media/characters/andrew-cooper/front.svg"
  5212. }
  5213. },
  5214. },
  5215. [
  5216. {
  5217. name: "Nano",
  5218. height: math.unit(1, "mm")
  5219. },
  5220. {
  5221. name: "Micro",
  5222. height: math.unit(2, "inches")
  5223. },
  5224. {
  5225. name: "Normal",
  5226. height: math.unit(5 + 6/12, "feet"),
  5227. default: true
  5228. }
  5229. ]
  5230. )
  5231. };
  5232. characterMakers["Akane Sato"] = () => {
  5233. return makeCharacter(
  5234. "Akane Sato",
  5235. "Vonadi",
  5236. {
  5237. front: {
  5238. height: math.unit(6, "feet"),
  5239. weight: math.unit(180, "lbs"),
  5240. name: "Front",
  5241. image: {
  5242. source: "./media/characters/akane-sato/front.svg",
  5243. extra: 1219/1140
  5244. }
  5245. },
  5246. back: {
  5247. height: math.unit(6, "feet"),
  5248. weight: math.unit(180, "lbs"),
  5249. name: "Back",
  5250. image: {
  5251. source: "./media/characters/akane-sato/back.svg",
  5252. extra: 1219/1170
  5253. }
  5254. },
  5255. },
  5256. [
  5257. {
  5258. name: "Normal",
  5259. height: math.unit(2.5, "meters")
  5260. },
  5261. {
  5262. name: "Macro",
  5263. height: math.unit(250, "meters"),
  5264. default: true
  5265. },
  5266. {
  5267. name: "Megamacro",
  5268. height: math.unit(25, "km")
  5269. },
  5270. ]
  5271. )
  5272. };
  5273. characterMakers["Rook"] = () => {
  5274. return makeCharacter(
  5275. "Rook",
  5276. "Rook",
  5277. {
  5278. front: {
  5279. height: math.unit(6, "feet"),
  5280. weight: math.unit(65, "kg"),
  5281. name: "Front",
  5282. image: {
  5283. source: "./media/characters/rook/front.svg"
  5284. }
  5285. }
  5286. },
  5287. [
  5288. {
  5289. name: "Normal",
  5290. height: math.unit(8.8, "feet")
  5291. },
  5292. {
  5293. name: "Macro",
  5294. height: math.unit(88, "feet"),
  5295. default: true
  5296. },
  5297. {
  5298. name: "Megamacro",
  5299. height: math.unit(8, "miles")
  5300. },
  5301. ]
  5302. )
  5303. };
  5304. characterMakers["Prodigy"] = () => {
  5305. return makeCharacter(
  5306. "Prodigy",
  5307. "Rook",
  5308. {
  5309. front: {
  5310. height: math.unit(12 + 2/12, "feet"),
  5311. weight: math.unit(808, "lbs"),
  5312. name: "Front",
  5313. image: {
  5314. source: "./media/characters/prodigy/front.svg"
  5315. }
  5316. }
  5317. },
  5318. [
  5319. {
  5320. name: "Normal",
  5321. height: math.unit(12 + 2/12, "feet"),
  5322. default: true
  5323. },
  5324. {
  5325. name: "Macro",
  5326. height: math.unit(143, "feet")
  5327. },
  5328. {
  5329. name: "Macro+",
  5330. height: math.unit(400, "feet")
  5331. },
  5332. ]
  5333. )
  5334. };
  5335. characterMakers["Daniel"] = () => {
  5336. return makeCharacter(
  5337. "Daniel",
  5338. "Galactor",
  5339. {
  5340. front: {
  5341. height: math.unit(6, "feet"),
  5342. weight: math.unit(225, "lbs"),
  5343. name: "Front",
  5344. image: {
  5345. source: "./media/characters/daniel/front.svg"
  5346. }
  5347. },
  5348. leaning: {
  5349. height: math.unit(6, "feet"),
  5350. weight: math.unit(225, "lbs"),
  5351. name: "Leaning",
  5352. image: {
  5353. source: "./media/characters/daniel/leaning.svg"
  5354. }
  5355. },
  5356. },
  5357. [
  5358. {
  5359. name: "Macro",
  5360. height: math.unit(1000, "feet"),
  5361. default: true
  5362. },
  5363. ]
  5364. )
  5365. };
  5366. characterMakers["Chiros"] = () => {
  5367. return makeCharacter(
  5368. "Chiros",
  5369. "Chiropica",
  5370. {
  5371. front: {
  5372. height: math.unit(6, "feet"),
  5373. weight: math.unit(88, "lbs"),
  5374. name: "Front",
  5375. image: {
  5376. source: "./media/characters/chiros/front.svg",
  5377. extra: 306/226
  5378. }
  5379. },
  5380. side: {
  5381. height: math.unit(6, "feet"),
  5382. weight: math.unit(88, "lbs"),
  5383. name: "Side",
  5384. image: {
  5385. source: "./media/characters/chiros/side.svg",
  5386. extra: 306/226
  5387. }
  5388. },
  5389. },
  5390. [
  5391. {
  5392. name: "Normal",
  5393. height: math.unit(6, "cm"),
  5394. default: true
  5395. },
  5396. ]
  5397. )
  5398. };
  5399. characterMakers["Selka"] = () => {
  5400. return makeCharacter(
  5401. "Selka",
  5402. "Xelchew",
  5403. {
  5404. front: {
  5405. height: math.unit(6, "feet"),
  5406. weight: math.unit(100, "lbs"),
  5407. name: "Front",
  5408. image: {
  5409. source: "./media/characters/selka/front.svg",
  5410. extra: 947/887
  5411. }
  5412. }
  5413. },
  5414. [
  5415. {
  5416. name: "Normal",
  5417. height: math.unit(5, "cm"),
  5418. default: true
  5419. },
  5420. ]
  5421. )
  5422. };
  5423. characterMakers["Verin"] = () => {
  5424. return makeCharacter(
  5425. "Verin",
  5426. "Vonadi",
  5427. {
  5428. front: {
  5429. height: math.unit(8 + 3/12, "feet"),
  5430. weight: math.unit(424, "lbs"),
  5431. name: "Front",
  5432. image: {
  5433. source: "./media/characters/verin/front.svg",
  5434. extra: 1845/1550
  5435. }
  5436. },
  5437. frontArmored: {
  5438. height: math.unit(8 + 3/12, "feet"),
  5439. weight: math.unit(424, "lbs"),
  5440. name: "Front (Armored)",
  5441. image: {
  5442. source: "./media/characters/verin/front-armor.svg",
  5443. extra: 1845/1550 ,
  5444. bottom: 0.01
  5445. }
  5446. },
  5447. back: {
  5448. height: math.unit(8 + 3/12, "feet"),
  5449. weight: math.unit(424, "lbs"),
  5450. name: "Back",
  5451. image: {
  5452. source: "./media/characters/verin/back.svg",
  5453. bottom: 0.1,
  5454. extra: 1
  5455. }
  5456. },
  5457. foot: {
  5458. height: math.unit((8 + 3/12) / 4.7, "feet"),
  5459. name: "Foot",
  5460. image: {
  5461. source: "./media/characters/verin/foot.svg"
  5462. }
  5463. },
  5464. },
  5465. [
  5466. {
  5467. name: "Normal",
  5468. height: math.unit(8 + 3/12, "feet")
  5469. },
  5470. {
  5471. name: "Minimacro",
  5472. height: math.unit(21, "feet"),
  5473. default: true
  5474. },
  5475. {
  5476. name: "Macro",
  5477. height: math.unit(626, "feet")
  5478. },
  5479. ]
  5480. )
  5481. };
  5482. characterMakers["Sovrim Terraquian"] = () => {
  5483. return makeCharacter(
  5484. "Sovrim Terraquian",
  5485. "Sovrim Terraquian",
  5486. {
  5487. front: {
  5488. height: math.unit(2.718, "meters"),
  5489. weight: math.unit(150, "lbs"),
  5490. name: "Front",
  5491. image: {
  5492. source: "./media/characters/sovrim-terraquian/front.svg"
  5493. }
  5494. },
  5495. back: {
  5496. height: math.unit(2.718, "meters"),
  5497. weight: math.unit(150, "lbs"),
  5498. name: "Back",
  5499. image: {
  5500. source: "./media/characters/sovrim-terraquian/back.svg"
  5501. }
  5502. }
  5503. },
  5504. [
  5505. {
  5506. name: "Micro",
  5507. height: math.unit(2, "inches")
  5508. },
  5509. {
  5510. name: "Small",
  5511. height: math.unit(1, "meter")
  5512. },
  5513. {
  5514. name: "Normal",
  5515. height: math.unit(Math.E, "meters"),
  5516. default: true
  5517. },
  5518. {
  5519. name: "Macro",
  5520. height: math.unit(20, "meters")
  5521. },
  5522. {
  5523. name: "Macro+",
  5524. height: math.unit(400, "meters")
  5525. },
  5526. ]
  5527. )
  5528. };
  5529. characterMakers["Reece Silvermane"] = () => {
  5530. return makeCharacter(
  5531. "Reece Silvermane",
  5532. "Silverhorsey",
  5533. {
  5534. front: {
  5535. height: math.unit(7, "feet"),
  5536. weight: math.unit(489, "lbs"),
  5537. name: "Front",
  5538. image: {
  5539. source: "./media/characters/reece-silvermane/front.svg",
  5540. bottom: 0.02,
  5541. extra: 1
  5542. }
  5543. },
  5544. },
  5545. [
  5546. {
  5547. name: "Macro",
  5548. height: math.unit(1.5, "miles"),
  5549. default: true
  5550. },
  5551. ]
  5552. )
  5553. };
  5554. characterMakers["Kane"] = () => {
  5555. return makeCharacter(
  5556. "Kane",
  5557. "LittleBigX110",
  5558. {
  5559. front: {
  5560. height: math.unit(6, "feet"),
  5561. weight: math.unit(78, "kg"),
  5562. name: "Front",
  5563. image: {
  5564. source: "./media/characters/kane/front.svg",
  5565. extra: 978/899
  5566. }
  5567. },
  5568. },
  5569. [
  5570. {
  5571. name: "Normal",
  5572. height: math.unit(2.1, "m"),
  5573. },
  5574. {
  5575. name: "Macro",
  5576. height: math.unit(1, "km"),
  5577. default: true
  5578. },
  5579. ]
  5580. )
  5581. };
  5582. characterMakers["Tegon"] = () => {
  5583. return makeCharacter(
  5584. "Tegon",
  5585. "TegonDragon",
  5586. {
  5587. front: {
  5588. height: math.unit(6, "feet"),
  5589. weight: math.unit(200, "kg"),
  5590. name: "Front",
  5591. image: {
  5592. source: "./media/characters/tegon/front.svg",
  5593. bottom: 0.01,
  5594. extra: 1
  5595. }
  5596. },
  5597. },
  5598. [
  5599. {
  5600. name: "Micro",
  5601. height: math.unit(1, "inch")
  5602. },
  5603. {
  5604. name: "Normal",
  5605. height: math.unit(6 + 3/12, "feet"),
  5606. default: true
  5607. },
  5608. {
  5609. name: "Macro",
  5610. height: math.unit(300, "feet")
  5611. },
  5612. {
  5613. name: "Megamacro",
  5614. height: math.unit(69, "miles")
  5615. },
  5616. ]
  5617. )
  5618. };
  5619. characterMakers["Arcturax"] = () => {
  5620. return makeCharacter(
  5621. "Arcturax",
  5622. "Arcturax",
  5623. {
  5624. side: {
  5625. height: math.unit(6, "feet"),
  5626. weight: math.unit(2304, "lbs"),
  5627. name: "Side",
  5628. image: {
  5629. source: "./media/characters/arcturax/side.svg",
  5630. extra: 790/376 ,
  5631. bottom: 0.01
  5632. }
  5633. },
  5634. },
  5635. [
  5636. {
  5637. name: "Micro",
  5638. height: math.unit(2, "inch")
  5639. },
  5640. {
  5641. name: "Normal",
  5642. height: math.unit(6, "feet")
  5643. },
  5644. {
  5645. name: "Macro",
  5646. height: math.unit(39, "feet"),
  5647. default: true
  5648. },
  5649. {
  5650. name: "Megamacro",
  5651. height: math.unit(7, "miles")
  5652. },
  5653. ]
  5654. )
  5655. };
  5656. characterMakers["Sentri"] = () => {
  5657. return makeCharacter(
  5658. "Sentri",
  5659. "Sentri",
  5660. {
  5661. front: {
  5662. height: math.unit(6, "feet"),
  5663. weight: math.unit(50, "lbs"),
  5664. name: "Front",
  5665. image: {
  5666. source: "./media/characters/sentri/front.svg",
  5667. extra: 1750/1570 ,
  5668. bottom: 0.025
  5669. }
  5670. },
  5671. frontAlt: {
  5672. height: math.unit(6, "feet"),
  5673. weight: math.unit(50, "lbs"),
  5674. name: "Front (Alt)",
  5675. image: {
  5676. source: "./media/characters/sentri/front-alt.svg",
  5677. extra: 1750/1570 ,
  5678. bottom: 0.025
  5679. }
  5680. },
  5681. },
  5682. [
  5683. {
  5684. name: "Normal",
  5685. height: math.unit(15, "feet"),
  5686. default: true
  5687. },
  5688. {
  5689. name: "Macro",
  5690. height: math.unit(2500, "feet")
  5691. }
  5692. ]
  5693. )
  5694. };
  5695. characterMakers["Corvin"] = () => {
  5696. return makeCharacter(
  5697. "Corvin",
  5698. "Sirffuzzylogik",
  5699. {
  5700. front: {
  5701. height: math.unit(5 + 8/12, "feet"),
  5702. weight: math.unit(130, "lbs"),
  5703. name: "Front",
  5704. image: {
  5705. source: "./media/characters/corvin/front.svg",
  5706. extra: 1803/1629
  5707. }
  5708. },
  5709. frontShirt: {
  5710. height: math.unit(5 + 8/12, "feet"),
  5711. weight: math.unit(130, "lbs"),
  5712. name: "Front (Shirt)",
  5713. image: {
  5714. source: "./media/characters/corvin/front-shirt.svg",
  5715. extra: 1803/1629
  5716. }
  5717. },
  5718. frontPoncho: {
  5719. height: math.unit(5 + 8/12, "feet"),
  5720. weight: math.unit(130, "lbs"),
  5721. name: "Front (Poncho)",
  5722. image: {
  5723. source: "./media/characters/corvin/front-poncho.svg",
  5724. extra: 1803/1629
  5725. }
  5726. },
  5727. side: {
  5728. height: math.unit(5 + 8/12, "feet"),
  5729. weight: math.unit(130, "lbs"),
  5730. name: "Side",
  5731. image: {
  5732. source: "./media/characters/corvin/side.svg",
  5733. extra: 1012/945
  5734. }
  5735. },
  5736. back: {
  5737. height: math.unit(5 + 8/12, "feet"),
  5738. weight: math.unit(130, "lbs"),
  5739. name: "Back",
  5740. image: {
  5741. source: "./media/characters/corvin/back.svg",
  5742. extra: 1803/1629
  5743. }
  5744. },
  5745. },
  5746. [
  5747. {
  5748. name: "Micro",
  5749. height: math.unit(3, "inches")
  5750. },
  5751. {
  5752. name: "Normal",
  5753. height: math.unit(5 + 8/12, "feet")
  5754. },
  5755. {
  5756. name: "Macro",
  5757. height: math.unit(300, "feet"),
  5758. default: true
  5759. },
  5760. {
  5761. name: "Megamacro",
  5762. height: math.unit(500, "miles")
  5763. }
  5764. ]
  5765. )
  5766. };
  5767. characterMakers["Q"] = () => {
  5768. return makeCharacter(
  5769. "Q",
  5770. "Q Walf",
  5771. {
  5772. front: {
  5773. height: math.unit(6, "feet"),
  5774. weight: math.unit(135, "lbs"),
  5775. name: "Front",
  5776. image: {
  5777. source: "./media/characters/q/front.svg",
  5778. extra: 854/752 ,
  5779. bottom: 0.005
  5780. }
  5781. },
  5782. back: {
  5783. height: math.unit(6, "feet"),
  5784. weight: math.unit(130, "lbs"),
  5785. name: "Back",
  5786. image: {
  5787. source: "./media/characters/q/back.svg",
  5788. extra: 854/752
  5789. }
  5790. },
  5791. },
  5792. [
  5793. {
  5794. name: "Macro",
  5795. height: math.unit(90, "feet"),
  5796. default: true
  5797. },
  5798. {
  5799. name: "Extra Macro",
  5800. height: math.unit(300, "feet"),
  5801. },
  5802. {
  5803. name: "BIG WALF",
  5804. height: math.unit(750, "feet"),
  5805. },
  5806. ]
  5807. )
  5808. };
  5809. characterMakers["Carley"] = () => {
  5810. return makeCharacter(
  5811. "Carley",
  5812. "QuakeYote",
  5813. {
  5814. front: {
  5815. height: math.unit(6, "feet"),
  5816. weight: math.unit(150, "lbs"),
  5817. name: "Front",
  5818. image: {
  5819. source: "./media/characters/carley/front.svg",
  5820. extra: 3927/3540 ,
  5821. bottom: 0.03
  5822. }
  5823. }
  5824. },
  5825. [
  5826. {
  5827. name: "Normal",
  5828. height: math.unit(6 + 3/12, "feet")
  5829. },
  5830. {
  5831. name: "Macro",
  5832. height: math.unit(185, "feet"),
  5833. default: true
  5834. },
  5835. {
  5836. name: "Megamacro",
  5837. height: math.unit(8, "miles"),
  5838. },
  5839. ]
  5840. )
  5841. };
  5842. characterMakers["Citrine"] = () => {
  5843. return makeCharacter(
  5844. "Citrine",
  5845. "thunderstrike23",
  5846. {
  5847. front: {
  5848. height: math.unit(3, "feet"),
  5849. weight: math.unit(28, "lbs"),
  5850. name: "Front",
  5851. image: {
  5852. source: "./media/characters/citrine/front.svg"
  5853. }
  5854. }
  5855. },
  5856. [
  5857. {
  5858. name: "Normal",
  5859. height: math.unit(3, "feet"),
  5860. default: true
  5861. }
  5862. ]
  5863. )
  5864. };
  5865. characterMakers["Aura Starwind"] = () => {
  5866. return makeCharacter(
  5867. "Aura Starwind",
  5868. "StrikeVixen",
  5869. {
  5870. front: {
  5871. height: math.unit(14, "feet"),
  5872. weight: math.unit(1450, "kg"),
  5873. name: "Front",
  5874. image: {
  5875. source: "./media/characters/aura-starwind/front.svg",
  5876. extra: 1455/1335
  5877. }
  5878. },
  5879. side: {
  5880. height: math.unit(14, "feet"),
  5881. weight: math.unit(1450, "kg"),
  5882. name: "Side",
  5883. image: {
  5884. source: "./media/characters/aura-starwind/side.svg",
  5885. extra: 1654/1497
  5886. }
  5887. },
  5888. taur: {
  5889. height: math.unit(18, "feet"),
  5890. weight: math.unit(5500, "kg"),
  5891. name: "Taur",
  5892. image: {
  5893. source: "./media/characters/aura-starwind/taur.svg",
  5894. extra: 1760/1650
  5895. }
  5896. },
  5897. feral: {
  5898. height: math.unit(46, "feet"),
  5899. weight: math.unit(25000, "kg"),
  5900. name: "Feral",
  5901. image: {
  5902. source: "./media/characters/aura-starwind/feral.svg"
  5903. }
  5904. },
  5905. },
  5906. [
  5907. {
  5908. name: "Normal",
  5909. height: math.unit(14, "feet"),
  5910. default: true
  5911. },
  5912. {
  5913. name: "Macro",
  5914. height: math.unit(50, "meters")
  5915. },
  5916. {
  5917. name: "Megamacro",
  5918. height: math.unit(5000, "meters")
  5919. },
  5920. {
  5921. name: "Gigamacro",
  5922. height: math.unit(100000, "kilometers")
  5923. },
  5924. ]
  5925. )
  5926. };
  5927. characterMakers["Rivet"] = () => {
  5928. return makeCharacter(
  5929. "Rivet",
  5930. "Vonadi",
  5931. {
  5932. front: {
  5933. height: math.unit(2 + 7/12, "feet"),
  5934. weight: math.unit(32, "lbs"),
  5935. name: "Front",
  5936. image: {
  5937. source: "./media/characters/rivet/front.svg",
  5938. extra: 1716/1658 ,
  5939. bottom: 0.03
  5940. }
  5941. },
  5942. foot: {
  5943. height: math.unit(0.551, "feet"),
  5944. name: "Rivet's Foot",
  5945. image: {
  5946. source: "./media/characters/rivet/foot.svg"
  5947. },
  5948. rename: true
  5949. }
  5950. },
  5951. [
  5952. {
  5953. name: "Micro",
  5954. height: math.unit(1.5, "inches"),
  5955. },
  5956. {
  5957. name: "Normal",
  5958. height: math.unit(2 + 7/12, "feet"),
  5959. default: true
  5960. },
  5961. {
  5962. name: "Macro",
  5963. height: math.unit(85, "feet")
  5964. },
  5965. {
  5966. name: "Megamacro",
  5967. height: math.unit(2.2, "km")
  5968. }
  5969. ]
  5970. )
  5971. };
  5972. characterMakers["Coffee"] = () => {
  5973. return makeCharacter(
  5974. "Coffee",
  5975. "CoffeeDoggo",
  5976. {
  5977. front: {
  5978. height: math.unit(5 + 9/12, "feet"),
  5979. weight: math.unit(150, "lbs"),
  5980. name: "Front",
  5981. image: {
  5982. source: "./media/characters/coffee/front.svg",
  5983. extra: 3666/3032 ,
  5984. bottom: 0.04
  5985. }
  5986. }
  5987. },
  5988. [
  5989. {
  5990. name: "Micro",
  5991. height: math.unit(2, "inches"),
  5992. },
  5993. {
  5994. name: "Normal",
  5995. height: math.unit(5 + 9/12, "feet"),
  5996. default: true
  5997. },
  5998. {
  5999. name: "Macro",
  6000. height: math.unit(800, "feet")
  6001. },
  6002. {
  6003. name: "Megamacro",
  6004. height: math.unit(25, "miles")
  6005. }
  6006. ]
  6007. )
  6008. };
  6009. characterMakers["Chari-Gal"] = () => {
  6010. return makeCharacter(
  6011. "Chari-Gal",
  6012. "Knoem",
  6013. {
  6014. front: {
  6015. height: math.unit(6, "feet"),
  6016. weight: math.unit(200, "lbs"),
  6017. name: "Front",
  6018. image: {
  6019. source: "./media/characters/chari-gal/front.svg",
  6020. extra: 1568/1385 ,
  6021. bottom: 0.047
  6022. }
  6023. },
  6024. gigantamax: {
  6025. height: math.unit(6*16, "feet"),
  6026. weight: math.unit(200*16*16*16, "lbs"),
  6027. name: "Gigantamax",
  6028. image: {
  6029. source: "./media/characters/chari-gal/gigantamax.svg",
  6030. extra: 1124/888 ,
  6031. bottom: 0.03
  6032. }
  6033. },
  6034. },
  6035. [
  6036. {
  6037. name: "Normal",
  6038. height: math.unit(5 + 7/12, "feet")
  6039. },
  6040. {
  6041. name: "Macro",
  6042. height: math.unit(200, "feet"),
  6043. default: true
  6044. }
  6045. ]
  6046. )
  6047. };
  6048. characterMakers["Nova"] = () => {
  6049. return makeCharacter(
  6050. "Nova",
  6051. "CoffeeDoggo",
  6052. {
  6053. front: {
  6054. height: math.unit(6, "feet"),
  6055. weight: math.unit(150, "lbs"),
  6056. name: "Front",
  6057. image: {
  6058. source: "./media/characters/nova/front.svg",
  6059. extra: 5000/4722 ,
  6060. bottom: 0.02
  6061. }
  6062. }
  6063. },
  6064. [
  6065. {
  6066. name: "Micro-",
  6067. height: math.unit(0.8, "inches")
  6068. },
  6069. {
  6070. name: "Micro",
  6071. height: math.unit(2, "inches"),
  6072. default: true
  6073. },
  6074. ]
  6075. )
  6076. };
  6077. characterMakers["Argent"] = () => {
  6078. return makeCharacter(
  6079. "Argent",
  6080. "ArgentVZ",
  6081. {
  6082. front: {
  6083. height: math.unit(3 + 1/12, "feet"),
  6084. weight: math.unit(21.7, "lbs"),
  6085. name: "Front",
  6086. image: {
  6087. source: "./media/characters/argent/front.svg",
  6088. extra: 1565/1416 ,
  6089. bottom: 0.01
  6090. }
  6091. }
  6092. },
  6093. [
  6094. {
  6095. name: "Micro",
  6096. height: math.unit(2, "inches")
  6097. },
  6098. {
  6099. name: "Normal",
  6100. height: math.unit(3 + 1/12, "feet"),
  6101. default: true
  6102. },
  6103. {
  6104. name: "Macro",
  6105. height: math.unit(120, "feet")
  6106. },
  6107. ]
  6108. )
  6109. };
  6110. characterMakers["Mira al-Cul"] = () => {
  6111. return makeCharacter(
  6112. "Mira al-Cul",
  6113. "Mariokartsonicriders",
  6114. {
  6115. lamp: {
  6116. height: math.unit(7 * 1559 / 989, "feet"),
  6117. name: "Magic Lamp",
  6118. image: {
  6119. source: "./media/characters/mira-al-cul/lamp.svg",
  6120. extra: 1617/1559
  6121. }
  6122. },
  6123. front: {
  6124. height: math.unit(7, "feet"),
  6125. name: "Front",
  6126. image: {
  6127. source: "./media/characters/mira-al-cul/front.svg",
  6128. extra: 1044/990
  6129. }
  6130. },
  6131. },
  6132. [
  6133. {
  6134. name: "Heavily Restricted",
  6135. height: math.unit(7 * 1559 / 989, "feet")
  6136. },
  6137. {
  6138. name: "Freshly Freed",
  6139. height: math.unit(50 * 1559 / 989, "feet")
  6140. },
  6141. {
  6142. name: "World Encompassing",
  6143. height: math.unit(10000 * 1559 / 989, "miles")
  6144. },
  6145. {
  6146. name: "Galactic",
  6147. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6148. },
  6149. {
  6150. name: "Palmed Universe",
  6151. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6152. default: true
  6153. },
  6154. {
  6155. name: "Multiversal Matriarch",
  6156. height: math.unit(8.87e10, "yottameters")
  6157. },
  6158. {
  6159. name: "Void Mother",
  6160. height: math.unit(3.14e110, "yottaparsecs")
  6161. },
  6162. ]
  6163. )
  6164. };
  6165. characterMakers["Kuro-shi Uchū"] = () => {
  6166. return makeCharacter(
  6167. "Kuro-shi Uchū",
  6168. "Dragon Shark",
  6169. {
  6170. front: {
  6171. height: math.unit(17 + 1/12, "feet"),
  6172. weight: math.unit(476.2*5, "lbs"),
  6173. name: "Front",
  6174. image: {
  6175. source: "./media/characters/kuro-shi-uchū/front.svg",
  6176. extra: 2329/1835 ,
  6177. bottom: 0.02
  6178. }
  6179. },
  6180. },
  6181. [
  6182. {
  6183. name: "Micro",
  6184. height: math.unit(2, "inches")
  6185. },
  6186. {
  6187. name: "Normal",
  6188. height: math.unit(12, "meters")
  6189. },
  6190. {
  6191. name: "Planetary",
  6192. height: math.unit(0.00929, "AU"),
  6193. default: true
  6194. },
  6195. {
  6196. name: "Universal",
  6197. height: math.unit(20, "gigaparsecs")
  6198. },
  6199. ]
  6200. )
  6201. };
  6202. characterMakers["Katherine"] = () => {
  6203. return makeCharacter(
  6204. "Katherine",
  6205. "chrisrules123",
  6206. {
  6207. front: {
  6208. height: math.unit(5 + 2/12, "feet"),
  6209. weight: math.unit(120, "lbs"),
  6210. name: "Front",
  6211. image: {
  6212. source: "./media/characters/katherine/front.svg",
  6213. extra: 2075/1969
  6214. }
  6215. },
  6216. dress: {
  6217. height: math.unit(5 + 2/12, "feet"),
  6218. weight: math.unit(120, "lbs"),
  6219. name: "Dress",
  6220. image: {
  6221. source: "./media/characters/katherine/dress.svg",
  6222. extra: 2258/2064
  6223. }
  6224. },
  6225. },
  6226. [
  6227. {
  6228. name: "Micro",
  6229. height: math.unit(1, "inches"),
  6230. default: true
  6231. },
  6232. {
  6233. name: "Normal",
  6234. height: math.unit(5 + 2/12, "feet")
  6235. },
  6236. {
  6237. name: "Macro",
  6238. height: math.unit(100, "meters")
  6239. },
  6240. {
  6241. name: "Megamacro",
  6242. height: math.unit(80, "miles")
  6243. },
  6244. ]
  6245. )
  6246. };
  6247. characterMakers["Yevis"] = () => {
  6248. return makeCharacter(
  6249. "Yevis",
  6250. "Mariokartsonicriders",
  6251. {
  6252. front: {
  6253. height: math.unit(7 + 8/12, "feet"),
  6254. weight: math.unit(250, "lbs"),
  6255. name: "Front",
  6256. image: {
  6257. source: "./media/characters/yevis/front.svg",
  6258. extra: 1938/1755
  6259. }
  6260. }
  6261. },
  6262. [
  6263. {
  6264. name: "Mortal",
  6265. height: math.unit(7 + 8/12, "feet")
  6266. },
  6267. {
  6268. name: "Battle",
  6269. height: math.unit(25 + 11/12, "feet")
  6270. },
  6271. {
  6272. name: "Wrath",
  6273. height: math.unit(1654 + 11/12, "feet")
  6274. },
  6275. {
  6276. name: "Planet Destroyer",
  6277. height: math.unit(12000, "miles")
  6278. },
  6279. {
  6280. name: "Galaxy Conqueror",
  6281. height: math.unit(1.45, "zettameters"),
  6282. default: true
  6283. },
  6284. {
  6285. name: "Universal War",
  6286. height: math.unit(184, "gigaparsecs")
  6287. },
  6288. {
  6289. name: "Eternity War",
  6290. height: math.unit(1.98e55, "yottaparsecs")
  6291. },
  6292. ]
  6293. )
  6294. };
  6295. characterMakers["Xavier"] = () => {
  6296. return makeCharacter(
  6297. "Xavier",
  6298. "zmaster587",
  6299. {
  6300. front: {
  6301. height: math.unit(5 + 8/12, "feet"),
  6302. weight: math.unit(63, "kg"),
  6303. name: "Front",
  6304. image: {
  6305. source: "./media/characters/xavier/front.svg",
  6306. extra: 944/883
  6307. }
  6308. },
  6309. frontStretch: {
  6310. height: math.unit(5 + 8/12, "feet"),
  6311. weight: math.unit(63, "kg"),
  6312. name: "Stretching",
  6313. image: {
  6314. source: "./media/characters/xavier/front-stretch.svg",
  6315. extra: 962/820
  6316. }
  6317. },
  6318. },
  6319. [
  6320. {
  6321. name: "Normal",
  6322. height: math.unit(5 + 8/12, "feet")
  6323. },
  6324. {
  6325. name: "Macro",
  6326. height: math.unit(100, "meters"),
  6327. default: true
  6328. },
  6329. {
  6330. name: "McLargeHuge",
  6331. height: math.unit(10, "miles")
  6332. },
  6333. ]
  6334. )
  6335. };
  6336. characterMakers["Joshii"] = () => {
  6337. return makeCharacter(
  6338. "Joshii",
  6339. "DarkieTehJester",
  6340. {
  6341. front: {
  6342. height: math.unit(5 + 5/12, "feet"),
  6343. weight: math.unit(150, "lb"),
  6344. name: "Front",
  6345. image: {
  6346. source: "./media/characters/joshii/front.svg"
  6347. }
  6348. },
  6349. foot: {
  6350. height: math.unit((5 + 5/12) * 0.1676, "feet"),
  6351. name: "Foot",
  6352. image: {
  6353. source: "./media/characters/joshii/foot.svg"
  6354. }
  6355. },
  6356. },
  6357. [
  6358. {
  6359. name: "Micro",
  6360. height: math.unit(2, "inches")
  6361. },
  6362. {
  6363. name: "Normal",
  6364. height: math.unit(5 + 5/12, "feet"),
  6365. default: true
  6366. },
  6367. {
  6368. name: "Macro",
  6369. height: math.unit(785, "feet")
  6370. },
  6371. {
  6372. name: "Megamacro",
  6373. height: math.unit(24.5, "miles")
  6374. },
  6375. ]
  6376. )
  6377. };
  6378. characterMakers["Goddess Elizabeth"] = () => {
  6379. return makeCharacter(
  6380. "Goddess Elizabeth",
  6381. "DarkieTehJester",
  6382. {
  6383. front: {
  6384. height: math.unit(6, "feet"),
  6385. weight: math.unit(150, "lb"),
  6386. name: "Front",
  6387. image: {
  6388. source: "./media/characters/goddess-elizabeth/front.svg"
  6389. }
  6390. },
  6391. foot: {
  6392. height: math.unit(6 * 0.25436 / 2, "feet"),
  6393. name: "Foot",
  6394. image: {
  6395. source: "./media/characters/goddess-elizabeth/foot.svg"
  6396. }
  6397. },
  6398. },
  6399. [
  6400. {
  6401. name: "Micro",
  6402. height: math.unit(12, "feet")
  6403. },
  6404. {
  6405. name: "Normal",
  6406. height: math.unit(80, "miles"),
  6407. default: true
  6408. },
  6409. {
  6410. name: "Macro",
  6411. height: math.unit(15000, "parsecs")
  6412. },
  6413. ]
  6414. )
  6415. };
  6416. characterMakers["Kara"] = () => {
  6417. return makeCharacter(
  6418. "Kara",
  6419. "Vonadi",
  6420. {
  6421. front: {
  6422. height: math.unit(5 + 9/12, "feet"),
  6423. weight: math.unit(144, "lb"),
  6424. name: "Front",
  6425. image: {
  6426. source: "./media/characters/kara/front.svg"
  6427. }
  6428. },
  6429. feet: {
  6430. height: math.unit(6/6.765, "feet"),
  6431. name: "Kara's Feet",
  6432. rename: true,
  6433. image: {
  6434. source: "./media/characters/kara/feet.svg"
  6435. }
  6436. },
  6437. },
  6438. [
  6439. {
  6440. name: "Normal",
  6441. height: math.unit(5 + 9/12, "feet")
  6442. },
  6443. {
  6444. name: "Macro",
  6445. height: math.unit(174, "feet"),
  6446. default: true
  6447. },
  6448. ]
  6449. )
  6450. };
  6451. characterMakers["Tyrone"] = () => {
  6452. return makeCharacter(
  6453. "Tyrone",
  6454. "nanakisan",
  6455. {
  6456. front: {
  6457. height: math.unit(18, "feet"),
  6458. weight: math.unit(4050, "lb"),
  6459. name: "Front",
  6460. image: {
  6461. source: "./media/characters/tyrone/front.svg",
  6462. extra: 2520/2402 ,
  6463. bottom: 0.025
  6464. }
  6465. },
  6466. },
  6467. [
  6468. {
  6469. name: "Normal",
  6470. height: math.unit(18, "feet"),
  6471. default: true
  6472. },
  6473. {
  6474. name: "Macro",
  6475. height: math.unit(300, "feet")
  6476. },
  6477. ]
  6478. )
  6479. };
  6480. characterMakers["Danny"] = () => {
  6481. return makeCharacter(
  6482. "Danny",
  6483. "danny_gryphon",
  6484. {
  6485. front: {
  6486. height: math.unit(7 + 8/12, "feet"),
  6487. weight: math.unit(120, "lb"),
  6488. name: "Front",
  6489. image: {
  6490. source: "./media/characters/danny/front.svg",
  6491. extra: 1490/1350
  6492. }
  6493. },
  6494. back: {
  6495. height: math.unit(7 + 8/12, "feet"),
  6496. weight: math.unit(120, "lb"),
  6497. name: "Back",
  6498. image: {
  6499. source: "./media/characters/danny/back.svg",
  6500. extra: 1490/1350
  6501. }
  6502. },
  6503. },
  6504. [
  6505. {
  6506. name: "Normal",
  6507. height: math.unit(7 + 8/12, "feet"),
  6508. default: true
  6509. },
  6510. ]
  6511. )
  6512. };
  6513. characterMakers["Mallow"] = () => {
  6514. return makeCharacter(
  6515. "Mallow",
  6516. "Mallowchu",
  6517. {
  6518. front: {
  6519. height: math.unit(3.5, "inches"),
  6520. weight: math.unit(19, "grams"),
  6521. name: "Front",
  6522. image: {
  6523. source: "./media/characters/mallow/front.svg",
  6524. extra: 471/431
  6525. }
  6526. },
  6527. back: {
  6528. height: math.unit(3.5, "inches"),
  6529. weight: math.unit(19, "grams"),
  6530. name: "Back",
  6531. image: {
  6532. source: "./media/characters/mallow/back.svg",
  6533. extra: 471/431
  6534. }
  6535. },
  6536. },
  6537. [
  6538. {
  6539. name: "Normal",
  6540. height: math.unit(3.5, "inches"),
  6541. default: true
  6542. },
  6543. ]
  6544. )
  6545. };
  6546. characterMakers["Starry Aqua"] = () => {
  6547. return makeCharacter(
  6548. "Starry Aqua",
  6549. "StarryAqua",
  6550. {
  6551. front: {
  6552. height: math.unit(9, "feet"),
  6553. weight: math.unit(230, "kg"),
  6554. name: "Front",
  6555. image: {
  6556. source: "./media/characters/starry-aqua/front.svg"
  6557. }
  6558. },
  6559. back: {
  6560. height: math.unit(9, "feet"),
  6561. weight: math.unit(230, "kg"),
  6562. name: "Back",
  6563. image: {
  6564. source: "./media/characters/starry-aqua/back.svg"
  6565. }
  6566. },
  6567. hand: {
  6568. height: math.unit(9 * 0.1168, "feet"),
  6569. name: "Hand",
  6570. image: {
  6571. source: "./media/characters/starry-aqua/hand.svg"
  6572. }
  6573. },
  6574. foot: {
  6575. height: math.unit(9 * 0.18, "feet"),
  6576. name: "Foot",
  6577. image: {
  6578. source: "./media/characters/starry-aqua/foot.svg"
  6579. }
  6580. }
  6581. },
  6582. [
  6583. {
  6584. name: "Micro",
  6585. height: math.unit(3, "inches")
  6586. },
  6587. {
  6588. name: "Normal",
  6589. height: math.unit(9, "feet")
  6590. },
  6591. {
  6592. name: "Macro",
  6593. height: math.unit(300, "feet"),
  6594. default: true
  6595. },
  6596. {
  6597. name: "Megamacro",
  6598. height: math.unit(3200, "feet")
  6599. }
  6600. ]
  6601. )
  6602. };
  6603. characterMakers["Luka"] = () => {
  6604. return makeCharacter(
  6605. "Luka",
  6606. "UmbraHusky",
  6607. {
  6608. front: {
  6609. height: math.unit(6, "feet"),
  6610. weight: math.unit(230, "lb"),
  6611. name: "Front",
  6612. image: {
  6613. source: "./media/characters/luka/front.svg",
  6614. extra: 1,
  6615. bottom: 0.025
  6616. }
  6617. },
  6618. },
  6619. [
  6620. {
  6621. name: "Normal",
  6622. height: math.unit(12 + 8/12, "feet"),
  6623. default: true
  6624. },
  6625. {
  6626. name: "Minimacro",
  6627. height: math.unit(20, "feet")
  6628. },
  6629. {
  6630. name: "Macro",
  6631. height: math.unit(250, "feet")
  6632. },
  6633. {
  6634. name: "Megamacro",
  6635. height: math.unit(5, "miles")
  6636. },
  6637. {
  6638. name: "Gigamacro",
  6639. height: math.unit(8000, "miles")
  6640. },
  6641. ]
  6642. )
  6643. };
  6644. characterMakers["Natalie Nightring"] = () => {
  6645. return makeCharacter(
  6646. "Natalie Nightring",
  6647. "NatEdgecomb",
  6648. {
  6649. front: {
  6650. height: math.unit(6, "feet"),
  6651. weight: math.unit(150, "lb"),
  6652. name: "Front",
  6653. image: {
  6654. source: "./media/characters/natalie-nightring/front.svg",
  6655. extra: 1,
  6656. bottom: 0.06
  6657. }
  6658. },
  6659. },
  6660. [
  6661. {
  6662. name: "Uh Oh",
  6663. height: math.unit(0.1, "mm")
  6664. },
  6665. {
  6666. name: "Small",
  6667. height: math.unit(3, "inches")
  6668. },
  6669. {
  6670. name: "Human Scale",
  6671. height: math.unit(6, "feet")
  6672. },
  6673. {
  6674. name: "Librarian",
  6675. height: math.unit(50, "feet"),
  6676. default: true
  6677. },
  6678. {
  6679. name: "Immense",
  6680. height: math.unit(200, "miles")
  6681. },
  6682. ]
  6683. )
  6684. };
  6685. characterMakers["Danni Rosie"] = () => {
  6686. return makeCharacter(
  6687. "Danni Rosie",
  6688. "colwag",
  6689. {
  6690. front: {
  6691. height: math.unit(6, "feet"),
  6692. weight: math.unit(180, "lbs"),
  6693. name: "Front",
  6694. image: {
  6695. source: "./media/characters/danni-rosie/front.svg",
  6696. extra: 1260/1128 ,
  6697. bottom: 0.022
  6698. }
  6699. },
  6700. },
  6701. [
  6702. {
  6703. name: "Micro",
  6704. height: math.unit(2, "inches"),
  6705. default: true
  6706. },
  6707. ]
  6708. )
  6709. };
  6710. characterMakers["Samantha Kruse"] = () => {
  6711. return makeCharacter(
  6712. "Samantha Kruse",
  6713. "colwag",
  6714. {
  6715. front: {
  6716. height: math.unit(5 + 9/12, "feet"),
  6717. weight: math.unit(220, "lb"),
  6718. name: "Front",
  6719. image: {
  6720. source: "./media/characters/samantha-kruse/front.svg",
  6721. extra: (985 / 935) ,
  6722. bottom: 0.03
  6723. }
  6724. },
  6725. frontUndressed: {
  6726. height: math.unit(5 + 9/12, "feet"),
  6727. weight: math.unit(220, "lb"),
  6728. name: "Front (Undressed)",
  6729. image: {
  6730. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6731. extra: (973 / 923) ,
  6732. bottom: 0.025
  6733. }
  6734. },
  6735. fat: {
  6736. height: math.unit(5 + 9/12, "feet"),
  6737. weight: math.unit(900, "lb"),
  6738. name: "Front (Fat)",
  6739. image: {
  6740. source: "./media/characters/samantha-kruse/fat.svg",
  6741. extra: 2688/2561
  6742. }
  6743. },
  6744. },
  6745. [
  6746. {
  6747. name: "Normal",
  6748. height: math.unit(5 + 9/12, "feet"),
  6749. default: true
  6750. }
  6751. ]
  6752. )
  6753. };
  6754. characterMakers["Amelia Rosie"] = () => {
  6755. return makeCharacter(
  6756. "Amelia Rosie",
  6757. "colwag",
  6758. {
  6759. back: {
  6760. height: math.unit(5 + 4/12, "feet"),
  6761. weight: math.unit(4963, "lb"),
  6762. name: "Back",
  6763. image: {
  6764. source: "./media/characters/amelia-rosie/back.svg",
  6765. extra: 1113/963 ,
  6766. bottom: 0.01
  6767. }
  6768. },
  6769. },
  6770. [
  6771. {
  6772. name: "Level 0",
  6773. height: math.unit(5 + 4/12, "feet")
  6774. },
  6775. {
  6776. name: "Level 1",
  6777. height: math.unit(164597, "feet"),
  6778. default: true
  6779. },
  6780. {
  6781. name: "Level 2",
  6782. height: math.unit(956243, "miles")
  6783. },
  6784. {
  6785. name: "Level 3",
  6786. height: math.unit(29421709423, "miles")
  6787. },
  6788. {
  6789. name: "Level 4",
  6790. height: math.unit(154, "lightyears")
  6791. },
  6792. {
  6793. name: "Level 5",
  6794. height: math.unit(4738272, "lightyears")
  6795. },
  6796. {
  6797. name: "Level 6",
  6798. height: math.unit(145787152896, "lightyears")
  6799. },
  6800. ]
  6801. )
  6802. };
  6803. characterMakers["Rook Kitara"] = () => {
  6804. return makeCharacter(
  6805. "Rook Kitara",
  6806. "TailsHigh",
  6807. {
  6808. front: {
  6809. height: math.unit(5 + 11/12, "feet"),
  6810. weight: math.unit(65, "kg"),
  6811. name: "Front",
  6812. image: {
  6813. source: "./media/characters/rook-kitara/front.svg",
  6814. extra: 1347/1274 ,
  6815. bottom: 0.005
  6816. }
  6817. },
  6818. },
  6819. [
  6820. {
  6821. name: "Totally Unfair",
  6822. height: math.unit(1.8, "mm")
  6823. },
  6824. {
  6825. name: "Lap Rookie",
  6826. height: math.unit(1.4, "feet")
  6827. },
  6828. {
  6829. name: "Normal",
  6830. height: math.unit(5 + 11/12, "feet"),
  6831. default: true
  6832. },
  6833. {
  6834. name: "How Did This Happen",
  6835. height: math.unit(80, "miles")
  6836. }
  6837. ]
  6838. )
  6839. };
  6840. characterMakers["Pisces"] = () => {
  6841. return makeCharacter(
  6842. "Pisces",
  6843. "Pisces_Kelp",
  6844. {
  6845. front: {
  6846. height: math.unit(7, "feet"),
  6847. weight: math.unit(300, "lb"),
  6848. name: "Front",
  6849. image: {
  6850. source: "./media/characters/pisces/front.svg",
  6851. extra: 2255/2115 ,
  6852. bottom: 0.03
  6853. }
  6854. },
  6855. back: {
  6856. height: math.unit(7, "feet"),
  6857. weight: math.unit(300, "lb"),
  6858. name: "Back",
  6859. image: {
  6860. source: "./media/characters/pisces/back.svg",
  6861. extra: 2146/2055 ,
  6862. bottom: 0.04
  6863. }
  6864. },
  6865. },
  6866. [
  6867. {
  6868. name: "Normal",
  6869. height: math.unit(7, "feet"),
  6870. default: true
  6871. },
  6872. {
  6873. name: "Swimming Pool",
  6874. height: math.unit(12.2, "meters")
  6875. },
  6876. {
  6877. name: "Olympic Swimming Pool",
  6878. height: math.unit(56.3, "meters")
  6879. },
  6880. {
  6881. name: "Lake Superior",
  6882. height: math.unit(93900, "meters")
  6883. },
  6884. {
  6885. name: "Mediterranean Sea",
  6886. height: math.unit(644457, "meters")
  6887. },
  6888. {
  6889. name: "World's Oceans",
  6890. height: math.unit(4567491, "meters")
  6891. },
  6892. ]
  6893. )
  6894. };
  6895. characterMakers["Zelas"] = () => {
  6896. return makeCharacter(
  6897. "Zelas",
  6898. "Cirez",
  6899. {
  6900. front: {
  6901. height: math.unit(2.3, "meters"),
  6902. weight: math.unit(120, "kg"),
  6903. name: "Front",
  6904. image: {
  6905. source: "./media/characters/zelas/front.svg"
  6906. }
  6907. },
  6908. side: {
  6909. height: math.unit(2.3, "meters"),
  6910. weight: math.unit(120, "kg"),
  6911. name: "Side",
  6912. image: {
  6913. source: "./media/characters/zelas/side.svg"
  6914. }
  6915. },
  6916. back: {
  6917. height: math.unit(2.3, "meters"),
  6918. weight: math.unit(120, "kg"),
  6919. name: "Back",
  6920. image: {
  6921. source: "./media/characters/zelas/back.svg"
  6922. }
  6923. },
  6924. foot: {
  6925. height: math.unit(1.116, "feet"),
  6926. name: "Foot",
  6927. image: {
  6928. source: "./media/characters/zelas/foot.svg"
  6929. }
  6930. },
  6931. },
  6932. [
  6933. {
  6934. name: "Normal",
  6935. height: math.unit(2.3, "meters")
  6936. },
  6937. {
  6938. name: "Macro",
  6939. height: math.unit(30, "meters"),
  6940. default: true
  6941. },
  6942. ]
  6943. )
  6944. };
  6945. characterMakers["Talbot"] = () => {
  6946. return makeCharacter(
  6947. "Talbot",
  6948. "Talbot",
  6949. {
  6950. front: {
  6951. height: math.unit(1, "inch"),
  6952. weight: math.unit(0.21, "grams"),
  6953. name: "Front",
  6954. image: {
  6955. source: "./media/characters/talbot/front.svg",
  6956. extra: 594/544
  6957. }
  6958. },
  6959. },
  6960. [
  6961. {
  6962. name: "Micro",
  6963. height: math.unit(1, "inch"),
  6964. default: true
  6965. },
  6966. ]
  6967. )
  6968. };
  6969. characterMakers["Fliss"] = () => {
  6970. return makeCharacter(
  6971. "Fliss",
  6972. "Fliss",
  6973. {
  6974. front: {
  6975. height: math.unit(3 + 3/12, "feet"),
  6976. weight: math.unit(51.8, "lb"),
  6977. name: "Front",
  6978. image: {
  6979. source: "./media/characters/fliss/front.svg",
  6980. extra: 840/640
  6981. }
  6982. },
  6983. },
  6984. [
  6985. {
  6986. name: "Teeny Tiny",
  6987. height: math.unit(1, "mm")
  6988. },
  6989. {
  6990. name: "Small",
  6991. height: math.unit(1, "inch"),
  6992. default: true
  6993. },
  6994. {
  6995. name: "Standard Sylveon",
  6996. height: math.unit(3 + 3/12, "feet")
  6997. },
  6998. {
  6999. name: "Large Nuisance",
  7000. height: math.unit(33, "feet")
  7001. },
  7002. {
  7003. name: "City Filler",
  7004. height: math.unit(3000, "feet")
  7005. },
  7006. {
  7007. name: "New Horizon",
  7008. height: math.unit(6000, "miles")
  7009. },
  7010. ]
  7011. )
  7012. };
  7013. characterMakers["Fleta"] = () => {
  7014. return makeCharacter(
  7015. "Fleta",
  7016. "TheFleta",
  7017. {
  7018. front: {
  7019. height: math.unit(5, "cm"),
  7020. weight: math.unit(1.94, "g"),
  7021. name: "Front",
  7022. image: {
  7023. source: "./media/characters/fleta/front.svg",
  7024. extra: 835/803
  7025. }
  7026. },
  7027. back: {
  7028. height: math.unit(5, "cm"),
  7029. weight: math.unit(1.94, "g"),
  7030. name: "Back",
  7031. image: {
  7032. source: "./media/characters/fleta/back.svg",
  7033. extra: 835/803
  7034. }
  7035. },
  7036. },
  7037. [
  7038. {
  7039. name: "Micro",
  7040. height: math.unit(5, "cm"),
  7041. default: true
  7042. },
  7043. ]
  7044. )
  7045. };
  7046. characterMakers["Dominic"] = () => {
  7047. return makeCharacter(
  7048. "Dominic",
  7049. "HypoTheDerg",
  7050. {
  7051. front: {
  7052. height: math.unit(6, "feet"),
  7053. weight: math.unit(225, "lb"),
  7054. name: "Front",
  7055. image: {
  7056. source: "./media/characters/dominic/front.svg",
  7057. extra: 1770/1620 ,
  7058. bottom: 0.025
  7059. }
  7060. },
  7061. back: {
  7062. height: math.unit(6, "feet"),
  7063. weight: math.unit(225, "lb"),
  7064. name: "Back",
  7065. image: {
  7066. source: "./media/characters/dominic/back.svg",
  7067. extra: 1745/1620 ,
  7068. bottom: 0.065
  7069. }
  7070. },
  7071. },
  7072. [
  7073. {
  7074. name: "Nano",
  7075. height: math.unit(0.1, "mm")
  7076. },
  7077. {
  7078. name: "Micro-",
  7079. height: math.unit(1, "mm")
  7080. },
  7081. {
  7082. name: "Micro",
  7083. height: math.unit(4, "inches")
  7084. },
  7085. {
  7086. name: "Normal",
  7087. height: math.unit(6 + 4/12, "feet"),
  7088. default: true
  7089. },
  7090. {
  7091. name: "Macro",
  7092. height: math.unit(115, "feet")
  7093. },
  7094. {
  7095. name: "Macro+",
  7096. height: math.unit(955, "feet")
  7097. },
  7098. {
  7099. name: "Megamacro",
  7100. height: math.unit(8990, "feet")
  7101. },
  7102. {
  7103. name: "Gigmacro",
  7104. height: math.unit(9310, "miles")
  7105. },
  7106. {
  7107. name: "Teramacro",
  7108. height: math.unit(1567005010, "miles")
  7109. },
  7110. {
  7111. name: "Examacro",
  7112. height: math.unit(1425, "parsecs")
  7113. },
  7114. ]
  7115. )
  7116. };
  7117. characterMakers["Major Colonel"] = () => {
  7118. return makeCharacter(
  7119. "Major Colonel",
  7120. "Major Colonel",
  7121. {
  7122. front: {
  7123. height: math.unit(400, "feet"),
  7124. weight: math.unit(44444444, "lb"),
  7125. name: "Front",
  7126. image: {
  7127. source: "./media/characters/major-colonel/front.svg"
  7128. }
  7129. },
  7130. back: {
  7131. height: math.unit(400, "feet"),
  7132. weight: math.unit(44444444, "lb"),
  7133. name: "Back",
  7134. image: {
  7135. source: "./media/characters/major-colonel/back.svg"
  7136. }
  7137. },
  7138. },
  7139. [
  7140. {
  7141. name: "Macro",
  7142. height: math.unit(400, "feet"),
  7143. default: true
  7144. },
  7145. ]
  7146. )
  7147. };
  7148. characterMakers["Axel Lycan"] = () => {
  7149. return makeCharacter(
  7150. "Axel Lycan",
  7151. "AxelLycan",
  7152. {
  7153. front: {
  7154. height: math.unit(6, "feet"),
  7155. weight: math.unit(120, "lb"),
  7156. name: "Front",
  7157. image: {
  7158. source: "./media/characters/axel-lycan/front.svg",
  7159. extra: 1,
  7160. bottom: 0.08
  7161. }
  7162. },
  7163. },
  7164. [
  7165. {
  7166. name: "Macro",
  7167. height: math.unit(1, "km"),
  7168. default: true
  7169. },
  7170. ]
  7171. )
  7172. };
  7173. characterMakers["Vanrel (Hyena)"] = () => {
  7174. return makeCharacter(
  7175. "Vanrel (Hyena)",
  7176. "Vanrel",
  7177. {
  7178. front: {
  7179. height: math.unit(5 + 9/12, "feet"),
  7180. weight: math.unit(175, "lb"),
  7181. name: "Front",
  7182. image: {
  7183. source: "./media/characters/vanrel-hyena/front.svg",
  7184. extra: 1086/1010 ,
  7185. bottom: 0.04
  7186. }
  7187. },
  7188. },
  7189. [
  7190. {
  7191. name: "Normal",
  7192. height: math.unit(5 + 9/12, "feet"),
  7193. default: true
  7194. },
  7195. ]
  7196. )
  7197. };
  7198. characterMakers["Abbott Absol"] = () => {
  7199. return makeCharacter(
  7200. "Abbott Absol",
  7201. "Abbott Absol",
  7202. {
  7203. front: {
  7204. height: math.unit(6, "feet"),
  7205. weight: math.unit(103, "lb"),
  7206. name: "Front",
  7207. image: {
  7208. source: "./media/characters/abbott-absol/front.svg",
  7209. extra: 2010/1842
  7210. }
  7211. },
  7212. },
  7213. [
  7214. {
  7215. name: "Megamicro",
  7216. height: math.unit(0.1, "mm")
  7217. },
  7218. {
  7219. name: "Micro",
  7220. height: math.unit(1, "inch")
  7221. },
  7222. {
  7223. name: "Normal",
  7224. height: math.unit(6, "feet"),
  7225. default: true
  7226. },
  7227. ]
  7228. )
  7229. };
  7230. characterMakers["Hector"] = () => {
  7231. return makeCharacter(
  7232. "Hector",
  7233. "LibragonSlvr",
  7234. {
  7235. front: {
  7236. height: math.unit(6, "feet"),
  7237. weight: math.unit(264, "lb"),
  7238. name: "Front",
  7239. image: {
  7240. source: "./media/characters/hector/front.svg",
  7241. extra: 2280/2130 ,
  7242. bottom: 0.07
  7243. }
  7244. },
  7245. },
  7246. [
  7247. {
  7248. name: "Normal",
  7249. height: math.unit(12.25, "foot"),
  7250. default: true
  7251. },
  7252. {
  7253. name: "Macro",
  7254. height: math.unit(160, "feet")
  7255. },
  7256. ]
  7257. )
  7258. };
  7259. characterMakers["Sal"] = () => {
  7260. return makeCharacter(
  7261. "Sal",
  7262. "Bigdur",
  7263. {
  7264. front: {
  7265. height: math.unit(6, "feet"),
  7266. weight: math.unit(150, "lb"),
  7267. name: "Front",
  7268. image: {
  7269. source: "./media/characters/sal/front.svg",
  7270. extra: 1846/1699 ,
  7271. bottom: 0.04
  7272. }
  7273. },
  7274. },
  7275. [
  7276. {
  7277. name: "Megamacro",
  7278. height: math.unit(10, "miles"),
  7279. default: true
  7280. },
  7281. ]
  7282. )
  7283. };
  7284. characterMakers["Ranger"] = () => {
  7285. return makeCharacter(
  7286. "Ranger",
  7287. "Ranger",
  7288. {
  7289. front: {
  7290. height: math.unit(3, "meters"),
  7291. weight: math.unit(450, "kg"),
  7292. name: "front",
  7293. image: {
  7294. source: "./media/characters/ranger/front.svg",
  7295. extra: 2401/2243 ,
  7296. bottom: 0.05
  7297. }
  7298. },
  7299. },
  7300. [
  7301. {
  7302. name: "Normal",
  7303. height: math.unit(3, "meters"),
  7304. default: true
  7305. },
  7306. ]
  7307. )
  7308. };
  7309. characterMakers["Theresa"] = () => {
  7310. return makeCharacter(
  7311. "Theresa",
  7312. "Ranger",
  7313. {
  7314. front: {
  7315. height: math.unit(14, "feet"),
  7316. weight: math.unit(800, "kg"),
  7317. name: "Front",
  7318. image: {
  7319. source: "./media/characters/theresa/front.svg",
  7320. extra: 3575/3346 ,
  7321. bottom: 0.03
  7322. }
  7323. },
  7324. },
  7325. [
  7326. {
  7327. name: "Normal",
  7328. height: math.unit(14, "feet"),
  7329. default: true
  7330. },
  7331. ]
  7332. )
  7333. };
  7334. characterMakers["Ine"] = () => {
  7335. return makeCharacter(
  7336. "Ine",
  7337. "Ranger",
  7338. {
  7339. front: {
  7340. height: math.unit(6, "feet"),
  7341. weight: math.unit(3, "kg"),
  7342. name: "Front",
  7343. image: {
  7344. source: "./media/characters/ine/front.svg",
  7345. extra: 678/539 ,
  7346. bottom: 0.023
  7347. }
  7348. },
  7349. },
  7350. [
  7351. {
  7352. name: "Normal",
  7353. height: math.unit(2.265, "feet"),
  7354. default: true
  7355. },
  7356. ]
  7357. )
  7358. };
  7359. characterMakers["Vial"] = () => {
  7360. return makeCharacter(
  7361. "Vial",
  7362. "Ranger",
  7363. {
  7364. front: {
  7365. height: math.unit(5, "feet"),
  7366. weight: math.unit(30, "kg"),
  7367. name: "Front",
  7368. image: {
  7369. source: "./media/characters/vial/front.svg",
  7370. extra: 1365/1277 ,
  7371. bottom: 0.04
  7372. }
  7373. },
  7374. },
  7375. [
  7376. {
  7377. name: "Normal",
  7378. height: math.unit(5, "feet"),
  7379. default: true
  7380. },
  7381. ]
  7382. )
  7383. };
  7384. characterMakers["Rovoska"] = () => {
  7385. return makeCharacter(
  7386. "Rovoska",
  7387. "Rovoska",
  7388. {
  7389. side: {
  7390. height: math.unit(3.4, "meters"),
  7391. weight: math.unit(1000, "lb"),
  7392. name: "Side",
  7393. image: {
  7394. source: "./media/characters/rovoska/side.svg",
  7395. extra: 4403/1515
  7396. }
  7397. },
  7398. },
  7399. [
  7400. {
  7401. name: "Normal",
  7402. height: math.unit(3.4, "meters"),
  7403. default: true
  7404. },
  7405. ]
  7406. )
  7407. };
  7408. characterMakers["Gunner Rotthbauer"] = () => {
  7409. return makeCharacter(
  7410. "Gunner Rotthbauer",
  7411. "GunnerRott",
  7412. {
  7413. front: {
  7414. height: math.unit(8, "feet"),
  7415. weight: math.unit(315, "lb"),
  7416. name: "Front",
  7417. image: {
  7418. source: "./media/characters/gunner-rotthbauer/front.svg"
  7419. }
  7420. },
  7421. back: {
  7422. height: math.unit(8, "feet"),
  7423. weight: math.unit(315, "lb"),
  7424. name: "Back",
  7425. image: {
  7426. source: "./media/characters/gunner-rotthbauer/back.svg"
  7427. }
  7428. },
  7429. },
  7430. [
  7431. {
  7432. name: "Micro",
  7433. height: math.unit(3.5, "inches")
  7434. },
  7435. {
  7436. name: "Normal",
  7437. height: math.unit(8, "feet"),
  7438. default: true
  7439. },
  7440. {
  7441. name: "Macro",
  7442. height: math.unit(250, "feet")
  7443. },
  7444. {
  7445. name: "Megamacro",
  7446. height: math.unit(1, "AU")
  7447. },
  7448. ]
  7449. )
  7450. };
  7451. characterMakers["Allatia"] = () => {
  7452. return makeCharacter(
  7453. "Allatia",
  7454. "ilikefurrystoo",
  7455. {
  7456. front: {
  7457. height: math.unit(5 + 5/12, "feet"),
  7458. weight: math.unit(140, "lb"),
  7459. name: "Front",
  7460. image: {
  7461. source: "./media/characters/allatia/front.svg",
  7462. extra: 1227/1180 ,
  7463. bottom: 0.027
  7464. }
  7465. },
  7466. },
  7467. [
  7468. {
  7469. name: "Normal",
  7470. height: math.unit(5 + 5/12, "feet")
  7471. },
  7472. {
  7473. name: "Macro",
  7474. height: math.unit(250, "feet"),
  7475. default: true
  7476. },
  7477. {
  7478. name: "Megamacro",
  7479. height: math.unit(8, "miles")
  7480. }
  7481. ]
  7482. )
  7483. };
  7484. characterMakers["Tene"] = () => {
  7485. return makeCharacter(
  7486. "Tene",
  7487. "TenebrisDrox",
  7488. {
  7489. front: {
  7490. height: math.unit(6, "feet"),
  7491. weight: math.unit(120, "lb"),
  7492. name: "Front",
  7493. image: {
  7494. source: "./media/characters/tene/front.svg",
  7495. extra: 1728/1578 ,
  7496. bottom: 0.022
  7497. }
  7498. },
  7499. stomping: {
  7500. height: math.unit(2.025, "meters"),
  7501. weight: math.unit(120, "lb"),
  7502. name: "Stomping",
  7503. image: {
  7504. source: "./media/characters/tene/stomping.svg",
  7505. extra: 938/873 ,
  7506. bottom: 0.01
  7507. }
  7508. },
  7509. sitting: {
  7510. height: math.unit(1, "meter"),
  7511. weight: math.unit(120, "lb"),
  7512. name: "Sitting",
  7513. image: {
  7514. source: "./media/characters/tene/sitting.svg",
  7515. extra: 437/415 ,
  7516. bottom: 0.1
  7517. }
  7518. },
  7519. feral: {
  7520. height: math.unit(3.9, "feet"),
  7521. weight: math.unit(250, "lb"),
  7522. name: "Feral",
  7523. image: {
  7524. source: "./media/characters/tene/feral.svg",
  7525. extra: 717/458 ,
  7526. bottom: 0.179
  7527. }
  7528. },
  7529. },
  7530. [
  7531. {
  7532. name: "Normal",
  7533. height: math.unit(6, "feet")
  7534. },
  7535. {
  7536. name: "Macro",
  7537. height: math.unit(300, "feet"),
  7538. default: true
  7539. },
  7540. {
  7541. name: "Megamacro",
  7542. height: math.unit(5, "miles")
  7543. },
  7544. ]
  7545. )
  7546. };
  7547. characterMakers["Evander"] = () => {
  7548. return makeCharacter(
  7549. "Evander",
  7550. "KlezmerGryphon",
  7551. {
  7552. side: {
  7553. height: math.unit(6, "feet"),
  7554. name: "Side",
  7555. image: {
  7556. source: "./media/characters/evander/side.svg",
  7557. extra: 877/477
  7558. }
  7559. },
  7560. },
  7561. [
  7562. {
  7563. name: "Normal",
  7564. height: math.unit(0.83, "meters"),
  7565. default: true
  7566. },
  7567. ]
  7568. )
  7569. };
  7570. characterMakers["Ka'Tamra \"Spaz\" Ci'Karan"] = () => {
  7571. return makeCharacter(
  7572. "Ka'Tamra \"Spaz\" Ci'Karan",
  7573. "Spazman",
  7574. {
  7575. front: {
  7576. height: math.unit(12, "feet"),
  7577. weight: math.unit(1000, "lb"),
  7578. name: "Front",
  7579. image: {
  7580. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7581. extra: 1762/1611
  7582. }
  7583. },
  7584. back: {
  7585. height: math.unit(12, "feet"),
  7586. weight: math.unit(1000, "lb"),
  7587. name: "Back",
  7588. image: {
  7589. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7590. extra: 1762/1611
  7591. }
  7592. },
  7593. },
  7594. [
  7595. {
  7596. name: "Normal",
  7597. height: math.unit(12, "feet"),
  7598. default: true
  7599. },
  7600. {
  7601. name: "Kaiju",
  7602. height: math.unit(150, "feet")
  7603. },
  7604. ]
  7605. )
  7606. };
  7607. characterMakers["Zero Alurus"] = () => {
  7608. return makeCharacter(
  7609. "Zero Alurus",
  7610. "",
  7611. {
  7612. front: {
  7613. height: math.unit(6, "feet"),
  7614. weight: math.unit(150, "lb"),
  7615. name: "Front",
  7616. image: {
  7617. source: "./media/characters/zero-alurus/front.svg"
  7618. }
  7619. },
  7620. back: {
  7621. height: math.unit(6, "feet"),
  7622. weight: math.unit(150, "lb"),
  7623. name: "Back",
  7624. image: {
  7625. source: "./media/characters/zero-alurus/back.svg"
  7626. }
  7627. },
  7628. },
  7629. [
  7630. {
  7631. name: "Normal",
  7632. height: math.unit(5 + 10/12, "feet")
  7633. },
  7634. {
  7635. name: "Macro",
  7636. height: math.unit(60, "feet"),
  7637. default: true
  7638. },
  7639. {
  7640. name: "Macro+",
  7641. height: math.unit(450, "feet")
  7642. },
  7643. ]
  7644. )
  7645. };
  7646. characterMakers["Mega Shi"] = () => {
  7647. return makeCharacter(
  7648. "Mega Shi",
  7649. "MShi8027",
  7650. {
  7651. front: {
  7652. height: math.unit(6, "feet"),
  7653. weight: math.unit(200, "lb"),
  7654. name: "Front",
  7655. image: {
  7656. source: "./media/characters/mega-shi/front.svg",
  7657. extra: 1279/1250 ,
  7658. bottom: 0.02
  7659. }
  7660. },
  7661. back: {
  7662. height: math.unit(6, "feet"),
  7663. weight: math.unit(200, "lb"),
  7664. name: "Back",
  7665. image: {
  7666. source: "./media/characters/mega-shi/back.svg",
  7667. extra: 1279/1250 ,
  7668. bottom: 0.02
  7669. }
  7670. },
  7671. },
  7672. [
  7673. {
  7674. name: "Micro",
  7675. height: math.unit(16 + 6/12, "feet")
  7676. },
  7677. {
  7678. name: "Normal",
  7679. height: math.unit(660, "feet"),
  7680. default: true
  7681. },
  7682. {
  7683. name: "Megamacro",
  7684. height: math.unit(10, "miles")
  7685. },
  7686. {
  7687. name: "Planetary Launch",
  7688. height: math.unit(500, "miles")
  7689. },
  7690. {
  7691. name: "Interstellar",
  7692. height: math.unit(1e9, "miles")
  7693. },
  7694. {
  7695. name: "Leaving the Universe",
  7696. height: math.unit(1, "gigaparsec")
  7697. },
  7698. {
  7699. name: "Travelling Universes",
  7700. height: math.unit(30e15, "parsecs")
  7701. },
  7702. ]
  7703. )
  7704. };
  7705. characterMakers["Odyssey"] = () => {
  7706. return makeCharacter(
  7707. "Odyssey",
  7708. "Freschlauhs",
  7709. {
  7710. front: {
  7711. height: math.unit(6, "feet"),
  7712. weight: math.unit(150, "lb"),
  7713. name: "Front",
  7714. image: {
  7715. source: "./media/characters/odyssey/front.svg",
  7716. extra: 1782/1582 ,
  7717. bottom: 0.01
  7718. }
  7719. },
  7720. side: {
  7721. height: math.unit(5.6, "feet"),
  7722. weight: math.unit(140, "lb"),
  7723. name: "Side",
  7724. image: {
  7725. source: "./media/characters/odyssey/side.svg",
  7726. extra: 6462/5700
  7727. }
  7728. },
  7729. },
  7730. [
  7731. {
  7732. name: "Normal",
  7733. height: math.unit(5 + 4/12, "feet")
  7734. },
  7735. {
  7736. name: "Macro",
  7737. height: math.unit(1, "km")
  7738. },
  7739. {
  7740. name: "Megamacro",
  7741. height: math.unit(3000, "km")
  7742. },
  7743. {
  7744. name: "Gigamacro",
  7745. height: math.unit(1, "AU"),
  7746. default: true
  7747. },
  7748. {
  7749. name: "Omniversal",
  7750. height: math.unit(100e14, "lightyears")
  7751. },
  7752. ]
  7753. )
  7754. };
  7755. characterMakers["Mekuto"] = () => {
  7756. return makeCharacter(
  7757. "Mekuto",
  7758. "Mekuto",
  7759. {
  7760. front: {
  7761. height: math.unit(6, "feet"),
  7762. weight: math.unit(300, "lb"),
  7763. name: "Front",
  7764. image: {
  7765. source: "./media/characters/mekuto/front.svg",
  7766. extra: 921/832 ,
  7767. bottom: 0.03
  7768. }
  7769. },
  7770. hand: {
  7771. height: math.unit(6/10.24, "feet"),
  7772. name: "Hand",
  7773. image: {
  7774. source: "./media/characters/mekuto/hand.svg"
  7775. }
  7776. },
  7777. foot: {
  7778. height: math.unit(6/5.05, "feet"),
  7779. name: "Foot",
  7780. image: {
  7781. source: "./media/characters/mekuto/foot.svg"
  7782. }
  7783. },
  7784. },
  7785. [
  7786. {
  7787. name: "Minimicro",
  7788. height: math.unit(0.2, "inches")
  7789. },
  7790. {
  7791. name: "Micro",
  7792. height: math.unit(1.5, "inches")
  7793. },
  7794. {
  7795. name: "Normal",
  7796. height: math.unit(5 + 11/12, "feet"),
  7797. default: true
  7798. },
  7799. {
  7800. name: "Minimacro",
  7801. height: math.unit(17 + 9/12, "feet")
  7802. },
  7803. {
  7804. name: "Macro",
  7805. height: math.unit(177.5, "feet")
  7806. },
  7807. {
  7808. name: "Megamacro",
  7809. height: math.unit(152, "miles")
  7810. },
  7811. ]
  7812. )
  7813. };
  7814. characterMakers["Dafydd Tomos"] = () => {
  7815. return makeCharacter(
  7816. "Dafydd Tomos",
  7817. "SolarfoxArt",
  7818. {
  7819. front: {
  7820. height: math.unit(6.5, "inches"),
  7821. weight: math.unit(13, "oz"),
  7822. name: "Front",
  7823. image: {
  7824. source: "./media/characters/dafydd-tomos/front.svg",
  7825. extra: 2990/2603 ,
  7826. bottom: 0.03
  7827. }
  7828. },
  7829. },
  7830. [
  7831. {
  7832. name: "Micro",
  7833. height: math.unit(6.5, "inches"),
  7834. default: true
  7835. },
  7836. ]
  7837. )
  7838. };
  7839. characterMakers["Splinter"] = () => {
  7840. return makeCharacter(
  7841. "Splinter",
  7842. "SirSplinter",
  7843. {
  7844. front: {
  7845. height: math.unit(6, "feet"),
  7846. weight: math.unit(150, "lb"),
  7847. name: "Front",
  7848. image: {
  7849. source: "./media/characters/splinter/front.svg",
  7850. extra: 2990/2882 ,
  7851. bottom: 0.04
  7852. }
  7853. },
  7854. back: {
  7855. height: math.unit(6, "feet"),
  7856. weight: math.unit(150, "lb"),
  7857. name: "Back",
  7858. image: {
  7859. source: "./media/characters/splinter/back.svg",
  7860. extra: 2990/2882 ,
  7861. bottom: 0.04
  7862. }
  7863. },
  7864. },
  7865. [
  7866. {
  7867. name: "Normal",
  7868. height: math.unit(6, "feet")
  7869. },
  7870. {
  7871. name: "Macro",
  7872. height: math.unit(230, "meters"),
  7873. default: true
  7874. },
  7875. ]
  7876. )
  7877. };
  7878. characterMakers["SnowGabumon"] = () => {
  7879. return makeCharacter(
  7880. "SnowGabumon",
  7881. "SnowGabumon",
  7882. {
  7883. front: {
  7884. height: math.unit(4 + 10/12, "feet"),
  7885. weight: math.unit(480, "lb"),
  7886. name: "Front",
  7887. image: {
  7888. source: "./media/characters/snow-gabumon/front.svg",
  7889. extra: 1140/963 ,
  7890. bottom: 0.058
  7891. }
  7892. },
  7893. back: {
  7894. height: math.unit(4 + 10/12, "feet"),
  7895. weight: math.unit(480, "lb"),
  7896. name: "Back",
  7897. image: {
  7898. source: "./media/characters/snow-gabumon/back.svg",
  7899. extra: 1115/962 ,
  7900. bottom: 0.041
  7901. }
  7902. },
  7903. frontUndresed: {
  7904. height: math.unit(4 + 10/12, "feet"),
  7905. weight: math.unit(480, "lb"),
  7906. name: "Front (Undressed)",
  7907. image: {
  7908. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7909. extra: 1061/960 ,
  7910. bottom: 0.045
  7911. }
  7912. },
  7913. },
  7914. [
  7915. {
  7916. name: "Micro",
  7917. height: math.unit(1, "inch")
  7918. },
  7919. {
  7920. name: "Normal",
  7921. height: math.unit(4 + 10/12, "feet"),
  7922. default: true
  7923. },
  7924. {
  7925. name: "Macro",
  7926. height: math.unit(200, "feet")
  7927. },
  7928. {
  7929. name: "Megamacro",
  7930. height: math.unit(120, "miles")
  7931. },
  7932. {
  7933. name: "Gigamacro",
  7934. height: math.unit(9800, "miles")
  7935. },
  7936. ]
  7937. )
  7938. };
  7939. characterMakers["Moody"] = () => {
  7940. return makeCharacter(
  7941. "Moody",
  7942. "MoodysterDog",
  7943. {
  7944. front: {
  7945. height: math.unit(1.7, "meters"),
  7946. weight: math.unit(140, "lb"),
  7947. name: "Front",
  7948. image: {
  7949. source: "./media/characters/moody/front.svg",
  7950. extra: 3226/3007 ,
  7951. bottom: 0.087
  7952. }
  7953. },
  7954. },
  7955. [
  7956. {
  7957. name: "Micro",
  7958. height: math.unit(1, "mm")
  7959. },
  7960. {
  7961. name: "Normal",
  7962. height: math.unit(1.7, "meters"),
  7963. default: true
  7964. },
  7965. {
  7966. name: "Macro",
  7967. height: math.unit(80, "meters")
  7968. },
  7969. {
  7970. name: "Macro+",
  7971. height: math.unit(500, "meters")
  7972. },
  7973. ]
  7974. )
  7975. };
  7976. characterMakers["Zyas"] = () => {
  7977. return makeCharacter(
  7978. "Zyas",
  7979. "Delathar",
  7980. {
  7981. front: {
  7982. height: math.unit(6, "feet"),
  7983. weight: math.unit(150, "lb"),
  7984. name: "Front",
  7985. image: {
  7986. source: "./media/characters/zyas/front.svg",
  7987. extra: 1180/1120 ,
  7988. bottom: 0.045
  7989. }
  7990. },
  7991. },
  7992. [
  7993. {
  7994. name: "Normal",
  7995. height: math.unit(10, "feet"),
  7996. default: true
  7997. },
  7998. {
  7999. name: "Macro",
  8000. height: math.unit(500, "feet")
  8001. },
  8002. {
  8003. name: "Megamacro",
  8004. height: math.unit(5, "miles")
  8005. },
  8006. {
  8007. name: "Teramacro",
  8008. height: math.unit(150000, "miles")
  8009. },
  8010. ]
  8011. )
  8012. };
  8013. characterMakers["Cuon"] = () => {
  8014. return makeCharacter(
  8015. "Cuon",
  8016. "CollieCuon",
  8017. {
  8018. front: {
  8019. height: math.unit(6, "feet"),
  8020. weight: math.unit(150, "lb"),
  8021. name: "Front",
  8022. image: {
  8023. source: "./media/characters/cuon/front.svg",
  8024. extra: 1390/1320 ,
  8025. bottom: 0.008
  8026. }
  8027. },
  8028. },
  8029. [
  8030. {
  8031. name: "Micro",
  8032. height: math.unit(3, "inches")
  8033. },
  8034. {
  8035. name: "Normal",
  8036. height: math.unit(18 + 9/12, "feet"),
  8037. default: true
  8038. },
  8039. {
  8040. name: "Macro",
  8041. height: math.unit(360, "feet")
  8042. },
  8043. {
  8044. name: "Megamacro",
  8045. height: math.unit(360, "miles")
  8046. },
  8047. ]
  8048. )
  8049. };
  8050. characterMakers["Nyanuxk"] = () => {
  8051. return makeCharacter(
  8052. "Nyanuxk",
  8053. "Nyanuxk",
  8054. {
  8055. front: {
  8056. height: math.unit(2.4, "meters"),
  8057. weight: math.unit(70, "kg"),
  8058. name: "Front",
  8059. image: {
  8060. source: "./media/characters/nyanuxk/front.svg",
  8061. extra: 1172/1084 ,
  8062. bottom: 0.065
  8063. }
  8064. },
  8065. side: {
  8066. height: math.unit(2.4, "meters"),
  8067. weight: math.unit(70, "kg"),
  8068. name: "Side",
  8069. image: {
  8070. source: "./media/characters/nyanuxk/side.svg",
  8071. extra: 1190/1132 ,
  8072. bottom: 0.007
  8073. }
  8074. },
  8075. back: {
  8076. height: math.unit(2.4, "meters"),
  8077. weight: math.unit(70, "kg"),
  8078. name: "Back",
  8079. image: {
  8080. source: "./media/characters/nyanuxk/back.svg",
  8081. extra: 1200/1141 ,
  8082. bottom: 0.015
  8083. }
  8084. },
  8085. foot: {
  8086. height: math.unit(0.52, "meters"),
  8087. name: "Foot",
  8088. image: {
  8089. source: "./media/characters/nyanuxk/foot.svg"
  8090. }
  8091. },
  8092. },
  8093. [
  8094. {
  8095. name: "Micro",
  8096. height: math.unit(2, "cm")
  8097. },
  8098. {
  8099. name: "Normal",
  8100. height: math.unit(2.4, "meters"),
  8101. default: true
  8102. },
  8103. {
  8104. name: "Smaller Macro",
  8105. height: math.unit(120, "meters")
  8106. },
  8107. {
  8108. name: "Bigger Macro",
  8109. height: math.unit(1.2, "km")
  8110. },
  8111. {
  8112. name: "Megamacro",
  8113. height: math.unit(15, "kilometers")
  8114. },
  8115. {
  8116. name: "Gigamacro",
  8117. height: math.unit(2000, "km")
  8118. },
  8119. {
  8120. name: "Teramacro",
  8121. height: math.unit(500000, "km")
  8122. },
  8123. ]
  8124. )
  8125. };
  8126. characterMakers["Ailbhe"] = () => {
  8127. return makeCharacter(
  8128. "Ailbhe",
  8129. "KlezmerGryphon",
  8130. {
  8131. side: {
  8132. height: math.unit(6, "feet"),
  8133. name: "Side",
  8134. image: {
  8135. source: "./media/characters/ailbhe/side.svg",
  8136. extra: 757/464 ,
  8137. bottom: 0.041
  8138. }
  8139. },
  8140. },
  8141. [
  8142. {
  8143. name: "Normal",
  8144. height: math.unit(1.07, "meters"),
  8145. default: true
  8146. },
  8147. ]
  8148. )
  8149. };
  8150. characterMakers["Zevulfius"] = () => {
  8151. return makeCharacter(
  8152. "Zevulfius",
  8153. "Nyanuxk",
  8154. {
  8155. front: {
  8156. height: math.unit(6, "feet"),
  8157. weight: math.unit(120, "kg"),
  8158. name: "Front",
  8159. image: {
  8160. source: "./media/characters/zevulfius/front.svg",
  8161. extra: 965/903
  8162. }
  8163. },
  8164. side: {
  8165. height: math.unit(6, "feet"),
  8166. weight: math.unit(120, "kg"),
  8167. name: "Side",
  8168. image: {
  8169. source: "./media/characters/zevulfius/side.svg",
  8170. extra: 939/900
  8171. }
  8172. },
  8173. back: {
  8174. height: math.unit(6, "feet"),
  8175. weight: math.unit(120, "kg"),
  8176. name: "Back",
  8177. image: {
  8178. source: "./media/characters/zevulfius/back.svg",
  8179. extra: 918/854 ,
  8180. bottom: 0.005
  8181. }
  8182. },
  8183. foot: {
  8184. height: math.unit(6/3.72, "feet"),
  8185. name: "Foot",
  8186. image: {
  8187. source: "./media/characters/zevulfius/foot.svg"
  8188. }
  8189. },
  8190. },
  8191. [
  8192. {
  8193. name: "Macro",
  8194. height: math.unit(750, "meters")
  8195. },
  8196. {
  8197. name: "Megamacro",
  8198. height: math.unit(20, "km"),
  8199. default: true
  8200. },
  8201. {
  8202. name: "Gigamacro",
  8203. height: math.unit(2000, "km")
  8204. },
  8205. {
  8206. name: "Teramacro",
  8207. height: math.unit(250000, "km")
  8208. },
  8209. ]
  8210. )
  8211. };
  8212. characterMakers["Rikes"] = () => {
  8213. return makeCharacter(
  8214. "Rikes",
  8215. "VeryLargeDog",
  8216. {
  8217. front: {
  8218. height: math.unit(100, "feet"),
  8219. weight: math.unit(350, "kg"),
  8220. name: "Front",
  8221. image: {
  8222. source: "./media/characters/rikes/front.svg",
  8223. extra: 1565/1483 ,
  8224. bottom: 0.017
  8225. }
  8226. },
  8227. },
  8228. [
  8229. {
  8230. name: "Macro",
  8231. height: math.unit(100, "feet"),
  8232. default: true
  8233. },
  8234. ]
  8235. )
  8236. };
  8237. characterMakers["Adam Silver-Mane"] = () => {
  8238. return makeCharacter(
  8239. "Adam Silver-Mane",
  8240. "Dragonknightadam",
  8241. {
  8242. anthro: {
  8243. height: math.unit(8, "feet"),
  8244. weight: math.unit(120, "kg"),
  8245. name: "Anthro",
  8246. image: {
  8247. source: "./media/characters/adam-silver-mane/anthro.svg",
  8248. extra: 5743/5339 ,
  8249. bottom: 0.07
  8250. }
  8251. },
  8252. taur: {
  8253. height: math.unit(16, "feet"),
  8254. weight: math.unit(1500, "kg"),
  8255. name: "Taur",
  8256. image: {
  8257. source: "./media/characters/adam-silver-mane/taur.svg",
  8258. extra: 1713/1571 ,
  8259. bottom: 0.01
  8260. }
  8261. },
  8262. },
  8263. [
  8264. {
  8265. name: "Normal",
  8266. height: math.unit(8, "feet")
  8267. },
  8268. {
  8269. name: "Minimacro",
  8270. height: math.unit(80, "feet")
  8271. },
  8272. {
  8273. name: "Macro",
  8274. height: math.unit(800, "feet"),
  8275. default: true
  8276. },
  8277. {
  8278. name: "Megamacro",
  8279. height: math.unit(8000, "feet")
  8280. },
  8281. {
  8282. name: "Gigamacro",
  8283. height: math.unit(800, "miles")
  8284. },
  8285. {
  8286. name: "Teramacro",
  8287. height: math.unit(80000, "miles")
  8288. },
  8289. {
  8290. name: "Celestial",
  8291. height: math.unit(8e6, "miles")
  8292. },
  8293. {
  8294. name: "Star Dragon",
  8295. height: math.unit(800000, "parsecs")
  8296. },
  8297. {
  8298. name: "Godly",
  8299. height: math.unit(800, "teraparsecs")
  8300. },
  8301. ]
  8302. )
  8303. };
  8304. characterMakers["Ky'owin"] = () => {
  8305. return makeCharacter(
  8306. "Ky'owin",
  8307. "Kyowin",
  8308. {
  8309. front: {
  8310. height: math.unit(6, "feet"),
  8311. weight: math.unit(150, "lb"),
  8312. name: "Front",
  8313. image: {
  8314. source: "./media/characters/ky'owin/front.svg",
  8315. extra: 3888/3068 ,
  8316. bottom: 0.015
  8317. }
  8318. },
  8319. },
  8320. [
  8321. {
  8322. name: "Normal",
  8323. height: math.unit(6 + 8/12, "feet")
  8324. },
  8325. {
  8326. name: "Large",
  8327. height: math.unit(68, "feet")
  8328. },
  8329. {
  8330. name: "Macro",
  8331. height: math.unit(132, "feet")
  8332. },
  8333. {
  8334. name: "Macro+",
  8335. height: math.unit(340, "feet")
  8336. },
  8337. {
  8338. name: "Macro++",
  8339. height: math.unit(680, "feet"),
  8340. default: true
  8341. },
  8342. {
  8343. name: "Megamacro",
  8344. height: math.unit(1, "mile")
  8345. },
  8346. {
  8347. name: "Megamacro+",
  8348. height: math.unit(10, "miles")
  8349. },
  8350. ]
  8351. )
  8352. };
  8353. characterMakers["Mal"] = () => {
  8354. return makeCharacter(
  8355. "Mal",
  8356. "agrosarmadillo",
  8357. {
  8358. front: {
  8359. height: math.unit(4, "feet"),
  8360. weight: math.unit(50, "lb"),
  8361. name: "Front",
  8362. image: {
  8363. source: "./media/characters/mal/front.svg",
  8364. extra: 785/724 ,
  8365. bottom: 0.07
  8366. }
  8367. },
  8368. },
  8369. [
  8370. {
  8371. name: "Micro",
  8372. height: math.unit(4, "inches")
  8373. },
  8374. {
  8375. name: "Normal",
  8376. height: math.unit(4, "feet"),
  8377. default: true
  8378. },
  8379. {
  8380. name: "Macro",
  8381. height: math.unit(200, "feet")
  8382. },
  8383. ]
  8384. )
  8385. };
  8386. characterMakers["Jordan Deware"] = () => {
  8387. return makeCharacter(
  8388. "Jordan Deware",
  8389. "JordanDeware",
  8390. {
  8391. front: {
  8392. height: math.unit(6, "feet"),
  8393. weight: math.unit(150, "lb"),
  8394. name: "Front",
  8395. image: {
  8396. source: "./media/characters/jordan-deware/front.svg",
  8397. extra: 1191/1012
  8398. }
  8399. },
  8400. },
  8401. [
  8402. {
  8403. name: "Nano",
  8404. height: math.unit(0.01, "mm")
  8405. },
  8406. {
  8407. name: "Minimicro",
  8408. height: math.unit(1, "mm")
  8409. },
  8410. {
  8411. name: "Micro",
  8412. height: math.unit(0.5, "inches")
  8413. },
  8414. {
  8415. name: "Normal",
  8416. height: math.unit(4, "feet"),
  8417. default: true
  8418. },
  8419. {
  8420. name: "Minimacro",
  8421. height: math.unit(40, "meters")
  8422. },
  8423. {
  8424. name: "Small Macro",
  8425. height: math.unit(400, "meters")
  8426. },
  8427. {
  8428. name: "Macro",
  8429. height: math.unit(4, "miles")
  8430. },
  8431. {
  8432. name: "Megamacro",
  8433. height: math.unit(40, "miles")
  8434. },
  8435. {
  8436. name: "Megamacro+",
  8437. height: math.unit(400, "miles")
  8438. },
  8439. {
  8440. name: "Gigamacro",
  8441. height: math.unit(400000, "miles")
  8442. },
  8443. ]
  8444. )
  8445. };
  8446. characterMakers["Kimiko"] = () => {
  8447. return makeCharacter(
  8448. "Kimiko",
  8449. "HypoTheDerg",
  8450. {
  8451. side: {
  8452. height: math.unit(6, "feet"),
  8453. weight: math.unit(150, "lb"),
  8454. name: "Side",
  8455. image: {
  8456. source: "./media/characters/kimiko/side.svg",
  8457. extra: 600/358
  8458. }
  8459. },
  8460. },
  8461. [
  8462. {
  8463. name: "Normal",
  8464. height: math.unit(15, "feet"),
  8465. default: true
  8466. },
  8467. {
  8468. name: "Macro",
  8469. height: math.unit(220, "feet")
  8470. },
  8471. {
  8472. name: "Macro+",
  8473. height: math.unit(1450, "feet")
  8474. },
  8475. {
  8476. name: "Megamacro",
  8477. height: math.unit(11500, "feet")
  8478. },
  8479. {
  8480. name: "Gigamacro",
  8481. height: math.unit(9500, "miles")
  8482. },
  8483. {
  8484. name: "Teramacro",
  8485. height: math.unit(2208005005, "miles")
  8486. },
  8487. {
  8488. name: "Examacro",
  8489. height: math.unit(2750, "parsecs")
  8490. },
  8491. {
  8492. name: "Zettamacro",
  8493. height: math.unit(101500, "parsecs")
  8494. },
  8495. ]
  8496. )
  8497. };
  8498. characterMakers["Andrew Sleepy"] = () => {
  8499. return makeCharacter(
  8500. "Andrew Sleepy",
  8501. "Proky",
  8502. {
  8503. front: {
  8504. height: math.unit(6, "feet"),
  8505. weight: math.unit(70, "kg"),
  8506. name: "Front",
  8507. image: {
  8508. source: "./media/characters/andrew-sleepy/front.svg"
  8509. }
  8510. },
  8511. side: {
  8512. height: math.unit(6, "feet"),
  8513. weight: math.unit(70, "kg"),
  8514. name: "Side",
  8515. image: {
  8516. source: "./media/characters/andrew-sleepy/side.svg"
  8517. }
  8518. },
  8519. },
  8520. [
  8521. {
  8522. name: "Micro",
  8523. height: math.unit(1, "mm"),
  8524. default: true
  8525. },
  8526. ]
  8527. )
  8528. };
  8529. characterMakers["Judio"] = () => {
  8530. return makeCharacter(
  8531. "Judio",
  8532. "HypoTheDerg",
  8533. {
  8534. front: {
  8535. height: math.unit(6, "feet"),
  8536. weight: math.unit(150, "lb"),
  8537. name: "Front",
  8538. image: {
  8539. source: "./media/characters/judio/front.svg",
  8540. extra: 1258/1110
  8541. }
  8542. },
  8543. },
  8544. [
  8545. {
  8546. name: "Normal",
  8547. height: math.unit(5 + 6/12, "feet")
  8548. },
  8549. {
  8550. name: "Macro",
  8551. height: math.unit(1000, "feet"),
  8552. default: true
  8553. },
  8554. {
  8555. name: "Megamacro",
  8556. height: math.unit(10, "miles")
  8557. },
  8558. ]
  8559. )
  8560. };
  8561. characterMakers["Nomaxice"] = () => {
  8562. return makeCharacter(
  8563. "Nomaxice",
  8564. "Nomaxice",
  8565. {
  8566. front: {
  8567. height: math.unit(6, "feet"),
  8568. weight: math.unit(68, "kg"),
  8569. name: "Front",
  8570. image: {
  8571. source: "./media/characters/nomaxice/front.svg",
  8572. extra: 1498/1073 ,
  8573. bottom: 0.075
  8574. }
  8575. },
  8576. foot: {
  8577. height: math.unit(1.1, "feet"),
  8578. name: "Foot",
  8579. image: {
  8580. source: "./media/characters/nomaxice/foot.svg"
  8581. }
  8582. },
  8583. },
  8584. [
  8585. {
  8586. name: "Micro",
  8587. height: math.unit(8, "cm")
  8588. },
  8589. {
  8590. name: "Norm",
  8591. height: math.unit(1.82, "m")
  8592. },
  8593. {
  8594. name: "Norm+",
  8595. height: math.unit(8.8, "feet")
  8596. },
  8597. {
  8598. name: "Big",
  8599. height: math.unit(8, "meters"),
  8600. default: true
  8601. },
  8602. {
  8603. name: "Macro",
  8604. height: math.unit(18, "meters")
  8605. },
  8606. {
  8607. name: "Macro+",
  8608. height: math.unit(88, "meters")
  8609. },
  8610. ]
  8611. )
  8612. };
  8613. characterMakers["Dydros"] = () => {
  8614. return makeCharacter(
  8615. "Dydros",
  8616. "DatCyberDragon",
  8617. {
  8618. front: {
  8619. height: math.unit(12, "feet"),
  8620. weight: math.unit(1.5, "tons"),
  8621. name: "Front",
  8622. image: {
  8623. source: "./media/characters/dydros/front.svg",
  8624. extra: 863/800 ,
  8625. bottom: 0.015
  8626. }
  8627. },
  8628. back: {
  8629. height: math.unit(12, "feet"),
  8630. weight: math.unit(1.5, "tons"),
  8631. name: "Back",
  8632. image: {
  8633. source: "./media/characters/dydros/back.svg",
  8634. extra: 900/843 ,
  8635. bottom: 0.005
  8636. }
  8637. },
  8638. },
  8639. [
  8640. {
  8641. name: "Normal",
  8642. height: math.unit(12, "feet"),
  8643. default: true
  8644. },
  8645. ]
  8646. )
  8647. };
  8648. characterMakers["Riggi"] = () => {
  8649. return makeCharacter(
  8650. "Riggi",
  8651. "Fyre_ace",
  8652. {
  8653. front: {
  8654. height: math.unit(6, "feet"),
  8655. weight: math.unit(100, "kg"),
  8656. name: "Front",
  8657. image: {
  8658. source: "./media/characters/riggi/front.svg",
  8659. extra: 5787/5303
  8660. }
  8661. },
  8662. hyper: {
  8663. height: math.unit(6*5/3, "feet"),
  8664. weight: math.unit(400*5/3*5/3*5/3, "kg"),
  8665. name: "Hyper",
  8666. image: {
  8667. source: "./media/characters/riggi/hyper.svg",
  8668. extra: 3595/3485
  8669. }
  8670. },
  8671. },
  8672. [
  8673. {
  8674. name: "Small Macro",
  8675. height: math.unit(50, "feet")
  8676. },
  8677. {
  8678. name: "Default",
  8679. height: math.unit(200, "feet"),
  8680. default: true
  8681. },
  8682. {
  8683. name: "Loom",
  8684. height: math.unit(10000, "feet")
  8685. },
  8686. {
  8687. name: "Cruising Altitude",
  8688. height: math.unit(30000, "feet")
  8689. },
  8690. {
  8691. name: "Megamacro",
  8692. height: math.unit(100, "miles")
  8693. },
  8694. {
  8695. name: "Continent Sized",
  8696. height: math.unit(2800, "miles")
  8697. },
  8698. {
  8699. name: "Earth Sized",
  8700. height: math.unit(8000, "miles")
  8701. },
  8702. ]
  8703. )
  8704. };
  8705. characterMakers["Alexi"] = () => {
  8706. return makeCharacter(
  8707. "Alexi",
  8708. "AlexiWerewolf",
  8709. {
  8710. front: {
  8711. height: math.unit(6, "feet"),
  8712. weight: math.unit(250, "lb"),
  8713. name: "Front",
  8714. image: {
  8715. source: "./media/characters/alexi/front.svg",
  8716. extra: 3483/3291 ,
  8717. bottom: 0.04
  8718. }
  8719. },
  8720. back: {
  8721. height: math.unit(6, "feet"),
  8722. weight: math.unit(250, "lb"),
  8723. name: "Back",
  8724. image: {
  8725. source: "./media/characters/alexi/back.svg",
  8726. extra: 3533/3356 ,
  8727. bottom: 0.021
  8728. }
  8729. },
  8730. frontTransformed: {
  8731. height: math.unit(12.5, "feet"),
  8732. weight: math.unit(4000, "lb"),
  8733. name: "Front (Transformed)",
  8734. image: {
  8735. source: "./media/characters/alexi/front-transformed.svg",
  8736. extra: 5345/5100 ,
  8737. bottom: 0.03
  8738. }
  8739. },
  8740. },
  8741. [
  8742. {
  8743. name: "Normal",
  8744. height: math.unit(3, "meters"),
  8745. default: true
  8746. },
  8747. {
  8748. name: "Minimacro",
  8749. height: math.unit(30, "meters")
  8750. },
  8751. {
  8752. name: "Macro",
  8753. height: math.unit(500, "meters")
  8754. },
  8755. {
  8756. name: "Megamacro",
  8757. height: math.unit(9000, "km")
  8758. },
  8759. {
  8760. name: "Teramacro",
  8761. height: math.unit(384000, "km")
  8762. },
  8763. ]
  8764. )
  8765. };
  8766. characterMakers["Kayroo"] = () => {
  8767. return makeCharacter(
  8768. "Kayroo",
  8769. "Kayroo",
  8770. {
  8771. front: {
  8772. height: math.unit(6, "feet"),
  8773. weight: math.unit(150, "lb"),
  8774. name: "Front",
  8775. image: {
  8776. source: "./media/characters/kayroo/front.svg",
  8777. extra: 1153/1038 ,
  8778. bottom: 0.06
  8779. }
  8780. },
  8781. foot: {
  8782. height: math.unit(6, "feet"),
  8783. weight: math.unit(150, "lb"),
  8784. name: "Foot",
  8785. image: {
  8786. source: "./media/characters/kayroo/foot.svg"
  8787. }
  8788. },
  8789. },
  8790. [
  8791. {
  8792. name: "Normal",
  8793. height: math.unit(8, "feet"),
  8794. default: true
  8795. },
  8796. {
  8797. name: "Minimacro",
  8798. height: math.unit(250, "feet")
  8799. },
  8800. {
  8801. name: "Macro",
  8802. height: math.unit(2800, "feet")
  8803. },
  8804. {
  8805. name: "Megamacro",
  8806. height: math.unit(5200, "feet")
  8807. },
  8808. {
  8809. name: "Gigamacro",
  8810. height: math.unit(27000, "feet")
  8811. },
  8812. {
  8813. name: "Omega",
  8814. height: math.unit(45000, "feet")
  8815. },
  8816. ]
  8817. )
  8818. };
  8819. characterMakers["Rhys"] = () => {
  8820. return makeCharacter(
  8821. "Rhys",
  8822. "BigMountainCat",
  8823. {
  8824. front: {
  8825. height: math.unit(18, "feet"),
  8826. weight: math.unit(5800, "lb"),
  8827. name: "Front",
  8828. image: {
  8829. source: "./media/characters/rhys/front.svg",
  8830. extra: 3386/3090 ,
  8831. bottom: 0.07
  8832. }
  8833. },
  8834. },
  8835. [
  8836. {
  8837. name: "Normal",
  8838. height: math.unit(18, "feet"),
  8839. default: true
  8840. },
  8841. {
  8842. name: "Working Size",
  8843. height: math.unit(200, "feet")
  8844. },
  8845. {
  8846. name: "Demolition Size",
  8847. height: math.unit(2000, "feet")
  8848. },
  8849. {
  8850. name: "Maximum Licensed Size",
  8851. height: math.unit(5, "miles")
  8852. },
  8853. {
  8854. name: "Maximum Observed Size",
  8855. height: math.unit(10, "yottameters")
  8856. },
  8857. ]
  8858. )
  8859. };
  8860. characterMakers["Toto"] = () => {
  8861. return makeCharacter(
  8862. "Toto",
  8863. "Totoly_Toto",
  8864. {
  8865. front: {
  8866. height: math.unit(6, "feet"),
  8867. weight: math.unit(250, "lb"),
  8868. name: "Front",
  8869. image: {
  8870. source: "./media/characters/toto/front.svg",
  8871. extra: 527 / 479,
  8872. bottom: 0.05
  8873. }
  8874. },
  8875. },
  8876. [
  8877. {
  8878. name: "Micro",
  8879. height: math.unit(3, "feet")
  8880. },
  8881. {
  8882. name: "Normal",
  8883. height: math.unit(10, "feet")
  8884. },
  8885. {
  8886. name: "Macro",
  8887. height: math.unit(150, "feet"),
  8888. default: true
  8889. },
  8890. {
  8891. name: "Megamacro",
  8892. height: math.unit(1200, "feet")
  8893. },
  8894. ]
  8895. )
  8896. };
  8897. characterMakers["King"] = () => {
  8898. return makeCharacter(
  8899. "King",
  8900. "KingSizedLion",
  8901. {
  8902. back: {
  8903. height: math.unit(6, "feet"),
  8904. weight: math.unit(150, "lb"),
  8905. name: "Back",
  8906. image: {
  8907. source: "./media/characters/king/back.svg"
  8908. }
  8909. },
  8910. },
  8911. [
  8912. {
  8913. name: "Micro",
  8914. height: math.unit(2, "inches")
  8915. },
  8916. {
  8917. name: "Normal",
  8918. height: math.unit(8, "feet")
  8919. },
  8920. {
  8921. name: "Macro",
  8922. height: math.unit(200, "feet"),
  8923. default: true
  8924. },
  8925. {
  8926. name: "Megamacro",
  8927. height: math.unit(50, "miles")
  8928. },
  8929. ]
  8930. )
  8931. };
  8932. characterMakers["Cordite"] = () => {
  8933. return makeCharacter(
  8934. "Cordite",
  8935. "photonman2",
  8936. {
  8937. anthro: {
  8938. height: math.unit(6 + 5/12, "feet"),
  8939. weight: math.unit(280, "lb"),
  8940. name: "Anthro",
  8941. image: {
  8942. source: "./media/characters/cordite/anthro.svg",
  8943. extra: 1986/1905 ,
  8944. bottom: 0.025
  8945. }
  8946. },
  8947. feral: {
  8948. height: math.unit(2, "feet"),
  8949. weight: math.unit(90, "lb"),
  8950. name: "Feral",
  8951. image: {
  8952. source: "./media/characters/cordite/feral.svg",
  8953. extra: 1260/755 ,
  8954. bottom: 0.05
  8955. }
  8956. },
  8957. },
  8958. [
  8959. {
  8960. name: "Normal",
  8961. height: math.unit(6 + 5/12, "feet"),
  8962. default: true
  8963. },
  8964. ]
  8965. )
  8966. };
  8967. characterMakers["Pianostrong"] = () => {
  8968. return makeCharacter(
  8969. "Pianostrong",
  8970. "Pianostrong",
  8971. {
  8972. front: {
  8973. height: math.unit(6, "feet"),
  8974. weight: math.unit(150, "lb"),
  8975. name: "Front",
  8976. image: {
  8977. source: "./media/characters/pianostrong/front.svg",
  8978. extra: 6577/6254 ,
  8979. bottom: 0.02
  8980. }
  8981. },
  8982. side: {
  8983. height: math.unit(6, "feet"),
  8984. weight: math.unit(150, "lb"),
  8985. name: "Side",
  8986. image: {
  8987. source: "./media/characters/pianostrong/side.svg",
  8988. extra: 6106/5730
  8989. }
  8990. },
  8991. back: {
  8992. height: math.unit(6, "feet"),
  8993. weight: math.unit(150, "lb"),
  8994. name: "Back",
  8995. image: {
  8996. source: "./media/characters/pianostrong/back.svg",
  8997. extra: 6085/5733 ,
  8998. bottom: 0.01
  8999. }
  9000. },
  9001. },
  9002. [
  9003. {
  9004. name: "Macro",
  9005. height: math.unit(100, "feet")
  9006. },
  9007. {
  9008. name: "Macro+",
  9009. height: math.unit(300, "feet"),
  9010. default: true
  9011. },
  9012. {
  9013. name: "Macro++",
  9014. height: math.unit(1000, "feet")
  9015. },
  9016. ]
  9017. )
  9018. };
  9019. characterMakers["Kona"] = () => {
  9020. return makeCharacter(
  9021. "Kona",
  9022. "Konadh",
  9023. {
  9024. front: {
  9025. height: math.unit(6, "feet"),
  9026. weight: math.unit(150, "lb"),
  9027. name: "Front",
  9028. image: {
  9029. source: "./media/characters/kona/front.svg",
  9030. extra: 2960/2629 ,
  9031. bottom: 0.005
  9032. }
  9033. },
  9034. },
  9035. [
  9036. {
  9037. name: "Normal",
  9038. height: math.unit(11 + 8/12, "feet")
  9039. },
  9040. {
  9041. name: "Macro",
  9042. height: math.unit(850, "feet"),
  9043. default: true
  9044. },
  9045. {
  9046. name: "Macro+",
  9047. height: math.unit(1.5, "km"),
  9048. default: true
  9049. },
  9050. {
  9051. name: "Megamacro",
  9052. height: math.unit(80, "miles")
  9053. },
  9054. {
  9055. name: "Gigamacro",
  9056. height: math.unit(3500, "miles")
  9057. },
  9058. ]
  9059. )
  9060. };
  9061. characterMakers["Levi"] = () => {
  9062. return makeCharacter(
  9063. "Levi",
  9064. "LeviCurrie",
  9065. {
  9066. side: {
  9067. height: math.unit(1.9, "meters"),
  9068. weight: math.unit(326, "kg"),
  9069. name: "Side",
  9070. image: {
  9071. source: "./media/characters/levi/side.svg",
  9072. extra: 1704/1334 ,
  9073. bottom: 0.02
  9074. }
  9075. },
  9076. },
  9077. [
  9078. {
  9079. name: "Normal",
  9080. height: math.unit(1.9, "meters"),
  9081. default: true
  9082. },
  9083. {
  9084. name: "Macro",
  9085. height: math.unit(20, "meters")
  9086. },
  9087. {
  9088. name: "Macro+",
  9089. height: math.unit(200, "meters")
  9090. },
  9091. {
  9092. name: "Megamacro",
  9093. height: math.unit(2, "km")
  9094. },
  9095. {
  9096. name: "Megamacro+",
  9097. height: math.unit(20, "km")
  9098. },
  9099. {
  9100. name: "Gigamacro",
  9101. height: math.unit(2500, "km")
  9102. },
  9103. {
  9104. name: "Gigamacro+",
  9105. height: math.unit(120000, "km")
  9106. },
  9107. {
  9108. name: "Teramacro",
  9109. height: math.unit(7.77e6, "km")
  9110. },
  9111. ]
  9112. )
  9113. };
  9114. characterMakers["BMC"] = () => {
  9115. return makeCharacter(
  9116. "BMC",
  9117. "BigMountainCat",
  9118. {
  9119. front: {
  9120. height: math.unit(6 + 4/12, "feet"),
  9121. weight: math.unit(188, "lb"),
  9122. name: "Front",
  9123. image: {
  9124. source: "./media/characters/bmc/front.svg",
  9125. extra: 1067/1022 ,
  9126. bottom: 0.047
  9127. }
  9128. },
  9129. },
  9130. [
  9131. {
  9132. name: "Human-sized",
  9133. height: math.unit(6 + 4/12, "feet")
  9134. },
  9135. {
  9136. name: "Small",
  9137. height: math.unit(250, "feet")
  9138. },
  9139. {
  9140. name: "Normal",
  9141. height: math.unit(1250, "feet"),
  9142. default: true
  9143. },
  9144. {
  9145. name: "Good Day",
  9146. height: math.unit(88, "miles")
  9147. },
  9148. {
  9149. name: "Largest Measured Size",
  9150. height: math.unit(11.2e6, "lightyears")
  9151. },
  9152. ]
  9153. )
  9154. };
  9155. characterMakers["Sven the Kaiju"] = () => {
  9156. return makeCharacter(
  9157. "Sven the Kaiju",
  9158. "OfActionMan",
  9159. {
  9160. front: {
  9161. height: math.unit(20, "feet"),
  9162. weight: math.unit(2016, "kg"),
  9163. name: "Front",
  9164. image: {
  9165. source: "./media/characters/sven-the-kaiju/front.svg",
  9166. extra: 1479/1449 ,
  9167. bottom: 0.05
  9168. }
  9169. },
  9170. },
  9171. [
  9172. {
  9173. name: "Fairy",
  9174. height: math.unit(6, "inches")
  9175. },
  9176. {
  9177. name: "Normal",
  9178. height: math.unit(20, "feet"),
  9179. default: true
  9180. },
  9181. {
  9182. name: "Rampage",
  9183. height: math.unit(200, "feet")
  9184. },
  9185. {
  9186. name: "Archfey Forest Guardian",
  9187. height: math.unit(1, "mile")
  9188. },
  9189. ]
  9190. )
  9191. };
  9192. characterMakers["Marik"] = () => {
  9193. return makeCharacter(
  9194. "Marik",
  9195. "Acrarun",
  9196. {
  9197. front: {
  9198. height: math.unit(4, "meters"),
  9199. weight: math.unit(2, "tons"),
  9200. name: "Front",
  9201. image: {
  9202. source: "./media/characters/marik/front.svg",
  9203. extra: 1057/1003 ,
  9204. bottom: 0.08
  9205. }
  9206. },
  9207. },
  9208. [
  9209. {
  9210. name: "Normal",
  9211. height: math.unit(4, "meters"),
  9212. default: true
  9213. },
  9214. {
  9215. name: "Macro",
  9216. height: math.unit(20, "meters")
  9217. },
  9218. {
  9219. name: "Megamacro",
  9220. height: math.unit(50, "km")
  9221. },
  9222. {
  9223. name: "Gigamacro",
  9224. height: math.unit(100, "km")
  9225. },
  9226. {
  9227. name: "Alpha Macro",
  9228. height: math.unit(7.88e7, "yottameters")
  9229. },
  9230. ]
  9231. )
  9232. };
  9233. characterMakers["Mel"] = () => {
  9234. return makeCharacter(
  9235. "Mel",
  9236. "SomedayNotSoon",
  9237. {
  9238. front: {
  9239. height: math.unit(6, "feet"),
  9240. weight: math.unit(110, "lb"),
  9241. name: "Front",
  9242. image: {
  9243. source: "./media/characters/mel/front.svg",
  9244. extra: 736/617 ,
  9245. bottom: 0.017
  9246. }
  9247. },
  9248. },
  9249. [
  9250. {
  9251. name: "Pico",
  9252. height: math.unit(3, "pm")
  9253. },
  9254. {
  9255. name: "Nano",
  9256. height: math.unit(3, "nm")
  9257. },
  9258. {
  9259. name: "Micro",
  9260. height: math.unit(0.3, "mm"),
  9261. default: true
  9262. },
  9263. {
  9264. name: "Micro+",
  9265. height: math.unit(3, "mm")
  9266. },
  9267. {
  9268. name: "Normal",
  9269. height: math.unit(5 + 10.5/12, "feet")
  9270. },
  9271. ]
  9272. )
  9273. };
  9274. characterMakers["Lykonous"] = () => {
  9275. return makeCharacter(
  9276. "Lykonous",
  9277. "Lykonous",
  9278. {
  9279. kaiju: {
  9280. height: math.unit(1.75, "meters"),
  9281. weight: math.unit(55, "kg"),
  9282. name: "Kaiju",
  9283. image: {
  9284. source: "./media/characters/lykonous/kaiju.svg",
  9285. extra: 1055/946 ,
  9286. bottom: 0.135
  9287. }
  9288. },
  9289. },
  9290. [
  9291. {
  9292. name: "Normal",
  9293. height: math.unit(2.5, "meters"),
  9294. default: true
  9295. },
  9296. {
  9297. name: "Kaiju Dragon",
  9298. height: math.unit(60, "meters")
  9299. },
  9300. {
  9301. name: "Mega Kaiju",
  9302. height: math.unit(120, "km")
  9303. },
  9304. {
  9305. name: "Giga Kaiju",
  9306. height: math.unit(200, "megameters")
  9307. },
  9308. {
  9309. name: "Terra Kaiju",
  9310. height: math.unit(400, "gigameters")
  9311. },
  9312. {
  9313. name: "Kaiju Dragon God",
  9314. height: math.unit(13000, "exaparsecs")
  9315. },
  9316. ]
  9317. )
  9318. };
  9319. characterMakers["Blü"] = () => {
  9320. return makeCharacter(
  9321. "Blü",
  9322. "BluTheFagon",
  9323. {
  9324. front: {
  9325. height: math.unit(6, "feet"),
  9326. weight: math.unit(150, "lb"),
  9327. name: "Front",
  9328. image: {
  9329. source: "./media/characters/blü/front.svg",
  9330. extra: 1883/1564 ,
  9331. bottom: 0.031
  9332. }
  9333. },
  9334. },
  9335. [
  9336. {
  9337. name: "Normal",
  9338. height: math.unit(13, "feet"),
  9339. default: true
  9340. },
  9341. {
  9342. name: "Big Boi",
  9343. height: math.unit(150, "meters")
  9344. },
  9345. {
  9346. name: "Mini Stomper",
  9347. height: math.unit(300, "meters")
  9348. },
  9349. {
  9350. name: "Macro",
  9351. height: math.unit(1000, "meters")
  9352. },
  9353. {
  9354. name: "Megamacro",
  9355. height: math.unit(11000, "meters")
  9356. },
  9357. {
  9358. name: "Gigamacro",
  9359. height: math.unit(11000, "km")
  9360. },
  9361. {
  9362. name: "Teramacro",
  9363. height: math.unit(420000, "km")
  9364. },
  9365. {
  9366. name: "Examacro",
  9367. height: math.unit(120, "parsecs")
  9368. },
  9369. {
  9370. name: "God Tho",
  9371. height: math.unit(98000000000, "parsecs")
  9372. },
  9373. ]
  9374. )
  9375. };
  9376. characterMakers["Scales"] = () => {
  9377. return makeCharacter(
  9378. "Scales",
  9379. "Scales",
  9380. {
  9381. taurFront: {
  9382. height: math.unit(6, "feet"),
  9383. weight: math.unit(200, "lb"),
  9384. name: "Taur (Front)",
  9385. image: {
  9386. source: "./media/characters/scales/taur-front.svg",
  9387. extra: 1,
  9388. bottom: 0.05
  9389. }
  9390. },
  9391. taurBack: {
  9392. height: math.unit(6, "feet"),
  9393. weight: math.unit(200, "lb"),
  9394. name: "Taur (Back)",
  9395. image: {
  9396. source: "./media/characters/scales/taur-back.svg",
  9397. extra: 1,
  9398. bottom: 0.08
  9399. }
  9400. },
  9401. anthro: {
  9402. height: math.unit(6*7/12, "feet"),
  9403. weight: math.unit(100, "lb"),
  9404. name: "Anthro",
  9405. image: {
  9406. source: "./media/characters/scales/anthro.svg",
  9407. extra: 1,
  9408. bottom: 0.06
  9409. }
  9410. },
  9411. },
  9412. [
  9413. {
  9414. name: "Normal",
  9415. height: math.unit(12, "feet"),
  9416. default: true
  9417. },
  9418. ]
  9419. )
  9420. };
  9421. characterMakers["Koragos"] = () => {
  9422. return makeCharacter(
  9423. "Koragos",
  9424. "Koragos",
  9425. {
  9426. front: {
  9427. height: math.unit(6, "feet"),
  9428. weight: math.unit(150, "lb"),
  9429. name: "Front",
  9430. image: {
  9431. source: "./media/characters/koragos/front.svg",
  9432. extra: 841/794 ,
  9433. bottom: 0.035
  9434. }
  9435. },
  9436. back: {
  9437. height: math.unit(6, "feet"),
  9438. weight: math.unit(150, "lb"),
  9439. name: "Back",
  9440. image: {
  9441. source: "./media/characters/koragos/back.svg",
  9442. extra: 841/810 ,
  9443. bottom: 0.022
  9444. }
  9445. },
  9446. },
  9447. [
  9448. {
  9449. name: "Normal",
  9450. height: math.unit(6 + 11/12, "feet"),
  9451. default: true
  9452. },
  9453. {
  9454. name: "Macro",
  9455. height: math.unit(490, "feet")
  9456. },
  9457. {
  9458. name: "Megamacro",
  9459. height: math.unit(10, "miles")
  9460. },
  9461. {
  9462. name: "Gigamacro",
  9463. height: math.unit(50, "miles")
  9464. },
  9465. ]
  9466. )
  9467. };
  9468. characterMakers["Xylrem"] = () => {
  9469. return makeCharacter(
  9470. "Xylrem",
  9471. "",
  9472. {
  9473. front: {
  9474. height: math.unit(6, "feet"),
  9475. weight: math.unit(250, "lb"),
  9476. name: "Front",
  9477. image: {
  9478. source: "./media/characters/xylrem/front.svg",
  9479. extra: 3323/3050 ,
  9480. bottom: 0.065
  9481. }
  9482. },
  9483. },
  9484. [
  9485. {
  9486. name: "Micro",
  9487. height: math.unit(4, "feet")
  9488. },
  9489. {
  9490. name: "Normal",
  9491. height: math.unit(16, "feet"),
  9492. default: true
  9493. },
  9494. {
  9495. name: "Macro",
  9496. height: math.unit(2720, "feet")
  9497. },
  9498. {
  9499. name: "Megamacro",
  9500. height: math.unit(25000, "miles")
  9501. },
  9502. ]
  9503. )
  9504. };
  9505. characterMakers["Ikideru"] = () => {
  9506. return makeCharacter(
  9507. "Ikideru",
  9508. "Ikideru",
  9509. {
  9510. front: {
  9511. height: math.unit(8, "feet"),
  9512. weight: math.unit(250, "kg"),
  9513. name: "Front",
  9514. image: {
  9515. source: "./media/characters/ikideru/front.svg",
  9516. extra: 930/870 ,
  9517. bottom: 0.087
  9518. }
  9519. },
  9520. back: {
  9521. height: math.unit(8, "feet"),
  9522. weight: math.unit(250, "kg"),
  9523. name: "Back",
  9524. image: {
  9525. source: "./media/characters/ikideru/back.svg",
  9526. extra: 919/852 ,
  9527. bottom: 0.055
  9528. }
  9529. },
  9530. },
  9531. [
  9532. {
  9533. name: "Rare",
  9534. height: math.unit(8, "feet"),
  9535. default: true
  9536. },
  9537. {
  9538. name: "Playful Loom",
  9539. height: math.unit(80, "feet")
  9540. },
  9541. {
  9542. name: "City Leaner",
  9543. height: math.unit(230, "feet")
  9544. },
  9545. {
  9546. name: "Megamacro",
  9547. height: math.unit(2500, "feet")
  9548. },
  9549. {
  9550. name: "Gigamacro",
  9551. height: math.unit(26400, "feet")
  9552. },
  9553. {
  9554. name: "Tectonic Shifter",
  9555. height: math.unit(1.7, "megameters")
  9556. },
  9557. {
  9558. name: "Planet Carer",
  9559. height: math.unit(21, "megameters")
  9560. },
  9561. {
  9562. name: "God",
  9563. height: math.unit(11157.22, "parsecs")
  9564. },
  9565. ]
  9566. )
  9567. };
  9568. characterMakers["Neo"] = () => {
  9569. return makeCharacter(
  9570. "Neo",
  9571. "neonsnake",
  9572. {
  9573. front: {
  9574. height: math.unit(6, "feet"),
  9575. weight: math.unit(120, "lb"),
  9576. name: "Front",
  9577. image: {
  9578. source: "./media/characters/neo/front.svg"
  9579. }
  9580. },
  9581. },
  9582. [
  9583. {
  9584. name: "Micro",
  9585. height: math.unit(2, "inches"),
  9586. default: true
  9587. },
  9588. {
  9589. name: "Human Size",
  9590. height: math.unit(5 + 8/12, "feet")
  9591. },
  9592. ]
  9593. )
  9594. };
  9595. characterMakers["Chauncey (Chantz)"] = () => {
  9596. return makeCharacter(
  9597. "Chauncey (Chantz)",
  9598. "RyGaLo",
  9599. {
  9600. front: {
  9601. height: math.unit(13 + 10/12, "feet"),
  9602. weight: math.unit(5320, "lb"),
  9603. name: "Front",
  9604. image: {
  9605. source: "./media/characters/chauncey-chantz/front.svg",
  9606. extra: 1587/1435 ,
  9607. bottom: 0.02
  9608. }
  9609. },
  9610. },
  9611. [
  9612. {
  9613. name: "Normal",
  9614. height: math.unit(13 + 10/12, "feet"),
  9615. default: true
  9616. },
  9617. {
  9618. name: "Macro",
  9619. height: math.unit(45, "feet")
  9620. },
  9621. {
  9622. name: "Megamacro",
  9623. height: math.unit(250, "miles")
  9624. },
  9625. {
  9626. name: "Planetary",
  9627. height: math.unit(10000, "miles")
  9628. },
  9629. {
  9630. name: "Galactic",
  9631. height: math.unit(40000, "parsecs")
  9632. },
  9633. {
  9634. name: "Universal",
  9635. height: math.unit(1, "yottameter")
  9636. },
  9637. ]
  9638. )
  9639. };
  9640. characterMakers["Epifox"] = () => {
  9641. return makeCharacter(
  9642. "Epifox",
  9643. "Epifox",
  9644. {
  9645. front: {
  9646. height: math.unit(6, "feet"),
  9647. weight: math.unit(150, "lb"),
  9648. name: "Front",
  9649. image: {
  9650. source: "./media/characters/epifox/front.svg",
  9651. extra: 1,
  9652. bottom: 0.075
  9653. }
  9654. },
  9655. },
  9656. [
  9657. {
  9658. name: "Micro",
  9659. height: math.unit(6, "inches")
  9660. },
  9661. {
  9662. name: "Normal",
  9663. height: math.unit(12, "feet"),
  9664. default: true
  9665. },
  9666. {
  9667. name: "Macro",
  9668. height: math.unit(3810, "feet")
  9669. },
  9670. {
  9671. name: "Megamacro",
  9672. height: math.unit(500, "miles")
  9673. },
  9674. ]
  9675. )
  9676. };
  9677. characterMakers["Colin T."] = () => {
  9678. return makeCharacter(
  9679. "Colin T.",
  9680. "DragonLugia58",
  9681. {
  9682. front: {
  9683. height: math.unit(1.8796, "m"),
  9684. weight: math.unit(230, "lb"),
  9685. name: "Front",
  9686. image: {
  9687. source: "./media/characters/colin-t/front.svg",
  9688. extra: 1272/1193 ,
  9689. bottom: 0.07
  9690. }
  9691. },
  9692. },
  9693. [
  9694. {
  9695. name: "Micro",
  9696. height: math.unit(0.571, "meters")
  9697. },
  9698. {
  9699. name: "Normal",
  9700. height: math.unit(1.8796, "meters"),
  9701. default: true
  9702. },
  9703. {
  9704. name: "Tall",
  9705. height: math.unit(4, "meters")
  9706. },
  9707. {
  9708. name: "Macro",
  9709. height: math.unit(67.241, "meters")
  9710. },
  9711. {
  9712. name: "Megamacro",
  9713. height: math.unit(371.856, "meters")
  9714. },
  9715. {
  9716. name: "Planetary",
  9717. height: math.unit(12631.5689, "km")
  9718. },
  9719. ]
  9720. )
  9721. };
  9722. characterMakers["Matvei"] = () => {
  9723. return makeCharacter(
  9724. "Matvei",
  9725. "Matt_Da_Master",
  9726. {
  9727. front: {
  9728. height: math.unit(1.85, "meters"),
  9729. weight: math.unit(80, "kg"),
  9730. name: "Front",
  9731. image: {
  9732. source: "./media/characters/matvei/front.svg",
  9733. extra: 614/594 ,
  9734. bottom: 0.01
  9735. }
  9736. },
  9737. },
  9738. [
  9739. {
  9740. name: "Normal",
  9741. height: math.unit(1.85, "meters"),
  9742. default: true
  9743. },
  9744. ]
  9745. )
  9746. };
  9747. characterMakers["Quincy"] = () => {
  9748. return makeCharacter(
  9749. "Quincy",
  9750. "Paradisaea",
  9751. {
  9752. front: {
  9753. height: math.unit(5 + 9/12, "feet"),
  9754. weight: math.unit(70, "lb"),
  9755. name: "Front",
  9756. image: {
  9757. source: "./media/characters/quincy/front.svg",
  9758. extra: 3041/2751
  9759. }
  9760. },
  9761. back: {
  9762. height: math.unit(5 + 9/12, "feet"),
  9763. weight: math.unit(70, "lb"),
  9764. name: "Back",
  9765. image: {
  9766. source: "./media/characters/quincy/back.svg",
  9767. extra: 3041/2751
  9768. }
  9769. },
  9770. flying: {
  9771. height: math.unit(5 + 4/12, "feet"),
  9772. weight: math.unit(70, "lb"),
  9773. name: "Flying",
  9774. image: {
  9775. source: "./media/characters/quincy/flying.svg",
  9776. extra: 1044/930
  9777. }
  9778. },
  9779. },
  9780. [
  9781. {
  9782. name: "Micro",
  9783. height: math.unit(3, "cm")
  9784. },
  9785. {
  9786. name: "Normal",
  9787. height: math.unit(5 + 9/12, "feet")
  9788. },
  9789. {
  9790. name: "Macro",
  9791. height: math.unit(200, "meters"),
  9792. default: true
  9793. },
  9794. {
  9795. name: "Megamacro",
  9796. height: math.unit(1000, "meters")
  9797. },
  9798. ]
  9799. )
  9800. };
  9801. characterMakers["Vanrel"] = () => {
  9802. return makeCharacter(
  9803. "Vanrel",
  9804. "KuiPaws",
  9805. {
  9806. front: {
  9807. height: math.unit(4 + 7/12, "feet"),
  9808. weight: math.unit(150, "lb"),
  9809. name: "Front",
  9810. image: {
  9811. source: "./media/characters/vanrel/front.svg",
  9812. extra: 1,
  9813. bottom: 0.02
  9814. }
  9815. },
  9816. side: {
  9817. height: math.unit(4 + 7/12, "feet"),
  9818. weight: math.unit(150, "lb"),
  9819. name: "Side",
  9820. image: {
  9821. source: "./media/characters/vanrel/side.svg",
  9822. extra: 1,
  9823. bottom: 0.025
  9824. }
  9825. },
  9826. beans: {
  9827. height: math.unit(0.89, "feet"),
  9828. name: "Beans",
  9829. image: {
  9830. source: "./media/characters/vanrel/beans.svg"
  9831. }
  9832. },
  9833. },
  9834. [
  9835. {
  9836. name: "Normal",
  9837. height: math.unit(4 + 7/12, "feet"),
  9838. default: true
  9839. },
  9840. ]
  9841. )
  9842. };
  9843. characterMakers["Kuiper Vanrel"] = () => {
  9844. return makeCharacter(
  9845. "Kuiper Vanrel",
  9846. "KuiPaws",
  9847. {
  9848. front: {
  9849. height: math.unit(7 + 5/12, "feet"),
  9850. weight: math.unit(150, "lb"),
  9851. name: "Front",
  9852. image: {
  9853. source: "./media/characters/kuiper-vanrel/front.svg",
  9854. extra: 1118/1068 ,
  9855. bottom: 0.09
  9856. }
  9857. },
  9858. foot: {
  9859. height: math.unit(0.55, "meters"),
  9860. name: "Foot",
  9861. image: {
  9862. source: "./media/characters/kuiper-vanrel/foot.svg",
  9863. }
  9864. },
  9865. },
  9866. [
  9867. {
  9868. name: "Normal",
  9869. height: math.unit(7 + 5/12, "feet"),
  9870. default: true
  9871. },
  9872. ]
  9873. )
  9874. };
  9875. characterMakers["Keset Vanrel"] = () => {
  9876. return makeCharacter(
  9877. "Keset Vanrel",
  9878. "KuiPaws",
  9879. {
  9880. front: {
  9881. height: math.unit(8 + 5/12, "feet"),
  9882. weight: math.unit(150, "lb"),
  9883. name: "Front",
  9884. image: {
  9885. source: "./media/characters/keset-vanrel/front.svg",
  9886. extra: 1150/1084 ,
  9887. bottom: 0.05
  9888. }
  9889. },
  9890. hand: {
  9891. height: math.unit(0.6, "meters"),
  9892. name: "Hand",
  9893. image: {
  9894. source: "./media/characters/keset-vanrel/hand.svg"
  9895. }
  9896. },
  9897. foot: {
  9898. height: math.unit(0.94978, "meters"),
  9899. name: "Foot",
  9900. image: {
  9901. source: "./media/characters/keset-vanrel/foot.svg"
  9902. }
  9903. },
  9904. },
  9905. [
  9906. {
  9907. name: "Normal",
  9908. height: math.unit(8 + 5/12, "feet"),
  9909. default: true
  9910. },
  9911. ]
  9912. )
  9913. };
  9914. characterMakers["Neos"] = () => {
  9915. return makeCharacter(
  9916. "Neos",
  9917. "CakeyCake",
  9918. {
  9919. front: {
  9920. height: math.unit(6, "feet"),
  9921. weight: math.unit(150, "lb"),
  9922. name: "Front",
  9923. image: {
  9924. source: "./media/characters/neos/front.svg",
  9925. extra: 1696/992 ,
  9926. bottom: 0.14
  9927. }
  9928. },
  9929. },
  9930. [
  9931. {
  9932. name: "Normal",
  9933. height: math.unit(54, "cm"),
  9934. default: true
  9935. },
  9936. {
  9937. name: "Macro",
  9938. height: math.unit(100, "m")
  9939. },
  9940. {
  9941. name: "Megamacro",
  9942. height: math.unit(10, "km")
  9943. },
  9944. {
  9945. name: "Megamacro+",
  9946. height: math.unit(100, "km")
  9947. },
  9948. {
  9949. name: "Gigamacro",
  9950. height: math.unit(100, "Mm")
  9951. },
  9952. {
  9953. name: "Teramacro",
  9954. height: math.unit(100, "Gm")
  9955. },
  9956. {
  9957. name: "Examacro",
  9958. height: math.unit(100, "Em")
  9959. },
  9960. {
  9961. name: "Godly",
  9962. height: math.unit(10000, "Ym")
  9963. },
  9964. {
  9965. name: "Beyond Godly",
  9966. height: math.unit(10000000, "Ym")
  9967. },
  9968. ]
  9969. )
  9970. };
  9971. characterMakers["Sammy Mouse"] = () => {
  9972. return makeCharacter(
  9973. "Sammy Mouse",
  9974. "Piedunk",
  9975. {
  9976. feminine: {
  9977. height: math.unit(5, "feet"),
  9978. weight: math.unit(100, "lb"),
  9979. name: "Feminine",
  9980. image: {
  9981. source: "./media/characters/sammy-mouse/feminine.svg",
  9982. extra: 2526/2425 ,
  9983. bottom: 0.123
  9984. }
  9985. },
  9986. masculine: {
  9987. height: math.unit(5, "feet"),
  9988. weight: math.unit(100, "lb"),
  9989. name: "Masculine",
  9990. image: {
  9991. source: "./media/characters/sammy-mouse/masculine.svg",
  9992. extra: 2526/2425 ,
  9993. bottom: 0.123
  9994. }
  9995. },
  9996. },
  9997. [
  9998. {
  9999. name: "Micro",
  10000. height: math.unit(5, "inches")
  10001. },
  10002. {
  10003. name: "Normal",
  10004. height: math.unit(5, "feet"),
  10005. default: true
  10006. },
  10007. {
  10008. name: "Macro",
  10009. height: math.unit(60, "feet")
  10010. },
  10011. ]
  10012. )
  10013. };
  10014. characterMakers["Kole"] = () => {
  10015. return makeCharacter(
  10016. "Kole",
  10017. "Cats_55",
  10018. {
  10019. front: {
  10020. height: math.unit(4, "feet"),
  10021. weight: math.unit(50, "lb"),
  10022. name: "Front",
  10023. image: {
  10024. source: "./media/characters/kole/front.svg",
  10025. extra: 1423/1303 ,
  10026. bottom: 0.025
  10027. }
  10028. },
  10029. back: {
  10030. height: math.unit(4, "feet"),
  10031. weight: math.unit(50, "lb"),
  10032. name: "Back",
  10033. image: {
  10034. source: "./media/characters/kole/back.svg",
  10035. extra: 1426/1280 ,
  10036. bottom: 0.02
  10037. }
  10038. },
  10039. },
  10040. [
  10041. {
  10042. name: "Normal",
  10043. height: math.unit(4, "feet"),
  10044. default: true
  10045. },
  10046. ]
  10047. )
  10048. };
  10049. characterMakers["Rufran"] = () => {
  10050. return makeCharacter(
  10051. "Rufran",
  10052. "Rufran",
  10053. {
  10054. front: {
  10055. height: math.unit(2 + 6/12, "feet"),
  10056. weight: math.unit(20, "lb"),
  10057. name: "Front",
  10058. image: {
  10059. source: "./media/characters/rufran/front.svg",
  10060. extra: 2041/1839 ,
  10061. bottom: 0.055
  10062. }
  10063. },
  10064. back: {
  10065. height: math.unit(2 + 6/12, "feet"),
  10066. weight: math.unit(20, "lb"),
  10067. name: "Back",
  10068. image: {
  10069. source: "./media/characters/rufran/back.svg",
  10070. extra: 2054/1839 ,
  10071. bottom: 0.01
  10072. }
  10073. },
  10074. hand: {
  10075. height: math.unit(0.2166, "meters"),
  10076. name: "Hand",
  10077. image: {
  10078. source: "./media/characters/rufran/hand.svg"
  10079. }
  10080. },
  10081. foot: {
  10082. height: math.unit(0.185, "meters"),
  10083. name: "Foot",
  10084. image: {
  10085. source: "./media/characters/rufran/foot.svg"
  10086. }
  10087. },
  10088. },
  10089. [
  10090. {
  10091. name: "Micro",
  10092. height: math.unit(1, "inch")
  10093. },
  10094. {
  10095. name: "Normal",
  10096. height: math.unit(2 + 6/12, "feet"),
  10097. default: true
  10098. },
  10099. {
  10100. name: "Big",
  10101. height: math.unit(60, "feet")
  10102. },
  10103. {
  10104. name: "Macro",
  10105. height: math.unit(325, "feet")
  10106. },
  10107. ]
  10108. )
  10109. };
  10110. characterMakers["Chip"] = () => {
  10111. return makeCharacter(
  10112. "Chip",
  10113. "Chiptuni",
  10114. {
  10115. front: {
  10116. height: math.unit(0.3, "meters"),
  10117. weight: math.unit(3.5, "kg"),
  10118. name: "Front",
  10119. image: {
  10120. source: "./media/characters/chip/front.svg",
  10121. extra: 748/674
  10122. }
  10123. },
  10124. },
  10125. [
  10126. {
  10127. name: "Micro",
  10128. height: math.unit(1, "inch"),
  10129. default: true
  10130. },
  10131. ]
  10132. )
  10133. };
  10134. characterMakers["Torvid"] = () => {
  10135. return makeCharacter(
  10136. "Torvid",
  10137. "Torvid",
  10138. {
  10139. side: {
  10140. height: math.unit(2.3, "meters"),
  10141. weight: math.unit(3500, "lb"),
  10142. name: "Side",
  10143. image: {
  10144. source: "./media/characters/torvid/side.svg",
  10145. extra: 1972/722 ,
  10146. bottom: 0.035
  10147. }
  10148. },
  10149. },
  10150. [
  10151. {
  10152. name: "Normal",
  10153. height: math.unit(2.3, "meters"),
  10154. default: true
  10155. },
  10156. ]
  10157. )
  10158. };
  10159. characterMakers["Susan"] = () => {
  10160. return makeCharacter(
  10161. "Susan",
  10162. "Jasmith",
  10163. {
  10164. front: {
  10165. height: math.unit(2, "meters"),
  10166. weight: math.unit(150.5, "kg"),
  10167. name: "Front",
  10168. image: {
  10169. source: "./media/characters/susan/front.svg",
  10170. extra: 693/635 ,
  10171. bottom: 0.05
  10172. }
  10173. },
  10174. },
  10175. [
  10176. {
  10177. name: "Megamacro",
  10178. height: math.unit(505, "miles"),
  10179. default: true
  10180. },
  10181. ]
  10182. )
  10183. };
  10184. characterMakers["Raindrops"] = () => {
  10185. return makeCharacter(
  10186. "Raindrops",
  10187. "RaindropsJFL",
  10188. {
  10189. front: {
  10190. height: math.unit(6, "feet"),
  10191. weight: math.unit(150, "lb"),
  10192. name: "Front",
  10193. image: {
  10194. source: "./media/characters/raindrops/front.svg",
  10195. extra: 2655/2461 ,
  10196. bottom: 0.02
  10197. }
  10198. },
  10199. back: {
  10200. height: math.unit(6, "feet"),
  10201. weight: math.unit(150, "lb"),
  10202. name: "Back",
  10203. image: {
  10204. source: "./media/characters/raindrops/back.svg",
  10205. extra: 2574/2400 ,
  10206. bottom: 0.03
  10207. }
  10208. },
  10209. },
  10210. [
  10211. {
  10212. name: "Micro",
  10213. height: math.unit(6, "inches")
  10214. },
  10215. {
  10216. name: "Normal",
  10217. height: math.unit(6 + 2/12, "feet")
  10218. },
  10219. {
  10220. name: "Macro",
  10221. height: math.unit(131, "feet"),
  10222. default: true
  10223. },
  10224. {
  10225. name: "Megamacro",
  10226. height: math.unit(15, "miles")
  10227. },
  10228. {
  10229. name: "Gigamacro",
  10230. height: math.unit(4000, "miles")
  10231. },
  10232. {
  10233. name: "Teramacro",
  10234. height: math.unit(315000, "miles")
  10235. },
  10236. ]
  10237. )
  10238. };
  10239. characterMakers["Tezwa"] = () => {
  10240. return makeCharacter(
  10241. "Tezwa",
  10242. "TitanTezwa",
  10243. {
  10244. front: {
  10245. height: math.unit(2.794, "meters"),
  10246. weight: math.unit(325, "kg"),
  10247. name: "Front",
  10248. image: {
  10249. source: "./media/characters/tezwa/front.svg",
  10250. extra: 2083/1906 ,
  10251. bottom: 0.031
  10252. }
  10253. },
  10254. foot: {
  10255. height: math.unit(0.687, "meters"),
  10256. name: "Foot",
  10257. image: {
  10258. source: "./media/characters/tezwa/foot.svg"
  10259. }
  10260. },
  10261. },
  10262. [
  10263. {
  10264. name: "Normal",
  10265. height: math.unit(9 + 2/12, "feet"),
  10266. default: true
  10267. },
  10268. ]
  10269. )
  10270. };
  10271. characterMakers["Typhus"] = () => {
  10272. return makeCharacter(
  10273. "Typhus",
  10274. "Jasmith",
  10275. {
  10276. front: {
  10277. height: math.unit(58, "feet"),
  10278. weight: math.unit(89000, "lb"),
  10279. name: "Front",
  10280. image: {
  10281. source: "./media/characters/typhus/front.svg",
  10282. extra: 816/800 ,
  10283. bottom: 0.065
  10284. }
  10285. },
  10286. },
  10287. [
  10288. {
  10289. name: "Macro",
  10290. height: math.unit(58, "feet"),
  10291. default: true
  10292. },
  10293. ]
  10294. )
  10295. };
  10296. characterMakers["Lyra Von Wulf"] = () => {
  10297. return makeCharacter(
  10298. "Lyra Von Wulf",
  10299. "LyraVonWulf",
  10300. {
  10301. front: {
  10302. height: math.unit(12, "feet"),
  10303. weight: math.unit(6, "tonnes"),
  10304. name: "Front",
  10305. image: {
  10306. source: "./media/characters/lyra-von-wulf/front.svg",
  10307. extra: 1,
  10308. bottom: 0.10
  10309. }
  10310. },
  10311. frontMecha: {
  10312. height: math.unit(12, "feet"),
  10313. weight: math.unit(12, "tonnes"),
  10314. name: "Front (Mecha)",
  10315. image: {
  10316. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  10317. extra: 1,
  10318. bottom: 0.042
  10319. }
  10320. },
  10321. maw: {
  10322. height: math.unit(2.2, "feet"),
  10323. name: "Maw",
  10324. image: {
  10325. source: "./media/characters/lyra-von-wulf/maw.svg"
  10326. }
  10327. },
  10328. },
  10329. [
  10330. {
  10331. name: "Normal",
  10332. height: math.unit(12, "feet"),
  10333. default: true
  10334. },
  10335. {
  10336. name: "Classic",
  10337. height: math.unit(50, "feet")
  10338. },
  10339. {
  10340. name: "Macro",
  10341. height: math.unit(500, "feet")
  10342. },
  10343. {
  10344. name: "Megamacro",
  10345. height: math.unit(1, "mile")
  10346. },
  10347. {
  10348. name: "Gigamacro",
  10349. height: math.unit(400, "miles")
  10350. },
  10351. {
  10352. name: "Teramacro",
  10353. height: math.unit(22000, "miles")
  10354. },
  10355. {
  10356. name: "Solarmacro",
  10357. height: math.unit(8600000, "miles")
  10358. },
  10359. {
  10360. name: "Galactic",
  10361. height: math.unit(1057000, "lightyears")
  10362. },
  10363. ]
  10364. )
  10365. };
  10366. characterMakers["Dixon"] = () => {
  10367. return makeCharacter(
  10368. "Dixon",
  10369. "Seabury",
  10370. {
  10371. front: {
  10372. height: math.unit(6 + 10/12, "feet"),
  10373. weight: math.unit(150, "lb"),
  10374. name: "Front",
  10375. image: {
  10376. source: "./media/characters/dixon/front.svg",
  10377. extra: 3361/3209 ,
  10378. bottom: 0.01
  10379. }
  10380. },
  10381. },
  10382. [
  10383. {
  10384. name: "Normal",
  10385. height: math.unit(6 + 10/12, "feet"),
  10386. default: true
  10387. },
  10388. {
  10389. name: "Big",
  10390. height: math.unit(12, "meters")
  10391. },
  10392. {
  10393. name: "Macro",
  10394. height: math.unit(500, "meters")
  10395. },
  10396. {
  10397. name: "Megamacro",
  10398. height: math.unit(2, "km")
  10399. },
  10400. ]
  10401. )
  10402. };
  10403. characterMakers["Kauko"] = () => {
  10404. return makeCharacter(
  10405. "Kauko",
  10406. "Kauko",
  10407. {
  10408. front: {
  10409. height: math.unit(185, "cm"),
  10410. weight: math.unit(68, "kg"),
  10411. name: "Front",
  10412. image: {
  10413. source: "./media/characters/kauko/front.svg",
  10414. extra: 1455/1421 ,
  10415. bottom: 0.03
  10416. }
  10417. },
  10418. back: {
  10419. height: math.unit(185, "cm"),
  10420. weight: math.unit(68, "kg"),
  10421. name: "Back",
  10422. image: {
  10423. source: "./media/characters/kauko/back.svg",
  10424. extra: 1455/1421 ,
  10425. bottom: 0.004
  10426. }
  10427. },
  10428. },
  10429. [
  10430. {
  10431. name: "Normal",
  10432. height: math.unit(185, "cm"),
  10433. default: true
  10434. },
  10435. ]
  10436. )
  10437. };
  10438. characterMakers["Varg"] = () => {
  10439. return makeCharacter(
  10440. "Varg",
  10441. "va0027",
  10442. {
  10443. front: {
  10444. height: math.unit(6, "feet"),
  10445. weight: math.unit(150, "kg"),
  10446. name: "Front",
  10447. image: {
  10448. source: "./media/characters/varg/front.svg",
  10449. extra: 1108/1018 ,
  10450. bottom: 0.0375
  10451. }
  10452. },
  10453. },
  10454. [
  10455. {
  10456. name: "Normal",
  10457. height: math.unit(5, "meters")
  10458. },
  10459. {
  10460. name: "Gigamacro",
  10461. height: math.unit(211, "km"),
  10462. default: true
  10463. },
  10464. ]
  10465. )
  10466. };
  10467. characterMakers["Dayza"] = () => {
  10468. return makeCharacter(
  10469. "Dayza",
  10470. "Vonadi",
  10471. {
  10472. front: {
  10473. height: math.unit(7 + 7/12, "feet"),
  10474. weight: math.unit(267, "lb"),
  10475. name: "Front",
  10476. image: {
  10477. source: "./media/characters/dayza/front.svg",
  10478. extra: 1262/1200 ,
  10479. bottom: 0.035
  10480. }
  10481. },
  10482. side: {
  10483. height: math.unit(7 + 7/12, "feet"),
  10484. weight: math.unit(267, "lb"),
  10485. name: "Side",
  10486. image: {
  10487. source: "./media/characters/dayza/side.svg",
  10488. extra: 1295/1245 ,
  10489. bottom: 0.05
  10490. }
  10491. },
  10492. back: {
  10493. height: math.unit(7 + 7/12, "feet"),
  10494. weight: math.unit(267, "lb"),
  10495. name: "Back",
  10496. image: {
  10497. source: "./media/characters/dayza/back.svg",
  10498. extra: 1241/1170
  10499. }
  10500. },
  10501. },
  10502. [
  10503. {
  10504. name: "Normal",
  10505. height: math.unit(7 + 7/12, "feet"),
  10506. default: true
  10507. },
  10508. {
  10509. name: "Macro",
  10510. height: math.unit(155, "feet")
  10511. },
  10512. ]
  10513. )
  10514. };
  10515. characterMakers["Xanthos"] = () => {
  10516. return makeCharacter(
  10517. "Xanthos",
  10518. "ArgentVZ",
  10519. {
  10520. front: {
  10521. height: math.unit(6 + 5/12, "feet"),
  10522. weight: math.unit(160, "lb"),
  10523. name: "Front",
  10524. image: {
  10525. source: "./media/characters/xanthos/front.svg",
  10526. extra: 1,
  10527. bottom: 0.04
  10528. }
  10529. },
  10530. back: {
  10531. height: math.unit(6 + 5/12, "feet"),
  10532. weight: math.unit(160, "lb"),
  10533. name: "Back",
  10534. image: {
  10535. source: "./media/characters/xanthos/back.svg",
  10536. extra: 1,
  10537. bottom: 0.03
  10538. }
  10539. },
  10540. hand: {
  10541. height: math.unit(0.928, "feet"),
  10542. name: "Hand",
  10543. image: {
  10544. source: "./media/characters/xanthos/hand.svg"
  10545. }
  10546. },
  10547. foot: {
  10548. height: math.unit(1.286, "feet"),
  10549. name: "Foot",
  10550. image: {
  10551. source: "./media/characters/xanthos/foot.svg"
  10552. }
  10553. },
  10554. },
  10555. [
  10556. {
  10557. name: "Normal",
  10558. height: math.unit(6 + 5/12, "feet"),
  10559. default: true
  10560. },
  10561. {
  10562. name: "Normal+",
  10563. height: math.unit(6, "meters")
  10564. },
  10565. {
  10566. name: "Macro",
  10567. height: math.unit(40, "feet")
  10568. },
  10569. {
  10570. name: "Macro+",
  10571. height: math.unit(200, "meters")
  10572. },
  10573. {
  10574. name: "Megamacro",
  10575. height: math.unit(20, "km")
  10576. },
  10577. {
  10578. name: "Megamacro+",
  10579. height: math.unit(100, "km")
  10580. },
  10581. ]
  10582. )
  10583. };
  10584. characterMakers["Grynn"] = () => {
  10585. return makeCharacter(
  10586. "Grynn",
  10587. "Grynn",
  10588. {
  10589. front: {
  10590. height: math.unit(6 + 3/12, "feet"),
  10591. weight: math.unit(215, "lb"),
  10592. name: "Front",
  10593. image: {
  10594. source: "./media/characters/grynn/front.svg",
  10595. extra: 4627/4209 ,
  10596. bottom: 0.047
  10597. }
  10598. },
  10599. },
  10600. [
  10601. {
  10602. name: "Micro",
  10603. height: math.unit(6, "inches")
  10604. },
  10605. {
  10606. name: "Normal",
  10607. height: math.unit(6 + 3/12, "feet"),
  10608. default: true
  10609. },
  10610. {
  10611. name: "Big",
  10612. height: math.unit(104, "feet")
  10613. },
  10614. {
  10615. name: "Macro",
  10616. height: math.unit(944, "feet")
  10617. },
  10618. {
  10619. name: "Macro+",
  10620. height: math.unit(9480, "feet")
  10621. },
  10622. {
  10623. name: "Megamacro",
  10624. height: math.unit(78752, "feet")
  10625. },
  10626. {
  10627. name: "Megamacro+",
  10628. height: math.unit(630128, "feet")
  10629. },
  10630. {
  10631. name: "Megamacro++",
  10632. height: math.unit(3150695, "feet")
  10633. },
  10634. ]
  10635. )
  10636. };
  10637. characterMakers["Mocha Aura"] = () => {
  10638. return makeCharacter(
  10639. "Mocha Aura",
  10640. "Mocha-Aura",
  10641. {
  10642. front: {
  10643. height: math.unit(7 + 5/12, "feet"),
  10644. weight: math.unit(450, "lb"),
  10645. name: "Front",
  10646. image: {
  10647. source: "./media/characters/mocha-aura/front.svg",
  10648. extra: 1907/1817 ,
  10649. bottom: 0.04
  10650. }
  10651. },
  10652. back: {
  10653. height: math.unit(7 + 5/12, "feet"),
  10654. weight: math.unit(450, "lb"),
  10655. name: "Back",
  10656. image: {
  10657. source: "./media/characters/mocha-aura/back.svg",
  10658. extra: 1900/1825 ,
  10659. bottom: 0.045
  10660. }
  10661. },
  10662. },
  10663. [
  10664. {
  10665. name: "Nano",
  10666. height: math.unit(1, "nm")
  10667. },
  10668. {
  10669. name: "Megamicro",
  10670. height: math.unit(1, "mm")
  10671. },
  10672. {
  10673. name: "Micro",
  10674. height: math.unit(3, "inches")
  10675. },
  10676. {
  10677. name: "Normal",
  10678. height: math.unit(7 + 5/12, "feet"),
  10679. default: true
  10680. },
  10681. {
  10682. name: "Macro",
  10683. height: math.unit(30, "feet")
  10684. },
  10685. {
  10686. name: "Megamacro",
  10687. height: math.unit(3500, "feet")
  10688. },
  10689. {
  10690. name: "Teramacro",
  10691. height: math.unit(500000, "miles")
  10692. },
  10693. {
  10694. name: "Petamacro",
  10695. height: math.unit(50000000000000000 , "parsecs")
  10696. },
  10697. ]
  10698. )
  10699. };
  10700. characterMakers["Ilisha Devya"] = () => {
  10701. return makeCharacter(
  10702. "Ilisha Devya",
  10703. "Neopuc",
  10704. {
  10705. front: {
  10706. height: math.unit(6, "feet"),
  10707. weight: math.unit(150, "lb"),
  10708. name: "Front",
  10709. image: {
  10710. source: "./media/characters/ilisha-devya/front.svg",
  10711. extra: 1,
  10712. bottom: 0.175
  10713. }
  10714. },
  10715. back: {
  10716. height: math.unit(6, "feet"),
  10717. weight: math.unit(150, "lb"),
  10718. name: "Back",
  10719. image: {
  10720. source: "./media/characters/ilisha-devya/back.svg",
  10721. extra: 1,
  10722. bottom: 0.015
  10723. }
  10724. },
  10725. },
  10726. [
  10727. {
  10728. name: "Macro",
  10729. height: math.unit(500, "feet"),
  10730. default: true
  10731. },
  10732. {
  10733. name: "Megamacro",
  10734. height: math.unit(10, "miles")
  10735. },
  10736. {
  10737. name: "Gigamacro",
  10738. height: math.unit(100000, "miles")
  10739. },
  10740. {
  10741. name: "Examacro",
  10742. height: math.unit(1e9, "lightyears")
  10743. },
  10744. {
  10745. name: "Omniversal",
  10746. height: math.unit(1e33, "lightyears")
  10747. },
  10748. {
  10749. name: "Beyond Infinite",
  10750. height: math.unit(1e100, "lightyears")
  10751. },
  10752. ]
  10753. )
  10754. };
  10755. characterMakers["Mira"] = () => {
  10756. return makeCharacter(
  10757. "Mira",
  10758. "Neopuc",
  10759. {
  10760. Side: {
  10761. height: math.unit(6, "feet"),
  10762. weight: math.unit(150, "lb"),
  10763. name: "Side",
  10764. image: {
  10765. source: "./media/characters/mira/side.svg",
  10766. extra: 900/799 ,
  10767. bottom: 0.02
  10768. }
  10769. },
  10770. },
  10771. [
  10772. {
  10773. name: "Human Size",
  10774. height: math.unit(6, "feet")
  10775. },
  10776. {
  10777. name: "Macro",
  10778. height: math.unit(100, "feet"),
  10779. default: true
  10780. },
  10781. {
  10782. name: "Megamacro",
  10783. height: math.unit(10, "miles")
  10784. },
  10785. {
  10786. name: "Gigamacro",
  10787. height: math.unit(25000, "miles")
  10788. },
  10789. {
  10790. name: "Teramacro",
  10791. height: math.unit(300, "AU")
  10792. },
  10793. {
  10794. name: "Full Size",
  10795. height: math.unit(4.5e10, "lightyears")
  10796. },
  10797. ]
  10798. )
  10799. };
  10800. characterMakers["Holly"] = () => {
  10801. return makeCharacter(
  10802. "Holly",
  10803. "Neopuc",
  10804. {
  10805. front: {
  10806. height: math.unit(6, "feet"),
  10807. weight: math.unit(150, "lb"),
  10808. name: "Front",
  10809. image: {
  10810. source: "./media/characters/holly/front.svg",
  10811. extra: 639/606
  10812. }
  10813. },
  10814. back: {
  10815. height: math.unit(6, "feet"),
  10816. weight: math.unit(150, "lb"),
  10817. name: "Back",
  10818. image: {
  10819. source: "./media/characters/holly/back.svg",
  10820. extra: 623/598
  10821. }
  10822. },
  10823. frontWorking: {
  10824. height: math.unit(6, "feet"),
  10825. weight: math.unit(150, "lb"),
  10826. name: "Front (Working)",
  10827. image: {
  10828. source: "./media/characters/holly/front-working.svg",
  10829. extra: 607/577 ,
  10830. bottom: 0.048
  10831. }
  10832. },
  10833. },
  10834. [
  10835. {
  10836. name: "Normal",
  10837. height: math.unit(12 + 3/12, "feet"),
  10838. default: true
  10839. },
  10840. ]
  10841. )
  10842. };
  10843. characterMakers["Porter"] = () => {
  10844. return makeCharacter(
  10845. "Porter",
  10846. "Neopuc",
  10847. {
  10848. front: {
  10849. height: math.unit(6, "feet"),
  10850. weight: math.unit(150, "lb"),
  10851. name: "Front",
  10852. image: {
  10853. source: "./media/characters/porter/front.svg",
  10854. extra: 1,
  10855. bottom: 0.01
  10856. }
  10857. },
  10858. frontRobes: {
  10859. height: math.unit(6, "feet"),
  10860. weight: math.unit(150, "lb"),
  10861. name: "Front (Robes)",
  10862. image: {
  10863. source: "./media/characters/porter/front-robes.svg",
  10864. extra: 1.01 ,
  10865. bottom: 0.01
  10866. }
  10867. },
  10868. },
  10869. [
  10870. {
  10871. name: "Normal",
  10872. height: math.unit(11 + 9/12, "feet"),
  10873. default: true
  10874. },
  10875. ]
  10876. )
  10877. };
  10878. characterMakers["Lucy"] = () => {
  10879. return makeCharacter(
  10880. "Lucy",
  10881. "Jasmith",
  10882. {
  10883. legendary: {
  10884. height: math.unit(6, "feet"),
  10885. weight: math.unit(150, "lb"),
  10886. name: "Legendary",
  10887. image: {
  10888. source: "./media/characters/lucy/legendary.svg",
  10889. extra: 1355/1100 ,
  10890. bottom: 0.045
  10891. }
  10892. },
  10893. },
  10894. [
  10895. {
  10896. name: "Legendary",
  10897. height: math.unit(86882*2, "miles"),
  10898. default: true
  10899. },
  10900. ]
  10901. )
  10902. };
  10903. characterMakers["Drusilla"] = () => {
  10904. return makeCharacter(
  10905. "Drusilla",
  10906. "Neopuc",
  10907. {
  10908. front: {
  10909. height: math.unit(6, "feet"),
  10910. weight: math.unit(150, "lb"),
  10911. name: "Front",
  10912. image: {
  10913. source: "./media/characters/drusilla/front.svg",
  10914. extra: 678/635 ,
  10915. bottom: 0.03
  10916. }
  10917. },
  10918. back: {
  10919. height: math.unit(6, "feet"),
  10920. weight: math.unit(150, "lb"),
  10921. name: "Back",
  10922. image: {
  10923. source: "./media/characters/drusilla/back.svg",
  10924. extra: 678/635 ,
  10925. bottom: 0.005
  10926. }
  10927. },
  10928. },
  10929. [
  10930. {
  10931. name: "Macro",
  10932. height: math.unit(100, "feet")
  10933. },
  10934. {
  10935. name: "Canon Height",
  10936. height: math.unit(2000, "feet"),
  10937. default: true
  10938. },
  10939. ]
  10940. )
  10941. };
  10942. characterMakers["Renard Thatch"] = () => {
  10943. return makeCharacter(
  10944. "Renard Thatch",
  10945. "Renard Thatch",
  10946. {
  10947. front: {
  10948. height: math.unit(6, "feet"),
  10949. weight: math.unit(180, "lb"),
  10950. name: "Front",
  10951. image: {
  10952. source: "./media/characters/renard-thatch/front.svg",
  10953. extra: 2411/2275 ,
  10954. bottom: 0.01
  10955. }
  10956. },
  10957. frontPosing: {
  10958. height: math.unit(6, "feet"),
  10959. weight: math.unit(180, "lb"),
  10960. name: "Front (Posing)",
  10961. image: {
  10962. source: "./media/characters/renard-thatch/front-posing.svg",
  10963. extra: 2381/2261 ,
  10964. bottom: 0.01
  10965. }
  10966. },
  10967. back: {
  10968. height: math.unit(6, "feet"),
  10969. weight: math.unit(180, "lb"),
  10970. name: "Back",
  10971. image: {
  10972. source: "./media/characters/renard-thatch/back.svg",
  10973. extra: 2428/2288
  10974. }
  10975. },
  10976. },
  10977. [
  10978. {
  10979. name: "Micro",
  10980. height: math.unit(3, "inches")
  10981. },
  10982. {
  10983. name: "Default",
  10984. height: math.unit(6, "feet"),
  10985. default: true
  10986. },
  10987. {
  10988. name: "Macro",
  10989. height: math.unit(75, "feet")
  10990. },
  10991. ]
  10992. )
  10993. };
  10994. characterMakers["Sekvra"] = () => {
  10995. return makeCharacter(
  10996. "Sekvra",
  10997. "Neopuc",
  10998. {
  10999. front: {
  11000. height: math.unit(1450, "feet"),
  11001. weight: math.unit(1.21e6, "tons"),
  11002. name: "Front",
  11003. image: {
  11004. source: "./media/characters/sekvra/front.svg",
  11005. extra: 1,
  11006. bottom: 0.03
  11007. }
  11008. },
  11009. frontClothed: {
  11010. height: math.unit(1450, "feet"),
  11011. weight: math.unit(1.21e6, "tons"),
  11012. name: "Front (Clothed)",
  11013. image: {
  11014. source: "./media/characters/sekvra/front-clothed.svg",
  11015. extra: 1,
  11016. bottom: 0.03
  11017. }
  11018. },
  11019. side: {
  11020. height: math.unit(1450, "feet"),
  11021. weight: math.unit(1.21e6, "tons"),
  11022. name: "Side",
  11023. image: {
  11024. source: "./media/characters/sekvra/side.svg",
  11025. extra: 1,
  11026. bottom: 0.025
  11027. }
  11028. },
  11029. back: {
  11030. height: math.unit(1450, "feet"),
  11031. weight: math.unit(1.21e6, "tons"),
  11032. name: "Back",
  11033. image: {
  11034. source: "./media/characters/sekvra/back.svg",
  11035. extra: 1,
  11036. bottom: 0.005
  11037. }
  11038. },
  11039. },
  11040. [
  11041. {
  11042. name: "Macro",
  11043. height: math.unit(1450, "feet"),
  11044. default: true
  11045. },
  11046. {
  11047. name: "Megamacro",
  11048. height: math.unit(15000, "feet")
  11049. },
  11050. ]
  11051. )
  11052. };
  11053. characterMakers["Carmine"] = () => {
  11054. return makeCharacter(
  11055. "Carmine",
  11056. "Neopuc",
  11057. {
  11058. front: {
  11059. height: math.unit(6, "feet"),
  11060. weight: math.unit(150, "lb"),
  11061. name: "Front",
  11062. image: {
  11063. source: "./media/characters/carmine/front.svg",
  11064. extra: 1,
  11065. bottom: 0.035
  11066. }
  11067. },
  11068. frontArmor: {
  11069. height: math.unit(6, "feet"),
  11070. weight: math.unit(150, "lb"),
  11071. name: "Front (Armor)",
  11072. image: {
  11073. source: "./media/characters/carmine/front-armor.svg",
  11074. extra: 1,
  11075. bottom: 0.035
  11076. }
  11077. },
  11078. },
  11079. [
  11080. {
  11081. name: "Large",
  11082. height: math.unit(1, "mile")
  11083. },
  11084. {
  11085. name: "Huge",
  11086. height: math.unit(40, "miles"),
  11087. default: true
  11088. },
  11089. {
  11090. name: "Colossal",
  11091. height: math.unit(2500, "miles")
  11092. },
  11093. ]
  11094. )
  11095. };
  11096. characterMakers["Elyssia"] = () => {
  11097. return makeCharacter(
  11098. "Elyssia",
  11099. "Neopuc",
  11100. {
  11101. front: {
  11102. height: math.unit(6, "feet"),
  11103. weight: math.unit(150, "lb"),
  11104. name: "Front",
  11105. image: {
  11106. source: "./media/characters/elyssia/front.svg",
  11107. extra: 2201/2035 ,
  11108. bottom: 0.05
  11109. }
  11110. },
  11111. frontClothed: {
  11112. height: math.unit(6, "feet"),
  11113. weight: math.unit(150, "lb"),
  11114. name: "Front (Clothed)",
  11115. image: {
  11116. source: "./media/characters/elyssia/front-clothed.svg",
  11117. extra: 2201/2035 ,
  11118. bottom: 0.05
  11119. }
  11120. },
  11121. back: {
  11122. height: math.unit(6, "feet"),
  11123. weight: math.unit(150, "lb"),
  11124. name: "Back",
  11125. image: {
  11126. source: "./media/characters/elyssia/back.svg",
  11127. extra: 2201/2035 ,
  11128. bottom: 0.013
  11129. }
  11130. },
  11131. },
  11132. [
  11133. {
  11134. name: "Smaller",
  11135. height: math.unit(150, "feet")
  11136. },
  11137. {
  11138. name: "Standard",
  11139. height: math.unit(1400, "feet"),
  11140. default: true
  11141. },
  11142. {
  11143. name: "Distracted",
  11144. height: math.unit(15000, "feet")
  11145. },
  11146. ]
  11147. )
  11148. };
  11149. characterMakers["Geno Maxwell"] = () => {
  11150. return makeCharacter(
  11151. "Geno Maxwell",
  11152. "Geckonori",
  11153. {
  11154. front: {
  11155. height: math.unit(7 + 4/12, "feet"),
  11156. weight: math.unit(500, "lb"),
  11157. name: "Front",
  11158. image: {
  11159. source: "./media/characters/geno-maxwell/front.svg",
  11160. extra: 2207/2040 ,
  11161. bottom: 0.015
  11162. }
  11163. },
  11164. },
  11165. [
  11166. {
  11167. name: "Micro",
  11168. height: math.unit(3, "inches")
  11169. },
  11170. {
  11171. name: "Normal",
  11172. height: math.unit(7 + 4/12, "feet"),
  11173. default: true
  11174. },
  11175. {
  11176. name: "Macro",
  11177. height: math.unit(220, "feet")
  11178. },
  11179. {
  11180. name: "Megamacro",
  11181. height: math.unit(11, "miles")
  11182. },
  11183. ]
  11184. )
  11185. };
  11186. characterMakers["Regena Maxwell"] = () => {
  11187. return makeCharacter(
  11188. "Regena 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/regena-maxwell/front.svg",
  11197. extra: 3115/2770 ,
  11198. bottom: 0.02
  11199. }
  11200. },
  11201. },
  11202. [
  11203. {
  11204. name: "Normal",
  11205. height: math.unit(7 + 4/12, "feet"),
  11206. default: true
  11207. },
  11208. {
  11209. name: "Macro",
  11210. height: math.unit(220, "feet")
  11211. },
  11212. {
  11213. name: "Megamacro",
  11214. height: math.unit(11, "miles")
  11215. },
  11216. ]
  11217. )
  11218. };
  11219. characterMakers["XGlidingDragonX"] = () => {
  11220. return makeCharacter(
  11221. "XGlidingDragonX",
  11222. "XGlidingDragonX",
  11223. {
  11224. front: {
  11225. height: math.unit(6, "feet"),
  11226. weight: math.unit(150, "lb"),
  11227. name: "Front",
  11228. image: {
  11229. source: "./media/characters/x-gliding-dragon-x/front.svg",
  11230. extra: 860/690 ,
  11231. bottom: 0.03
  11232. }
  11233. },
  11234. },
  11235. [
  11236. {
  11237. name: "Normal",
  11238. height: math.unit(1.7, "meters"),
  11239. default: true
  11240. },
  11241. ]
  11242. )
  11243. };
  11244. characterMakers["Quilly"] = () => {
  11245. return makeCharacter(
  11246. "Quilly",
  11247. "Jasmith",
  11248. {
  11249. front: {
  11250. height: math.unit(6, "feet"),
  11251. weight: math.unit(150, "lb"),
  11252. name: "Front",
  11253. image: {
  11254. source: "./media/characters/quilly/front.svg",
  11255. extra: 890/776
  11256. }
  11257. },
  11258. },
  11259. [
  11260. {
  11261. name: "Gigamacro",
  11262. height: math.unit(404090, "miles"),
  11263. default: true
  11264. },
  11265. ]
  11266. )
  11267. };
  11268. characterMakers["Tempest"] = () => {
  11269. return makeCharacter(
  11270. "Tempest",
  11271. "XsomeoneX",
  11272. {
  11273. front: {
  11274. height: math.unit(7 + 8/12, "feet"),
  11275. weight: math.unit(350, "lb"),
  11276. name: "Front",
  11277. image: {
  11278. source: "./media/characters/tempest/front.svg",
  11279. extra: 1175/1086 ,
  11280. bottom: 0.02
  11281. }
  11282. },
  11283. },
  11284. [
  11285. {
  11286. name: "Normal",
  11287. height: math.unit(7 + 8/12, "feet"),
  11288. default: true
  11289. },
  11290. ]
  11291. )
  11292. };
  11293. characterMakers["Rodger"] = () => {
  11294. return makeCharacter(
  11295. "Rodger",
  11296. "Guywithastupidname",
  11297. {
  11298. side: {
  11299. height: math.unit(4 + 5/12, "feet"),
  11300. weight: math.unit(80, "lb"),
  11301. name: "Side",
  11302. image: {
  11303. source: "./media/characters/rodger/side.svg",
  11304. extra: 1235/1118
  11305. }
  11306. },
  11307. },
  11308. [
  11309. {
  11310. name: "Micro",
  11311. height: math.unit(1, "inch")
  11312. },
  11313. {
  11314. name: "Normal",
  11315. height: math.unit(4 + 5/12, "feet"),
  11316. default: true
  11317. },
  11318. {
  11319. name: "Macro",
  11320. height: math.unit(120, "feet")
  11321. },
  11322. ]
  11323. )
  11324. };
  11325. characterMakers["Danyel"] = () => {
  11326. return makeCharacter(
  11327. "Danyel",
  11328. "Danyelx",
  11329. {
  11330. front: {
  11331. height: math.unit(6, "feet"),
  11332. weight: math.unit(150, "lb"),
  11333. name: "Front",
  11334. image: {
  11335. source: "./media/characters/danyel/front.svg",
  11336. extra: 1185/1123 ,
  11337. bottom: 0.05
  11338. }
  11339. },
  11340. },
  11341. [
  11342. {
  11343. name: "Shrunken",
  11344. height: math.unit(0.5, "mm")
  11345. },
  11346. {
  11347. name: "Micro",
  11348. height: math.unit(1, "mm"),
  11349. default: true
  11350. },
  11351. {
  11352. name: "Upsized",
  11353. height: math.unit(5 + 5/12, "feet")
  11354. },
  11355. ]
  11356. )
  11357. };
  11358. characterMakers["Vivian Bijoux"] = () => {
  11359. return makeCharacter(
  11360. "Vivian Bijoux",
  11361. "Geckonori",
  11362. {
  11363. front: {
  11364. height: math.unit(5 + 6/12, "feet"),
  11365. weight: math.unit(200, "lb"),
  11366. name: "Front",
  11367. image: {
  11368. source: "./media/characters/vivian-bijoux/front.svg",
  11369. extra: 1,
  11370. bottom: 0.072
  11371. }
  11372. },
  11373. },
  11374. [
  11375. {
  11376. name: "Normal",
  11377. height: math.unit(5 + 6/12, "feet"),
  11378. default: true
  11379. },
  11380. {
  11381. name: "Bad Dream",
  11382. height: math.unit(500, "feet")
  11383. },
  11384. {
  11385. name: "Nightmare",
  11386. height: math.unit(500, "miles")
  11387. },
  11388. ]
  11389. )
  11390. };
  11391. characterMakers["Zeta"] = () => {
  11392. return makeCharacter(
  11393. "Zeta",
  11394. "thenerdherd102",
  11395. {
  11396. front: {
  11397. height: math.unit(6 + 1/12, "feet"),
  11398. weight: math.unit(260, "lb"),
  11399. name: "Front",
  11400. image: {
  11401. source: "./media/characters/zeta/front.svg",
  11402. extra: 1968/1889 ,
  11403. bottom: 0.06
  11404. }
  11405. },
  11406. back: {
  11407. height: math.unit(6 + 1/12, "feet"),
  11408. weight: math.unit(260, "lb"),
  11409. name: "Back",
  11410. image: {
  11411. source: "./media/characters/zeta/back.svg",
  11412. extra: 1944/1858 ,
  11413. bottom: 0.03
  11414. }
  11415. },
  11416. hand: {
  11417. height: math.unit(1.112, "feet"),
  11418. name: "Hand",
  11419. image: {
  11420. source: "./media/characters/zeta/hand.svg"
  11421. }
  11422. },
  11423. foot: {
  11424. height: math.unit(1.48, "feet"),
  11425. name: "Foot",
  11426. image: {
  11427. source: "./media/characters/zeta/foot.svg"
  11428. }
  11429. },
  11430. },
  11431. [
  11432. {
  11433. name: "Micro",
  11434. height: math.unit(6, "inches")
  11435. },
  11436. {
  11437. name: "Normal",
  11438. height: math.unit(6 + 1/12, "feet"),
  11439. default: true
  11440. },
  11441. {
  11442. name: "Macro",
  11443. height: math.unit(20, "feet")
  11444. },
  11445. ]
  11446. )
  11447. };
  11448. characterMakers["Jamie Larsen"] = () => {
  11449. return makeCharacter(
  11450. "Jamie Larsen",
  11451. "Mt_Jamie_Larsen",
  11452. {
  11453. front: {
  11454. height: math.unit(6, "feet"),
  11455. weight: math.unit(150, "lb"),
  11456. name: "Front",
  11457. image: {
  11458. source: "./media/characters/jamie-larsen/front.svg",
  11459. extra: 962/933 ,
  11460. bottom: 0.02
  11461. }
  11462. },
  11463. back: {
  11464. height: math.unit(6, "feet"),
  11465. weight: math.unit(150, "lb"),
  11466. name: "Back",
  11467. image: {
  11468. source: "./media/characters/jamie-larsen/back.svg",
  11469. extra: 997/946
  11470. }
  11471. },
  11472. },
  11473. [
  11474. {
  11475. name: "Macro",
  11476. height: math.unit(28 + 7/12, "feet"),
  11477. default: true
  11478. },
  11479. {
  11480. name: "Macro+",
  11481. height: math.unit(180, "feet")
  11482. },
  11483. {
  11484. name: "Megamacro",
  11485. height: math.unit(10, "miles")
  11486. },
  11487. {
  11488. name: "Gigamacro",
  11489. height: math.unit(200000, "miles")
  11490. },
  11491. ]
  11492. )
  11493. };
  11494. characterMakers["Vance"] = () => {
  11495. return makeCharacter(
  11496. "Vance",
  11497. "Neopuc",
  11498. {
  11499. front: {
  11500. height: math.unit(6, "feet"),
  11501. weight: math.unit(120, "lb"),
  11502. name: "Front",
  11503. image: {
  11504. source: "./media/characters/vance/front.svg",
  11505. extra: 1980/1890 ,
  11506. bottom: 0.09
  11507. }
  11508. },
  11509. back: {
  11510. height: math.unit(6, "feet"),
  11511. weight: math.unit(120, "lb"),
  11512. name: "Back",
  11513. image: {
  11514. source: "./media/characters/vance/back.svg",
  11515. extra: 2081/1994 ,
  11516. bottom: 0.014
  11517. }
  11518. },
  11519. hand: {
  11520. height: math.unit(0.88, "feet"),
  11521. name: "Hand",
  11522. image: {
  11523. source: "./media/characters/vance/hand.svg"
  11524. }
  11525. },
  11526. foot: {
  11527. height: math.unit(0.64, "feet"),
  11528. name: "Foot",
  11529. image: {
  11530. source: "./media/characters/vance/foot.svg"
  11531. }
  11532. },
  11533. },
  11534. [
  11535. {
  11536. name: "Small",
  11537. height: math.unit(90, "feet"),
  11538. default: true
  11539. },
  11540. {
  11541. name: "Macro",
  11542. height: math.unit(100, "meters")
  11543. },
  11544. {
  11545. name: "Megamacro",
  11546. height: math.unit(15, "miles")
  11547. },
  11548. ]
  11549. )
  11550. };
  11551. characterMakers["Xochitl"] = () => {
  11552. return makeCharacter(
  11553. "Xochitl",
  11554. "Neopuc",
  11555. {
  11556. front: {
  11557. height: math.unit(6, "feet"),
  11558. weight: math.unit(180, "lb"),
  11559. name: "Front",
  11560. image: {
  11561. source: "./media/characters/xochitl/front.svg",
  11562. extra: 2297/2261 ,
  11563. bottom: 0.065
  11564. }
  11565. },
  11566. back: {
  11567. height: math.unit(6, "feet"),
  11568. weight: math.unit(180, "lb"),
  11569. name: "Back",
  11570. image: {
  11571. source: "./media/characters/xochitl/back.svg",
  11572. extra: 2386/2354 ,
  11573. bottom: 0.01
  11574. }
  11575. },
  11576. foot: {
  11577. height: math.unit(6/5 * 1.15, "feet"),
  11578. weight: math.unit(150, "lb"),
  11579. name: "Foot",
  11580. image: {
  11581. source: "./media/characters/xochitl/foot.svg"
  11582. }
  11583. },
  11584. },
  11585. [
  11586. {
  11587. name: "Macro",
  11588. height: math.unit(80, "feet")
  11589. },
  11590. {
  11591. name: "Macro+",
  11592. height: math.unit(400, "feet"),
  11593. default: true
  11594. },
  11595. {
  11596. name: "Gigamacro",
  11597. height: math.unit(80000, "miles")
  11598. },
  11599. {
  11600. name: "Gigamacro+",
  11601. height: math.unit(400000, "miles")
  11602. },
  11603. {
  11604. name: "Teramacro",
  11605. height: math.unit(300, "AU")
  11606. },
  11607. ]
  11608. )
  11609. };
  11610. characterMakers["Vincent"] = () => {
  11611. return makeCharacter(
  11612. "Vincent",
  11613. "Neopuc",
  11614. {
  11615. front: {
  11616. height: math.unit(6, "feet"),
  11617. weight: math.unit(150, "lb"),
  11618. name: "Front",
  11619. image: {
  11620. source: "./media/characters/vincent/front.svg",
  11621. extra: 1130/1080 ,
  11622. bottom: 0.055
  11623. }
  11624. },
  11625. beak: {
  11626. height: math.unit(6 * 0.1, "feet"),
  11627. name: "Beak",
  11628. image: {
  11629. source: "./media/characters/vincent/beak.svg"
  11630. }
  11631. },
  11632. hand: {
  11633. height: math.unit(6 * 0.85, "feet"),
  11634. weight: math.unit(150, "lb"),
  11635. name: "Hand",
  11636. image: {
  11637. source: "./media/characters/vincent/hand.svg"
  11638. }
  11639. },
  11640. foot: {
  11641. height: math.unit(6 * 0.19, "feet"),
  11642. weight: math.unit(150, "lb"),
  11643. name: "Foot",
  11644. image: {
  11645. source: "./media/characters/vincent/foot.svg"
  11646. }
  11647. },
  11648. },
  11649. [
  11650. {
  11651. name: "Base",
  11652. height: math.unit(6 + 5/12, "feet"),
  11653. default: true
  11654. },
  11655. {
  11656. name: "Macro",
  11657. height: math.unit(300, "feet")
  11658. },
  11659. {
  11660. name: "Megamacro",
  11661. height: math.unit(2, "miles")
  11662. },
  11663. {
  11664. name: "Gigamacro",
  11665. height: math.unit(1000, "miles")
  11666. },
  11667. ]
  11668. )
  11669. };
  11670. characterMakers["Jay"] = () => {
  11671. return makeCharacter(
  11672. "Jay",
  11673. "J-Forse",
  11674. {
  11675. front: {
  11676. height: math.unit(6 + 2/12, "feet"),
  11677. weight: math.unit(65, "lb"),
  11678. name: "Front",
  11679. image: {
  11680. source: "./media/characters/jay/front.svg",
  11681. extra: 1510/1430 ,
  11682. bottom: 0.042
  11683. }
  11684. },
  11685. back: {
  11686. height: math.unit(6 + 2/12, "feet"),
  11687. weight: math.unit(65, "lb"),
  11688. name: "Back",
  11689. image: {
  11690. source: "./media/characters/jay/back.svg",
  11691. extra: 1510/1430 ,
  11692. bottom: 0.025
  11693. }
  11694. },
  11695. clothed: {
  11696. height: math.unit(6 + 2/12, "feet"),
  11697. weight: math.unit(65, "lb"),
  11698. name: "Front (Clothed)",
  11699. image: {
  11700. source: "./media/characters/jay/clothed.svg",
  11701. extra: 744/699 ,
  11702. bottom: 0.043
  11703. }
  11704. },
  11705. },
  11706. [
  11707. {
  11708. name: "Micro",
  11709. height: math.unit(1, "inch")
  11710. },
  11711. {
  11712. name: "Normal",
  11713. height: math.unit(6 + 2/12, "feet"),
  11714. default: true
  11715. },
  11716. {
  11717. name: "Macro",
  11718. height: math.unit(1, "mile")
  11719. },
  11720. {
  11721. name: "Megamacro",
  11722. height: math.unit(100, "miles")
  11723. },
  11724. ]
  11725. )
  11726. };
  11727. characterMakers["Coatl"] = () => {
  11728. return makeCharacter(
  11729. "Coatl",
  11730. "Jagaz",
  11731. {
  11732. front: {
  11733. height: math.unit(2, "meters"),
  11734. weight: math.unit(500 , "kg"),
  11735. name: "Front",
  11736. image: {
  11737. source: "./media/characters/coatl/front.svg",
  11738. extra: 3948 / 3500 ,
  11739. bottom: 0.082
  11740. }
  11741. },
  11742. },
  11743. [
  11744. {
  11745. name: "Normal",
  11746. height: math.unit(4, "meters")
  11747. },
  11748. {
  11749. name: "Macro",
  11750. height: math.unit(100, "meters"),
  11751. default: true
  11752. },
  11753. {
  11754. name: "Macro+",
  11755. height: math.unit(300, "meters")
  11756. },
  11757. {
  11758. name: "Megamacro",
  11759. height: math.unit(3, "gigameters")
  11760. },
  11761. {
  11762. name: "Megamacro+",
  11763. height: math.unit(300, "terameters")
  11764. },
  11765. {
  11766. name: "Megamacro++",
  11767. height: math.unit(3, "lightyears")
  11768. },
  11769. ]
  11770. )
  11771. };
  11772. characterMakers["Shiroryu"] = () => {
  11773. return makeCharacter(
  11774. "Shiroryu",
  11775. "Roxas00137",
  11776. {
  11777. front: {
  11778. height: math.unit(6, "feet"),
  11779. weight: math.unit(50, "kg"),
  11780. name: "front",
  11781. image: {
  11782. source: "./media/characters/shiroryu/front.svg",
  11783. extra: 1990/1935
  11784. }
  11785. },
  11786. },
  11787. [
  11788. {
  11789. name: "Mortal Mingling",
  11790. height: math.unit(3, "meters")
  11791. },
  11792. {
  11793. name: "Kaiju-ish",
  11794. height: math.unit(250, "meters")
  11795. },
  11796. {
  11797. name: "Somewhat Godly",
  11798. height: math.unit(400, "km"),
  11799. default: true
  11800. },
  11801. {
  11802. name: "Planetary",
  11803. height: math.unit(300, "megameters")
  11804. },
  11805. {
  11806. name: "Galaxy-dwarfing",
  11807. height: math.unit(450, "kiloparsecs")
  11808. },
  11809. {
  11810. name: "Universe Eater",
  11811. height: math.unit(150, "gigaparsecs")
  11812. },
  11813. {
  11814. name: "Almost Immeasurable",
  11815. height: math.unit(1.3e266, "yottaparsecs")
  11816. },
  11817. ]
  11818. )
  11819. };
  11820. characterMakers["Umeko"] = () => {
  11821. return makeCharacter(
  11822. "Umeko",
  11823. "Neopuc",
  11824. {
  11825. front: {
  11826. height: math.unit(6, "feet"),
  11827. weight: math.unit(150, "lb"),
  11828. name: "Front",
  11829. image: {
  11830. source: "./media/characters/umeko/front.svg",
  11831. extra: 1,
  11832. bottom: 0.019
  11833. }
  11834. },
  11835. frontArmored: {
  11836. height: math.unit(6, "feet"),
  11837. weight: math.unit(150, "lb"),
  11838. name: "Front (Armored)",
  11839. image: {
  11840. source: "./media/characters/umeko/front-armored.svg",
  11841. extra: 1,
  11842. bottom: 0.021
  11843. }
  11844. },
  11845. },
  11846. [
  11847. {
  11848. name: "Macro",
  11849. height: math.unit(220, "feet"),
  11850. default: true
  11851. },
  11852. {
  11853. name: "Guardian Dragon",
  11854. height: math.unit(50, "miles")
  11855. },
  11856. {
  11857. name: "Cosmic",
  11858. height: math.unit(800000, "miles")
  11859. },
  11860. ]
  11861. )
  11862. };
  11863. characterMakers["Cassidy"] = () => {
  11864. return makeCharacter(
  11865. "Cassidy",
  11866. "Neopuc",
  11867. {
  11868. front: {
  11869. height: math.unit(6, "feet"),
  11870. weight: math.unit(150, "lb"),
  11871. name: "Front",
  11872. image: {
  11873. source: "./media/characters/cassidy/front.svg",
  11874. extra: 1,
  11875. bottom: 0.043
  11876. }
  11877. },
  11878. },
  11879. [
  11880. {
  11881. name: "Canon Height",
  11882. height: math.unit(120, "feet"),
  11883. default: true
  11884. },
  11885. {
  11886. name: "Macro+",
  11887. height: math.unit(400, "feet")
  11888. },
  11889. {
  11890. name: "Macro++",
  11891. height: math.unit(4000, "feet")
  11892. },
  11893. {
  11894. name: "Megamacro",
  11895. height: math.unit(3, "miles")
  11896. },
  11897. ]
  11898. )
  11899. };
  11900. characterMakers["Isaac"] = () => {
  11901. return makeCharacter(
  11902. "Isaac",
  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/isaac/front.svg",
  11911. extra: 896/815 ,
  11912. bottom: 0.11
  11913. }
  11914. },
  11915. },
  11916. [
  11917. {
  11918. name: "Human Size",
  11919. height: math.unit(8, "feet"),
  11920. default: true
  11921. },
  11922. {
  11923. name: "Macro",
  11924. height: math.unit(400, "feet")
  11925. },
  11926. {
  11927. name: "Megamacro",
  11928. height: math.unit(50, "miles")
  11929. },
  11930. {
  11931. name: "Canon Height",
  11932. height: math.unit(200, "AU")
  11933. },
  11934. ]
  11935. )
  11936. };
  11937. characterMakers["Sleekit"] = () => {
  11938. return makeCharacter(
  11939. "Sleekit",
  11940. "AnAnonymousIndividual",
  11941. {
  11942. front: {
  11943. height: math.unit(6, "feet"),
  11944. weight: math.unit(72, "kg"),
  11945. name: "Front",
  11946. image: {
  11947. source: "./media/characters/sleekit/front.svg",
  11948. extra: 4693/4487 ,
  11949. bottom: 0.012
  11950. }
  11951. },
  11952. },
  11953. [
  11954. {
  11955. name: "Minimum Height",
  11956. height: math.unit(10, "meters")
  11957. },
  11958. {
  11959. name: "Smaller",
  11960. height: math.unit(25, "meters")
  11961. },
  11962. {
  11963. name: "Larger",
  11964. height: math.unit(38, "meters"),
  11965. default: true
  11966. },
  11967. {
  11968. name: "Maximum height",
  11969. height: math.unit(100, "meters")
  11970. },
  11971. ]
  11972. )
  11973. };
  11974. characterMakers["Nillia"] = () => {
  11975. return makeCharacter(
  11976. "Nillia",
  11977. "Neopuc",
  11978. {
  11979. front: {
  11980. height: math.unit(6, "feet"),
  11981. weight: math.unit(150, "lb"),
  11982. name: "Front",
  11983. image: {
  11984. source: "./media/characters/nillia/front.svg",
  11985. extra: 2195/2037 ,
  11986. bottom: 0.005
  11987. }
  11988. },
  11989. back: {
  11990. height: math.unit(6, "feet"),
  11991. weight: math.unit(150, "lb"),
  11992. name: "Back",
  11993. image: {
  11994. source: "./media/characters/nillia/back.svg",
  11995. extra: 2195/2037 ,
  11996. bottom: 0.005
  11997. }
  11998. },
  11999. },
  12000. [
  12001. {
  12002. name: "Canon Height",
  12003. height: math.unit(489, "feet"),
  12004. default: true
  12005. }
  12006. ]
  12007. )
  12008. };
  12009. characterMakers["Mesmyriza"] = () => {
  12010. return makeCharacter(
  12011. "Mesmyriza",
  12012. "-fluffy-",
  12013. {
  12014. front: {
  12015. height: math.unit(6, "feet"),
  12016. weight: math.unit(150, "lb"),
  12017. name: "Front",
  12018. image: {
  12019. source: "./media/characters/mesmyriza/front.svg",
  12020. extra: 2067/1784 ,
  12021. bottom: 0.035
  12022. }
  12023. },
  12024. foot: {
  12025. height: math.unit(6/(250/35), "feet"),
  12026. name: "Foot",
  12027. image: {
  12028. source: "./media/characters/mesmyriza/foot.svg"
  12029. }
  12030. },
  12031. },
  12032. [
  12033. {
  12034. name: "Macro",
  12035. height: math.unit(457, "meters"),
  12036. default: true
  12037. },
  12038. {
  12039. name: "Megamacro",
  12040. height: math.unit(8, "megameters")
  12041. },
  12042. ]
  12043. )
  12044. };
  12045. characterMakers["Saudade"] = () => {
  12046. return makeCharacter(
  12047. "Saudade",
  12048. "lordbo",
  12049. {
  12050. front: {
  12051. height: math.unit(6, "feet"),
  12052. weight: math.unit(250, "lb"),
  12053. name: "Front",
  12054. image: {
  12055. source: "./media/characters/saudade/front.svg",
  12056. extra: 1172/1139 ,
  12057. bottom: 0.035
  12058. }
  12059. },
  12060. },
  12061. [
  12062. {
  12063. name: "Micro",
  12064. height: math.unit(3, "inches")
  12065. },
  12066. {
  12067. name: "Normal",
  12068. height: math.unit(6, "feet"),
  12069. default: true
  12070. },
  12071. {
  12072. name: "Macro",
  12073. height: math.unit(50, "feet")
  12074. },
  12075. {
  12076. name: "Megamacro",
  12077. height: math.unit(2800, "feet")
  12078. },
  12079. ]
  12080. )
  12081. };
  12082. characterMakers["Keireer"] = () => {
  12083. return makeCharacter(
  12084. "Keireer",
  12085. "teedash",
  12086. {
  12087. front: {
  12088. height: math.unit(5 + 4/12, "feet"),
  12089. weight: math.unit(100, "lb"),
  12090. name: "Front",
  12091. image: {
  12092. source: "./media/characters/keireer/front.svg",
  12093. extra: 716/666 ,
  12094. bottom: 0.05
  12095. }
  12096. },
  12097. },
  12098. [
  12099. {
  12100. name: "Normal",
  12101. height: math.unit(5 + 4/12, "feet"),
  12102. default: true
  12103. },
  12104. ]
  12105. )
  12106. };
  12107. characterMakers["Mirja"] = () => {
  12108. return makeCharacter(
  12109. "Mirja",
  12110. "vabad",
  12111. {
  12112. front: {
  12113. height: math.unit(6, "feet"),
  12114. weight: math.unit(90, "kg"),
  12115. name: "Front",
  12116. image: {
  12117. source: "./media/characters/mirja/front.svg",
  12118. extra: 1789/1683 ,
  12119. bottom: 0.05
  12120. }
  12121. },
  12122. frontDressed: {
  12123. height: math.unit(6, "feet"),
  12124. weight: math.unit(90, "lb"),
  12125. name: "Front (Dressed)",
  12126. image: {
  12127. source: "./media/characters/mirja/front-dressed.svg",
  12128. extra: 1789/1683 ,
  12129. bottom: 0.05
  12130. }
  12131. },
  12132. back: {
  12133. height: math.unit(6, "feet"),
  12134. weight: math.unit(90, "lb"),
  12135. name: "Back",
  12136. image: {
  12137. source: "./media/characters/mirja/back.svg",
  12138. extra: 953/917 ,
  12139. bottom: 0.017
  12140. }
  12141. },
  12142. },
  12143. [
  12144. {
  12145. name: "\"Incognito\"",
  12146. height: math.unit(3, "meters")
  12147. },
  12148. {
  12149. name: "Strolling Size",
  12150. height: math.unit(15, "km")
  12151. },
  12152. {
  12153. name: "Larger Strolling Size",
  12154. height: math.unit(400, "km")
  12155. },
  12156. {
  12157. name: "Preferred Size",
  12158. height: math.unit(5000, "km")
  12159. },
  12160. {
  12161. name: "True Size",
  12162. height: math.unit(30657809462086840000000000000000, "parsecs"),
  12163. default: true
  12164. },
  12165. ]
  12166. )
  12167. };
  12168. characterMakers["Nightraver"] = () => {
  12169. return makeCharacter(
  12170. "Nightraver",
  12171. "Nightraver",
  12172. {
  12173. front: {
  12174. height: math.unit(15, "feet"),
  12175. weight: math.unit(880, "kg"),
  12176. name: "Front",
  12177. image: {
  12178. source: "./media/characters/nightraver/front.svg",
  12179. extra: 2444/2160 ,
  12180. bottom: 0.027
  12181. }
  12182. },
  12183. back: {
  12184. height: math.unit(15, "feet"),
  12185. weight: math.unit(880, "kg"),
  12186. name: "Back",
  12187. image: {
  12188. source: "./media/characters/nightraver/back.svg",
  12189. extra: 2309/2180 ,
  12190. bottom: 0.005
  12191. }
  12192. },
  12193. sole: {
  12194. height: math.unit(2.878, "feet"),
  12195. name: "Sole",
  12196. image: {
  12197. source: "./media/characters/nightraver/sole.svg"
  12198. }
  12199. },
  12200. foot: {
  12201. height: math.unit(2.285, "feet"),
  12202. name: "Foot",
  12203. image: {
  12204. source: "./media/characters/nightraver/foot.svg"
  12205. }
  12206. },
  12207. maw: {
  12208. height: math.unit(2.67, "feet"),
  12209. name: "Maw",
  12210. image: {
  12211. source: "./media/characters/nightraver/maw.svg"
  12212. }
  12213. },
  12214. },
  12215. [
  12216. {
  12217. name: "Micro",
  12218. height: math.unit(1, "cm")
  12219. },
  12220. {
  12221. name: "Normal",
  12222. height: math.unit(15, "feet"),
  12223. default: true
  12224. },
  12225. {
  12226. name: "Macro",
  12227. height: math.unit(300, "feet")
  12228. },
  12229. {
  12230. name: "Megamacro",
  12231. height: math.unit(300, "miles")
  12232. },
  12233. {
  12234. name: "Gigamacro",
  12235. height: math.unit(10000, "miles")
  12236. },
  12237. ]
  12238. )
  12239. };
  12240. characterMakers["Arc"] = () => {
  12241. return makeCharacter(
  12242. "Arc",
  12243. "DinoKiddo",
  12244. {
  12245. side: {
  12246. height: math.unit(2, "inches"),
  12247. weight: math.unit(5, "grams"),
  12248. name: "Side",
  12249. image: {
  12250. source: "./media/characters/arc/side.svg"
  12251. }
  12252. },
  12253. },
  12254. [
  12255. {
  12256. name: "Micro",
  12257. height: math.unit(2, "inches"),
  12258. default: true
  12259. },
  12260. ]
  12261. )
  12262. };
  12263. characterMakers["Nebula Shahar"] = () => {
  12264. return makeCharacter(
  12265. "Nebula Shahar",
  12266. "Kypleo",
  12267. {
  12268. front: {
  12269. height: math.unit(1.1938, "meters"),
  12270. weight: math.unit(54, "kg"),
  12271. name: "Front",
  12272. image: {
  12273. source: "./media/characters/nebula-shahar/front.svg",
  12274. extra: 1642/1436 ,
  12275. bottom: 0.06
  12276. }
  12277. },
  12278. },
  12279. [
  12280. {
  12281. name: "Megamicro",
  12282. height: math.unit(0.3, "mm")
  12283. },
  12284. {
  12285. name: "Micro",
  12286. height: math.unit(3, "cm")
  12287. },
  12288. {
  12289. name: "Normal",
  12290. height: math.unit(138, "cm"),
  12291. default: true
  12292. },
  12293. {
  12294. name: "Macro",
  12295. height: math.unit(30, "m")
  12296. },
  12297. ]
  12298. )
  12299. };
  12300. characterMakers["Shayla"] = () => {
  12301. return makeCharacter(
  12302. "Shayla",
  12303. "Ziralkia",
  12304. {
  12305. front: {
  12306. height: math.unit(5.24, "feet"),
  12307. weight: math.unit(150, "lb"),
  12308. name: "Front",
  12309. image: {
  12310. source: "./media/characters/shayla/front.svg",
  12311. extra: 1512/1414 ,
  12312. bottom: 0.01
  12313. }
  12314. },
  12315. back: {
  12316. height: math.unit(5.24, "feet"),
  12317. weight: math.unit(150, "lb"),
  12318. name: "Back",
  12319. image: {
  12320. source: "./media/characters/shayla/back.svg",
  12321. extra: 1512/1414
  12322. }
  12323. },
  12324. hand: {
  12325. height: math.unit(0.7781496062992126, "feet"),
  12326. name: "Hand",
  12327. image: {
  12328. source: "./media/characters/shayla/hand.svg"
  12329. }
  12330. },
  12331. foot: {
  12332. height: math.unit(1.4206036745406823, "feet"),
  12333. name: "Foot",
  12334. image: {
  12335. source: "./media/characters/shayla/foot.svg"
  12336. }
  12337. },
  12338. },
  12339. [
  12340. {
  12341. name: "Micro",
  12342. height: math.unit(0.32, "feet")
  12343. },
  12344. {
  12345. name: "Normal",
  12346. height: math.unit(5.24, "feet"),
  12347. default: true
  12348. },
  12349. {
  12350. name: "Macro",
  12351. height: math.unit(492.12, "feet")
  12352. },
  12353. {
  12354. name: "Megamacro",
  12355. height: math.unit(186.41, "miles")
  12356. },
  12357. ]
  12358. )
  12359. };
  12360. characterMakers["Pia Jr."] = () => {
  12361. return makeCharacter(
  12362. "Pia Jr.",
  12363. "Ziralkia",
  12364. {
  12365. front: {
  12366. height: math.unit(2.2, "m"),
  12367. weight: math.unit(120, "kg"),
  12368. name: "Front",
  12369. image: {
  12370. source: "./media/characters/pia-jr/front.svg",
  12371. extra: 1000/970 ,
  12372. bottom: 0.035
  12373. }
  12374. },
  12375. hand: {
  12376. height: math.unit(0.759 * 7.21 / 6, "feet"),
  12377. name: "Hand",
  12378. image: {
  12379. source: "./media/characters/pia-jr/hand.svg"
  12380. }
  12381. },
  12382. paw: {
  12383. height: math.unit(1.185 * 7.21 / 6, "feet"),
  12384. name: "Paw",
  12385. image: {
  12386. source: "./media/characters/pia-jr/paw.svg"
  12387. }
  12388. },
  12389. },
  12390. [
  12391. {
  12392. name: "Micro",
  12393. height: math.unit(1.2, "cm")
  12394. },
  12395. {
  12396. name: "Normal",
  12397. height: math.unit(2.2, "m"),
  12398. default: true
  12399. },
  12400. {
  12401. name: "Macro",
  12402. height: math.unit(180, "m")
  12403. },
  12404. {
  12405. name: "Megamacro",
  12406. height: math.unit(420, "km")
  12407. },
  12408. ]
  12409. )
  12410. };
  12411. characterMakers["Pia Sr."] = () => {
  12412. return makeCharacter(
  12413. "Pia Sr.",
  12414. "Ziralkia",
  12415. {
  12416. front: {
  12417. height: math.unit(2, "m"),
  12418. weight: math.unit(115, "kg"),
  12419. name: "Front",
  12420. image: {
  12421. source: "./media/characters/pia-sr/front.svg",
  12422. extra: 760/730 ,
  12423. bottom: 0.015
  12424. }
  12425. },
  12426. back: {
  12427. height: math.unit(2, "m"),
  12428. weight: math.unit(115, "kg"),
  12429. name: "Back",
  12430. image: {
  12431. source: "./media/characters/pia-sr/back.svg",
  12432. extra: 760/730 ,
  12433. bottom: 0.01
  12434. }
  12435. },
  12436. hand: {
  12437. height: math.unit(0.89 * 6.56 / 6, "feet"),
  12438. name: "Hand",
  12439. image: {
  12440. source: "./media/characters/pia-sr/hand.svg"
  12441. }
  12442. },
  12443. foot: {
  12444. height: math.unit(1.83, "feet"),
  12445. name: "Foot",
  12446. image: {
  12447. source: "./media/characters/pia-sr/foot.svg"
  12448. }
  12449. },
  12450. },
  12451. [
  12452. {
  12453. name: "Micro",
  12454. height: math.unit(88, "mm")
  12455. },
  12456. {
  12457. name: "Normal",
  12458. height: math.unit(2, "m"),
  12459. default: true
  12460. },
  12461. {
  12462. name: "Macro",
  12463. height: math.unit(200, "m")
  12464. },
  12465. {
  12466. name: "Megamacro",
  12467. height: math.unit(420, "km")
  12468. },
  12469. ]
  12470. )
  12471. };
  12472. characterMakers["KIBIBYTE"] = () => {
  12473. return makeCharacter(
  12474. "KIBIBYTE",
  12475. "gamefreak1215",
  12476. {
  12477. front: {
  12478. height: math.unit(8 + 2/12, "feet"),
  12479. weight: math.unit(300, "lb"),
  12480. name: "Front",
  12481. image: {
  12482. source: "./media/characters/kibibyte/front.svg",
  12483. extra: 2221/2098 ,
  12484. bottom: 0.04
  12485. }
  12486. },
  12487. },
  12488. [
  12489. {
  12490. name: "Normal",
  12491. height: math.unit(8 + 2/12, "feet"),
  12492. default: true
  12493. },
  12494. {
  12495. name: "Socialable Macro",
  12496. height: math.unit(50, "feet")
  12497. },
  12498. {
  12499. name: "Macro",
  12500. height: math.unit(300, "feet")
  12501. },
  12502. {
  12503. name: "Megamacro",
  12504. height: math.unit(500, "miles")
  12505. },
  12506. ]
  12507. )
  12508. };
  12509. characterMakers["Felix"] = () => {
  12510. return makeCharacter(
  12511. "Felix",
  12512. "MeanDumpsterCat",
  12513. {
  12514. front: {
  12515. height: math.unit(6, "feet"),
  12516. weight: math.unit(150, "lb"),
  12517. name: "Front",
  12518. image: {
  12519. source: "./media/characters/felix/front.svg",
  12520. extra: 762/722 ,
  12521. bottom: 0.02
  12522. }
  12523. },
  12524. frontClothed: {
  12525. height: math.unit(6, "feet"),
  12526. weight: math.unit(150, "lb"),
  12527. name: "Front (Clothed)",
  12528. image: {
  12529. source: "./media/characters/felix/front-clothed.svg",
  12530. extra: 762/722 ,
  12531. bottom: 0.02
  12532. }
  12533. },
  12534. },
  12535. [
  12536. {
  12537. name: "Normal",
  12538. height: math.unit(6 + 8/12, "feet"),
  12539. default: true
  12540. },
  12541. {
  12542. name: "Macro",
  12543. height: math.unit(2600, "feet")
  12544. },
  12545. {
  12546. name: "Megamacro",
  12547. height: math.unit(450, "miles")
  12548. },
  12549. ]
  12550. )
  12551. };
  12552. characterMakers["Tobo"] = () => {
  12553. return makeCharacter(
  12554. "Tobo",
  12555. "Naoya_Raichi",
  12556. {
  12557. front: {
  12558. height: math.unit(6 + 1/12, "feet"),
  12559. weight: math.unit(250, "lb"),
  12560. name: "Front",
  12561. image: {
  12562. source: "./media/characters/tobo/front.svg",
  12563. extra: 608/586 ,
  12564. bottom: 0.023
  12565. }
  12566. },
  12567. back: {
  12568. height: math.unit(6 + 1/12, "feet"),
  12569. weight: math.unit(250, "lb"),
  12570. name: "Back",
  12571. image: {
  12572. source: "./media/characters/tobo/back.svg",
  12573. extra: 608/586
  12574. }
  12575. },
  12576. },
  12577. [
  12578. {
  12579. name: "Nano",
  12580. height: math.unit(2, "nm")
  12581. },
  12582. {
  12583. name: "Megamicro",
  12584. height: math.unit(0.1, "mm")
  12585. },
  12586. {
  12587. name: "Micro",
  12588. height: math.unit(1, "inch"),
  12589. default: true
  12590. },
  12591. {
  12592. name: "Human-sized",
  12593. height: math.unit(6 + 1/12, "feet")
  12594. },
  12595. {
  12596. name: "Macro",
  12597. height: math.unit(250, "feet")
  12598. },
  12599. {
  12600. name: "Megamacro",
  12601. height: math.unit(75, "miles")
  12602. },
  12603. {
  12604. name: "Texas-sized",
  12605. height: math.unit(750, "miles")
  12606. },
  12607. {
  12608. name: "Teramacro",
  12609. height: math.unit(50000, "miles")
  12610. },
  12611. ]
  12612. )
  12613. };
  12614. characterMakers["Danny Kapowsky"] = () => {
  12615. return makeCharacter(
  12616. "Danny Kapowsky",
  12617. "nh63879",
  12618. {
  12619. front: {
  12620. height: math.unit(6, "feet"),
  12621. weight: math.unit(269, "lb"),
  12622. name: "Front",
  12623. image: {
  12624. source: "./media/characters/danny-kapowsky/front.svg",
  12625. extra: 766/736 ,
  12626. bottom: 0.044
  12627. }
  12628. },
  12629. back: {
  12630. height: math.unit(6, "feet"),
  12631. weight: math.unit(269, "lb"),
  12632. name: "Back",
  12633. image: {
  12634. source: "./media/characters/danny-kapowsky/back.svg",
  12635. extra: 797/760 ,
  12636. bottom: 0.025
  12637. }
  12638. },
  12639. },
  12640. [
  12641. {
  12642. name: "Macro",
  12643. height: math.unit(150, "feet"),
  12644. default: true
  12645. },
  12646. {
  12647. name: "Macro+",
  12648. height: math.unit(200, "feet")
  12649. },
  12650. {
  12651. name: "Macro++",
  12652. height: math.unit(300, "feet")
  12653. },
  12654. {
  12655. name: "Macro+++",
  12656. height: math.unit(400, "feet")
  12657. },
  12658. ]
  12659. )
  12660. };
  12661. characterMakers["Finn"] = () => {
  12662. return makeCharacter(
  12663. "Finn",
  12664. "Finn-The-Fennecfox",
  12665. {
  12666. side: {
  12667. height: math.unit(6, "feet"),
  12668. weight: math.unit(170, "lb"),
  12669. name: "Side",
  12670. image: {
  12671. source: "./media/characters/finn/side.svg",
  12672. extra: 1953/1807 ,
  12673. bottom: 0.057
  12674. }
  12675. },
  12676. },
  12677. [
  12678. {
  12679. name: "Megamacro",
  12680. height: math.unit(14445, "feet"),
  12681. default: true
  12682. },
  12683. ]
  12684. )
  12685. };
  12686. characterMakers["Roy"] = () => {
  12687. return makeCharacter(
  12688. "Roy",
  12689. "dracodare",
  12690. {
  12691. front: {
  12692. height: math.unit(5 + 6/12, "feet"),
  12693. weight: math.unit(125, "lb"),
  12694. name: "Front",
  12695. image: {
  12696. source: "./media/characters/roy/front.svg",
  12697. extra: 1,
  12698. bottom: 0.11
  12699. }
  12700. },
  12701. },
  12702. [
  12703. {
  12704. name: "Micro",
  12705. height: math.unit(3, "inches"),
  12706. default: true
  12707. },
  12708. {
  12709. name: "Normal",
  12710. height: math.unit(5 + 6/12, "feet")
  12711. },
  12712. {
  12713. name: "Lesser Macro",
  12714. height: math.unit(60, "feet")
  12715. },
  12716. {
  12717. name: "Greater Macro",
  12718. height: math.unit(120, "feet")
  12719. },
  12720. ]
  12721. )
  12722. };
  12723. characterMakers["Aevsivs"] = () => {
  12724. return makeCharacter(
  12725. "Aevsivs",
  12726. "Aevsivs",
  12727. {
  12728. front: {
  12729. height: math.unit(6, "feet"),
  12730. weight: math.unit(100, "lb"),
  12731. name: "Front",
  12732. image: {
  12733. source: "./media/characters/aevsivs/front.svg",
  12734. extra: 1,
  12735. bottom: 0.03
  12736. }
  12737. },
  12738. back: {
  12739. height: math.unit(6, "feet"),
  12740. weight: math.unit(100, "lb"),
  12741. name: "Back",
  12742. image: {
  12743. source: "./media/characters/aevsivs/back.svg"
  12744. }
  12745. },
  12746. },
  12747. [
  12748. {
  12749. name: "Micro",
  12750. height: math.unit(2, "inches"),
  12751. default: true
  12752. },
  12753. {
  12754. name: "Normal",
  12755. height: math.unit(5, "feet")
  12756. },
  12757. ]
  12758. )
  12759. };
  12760. characterMakers["Hildegard"] = () => {
  12761. return makeCharacter(
  12762. "Hildegard",
  12763. "Fidchell",
  12764. {
  12765. front: {
  12766. height: math.unit(5 + 7/12, "feet"),
  12767. weight: math.unit(159, "lb"),
  12768. name: "Front",
  12769. image: {
  12770. source: "./media/characters/hildegard/front.svg",
  12771. extra: 312/286 ,
  12772. bottom: 0.005
  12773. }
  12774. },
  12775. },
  12776. [
  12777. {
  12778. name: "Normal",
  12779. height: math.unit(5 + 7/12, "feet"),
  12780. default: true
  12781. },
  12782. ]
  12783. )
  12784. };
  12785. characterMakers["Bernard & Wilder"] = () => {
  12786. return makeCharacter(
  12787. "Bernard & Wilder",
  12788. "Fidchell",
  12789. {
  12790. bernard: {
  12791. height: math.unit(2 + 7/12, "feet"),
  12792. weight: math.unit(66, "lb"),
  12793. name: "Bernard",
  12794. rename: true,
  12795. image: {
  12796. source: "./media/characters/bernard-wilder/bernard.svg",
  12797. extra: 192/128 ,
  12798. bottom: 0.05
  12799. }
  12800. },
  12801. wilder: {
  12802. height: math.unit(5 + 8/12, "feet"),
  12803. weight: math.unit(143, "lb"),
  12804. name: "Wilder",
  12805. rename: true,
  12806. image: {
  12807. source: "./media/characters/bernard-wilder/wilder.svg",
  12808. extra: 361/312 ,
  12809. bottom: 0.02
  12810. }
  12811. },
  12812. },
  12813. [
  12814. {
  12815. name: "Normal",
  12816. height: math.unit(2 + 7/12, "feet"),
  12817. default: true
  12818. },
  12819. ]
  12820. )
  12821. };
  12822. characterMakers["Hearth"] = () => {
  12823. return makeCharacter(
  12824. "Hearth",
  12825. "Fidchell",
  12826. {
  12827. anthro: {
  12828. height: math.unit(6 + 1/12, "feet"),
  12829. weight: math.unit(155, "lb"),
  12830. name: "Anthro",
  12831. image: {
  12832. source: "./media/characters/hearth/anthro.svg",
  12833. extra: 260/250 ,
  12834. bottom: 0.02
  12835. }
  12836. },
  12837. feral: {
  12838. height: math.unit(3.78, "feet"),
  12839. weight: math.unit(35, "kg"),
  12840. name: "Feral",
  12841. image: {
  12842. source: "./media/characters/hearth/feral.svg",
  12843. extra: 153/135 ,
  12844. bottom: 0.03
  12845. }
  12846. },
  12847. },
  12848. [
  12849. {
  12850. name: "Normal",
  12851. height: math.unit(6 + 1/12, "feet"),
  12852. default: true
  12853. },
  12854. ]
  12855. )
  12856. };
  12857. characterMakers["Ingrid"] = () => {
  12858. return makeCharacter(
  12859. "Ingrid",
  12860. "Fidchell",
  12861. {
  12862. front: {
  12863. height: math.unit(6, "feet"),
  12864. weight: math.unit(182, "lb"),
  12865. name: "Front",
  12866. image: {
  12867. source: "./media/characters/ingrid/front.svg",
  12868. extra: 294/268 ,
  12869. bottom: 0.027
  12870. }
  12871. },
  12872. },
  12873. [
  12874. {
  12875. name: "Normal",
  12876. height: math.unit(6, "feet"),
  12877. default: true
  12878. },
  12879. ]
  12880. )
  12881. };
  12882. characterMakers["Malgam"] = () => {
  12883. return makeCharacter(
  12884. "Malgam",
  12885. "Fidchell",
  12886. {
  12887. eevee: {
  12888. height: math.unit(2 + 10/12, "feet"),
  12889. weight: math.unit(86, "lb"),
  12890. name: "Malgam",
  12891. image: {
  12892. source: "./media/characters/malgam/eevee.svg",
  12893. extra: 218/180 ,
  12894. bottom: 0.2
  12895. }
  12896. },
  12897. sylveon: {
  12898. height: math.unit(4, "feet"),
  12899. weight: math.unit(101, "lb"),
  12900. name: "Future Malgam",
  12901. rename: true,
  12902. image: {
  12903. source: "./media/characters/malgam/sylveon.svg",
  12904. extra: 371/325 ,
  12905. bottom: 0.015
  12906. }
  12907. },
  12908. gigantamax: {
  12909. height: math.unit(50, "feet"),
  12910. name: "Gigantamax Malgam",
  12911. rename: true,
  12912. image: {
  12913. source: "./media/characters/malgam/gigantamax.svg"
  12914. }
  12915. },
  12916. },
  12917. [
  12918. {
  12919. name: "Normal",
  12920. height: math.unit(2 + 10/12, "feet"),
  12921. default: true
  12922. },
  12923. ]
  12924. )
  12925. };
  12926. characterMakers["Fleur"] = () => {
  12927. return makeCharacter(
  12928. "Fleur",
  12929. "Fidchell",
  12930. {
  12931. front: {
  12932. height: math.unit(5 + 11/12, "feet"),
  12933. weight: math.unit(188, "lb"),
  12934. name: "Front",
  12935. image: {
  12936. source: "./media/characters/fleur/front.svg",
  12937. extra: 309/283 ,
  12938. bottom: 0.007
  12939. }
  12940. },
  12941. },
  12942. [
  12943. {
  12944. name: "Normal",
  12945. height: math.unit(5 + 11/12, "feet"),
  12946. default: true
  12947. },
  12948. ]
  12949. )
  12950. };
  12951. characterMakers["Jude"] = () => {
  12952. return makeCharacter(
  12953. "Jude",
  12954. "Fidchell",
  12955. {
  12956. front: {
  12957. height: math.unit(5 + 4/12, "feet"),
  12958. weight: math.unit(122, "lb"),
  12959. name: "Front",
  12960. image: {
  12961. source: "./media/characters/jude/front.svg",
  12962. extra: 288/273 ,
  12963. bottom: 0.03
  12964. }
  12965. },
  12966. },
  12967. [
  12968. {
  12969. name: "Normal",
  12970. height: math.unit(5 + 4/12, "feet"),
  12971. default: true
  12972. },
  12973. ]
  12974. )
  12975. };
  12976. characterMakers["Seara"] = () => {
  12977. return makeCharacter(
  12978. "Seara",
  12979. "Fidchell",
  12980. {
  12981. front: {
  12982. height: math.unit(5 + 11/12, "feet"),
  12983. weight: math.unit(190, "lb"),
  12984. name: "Front",
  12985. image: {
  12986. source: "./media/characters/seara/front.svg",
  12987. extra: 1,
  12988. bottom: 0.05
  12989. }
  12990. },
  12991. },
  12992. [
  12993. {
  12994. name: "Normal",
  12995. height: math.unit(5 + 11/12, "feet"),
  12996. default: true
  12997. },
  12998. ]
  12999. )
  13000. };
  13001. characterMakers["Caspian"] = () => {
  13002. return makeCharacter(
  13003. "Caspian",
  13004. "Fidchell",
  13005. {
  13006. front: {
  13007. height: math.unit(16 + 5/12, "feet"),
  13008. weight: math.unit(524, "lb"),
  13009. name: "Front",
  13010. image: {
  13011. source: "./media/characters/caspian/front.svg",
  13012. extra: 1,
  13013. bottom: 0.04
  13014. }
  13015. },
  13016. },
  13017. [
  13018. {
  13019. name: "Normal",
  13020. height: math.unit(16 + 5/12, "feet"),
  13021. default: true
  13022. },
  13023. ]
  13024. )
  13025. };
  13026. characterMakers["Mika"] = () => {
  13027. return makeCharacter(
  13028. "Mika",
  13029. "Fidchell",
  13030. {
  13031. front: {
  13032. height: math.unit(5 + 7/12, "feet"),
  13033. weight: math.unit(170, "lb"),
  13034. name: "Front",
  13035. image: {
  13036. source: "./media/characters/mika/front.svg",
  13037. extra: 1,
  13038. bottom: 0.016
  13039. }
  13040. },
  13041. },
  13042. [
  13043. {
  13044. name: "Normal",
  13045. height: math.unit(5 + 7/12, "feet"),
  13046. default: true
  13047. },
  13048. ]
  13049. )
  13050. };
  13051. characterMakers["Sol"] = () => {
  13052. return makeCharacter(
  13053. "Sol",
  13054. "Fidchell",
  13055. {
  13056. front: {
  13057. height: math.unit(6 + 2/12, "feet"),
  13058. weight: math.unit(268, "lb"),
  13059. name: "Front",
  13060. image: {
  13061. source: "./media/characters/sol/front.svg",
  13062. extra: 247/231 ,
  13063. bottom: 0.05
  13064. }
  13065. },
  13066. },
  13067. [
  13068. {
  13069. name: "Normal",
  13070. height: math.unit(6 + 2/12, "feet"),
  13071. default: true
  13072. },
  13073. ]
  13074. )
  13075. };
  13076. characterMakers["Umiko"] = () => {
  13077. return makeCharacter(
  13078. "Umiko",
  13079. "Fidchell",
  13080. {
  13081. buizel: {
  13082. height: math.unit(2 + 5/12, "feet"),
  13083. weight: math.unit(87, "lb"),
  13084. name: "Buizel",
  13085. image: {
  13086. source: "./media/characters/umiko/buizel.svg",
  13087. extra: 172/157 ,
  13088. bottom: 0.01
  13089. }
  13090. },
  13091. floatzel: {
  13092. height: math.unit(5 + 9/12, "feet"),
  13093. weight: math.unit(250, "lb"),
  13094. name: "Floatzel",
  13095. image: {
  13096. source: "./media/characters/umiko/floatzel.svg",
  13097. extra: 262/248
  13098. }
  13099. },
  13100. },
  13101. [
  13102. {
  13103. name: "Normal",
  13104. height: math.unit(2 + 5/12, "feet"),
  13105. default: true
  13106. },
  13107. ]
  13108. )
  13109. };
  13110. characterMakers["Iliac"] = () => {
  13111. return makeCharacter(
  13112. "Iliac",
  13113. "Fidchell",
  13114. {
  13115. front: {
  13116. height: math.unit(6 + 2/12, "feet"),
  13117. weight: math.unit(146, "lb"),
  13118. name: "Front",
  13119. image: {
  13120. source: "./media/characters/iliac/front.svg",
  13121. extra: 389/365 ,
  13122. bottom: 0.035
  13123. }
  13124. },
  13125. },
  13126. [
  13127. {
  13128. name: "Normal",
  13129. height: math.unit(6 + 2/12, "feet"),
  13130. default: true
  13131. },
  13132. ]
  13133. )
  13134. };
  13135. characterMakers["Topaz"] = () => {
  13136. return makeCharacter(
  13137. "Topaz",
  13138. "Fidchell",
  13139. {
  13140. front: {
  13141. height: math.unit(6, "feet"),
  13142. weight: math.unit(170, "lb"),
  13143. name: "Front",
  13144. image: {
  13145. source: "./media/characters/topaz/front.svg",
  13146. extra: 317/303 ,
  13147. bottom: 0.055
  13148. }
  13149. },
  13150. },
  13151. [
  13152. {
  13153. name: "Normal",
  13154. height: math.unit(6, "feet"),
  13155. default: true
  13156. },
  13157. ]
  13158. )
  13159. };
  13160. characterMakers["Gabriel"] = () => {
  13161. return makeCharacter(
  13162. "Gabriel",
  13163. "Fidchell",
  13164. {
  13165. front: {
  13166. height: math.unit(5 + 11/12, "feet"),
  13167. weight: math.unit(144, "lb"),
  13168. name: "Front",
  13169. image: {
  13170. source: "./media/characters/gabriel/front.svg",
  13171. extra: 285/262 ,
  13172. bottom: 0.004
  13173. }
  13174. },
  13175. },
  13176. [
  13177. {
  13178. name: "Normal",
  13179. height: math.unit(5 + 11/12, "feet"),
  13180. default: true
  13181. },
  13182. ]
  13183. )
  13184. };
  13185. characterMakers["Tempest (Suicune)"] = () => {
  13186. return makeCharacter(
  13187. "Tempest (Suicune)",
  13188. "Fidchell",
  13189. {
  13190. side: {
  13191. height: math.unit(6 + 5/12, "feet"),
  13192. weight: math.unit(300, "lb"),
  13193. name: "Side",
  13194. image: {
  13195. source: "./media/characters/tempest-suicune/side.svg",
  13196. extra: 195/154 ,
  13197. bottom: 0.04
  13198. }
  13199. },
  13200. },
  13201. [
  13202. {
  13203. name: "Normal",
  13204. height: math.unit(6 + 5/12, "feet"),
  13205. default: true
  13206. },
  13207. ]
  13208. )
  13209. };
  13210. characterMakers["Vulcan"] = () => {
  13211. return makeCharacter(
  13212. "Vulcan",
  13213. "Fidchell",
  13214. {
  13215. front: {
  13216. height: math.unit(7 + 2/12, "feet"),
  13217. weight: math.unit(322, "lb"),
  13218. name: "Front",
  13219. image: {
  13220. source: "./media/characters/vulcan/front.svg",
  13221. extra: 154/147 ,
  13222. bottom: 0.04
  13223. }
  13224. },
  13225. },
  13226. [
  13227. {
  13228. name: "Normal",
  13229. height: math.unit(7 + 2/12, "feet"),
  13230. default: true
  13231. },
  13232. ]
  13233. )
  13234. };
  13235. characterMakers["Gault"] = () => {
  13236. return makeCharacter(
  13237. "Gault",
  13238. "Fidchell",
  13239. {
  13240. front: {
  13241. height: math.unit(5 + 10/12, "feet"),
  13242. weight: math.unit(264, "lb"),
  13243. name: "Front",
  13244. image: {
  13245. source: "./media/characters/gault/front.svg",
  13246. extra: 161/140 ,
  13247. bottom: 0.028
  13248. }
  13249. },
  13250. },
  13251. [
  13252. {
  13253. name: "Normal",
  13254. height: math.unit(5 + 10/12, "feet"),
  13255. default: true
  13256. },
  13257. ]
  13258. )
  13259. };
  13260. characterMakers["Shard"] = () => {
  13261. return makeCharacter(
  13262. "Shard",
  13263. "Fidchell",
  13264. {
  13265. front: {
  13266. height: math.unit(6, "feet"),
  13267. weight: math.unit(150, "lb"),
  13268. name: "Front",
  13269. image: {
  13270. source: "./media/characters/shard/front.svg",
  13271. extra: 273/238 ,
  13272. bottom: 0.02
  13273. }
  13274. },
  13275. },
  13276. [
  13277. {
  13278. name: "Normal",
  13279. height: math.unit(3 + 6/12, "feet"),
  13280. default: true
  13281. },
  13282. ]
  13283. )
  13284. };
  13285. characterMakers["Ashe"] = () => {
  13286. return makeCharacter(
  13287. "Ashe",
  13288. "Fidchell",
  13289. {
  13290. front: {
  13291. height: math.unit(5 + 11/12, "feet"),
  13292. weight: math.unit(146, "lb"),
  13293. name: "Front",
  13294. image: {
  13295. source: "./media/characters/ashe/front.svg",
  13296. extra: 400/373 ,
  13297. bottom: 0.01
  13298. }
  13299. },
  13300. },
  13301. [
  13302. {
  13303. name: "Normal",
  13304. height: math.unit(5 + 11/12, "feet"),
  13305. default: true
  13306. },
  13307. ]
  13308. )
  13309. };
  13310. characterMakers["Beatrix"] = () => {
  13311. return makeCharacter(
  13312. "Beatrix",
  13313. "Fidchell",
  13314. {
  13315. front: {
  13316. height: math.unit(5 + 5/12, "feet"),
  13317. weight: math.unit(135, "lb"),
  13318. name: "Front",
  13319. image: {
  13320. source: "./media/characters/beatrix/front.svg",
  13321. extra: 392/379 ,
  13322. bottom: 0.01
  13323. }
  13324. },
  13325. },
  13326. [
  13327. {
  13328. name: "Normal",
  13329. height: math.unit(6, "feet"),
  13330. default: true
  13331. },
  13332. ]
  13333. )
  13334. };
  13335. characterMakers["Ignatius"] = () => {
  13336. return makeCharacter(
  13337. "Ignatius",
  13338. "Fidchell",
  13339. {
  13340. front: {
  13341. height: math.unit(6, "feet"),
  13342. weight: math.unit(150, "lb"),
  13343. name: "Front",
  13344. image: {
  13345. source: "./media/characters/ignatius/front.svg",
  13346. extra: 245/222 ,
  13347. bottom: 0.01
  13348. }
  13349. },
  13350. },
  13351. [
  13352. {
  13353. name: "Normal",
  13354. height: math.unit(5 + 5/12, "feet"),
  13355. default: true
  13356. },
  13357. ]
  13358. )
  13359. };
  13360. characterMakers["Mei Li"] = () => {
  13361. return makeCharacter(
  13362. "Mei Li",
  13363. "Fidchell",
  13364. {
  13365. front: {
  13366. height: math.unit(6 + 2/12, "feet"),
  13367. weight: math.unit(138, "lb"),
  13368. name: "Front",
  13369. image: {
  13370. source: "./media/characters/mei-li/front.svg",
  13371. extra: 237/229 ,
  13372. bottom: 0.03
  13373. }
  13374. },
  13375. },
  13376. [
  13377. {
  13378. name: "Normal",
  13379. height: math.unit(6 + 2/12, "feet"),
  13380. default: true
  13381. },
  13382. ]
  13383. )
  13384. };
  13385. characterMakers["Puru"] = () => {
  13386. return makeCharacter(
  13387. "Puru",
  13388. "Fidchell",
  13389. {
  13390. front: {
  13391. height: math.unit(2 + 4/12, "feet"),
  13392. weight: math.unit(62, "lb"),
  13393. name: "Front",
  13394. image: {
  13395. source: "./media/characters/puru/front.svg",
  13396. extra: 206/149 ,
  13397. bottom: 0.06
  13398. }
  13399. },
  13400. },
  13401. [
  13402. {
  13403. name: "Normal",
  13404. height: math.unit(2 + 4/12, "feet"),
  13405. default: true
  13406. },
  13407. ]
  13408. )
  13409. };
  13410. characterMakers["Kee"] = () => {
  13411. return makeCharacter(
  13412. "Kee",
  13413. "AardwolfKee",
  13414. {
  13415. taur: {
  13416. height: math.unit(11, "feet"),
  13417. weight: math.unit(500, "lb"),
  13418. name: "Taur",
  13419. image: {
  13420. source: "./media/characters/kee/taur.svg",
  13421. extra: 1,
  13422. bottom: 0.04
  13423. }
  13424. },
  13425. },
  13426. [
  13427. {
  13428. name: "Normal",
  13429. height: math.unit(11, "feet"),
  13430. default: true
  13431. },
  13432. ]
  13433. )
  13434. };
  13435. characterMakers["Cobalt (Dracha)"] = () => {
  13436. return makeCharacter(
  13437. "Cobalt (Dracha)",
  13438. "Fidchell",
  13439. {
  13440. anthro: {
  13441. height: math.unit(7, "feet"),
  13442. weight: math.unit(190, "lb"),
  13443. name: "Anthro",
  13444. image: {
  13445. source: "./media/characters/cobalt-dracha/anthro.svg",
  13446. extra: 231/225 ,
  13447. bottom: 0.04
  13448. }
  13449. },
  13450. feral: {
  13451. height: math.unit(9 + 7/12, "feet"),
  13452. weight: math.unit(294, "lb"),
  13453. name: "Feral",
  13454. image: {
  13455. source: "./media/characters/cobalt-dracha/feral.svg",
  13456. extra: 692/633 ,
  13457. bottom: 0.05
  13458. }
  13459. },
  13460. },
  13461. [
  13462. {
  13463. name: "Normal",
  13464. height: math.unit(7, "feet"),
  13465. default: true
  13466. },
  13467. ]
  13468. )
  13469. };
  13470. characterMakers["Java"] = () => {
  13471. return makeCharacter(
  13472. "Java",
  13473. "Fidchell",
  13474. {
  13475. fallen: {
  13476. height: math.unit(11 + 8/12, "feet"),
  13477. weight: math.unit(485, "lb"),
  13478. name: "Java (Fallen)",
  13479. rename: true,
  13480. image: {
  13481. source: "./media/characters/java/fallen.svg",
  13482. extra: 226/208 ,
  13483. bottom: 0.005
  13484. }
  13485. },
  13486. godkin: {
  13487. height: math.unit(10 + 6/12, "feet"),
  13488. weight: math.unit(328, "lb"),
  13489. name: "Java (Godkin)",
  13490. rename: true,
  13491. image: {
  13492. source: "./media/characters/java/godkin.svg",
  13493. extra: 270/262 ,
  13494. bottom: 0.02
  13495. }
  13496. },
  13497. },
  13498. [
  13499. {
  13500. name: "Normal",
  13501. height: math.unit(11 + 8/12, "feet"),
  13502. default: true
  13503. },
  13504. ]
  13505. )
  13506. };
  13507. characterMakers["Skoll"] = () => {
  13508. return makeCharacter(
  13509. "Skoll",
  13510. "Fidchell",
  13511. {
  13512. front: {
  13513. height: math.unit(7 + 8/12, "feet"),
  13514. weight: math.unit(320, "lb"),
  13515. name: "Front",
  13516. image: {
  13517. source: "./media/characters/skoll/front.svg",
  13518. extra: 232/220 ,
  13519. bottom: 0.02
  13520. }
  13521. },
  13522. },
  13523. [
  13524. {
  13525. name: "Normal",
  13526. height: math.unit(7 + 8/12, "feet"),
  13527. default: true
  13528. },
  13529. ]
  13530. )
  13531. };
  13532. characterMakers["Purna"] = () => {
  13533. return makeCharacter(
  13534. "Purna",
  13535. "Fidchell",
  13536. {
  13537. front: {
  13538. height: math.unit(5 + 9/12, "feet"),
  13539. weight: math.unit(170, "lb"),
  13540. name: "Front",
  13541. image: {
  13542. source: "./media/characters/purna/front.svg",
  13543. extra: 239/229 ,
  13544. bottom: 0.01
  13545. }
  13546. },
  13547. },
  13548. [
  13549. {
  13550. name: "Normal",
  13551. height: math.unit(5 + 9/12, "feet"),
  13552. default: true
  13553. },
  13554. ]
  13555. )
  13556. };
  13557. characterMakers["Kuva"] = () => {
  13558. return makeCharacter(
  13559. "Kuva",
  13560. "Fidchell",
  13561. {
  13562. front: {
  13563. height: math.unit(5 + 9/12, "feet"),
  13564. weight: math.unit(142, "lb"),
  13565. name: "Front",
  13566. image: {
  13567. source: "./media/characters/kuva/front.svg",
  13568. extra: 281/271 ,
  13569. bottom: 0.006
  13570. }
  13571. },
  13572. },
  13573. [
  13574. {
  13575. name: "Normal",
  13576. height: math.unit(5 + 9/12, "feet"),
  13577. default: true
  13578. },
  13579. ]
  13580. )
  13581. };
  13582. characterMakers["Embra"] = () => {
  13583. return makeCharacter(
  13584. "Embra",
  13585. "Fidchell",
  13586. {
  13587. anthro: {
  13588. height: math.unit(9 + 2/12, "feet"),
  13589. weight: math.unit(270, "lb"),
  13590. name: "Anthro",
  13591. image: {
  13592. source: "./media/characters/embra/anthro.svg",
  13593. extra: 200/187 ,
  13594. bottom: 0.02
  13595. }
  13596. },
  13597. feral: {
  13598. height: math.unit(18 + 8/12, "feet"),
  13599. weight: math.unit(576, "lb"),
  13600. name: "Feral",
  13601. image: {
  13602. source: "./media/characters/embra/feral.svg",
  13603. extra: 152/137 ,
  13604. bottom: 0.037
  13605. }
  13606. },
  13607. },
  13608. [
  13609. {
  13610. name: "Normal",
  13611. height: math.unit(9 + 2/12, "feet"),
  13612. default: true
  13613. },
  13614. ]
  13615. )
  13616. };
  13617. characterMakers["Grottos"] = () => {
  13618. return makeCharacter(
  13619. "Grottos",
  13620. "Fidchell",
  13621. {
  13622. anthro: {
  13623. height: math.unit(10 + 9/12, "feet"),
  13624. weight: math.unit(224, "lb"),
  13625. name: "Anthro",
  13626. image: {
  13627. source: "./media/characters/grottos/anthro.svg",
  13628. extra: 350/332 ,
  13629. bottom: 0.045
  13630. }
  13631. },
  13632. feral: {
  13633. height: math.unit(20 + 7/12, "feet"),
  13634. weight: math.unit(629, "lb"),
  13635. name: "Feral",
  13636. image: {
  13637. source: "./media/characters/grottos/feral.svg",
  13638. extra: 207/190 ,
  13639. bottom: 0.05
  13640. }
  13641. },
  13642. },
  13643. [
  13644. {
  13645. name: "Normal",
  13646. height: math.unit(10 + 9/12, "feet"),
  13647. default: true
  13648. },
  13649. ]
  13650. )
  13651. };
  13652. characterMakers["Frifna"] = () => {
  13653. return makeCharacter(
  13654. "Frifna",
  13655. "Fidchell",
  13656. {
  13657. anthro: {
  13658. height: math.unit(9 + 6/12, "feet"),
  13659. weight: math.unit(298, "lb"),
  13660. name: "Anthro",
  13661. image: {
  13662. source: "./media/characters/frifna/anthro.svg",
  13663. extra: 282/269 ,
  13664. bottom: 0.015
  13665. }
  13666. },
  13667. feral: {
  13668. height: math.unit(16 + 2/12, "feet"),
  13669. weight: math.unit(624, "lb"),
  13670. name: "Feral",
  13671. image: {
  13672. source: "./media/characters/frifna/feral.svg"
  13673. }
  13674. },
  13675. },
  13676. [
  13677. {
  13678. name: "Normal",
  13679. height: math.unit(9 + 6/12, "feet"),
  13680. default: true
  13681. },
  13682. ]
  13683. )
  13684. };
  13685. characterMakers["Elise"] = () => {
  13686. return makeCharacter(
  13687. "Elise",
  13688. "Fidchell",
  13689. {
  13690. front: {
  13691. height: math.unit(6 + 2/12, "feet"),
  13692. weight: math.unit(168, "lb"),
  13693. name: "Front",
  13694. image: {
  13695. source: "./media/characters/elise/front.svg",
  13696. extra: 276/271
  13697. }
  13698. },
  13699. },
  13700. [
  13701. {
  13702. name: "Normal",
  13703. height: math.unit(6 + 2/12, "feet"),
  13704. default: true
  13705. },
  13706. ]
  13707. )
  13708. };
  13709. characterMakers["Glade"] = () => {
  13710. return makeCharacter(
  13711. "Glade",
  13712. "Fidchell",
  13713. {
  13714. front: {
  13715. height: math.unit(5 + 10/12, "feet"),
  13716. weight: math.unit(210, "lb"),
  13717. name: "Front",
  13718. image: {
  13719. source: "./media/characters/glade/front.svg",
  13720. extra: 258/247 ,
  13721. bottom: 0.008
  13722. }
  13723. },
  13724. },
  13725. [
  13726. {
  13727. name: "Normal",
  13728. height: math.unit(5 + 10/12, "feet"),
  13729. default: true
  13730. },
  13731. ]
  13732. )
  13733. };
  13734. characterMakers["Rina"] = () => {
  13735. return makeCharacter(
  13736. "Rina",
  13737. "Fidchell",
  13738. {
  13739. front: {
  13740. height: math.unit(5 + 10/12, "feet"),
  13741. weight: math.unit(129, "lb"),
  13742. name: "Front",
  13743. image: {
  13744. source: "./media/characters/rina/front.svg",
  13745. extra: 266/255 ,
  13746. bottom: 0.005
  13747. }
  13748. },
  13749. },
  13750. [
  13751. {
  13752. name: "Normal",
  13753. height: math.unit(5 + 10/12, "feet"),
  13754. default: true
  13755. },
  13756. ]
  13757. )
  13758. };
  13759. characterMakers["Veronica"] = () => {
  13760. return makeCharacter(
  13761. "Veronica",
  13762. "Fidchell",
  13763. {
  13764. front: {
  13765. height: math.unit(6 + 1/12, "feet"),
  13766. weight: math.unit(192, "lb"),
  13767. name: "Front",
  13768. image: {
  13769. source: "./media/characters/veronica/front.svg",
  13770. extra: 319/309 ,
  13771. bottom: 0.005
  13772. }
  13773. },
  13774. },
  13775. [
  13776. {
  13777. name: "Normal",
  13778. height: math.unit(6 + 1/12, "feet"),
  13779. default: true
  13780. },
  13781. ]
  13782. )
  13783. };
  13784. characterMakers["Braxton"] = () => {
  13785. return makeCharacter(
  13786. "Braxton",
  13787. "jdolbear",
  13788. {
  13789. front: {
  13790. height: math.unit(9 + 3/12, "feet"),
  13791. weight: math.unit(1100, "lb"),
  13792. name: "Front",
  13793. image: {
  13794. source: "./media/characters/braxton/front.svg",
  13795. extra: 1057/984 ,
  13796. bottom: 0.05
  13797. }
  13798. },
  13799. },
  13800. [
  13801. {
  13802. name: "Normal",
  13803. height: math.unit(9 + 3/12, "feet")
  13804. },
  13805. {
  13806. name: "Giant",
  13807. height: math.unit(300, "feet"),
  13808. default: true
  13809. },
  13810. {
  13811. name: "Macro",
  13812. height: math.unit(700, "feet")
  13813. },
  13814. {
  13815. name: "Megamacro",
  13816. height: math.unit(6000, "feet")
  13817. },
  13818. ]
  13819. )
  13820. };
  13821. characterMakers["Blue Feyonics"] = () => {
  13822. return makeCharacter(
  13823. "Blue Feyonics",
  13824. "bluefiremarkii",
  13825. {
  13826. front: {
  13827. height: math.unit(6 + 7/12, "feet"),
  13828. weight: math.unit(150, "lb"),
  13829. name: "Front",
  13830. image: {
  13831. source: "./media/characters/blue-feyonics/front.svg",
  13832. extra: 1403/1306 ,
  13833. bottom: 0.047
  13834. }
  13835. },
  13836. },
  13837. [
  13838. {
  13839. name: "Normal",
  13840. height: math.unit(6 + 7/12, "feet"),
  13841. default: true
  13842. },
  13843. ]
  13844. )
  13845. };
  13846. characterMakers["Maxwell"] = () => {
  13847. return makeCharacter(
  13848. "Maxwell",
  13849. "Ruby_02",
  13850. {
  13851. front: {
  13852. height: math.unit(1.8, "meters"),
  13853. weight: math.unit(60, "kg"),
  13854. name: "Front",
  13855. image: {
  13856. source: "./media/characters/maxwell/front.svg",
  13857. extra: 2060/1873
  13858. }
  13859. },
  13860. },
  13861. [
  13862. {
  13863. name: "Micro",
  13864. height: math.unit(1, "mm")
  13865. },
  13866. {
  13867. name: "Normal",
  13868. height: math.unit(1.8, "meter"),
  13869. default: true
  13870. },
  13871. {
  13872. name: "Macro",
  13873. height: math.unit(30, "meters")
  13874. },
  13875. {
  13876. name: "Megamacro",
  13877. height: math.unit(10, "km")
  13878. },
  13879. ]
  13880. )
  13881. };
  13882. characterMakers["Jack"] = () => {
  13883. return makeCharacter(
  13884. "Jack",
  13885. "Jasmith",
  13886. {
  13887. front: {
  13888. height: math.unit(6, "feet"),
  13889. weight: math.unit(150, "lb"),
  13890. name: "Front",
  13891. image: {
  13892. source: "./media/characters/jack/front.svg",
  13893. extra: 1754/1640,
  13894. bottom: 0.01
  13895. }
  13896. },
  13897. },
  13898. [
  13899. {
  13900. name: "Normal",
  13901. height: math.unit(80000, "feet"),
  13902. default: true
  13903. },
  13904. {
  13905. name: "Max size",
  13906. height: math.unit(10, "lightyears")
  13907. },
  13908. ]
  13909. )
  13910. };
  13911. characterMakers["Cafat"] = () => {
  13912. return makeCharacter(
  13913. "Cafat",
  13914. "Dalken",
  13915. {
  13916. upright: {
  13917. height: math.unit(7, "feet"),
  13918. weight: math.unit(170, "lb"),
  13919. name: "Upright",
  13920. image: {
  13921. source: "./media/characters/cafat/upright.svg",
  13922. bottom: 0.01
  13923. }
  13924. },
  13925. uprightFull: {
  13926. height: math.unit(7, "feet"),
  13927. weight: math.unit(170, "lb"),
  13928. name: "Upright (Full)",
  13929. image: {
  13930. source: "./media/characters/cafat/upright-full.svg",
  13931. bottom: 0.01
  13932. }
  13933. },
  13934. side: {
  13935. height: math.unit(5, "feet"),
  13936. weight: math.unit(150, "lb"),
  13937. name: "Side",
  13938. image: {
  13939. source: "./media/characters/cafat/side.svg"
  13940. }
  13941. },
  13942. },
  13943. [
  13944. {
  13945. name: "Small",
  13946. height: math.unit(7, "feet"),
  13947. default: true
  13948. },
  13949. {
  13950. name: "Large",
  13951. height: math.unit(15.5, "feet")
  13952. },
  13953. ]
  13954. )
  13955. };
  13956. characterMakers["Verin Raharra"] = () => {
  13957. return makeCharacter(
  13958. "Verin Raharra",
  13959. "Virgo113",
  13960. {
  13961. front: {
  13962. height: math.unit(6, "feet"),
  13963. weight: math.unit(150, "lb"),
  13964. name: "Front",
  13965. image: {
  13966. source: "./media/characters/verin-raharra/front.svg",
  13967. extra: 5019/4835,
  13968. bottom: 0.023
  13969. }
  13970. },
  13971. },
  13972. [
  13973. {
  13974. name: "Normal",
  13975. height: math.unit(7 + 5/12, "feet")
  13976. },
  13977. {
  13978. name: "Upsized",
  13979. height: math.unit(20, "feet")
  13980. },
  13981. ]
  13982. )
  13983. };
  13984. characterMakers["Nakata"] = () => {
  13985. return makeCharacter(
  13986. "Nakata",
  13987. "Dalken",
  13988. {
  13989. front: {
  13990. height: math.unit(7, "feet"),
  13991. weight: math.unit(230, "lb"),
  13992. name: "Front",
  13993. image: {
  13994. source: "./media/characters/nakata/front.svg",
  13995. extra: 1.005,
  13996. bottom: 0.01
  13997. }
  13998. },
  13999. },
  14000. [
  14001. {
  14002. name: "Normal",
  14003. height: math.unit(7, "feet"),
  14004. default: true
  14005. },
  14006. {
  14007. name: "Big",
  14008. height: math.unit(14, "feet")
  14009. },
  14010. {
  14011. name: "Macro",
  14012. height: math.unit(400, "feet")
  14013. },
  14014. ]
  14015. )
  14016. };
  14017. characterMakers["Lily"] = () => {
  14018. return makeCharacter(
  14019. "Lily",
  14020. "nexcg",
  14021. {
  14022. front: {
  14023. height: math.unit(4.91, "feet"),
  14024. weight: math.unit(100, "lb"),
  14025. name: "Front",
  14026. image: {
  14027. source: "./media/characters/lily/front.svg",
  14028. extra: 1585/1415,
  14029. bottom: 0.02
  14030. }
  14031. },
  14032. },
  14033. [
  14034. {
  14035. name: "Normal",
  14036. height: math.unit(4.91, "feet")
  14037. },
  14038. ]
  14039. )
  14040. };
  14041. characterMakers["Sheila"] = () => {
  14042. return makeCharacter(
  14043. "Sheila",
  14044. "Miststalker",
  14045. {
  14046. laying: {
  14047. height: math.unit(4 + 4/12, "feet"),
  14048. weight: math.unit(600, "lb"),
  14049. name: "Laying",
  14050. image: {
  14051. source: "./media/characters/sheila/laying.svg",
  14052. extra: 1333/1265,
  14053. bottom: 0.16
  14054. }
  14055. },
  14056. },
  14057. [
  14058. {
  14059. name: "Normal",
  14060. height: math.unit(4 + 4/12, "feet")
  14061. },
  14062. ]
  14063. )
  14064. };
  14065. characterMakers["Sax"] = () => {
  14066. return makeCharacter(
  14067. "Sax",
  14068. "Counts-His-Toes",
  14069. {
  14070. front: {
  14071. height: math.unit(6, "feet"),
  14072. weight: math.unit(190, "lb"),
  14073. name: "Front",
  14074. image: {
  14075. source: "./media/characters/sax/front.svg",
  14076. extra: 1187/973,
  14077. bottom: 0.042
  14078. }
  14079. },
  14080. },
  14081. [
  14082. {
  14083. name: "Micro",
  14084. height: math.unit(4, "inches"),
  14085. default: true
  14086. },
  14087. ]
  14088. )
  14089. };
  14090. characterMakers["Pandora"] = () => {
  14091. return makeCharacter(
  14092. "Pandora",
  14093. "Pandora's Fox",
  14094. {
  14095. front: {
  14096. height: math.unit(6, "feet"),
  14097. weight: math.unit(150, "lb"),
  14098. name: "Front",
  14099. image: {
  14100. source: "./media/characters/pandora/front.svg",
  14101. extra: 2720/2556,
  14102. bottom: 0.015
  14103. }
  14104. },
  14105. back: {
  14106. height: math.unit(6, "feet"),
  14107. weight: math.unit(150, "lb"),
  14108. name: "Back",
  14109. image: {
  14110. source: "./media/characters/pandora/back.svg",
  14111. extra: 2720/2556,
  14112. bottom: 0.01
  14113. }
  14114. },
  14115. beans: {
  14116. height: math.unit(6/8, "feet"),
  14117. name: "Beans",
  14118. image: {
  14119. source: "./media/characters/pandora/beans.svg"
  14120. }
  14121. },
  14122. skirt: {
  14123. height: math.unit(6, "feet"),
  14124. weight: math.unit(150, "lb"),
  14125. name: "Skirt",
  14126. image: {
  14127. source: "./media/characters/pandora/skirt.svg",
  14128. extra: 1622/1525,
  14129. bottom: 0.015
  14130. }
  14131. },
  14132. hoodie: {
  14133. height: math.unit(6, "feet"),
  14134. weight: math.unit(150, "lb"),
  14135. name: "Hoodie",
  14136. image: {
  14137. source: "./media/characters/pandora/hoodie.svg",
  14138. extra: 1622/1525,
  14139. bottom: 0.015
  14140. }
  14141. },
  14142. casual: {
  14143. height: math.unit(6, "feet"),
  14144. weight: math.unit(150, "lb"),
  14145. name: "Casual",
  14146. image: {
  14147. source: "./media/characters/pandora/casual.svg",
  14148. extra: 1622/1525,
  14149. bottom: 0.015
  14150. }
  14151. },
  14152. },
  14153. [
  14154. {
  14155. name: "Normal",
  14156. height: math.unit(6, "feet")
  14157. },
  14158. {
  14159. name: "Big Steppy",
  14160. height: math.unit(1, "km"),
  14161. default: true
  14162. },
  14163. ]
  14164. )
  14165. };
  14166. characterMakers["Venio Darcony"] = () => {
  14167. return makeCharacter(
  14168. "Venio Darcony",
  14169. "redblackdragon",
  14170. {
  14171. side: {
  14172. height: math.unit(10, "feet"),
  14173. weight: math.unit(800, "kg"),
  14174. name: "Side",
  14175. image: {
  14176. source: "./media/characters/venio-darcony/side.svg",
  14177. extra: 1373/1003,
  14178. bottom: 0.037
  14179. }
  14180. },
  14181. front: {
  14182. height: math.unit(19, "feet"),
  14183. weight: math.unit(800, "kg"),
  14184. name: "Front",
  14185. image: {
  14186. source: "./media/characters/venio-darcony/front.svg"
  14187. }
  14188. },
  14189. back: {
  14190. height: math.unit(19, "feet"),
  14191. weight: math.unit(800, "kg"),
  14192. name: "Back",
  14193. image: {
  14194. source: "./media/characters/venio-darcony/back.svg"
  14195. }
  14196. },
  14197. },
  14198. [
  14199. {
  14200. name: "Normal",
  14201. height: math.unit(10, "feet")
  14202. },
  14203. {
  14204. name: "Macro",
  14205. height: math.unit(130, "feet")
  14206. },
  14207. {
  14208. name: "Macro+",
  14209. height: math.unit(240, "feet")
  14210. },
  14211. ]
  14212. )
  14213. };
  14214. characterMakers["Veski"] = () => {
  14215. return makeCharacter(
  14216. "Veski",
  14217. "Veski",
  14218. {
  14219. front: {
  14220. height: math.unit(6, "feet"),
  14221. weight: math.unit(150, "lb"),
  14222. name: "Front",
  14223. image: {
  14224. source: "./media/characters/veski/front.svg",
  14225. extra: 1299/1225,
  14226. bottom: 0.04
  14227. }
  14228. },
  14229. back: {
  14230. height: math.unit(6, "feet"),
  14231. weight: math.unit(150, "lb"),
  14232. name: "Back",
  14233. image: {
  14234. source: "./media/characters/veski/back.svg",
  14235. extra: 1299/1225,
  14236. bottom: 0.008
  14237. }
  14238. },
  14239. maw: {
  14240. height: math.unit(1.5 * 1.21, "feet"),
  14241. name: "Maw",
  14242. image: {
  14243. source: "./media/characters/veski/maw.svg"
  14244. }
  14245. },
  14246. },
  14247. [
  14248. {
  14249. name: "Macro",
  14250. height: math.unit(2, "km"),
  14251. default: true
  14252. },
  14253. ]
  14254. )
  14255. };
  14256. characterMakers["Isabelle"] = () => {
  14257. return makeCharacter(
  14258. "Isabelle",
  14259. "evilwithin",
  14260. {
  14261. front: {
  14262. height: math.unit(5 + 7/12, "feet"),
  14263. name: "Front",
  14264. image: {
  14265. source: "./media/characters/isabelle/front.svg",
  14266. extra: 2130/1976,
  14267. bottom: 0.05
  14268. }
  14269. },
  14270. },
  14271. [
  14272. {
  14273. name: "Supermicro",
  14274. height: math.unit(10, "micrometers")
  14275. },
  14276. {
  14277. name: "Micro",
  14278. height: math.unit(1, "inch")
  14279. },
  14280. {
  14281. name: "Tiny",
  14282. height: math.unit(5, "inches")
  14283. },
  14284. {
  14285. name: "Standard",
  14286. height: math.unit(5 + 7/12, "inches")
  14287. },
  14288. {
  14289. name: "Macro",
  14290. height: math.unit(80, "meters"),
  14291. default: true
  14292. },
  14293. {
  14294. name: "Megamacro",
  14295. height: math.unit(250, "meters")
  14296. },
  14297. {
  14298. name: "Gigamacro",
  14299. height: math.unit(5, "km")
  14300. },
  14301. {
  14302. name: "Cosmic",
  14303. height: math.unit(2.5e6, "miles")
  14304. },
  14305. ]
  14306. )
  14307. };
  14308. characterMakers["Hanzo"] = () => {
  14309. return makeCharacter(
  14310. "Hanzo",
  14311. "dragondruid",
  14312. {
  14313. front: {
  14314. height: math.unit(6, "feet"),
  14315. weight: math.unit(150, "lb"),
  14316. name: "Front",
  14317. image: {
  14318. source: "./media/characters/hanzo/front.svg",
  14319. extra: 374/344,
  14320. bottom: 0.02
  14321. }
  14322. },
  14323. },
  14324. [
  14325. {
  14326. name: "Normal",
  14327. height: math.unit(8, "feet"),
  14328. default: true
  14329. },
  14330. ]
  14331. )
  14332. };
  14333. characterMakers["Anna"] = () => {
  14334. return makeCharacter(
  14335. "Anna",
  14336. "dragondruid",
  14337. {
  14338. front: {
  14339. height: math.unit(7, "feet"),
  14340. weight: math.unit(130, "lb"),
  14341. name: "Front",
  14342. image: {
  14343. source: "./media/characters/anna/front.svg",
  14344. extra: 169/145,
  14345. bottom: 0.06
  14346. }
  14347. },
  14348. full: {
  14349. height: math.unit(4.96, "feet"),
  14350. weight: math.unit(220, "lb"),
  14351. name: "Full",
  14352. image: {
  14353. source: "./media/characters/anna/full.svg",
  14354. extra: 138/114,
  14355. bottom: 0.15
  14356. }
  14357. },
  14358. tongue: {
  14359. height: math.unit(2.53, "feet"),
  14360. name: "Tongue",
  14361. image: {
  14362. source: "./media/characters/anna/tongue.svg"
  14363. }
  14364. },
  14365. },
  14366. [
  14367. {
  14368. name: "Normal",
  14369. height: math.unit(7, "feet"),
  14370. default: true
  14371. },
  14372. ]
  14373. )
  14374. };
  14375. characterMakers["Ian Corvid"] = () => {
  14376. return makeCharacter(
  14377. "Ian Corvid",
  14378. "IanCorvid",
  14379. {
  14380. front: {
  14381. height: math.unit(7, "feet"),
  14382. weight: math.unit(150, "lb"),
  14383. name: "Front",
  14384. image: {
  14385. source: "./media/characters/ian-corvid/front.svg",
  14386. extra: 150/142,
  14387. bottom: 0.02
  14388. }
  14389. },
  14390. back: {
  14391. height: math.unit(7, "feet"),
  14392. weight: math.unit(150, "lb"),
  14393. name: "Back",
  14394. image: {
  14395. source: "./media/characters/ian-corvid/back.svg",
  14396. extra: 150/143,
  14397. bottom: 0.01
  14398. }
  14399. },
  14400. stomping: {
  14401. height: math.unit(7, "feet"),
  14402. weight: math.unit(150, "lb"),
  14403. name: "Stomping",
  14404. image: {
  14405. source: "./media/characters/ian-corvid/stomping.svg",
  14406. extra: 76/72
  14407. }
  14408. },
  14409. sitting: {
  14410. height: math.unit(7/1.8, "feet"),
  14411. weight: math.unit(150, "lb"),
  14412. name: "Sitting",
  14413. image: {
  14414. source: "./media/characters/ian-corvid/sitting.svg",
  14415. extra: 1400/1269,
  14416. bottom: 0.15
  14417. }
  14418. },
  14419. },
  14420. [
  14421. {
  14422. name: "Microw",
  14423. height: math.unit(1, "inch")
  14424. },
  14425. {
  14426. name: "Crow",
  14427. height: math.unit(7 + 1/12, "feet"),
  14428. default: true
  14429. },
  14430. {
  14431. name: "Macrow",
  14432. height: math.unit(176, "feet")
  14433. },
  14434. ]
  14435. )
  14436. };
  14437. //characters
  14438. function makeCharacters() {
  14439. const results = [];
  14440. Object.entries(characterMakers).forEach(([key, value]) => {
  14441. results.push({
  14442. name: key,
  14443. constructor: value
  14444. });
  14445. });
  14446. results.push({
  14447. name: "Aigey",
  14448. constructor: makeAigey
  14449. });
  14450. results.push({
  14451. name: "Natasha",
  14452. constructor: makeNatasha
  14453. });
  14454. results.push({
  14455. name: "Malik",
  14456. constructor: makeMalik
  14457. });
  14458. results.push({
  14459. name: "Sefer",
  14460. constructor: makeSefer
  14461. });
  14462. return results;
  14463. }