Procházet zdrojové kódy

Add Darla Mac Lochlainn

master
Fen Dweller před 4 roky
rodič
revize
264677423c
4 změnil soubory, kde provedl 2551 přidání a 3 odebrání
  1. +21
    -0
      media/attribution.js
  2. +1140
    -0
      media/characters/darla-mac-lochlainn/back.svg
  3. +1350
    -0
      media/characters/darla-mac-lochlainn/front.svg
  4. +40
    -3
      presets/characters.js

+ 21
- 0
media/attribution.js Zobrazit soubor

@@ -15996,6 +15996,19 @@ const attributionData = {
"bluefiremarkii" "bluefiremarkii"
] ]
}, },
{
prefix: "./media/characters/darla-mac-lochlainn/",
files: [
{ name: "front.svg", source: "https://twitter.com/SmashyFoxxo/status/1401732103209897988" },
{ name: "back.svg", source: "https://twitter.com/SmashyFoxxo/status/1401732103209897988" },
],
authors: [
"sillywerewolf"
],
owners: [
"scavengerfox"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",
@@ -22051,6 +22064,14 @@ const attributionData = {
"name": "Ryuki", "name": "Ryuki",
"url": "https://twitter.com/ryukiwolf" "url": "https://twitter.com/ryukiwolf"
}, },
"sillywerewolf": {
"name": "Sillywerewolf",
"url": "https://twitter.com/Silly_werewolf"
},
"scavengerfox": {
"name": "ScavengerFox",
"url": "https://twitter.com/scavengerfox"
},
} }
} }




+ 1140
- 0
media/characters/darla-mac-lochlainn/back.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1350
- 0
media/characters/darla-mac-lochlainn/front.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 40
- 3
presets/characters.js Zobrazit soubor

@@ -573,7 +573,11 @@ const speciesData = {
}, },
"werewolf": { "werewolf": {
name: "Werewolf", name: "Werewolf",
parents: ["wolf"]
parents: ["wolf", "werebeast"]
},
"werebeast": {
name: "Werebeast",
parents: ["monster"]
}, },
"meerkat": { "meerkat": {
name: "Meerkat", name: "Meerkat",
@@ -19328,7 +19332,7 @@ characterMakers.push(() => makeCharacter(
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Leonardo Lycheborne", species: ["wolf", "dog", "barghest"], tags: ["anthro", "feral", "taur"] },
{ name: "Leonardo Lycheborne", species: ["wolf", "dog", "barghest", "werebeast"], tags: ["anthro", "feral", "taur"] },
{ {
front: { front: {
height: math.unit(6 + 1 / 12, "feet"), height: math.unit(6 + 1 / 12, "feet"),
@@ -21628,7 +21632,7 @@ characterMakers.push(() => makeCharacter(
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Tahajin", species: ["monster", "star-warrior", "fluudrani", "fish", "snake", "construct", "demi"], tags: ["anthro", "naga"] },
{ name: "Tahajin", species: ["werebeast", "monster", "star-warrior", "fluudrani", "fish", "snake", "construct", "demi"], tags: ["anthro", "naga"] },
{ {
were: { were: {
height: math.unit(25 + 6 / 12, "feet"), height: math.unit(25 + 6 / 12, "feet"),
@@ -41980,6 +41984,39 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Darla Mac Lochlainn", species: ["bear", "werebeast"], tags: ["anthro"] },
{
front: {
height: math.unit(8 + 2/12, "feet"),
weight: math.unit(650, "lb"),
name: "Front",
image: {
source: "./media/characters/darla-mac-lochlainn/front.svg",
extra: 1174/1137,
bottom: 82/1256
}
},
back: {
height: math.unit(8 + 2/12, "feet"),
weight: math.unit(650, "lb"),
name: "Back",
image: {
source: "./media/characters/darla-mac-lochlainn/back.svg",
extra: 1204/1157,
bottom: 46/1250
}
},
},
[
{
name: "Wildform",
height: math.unit(8 + 2/12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Načítá se…
Zrušit
Uložit