From 96ee3ae26b8980fc6461dc2d79388a37c2a7a55e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 27 Sep 2021 12:00:15 -0400 Subject: [PATCH] Rename Odi to Odios De Lunar; update silhouette --- media/attribution.js | 14 +- media/characters/odi-lunar/front.svg | 124 --- media/characters/odios-de-lunar/front.svg | 930 ++++++++++++++++++++++ presets/characters.js | 22 +- 4 files changed, 951 insertions(+), 139 deletions(-) delete mode 100644 media/characters/odi-lunar/front.svg create mode 100644 media/characters/odios-de-lunar/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2404718d..11af769a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4091,15 +4091,15 @@ const attributionData = { ] }, { - prefix: "./media/characters/odi-lunar/", + prefix: "./media/characters/odios-de-lunar/", files: [ - { name: "front.svg", source: "https://twitter.com/odi_lunar/status/1230878530612817921" } + { name: "front.svg", source: "https://twitter.com/odiosdelunar/status/1442135643002261518?s=21" } ], authors: [ - "odi-lunar" + "odios-de-lunar" ], owners: [ - "odi-lunar" + "odios-de-lunar" ] }, { @@ -18722,9 +18722,9 @@ const attributionData = { "name": "Nommz", "url": "https://www.furaffinity.net/user/nommz" }, - "odi-lunar": { - "name": "Odi Lunar", - "url": "https://twitter.com/odi_lunar/" + "odios-de-lunar": { + "name": "Odios", + "url": "https://twitter.com/odiosdelunar/" }, "okuri": { "name": "Okuri", diff --git a/media/characters/odi-lunar/front.svg b/media/characters/odi-lunar/front.svg deleted file mode 100644 index 3302ffab..00000000 --- a/media/characters/odi-lunar/front.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - diff --git a/media/characters/odios-de-lunar/front.svg b/media/characters/odios-de-lunar/front.svg new file mode 100644 index 00000000..d8807ff3 --- /dev/null +++ b/media/characters/odios-de-lunar/front.svg @@ -0,0 +1,930 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e8cc97f6..be784d14 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7254,27 +7254,33 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Odi Lunar", species: ["golden-jackal"], tags: ["anthro"] }, + { name: "Odios De Lunar", species: ["golden-jackal"], tags: ["anthro"] }, { front: { - height: math.unit(6, "feet"), - weight: math.unit(90, "lbs"), + height: math.unit(5 + 5/12, "feet"), + weight: math.unit(100, "lbs"), name: "Front", image: { - source: "./media/characters/odi-lunar/front.svg" + source: "./media/characters/odios-de-lunar/front.svg", + extra: 1468/1323, + bottom: 22/1490 } } }, [ { name: "Micro", - height: math.unit(3, "inches"), - default: true + height: math.unit(3, "inches") }, { name: "Normal", - height: math.unit(5.5, "feet") - } + height: math.unit(5.5, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, ] ))