From 36099430d0eea3ed8cc363bd7c5aeb1afbdeeb77 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 4 Apr 2022 15:39:40 -0400 Subject: [PATCH] Update Vyse Iron-Thunder's sizes --- media/attribution.js | 4 ++-- presets/characters.js | 26 +++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/media/attribution.js b/media/attribution.js index 991f1f3a..618867bd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -30467,8 +30467,8 @@ const attributionData = { "url": "https://www.furaffinity.net/user/hedgievamp" }, "trueneutral": { - "name": "True Neutral", - "url": "https://www.furaffinity.net/user/trueneutral/" + "name": "BadLuxLad", + "url": "https://twitter.com/BadLuxLad" }, } } diff --git a/presets/characters.js b/presets/characters.js index faffac48..337bad9a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2325,6 +2325,10 @@ const speciesData = { name: "Komodo Dragon", parents: ["lizard"] }, + "shiny": { + name: "Shiny", + parents: ["pokemon"] + }, } //species @@ -63396,7 +63400,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Vyse Iron-Thunder", species: ["luxray"], tags: ["anthro"] }, + { name: "Vyse Iron-Thunder", species: ["luxray", "shiny"], tags: ["anthro"] }, { frontDressed: { height: math.unit(15 + 7/12, "feet"), @@ -63463,6 +63467,26 @@ characterMakers.push(() => makeCharacter( height: math.unit(15 + 7/12, "feet"), default: true }, + { + name: "Macro", + height: math.unit(157, "feet") + }, + { + name: "Macro+", + height: math.unit(1570, "feet") + }, + { + name: "Macro++", + height: math.unit(15700, "feet") + }, + { + name: "Macro+++", + height: math.unit(157000, "feet") + }, + { + name: "Macro++++", + height: math.unit(1570000, "feet") + }, ] ))