Procházet zdrojové kódy

Add a new view for Vemus and update an old one

master
Fen Dweller před 4 roky
rodič
revize
b03b6df3d5
5 změnil soubory, kde provedl 2853 přidání a 1352 odebrání
  1. +17
    -1
      media/attribution.js
  2. +1800
    -0
      media/characters/vemus/crux.svg
  3. +0
    -1346
      media/characters/vemus/front.svg
  4. +1021
    -0
      media/characters/vemus/skunk-tanuki.svg
  5. +15
    -5
      presets/characters.js

+ 17
- 1
media/attribution.js Zobrazit soubor

@@ -5349,7 +5349,7 @@ const attributionData = {
{ {
prefix: "./media/characters/vemus/", prefix: "./media/characters/vemus/",
files: [ files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/31833589/" }
{ name: "crux.svg", source: "https://www.furaffinity.net/view/31833589/" }
], ],
authors: [ authors: [
"eda" "eda"
@@ -5358,6 +5358,18 @@ const attributionData = {
"vemus" "vemus"
] ]
}, },
{
prefix: "./media/characters/vemus/",
files: [
{ name: "skunk-tanuki.svg", source: null }
],
authors: [
"rabidraccoon"
],
owners: [
"vemus"
]
},
{ {
prefix: "./media/characters/verin/", prefix: "./media/characters/verin/",
files: [ files: [
@@ -21786,6 +21798,10 @@ const attributionData = {
"name": "Korbin", "name": "Korbin",
"url": "https://www.furaffinity.net/user/korbin" "url": "https://www.furaffinity.net/user/korbin"
}, },
"rabidraccoon": {
"name": "RabidRaccoon",
"url": "https://twitter.com/RabidRaccoon"
},
} }
} }




+ 1800
- 0
media/characters/vemus/crux.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 0
- 1346
media/characters/vemus/front.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1021
- 0
media/characters/vemus/skunk-tanuki.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 15
- 5
presets/characters.js Zobrazit soubor

@@ -6634,18 +6634,28 @@ characterMakers.push(() => makeCharacter(
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Vemus", species: ["crux"], tags: ["anthro"] },
{ name: "Vemus", species: ["crux", "skunk", "tanuki"], tags: ["anthro", "goo"] },
{ {
front: {
crux: {
height: math.unit(2, "meters"), height: math.unit(2, "meters"),
weight: math.unit(150, "kg"), weight: math.unit(150, "kg"),
name: "Front",
name: "Crux",
image: { image: {
source: "./media/characters/vemus/front.svg",
source: "./media/characters/vemus/crux.svg",
extra: 1074/936, extra: 1074/936,
bottom: 23/1097 bottom: 23/1097
} }
}
},
skunkTanuki: {
height: math.unit(2, "meters"),
weight: math.unit(150, "kg"),
name: "Skunk-Tanuki",
image: {
source: "./media/characters/vemus/skunk-tanuki.svg",
extra: 926/893,
bottom: 20/946
}
},
}, },
[ [
{ {


Načítá se…
Zrušit
Uložit