Browse Source

Change Vivian (Dragon) to Vivian (Orca Dragon)

master
Fen Dweller 5 years ago
parent
commit
83f371abb9
3 changed files with 3 additions and 3 deletions
  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 View File

@@ -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 View File


+ 2
- 2
presets/characters.js View File

@@ -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
} }


Loading…
Cancel
Save