Parcourir la source

Change Vivian (Dragon) to Vivian (Orca Dragon)

master
Fen Dweller il y a 5 ans
Parent
révision
83f371abb9
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +1
    -1
      media/attribution.js
  2. +0
    -0
      media/characters/vivian-orca-dragon/front.svg
  3. +2
    -2
      presets/characters.js

+ 1
- 1
media/attribution.js Voir le fichier

@@ -14747,7 +14747,7 @@ const attributionData = {
] ]
}, },
{ {
prefix: "./media/characters/vivian-dragon/",
prefix: "./media/characters/vivian-orca-dragon/",
files: [ files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/27155946" } { name: "front.svg", source: "https://www.furaffinity.net/view/27155946" }
], ],


media/characters/vivian-dragon/front.svg → media/characters/vivian-orca-dragon/front.svg Voir le fichier


+ 2
- 2
presets/characters.js Voir le fichier

@@ -38900,14 +38900,14 @@ characterMakers.push(() => makeCharacter(
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Vivian (Dragon)", species: ["dragon", "orca"], tags: ["anthro", "goo"] },
{ name: "Vivian (Ocra Dragon)", species: ["dragon", "orca"], tags: ["anthro", "goo"] },
{ {
front: { front: {
height: math.unit(7 + 11/12, "feet"), height: math.unit(7 + 11/12, "feet"),
weight: math.unit(342.8, "lb"), weight: math.unit(342.8, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/vivian-dragon/front.svg",
source: "./media/characters/vivian-orca-dragon/front.svg",
extra: 1890/1865, extra: 1890/1865,
bottom: 28/1918 bottom: 28/1918
} }


Chargement…
Annuler
Enregistrer