Explorar el Código

Add Spots

master
Fen Dweller hace 3 años
padre
commit
2cfbda2bff
Se han modificado 3 ficheros con 3967 adiciones y 0 borrados
  1. +16
    -0
      media/attribution.js
  2. +3911
    -0
      media/characters/spots/side.svg
  3. +40
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Ver fichero

@@ -22658,6 +22658,18 @@ const attributionData = {
"girlylbs" "girlylbs"
] ]
}, },
{
prefix: "./media/characters/spots/",
files: [
{ name: "side.svg", source: null, nsfw: true }
],
authors: [
"alovion"
],
owners: [
"alovion"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -31361,6 +31373,10 @@ const attributionData = {
"name": "icymasamune", "name": "icymasamune",
"url": "https://twitter.com/icymasamune" "url": "https://twitter.com/icymasamune"
}, },
"alovion": {
"name": "Alovion",
"url": "https://www.furaffinity.net/user/alovion/"
},
} }
} }




+ 3911
- 0
media/characters/spots/side.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 40
- 0
presets/characters.js Ver fichero

@@ -65755,6 +65755,46 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Spots", species: ["dog"], tags: ["feral"] },
{
side: {
height: math.unit(2.64, "feet"),
weight: math.unit(100, "lb"),
preyCapacity: math.unit(3, "people"),
name: "Side",
image: {
source: "./media/characters/spots/side.svg",
extra: 1859/977,
bottom: 19/1878
},
extraAttributes: {
"preyPerMinute": {
name: "Prey Per Minute",
power: 3,
type: "volume",
base: math.unit(6, "people"),
defaultUnit: "people"
},
"preyPerDay": {
name: "Prey Per Day",
power: 3,
type: "volume",
base: math.unit(6 * 60 * 24, "people"),
defaultUnit: "people"
},
}
},
},
[
{
name: "Normal",
height: math.unit(2.64, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Cargando…
Cancelar
Guardar