Browse Source

Add Cyber

master
Fen Dweller 3 years ago
parent
commit
cf651fa01b
3 changed files with 1868 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1817
    -0
      media/characters/cyber/front.svg
  3. +31
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -22197,6 +22197,18 @@ const attributionData = {
"emerald-aurora"
]
},
{
prefix: "./media/characters/cyber/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/44559045/" }
],
authors: [
"vulpescurl"
],
owners: [
"cybernova123"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30723,6 +30735,14 @@ const attributionData = {
"name": "Rosie",
"url": "https://twitter.com/Rosario_Gummi/"
},
"vulpescurl": {
"name": "VulpesCurl",
"url": "https://www.furaffinity.net/user/vulpescurl/"
},
"cybernova123": {
"name": "Cyber",
"url": "https://t.me/cybernova123"
},
}
}



+ 1817
- 0
media/characters/cyber/front.svg
File diff suppressed because it is too large
View File


+ 31
- 0
presets/characters.js View File

@@ -63938,6 +63938,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Cyber", species: ["maned-wolf", "lynx", "deity"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 6/12, "feet"),
weight: math.unit(210, "lb"),
name: "Front",
image: {
source: "./media/characters/cyber/front.svg",
extra: 1968/1798,
bottom: 10/1978
},
extraAttributes: {
"shoeSize": {
name: "Shoe Size",
power: 1,
type: "length",
base: math.unit(30, "ShoeSizeMensUS")
},
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 6/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save