Przeglądaj źródła

Update BMC

master
Fen Dweller 4 lat temu
rodzic
commit
c0aa64de96
5 zmienionych plików z 6557 dodań i 104 usunięć
  1. +13
    -2
      media/attribution.js
  2. +2563
    -0
      media/characters/bmc/back.svg
  3. +1426
    -0
      media/characters/bmc/front-armor.svg
  4. +2526
    -97
      media/characters/bmc/front.svg
  5. +29
    -5
      presets/characters.js

+ 13
- 2
media/attribution.js Wyświetl plik

@@ -1886,10 +1886,13 @@ const attributionData = {
{ {
prefix: "./media/characters/bmc/", prefix: "./media/characters/bmc/",
files: [ files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/35295996/" }
{ name: "front.svg", source: "https://www.furaffinity.net/view/41977944/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/41977944/" },
{ name: "front-armor.svg", source: "https://twitter.com/BigMountainCat1/status/1372023558403190790"}
], ],
authors: [ authors: [
"bigmountaincat"
"scrumptiousbean",
"voreasaurusrex"
], ],
owners: [ owners: [
"bigmountaincat" "bigmountaincat"
@@ -22431,6 +22434,14 @@ const attributionData = {
"name": "Hidasan", "name": "Hidasan",
"url": "https://twitter.com/Hidasan" "url": "https://twitter.com/Hidasan"
}, },
"scrumptiousbean": {
"name": "ScrumptiousBean",
"url": "https://twitter.com/ScrumptiousBean"
},
"voreasaurusrex": {
"name": "voreasaurusrex",
"url": "https://twitter.com/voreasaurusrex"
},
} }
} }




+ 2563
- 0
media/characters/bmc/back.svg
Plik diff jest za duży
Wyświetl plik


+ 1426
- 0
media/characters/bmc/front-armor.svg
Plik diff jest za duży
Wyświetl plik


+ 2526
- 97
media/characters/bmc/front.svg
Plik diff jest za duży
Wyświetl plik


+ 29
- 5
presets/characters.js Wyświetl plik

@@ -11469,13 +11469,33 @@ characterMakers.push(() => makeCharacter(
{ name: "BMC", species: ["sabertooth-tiger", "cougar"], tags: ["anthro"] }, { name: "BMC", species: ["sabertooth-tiger", "cougar"], tags: ["anthro"] },
{ {
front: { front: {
height: math.unit(6 + 4 / 12, "feet"),
weight: math.unit(188, "lb"),
height: math.unit(6 + 4/12, "feet"),
weight: math.unit(190, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/bmc/front.svg", source: "./media/characters/bmc/front.svg",
extra: 1067 / 1022,
bottom: 0.047
extra: 1626/1472,
bottom: 79/1705
}
},
back: {
height: math.unit(6 + 4/12, "feet"),
weight: math.unit(190, "lb"),
name: "Back",
image: {
source: "./media/characters/bmc/back.svg",
extra: 1640/1479,
bottom: 45/1685
}
},
frontArmor: {
height: math.unit(6 + 4/12, "feet"),
weight: math.unit(190, "lb"),
name: "Front-armor",
image: {
source: "./media/characters/bmc/front-armor.svg",
extra: 1538/1468,
bottom: 79/1617
} }
}, },
}, },
@@ -11484,6 +11504,10 @@ characterMakers.push(() => makeCharacter(
name: "Human-sized", name: "Human-sized",
height: math.unit(6 + 4 / 12, "feet") height: math.unit(6 + 4 / 12, "feet")
}, },
{
name: "Interactive Size",
height: math.unit(25, "feet")
},
{ {
name: "Small", name: "Small",
height: math.unit(250, "feet") height: math.unit(250, "feet")
@@ -11499,7 +11523,7 @@ characterMakers.push(() => makeCharacter(
}, },
{ {
name: "Largest Measured Size", name: "Largest Measured Size",
height: math.unit(11.2e6, "lightyears")
height: math.unit(105.960, "galaxies")
}, },
] ]
)) ))


Ładowanie…
Anuluj
Zapisz