Explorar el Código

Add Marcel

master
Fen Dweller hace 4 años
padre
commit
5e729fe7fa
Se han modificado 3 ficheros con 1251 adiciones y 0 borrados
  1. +16
    -0
      media/attribution.js
  2. +1204
    -0
      media/characters/marcel/front.svg
  3. +31
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Ver fichero

@@ -16696,6 +16696,18 @@ const attributionData = {
"duk3assassin"
]
},
{
prefix: "./media/characters/marcel/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/35838783/" }
],
authors: [
"dicontheskully"
],
owners: [
"duk3assassin"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -22967,6 +22979,10 @@ const attributionData = {
"name": "FieryAura",
"url": "https://www.furaffinity.net/user/fieryaura"
},
"dicontheskully": {
"name": "Dicontheskully",
"url": "https://www.furaffinity.net/user/dicontheskully"
},
}
}



+ 1204
- 0
media/characters/marcel/front.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 31
- 0
presets/characters.js Ver fichero

@@ -1775,6 +1775,14 @@ const speciesData = {
name: "Marble Fox",
parents: ["fox"]
},
"king-wickerbeast": {
name: "King Wickerbeast",
parents: ["wickerbeast"]
},
"wickerbeast": {
name: "Wickerbeast",
parents: ["mammal"]
},
}

//species
@@ -43886,6 +43894,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Marcel", species: ["king-wickerbeast"], tags: ["anthro"] },
{
front: {
height: math.unit(7 + 6/12, "feet"),
weight: math.unit(267, "lb"),
name: "Front",
image: {
source: "./media/characters/marcel/front.svg",
extra: 1221/1096,
bottom: 76/1297
}
},
},
[
{
name: "Normal",
height: math.unit(7 + 6/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Cargando…
Cancelar
Guardar