| @@ -21124,6 +21124,26 @@ const attributionData = { | |||||
| "va0027" | "va0027" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/tarken/", | |||||
| files: [ | |||||
| { name: "front.svg", source: null }, | |||||
| { name: "back.svg", source: null }, | |||||
| { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/29681963/", nsfw: true }, | |||||
| { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/29681963/", nsfw: true }, | |||||
| { name: "head.svg", source: "https://www.furaffinity.net/view/29681963/" }, | |||||
| { name: "tail.svg", source: "https://www.furaffinity.net/view/29681963/" }, | |||||
| { name: "hand.svg", source: "https://www.furaffinity.net/view/29681963/" }, | |||||
| { name: "dick.svg", source: "https://www.furaffinity.net/view/29681963/", nsfw: true }, | |||||
| { name: "beam.svg", source: "https://www.furaffinity.net/view/29681963/" }, | |||||
| ], | |||||
| authors: [ | |||||
| "sixsydes" | |||||
| ], | |||||
| owners: [ | |||||
| "va0027" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -0,0 +1,30 @@ | |||||
| <?xml version="1.0" encoding="iso-8859-1"?> | |||||
| <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| width="141.292" height="146.127" viewBox="0 0 141.292 146.127" style="enable-background:new 0 0 141.292 146.127;" xml:space="preserve"> | |||||
| <g id="Art__x2B__Black_xA0_Image_00000101824960073203425480000015452305719027006389_"> | |||||
| </g> | |||||
| <g id="Dark_xA0_Image_00000040558931711765114420000014280821418245207982_"> | |||||
| </g> | |||||
| <g id="Medium_xA0_Image_00000018926966956869132880000007366765985203011507_"> | |||||
| </g> | |||||
| <g id="Light_xA0_Image_00000083052375919455522560000003873676235031115185_"> | |||||
| <g> | |||||
| <g> | |||||
| <path style="fill:#4D4D4D;" d="M69.543,61.784c0.476,0,0.952,0,1.427,0c0.395,0.465,0.943,0.146,1.416,0.272 | |||||
| c1.856,0.492,3.608,1.202,5.051,2.488c1.586,1.414,2.91,3.037,3.766,5.046c0.432,1.013,0.547,2.102,0.981,3.098 | |||||
| c0,0.96,0,1.92,0,2.88c-0.154,0.046-0.183,0.165-0.201,0.309c-0.185,1.463-0.754,2.818-1.561,3.993 | |||||
| c-1.996,2.906-4.787,4.594-8.263,5.203c-0.662,0.116-1.402-0.083-2.004,0.369c-0.068,0-0.136,0-0.204,0 | |||||
| c-0.094-0.263-0.323-0.198-0.512-0.203c-1.823-0.045-3.45-0.705-4.932-1.706c-1.926-1.301-3.286-3.09-4.21-5.236 | |||||
| c-1.093-2.537-1.257-5.131-0.558-7.787c0.412-1.565,1.071-3.036,2.096-4.279c1.645-1.994,3.59-3.545,6.217-4.08 | |||||
| C68.539,62.051,69.125,62.207,69.543,61.784z"/> | |||||
| </g> | |||||
| <g style="opacity:0.5;"> | |||||
| <path style="fill:#4D4D4D;" d="M63.287,0.27c3.38-0.397,6.78-0.384,10.128,0.221c16.313,2.945,31.873,9.463,43.759,21.267 | |||||
| c25.377,25.199,33.717,65.92,10.372,95.211c-16.057,20.147-43.002,31.429-68.653,28.776 | |||||
| c-10.136-1.048-18.611-4.799-26.972-10.448C8.311,119.345-3.887,87.673,1.106,59.925c2.93-16.28,11.634-31.129,24.131-41.921 | |||||
| c6.213-5.365,13.294-9.711,20.877-12.851C51.513,2.917,57.369,0.965,63.287,0.27z"/> | |||||
| </g> | |||||
| </g> | |||||
| </g> | |||||
| </svg> | |||||
| @@ -59504,6 +59504,134 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Tarken", species: ["t-rex", "kaiju"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(2.5, "meters"), | |||||
| weight: math.unit(230, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/tarken/front.svg", | |||||
| extra: 764/720, | |||||
| bottom: 49/813 | |||||
| } | |||||
| }, | |||||
| back: { | |||||
| height: math.unit(2.5, "meters"), | |||||
| weight: math.unit(230, "lb"), | |||||
| name: "Back", | |||||
| image: { | |||||
| source: "./media/characters/tarken/back.svg", | |||||
| extra: 756/720, | |||||
| bottom: 35/791 | |||||
| } | |||||
| }, | |||||
| frontNsfw: { | |||||
| height: math.unit(2.5, "meters"), | |||||
| weight: math.unit(230, "lb"), | |||||
| name: "Front (NSFW)", | |||||
| image: { | |||||
| source: "./media/characters/tarken/front-nsfw.svg", | |||||
| extra: 764/720, | |||||
| bottom: 49/813 | |||||
| } | |||||
| }, | |||||
| backNsfw: { | |||||
| height: math.unit(2.5, "meters"), | |||||
| weight: math.unit(230, "lb"), | |||||
| name: "Back (NSFW)", | |||||
| image: { | |||||
| source: "./media/characters/tarken/back-nsfw.svg", | |||||
| extra: 756/720, | |||||
| bottom: 35/791 | |||||
| } | |||||
| }, | |||||
| head: { | |||||
| height: math.unit(2.22, "feet"), | |||||
| name: "Head", | |||||
| image: { | |||||
| source: "./media/characters/tarken/head.svg" | |||||
| } | |||||
| }, | |||||
| tail: { | |||||
| height: math.unit(5.25, "feet"), | |||||
| name: "Tail", | |||||
| image: { | |||||
| source: "./media/characters/tarken/tail.svg" | |||||
| } | |||||
| }, | |||||
| dick: { | |||||
| height: math.unit(1.95, "feet"), | |||||
| name: "Dick", | |||||
| image: { | |||||
| source: "./media/characters/tarken/dick.svg" | |||||
| } | |||||
| }, | |||||
| hand: { | |||||
| height: math.unit(1.78, "feet"), | |||||
| name: "Hand", | |||||
| image: { | |||||
| source: "./media/characters/tarken/hand.svg" | |||||
| } | |||||
| }, | |||||
| beam: { | |||||
| height: math.unit(1.5, "feet"), | |||||
| name: "Beam", | |||||
| image: { | |||||
| source: "./media/characters/tarken/beam.svg" | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Original Size", | |||||
| height: math.unit(2.5, "meters") | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(150, "meters"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro+", | |||||
| height: math.unit(300, "meters") | |||||
| }, | |||||
| { | |||||
| name: "Mega", | |||||
| height: math.unit(2, "km") | |||||
| }, | |||||
| { | |||||
| name: "Mega+", | |||||
| height: math.unit(35, "km") | |||||
| }, | |||||
| { | |||||
| name: "Mega++", | |||||
| height: math.unit(60, "km") | |||||
| }, | |||||
| { | |||||
| name: "Giga", | |||||
| height: math.unit(200, "km") | |||||
| }, | |||||
| { | |||||
| name: "Giga+", | |||||
| height: math.unit(2500, "km") | |||||
| }, | |||||
| { | |||||
| name: "Giga++", | |||||
| height: math.unit(6600, "km") | |||||
| }, | |||||
| { | |||||
| name: "Terra", | |||||
| height: math.unit(20000, "km") | |||||
| }, | |||||
| { | |||||
| name: "Terra+", | |||||
| height: math.unit(300000, "km") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||