Sfoglia il codice sorgente

Add Riley Bishop

master
Fen Dweller 4 anni fa
parent
commit
2072553d75
3 ha cambiato i file con 2282 aggiunte e 0 eliminazioni
  1. +16
    -0
      media/attribution.js
  2. +2243
    -0
      media/characters/riley-bishop/front.svg
  3. +23
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Vedi File

@@ -16444,6 +16444,18 @@ const attributionData = {
"btpoke"
]
},
{
prefix: "./media/characters/riley-bishop/",
files: [
{ name: "front.svg", source: "https://sketchmob.com/?jb_action=order_public&oid=173348#.YSO7Fo5Kj-g" }
],
authors: [
"arcturus"
],
owners: [
"anonymous"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -22659,6 +22671,10 @@ const attributionData = {
"name": "Zwiebelprinz",
"url": "https://twitter.com/Zwiebelprinz"
},
"arcturus": {
"name": "Arcturus",
"url": "https://sketchmob.com/user-profile/arcturus/"
},
}
}



+ 2243
- 0
media/characters/riley-bishop/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 23
- 0
presets/characters.js Vedi File

@@ -43272,6 +43272,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Riley Bishop", species: ["human"], tags: ["anthro"] },
{
front: {
height: math.unit(5, "feet"),
weight: math.unit(90, "lb"),
name: "Front",
image: {
source: "./media/characters/riley-bishop/front.svg",
extra: 1450/1428,
bottom: 152/1602
}
},
},
[
{
name: "Normal",
height: math.unit(5, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva