Quellcode durchsuchen

Update Susan Grant

master
Fen Dweller vor 4 Jahren
Ursprung
Commit
bcfe035332
3 geänderte Dateien mit 2100 neuen und 808 gelöschten Zeilen
  1. +1
    -1
      media/attribution.js
  2. +2085
    -797
      media/characters/susan-grant/front.svg
  3. +14
    -10
      presets/characters.js

+ 1
- 1
media/attribution.js Datei anzeigen

@@ -16132,7 +16132,7 @@ const attributionData = {
{ {
prefix: "./media/characters/susan-grant/", prefix: "./media/characters/susan-grant/",
files: [ files: [
{ name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Susan-Grant-Fullbody-874313258" }
{ name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Susan-2022-914035734" }
], ],
authors: [ authors: [
"epicoart" "epicoart"


+ 2085
- 797
media/characters/susan-grant/front.svg
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 14
- 10
presets/characters.js Datei anzeigen

@@ -44691,33 +44691,37 @@ characterMakers.push(() => makeCharacter(
{ name: "Susan Grant", species: ["human"], tags: ["anthro"] }, { name: "Susan Grant", species: ["human"], tags: ["anthro"] },
{ {
front: { front: {
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(185, "lb"),
height: math.unit(1.96, "meters"),
weight: math.unit(220, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/susan-grant/front.svg", source: "./media/characters/susan-grant/front.svg",
extra: 1351/1327,
bottom: 26/1377
extra: 482/478,
bottom: 7/489
} }
}, },
}, },
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(6 + 3/12, "feet"),
height: math.unit(1.96, "meters"),
default: true default: true
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(225, "feet")
height: math.unit(76.2, "meters")
}, },
{ {
name: "Macro+",
height: math.unit(900, "feet")
name: "MegaMacro",
height: math.unit(305, "meters")
}, },
{ {
name: "MegaMacro",
height: math.unit(14400, "feet")
name: "GigaMacro",
height: math.unit(1220, "meters")
},
{
name: "SuperMacro",
height: math.unit(4878, "meters")
}, },
] ]
)) ))


Laden…
Abbrechen
Speichern