Fen Dweller 4 anni fa
parent
commit
c0aa64de96
5 ha cambiato i file con 6557 aggiunte e 104 eliminazioni
  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 Vedi File

@@ -1886,10 +1886,13 @@ const attributionData = {
{
prefix: "./media/characters/bmc/",
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: [
"bigmountaincat"
"scrumptiousbean",
"voreasaurusrex"
],
owners: [
"bigmountaincat"
@@ -22431,6 +22434,14 @@ const attributionData = {
"name": "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
File diff soppresso perché troppo grande
Vedi File


+ 1426
- 0
media/characters/bmc/front-armor.svg
File diff soppresso perché troppo grande
Vedi File


+ 2526
- 97
media/characters/bmc/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 29
- 5
presets/characters.js Vedi File

@@ -11469,13 +11469,33 @@ characterMakers.push(() => makeCharacter(
{ name: "BMC", species: ["sabertooth-tiger", "cougar"], tags: ["anthro"] },
{
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",
image: {
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",
height: math.unit(6 + 4 / 12, "feet")
},
{
name: "Interactive Size",
height: math.unit(25, "feet")
},
{
name: "Small",
height: math.unit(250, "feet")
@@ -11499,7 +11523,7 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Largest Measured Size",
height: math.unit(11.2e6, "lightyears")
height: math.unit(105.960, "galaxies")
},
]
))


Loading…
Annulla
Salva