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.
 
 
 

15115 line
392 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. tome: {
  9827. height: math.unit(1.35, "feet"),
  9828. weight: math.unit(10, "lb"),
  9829. name: "Vanrel's Tome",
  9830. rename: true,
  9831. image: {
  9832. source: "./media/characters/vanrel/tome.svg"
  9833. }
  9834. },
  9835. beans: {
  9836. height: math.unit(0.89, "feet"),
  9837. name: "Beans",
  9838. image: {
  9839. source: "./media/characters/vanrel/beans.svg"
  9840. }
  9841. },
  9842. },
  9843. [
  9844. {
  9845. name: "Normal",
  9846. height: math.unit(4 + 7/12, "feet"),
  9847. default: true
  9848. },
  9849. ]
  9850. )
  9851. };
  9852. characterMakers["Kuiper Vanrel"] = () => {
  9853. return makeCharacter(
  9854. "Kuiper Vanrel",
  9855. "KuiPaws",
  9856. {
  9857. front: {
  9858. height: math.unit(7 + 5/12, "feet"),
  9859. weight: math.unit(150, "lb"),
  9860. name: "Front",
  9861. image: {
  9862. source: "./media/characters/kuiper-vanrel/front.svg",
  9863. extra: 1118/1068 ,
  9864. bottom: 0.09
  9865. }
  9866. },
  9867. foot: {
  9868. height: math.unit(0.55, "meters"),
  9869. name: "Foot",
  9870. image: {
  9871. source: "./media/characters/kuiper-vanrel/foot.svg",
  9872. }
  9873. },
  9874. },
  9875. [
  9876. {
  9877. name: "Normal",
  9878. height: math.unit(7 + 5/12, "feet"),
  9879. default: true
  9880. },
  9881. ]
  9882. )
  9883. };
  9884. characterMakers["Keset Vanrel"] = () => {
  9885. return makeCharacter(
  9886. "Keset Vanrel",
  9887. "KuiPaws",
  9888. {
  9889. front: {
  9890. height: math.unit(8 + 5/12, "feet"),
  9891. weight: math.unit(150, "lb"),
  9892. name: "Front",
  9893. image: {
  9894. source: "./media/characters/keset-vanrel/front.svg",
  9895. extra: 1150/1084 ,
  9896. bottom: 0.05
  9897. }
  9898. },
  9899. hand: {
  9900. height: math.unit(0.6, "meters"),
  9901. name: "Hand",
  9902. image: {
  9903. source: "./media/characters/keset-vanrel/hand.svg"
  9904. }
  9905. },
  9906. foot: {
  9907. height: math.unit(0.94978, "meters"),
  9908. name: "Foot",
  9909. image: {
  9910. source: "./media/characters/keset-vanrel/foot.svg"
  9911. }
  9912. },
  9913. },
  9914. [
  9915. {
  9916. name: "Normal",
  9917. height: math.unit(8 + 5/12, "feet"),
  9918. default: true
  9919. },
  9920. ]
  9921. )
  9922. };
  9923. characterMakers["Neos"] = () => {
  9924. return makeCharacter(
  9925. "Neos",
  9926. "CakeyCake",
  9927. {
  9928. front: {
  9929. height: math.unit(6, "feet"),
  9930. weight: math.unit(150, "lb"),
  9931. name: "Front",
  9932. image: {
  9933. source: "./media/characters/neos/front.svg",
  9934. extra: 1696/992 ,
  9935. bottom: 0.14
  9936. }
  9937. },
  9938. },
  9939. [
  9940. {
  9941. name: "Normal",
  9942. height: math.unit(54, "cm"),
  9943. default: true
  9944. },
  9945. {
  9946. name: "Macro",
  9947. height: math.unit(100, "m")
  9948. },
  9949. {
  9950. name: "Megamacro",
  9951. height: math.unit(10, "km")
  9952. },
  9953. {
  9954. name: "Megamacro+",
  9955. height: math.unit(100, "km")
  9956. },
  9957. {
  9958. name: "Gigamacro",
  9959. height: math.unit(100, "Mm")
  9960. },
  9961. {
  9962. name: "Teramacro",
  9963. height: math.unit(100, "Gm")
  9964. },
  9965. {
  9966. name: "Examacro",
  9967. height: math.unit(100, "Em")
  9968. },
  9969. {
  9970. name: "Godly",
  9971. height: math.unit(10000, "Ym")
  9972. },
  9973. {
  9974. name: "Beyond Godly",
  9975. height: math.unit(10000000, "Ym")
  9976. },
  9977. ]
  9978. )
  9979. };
  9980. characterMakers["Sammy Mouse"] = () => {
  9981. return makeCharacter(
  9982. "Sammy Mouse",
  9983. "Piedunk",
  9984. {
  9985. feminine: {
  9986. height: math.unit(5, "feet"),
  9987. weight: math.unit(100, "lb"),
  9988. name: "Feminine",
  9989. image: {
  9990. source: "./media/characters/sammy-mouse/feminine.svg",
  9991. extra: 2526/2425 ,
  9992. bottom: 0.123
  9993. }
  9994. },
  9995. masculine: {
  9996. height: math.unit(5, "feet"),
  9997. weight: math.unit(100, "lb"),
  9998. name: "Masculine",
  9999. image: {
  10000. source: "./media/characters/sammy-mouse/masculine.svg",
  10001. extra: 2526/2425 ,
  10002. bottom: 0.123
  10003. }
  10004. },
  10005. },
  10006. [
  10007. {
  10008. name: "Micro",
  10009. height: math.unit(5, "inches")
  10010. },
  10011. {
  10012. name: "Normal",
  10013. height: math.unit(5, "feet"),
  10014. default: true
  10015. },
  10016. {
  10017. name: "Macro",
  10018. height: math.unit(60, "feet")
  10019. },
  10020. ]
  10021. )
  10022. };
  10023. characterMakers["Kole"] = () => {
  10024. return makeCharacter(
  10025. "Kole",
  10026. "Cats_55",
  10027. {
  10028. front: {
  10029. height: math.unit(4, "feet"),
  10030. weight: math.unit(50, "lb"),
  10031. name: "Front",
  10032. image: {
  10033. source: "./media/characters/kole/front.svg",
  10034. extra: 1423/1303 ,
  10035. bottom: 0.025
  10036. }
  10037. },
  10038. back: {
  10039. height: math.unit(4, "feet"),
  10040. weight: math.unit(50, "lb"),
  10041. name: "Back",
  10042. image: {
  10043. source: "./media/characters/kole/back.svg",
  10044. extra: 1426/1280 ,
  10045. bottom: 0.02
  10046. }
  10047. },
  10048. },
  10049. [
  10050. {
  10051. name: "Normal",
  10052. height: math.unit(4, "feet"),
  10053. default: true
  10054. },
  10055. ]
  10056. )
  10057. };
  10058. characterMakers["Rufran"] = () => {
  10059. return makeCharacter(
  10060. "Rufran",
  10061. "Rufran",
  10062. {
  10063. front: {
  10064. height: math.unit(2 + 6/12, "feet"),
  10065. weight: math.unit(20, "lb"),
  10066. name: "Front",
  10067. image: {
  10068. source: "./media/characters/rufran/front.svg",
  10069. extra: 2041/1839 ,
  10070. bottom: 0.055
  10071. }
  10072. },
  10073. back: {
  10074. height: math.unit(2 + 6/12, "feet"),
  10075. weight: math.unit(20, "lb"),
  10076. name: "Back",
  10077. image: {
  10078. source: "./media/characters/rufran/back.svg",
  10079. extra: 2054/1839 ,
  10080. bottom: 0.01
  10081. }
  10082. },
  10083. hand: {
  10084. height: math.unit(0.2166, "meters"),
  10085. name: "Hand",
  10086. image: {
  10087. source: "./media/characters/rufran/hand.svg"
  10088. }
  10089. },
  10090. foot: {
  10091. height: math.unit(0.185, "meters"),
  10092. name: "Foot",
  10093. image: {
  10094. source: "./media/characters/rufran/foot.svg"
  10095. }
  10096. },
  10097. },
  10098. [
  10099. {
  10100. name: "Micro",
  10101. height: math.unit(1, "inch")
  10102. },
  10103. {
  10104. name: "Normal",
  10105. height: math.unit(2 + 6/12, "feet"),
  10106. default: true
  10107. },
  10108. {
  10109. name: "Big",
  10110. height: math.unit(60, "feet")
  10111. },
  10112. {
  10113. name: "Macro",
  10114. height: math.unit(325, "feet")
  10115. },
  10116. ]
  10117. )
  10118. };
  10119. characterMakers["Chip"] = () => {
  10120. return makeCharacter(
  10121. "Chip",
  10122. "Chiptuni",
  10123. {
  10124. front: {
  10125. height: math.unit(0.3, "meters"),
  10126. weight: math.unit(3.5, "kg"),
  10127. name: "Front",
  10128. image: {
  10129. source: "./media/characters/chip/front.svg",
  10130. extra: 748/674
  10131. }
  10132. },
  10133. },
  10134. [
  10135. {
  10136. name: "Micro",
  10137. height: math.unit(1, "inch"),
  10138. default: true
  10139. },
  10140. ]
  10141. )
  10142. };
  10143. characterMakers["Torvid"] = () => {
  10144. return makeCharacter(
  10145. "Torvid",
  10146. "Torvid",
  10147. {
  10148. side: {
  10149. height: math.unit(2.3, "meters"),
  10150. weight: math.unit(3500, "lb"),
  10151. name: "Side",
  10152. image: {
  10153. source: "./media/characters/torvid/side.svg",
  10154. extra: 1972/722 ,
  10155. bottom: 0.035
  10156. }
  10157. },
  10158. },
  10159. [
  10160. {
  10161. name: "Normal",
  10162. height: math.unit(2.3, "meters"),
  10163. default: true
  10164. },
  10165. ]
  10166. )
  10167. };
  10168. characterMakers["Susan"] = () => {
  10169. return makeCharacter(
  10170. "Susan",
  10171. "Jasmith",
  10172. {
  10173. front: {
  10174. height: math.unit(2, "meters"),
  10175. weight: math.unit(150.5, "kg"),
  10176. name: "Front",
  10177. image: {
  10178. source: "./media/characters/susan/front.svg",
  10179. extra: 693/635 ,
  10180. bottom: 0.05
  10181. }
  10182. },
  10183. },
  10184. [
  10185. {
  10186. name: "Megamacro",
  10187. height: math.unit(505, "miles"),
  10188. default: true
  10189. },
  10190. ]
  10191. )
  10192. };
  10193. characterMakers["Raindrops"] = () => {
  10194. return makeCharacter(
  10195. "Raindrops",
  10196. "RaindropsJFL",
  10197. {
  10198. front: {
  10199. height: math.unit(6, "feet"),
  10200. weight: math.unit(150, "lb"),
  10201. name: "Front",
  10202. image: {
  10203. source: "./media/characters/raindrops/front.svg",
  10204. extra: 2655/2461 ,
  10205. bottom: 0.02
  10206. }
  10207. },
  10208. back: {
  10209. height: math.unit(6, "feet"),
  10210. weight: math.unit(150, "lb"),
  10211. name: "Back",
  10212. image: {
  10213. source: "./media/characters/raindrops/back.svg",
  10214. extra: 2574/2400 ,
  10215. bottom: 0.03
  10216. }
  10217. },
  10218. },
  10219. [
  10220. {
  10221. name: "Micro",
  10222. height: math.unit(6, "inches")
  10223. },
  10224. {
  10225. name: "Normal",
  10226. height: math.unit(6 + 2/12, "feet")
  10227. },
  10228. {
  10229. name: "Macro",
  10230. height: math.unit(131, "feet"),
  10231. default: true
  10232. },
  10233. {
  10234. name: "Megamacro",
  10235. height: math.unit(15, "miles")
  10236. },
  10237. {
  10238. name: "Gigamacro",
  10239. height: math.unit(4000, "miles")
  10240. },
  10241. {
  10242. name: "Teramacro",
  10243. height: math.unit(315000, "miles")
  10244. },
  10245. ]
  10246. )
  10247. };
  10248. characterMakers["Tezwa"] = () => {
  10249. return makeCharacter(
  10250. "Tezwa",
  10251. "TitanTezwa",
  10252. {
  10253. front: {
  10254. height: math.unit(2.794, "meters"),
  10255. weight: math.unit(325, "kg"),
  10256. name: "Front",
  10257. image: {
  10258. source: "./media/characters/tezwa/front.svg",
  10259. extra: 2083/1906 ,
  10260. bottom: 0.031
  10261. }
  10262. },
  10263. foot: {
  10264. height: math.unit(0.687, "meters"),
  10265. name: "Foot",
  10266. image: {
  10267. source: "./media/characters/tezwa/foot.svg"
  10268. }
  10269. },
  10270. },
  10271. [
  10272. {
  10273. name: "Normal",
  10274. height: math.unit(9 + 2/12, "feet"),
  10275. default: true
  10276. },
  10277. ]
  10278. )
  10279. };
  10280. characterMakers["Typhus"] = () => {
  10281. return makeCharacter(
  10282. "Typhus",
  10283. "Jasmith",
  10284. {
  10285. front: {
  10286. height: math.unit(58, "feet"),
  10287. weight: math.unit(89000, "lb"),
  10288. name: "Front",
  10289. image: {
  10290. source: "./media/characters/typhus/front.svg",
  10291. extra: 816/800 ,
  10292. bottom: 0.065
  10293. }
  10294. },
  10295. },
  10296. [
  10297. {
  10298. name: "Macro",
  10299. height: math.unit(58, "feet"),
  10300. default: true
  10301. },
  10302. ]
  10303. )
  10304. };
  10305. characterMakers["Lyra Von Wulf"] = () => {
  10306. return makeCharacter(
  10307. "Lyra Von Wulf",
  10308. "LyraVonWulf",
  10309. {
  10310. front: {
  10311. height: math.unit(12, "feet"),
  10312. weight: math.unit(6, "tonnes"),
  10313. name: "Front",
  10314. image: {
  10315. source: "./media/characters/lyra-von-wulf/front.svg",
  10316. extra: 1,
  10317. bottom: 0.10
  10318. }
  10319. },
  10320. frontMecha: {
  10321. height: math.unit(12, "feet"),
  10322. weight: math.unit(12, "tonnes"),
  10323. name: "Front (Mecha)",
  10324. image: {
  10325. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  10326. extra: 1,
  10327. bottom: 0.042
  10328. }
  10329. },
  10330. maw: {
  10331. height: math.unit(2.2, "feet"),
  10332. name: "Maw",
  10333. image: {
  10334. source: "./media/characters/lyra-von-wulf/maw.svg"
  10335. }
  10336. },
  10337. },
  10338. [
  10339. {
  10340. name: "Normal",
  10341. height: math.unit(12, "feet"),
  10342. default: true
  10343. },
  10344. {
  10345. name: "Classic",
  10346. height: math.unit(50, "feet")
  10347. },
  10348. {
  10349. name: "Macro",
  10350. height: math.unit(500, "feet")
  10351. },
  10352. {
  10353. name: "Megamacro",
  10354. height: math.unit(1, "mile")
  10355. },
  10356. {
  10357. name: "Gigamacro",
  10358. height: math.unit(400, "miles")
  10359. },
  10360. {
  10361. name: "Teramacro",
  10362. height: math.unit(22000, "miles")
  10363. },
  10364. {
  10365. name: "Solarmacro",
  10366. height: math.unit(8600000, "miles")
  10367. },
  10368. {
  10369. name: "Galactic",
  10370. height: math.unit(1057000, "lightyears")
  10371. },
  10372. ]
  10373. )
  10374. };
  10375. characterMakers["Dixon"] = () => {
  10376. return makeCharacter(
  10377. "Dixon",
  10378. "Seabury",
  10379. {
  10380. front: {
  10381. height: math.unit(6 + 10/12, "feet"),
  10382. weight: math.unit(150, "lb"),
  10383. name: "Front",
  10384. image: {
  10385. source: "./media/characters/dixon/front.svg",
  10386. extra: 3361/3209 ,
  10387. bottom: 0.01
  10388. }
  10389. },
  10390. },
  10391. [
  10392. {
  10393. name: "Normal",
  10394. height: math.unit(6 + 10/12, "feet"),
  10395. default: true
  10396. },
  10397. {
  10398. name: "Big",
  10399. height: math.unit(12, "meters")
  10400. },
  10401. {
  10402. name: "Macro",
  10403. height: math.unit(500, "meters")
  10404. },
  10405. {
  10406. name: "Megamacro",
  10407. height: math.unit(2, "km")
  10408. },
  10409. ]
  10410. )
  10411. };
  10412. characterMakers["Kauko"] = () => {
  10413. return makeCharacter(
  10414. "Kauko",
  10415. "Kauko",
  10416. {
  10417. front: {
  10418. height: math.unit(185, "cm"),
  10419. weight: math.unit(68, "kg"),
  10420. name: "Front",
  10421. image: {
  10422. source: "./media/characters/kauko/front.svg",
  10423. extra: 1455/1421 ,
  10424. bottom: 0.03
  10425. }
  10426. },
  10427. back: {
  10428. height: math.unit(185, "cm"),
  10429. weight: math.unit(68, "kg"),
  10430. name: "Back",
  10431. image: {
  10432. source: "./media/characters/kauko/back.svg",
  10433. extra: 1455/1421 ,
  10434. bottom: 0.004
  10435. }
  10436. },
  10437. },
  10438. [
  10439. {
  10440. name: "Normal",
  10441. height: math.unit(185, "cm"),
  10442. default: true
  10443. },
  10444. ]
  10445. )
  10446. };
  10447. characterMakers["Varg"] = () => {
  10448. return makeCharacter(
  10449. "Varg",
  10450. "va0027",
  10451. {
  10452. front: {
  10453. height: math.unit(6, "feet"),
  10454. weight: math.unit(150, "kg"),
  10455. name: "Front",
  10456. image: {
  10457. source: "./media/characters/varg/front.svg",
  10458. extra: 1108/1018 ,
  10459. bottom: 0.0375
  10460. }
  10461. },
  10462. },
  10463. [
  10464. {
  10465. name: "Normal",
  10466. height: math.unit(5, "meters")
  10467. },
  10468. {
  10469. name: "Gigamacro",
  10470. height: math.unit(211, "km"),
  10471. default: true
  10472. },
  10473. ]
  10474. )
  10475. };
  10476. characterMakers["Dayza"] = () => {
  10477. return makeCharacter(
  10478. "Dayza",
  10479. "Vonadi",
  10480. {
  10481. front: {
  10482. height: math.unit(7 + 7/12, "feet"),
  10483. weight: math.unit(267, "lb"),
  10484. name: "Front",
  10485. image: {
  10486. source: "./media/characters/dayza/front.svg",
  10487. extra: 1262/1200 ,
  10488. bottom: 0.035
  10489. }
  10490. },
  10491. side: {
  10492. height: math.unit(7 + 7/12, "feet"),
  10493. weight: math.unit(267, "lb"),
  10494. name: "Side",
  10495. image: {
  10496. source: "./media/characters/dayza/side.svg",
  10497. extra: 1295/1245 ,
  10498. bottom: 0.05
  10499. }
  10500. },
  10501. back: {
  10502. height: math.unit(7 + 7/12, "feet"),
  10503. weight: math.unit(267, "lb"),
  10504. name: "Back",
  10505. image: {
  10506. source: "./media/characters/dayza/back.svg",
  10507. extra: 1241/1170
  10508. }
  10509. },
  10510. },
  10511. [
  10512. {
  10513. name: "Normal",
  10514. height: math.unit(7 + 7/12, "feet"),
  10515. default: true
  10516. },
  10517. {
  10518. name: "Macro",
  10519. height: math.unit(155, "feet")
  10520. },
  10521. ]
  10522. )
  10523. };
  10524. characterMakers["Xanthos"] = () => {
  10525. return makeCharacter(
  10526. "Xanthos",
  10527. "ArgentVZ",
  10528. {
  10529. front: {
  10530. height: math.unit(6 + 5/12, "feet"),
  10531. weight: math.unit(160, "lb"),
  10532. name: "Front",
  10533. image: {
  10534. source: "./media/characters/xanthos/front.svg",
  10535. extra: 1,
  10536. bottom: 0.04
  10537. }
  10538. },
  10539. back: {
  10540. height: math.unit(6 + 5/12, "feet"),
  10541. weight: math.unit(160, "lb"),
  10542. name: "Back",
  10543. image: {
  10544. source: "./media/characters/xanthos/back.svg",
  10545. extra: 1,
  10546. bottom: 0.03
  10547. }
  10548. },
  10549. hand: {
  10550. height: math.unit(0.928, "feet"),
  10551. name: "Hand",
  10552. image: {
  10553. source: "./media/characters/xanthos/hand.svg"
  10554. }
  10555. },
  10556. foot: {
  10557. height: math.unit(1.286, "feet"),
  10558. name: "Foot",
  10559. image: {
  10560. source: "./media/characters/xanthos/foot.svg"
  10561. }
  10562. },
  10563. },
  10564. [
  10565. {
  10566. name: "Normal",
  10567. height: math.unit(6 + 5/12, "feet"),
  10568. default: true
  10569. },
  10570. {
  10571. name: "Normal+",
  10572. height: math.unit(6, "meters")
  10573. },
  10574. {
  10575. name: "Macro",
  10576. height: math.unit(40, "feet")
  10577. },
  10578. {
  10579. name: "Macro+",
  10580. height: math.unit(200, "meters")
  10581. },
  10582. {
  10583. name: "Megamacro",
  10584. height: math.unit(20, "km")
  10585. },
  10586. {
  10587. name: "Megamacro+",
  10588. height: math.unit(100, "km")
  10589. },
  10590. ]
  10591. )
  10592. };
  10593. characterMakers["Grynn"] = () => {
  10594. return makeCharacter(
  10595. "Grynn",
  10596. "Grynn",
  10597. {
  10598. front: {
  10599. height: math.unit(6 + 3/12, "feet"),
  10600. weight: math.unit(215, "lb"),
  10601. name: "Front",
  10602. image: {
  10603. source: "./media/characters/grynn/front.svg",
  10604. extra: 4627/4209 ,
  10605. bottom: 0.047
  10606. }
  10607. },
  10608. },
  10609. [
  10610. {
  10611. name: "Micro",
  10612. height: math.unit(6, "inches")
  10613. },
  10614. {
  10615. name: "Normal",
  10616. height: math.unit(6 + 3/12, "feet"),
  10617. default: true
  10618. },
  10619. {
  10620. name: "Big",
  10621. height: math.unit(104, "feet")
  10622. },
  10623. {
  10624. name: "Macro",
  10625. height: math.unit(944, "feet")
  10626. },
  10627. {
  10628. name: "Macro+",
  10629. height: math.unit(9480, "feet")
  10630. },
  10631. {
  10632. name: "Megamacro",
  10633. height: math.unit(78752, "feet")
  10634. },
  10635. {
  10636. name: "Megamacro+",
  10637. height: math.unit(630128, "feet")
  10638. },
  10639. {
  10640. name: "Megamacro++",
  10641. height: math.unit(3150695, "feet")
  10642. },
  10643. ]
  10644. )
  10645. };
  10646. characterMakers["Mocha Aura"] = () => {
  10647. return makeCharacter(
  10648. "Mocha Aura",
  10649. "Mocha-Aura",
  10650. {
  10651. front: {
  10652. height: math.unit(7 + 5/12, "feet"),
  10653. weight: math.unit(450, "lb"),
  10654. name: "Front",
  10655. image: {
  10656. source: "./media/characters/mocha-aura/front.svg",
  10657. extra: 1907/1817 ,
  10658. bottom: 0.04
  10659. }
  10660. },
  10661. back: {
  10662. height: math.unit(7 + 5/12, "feet"),
  10663. weight: math.unit(450, "lb"),
  10664. name: "Back",
  10665. image: {
  10666. source: "./media/characters/mocha-aura/back.svg",
  10667. extra: 1900/1825 ,
  10668. bottom: 0.045
  10669. }
  10670. },
  10671. },
  10672. [
  10673. {
  10674. name: "Nano",
  10675. height: math.unit(1, "nm")
  10676. },
  10677. {
  10678. name: "Megamicro",
  10679. height: math.unit(1, "mm")
  10680. },
  10681. {
  10682. name: "Micro",
  10683. height: math.unit(3, "inches")
  10684. },
  10685. {
  10686. name: "Normal",
  10687. height: math.unit(7 + 5/12, "feet"),
  10688. default: true
  10689. },
  10690. {
  10691. name: "Macro",
  10692. height: math.unit(30, "feet")
  10693. },
  10694. {
  10695. name: "Megamacro",
  10696. height: math.unit(3500, "feet")
  10697. },
  10698. {
  10699. name: "Teramacro",
  10700. height: math.unit(500000, "miles")
  10701. },
  10702. {
  10703. name: "Petamacro",
  10704. height: math.unit(50000000000000000 , "parsecs")
  10705. },
  10706. ]
  10707. )
  10708. };
  10709. characterMakers["Ilisha Devya"] = () => {
  10710. return makeCharacter(
  10711. "Ilisha Devya",
  10712. "Neopuc",
  10713. {
  10714. front: {
  10715. height: math.unit(6, "feet"),
  10716. weight: math.unit(150, "lb"),
  10717. name: "Front",
  10718. image: {
  10719. source: "./media/characters/ilisha-devya/front.svg",
  10720. extra: 1,
  10721. bottom: 0.175
  10722. }
  10723. },
  10724. back: {
  10725. height: math.unit(6, "feet"),
  10726. weight: math.unit(150, "lb"),
  10727. name: "Back",
  10728. image: {
  10729. source: "./media/characters/ilisha-devya/back.svg",
  10730. extra: 1,
  10731. bottom: 0.015
  10732. }
  10733. },
  10734. },
  10735. [
  10736. {
  10737. name: "Macro",
  10738. height: math.unit(500, "feet"),
  10739. default: true
  10740. },
  10741. {
  10742. name: "Megamacro",
  10743. height: math.unit(10, "miles")
  10744. },
  10745. {
  10746. name: "Gigamacro",
  10747. height: math.unit(100000, "miles")
  10748. },
  10749. {
  10750. name: "Examacro",
  10751. height: math.unit(1e9, "lightyears")
  10752. },
  10753. {
  10754. name: "Omniversal",
  10755. height: math.unit(1e33, "lightyears")
  10756. },
  10757. {
  10758. name: "Beyond Infinite",
  10759. height: math.unit(1e100, "lightyears")
  10760. },
  10761. ]
  10762. )
  10763. };
  10764. characterMakers["Mira"] = () => {
  10765. return makeCharacter(
  10766. "Mira",
  10767. "Neopuc",
  10768. {
  10769. Side: {
  10770. height: math.unit(6, "feet"),
  10771. weight: math.unit(150, "lb"),
  10772. name: "Side",
  10773. image: {
  10774. source: "./media/characters/mira/side.svg",
  10775. extra: 900/799 ,
  10776. bottom: 0.02
  10777. }
  10778. },
  10779. },
  10780. [
  10781. {
  10782. name: "Human Size",
  10783. height: math.unit(6, "feet")
  10784. },
  10785. {
  10786. name: "Macro",
  10787. height: math.unit(100, "feet"),
  10788. default: true
  10789. },
  10790. {
  10791. name: "Megamacro",
  10792. height: math.unit(10, "miles")
  10793. },
  10794. {
  10795. name: "Gigamacro",
  10796. height: math.unit(25000, "miles")
  10797. },
  10798. {
  10799. name: "Teramacro",
  10800. height: math.unit(300, "AU")
  10801. },
  10802. {
  10803. name: "Full Size",
  10804. height: math.unit(4.5e10, "lightyears")
  10805. },
  10806. ]
  10807. )
  10808. };
  10809. characterMakers["Holly"] = () => {
  10810. return makeCharacter(
  10811. "Holly",
  10812. "Neopuc",
  10813. {
  10814. front: {
  10815. height: math.unit(6, "feet"),
  10816. weight: math.unit(150, "lb"),
  10817. name: "Front",
  10818. image: {
  10819. source: "./media/characters/holly/front.svg",
  10820. extra: 639/606
  10821. }
  10822. },
  10823. back: {
  10824. height: math.unit(6, "feet"),
  10825. weight: math.unit(150, "lb"),
  10826. name: "Back",
  10827. image: {
  10828. source: "./media/characters/holly/back.svg",
  10829. extra: 623/598
  10830. }
  10831. },
  10832. frontWorking: {
  10833. height: math.unit(6, "feet"),
  10834. weight: math.unit(150, "lb"),
  10835. name: "Front (Working)",
  10836. image: {
  10837. source: "./media/characters/holly/front-working.svg",
  10838. extra: 607/577 ,
  10839. bottom: 0.048
  10840. }
  10841. },
  10842. },
  10843. [
  10844. {
  10845. name: "Normal",
  10846. height: math.unit(12 + 3/12, "feet"),
  10847. default: true
  10848. },
  10849. ]
  10850. )
  10851. };
  10852. characterMakers["Porter"] = () => {
  10853. return makeCharacter(
  10854. "Porter",
  10855. "Neopuc",
  10856. {
  10857. front: {
  10858. height: math.unit(6, "feet"),
  10859. weight: math.unit(150, "lb"),
  10860. name: "Front",
  10861. image: {
  10862. source: "./media/characters/porter/front.svg",
  10863. extra: 1,
  10864. bottom: 0.01
  10865. }
  10866. },
  10867. frontRobes: {
  10868. height: math.unit(6, "feet"),
  10869. weight: math.unit(150, "lb"),
  10870. name: "Front (Robes)",
  10871. image: {
  10872. source: "./media/characters/porter/front-robes.svg",
  10873. extra: 1.01 ,
  10874. bottom: 0.01
  10875. }
  10876. },
  10877. },
  10878. [
  10879. {
  10880. name: "Normal",
  10881. height: math.unit(11 + 9/12, "feet"),
  10882. default: true
  10883. },
  10884. ]
  10885. )
  10886. };
  10887. characterMakers["Lucy"] = () => {
  10888. return makeCharacter(
  10889. "Lucy",
  10890. "Jasmith",
  10891. {
  10892. legendary: {
  10893. height: math.unit(6, "feet"),
  10894. weight: math.unit(150, "lb"),
  10895. name: "Legendary",
  10896. image: {
  10897. source: "./media/characters/lucy/legendary.svg",
  10898. extra: 1355/1100 ,
  10899. bottom: 0.045
  10900. }
  10901. },
  10902. },
  10903. [
  10904. {
  10905. name: "Legendary",
  10906. height: math.unit(86882*2, "miles"),
  10907. default: true
  10908. },
  10909. ]
  10910. )
  10911. };
  10912. characterMakers["Drusilla"] = () => {
  10913. return makeCharacter(
  10914. "Drusilla",
  10915. "Neopuc",
  10916. {
  10917. front: {
  10918. height: math.unit(6, "feet"),
  10919. weight: math.unit(150, "lb"),
  10920. name: "Front",
  10921. image: {
  10922. source: "./media/characters/drusilla/front.svg",
  10923. extra: 678/635 ,
  10924. bottom: 0.03
  10925. }
  10926. },
  10927. back: {
  10928. height: math.unit(6, "feet"),
  10929. weight: math.unit(150, "lb"),
  10930. name: "Back",
  10931. image: {
  10932. source: "./media/characters/drusilla/back.svg",
  10933. extra: 678/635 ,
  10934. bottom: 0.005
  10935. }
  10936. },
  10937. },
  10938. [
  10939. {
  10940. name: "Macro",
  10941. height: math.unit(100, "feet")
  10942. },
  10943. {
  10944. name: "Canon Height",
  10945. height: math.unit(2000, "feet"),
  10946. default: true
  10947. },
  10948. ]
  10949. )
  10950. };
  10951. characterMakers["Renard Thatch"] = () => {
  10952. return makeCharacter(
  10953. "Renard Thatch",
  10954. "Renard Thatch",
  10955. {
  10956. front: {
  10957. height: math.unit(6, "feet"),
  10958. weight: math.unit(180, "lb"),
  10959. name: "Front",
  10960. image: {
  10961. source: "./media/characters/renard-thatch/front.svg",
  10962. extra: 2411/2275 ,
  10963. bottom: 0.01
  10964. }
  10965. },
  10966. frontPosing: {
  10967. height: math.unit(6, "feet"),
  10968. weight: math.unit(180, "lb"),
  10969. name: "Front (Posing)",
  10970. image: {
  10971. source: "./media/characters/renard-thatch/front-posing.svg",
  10972. extra: 2381/2261 ,
  10973. bottom: 0.01
  10974. }
  10975. },
  10976. back: {
  10977. height: math.unit(6, "feet"),
  10978. weight: math.unit(180, "lb"),
  10979. name: "Back",
  10980. image: {
  10981. source: "./media/characters/renard-thatch/back.svg",
  10982. extra: 2428/2288
  10983. }
  10984. },
  10985. },
  10986. [
  10987. {
  10988. name: "Micro",
  10989. height: math.unit(3, "inches")
  10990. },
  10991. {
  10992. name: "Default",
  10993. height: math.unit(6, "feet"),
  10994. default: true
  10995. },
  10996. {
  10997. name: "Macro",
  10998. height: math.unit(75, "feet")
  10999. },
  11000. ]
  11001. )
  11002. };
  11003. characterMakers["Sekvra"] = () => {
  11004. return makeCharacter(
  11005. "Sekvra",
  11006. "Neopuc",
  11007. {
  11008. front: {
  11009. height: math.unit(1450, "feet"),
  11010. weight: math.unit(1.21e6, "tons"),
  11011. name: "Front",
  11012. image: {
  11013. source: "./media/characters/sekvra/front.svg",
  11014. extra: 1,
  11015. bottom: 0.03
  11016. }
  11017. },
  11018. frontClothed: {
  11019. height: math.unit(1450, "feet"),
  11020. weight: math.unit(1.21e6, "tons"),
  11021. name: "Front (Clothed)",
  11022. image: {
  11023. source: "./media/characters/sekvra/front-clothed.svg",
  11024. extra: 1,
  11025. bottom: 0.03
  11026. }
  11027. },
  11028. side: {
  11029. height: math.unit(1450, "feet"),
  11030. weight: math.unit(1.21e6, "tons"),
  11031. name: "Side",
  11032. image: {
  11033. source: "./media/characters/sekvra/side.svg",
  11034. extra: 1,
  11035. bottom: 0.025
  11036. }
  11037. },
  11038. back: {
  11039. height: math.unit(1450, "feet"),
  11040. weight: math.unit(1.21e6, "tons"),
  11041. name: "Back",
  11042. image: {
  11043. source: "./media/characters/sekvra/back.svg",
  11044. extra: 1,
  11045. bottom: 0.005
  11046. }
  11047. },
  11048. },
  11049. [
  11050. {
  11051. name: "Macro",
  11052. height: math.unit(1450, "feet"),
  11053. default: true
  11054. },
  11055. {
  11056. name: "Megamacro",
  11057. height: math.unit(15000, "feet")
  11058. },
  11059. ]
  11060. )
  11061. };
  11062. characterMakers["Carmine"] = () => {
  11063. return makeCharacter(
  11064. "Carmine",
  11065. "Neopuc",
  11066. {
  11067. front: {
  11068. height: math.unit(6, "feet"),
  11069. weight: math.unit(150, "lb"),
  11070. name: "Front",
  11071. image: {
  11072. source: "./media/characters/carmine/front.svg",
  11073. extra: 1,
  11074. bottom: 0.035
  11075. }
  11076. },
  11077. frontArmor: {
  11078. height: math.unit(6, "feet"),
  11079. weight: math.unit(150, "lb"),
  11080. name: "Front (Armor)",
  11081. image: {
  11082. source: "./media/characters/carmine/front-armor.svg",
  11083. extra: 1,
  11084. bottom: 0.035
  11085. }
  11086. },
  11087. },
  11088. [
  11089. {
  11090. name: "Large",
  11091. height: math.unit(1, "mile")
  11092. },
  11093. {
  11094. name: "Huge",
  11095. height: math.unit(40, "miles"),
  11096. default: true
  11097. },
  11098. {
  11099. name: "Colossal",
  11100. height: math.unit(2500, "miles")
  11101. },
  11102. ]
  11103. )
  11104. };
  11105. characterMakers["Elyssia"] = () => {
  11106. return makeCharacter(
  11107. "Elyssia",
  11108. "Neopuc",
  11109. {
  11110. front: {
  11111. height: math.unit(6, "feet"),
  11112. weight: math.unit(150, "lb"),
  11113. name: "Front",
  11114. image: {
  11115. source: "./media/characters/elyssia/front.svg",
  11116. extra: 2201/2035 ,
  11117. bottom: 0.05
  11118. }
  11119. },
  11120. frontClothed: {
  11121. height: math.unit(6, "feet"),
  11122. weight: math.unit(150, "lb"),
  11123. name: "Front (Clothed)",
  11124. image: {
  11125. source: "./media/characters/elyssia/front-clothed.svg",
  11126. extra: 2201/2035 ,
  11127. bottom: 0.05
  11128. }
  11129. },
  11130. back: {
  11131. height: math.unit(6, "feet"),
  11132. weight: math.unit(150, "lb"),
  11133. name: "Back",
  11134. image: {
  11135. source: "./media/characters/elyssia/back.svg",
  11136. extra: 2201/2035 ,
  11137. bottom: 0.013
  11138. }
  11139. },
  11140. },
  11141. [
  11142. {
  11143. name: "Smaller",
  11144. height: math.unit(150, "feet")
  11145. },
  11146. {
  11147. name: "Standard",
  11148. height: math.unit(1400, "feet"),
  11149. default: true
  11150. },
  11151. {
  11152. name: "Distracted",
  11153. height: math.unit(15000, "feet")
  11154. },
  11155. ]
  11156. )
  11157. };
  11158. characterMakers["Geno Maxwell"] = () => {
  11159. return makeCharacter(
  11160. "Geno Maxwell",
  11161. "Geckonori",
  11162. {
  11163. front: {
  11164. height: math.unit(7 + 4/12, "feet"),
  11165. weight: math.unit(500, "lb"),
  11166. name: "Front",
  11167. image: {
  11168. source: "./media/characters/geno-maxwell/front.svg",
  11169. extra: 2207/2040 ,
  11170. bottom: 0.015
  11171. }
  11172. },
  11173. },
  11174. [
  11175. {
  11176. name: "Micro",
  11177. height: math.unit(3, "inches")
  11178. },
  11179. {
  11180. name: "Normal",
  11181. height: math.unit(7 + 4/12, "feet"),
  11182. default: true
  11183. },
  11184. {
  11185. name: "Macro",
  11186. height: math.unit(220, "feet")
  11187. },
  11188. {
  11189. name: "Megamacro",
  11190. height: math.unit(11, "miles")
  11191. },
  11192. ]
  11193. )
  11194. };
  11195. characterMakers["Regena Maxwell"] = () => {
  11196. return makeCharacter(
  11197. "Regena Maxwell",
  11198. "Geckonori",
  11199. {
  11200. front: {
  11201. height: math.unit(7 + 4/12, "feet"),
  11202. weight: math.unit(500, "lb"),
  11203. name: "Front",
  11204. image: {
  11205. source: "./media/characters/regena-maxwell/front.svg",
  11206. extra: 3115/2770 ,
  11207. bottom: 0.02
  11208. }
  11209. },
  11210. },
  11211. [
  11212. {
  11213. name: "Normal",
  11214. height: math.unit(7 + 4/12, "feet"),
  11215. default: true
  11216. },
  11217. {
  11218. name: "Macro",
  11219. height: math.unit(220, "feet")
  11220. },
  11221. {
  11222. name: "Megamacro",
  11223. height: math.unit(11, "miles")
  11224. },
  11225. ]
  11226. )
  11227. };
  11228. characterMakers["XGlidingDragonX"] = () => {
  11229. return makeCharacter(
  11230. "XGlidingDragonX",
  11231. "XGlidingDragonX",
  11232. {
  11233. front: {
  11234. height: math.unit(6, "feet"),
  11235. weight: math.unit(150, "lb"),
  11236. name: "Front",
  11237. image: {
  11238. source: "./media/characters/x-gliding-dragon-x/front.svg",
  11239. extra: 860/690 ,
  11240. bottom: 0.03
  11241. }
  11242. },
  11243. },
  11244. [
  11245. {
  11246. name: "Normal",
  11247. height: math.unit(1.7, "meters"),
  11248. default: true
  11249. },
  11250. ]
  11251. )
  11252. };
  11253. characterMakers["Quilly"] = () => {
  11254. return makeCharacter(
  11255. "Quilly",
  11256. "Jasmith",
  11257. {
  11258. front: {
  11259. height: math.unit(6, "feet"),
  11260. weight: math.unit(150, "lb"),
  11261. name: "Front",
  11262. image: {
  11263. source: "./media/characters/quilly/front.svg",
  11264. extra: 890/776
  11265. }
  11266. },
  11267. },
  11268. [
  11269. {
  11270. name: "Gigamacro",
  11271. height: math.unit(404090, "miles"),
  11272. default: true
  11273. },
  11274. ]
  11275. )
  11276. };
  11277. characterMakers["Tempest"] = () => {
  11278. return makeCharacter(
  11279. "Tempest",
  11280. "XsomeoneX",
  11281. {
  11282. front: {
  11283. height: math.unit(7 + 8/12, "feet"),
  11284. weight: math.unit(350, "lb"),
  11285. name: "Front",
  11286. image: {
  11287. source: "./media/characters/tempest/front.svg",
  11288. extra: 1175/1086 ,
  11289. bottom: 0.02
  11290. }
  11291. },
  11292. },
  11293. [
  11294. {
  11295. name: "Normal",
  11296. height: math.unit(7 + 8/12, "feet"),
  11297. default: true
  11298. },
  11299. ]
  11300. )
  11301. };
  11302. characterMakers["Rodger"] = () => {
  11303. return makeCharacter(
  11304. "Rodger",
  11305. "Guywithastupidname",
  11306. {
  11307. side: {
  11308. height: math.unit(4 + 5/12, "feet"),
  11309. weight: math.unit(80, "lb"),
  11310. name: "Side",
  11311. image: {
  11312. source: "./media/characters/rodger/side.svg",
  11313. extra: 1235/1118
  11314. }
  11315. },
  11316. },
  11317. [
  11318. {
  11319. name: "Micro",
  11320. height: math.unit(1, "inch")
  11321. },
  11322. {
  11323. name: "Normal",
  11324. height: math.unit(4 + 5/12, "feet"),
  11325. default: true
  11326. },
  11327. {
  11328. name: "Macro",
  11329. height: math.unit(120, "feet")
  11330. },
  11331. ]
  11332. )
  11333. };
  11334. characterMakers["Danyel"] = () => {
  11335. return makeCharacter(
  11336. "Danyel",
  11337. "Danyelx",
  11338. {
  11339. front: {
  11340. height: math.unit(6, "feet"),
  11341. weight: math.unit(150, "lb"),
  11342. name: "Front",
  11343. image: {
  11344. source: "./media/characters/danyel/front.svg",
  11345. extra: 1185/1123 ,
  11346. bottom: 0.05
  11347. }
  11348. },
  11349. },
  11350. [
  11351. {
  11352. name: "Shrunken",
  11353. height: math.unit(0.5, "mm")
  11354. },
  11355. {
  11356. name: "Micro",
  11357. height: math.unit(1, "mm"),
  11358. default: true
  11359. },
  11360. {
  11361. name: "Upsized",
  11362. height: math.unit(5 + 5/12, "feet")
  11363. },
  11364. ]
  11365. )
  11366. };
  11367. characterMakers["Vivian Bijoux"] = () => {
  11368. return makeCharacter(
  11369. "Vivian Bijoux",
  11370. "Geckonori",
  11371. {
  11372. front: {
  11373. height: math.unit(5 + 6/12, "feet"),
  11374. weight: math.unit(200, "lb"),
  11375. name: "Front",
  11376. image: {
  11377. source: "./media/characters/vivian-bijoux/front.svg",
  11378. extra: 1,
  11379. bottom: 0.072
  11380. }
  11381. },
  11382. },
  11383. [
  11384. {
  11385. name: "Normal",
  11386. height: math.unit(5 + 6/12, "feet"),
  11387. default: true
  11388. },
  11389. {
  11390. name: "Bad Dream",
  11391. height: math.unit(500, "feet")
  11392. },
  11393. {
  11394. name: "Nightmare",
  11395. height: math.unit(500, "miles")
  11396. },
  11397. ]
  11398. )
  11399. };
  11400. characterMakers["Zeta"] = () => {
  11401. return makeCharacter(
  11402. "Zeta",
  11403. "thenerdherd102",
  11404. {
  11405. front: {
  11406. height: math.unit(6 + 1/12, "feet"),
  11407. weight: math.unit(260, "lb"),
  11408. name: "Front",
  11409. image: {
  11410. source: "./media/characters/zeta/front.svg",
  11411. extra: 1968/1889 ,
  11412. bottom: 0.06
  11413. }
  11414. },
  11415. back: {
  11416. height: math.unit(6 + 1/12, "feet"),
  11417. weight: math.unit(260, "lb"),
  11418. name: "Back",
  11419. image: {
  11420. source: "./media/characters/zeta/back.svg",
  11421. extra: 1944/1858 ,
  11422. bottom: 0.03
  11423. }
  11424. },
  11425. hand: {
  11426. height: math.unit(1.112, "feet"),
  11427. name: "Hand",
  11428. image: {
  11429. source: "./media/characters/zeta/hand.svg"
  11430. }
  11431. },
  11432. foot: {
  11433. height: math.unit(1.48, "feet"),
  11434. name: "Foot",
  11435. image: {
  11436. source: "./media/characters/zeta/foot.svg"
  11437. }
  11438. },
  11439. },
  11440. [
  11441. {
  11442. name: "Micro",
  11443. height: math.unit(6, "inches")
  11444. },
  11445. {
  11446. name: "Normal",
  11447. height: math.unit(6 + 1/12, "feet"),
  11448. default: true
  11449. },
  11450. {
  11451. name: "Macro",
  11452. height: math.unit(20, "feet")
  11453. },
  11454. ]
  11455. )
  11456. };
  11457. characterMakers["Jamie Larsen"] = () => {
  11458. return makeCharacter(
  11459. "Jamie Larsen",
  11460. "Mt_Jamie_Larsen",
  11461. {
  11462. front: {
  11463. height: math.unit(6, "feet"),
  11464. weight: math.unit(150, "lb"),
  11465. name: "Front",
  11466. image: {
  11467. source: "./media/characters/jamie-larsen/front.svg",
  11468. extra: 962/933 ,
  11469. bottom: 0.02
  11470. }
  11471. },
  11472. back: {
  11473. height: math.unit(6, "feet"),
  11474. weight: math.unit(150, "lb"),
  11475. name: "Back",
  11476. image: {
  11477. source: "./media/characters/jamie-larsen/back.svg",
  11478. extra: 997/946
  11479. }
  11480. },
  11481. },
  11482. [
  11483. {
  11484. name: "Macro",
  11485. height: math.unit(28 + 7/12, "feet"),
  11486. default: true
  11487. },
  11488. {
  11489. name: "Macro+",
  11490. height: math.unit(180, "feet")
  11491. },
  11492. {
  11493. name: "Megamacro",
  11494. height: math.unit(10, "miles")
  11495. },
  11496. {
  11497. name: "Gigamacro",
  11498. height: math.unit(200000, "miles")
  11499. },
  11500. ]
  11501. )
  11502. };
  11503. characterMakers["Vance"] = () => {
  11504. return makeCharacter(
  11505. "Vance",
  11506. "Neopuc",
  11507. {
  11508. front: {
  11509. height: math.unit(6, "feet"),
  11510. weight: math.unit(120, "lb"),
  11511. name: "Front",
  11512. image: {
  11513. source: "./media/characters/vance/front.svg",
  11514. extra: 1980/1890 ,
  11515. bottom: 0.09
  11516. }
  11517. },
  11518. back: {
  11519. height: math.unit(6, "feet"),
  11520. weight: math.unit(120, "lb"),
  11521. name: "Back",
  11522. image: {
  11523. source: "./media/characters/vance/back.svg",
  11524. extra: 2081/1994 ,
  11525. bottom: 0.014
  11526. }
  11527. },
  11528. hand: {
  11529. height: math.unit(0.88, "feet"),
  11530. name: "Hand",
  11531. image: {
  11532. source: "./media/characters/vance/hand.svg"
  11533. }
  11534. },
  11535. foot: {
  11536. height: math.unit(0.64, "feet"),
  11537. name: "Foot",
  11538. image: {
  11539. source: "./media/characters/vance/foot.svg"
  11540. }
  11541. },
  11542. },
  11543. [
  11544. {
  11545. name: "Small",
  11546. height: math.unit(90, "feet"),
  11547. default: true
  11548. },
  11549. {
  11550. name: "Macro",
  11551. height: math.unit(100, "meters")
  11552. },
  11553. {
  11554. name: "Megamacro",
  11555. height: math.unit(15, "miles")
  11556. },
  11557. ]
  11558. )
  11559. };
  11560. characterMakers["Xochitl"] = () => {
  11561. return makeCharacter(
  11562. "Xochitl",
  11563. "Neopuc",
  11564. {
  11565. front: {
  11566. height: math.unit(6, "feet"),
  11567. weight: math.unit(180, "lb"),
  11568. name: "Front",
  11569. image: {
  11570. source: "./media/characters/xochitl/front.svg",
  11571. extra: 2297/2261 ,
  11572. bottom: 0.065
  11573. }
  11574. },
  11575. back: {
  11576. height: math.unit(6, "feet"),
  11577. weight: math.unit(180, "lb"),
  11578. name: "Back",
  11579. image: {
  11580. source: "./media/characters/xochitl/back.svg",
  11581. extra: 2386/2354 ,
  11582. bottom: 0.01
  11583. }
  11584. },
  11585. foot: {
  11586. height: math.unit(6/5 * 1.15, "feet"),
  11587. weight: math.unit(150, "lb"),
  11588. name: "Foot",
  11589. image: {
  11590. source: "./media/characters/xochitl/foot.svg"
  11591. }
  11592. },
  11593. },
  11594. [
  11595. {
  11596. name: "Macro",
  11597. height: math.unit(80, "feet")
  11598. },
  11599. {
  11600. name: "Macro+",
  11601. height: math.unit(400, "feet"),
  11602. default: true
  11603. },
  11604. {
  11605. name: "Gigamacro",
  11606. height: math.unit(80000, "miles")
  11607. },
  11608. {
  11609. name: "Gigamacro+",
  11610. height: math.unit(400000, "miles")
  11611. },
  11612. {
  11613. name: "Teramacro",
  11614. height: math.unit(300, "AU")
  11615. },
  11616. ]
  11617. )
  11618. };
  11619. characterMakers["Vincent"] = () => {
  11620. return makeCharacter(
  11621. "Vincent",
  11622. "Neopuc",
  11623. {
  11624. front: {
  11625. height: math.unit(6, "feet"),
  11626. weight: math.unit(150, "lb"),
  11627. name: "Front",
  11628. image: {
  11629. source: "./media/characters/vincent/front.svg",
  11630. extra: 1130/1080 ,
  11631. bottom: 0.055
  11632. }
  11633. },
  11634. beak: {
  11635. height: math.unit(6 * 0.1, "feet"),
  11636. name: "Beak",
  11637. image: {
  11638. source: "./media/characters/vincent/beak.svg"
  11639. }
  11640. },
  11641. hand: {
  11642. height: math.unit(6 * 0.85, "feet"),
  11643. weight: math.unit(150, "lb"),
  11644. name: "Hand",
  11645. image: {
  11646. source: "./media/characters/vincent/hand.svg"
  11647. }
  11648. },
  11649. foot: {
  11650. height: math.unit(6 * 0.19, "feet"),
  11651. weight: math.unit(150, "lb"),
  11652. name: "Foot",
  11653. image: {
  11654. source: "./media/characters/vincent/foot.svg"
  11655. }
  11656. },
  11657. },
  11658. [
  11659. {
  11660. name: "Base",
  11661. height: math.unit(6 + 5/12, "feet"),
  11662. default: true
  11663. },
  11664. {
  11665. name: "Macro",
  11666. height: math.unit(300, "feet")
  11667. },
  11668. {
  11669. name: "Megamacro",
  11670. height: math.unit(2, "miles")
  11671. },
  11672. {
  11673. name: "Gigamacro",
  11674. height: math.unit(1000, "miles")
  11675. },
  11676. ]
  11677. )
  11678. };
  11679. characterMakers["Jay"] = () => {
  11680. return makeCharacter(
  11681. "Jay",
  11682. "J-Forse",
  11683. {
  11684. front: {
  11685. height: math.unit(6 + 2/12, "feet"),
  11686. weight: math.unit(65, "lb"),
  11687. name: "Front",
  11688. image: {
  11689. source: "./media/characters/jay/front.svg",
  11690. extra: 1510/1430 ,
  11691. bottom: 0.042
  11692. }
  11693. },
  11694. back: {
  11695. height: math.unit(6 + 2/12, "feet"),
  11696. weight: math.unit(65, "lb"),
  11697. name: "Back",
  11698. image: {
  11699. source: "./media/characters/jay/back.svg",
  11700. extra: 1510/1430 ,
  11701. bottom: 0.025
  11702. }
  11703. },
  11704. clothed: {
  11705. height: math.unit(6 + 2/12, "feet"),
  11706. weight: math.unit(65, "lb"),
  11707. name: "Front (Clothed)",
  11708. image: {
  11709. source: "./media/characters/jay/clothed.svg",
  11710. extra: 744/699 ,
  11711. bottom: 0.043
  11712. }
  11713. },
  11714. },
  11715. [
  11716. {
  11717. name: "Micro",
  11718. height: math.unit(1, "inch")
  11719. },
  11720. {
  11721. name: "Normal",
  11722. height: math.unit(6 + 2/12, "feet"),
  11723. default: true
  11724. },
  11725. {
  11726. name: "Macro",
  11727. height: math.unit(1, "mile")
  11728. },
  11729. {
  11730. name: "Megamacro",
  11731. height: math.unit(100, "miles")
  11732. },
  11733. ]
  11734. )
  11735. };
  11736. characterMakers["Coatl"] = () => {
  11737. return makeCharacter(
  11738. "Coatl",
  11739. "Jagaz",
  11740. {
  11741. front: {
  11742. height: math.unit(2, "meters"),
  11743. weight: math.unit(500 , "kg"),
  11744. name: "Front",
  11745. image: {
  11746. source: "./media/characters/coatl/front.svg",
  11747. extra: 3948 / 3500 ,
  11748. bottom: 0.082
  11749. }
  11750. },
  11751. },
  11752. [
  11753. {
  11754. name: "Normal",
  11755. height: math.unit(4, "meters")
  11756. },
  11757. {
  11758. name: "Macro",
  11759. height: math.unit(100, "meters"),
  11760. default: true
  11761. },
  11762. {
  11763. name: "Macro+",
  11764. height: math.unit(300, "meters")
  11765. },
  11766. {
  11767. name: "Megamacro",
  11768. height: math.unit(3, "gigameters")
  11769. },
  11770. {
  11771. name: "Megamacro+",
  11772. height: math.unit(300, "terameters")
  11773. },
  11774. {
  11775. name: "Megamacro++",
  11776. height: math.unit(3, "lightyears")
  11777. },
  11778. ]
  11779. )
  11780. };
  11781. characterMakers["Shiroryu"] = () => {
  11782. return makeCharacter(
  11783. "Shiroryu",
  11784. "Roxas00137",
  11785. {
  11786. front: {
  11787. height: math.unit(6, "feet"),
  11788. weight: math.unit(50, "kg"),
  11789. name: "front",
  11790. image: {
  11791. source: "./media/characters/shiroryu/front.svg",
  11792. extra: 1990/1935
  11793. }
  11794. },
  11795. },
  11796. [
  11797. {
  11798. name: "Mortal Mingling",
  11799. height: math.unit(3, "meters")
  11800. },
  11801. {
  11802. name: "Kaiju-ish",
  11803. height: math.unit(250, "meters")
  11804. },
  11805. {
  11806. name: "Somewhat Godly",
  11807. height: math.unit(400, "km"),
  11808. default: true
  11809. },
  11810. {
  11811. name: "Planetary",
  11812. height: math.unit(300, "megameters")
  11813. },
  11814. {
  11815. name: "Galaxy-dwarfing",
  11816. height: math.unit(450, "kiloparsecs")
  11817. },
  11818. {
  11819. name: "Universe Eater",
  11820. height: math.unit(150, "gigaparsecs")
  11821. },
  11822. {
  11823. name: "Almost Immeasurable",
  11824. height: math.unit(1.3e266, "yottaparsecs")
  11825. },
  11826. ]
  11827. )
  11828. };
  11829. characterMakers["Umeko"] = () => {
  11830. return makeCharacter(
  11831. "Umeko",
  11832. "Neopuc",
  11833. {
  11834. front: {
  11835. height: math.unit(6, "feet"),
  11836. weight: math.unit(150, "lb"),
  11837. name: "Front",
  11838. image: {
  11839. source: "./media/characters/umeko/front.svg",
  11840. extra: 1,
  11841. bottom: 0.019
  11842. }
  11843. },
  11844. frontArmored: {
  11845. height: math.unit(6, "feet"),
  11846. weight: math.unit(150, "lb"),
  11847. name: "Front (Armored)",
  11848. image: {
  11849. source: "./media/characters/umeko/front-armored.svg",
  11850. extra: 1,
  11851. bottom: 0.021
  11852. }
  11853. },
  11854. },
  11855. [
  11856. {
  11857. name: "Macro",
  11858. height: math.unit(220, "feet"),
  11859. default: true
  11860. },
  11861. {
  11862. name: "Guardian Dragon",
  11863. height: math.unit(50, "miles")
  11864. },
  11865. {
  11866. name: "Cosmic",
  11867. height: math.unit(800000, "miles")
  11868. },
  11869. ]
  11870. )
  11871. };
  11872. characterMakers["Cassidy"] = () => {
  11873. return makeCharacter(
  11874. "Cassidy",
  11875. "Neopuc",
  11876. {
  11877. front: {
  11878. height: math.unit(6, "feet"),
  11879. weight: math.unit(150, "lb"),
  11880. name: "Front",
  11881. image: {
  11882. source: "./media/characters/cassidy/front.svg",
  11883. extra: 1,
  11884. bottom: 0.043
  11885. }
  11886. },
  11887. },
  11888. [
  11889. {
  11890. name: "Canon Height",
  11891. height: math.unit(120, "feet"),
  11892. default: true
  11893. },
  11894. {
  11895. name: "Macro+",
  11896. height: math.unit(400, "feet")
  11897. },
  11898. {
  11899. name: "Macro++",
  11900. height: math.unit(4000, "feet")
  11901. },
  11902. {
  11903. name: "Megamacro",
  11904. height: math.unit(3, "miles")
  11905. },
  11906. ]
  11907. )
  11908. };
  11909. characterMakers["Isaac"] = () => {
  11910. return makeCharacter(
  11911. "Isaac",
  11912. "Neopuc",
  11913. {
  11914. front: {
  11915. height: math.unit(6, "feet"),
  11916. weight: math.unit(150, "lb"),
  11917. name: "Front",
  11918. image: {
  11919. source: "./media/characters/isaac/front.svg",
  11920. extra: 896/815 ,
  11921. bottom: 0.11
  11922. }
  11923. },
  11924. },
  11925. [
  11926. {
  11927. name: "Human Size",
  11928. height: math.unit(8, "feet"),
  11929. default: true
  11930. },
  11931. {
  11932. name: "Macro",
  11933. height: math.unit(400, "feet")
  11934. },
  11935. {
  11936. name: "Megamacro",
  11937. height: math.unit(50, "miles")
  11938. },
  11939. {
  11940. name: "Canon Height",
  11941. height: math.unit(200, "AU")
  11942. },
  11943. ]
  11944. )
  11945. };
  11946. characterMakers["Sleekit"] = () => {
  11947. return makeCharacter(
  11948. "Sleekit",
  11949. "AnAnonymousIndividual",
  11950. {
  11951. front: {
  11952. height: math.unit(6, "feet"),
  11953. weight: math.unit(72, "kg"),
  11954. name: "Front",
  11955. image: {
  11956. source: "./media/characters/sleekit/front.svg",
  11957. extra: 4693/4487 ,
  11958. bottom: 0.012
  11959. }
  11960. },
  11961. },
  11962. [
  11963. {
  11964. name: "Minimum Height",
  11965. height: math.unit(10, "meters")
  11966. },
  11967. {
  11968. name: "Smaller",
  11969. height: math.unit(25, "meters")
  11970. },
  11971. {
  11972. name: "Larger",
  11973. height: math.unit(38, "meters"),
  11974. default: true
  11975. },
  11976. {
  11977. name: "Maximum height",
  11978. height: math.unit(100, "meters")
  11979. },
  11980. ]
  11981. )
  11982. };
  11983. characterMakers["Nillia"] = () => {
  11984. return makeCharacter(
  11985. "Nillia",
  11986. "Neopuc",
  11987. {
  11988. front: {
  11989. height: math.unit(6, "feet"),
  11990. weight: math.unit(150, "lb"),
  11991. name: "Front",
  11992. image: {
  11993. source: "./media/characters/nillia/front.svg",
  11994. extra: 2195/2037 ,
  11995. bottom: 0.005
  11996. }
  11997. },
  11998. back: {
  11999. height: math.unit(6, "feet"),
  12000. weight: math.unit(150, "lb"),
  12001. name: "Back",
  12002. image: {
  12003. source: "./media/characters/nillia/back.svg",
  12004. extra: 2195/2037 ,
  12005. bottom: 0.005
  12006. }
  12007. },
  12008. },
  12009. [
  12010. {
  12011. name: "Canon Height",
  12012. height: math.unit(489, "feet"),
  12013. default: true
  12014. }
  12015. ]
  12016. )
  12017. };
  12018. characterMakers["Mesmyriza"] = () => {
  12019. return makeCharacter(
  12020. "Mesmyriza",
  12021. "-fluffy-",
  12022. {
  12023. front: {
  12024. height: math.unit(6, "feet"),
  12025. weight: math.unit(150, "lb"),
  12026. name: "Front",
  12027. image: {
  12028. source: "./media/characters/mesmyriza/front.svg",
  12029. extra: 2067/1784 ,
  12030. bottom: 0.035
  12031. }
  12032. },
  12033. foot: {
  12034. height: math.unit(6/(250/35), "feet"),
  12035. name: "Foot",
  12036. image: {
  12037. source: "./media/characters/mesmyriza/foot.svg"
  12038. }
  12039. },
  12040. },
  12041. [
  12042. {
  12043. name: "Macro",
  12044. height: math.unit(457, "meters"),
  12045. default: true
  12046. },
  12047. {
  12048. name: "Megamacro",
  12049. height: math.unit(8, "megameters")
  12050. },
  12051. ]
  12052. )
  12053. };
  12054. characterMakers["Saudade"] = () => {
  12055. return makeCharacter(
  12056. "Saudade",
  12057. "lordbo",
  12058. {
  12059. front: {
  12060. height: math.unit(6, "feet"),
  12061. weight: math.unit(250, "lb"),
  12062. name: "Front",
  12063. image: {
  12064. source: "./media/characters/saudade/front.svg",
  12065. extra: 1172/1139 ,
  12066. bottom: 0.035
  12067. }
  12068. },
  12069. },
  12070. [
  12071. {
  12072. name: "Micro",
  12073. height: math.unit(3, "inches")
  12074. },
  12075. {
  12076. name: "Normal",
  12077. height: math.unit(6, "feet"),
  12078. default: true
  12079. },
  12080. {
  12081. name: "Macro",
  12082. height: math.unit(50, "feet")
  12083. },
  12084. {
  12085. name: "Megamacro",
  12086. height: math.unit(2800, "feet")
  12087. },
  12088. ]
  12089. )
  12090. };
  12091. characterMakers["Keireer"] = () => {
  12092. return makeCharacter(
  12093. "Keireer",
  12094. "teedash",
  12095. {
  12096. front: {
  12097. height: math.unit(5 + 4/12, "feet"),
  12098. weight: math.unit(100, "lb"),
  12099. name: "Front",
  12100. image: {
  12101. source: "./media/characters/keireer/front.svg",
  12102. extra: 716/666 ,
  12103. bottom: 0.05
  12104. }
  12105. },
  12106. },
  12107. [
  12108. {
  12109. name: "Normal",
  12110. height: math.unit(5 + 4/12, "feet"),
  12111. default: true
  12112. },
  12113. ]
  12114. )
  12115. };
  12116. characterMakers["Mirja"] = () => {
  12117. return makeCharacter(
  12118. "Mirja",
  12119. "vabad",
  12120. {
  12121. front: {
  12122. height: math.unit(6, "feet"),
  12123. weight: math.unit(90, "kg"),
  12124. name: "Front",
  12125. image: {
  12126. source: "./media/characters/mirja/front.svg",
  12127. extra: 1789/1683 ,
  12128. bottom: 0.05
  12129. }
  12130. },
  12131. frontDressed: {
  12132. height: math.unit(6, "feet"),
  12133. weight: math.unit(90, "lb"),
  12134. name: "Front (Dressed)",
  12135. image: {
  12136. source: "./media/characters/mirja/front-dressed.svg",
  12137. extra: 1789/1683 ,
  12138. bottom: 0.05
  12139. }
  12140. },
  12141. back: {
  12142. height: math.unit(6, "feet"),
  12143. weight: math.unit(90, "lb"),
  12144. name: "Back",
  12145. image: {
  12146. source: "./media/characters/mirja/back.svg",
  12147. extra: 953/917 ,
  12148. bottom: 0.017
  12149. }
  12150. },
  12151. },
  12152. [
  12153. {
  12154. name: "\"Incognito\"",
  12155. height: math.unit(3, "meters")
  12156. },
  12157. {
  12158. name: "Strolling Size",
  12159. height: math.unit(15, "km")
  12160. },
  12161. {
  12162. name: "Larger Strolling Size",
  12163. height: math.unit(400, "km")
  12164. },
  12165. {
  12166. name: "Preferred Size",
  12167. height: math.unit(5000, "km")
  12168. },
  12169. {
  12170. name: "True Size",
  12171. height: math.unit(30657809462086840000000000000000, "parsecs"),
  12172. default: true
  12173. },
  12174. ]
  12175. )
  12176. };
  12177. characterMakers["Nightraver"] = () => {
  12178. return makeCharacter(
  12179. "Nightraver",
  12180. "Nightraver",
  12181. {
  12182. front: {
  12183. height: math.unit(15, "feet"),
  12184. weight: math.unit(880, "kg"),
  12185. name: "Front",
  12186. image: {
  12187. source: "./media/characters/nightraver/front.svg",
  12188. extra: 2444/2160 ,
  12189. bottom: 0.027
  12190. }
  12191. },
  12192. back: {
  12193. height: math.unit(15, "feet"),
  12194. weight: math.unit(880, "kg"),
  12195. name: "Back",
  12196. image: {
  12197. source: "./media/characters/nightraver/back.svg",
  12198. extra: 2309/2180 ,
  12199. bottom: 0.005
  12200. }
  12201. },
  12202. sole: {
  12203. height: math.unit(2.878, "feet"),
  12204. name: "Sole",
  12205. image: {
  12206. source: "./media/characters/nightraver/sole.svg"
  12207. }
  12208. },
  12209. foot: {
  12210. height: math.unit(2.285, "feet"),
  12211. name: "Foot",
  12212. image: {
  12213. source: "./media/characters/nightraver/foot.svg"
  12214. }
  12215. },
  12216. maw: {
  12217. height: math.unit(2.67, "feet"),
  12218. name: "Maw",
  12219. image: {
  12220. source: "./media/characters/nightraver/maw.svg"
  12221. }
  12222. },
  12223. },
  12224. [
  12225. {
  12226. name: "Micro",
  12227. height: math.unit(1, "cm")
  12228. },
  12229. {
  12230. name: "Normal",
  12231. height: math.unit(15, "feet"),
  12232. default: true
  12233. },
  12234. {
  12235. name: "Macro",
  12236. height: math.unit(300, "feet")
  12237. },
  12238. {
  12239. name: "Megamacro",
  12240. height: math.unit(300, "miles")
  12241. },
  12242. {
  12243. name: "Gigamacro",
  12244. height: math.unit(10000, "miles")
  12245. },
  12246. ]
  12247. )
  12248. };
  12249. characterMakers["Arc"] = () => {
  12250. return makeCharacter(
  12251. "Arc",
  12252. "DinoKiddo",
  12253. {
  12254. side: {
  12255. height: math.unit(2, "inches"),
  12256. weight: math.unit(5, "grams"),
  12257. name: "Side",
  12258. image: {
  12259. source: "./media/characters/arc/side.svg"
  12260. }
  12261. },
  12262. },
  12263. [
  12264. {
  12265. name: "Micro",
  12266. height: math.unit(2, "inches"),
  12267. default: true
  12268. },
  12269. ]
  12270. )
  12271. };
  12272. characterMakers["Nebula Shahar"] = () => {
  12273. return makeCharacter(
  12274. "Nebula Shahar",
  12275. "Kypleo",
  12276. {
  12277. front: {
  12278. height: math.unit(1.1938, "meters"),
  12279. weight: math.unit(54, "kg"),
  12280. name: "Front",
  12281. image: {
  12282. source: "./media/characters/nebula-shahar/front.svg",
  12283. extra: 1642/1436 ,
  12284. bottom: 0.06
  12285. }
  12286. },
  12287. },
  12288. [
  12289. {
  12290. name: "Megamicro",
  12291. height: math.unit(0.3, "mm")
  12292. },
  12293. {
  12294. name: "Micro",
  12295. height: math.unit(3, "cm")
  12296. },
  12297. {
  12298. name: "Normal",
  12299. height: math.unit(138, "cm"),
  12300. default: true
  12301. },
  12302. {
  12303. name: "Macro",
  12304. height: math.unit(30, "m")
  12305. },
  12306. ]
  12307. )
  12308. };
  12309. characterMakers["Shayla"] = () => {
  12310. return makeCharacter(
  12311. "Shayla",
  12312. "Ziralkia",
  12313. {
  12314. front: {
  12315. height: math.unit(5.24, "feet"),
  12316. weight: math.unit(150, "lb"),
  12317. name: "Front",
  12318. image: {
  12319. source: "./media/characters/shayla/front.svg",
  12320. extra: 1512/1414 ,
  12321. bottom: 0.01
  12322. }
  12323. },
  12324. back: {
  12325. height: math.unit(5.24, "feet"),
  12326. weight: math.unit(150, "lb"),
  12327. name: "Back",
  12328. image: {
  12329. source: "./media/characters/shayla/back.svg",
  12330. extra: 1512/1414
  12331. }
  12332. },
  12333. hand: {
  12334. height: math.unit(0.7781496062992126, "feet"),
  12335. name: "Hand",
  12336. image: {
  12337. source: "./media/characters/shayla/hand.svg"
  12338. }
  12339. },
  12340. foot: {
  12341. height: math.unit(1.4206036745406823, "feet"),
  12342. name: "Foot",
  12343. image: {
  12344. source: "./media/characters/shayla/foot.svg"
  12345. }
  12346. },
  12347. },
  12348. [
  12349. {
  12350. name: "Micro",
  12351. height: math.unit(0.32, "feet")
  12352. },
  12353. {
  12354. name: "Normal",
  12355. height: math.unit(5.24, "feet"),
  12356. default: true
  12357. },
  12358. {
  12359. name: "Macro",
  12360. height: math.unit(492.12, "feet")
  12361. },
  12362. {
  12363. name: "Megamacro",
  12364. height: math.unit(186.41, "miles")
  12365. },
  12366. ]
  12367. )
  12368. };
  12369. characterMakers["Pia Jr."] = () => {
  12370. return makeCharacter(
  12371. "Pia Jr.",
  12372. "Ziralkia",
  12373. {
  12374. front: {
  12375. height: math.unit(2.2, "m"),
  12376. weight: math.unit(120, "kg"),
  12377. name: "Front",
  12378. image: {
  12379. source: "./media/characters/pia-jr/front.svg",
  12380. extra: 1000/970 ,
  12381. bottom: 0.035
  12382. }
  12383. },
  12384. hand: {
  12385. height: math.unit(0.759 * 7.21 / 6, "feet"),
  12386. name: "Hand",
  12387. image: {
  12388. source: "./media/characters/pia-jr/hand.svg"
  12389. }
  12390. },
  12391. paw: {
  12392. height: math.unit(1.185 * 7.21 / 6, "feet"),
  12393. name: "Paw",
  12394. image: {
  12395. source: "./media/characters/pia-jr/paw.svg"
  12396. }
  12397. },
  12398. },
  12399. [
  12400. {
  12401. name: "Micro",
  12402. height: math.unit(1.2, "cm")
  12403. },
  12404. {
  12405. name: "Normal",
  12406. height: math.unit(2.2, "m"),
  12407. default: true
  12408. },
  12409. {
  12410. name: "Macro",
  12411. height: math.unit(180, "m")
  12412. },
  12413. {
  12414. name: "Megamacro",
  12415. height: math.unit(420, "km")
  12416. },
  12417. ]
  12418. )
  12419. };
  12420. characterMakers["Pia Sr."] = () => {
  12421. return makeCharacter(
  12422. "Pia Sr.",
  12423. "Ziralkia",
  12424. {
  12425. front: {
  12426. height: math.unit(2, "m"),
  12427. weight: math.unit(115, "kg"),
  12428. name: "Front",
  12429. image: {
  12430. source: "./media/characters/pia-sr/front.svg",
  12431. extra: 760/730 ,
  12432. bottom: 0.015
  12433. }
  12434. },
  12435. back: {
  12436. height: math.unit(2, "m"),
  12437. weight: math.unit(115, "kg"),
  12438. name: "Back",
  12439. image: {
  12440. source: "./media/characters/pia-sr/back.svg",
  12441. extra: 760/730 ,
  12442. bottom: 0.01
  12443. }
  12444. },
  12445. hand: {
  12446. height: math.unit(0.89 * 6.56 / 6, "feet"),
  12447. name: "Hand",
  12448. image: {
  12449. source: "./media/characters/pia-sr/hand.svg"
  12450. }
  12451. },
  12452. foot: {
  12453. height: math.unit(1.83, "feet"),
  12454. name: "Foot",
  12455. image: {
  12456. source: "./media/characters/pia-sr/foot.svg"
  12457. }
  12458. },
  12459. },
  12460. [
  12461. {
  12462. name: "Micro",
  12463. height: math.unit(88, "mm")
  12464. },
  12465. {
  12466. name: "Normal",
  12467. height: math.unit(2, "m"),
  12468. default: true
  12469. },
  12470. {
  12471. name: "Macro",
  12472. height: math.unit(200, "m")
  12473. },
  12474. {
  12475. name: "Megamacro",
  12476. height: math.unit(420, "km")
  12477. },
  12478. ]
  12479. )
  12480. };
  12481. characterMakers["KIBIBYTE"] = () => {
  12482. return makeCharacter(
  12483. "KIBIBYTE",
  12484. "gamefreak1215",
  12485. {
  12486. front: {
  12487. height: math.unit(8 + 2/12, "feet"),
  12488. weight: math.unit(300, "lb"),
  12489. name: "Front",
  12490. image: {
  12491. source: "./media/characters/kibibyte/front.svg",
  12492. extra: 2221/2098 ,
  12493. bottom: 0.04
  12494. }
  12495. },
  12496. },
  12497. [
  12498. {
  12499. name: "Normal",
  12500. height: math.unit(8 + 2/12, "feet"),
  12501. default: true
  12502. },
  12503. {
  12504. name: "Socialable Macro",
  12505. height: math.unit(50, "feet")
  12506. },
  12507. {
  12508. name: "Macro",
  12509. height: math.unit(300, "feet")
  12510. },
  12511. {
  12512. name: "Megamacro",
  12513. height: math.unit(500, "miles")
  12514. },
  12515. ]
  12516. )
  12517. };
  12518. characterMakers["Felix"] = () => {
  12519. return makeCharacter(
  12520. "Felix",
  12521. "MeanDumpsterCat",
  12522. {
  12523. front: {
  12524. height: math.unit(6, "feet"),
  12525. weight: math.unit(150, "lb"),
  12526. name: "Front",
  12527. image: {
  12528. source: "./media/characters/felix/front.svg",
  12529. extra: 762/722 ,
  12530. bottom: 0.02
  12531. }
  12532. },
  12533. frontClothed: {
  12534. height: math.unit(6, "feet"),
  12535. weight: math.unit(150, "lb"),
  12536. name: "Front (Clothed)",
  12537. image: {
  12538. source: "./media/characters/felix/front-clothed.svg",
  12539. extra: 762/722 ,
  12540. bottom: 0.02
  12541. }
  12542. },
  12543. },
  12544. [
  12545. {
  12546. name: "Normal",
  12547. height: math.unit(6 + 8/12, "feet"),
  12548. default: true
  12549. },
  12550. {
  12551. name: "Macro",
  12552. height: math.unit(2600, "feet")
  12553. },
  12554. {
  12555. name: "Megamacro",
  12556. height: math.unit(450, "miles")
  12557. },
  12558. ]
  12559. )
  12560. };
  12561. characterMakers["Tobo"] = () => {
  12562. return makeCharacter(
  12563. "Tobo",
  12564. "Naoya_Raichi",
  12565. {
  12566. front: {
  12567. height: math.unit(6 + 1/12, "feet"),
  12568. weight: math.unit(250, "lb"),
  12569. name: "Front",
  12570. image: {
  12571. source: "./media/characters/tobo/front.svg",
  12572. extra: 608/586 ,
  12573. bottom: 0.023
  12574. }
  12575. },
  12576. back: {
  12577. height: math.unit(6 + 1/12, "feet"),
  12578. weight: math.unit(250, "lb"),
  12579. name: "Back",
  12580. image: {
  12581. source: "./media/characters/tobo/back.svg",
  12582. extra: 608/586
  12583. }
  12584. },
  12585. },
  12586. [
  12587. {
  12588. name: "Nano",
  12589. height: math.unit(2, "nm")
  12590. },
  12591. {
  12592. name: "Megamicro",
  12593. height: math.unit(0.1, "mm")
  12594. },
  12595. {
  12596. name: "Micro",
  12597. height: math.unit(1, "inch"),
  12598. default: true
  12599. },
  12600. {
  12601. name: "Human-sized",
  12602. height: math.unit(6 + 1/12, "feet")
  12603. },
  12604. {
  12605. name: "Macro",
  12606. height: math.unit(250, "feet")
  12607. },
  12608. {
  12609. name: "Megamacro",
  12610. height: math.unit(75, "miles")
  12611. },
  12612. {
  12613. name: "Texas-sized",
  12614. height: math.unit(750, "miles")
  12615. },
  12616. {
  12617. name: "Teramacro",
  12618. height: math.unit(50000, "miles")
  12619. },
  12620. ]
  12621. )
  12622. };
  12623. characterMakers["Danny Kapowsky"] = () => {
  12624. return makeCharacter(
  12625. "Danny Kapowsky",
  12626. "nh63879",
  12627. {
  12628. front: {
  12629. height: math.unit(6, "feet"),
  12630. weight: math.unit(269, "lb"),
  12631. name: "Front",
  12632. image: {
  12633. source: "./media/characters/danny-kapowsky/front.svg",
  12634. extra: 766/736 ,
  12635. bottom: 0.044
  12636. }
  12637. },
  12638. back: {
  12639. height: math.unit(6, "feet"),
  12640. weight: math.unit(269, "lb"),
  12641. name: "Back",
  12642. image: {
  12643. source: "./media/characters/danny-kapowsky/back.svg",
  12644. extra: 797/760 ,
  12645. bottom: 0.025
  12646. }
  12647. },
  12648. },
  12649. [
  12650. {
  12651. name: "Macro",
  12652. height: math.unit(150, "feet"),
  12653. default: true
  12654. },
  12655. {
  12656. name: "Macro+",
  12657. height: math.unit(200, "feet")
  12658. },
  12659. {
  12660. name: "Macro++",
  12661. height: math.unit(300, "feet")
  12662. },
  12663. {
  12664. name: "Macro+++",
  12665. height: math.unit(400, "feet")
  12666. },
  12667. ]
  12668. )
  12669. };
  12670. characterMakers["Finn"] = () => {
  12671. return makeCharacter(
  12672. "Finn",
  12673. "Finn-The-Fennecfox",
  12674. {
  12675. side: {
  12676. height: math.unit(6, "feet"),
  12677. weight: math.unit(170, "lb"),
  12678. name: "Side",
  12679. image: {
  12680. source: "./media/characters/finn/side.svg",
  12681. extra: 1953/1807 ,
  12682. bottom: 0.057
  12683. }
  12684. },
  12685. },
  12686. [
  12687. {
  12688. name: "Megamacro",
  12689. height: math.unit(14445, "feet"),
  12690. default: true
  12691. },
  12692. ]
  12693. )
  12694. };
  12695. characterMakers["Roy"] = () => {
  12696. return makeCharacter(
  12697. "Roy",
  12698. "dracodare",
  12699. {
  12700. front: {
  12701. height: math.unit(5 + 6/12, "feet"),
  12702. weight: math.unit(125, "lb"),
  12703. name: "Front",
  12704. image: {
  12705. source: "./media/characters/roy/front.svg",
  12706. extra: 1,
  12707. bottom: 0.11
  12708. }
  12709. },
  12710. },
  12711. [
  12712. {
  12713. name: "Micro",
  12714. height: math.unit(3, "inches"),
  12715. default: true
  12716. },
  12717. {
  12718. name: "Normal",
  12719. height: math.unit(5 + 6/12, "feet")
  12720. },
  12721. {
  12722. name: "Lesser Macro",
  12723. height: math.unit(60, "feet")
  12724. },
  12725. {
  12726. name: "Greater Macro",
  12727. height: math.unit(120, "feet")
  12728. },
  12729. ]
  12730. )
  12731. };
  12732. characterMakers["Aevsivs"] = () => {
  12733. return makeCharacter(
  12734. "Aevsivs",
  12735. "Aevsivs",
  12736. {
  12737. front: {
  12738. height: math.unit(6, "feet"),
  12739. weight: math.unit(100, "lb"),
  12740. name: "Front",
  12741. image: {
  12742. source: "./media/characters/aevsivs/front.svg",
  12743. extra: 1,
  12744. bottom: 0.03
  12745. }
  12746. },
  12747. back: {
  12748. height: math.unit(6, "feet"),
  12749. weight: math.unit(100, "lb"),
  12750. name: "Back",
  12751. image: {
  12752. source: "./media/characters/aevsivs/back.svg"
  12753. }
  12754. },
  12755. },
  12756. [
  12757. {
  12758. name: "Micro",
  12759. height: math.unit(2, "inches"),
  12760. default: true
  12761. },
  12762. {
  12763. name: "Normal",
  12764. height: math.unit(5, "feet")
  12765. },
  12766. ]
  12767. )
  12768. };
  12769. characterMakers["Hildegard"] = () => {
  12770. return makeCharacter(
  12771. "Hildegard",
  12772. "Fidchell",
  12773. {
  12774. front: {
  12775. height: math.unit(5 + 7/12, "feet"),
  12776. weight: math.unit(159, "lb"),
  12777. name: "Front",
  12778. image: {
  12779. source: "./media/characters/hildegard/front.svg",
  12780. extra: 312/286 ,
  12781. bottom: 0.005
  12782. }
  12783. },
  12784. },
  12785. [
  12786. {
  12787. name: "Normal",
  12788. height: math.unit(5 + 7/12, "feet"),
  12789. default: true
  12790. },
  12791. ]
  12792. )
  12793. };
  12794. characterMakers["Bernard & Wilder"] = () => {
  12795. return makeCharacter(
  12796. "Bernard & Wilder",
  12797. "Fidchell",
  12798. {
  12799. bernard: {
  12800. height: math.unit(2 + 7/12, "feet"),
  12801. weight: math.unit(66, "lb"),
  12802. name: "Bernard",
  12803. rename: true,
  12804. image: {
  12805. source: "./media/characters/bernard-wilder/bernard.svg",
  12806. extra: 192/128 ,
  12807. bottom: 0.05
  12808. }
  12809. },
  12810. wilder: {
  12811. height: math.unit(5 + 8/12, "feet"),
  12812. weight: math.unit(143, "lb"),
  12813. name: "Wilder",
  12814. rename: true,
  12815. image: {
  12816. source: "./media/characters/bernard-wilder/wilder.svg",
  12817. extra: 361/312 ,
  12818. bottom: 0.02
  12819. }
  12820. },
  12821. },
  12822. [
  12823. {
  12824. name: "Normal",
  12825. height: math.unit(2 + 7/12, "feet"),
  12826. default: true
  12827. },
  12828. ]
  12829. )
  12830. };
  12831. characterMakers["Hearth"] = () => {
  12832. return makeCharacter(
  12833. "Hearth",
  12834. "Fidchell",
  12835. {
  12836. anthro: {
  12837. height: math.unit(6 + 1/12, "feet"),
  12838. weight: math.unit(155, "lb"),
  12839. name: "Anthro",
  12840. image: {
  12841. source: "./media/characters/hearth/anthro.svg",
  12842. extra: 260/250 ,
  12843. bottom: 0.02
  12844. }
  12845. },
  12846. feral: {
  12847. height: math.unit(3.78, "feet"),
  12848. weight: math.unit(35, "kg"),
  12849. name: "Feral",
  12850. image: {
  12851. source: "./media/characters/hearth/feral.svg",
  12852. extra: 153/135 ,
  12853. bottom: 0.03
  12854. }
  12855. },
  12856. },
  12857. [
  12858. {
  12859. name: "Normal",
  12860. height: math.unit(6 + 1/12, "feet"),
  12861. default: true
  12862. },
  12863. ]
  12864. )
  12865. };
  12866. characterMakers["Ingrid"] = () => {
  12867. return makeCharacter(
  12868. "Ingrid",
  12869. "Fidchell",
  12870. {
  12871. front: {
  12872. height: math.unit(6, "feet"),
  12873. weight: math.unit(182, "lb"),
  12874. name: "Front",
  12875. image: {
  12876. source: "./media/characters/ingrid/front.svg",
  12877. extra: 294/268 ,
  12878. bottom: 0.027
  12879. }
  12880. },
  12881. },
  12882. [
  12883. {
  12884. name: "Normal",
  12885. height: math.unit(6, "feet"),
  12886. default: true
  12887. },
  12888. ]
  12889. )
  12890. };
  12891. characterMakers["Malgam"] = () => {
  12892. return makeCharacter(
  12893. "Malgam",
  12894. "Fidchell",
  12895. {
  12896. eevee: {
  12897. height: math.unit(2 + 10/12, "feet"),
  12898. weight: math.unit(86, "lb"),
  12899. name: "Malgam",
  12900. image: {
  12901. source: "./media/characters/malgam/eevee.svg",
  12902. extra: 218/180 ,
  12903. bottom: 0.2
  12904. }
  12905. },
  12906. sylveon: {
  12907. height: math.unit(4, "feet"),
  12908. weight: math.unit(101, "lb"),
  12909. name: "Future Malgam",
  12910. rename: true,
  12911. image: {
  12912. source: "./media/characters/malgam/sylveon.svg",
  12913. extra: 371/325 ,
  12914. bottom: 0.015
  12915. }
  12916. },
  12917. gigantamax: {
  12918. height: math.unit(50, "feet"),
  12919. name: "Gigantamax Malgam",
  12920. rename: true,
  12921. image: {
  12922. source: "./media/characters/malgam/gigantamax.svg"
  12923. }
  12924. },
  12925. },
  12926. [
  12927. {
  12928. name: "Normal",
  12929. height: math.unit(2 + 10/12, "feet"),
  12930. default: true
  12931. },
  12932. ]
  12933. )
  12934. };
  12935. characterMakers["Fleur"] = () => {
  12936. return makeCharacter(
  12937. "Fleur",
  12938. "Fidchell",
  12939. {
  12940. front: {
  12941. height: math.unit(5 + 11/12, "feet"),
  12942. weight: math.unit(188, "lb"),
  12943. name: "Front",
  12944. image: {
  12945. source: "./media/characters/fleur/front.svg",
  12946. extra: 309/283 ,
  12947. bottom: 0.007
  12948. }
  12949. },
  12950. },
  12951. [
  12952. {
  12953. name: "Normal",
  12954. height: math.unit(5 + 11/12, "feet"),
  12955. default: true
  12956. },
  12957. ]
  12958. )
  12959. };
  12960. characterMakers["Jude"] = () => {
  12961. return makeCharacter(
  12962. "Jude",
  12963. "Fidchell",
  12964. {
  12965. front: {
  12966. height: math.unit(5 + 4/12, "feet"),
  12967. weight: math.unit(122, "lb"),
  12968. name: "Front",
  12969. image: {
  12970. source: "./media/characters/jude/front.svg",
  12971. extra: 288/273 ,
  12972. bottom: 0.03
  12973. }
  12974. },
  12975. },
  12976. [
  12977. {
  12978. name: "Normal",
  12979. height: math.unit(5 + 4/12, "feet"),
  12980. default: true
  12981. },
  12982. ]
  12983. )
  12984. };
  12985. characterMakers["Seara"] = () => {
  12986. return makeCharacter(
  12987. "Seara",
  12988. "Fidchell",
  12989. {
  12990. front: {
  12991. height: math.unit(5 + 11/12, "feet"),
  12992. weight: math.unit(190, "lb"),
  12993. name: "Front",
  12994. image: {
  12995. source: "./media/characters/seara/front.svg",
  12996. extra: 1,
  12997. bottom: 0.05
  12998. }
  12999. },
  13000. },
  13001. [
  13002. {
  13003. name: "Normal",
  13004. height: math.unit(5 + 11/12, "feet"),
  13005. default: true
  13006. },
  13007. ]
  13008. )
  13009. };
  13010. characterMakers["Caspian"] = () => {
  13011. return makeCharacter(
  13012. "Caspian",
  13013. "Fidchell",
  13014. {
  13015. front: {
  13016. height: math.unit(16 + 5/12, "feet"),
  13017. weight: math.unit(524, "lb"),
  13018. name: "Front",
  13019. image: {
  13020. source: "./media/characters/caspian/front.svg",
  13021. extra: 1,
  13022. bottom: 0.04
  13023. }
  13024. },
  13025. },
  13026. [
  13027. {
  13028. name: "Normal",
  13029. height: math.unit(16 + 5/12, "feet"),
  13030. default: true
  13031. },
  13032. ]
  13033. )
  13034. };
  13035. characterMakers["Mika"] = () => {
  13036. return makeCharacter(
  13037. "Mika",
  13038. "Fidchell",
  13039. {
  13040. front: {
  13041. height: math.unit(5 + 7/12, "feet"),
  13042. weight: math.unit(170, "lb"),
  13043. name: "Front",
  13044. image: {
  13045. source: "./media/characters/mika/front.svg",
  13046. extra: 1,
  13047. bottom: 0.016
  13048. }
  13049. },
  13050. },
  13051. [
  13052. {
  13053. name: "Normal",
  13054. height: math.unit(5 + 7/12, "feet"),
  13055. default: true
  13056. },
  13057. ]
  13058. )
  13059. };
  13060. characterMakers["Sol"] = () => {
  13061. return makeCharacter(
  13062. "Sol",
  13063. "Fidchell",
  13064. {
  13065. front: {
  13066. height: math.unit(6 + 2/12, "feet"),
  13067. weight: math.unit(268, "lb"),
  13068. name: "Front",
  13069. image: {
  13070. source: "./media/characters/sol/front.svg",
  13071. extra: 247/231 ,
  13072. bottom: 0.05
  13073. }
  13074. },
  13075. },
  13076. [
  13077. {
  13078. name: "Normal",
  13079. height: math.unit(6 + 2/12, "feet"),
  13080. default: true
  13081. },
  13082. ]
  13083. )
  13084. };
  13085. characterMakers["Umiko"] = () => {
  13086. return makeCharacter(
  13087. "Umiko",
  13088. "Fidchell",
  13089. {
  13090. buizel: {
  13091. height: math.unit(2 + 5/12, "feet"),
  13092. weight: math.unit(87, "lb"),
  13093. name: "Buizel",
  13094. image: {
  13095. source: "./media/characters/umiko/buizel.svg",
  13096. extra: 172/157 ,
  13097. bottom: 0.01
  13098. }
  13099. },
  13100. floatzel: {
  13101. height: math.unit(5 + 9/12, "feet"),
  13102. weight: math.unit(250, "lb"),
  13103. name: "Floatzel",
  13104. image: {
  13105. source: "./media/characters/umiko/floatzel.svg",
  13106. extra: 262/248
  13107. }
  13108. },
  13109. },
  13110. [
  13111. {
  13112. name: "Normal",
  13113. height: math.unit(2 + 5/12, "feet"),
  13114. default: true
  13115. },
  13116. ]
  13117. )
  13118. };
  13119. characterMakers["Iliac"] = () => {
  13120. return makeCharacter(
  13121. "Iliac",
  13122. "Fidchell",
  13123. {
  13124. front: {
  13125. height: math.unit(6 + 2/12, "feet"),
  13126. weight: math.unit(146, "lb"),
  13127. name: "Front",
  13128. image: {
  13129. source: "./media/characters/iliac/front.svg",
  13130. extra: 389/365 ,
  13131. bottom: 0.035
  13132. }
  13133. },
  13134. },
  13135. [
  13136. {
  13137. name: "Normal",
  13138. height: math.unit(6 + 2/12, "feet"),
  13139. default: true
  13140. },
  13141. ]
  13142. )
  13143. };
  13144. characterMakers["Topaz"] = () => {
  13145. return makeCharacter(
  13146. "Topaz",
  13147. "Fidchell",
  13148. {
  13149. front: {
  13150. height: math.unit(6, "feet"),
  13151. weight: math.unit(170, "lb"),
  13152. name: "Front",
  13153. image: {
  13154. source: "./media/characters/topaz/front.svg",
  13155. extra: 317/303 ,
  13156. bottom: 0.055
  13157. }
  13158. },
  13159. },
  13160. [
  13161. {
  13162. name: "Normal",
  13163. height: math.unit(6, "feet"),
  13164. default: true
  13165. },
  13166. ]
  13167. )
  13168. };
  13169. characterMakers["Gabriel"] = () => {
  13170. return makeCharacter(
  13171. "Gabriel",
  13172. "Fidchell",
  13173. {
  13174. front: {
  13175. height: math.unit(5 + 11/12, "feet"),
  13176. weight: math.unit(144, "lb"),
  13177. name: "Front",
  13178. image: {
  13179. source: "./media/characters/gabriel/front.svg",
  13180. extra: 285/262 ,
  13181. bottom: 0.004
  13182. }
  13183. },
  13184. },
  13185. [
  13186. {
  13187. name: "Normal",
  13188. height: math.unit(5 + 11/12, "feet"),
  13189. default: true
  13190. },
  13191. ]
  13192. )
  13193. };
  13194. characterMakers["Tempest (Suicune)"] = () => {
  13195. return makeCharacter(
  13196. "Tempest (Suicune)",
  13197. "Fidchell",
  13198. {
  13199. side: {
  13200. height: math.unit(6 + 5/12, "feet"),
  13201. weight: math.unit(300, "lb"),
  13202. name: "Side",
  13203. image: {
  13204. source: "./media/characters/tempest-suicune/side.svg",
  13205. extra: 195/154 ,
  13206. bottom: 0.04
  13207. }
  13208. },
  13209. },
  13210. [
  13211. {
  13212. name: "Normal",
  13213. height: math.unit(6 + 5/12, "feet"),
  13214. default: true
  13215. },
  13216. ]
  13217. )
  13218. };
  13219. characterMakers["Vulcan"] = () => {
  13220. return makeCharacter(
  13221. "Vulcan",
  13222. "Fidchell",
  13223. {
  13224. front: {
  13225. height: math.unit(7 + 2/12, "feet"),
  13226. weight: math.unit(322, "lb"),
  13227. name: "Front",
  13228. image: {
  13229. source: "./media/characters/vulcan/front.svg",
  13230. extra: 154/147 ,
  13231. bottom: 0.04
  13232. }
  13233. },
  13234. },
  13235. [
  13236. {
  13237. name: "Normal",
  13238. height: math.unit(7 + 2/12, "feet"),
  13239. default: true
  13240. },
  13241. ]
  13242. )
  13243. };
  13244. characterMakers["Gault"] = () => {
  13245. return makeCharacter(
  13246. "Gault",
  13247. "Fidchell",
  13248. {
  13249. front: {
  13250. height: math.unit(5 + 10/12, "feet"),
  13251. weight: math.unit(264, "lb"),
  13252. name: "Front",
  13253. image: {
  13254. source: "./media/characters/gault/front.svg",
  13255. extra: 161/140 ,
  13256. bottom: 0.028
  13257. }
  13258. },
  13259. },
  13260. [
  13261. {
  13262. name: "Normal",
  13263. height: math.unit(5 + 10/12, "feet"),
  13264. default: true
  13265. },
  13266. ]
  13267. )
  13268. };
  13269. characterMakers["Shard"] = () => {
  13270. return makeCharacter(
  13271. "Shard",
  13272. "Fidchell",
  13273. {
  13274. front: {
  13275. height: math.unit(6, "feet"),
  13276. weight: math.unit(150, "lb"),
  13277. name: "Front",
  13278. image: {
  13279. source: "./media/characters/shard/front.svg",
  13280. extra: 273/238 ,
  13281. bottom: 0.02
  13282. }
  13283. },
  13284. },
  13285. [
  13286. {
  13287. name: "Normal",
  13288. height: math.unit(3 + 6/12, "feet"),
  13289. default: true
  13290. },
  13291. ]
  13292. )
  13293. };
  13294. characterMakers["Ashe"] = () => {
  13295. return makeCharacter(
  13296. "Ashe",
  13297. "Fidchell",
  13298. {
  13299. front: {
  13300. height: math.unit(5 + 11/12, "feet"),
  13301. weight: math.unit(146, "lb"),
  13302. name: "Front",
  13303. image: {
  13304. source: "./media/characters/ashe/front.svg",
  13305. extra: 400/373 ,
  13306. bottom: 0.01
  13307. }
  13308. },
  13309. },
  13310. [
  13311. {
  13312. name: "Normal",
  13313. height: math.unit(5 + 11/12, "feet"),
  13314. default: true
  13315. },
  13316. ]
  13317. )
  13318. };
  13319. characterMakers["Beatrix"] = () => {
  13320. return makeCharacter(
  13321. "Beatrix",
  13322. "Fidchell",
  13323. {
  13324. front: {
  13325. height: math.unit(5 + 5/12, "feet"),
  13326. weight: math.unit(135, "lb"),
  13327. name: "Front",
  13328. image: {
  13329. source: "./media/characters/beatrix/front.svg",
  13330. extra: 392/379 ,
  13331. bottom: 0.01
  13332. }
  13333. },
  13334. },
  13335. [
  13336. {
  13337. name: "Normal",
  13338. height: math.unit(6, "feet"),
  13339. default: true
  13340. },
  13341. ]
  13342. )
  13343. };
  13344. characterMakers["Ignatius"] = () => {
  13345. return makeCharacter(
  13346. "Ignatius",
  13347. "Fidchell",
  13348. {
  13349. front: {
  13350. height: math.unit(6, "feet"),
  13351. weight: math.unit(150, "lb"),
  13352. name: "Front",
  13353. image: {
  13354. source: "./media/characters/ignatius/front.svg",
  13355. extra: 245/222 ,
  13356. bottom: 0.01
  13357. }
  13358. },
  13359. },
  13360. [
  13361. {
  13362. name: "Normal",
  13363. height: math.unit(5 + 5/12, "feet"),
  13364. default: true
  13365. },
  13366. ]
  13367. )
  13368. };
  13369. characterMakers["Mei Li"] = () => {
  13370. return makeCharacter(
  13371. "Mei Li",
  13372. "Fidchell",
  13373. {
  13374. front: {
  13375. height: math.unit(6 + 2/12, "feet"),
  13376. weight: math.unit(138, "lb"),
  13377. name: "Front",
  13378. image: {
  13379. source: "./media/characters/mei-li/front.svg",
  13380. extra: 237/229 ,
  13381. bottom: 0.03
  13382. }
  13383. },
  13384. },
  13385. [
  13386. {
  13387. name: "Normal",
  13388. height: math.unit(6 + 2/12, "feet"),
  13389. default: true
  13390. },
  13391. ]
  13392. )
  13393. };
  13394. characterMakers["Puru"] = () => {
  13395. return makeCharacter(
  13396. "Puru",
  13397. "Fidchell",
  13398. {
  13399. front: {
  13400. height: math.unit(2 + 4/12, "feet"),
  13401. weight: math.unit(62, "lb"),
  13402. name: "Front",
  13403. image: {
  13404. source: "./media/characters/puru/front.svg",
  13405. extra: 206/149 ,
  13406. bottom: 0.06
  13407. }
  13408. },
  13409. },
  13410. [
  13411. {
  13412. name: "Normal",
  13413. height: math.unit(2 + 4/12, "feet"),
  13414. default: true
  13415. },
  13416. ]
  13417. )
  13418. };
  13419. characterMakers["Kee"] = () => {
  13420. return makeCharacter(
  13421. "Kee",
  13422. "AardwolfKee",
  13423. {
  13424. taur: {
  13425. height: math.unit(11, "feet"),
  13426. weight: math.unit(500, "lb"),
  13427. name: "Taur",
  13428. image: {
  13429. source: "./media/characters/kee/taur.svg",
  13430. extra: 1,
  13431. bottom: 0.04
  13432. }
  13433. },
  13434. },
  13435. [
  13436. {
  13437. name: "Normal",
  13438. height: math.unit(11, "feet"),
  13439. default: true
  13440. },
  13441. ]
  13442. )
  13443. };
  13444. characterMakers["Cobalt (Dracha)"] = () => {
  13445. return makeCharacter(
  13446. "Cobalt (Dracha)",
  13447. "Fidchell",
  13448. {
  13449. anthro: {
  13450. height: math.unit(7, "feet"),
  13451. weight: math.unit(190, "lb"),
  13452. name: "Anthro",
  13453. image: {
  13454. source: "./media/characters/cobalt-dracha/anthro.svg",
  13455. extra: 231/225 ,
  13456. bottom: 0.04
  13457. }
  13458. },
  13459. feral: {
  13460. height: math.unit(9 + 7/12, "feet"),
  13461. weight: math.unit(294, "lb"),
  13462. name: "Feral",
  13463. image: {
  13464. source: "./media/characters/cobalt-dracha/feral.svg",
  13465. extra: 692/633 ,
  13466. bottom: 0.05
  13467. }
  13468. },
  13469. },
  13470. [
  13471. {
  13472. name: "Normal",
  13473. height: math.unit(7, "feet"),
  13474. default: true
  13475. },
  13476. ]
  13477. )
  13478. };
  13479. characterMakers["Java"] = () => {
  13480. return makeCharacter(
  13481. "Java",
  13482. "Fidchell",
  13483. {
  13484. fallen: {
  13485. height: math.unit(11 + 8/12, "feet"),
  13486. weight: math.unit(485, "lb"),
  13487. name: "Java (Fallen)",
  13488. rename: true,
  13489. image: {
  13490. source: "./media/characters/java/fallen.svg",
  13491. extra: 226/208 ,
  13492. bottom: 0.005
  13493. }
  13494. },
  13495. godkin: {
  13496. height: math.unit(10 + 6/12, "feet"),
  13497. weight: math.unit(328, "lb"),
  13498. name: "Java (Godkin)",
  13499. rename: true,
  13500. image: {
  13501. source: "./media/characters/java/godkin.svg",
  13502. extra: 270/262 ,
  13503. bottom: 0.02
  13504. }
  13505. },
  13506. },
  13507. [
  13508. {
  13509. name: "Normal",
  13510. height: math.unit(11 + 8/12, "feet"),
  13511. default: true
  13512. },
  13513. ]
  13514. )
  13515. };
  13516. characterMakers["Skoll"] = () => {
  13517. return makeCharacter(
  13518. "Skoll",
  13519. "Fidchell",
  13520. {
  13521. front: {
  13522. height: math.unit(7 + 8/12, "feet"),
  13523. weight: math.unit(320, "lb"),
  13524. name: "Front",
  13525. image: {
  13526. source: "./media/characters/skoll/front.svg",
  13527. extra: 232/220 ,
  13528. bottom: 0.02
  13529. }
  13530. },
  13531. },
  13532. [
  13533. {
  13534. name: "Normal",
  13535. height: math.unit(7 + 8/12, "feet"),
  13536. default: true
  13537. },
  13538. ]
  13539. )
  13540. };
  13541. characterMakers["Purna"] = () => {
  13542. return makeCharacter(
  13543. "Purna",
  13544. "Fidchell",
  13545. {
  13546. front: {
  13547. height: math.unit(5 + 9/12, "feet"),
  13548. weight: math.unit(170, "lb"),
  13549. name: "Front",
  13550. image: {
  13551. source: "./media/characters/purna/front.svg",
  13552. extra: 239/229 ,
  13553. bottom: 0.01
  13554. }
  13555. },
  13556. },
  13557. [
  13558. {
  13559. name: "Normal",
  13560. height: math.unit(5 + 9/12, "feet"),
  13561. default: true
  13562. },
  13563. ]
  13564. )
  13565. };
  13566. characterMakers["Kuva"] = () => {
  13567. return makeCharacter(
  13568. "Kuva",
  13569. "Fidchell",
  13570. {
  13571. front: {
  13572. height: math.unit(5 + 9/12, "feet"),
  13573. weight: math.unit(142, "lb"),
  13574. name: "Front",
  13575. image: {
  13576. source: "./media/characters/kuva/front.svg",
  13577. extra: 281/271 ,
  13578. bottom: 0.006
  13579. }
  13580. },
  13581. },
  13582. [
  13583. {
  13584. name: "Normal",
  13585. height: math.unit(5 + 9/12, "feet"),
  13586. default: true
  13587. },
  13588. ]
  13589. )
  13590. };
  13591. characterMakers["Embra"] = () => {
  13592. return makeCharacter(
  13593. "Embra",
  13594. "Fidchell",
  13595. {
  13596. anthro: {
  13597. height: math.unit(9 + 2/12, "feet"),
  13598. weight: math.unit(270, "lb"),
  13599. name: "Anthro",
  13600. image: {
  13601. source: "./media/characters/embra/anthro.svg",
  13602. extra: 200/187 ,
  13603. bottom: 0.02
  13604. }
  13605. },
  13606. feral: {
  13607. height: math.unit(18 + 8/12, "feet"),
  13608. weight: math.unit(576, "lb"),
  13609. name: "Feral",
  13610. image: {
  13611. source: "./media/characters/embra/feral.svg",
  13612. extra: 152/137 ,
  13613. bottom: 0.037
  13614. }
  13615. },
  13616. },
  13617. [
  13618. {
  13619. name: "Normal",
  13620. height: math.unit(9 + 2/12, "feet"),
  13621. default: true
  13622. },
  13623. ]
  13624. )
  13625. };
  13626. characterMakers["Grottos"] = () => {
  13627. return makeCharacter(
  13628. "Grottos",
  13629. "Fidchell",
  13630. {
  13631. anthro: {
  13632. height: math.unit(10 + 9/12, "feet"),
  13633. weight: math.unit(224, "lb"),
  13634. name: "Anthro",
  13635. image: {
  13636. source: "./media/characters/grottos/anthro.svg",
  13637. extra: 350/332 ,
  13638. bottom: 0.045
  13639. }
  13640. },
  13641. feral: {
  13642. height: math.unit(20 + 7/12, "feet"),
  13643. weight: math.unit(629, "lb"),
  13644. name: "Feral",
  13645. image: {
  13646. source: "./media/characters/grottos/feral.svg",
  13647. extra: 207/190 ,
  13648. bottom: 0.05
  13649. }
  13650. },
  13651. },
  13652. [
  13653. {
  13654. name: "Normal",
  13655. height: math.unit(10 + 9/12, "feet"),
  13656. default: true
  13657. },
  13658. ]
  13659. )
  13660. };
  13661. characterMakers["Frifna"] = () => {
  13662. return makeCharacter(
  13663. "Frifna",
  13664. "Fidchell",
  13665. {
  13666. anthro: {
  13667. height: math.unit(9 + 6/12, "feet"),
  13668. weight: math.unit(298, "lb"),
  13669. name: "Anthro",
  13670. image: {
  13671. source: "./media/characters/frifna/anthro.svg",
  13672. extra: 282/269 ,
  13673. bottom: 0.015
  13674. }
  13675. },
  13676. feral: {
  13677. height: math.unit(16 + 2/12, "feet"),
  13678. weight: math.unit(624, "lb"),
  13679. name: "Feral",
  13680. image: {
  13681. source: "./media/characters/frifna/feral.svg"
  13682. }
  13683. },
  13684. },
  13685. [
  13686. {
  13687. name: "Normal",
  13688. height: math.unit(9 + 6/12, "feet"),
  13689. default: true
  13690. },
  13691. ]
  13692. )
  13693. };
  13694. characterMakers["Elise"] = () => {
  13695. return makeCharacter(
  13696. "Elise",
  13697. "Fidchell",
  13698. {
  13699. front: {
  13700. height: math.unit(6 + 2/12, "feet"),
  13701. weight: math.unit(168, "lb"),
  13702. name: "Front",
  13703. image: {
  13704. source: "./media/characters/elise/front.svg",
  13705. extra: 276/271
  13706. }
  13707. },
  13708. },
  13709. [
  13710. {
  13711. name: "Normal",
  13712. height: math.unit(6 + 2/12, "feet"),
  13713. default: true
  13714. },
  13715. ]
  13716. )
  13717. };
  13718. characterMakers["Glade"] = () => {
  13719. return makeCharacter(
  13720. "Glade",
  13721. "Fidchell",
  13722. {
  13723. front: {
  13724. height: math.unit(5 + 10/12, "feet"),
  13725. weight: math.unit(210, "lb"),
  13726. name: "Front",
  13727. image: {
  13728. source: "./media/characters/glade/front.svg",
  13729. extra: 258/247 ,
  13730. bottom: 0.008
  13731. }
  13732. },
  13733. },
  13734. [
  13735. {
  13736. name: "Normal",
  13737. height: math.unit(5 + 10/12, "feet"),
  13738. default: true
  13739. },
  13740. ]
  13741. )
  13742. };
  13743. characterMakers["Rina"] = () => {
  13744. return makeCharacter(
  13745. "Rina",
  13746. "Fidchell",
  13747. {
  13748. front: {
  13749. height: math.unit(5 + 10/12, "feet"),
  13750. weight: math.unit(129, "lb"),
  13751. name: "Front",
  13752. image: {
  13753. source: "./media/characters/rina/front.svg",
  13754. extra: 266/255 ,
  13755. bottom: 0.005
  13756. }
  13757. },
  13758. },
  13759. [
  13760. {
  13761. name: "Normal",
  13762. height: math.unit(5 + 10/12, "feet"),
  13763. default: true
  13764. },
  13765. ]
  13766. )
  13767. };
  13768. characterMakers["Veronica"] = () => {
  13769. return makeCharacter(
  13770. "Veronica",
  13771. "Fidchell",
  13772. {
  13773. front: {
  13774. height: math.unit(6 + 1/12, "feet"),
  13775. weight: math.unit(192, "lb"),
  13776. name: "Front",
  13777. image: {
  13778. source: "./media/characters/veronica/front.svg",
  13779. extra: 319/309 ,
  13780. bottom: 0.005
  13781. }
  13782. },
  13783. },
  13784. [
  13785. {
  13786. name: "Normal",
  13787. height: math.unit(6 + 1/12, "feet"),
  13788. default: true
  13789. },
  13790. ]
  13791. )
  13792. };
  13793. characterMakers["Braxton"] = () => {
  13794. return makeCharacter(
  13795. "Braxton",
  13796. "jdolbear",
  13797. {
  13798. front: {
  13799. height: math.unit(9 + 3/12, "feet"),
  13800. weight: math.unit(1100, "lb"),
  13801. name: "Front",
  13802. image: {
  13803. source: "./media/characters/braxton/front.svg",
  13804. extra: 1057/984 ,
  13805. bottom: 0.05
  13806. }
  13807. },
  13808. },
  13809. [
  13810. {
  13811. name: "Normal",
  13812. height: math.unit(9 + 3/12, "feet")
  13813. },
  13814. {
  13815. name: "Giant",
  13816. height: math.unit(300, "feet"),
  13817. default: true
  13818. },
  13819. {
  13820. name: "Macro",
  13821. height: math.unit(700, "feet")
  13822. },
  13823. {
  13824. name: "Megamacro",
  13825. height: math.unit(6000, "feet")
  13826. },
  13827. ]
  13828. )
  13829. };
  13830. characterMakers["Blue Feyonics"] = () => {
  13831. return makeCharacter(
  13832. "Blue Feyonics",
  13833. "bluefiremarkii",
  13834. {
  13835. front: {
  13836. height: math.unit(6 + 7/12, "feet"),
  13837. weight: math.unit(150, "lb"),
  13838. name: "Front",
  13839. image: {
  13840. source: "./media/characters/blue-feyonics/front.svg",
  13841. extra: 1403/1306 ,
  13842. bottom: 0.047
  13843. }
  13844. },
  13845. },
  13846. [
  13847. {
  13848. name: "Normal",
  13849. height: math.unit(6 + 7/12, "feet"),
  13850. default: true
  13851. },
  13852. ]
  13853. )
  13854. };
  13855. characterMakers["Maxwell"] = () => {
  13856. return makeCharacter(
  13857. "Maxwell",
  13858. "Ruby_02",
  13859. {
  13860. front: {
  13861. height: math.unit(1.8, "meters"),
  13862. weight: math.unit(60, "kg"),
  13863. name: "Front",
  13864. image: {
  13865. source: "./media/characters/maxwell/front.svg",
  13866. extra: 2060/1873
  13867. }
  13868. },
  13869. },
  13870. [
  13871. {
  13872. name: "Micro",
  13873. height: math.unit(1, "mm")
  13874. },
  13875. {
  13876. name: "Normal",
  13877. height: math.unit(1.8, "meter"),
  13878. default: true
  13879. },
  13880. {
  13881. name: "Macro",
  13882. height: math.unit(30, "meters")
  13883. },
  13884. {
  13885. name: "Megamacro",
  13886. height: math.unit(10, "km")
  13887. },
  13888. ]
  13889. )
  13890. };
  13891. characterMakers["Jack"] = () => {
  13892. return makeCharacter(
  13893. "Jack",
  13894. "Jasmith",
  13895. {
  13896. front: {
  13897. height: math.unit(6, "feet"),
  13898. weight: math.unit(150, "lb"),
  13899. name: "Front",
  13900. image: {
  13901. source: "./media/characters/jack/front.svg",
  13902. extra: 1754/1640,
  13903. bottom: 0.01
  13904. }
  13905. },
  13906. },
  13907. [
  13908. {
  13909. name: "Normal",
  13910. height: math.unit(80000, "feet"),
  13911. default: true
  13912. },
  13913. {
  13914. name: "Max size",
  13915. height: math.unit(10, "lightyears")
  13916. },
  13917. ]
  13918. )
  13919. };
  13920. characterMakers["Cafat"] = () => {
  13921. return makeCharacter(
  13922. "Cafat",
  13923. "Dalken",
  13924. {
  13925. upright: {
  13926. height: math.unit(7, "feet"),
  13927. weight: math.unit(170, "lb"),
  13928. name: "Upright",
  13929. image: {
  13930. source: "./media/characters/cafat/upright.svg",
  13931. bottom: 0.01
  13932. }
  13933. },
  13934. uprightFull: {
  13935. height: math.unit(7, "feet"),
  13936. weight: math.unit(170, "lb"),
  13937. name: "Upright (Full)",
  13938. image: {
  13939. source: "./media/characters/cafat/upright-full.svg",
  13940. bottom: 0.01
  13941. }
  13942. },
  13943. side: {
  13944. height: math.unit(5, "feet"),
  13945. weight: math.unit(150, "lb"),
  13946. name: "Side",
  13947. image: {
  13948. source: "./media/characters/cafat/side.svg"
  13949. }
  13950. },
  13951. },
  13952. [
  13953. {
  13954. name: "Small",
  13955. height: math.unit(7, "feet"),
  13956. default: true
  13957. },
  13958. {
  13959. name: "Large",
  13960. height: math.unit(15.5, "feet")
  13961. },
  13962. ]
  13963. )
  13964. };
  13965. characterMakers["Verin Raharra"] = () => {
  13966. return makeCharacter(
  13967. "Verin Raharra",
  13968. "Virgo113",
  13969. {
  13970. front: {
  13971. height: math.unit(6, "feet"),
  13972. weight: math.unit(150, "lb"),
  13973. name: "Front",
  13974. image: {
  13975. source: "./media/characters/verin-raharra/front.svg",
  13976. extra: 5019/4835,
  13977. bottom: 0.023
  13978. }
  13979. },
  13980. },
  13981. [
  13982. {
  13983. name: "Normal",
  13984. height: math.unit(7 + 5/12, "feet")
  13985. },
  13986. {
  13987. name: "Upsized",
  13988. height: math.unit(20, "feet")
  13989. },
  13990. ]
  13991. )
  13992. };
  13993. characterMakers["Nakata"] = () => {
  13994. return makeCharacter(
  13995. "Nakata",
  13996. "Dalken",
  13997. {
  13998. front: {
  13999. height: math.unit(7, "feet"),
  14000. weight: math.unit(230, "lb"),
  14001. name: "Front",
  14002. image: {
  14003. source: "./media/characters/nakata/front.svg",
  14004. extra: 1.005,
  14005. bottom: 0.01
  14006. }
  14007. },
  14008. },
  14009. [
  14010. {
  14011. name: "Normal",
  14012. height: math.unit(7, "feet"),
  14013. default: true
  14014. },
  14015. {
  14016. name: "Big",
  14017. height: math.unit(14, "feet")
  14018. },
  14019. {
  14020. name: "Macro",
  14021. height: math.unit(400, "feet")
  14022. },
  14023. ]
  14024. )
  14025. };
  14026. characterMakers["Lily"] = () => {
  14027. return makeCharacter(
  14028. "Lily",
  14029. "nexcg",
  14030. {
  14031. front: {
  14032. height: math.unit(4.91, "feet"),
  14033. weight: math.unit(100, "lb"),
  14034. name: "Front",
  14035. image: {
  14036. source: "./media/characters/lily/front.svg",
  14037. extra: 1585/1415,
  14038. bottom: 0.02
  14039. }
  14040. },
  14041. },
  14042. [
  14043. {
  14044. name: "Normal",
  14045. height: math.unit(4.91, "feet")
  14046. },
  14047. ]
  14048. )
  14049. };
  14050. characterMakers["Sheila"] = () => {
  14051. return makeCharacter(
  14052. "Sheila",
  14053. "Miststalker",
  14054. {
  14055. laying: {
  14056. height: math.unit(4 + 4/12, "feet"),
  14057. weight: math.unit(600, "lb"),
  14058. name: "Laying",
  14059. image: {
  14060. source: "./media/characters/sheila/laying.svg",
  14061. extra: 1333/1265,
  14062. bottom: 0.16
  14063. }
  14064. },
  14065. },
  14066. [
  14067. {
  14068. name: "Normal",
  14069. height: math.unit(4 + 4/12, "feet")
  14070. },
  14071. ]
  14072. )
  14073. };
  14074. characterMakers["Sax"] = () => {
  14075. return makeCharacter(
  14076. "Sax",
  14077. "Counts-His-Toes",
  14078. {
  14079. front: {
  14080. height: math.unit(6, "feet"),
  14081. weight: math.unit(190, "lb"),
  14082. name: "Front",
  14083. image: {
  14084. source: "./media/characters/sax/front.svg",
  14085. extra: 1187/973,
  14086. bottom: 0.042
  14087. }
  14088. },
  14089. },
  14090. [
  14091. {
  14092. name: "Micro",
  14093. height: math.unit(4, "inches"),
  14094. default: true
  14095. },
  14096. ]
  14097. )
  14098. };
  14099. characterMakers["Pandora"] = () => {
  14100. return makeCharacter(
  14101. "Pandora",
  14102. "Pandora's Fox",
  14103. {
  14104. front: {
  14105. height: math.unit(6, "feet"),
  14106. weight: math.unit(150, "lb"),
  14107. name: "Front",
  14108. image: {
  14109. source: "./media/characters/pandora/front.svg",
  14110. extra: 2720/2556,
  14111. bottom: 0.015
  14112. }
  14113. },
  14114. back: {
  14115. height: math.unit(6, "feet"),
  14116. weight: math.unit(150, "lb"),
  14117. name: "Back",
  14118. image: {
  14119. source: "./media/characters/pandora/back.svg",
  14120. extra: 2720/2556,
  14121. bottom: 0.01
  14122. }
  14123. },
  14124. beans: {
  14125. height: math.unit(6/8, "feet"),
  14126. name: "Beans",
  14127. image: {
  14128. source: "./media/characters/pandora/beans.svg"
  14129. }
  14130. },
  14131. skirt: {
  14132. height: math.unit(6, "feet"),
  14133. weight: math.unit(150, "lb"),
  14134. name: "Skirt",
  14135. image: {
  14136. source: "./media/characters/pandora/skirt.svg",
  14137. extra: 1622/1525,
  14138. bottom: 0.015
  14139. }
  14140. },
  14141. hoodie: {
  14142. height: math.unit(6, "feet"),
  14143. weight: math.unit(150, "lb"),
  14144. name: "Hoodie",
  14145. image: {
  14146. source: "./media/characters/pandora/hoodie.svg",
  14147. extra: 1622/1525,
  14148. bottom: 0.015
  14149. }
  14150. },
  14151. casual: {
  14152. height: math.unit(6, "feet"),
  14153. weight: math.unit(150, "lb"),
  14154. name: "Casual",
  14155. image: {
  14156. source: "./media/characters/pandora/casual.svg",
  14157. extra: 1622/1525,
  14158. bottom: 0.015
  14159. }
  14160. },
  14161. },
  14162. [
  14163. {
  14164. name: "Normal",
  14165. height: math.unit(6, "feet")
  14166. },
  14167. {
  14168. name: "Big Steppy",
  14169. height: math.unit(1, "km"),
  14170. default: true
  14171. },
  14172. ]
  14173. )
  14174. };
  14175. characterMakers["Venio Darcony"] = () => {
  14176. return makeCharacter(
  14177. "Venio Darcony",
  14178. "redblackdragon",
  14179. {
  14180. side: {
  14181. height: math.unit(10, "feet"),
  14182. weight: math.unit(800, "kg"),
  14183. name: "Side",
  14184. image: {
  14185. source: "./media/characters/venio-darcony/side.svg",
  14186. extra: 1373/1003,
  14187. bottom: 0.037
  14188. }
  14189. },
  14190. front: {
  14191. height: math.unit(19, "feet"),
  14192. weight: math.unit(800, "kg"),
  14193. name: "Front",
  14194. image: {
  14195. source: "./media/characters/venio-darcony/front.svg"
  14196. }
  14197. },
  14198. back: {
  14199. height: math.unit(19, "feet"),
  14200. weight: math.unit(800, "kg"),
  14201. name: "Back",
  14202. image: {
  14203. source: "./media/characters/venio-darcony/back.svg"
  14204. }
  14205. },
  14206. },
  14207. [
  14208. {
  14209. name: "Normal",
  14210. height: math.unit(10, "feet")
  14211. },
  14212. {
  14213. name: "Macro",
  14214. height: math.unit(130, "feet")
  14215. },
  14216. {
  14217. name: "Macro+",
  14218. height: math.unit(240, "feet")
  14219. },
  14220. ]
  14221. )
  14222. };
  14223. characterMakers["Veski"] = () => {
  14224. return makeCharacter(
  14225. "Veski",
  14226. "Veski",
  14227. {
  14228. front: {
  14229. height: math.unit(6, "feet"),
  14230. weight: math.unit(150, "lb"),
  14231. name: "Front",
  14232. image: {
  14233. source: "./media/characters/veski/front.svg",
  14234. extra: 1299/1225,
  14235. bottom: 0.04
  14236. }
  14237. },
  14238. back: {
  14239. height: math.unit(6, "feet"),
  14240. weight: math.unit(150, "lb"),
  14241. name: "Back",
  14242. image: {
  14243. source: "./media/characters/veski/back.svg",
  14244. extra: 1299/1225,
  14245. bottom: 0.008
  14246. }
  14247. },
  14248. maw: {
  14249. height: math.unit(1.5 * 1.21, "feet"),
  14250. name: "Maw",
  14251. image: {
  14252. source: "./media/characters/veski/maw.svg"
  14253. }
  14254. },
  14255. },
  14256. [
  14257. {
  14258. name: "Macro",
  14259. height: math.unit(2, "km"),
  14260. default: true
  14261. },
  14262. ]
  14263. )
  14264. };
  14265. characterMakers["Isabelle"] = () => {
  14266. return makeCharacter(
  14267. "Isabelle",
  14268. "evilwithin",
  14269. {
  14270. front: {
  14271. height: math.unit(5 + 7/12, "feet"),
  14272. name: "Front",
  14273. image: {
  14274. source: "./media/characters/isabelle/front.svg",
  14275. extra: 2130/1976,
  14276. bottom: 0.05
  14277. }
  14278. },
  14279. },
  14280. [
  14281. {
  14282. name: "Supermicro",
  14283. height: math.unit(10, "micrometers")
  14284. },
  14285. {
  14286. name: "Micro",
  14287. height: math.unit(1, "inch")
  14288. },
  14289. {
  14290. name: "Tiny",
  14291. height: math.unit(5, "inches")
  14292. },
  14293. {
  14294. name: "Standard",
  14295. height: math.unit(5 + 7/12, "inches")
  14296. },
  14297. {
  14298. name: "Macro",
  14299. height: math.unit(80, "meters"),
  14300. default: true
  14301. },
  14302. {
  14303. name: "Megamacro",
  14304. height: math.unit(250, "meters")
  14305. },
  14306. {
  14307. name: "Gigamacro",
  14308. height: math.unit(5, "km")
  14309. },
  14310. {
  14311. name: "Cosmic",
  14312. height: math.unit(2.5e6, "miles")
  14313. },
  14314. ]
  14315. )
  14316. };
  14317. characterMakers["Hanzo"] = () => {
  14318. return makeCharacter(
  14319. "Hanzo",
  14320. "dragondruid",
  14321. {
  14322. front: {
  14323. height: math.unit(6, "feet"),
  14324. weight: math.unit(150, "lb"),
  14325. name: "Front",
  14326. image: {
  14327. source: "./media/characters/hanzo/front.svg",
  14328. extra: 374/344,
  14329. bottom: 0.02
  14330. }
  14331. },
  14332. },
  14333. [
  14334. {
  14335. name: "Normal",
  14336. height: math.unit(8, "feet"),
  14337. default: true
  14338. },
  14339. ]
  14340. )
  14341. };
  14342. characterMakers["Anna"] = () => {
  14343. return makeCharacter(
  14344. "Anna",
  14345. "dragondruid",
  14346. {
  14347. front: {
  14348. height: math.unit(7, "feet"),
  14349. weight: math.unit(130, "lb"),
  14350. name: "Front",
  14351. image: {
  14352. source: "./media/characters/anna/front.svg",
  14353. extra: 169/145,
  14354. bottom: 0.06
  14355. }
  14356. },
  14357. full: {
  14358. height: math.unit(4.96, "feet"),
  14359. weight: math.unit(220, "lb"),
  14360. name: "Full",
  14361. image: {
  14362. source: "./media/characters/anna/full.svg",
  14363. extra: 138/114,
  14364. bottom: 0.15
  14365. }
  14366. },
  14367. tongue: {
  14368. height: math.unit(2.53, "feet"),
  14369. name: "Tongue",
  14370. image: {
  14371. source: "./media/characters/anna/tongue.svg"
  14372. }
  14373. },
  14374. },
  14375. [
  14376. {
  14377. name: "Normal",
  14378. height: math.unit(7, "feet"),
  14379. default: true
  14380. },
  14381. ]
  14382. )
  14383. };
  14384. characterMakers["Ian Corvid"] = () => {
  14385. return makeCharacter(
  14386. "Ian Corvid",
  14387. "IanCorvid",
  14388. {
  14389. front: {
  14390. height: math.unit(7, "feet"),
  14391. weight: math.unit(150, "lb"),
  14392. name: "Front",
  14393. image: {
  14394. source: "./media/characters/ian-corvid/front.svg",
  14395. extra: 150/142,
  14396. bottom: 0.02
  14397. }
  14398. },
  14399. back: {
  14400. height: math.unit(7, "feet"),
  14401. weight: math.unit(150, "lb"),
  14402. name: "Back",
  14403. image: {
  14404. source: "./media/characters/ian-corvid/back.svg",
  14405. extra: 150/143,
  14406. bottom: 0.01
  14407. }
  14408. },
  14409. stomping: {
  14410. height: math.unit(7, "feet"),
  14411. weight: math.unit(150, "lb"),
  14412. name: "Stomping",
  14413. image: {
  14414. source: "./media/characters/ian-corvid/stomping.svg",
  14415. extra: 76/72
  14416. }
  14417. },
  14418. sitting: {
  14419. height: math.unit(7/1.8, "feet"),
  14420. weight: math.unit(150, "lb"),
  14421. name: "Sitting",
  14422. image: {
  14423. source: "./media/characters/ian-corvid/sitting.svg",
  14424. extra: 1400/1269,
  14425. bottom: 0.15
  14426. }
  14427. },
  14428. },
  14429. [
  14430. {
  14431. name: "Tiny Microw",
  14432. height: math.unit(1, "inch")
  14433. },
  14434. {
  14435. name: "Microw",
  14436. height: math.unit(6, "inches")
  14437. },
  14438. {
  14439. name: "Crow",
  14440. height: math.unit(7 + 1/12, "feet"),
  14441. default: true
  14442. },
  14443. {
  14444. name: "Macrow",
  14445. height: math.unit(176, "feet")
  14446. },
  14447. ]
  14448. )
  14449. };
  14450. characterMakers["Natalie Kellon"] = () => {
  14451. return makeCharacter(
  14452. "Natalie Kellon",
  14453. "lestrange110",
  14454. {
  14455. front: {
  14456. height: math.unit(5 + 7/12, "feet"),
  14457. weight: math.unit(147, "lb"),
  14458. name: "Front",
  14459. image: {
  14460. source: "./media/characters/natalie-kellon/front.svg",
  14461. extra: 1214/1141,
  14462. bottom: 0.02
  14463. }
  14464. },
  14465. },
  14466. [
  14467. {
  14468. name: "Micro",
  14469. height: math.unit(1/16, "inch")
  14470. },
  14471. {
  14472. name: "Tiny",
  14473. height: math.unit(4, "inches")
  14474. },
  14475. {
  14476. name: "Normal",
  14477. height: math.unit(5 + 7/12, "feet"),
  14478. default: true
  14479. },
  14480. {
  14481. name: "Amazon",
  14482. height: math.unit(12, "feet")
  14483. },
  14484. {
  14485. name: "Giantess",
  14486. height: math.unit(160, "meters")
  14487. },
  14488. {
  14489. name: "Titaness",
  14490. height: math.unit(800, "meters")
  14491. },
  14492. ]
  14493. )
  14494. };
  14495. characterMakers["Alluria"] = () => {
  14496. return makeCharacter(
  14497. "Alluria",
  14498. "Sir--Raptor",
  14499. {
  14500. front: {
  14501. height: math.unit(6, "feet"),
  14502. weight: math.unit(150, "lb"),
  14503. name: "Front",
  14504. image: {
  14505. source: "./media/characters/alluria/front.svg",
  14506. extra: 806/738,
  14507. bottom: 0.01
  14508. }
  14509. },
  14510. side: {
  14511. height: math.unit(6, "feet"),
  14512. weight: math.unit(150, "lb"),
  14513. name: "Side",
  14514. image: {
  14515. source: "./media/characters/alluria/side.svg",
  14516. extra: 800/750,
  14517. }
  14518. },
  14519. back: {
  14520. height: math.unit(6, "feet"),
  14521. weight: math.unit(150, "lb"),
  14522. name: "Back",
  14523. image: {
  14524. source: "./media/characters/alluria/back.svg",
  14525. extra: 806/738,
  14526. }
  14527. },
  14528. frontMaid: {
  14529. height: math.unit(6, "feet"),
  14530. weight: math.unit(150, "lb"),
  14531. name: "Front (Maid)",
  14532. image: {
  14533. source: "./media/characters/alluria/front-maid.svg",
  14534. extra: 806/738,
  14535. bottom: 0.01
  14536. }
  14537. },
  14538. sideMaid: {
  14539. height: math.unit(6, "feet"),
  14540. weight: math.unit(150, "lb"),
  14541. name: "Side (Maid)",
  14542. image: {
  14543. source: "./media/characters/alluria/side-maid.svg",
  14544. extra: 800/750,
  14545. bottom: 0.005
  14546. }
  14547. },
  14548. backMaid: {
  14549. height: math.unit(6, "feet"),
  14550. weight: math.unit(150, "lb"),
  14551. name: "Back (Maid)",
  14552. image: {
  14553. source: "./media/characters/alluria/back-maid.svg",
  14554. extra: 806/738,
  14555. }
  14556. },
  14557. },
  14558. [
  14559. {
  14560. name: "Micro",
  14561. height: math.unit(6, "inches"),
  14562. default: true
  14563. },
  14564. ]
  14565. )
  14566. };
  14567. characterMakers["Kyle"] = () => {
  14568. return makeCharacter(
  14569. "Kyle",
  14570. "Jasmith",
  14571. {
  14572. front: {
  14573. height: math.unit(6, "feet"),
  14574. weight: math.unit(150, "lb"),
  14575. name: "Front",
  14576. image: {
  14577. source: "./media/characters/kyle/front.svg",
  14578. extra: 1069/962,
  14579. bottom: 77.228/1727.45
  14580. }
  14581. },
  14582. },
  14583. [
  14584. {
  14585. name: "Macro",
  14586. height: math.unit(150, "feet"),
  14587. default: true
  14588. },
  14589. ]
  14590. )
  14591. };
  14592. characterMakers["Duncan"] = () => {
  14593. return makeCharacter(
  14594. "Duncan",
  14595. "Duncan",
  14596. {
  14597. front: {
  14598. height: math.unit(6, "feet"),
  14599. weight: math.unit(300, "lb"),
  14600. name: "Front",
  14601. image: {
  14602. source: "./media/characters/duncan/front.svg",
  14603. extra: 1650/1482,
  14604. bottom: 0.05
  14605. }
  14606. },
  14607. },
  14608. [
  14609. {
  14610. name: "Macro",
  14611. height: math.unit(100, "feet"),
  14612. default: true
  14613. },
  14614. ]
  14615. )
  14616. };
  14617. characterMakers["Memory"] = () => {
  14618. return makeCharacter(
  14619. "Memory",
  14620. "boringcactus",
  14621. {
  14622. front: {
  14623. height: math.unit(5 + 4/12, "feet"),
  14624. weight: math.unit(220, "lb"),
  14625. name: "Front",
  14626. image: {
  14627. source: "./media/characters/memory/front.svg",
  14628. extra: 3641/3545,
  14629. bottom: 0.03
  14630. }
  14631. },
  14632. back: {
  14633. height: math.unit(5 + 4/12, "feet"),
  14634. weight: math.unit(220, "lb"),
  14635. name: "Back",
  14636. image: {
  14637. source: "./media/characters/memory/back.svg",
  14638. extra: 3641/3545,
  14639. bottom: 0.025
  14640. }
  14641. },
  14642. frontSkirt: {
  14643. height: math.unit(5 + 4/12, "feet"),
  14644. weight: math.unit(220, "lb"),
  14645. name: "Front (Skirt)",
  14646. image: {
  14647. source: "./media/characters/memory/front-skirt.svg",
  14648. extra: 3641/3545,
  14649. bottom: 0.03
  14650. }
  14651. },
  14652. frontDress: {
  14653. height: math.unit(5 + 4/12, "feet"),
  14654. weight: math.unit(220, "lb"),
  14655. name: "Front (Dress)",
  14656. image: {
  14657. source: "./media/characters/memory/front-dress.svg",
  14658. extra: 3641/3545,
  14659. bottom: 0.03
  14660. }
  14661. },
  14662. },
  14663. [
  14664. {
  14665. name: "Micro",
  14666. height: math.unit(6, "inches"),
  14667. default: true
  14668. },
  14669. {
  14670. name: "Normal",
  14671. height: math.unit(5 + 4/12, "feet")
  14672. },
  14673. ]
  14674. )
  14675. };c
  14676. //characters
  14677. function makeCharacters() {
  14678. const results = [];
  14679. Object.entries(characterMakers).forEach(([key, value]) => {
  14680. results.push({
  14681. name: key,
  14682. constructor: value
  14683. });
  14684. });
  14685. results.push({
  14686. name: "Aigey",
  14687. constructor: makeAigey
  14688. });
  14689. results.push({
  14690. name: "Natasha",
  14691. constructor: makeNatasha
  14692. });
  14693. results.push({
  14694. name: "Malik",
  14695. constructor: makeMalik
  14696. });
  14697. results.push({
  14698. name: "Sefer",
  14699. constructor: makeSefer
  14700. });
  14701. return results;
  14702. }