Fen Dweller před 4 roky
rodič
revize
e6aca1f89c
3 změnil soubory, kde provedl 1873 přidání a 0 odebrání
  1. +12
    -0
      media/attribution.js
  2. +1838
    -0
      media/characters/kahea/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Zobrazit soubor

@@ -17422,6 +17422,18 @@ const attributionData = {
"terry"
]
},
{
prefix: "./media/characters/kahea/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"mongrelist"
],
owners: [
"mongrelist"
]
},
//characters
{
prefix: "./media/dildos/chance/",


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


+ 23
- 0
presets/characters.js Zobrazit soubor

@@ -46121,6 +46121,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Kahea", species: ["werewolf"], tags: ["anthro"] },
{
front: {
height: math.unit(12, "feet"),
weight: math.unit(1500, "lb"),
name: "Front",
image: {
source: "./media/characters/kahea/front.svg",
extra: 1722/1617,
bottom: 179/1901
}
},
},
[
{
name: "Normal",
height: math.unit(12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


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