| @@ -15728,6 +15728,14 @@ const attributionData = { | |||||
| "dimensions-guide" | "dimensions-guide" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/objects/ammunition/", | |||||
| all: "https://saami.org/technical-information/cartridge-chamber-drawings/", | |||||
| authors: [ | |||||
| "saami", | |||||
| "chemicalcrux" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/real-buildings/", | prefix: "./media/real-buildings/", | ||||
| all: "https://wiki.openstreetmap.org/wiki/Blender", | all: "https://wiki.openstreetmap.org/wiki/Blender", | ||||
| @@ -20999,6 +21007,10 @@ const attributionData = { | |||||
| "name": "VeritableCalamity", | "name": "VeritableCalamity", | ||||
| "url": "https://twitter.com/VeritableCalam/" | "url": "https://twitter.com/VeritableCalam/" | ||||
| }, | }, | ||||
| "saami": { | |||||
| "name": "SAAMI", | |||||
| "url": "https://saami.org/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -0,0 +1,15 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| width="92.94" height="331.78" viewBox="0 0 92.94 331.78" style="enable-background:new 0 0 92.94 331.78;" xml:space="preserve"> | |||||
| <style type="text/css"> | |||||
| .st0{fill:#1A1A1A;stroke:#000000;stroke-width:2;stroke-miterlimit:10;} | |||||
| .st1{fill:#333333;stroke:#000000;stroke-width:2;stroke-miterlimit:10;} | |||||
| </style> | |||||
| <g> | |||||
| <path class="st0" d="M46.47,58.36h33.69h4.02v13.35h-5.01v7.16h5.01v9.69h-4.73v7.05h4.73v10.76h-4.51v7.87h4.51v201.74 | |||||
| c0,0,7.76,0.71,7.76,7.76s-7.05,7.05-7.05,7.05H46.47H8.05c0,0-7.05,0.28-7.05-7.05s7.76-7.76,7.76-7.76V114.23h4.51v-7.87H8.76 | |||||
| V95.6h4.73v-7.05H8.76v-9.69h5.01v-7.16H8.76V58.36h4.02H46.47z"/> | |||||
| <path class="st1" d="M13.47,58.36c0,0-1.21-57.36,33-57.36s34.96,57.36,34.96,57.36H13.47z"/> | |||||
| </g> | |||||
| </svg> | |||||
| @@ -0,0 +1,15 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| width="208.99" height="643.61" viewBox="0 0 208.99 643.61" style="enable-background:new 0 0 208.99 643.61;" xml:space="preserve"> | |||||
| <style type="text/css"> | |||||
| .st0{fill:#1A1A1A;stroke:#000000;stroke-width:2;stroke-miterlimit:10;} | |||||
| .st1{fill:#333333;stroke:#000000;stroke-width:2;stroke-miterlimit:10;} | |||||
| </style> | |||||
| <g> | |||||
| <path class="st0" d="M104.49,231.75H8.27L1.01,561.97l21.25,31.71c0,0,0,17.17,0,18.83s-21.25,0-21.25,0v21.25l8.86,8.86h94.62 | |||||
| h94.62l8.86-8.86V612.5c0,0-21.25,1.65-21.25,0s0-18.83,0-18.83l21.25-31.71l-7.27-330.22H104.49H8.27L1.01,561.97l21.25,31.71 | |||||
| c0,0,0,17.17,0,18.83s-21.25,0-21.25,0v21.25l8.86,8.86h94.62"/> | |||||
| <path class="st1" d="M11.36,231.75c0,0-0.94-230.75,93.14-230.75s94.07,230.37,94.07,230.37L11.36,231.75z"/> | |||||
| </g> | |||||
| </svg> | |||||
| @@ -731,6 +731,16 @@ function makeObjects() { | |||||
| } | } | ||||
| }) | }) | ||||
| results.push(makeHeight( | |||||
| [ | |||||
| [".308 Winchester", 71.374, "mm", "./media/objects/ammunition/.308 Winchester.svg"], | |||||
| [".22 LR", 25.40, "mm", "./media/objects/ammunition/.22 LR.svg"], | |||||
| ["9mm Luger", 29.69, "mm", "./media/objects/ammunition/9mm Luger.svg"] | |||||
| ], | |||||
| "Ammunition", | |||||
| "" | |||||
| )) | |||||
| results.sort((b1, b2) => { | results.sort((b1, b2) => { | ||||
| e1 = b1.constructor(); | e1 = b1.constructor(); | ||||