Browse Source

Add Terry

master
Fen Dweller 4 years ago
parent
commit
e29024aaf0
3 changed files with 1496 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1453
    -0
      media/characters/terry/side.svg
  3. +23
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -17434,6 +17434,18 @@ const attributionData = {
"zaina-khalil"
]
},
{
prefix: "./media/characters/terry/",
files: [
{ name: "side.svg", source: "https://twitter.com/UslurpArt/status/1399051426140200961/photo/1" }
],
authors: [
"hoosk"
],
owners: [
"terry"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -24116,6 +24128,14 @@ const attributionData = {
"name": "Zaina Khalil",
"url": "https://www.f-list.net/c/Zaina%20Khalil"
},
"hoosk": {
"name": "Hoosk",
"url": "https://twitter.com/UslurpArt/"
},
"terry": {
"name": "Terry",
"url": null
},
}
}



+ 1453
- 0
media/characters/terry/side.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Terry", species: ["husky"], tags: ["taur"] },
{
side: {
height: math.unit(12, "feet"),
weight: math.unit(150, "lb"),
name: "Side",
image: {
source: "./media/characters/terry/side.svg",
extra: 1518/1439,
bottom: 149/1667
}
},
},
[
{
name: "Normal",
height: math.unit(12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save