From 35227bb4b40d5d5d517646f1dda35e802bb77bef Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Apr 2020 10:12:03 -0400 Subject: [PATCH] Add Valathos; fix USS Texas being too big --- media/attribution.js | 20 + media/characters/valathos/front.svg | 684 ++++++++++++++++++++++++++++ presets/characters.js | 22 + presets/vehicles.js | 6 +- 4 files changed, 729 insertions(+), 3 deletions(-) create mode 100644 media/characters/valathos/front.svg diff --git a/media/attribution.js b/media/attribution.js index d7f27e7b..e53fd51b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9049,6 +9049,18 @@ const attributionData = { "lynnshark" ] }, + { + prefix: "./media/characters/valathos/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35918806/" } + ], + authors: [ + "dimikendal101" + ], + owners: [ + "hexuza" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12523,6 +12535,14 @@ const attributionData = { "name": "LynnShark", "url": "https://www.furaffinity.net/user/lynnshark/", }, + "dimikendal101": { + "name": "Dimi Kendal 101", + "url": "https://www.furaffinity.net/user/dimikendal101", + }, + "hexuza": { + "name": "Hexuza", + "url": "https://www.furaffinity.net/user/hexuza/", + }, } } diff --git a/media/characters/valathos/front.svg b/media/characters/valathos/front.svg new file mode 100644 index 00000000..2bbf7cc8 --- /dev/null +++ b/media/characters/valathos/front.svg @@ -0,0 +1,684 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index de71879e..5b356ab2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20615,6 +20615,28 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Valathos" }, + { + front: { + height: math.unit(1600, "feet"), + weight: math.unit(85758785169, "kg"), + name: "Front", + image: { + source: "./media/characters/valathos/front.svg", + extra: 1451/1339 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1600, "feet") + }, + ] +)) + //characters function makeCharacters() { diff --git a/presets/vehicles.js b/presets/vehicles.js index 9d42c1d6..c504bdad 100644 --- a/presets/vehicles.js +++ b/presets/vehicles.js @@ -488,9 +488,9 @@ function makeVehicles() { name: "USS Texas", mass: math.unit(32060, "tons"), sides: { - "Side": { height: math.unit(215.2, "feet") }, - "Front": { height: math.unit(215.2, "feet") }, - "Top": { height: math.unit(827.5, "feet") }, + "Side": { height: math.unit(146.9, "feet") }, + "Front": { height: math.unit(146.9, "feet") }, + "Top": { height: math.unit(565, "feet") }, } }, {