Selaa lähdekoodia

Add Spots

master
Fen Dweller 3 vuotta sitten
vanhempi
commit
2cfbda2bff
3 muutettua tiedostoa jossa 3967 lisäystä ja 0 poistoa
  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 Näytä tiedosto

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



+ 3911
- 0
media/characters/spots/side.svg
File diff suppressed because it is too large
Näytä tiedosto


+ 40
- 0
presets/characters.js Näytä tiedosto

@@ -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

function makeCharacters() {


Loading…
Peruuta
Tallenna