Browse Source

Update Poptart

master
Fen Dweller 3 years ago
parent
commit
d7df7207f6
2 changed files with 17 additions and 5 deletions
  1. +5
    -1
      media/attribution.js
  2. +12
    -4
      presets/characters.js

+ 5
- 1
media/attribution.js View File

@@ -19726,7 +19726,7 @@ const attributionData = {
"carifoxleopard" "carifoxleopard"
], ],
owners: [ owners: [
"ovenotter"
"airless"
] ]
}, },
//characters //characters
@@ -27471,6 +27471,10 @@ const attributionData = {
"name": "Boeing", "name": "Boeing",
"url": "https://www.boeing.com/" "url": "https://www.boeing.com/"
}, },
"airless": {
"name": "AirlessDragon",
"url": "https://twitter.com/airlessdragon"
},
} }
} }




+ 12
- 4
presets/characters.js View File

@@ -53883,7 +53883,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/poptart/front.svg", source: "./media/characters/poptart/front.svg",
@@ -53893,7 +53893,7 @@ characterMakers.push(() => makeCharacter(
}, },
back: { back: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/poptart/back.svg", source: "./media/characters/poptart/back.svg",
@@ -53903,7 +53903,7 @@ characterMakers.push(() => makeCharacter(
}, },
frontNsfw: { frontNsfw: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Front (NSFW)", name: "Front (NSFW)",
image: { image: {
source: "./media/characters/poptart/front-nsfw.svg", source: "./media/characters/poptart/front-nsfw.svg",
@@ -53913,7 +53913,7 @@ characterMakers.push(() => makeCharacter(
}, },
backNsfw: { backNsfw: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Back (NSFW)", name: "Back (NSFW)",
image: { image: {
source: "./media/characters/poptart/back-nsfw.svg", source: "./media/characters/poptart/back-nsfw.svg",
@@ -53942,6 +53942,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
default: true default: true
}, },
{
name: "Grande",
height: math.unit(350, "feet")
},
{
name: "Massif",
height: math.unit(967, "feet")
},
] ]
)) ))




Loading…
Cancel
Save