Quellcode durchsuchen

Add Cianus

master
Fen Dweller vor 4 Jahren
Ursprung
Commit
fd95ae1ff1
3 geänderte Dateien mit 1209 neuen und 0 gelöschten Zeilen
  1. +17
    -0
      media/attribution.js
  2. +1166
    -0
      media/characters/cianus/side.svg
  3. +26
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js Datei anzeigen

@@ -19345,6 +19345,19 @@ const attributionData = {
"russec" "russec"
] ]
}, },
{
prefix: "./media/characters/cianus/",
files: [
{ name: "side.svg", source: "https://www.deviantart.com/moriartea-time/art/Griffin-LINEART-FREE-TO-USE-212787273" }
],
authors: [
"moriartea-time",
"immaturecontent"
],
owners: [
"immaturecontent"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -26701,6 +26714,10 @@ const attributionData = {
"name": "Russec", "name": "Russec",
"url": "https://russec.info" "url": "https://russec.info"
}, },
"moriartea-time": {
"name": "Moriartea-time",
"url": "https://www.deviantart.com/moriartea-time/"
},
} }
} }




+ 1166
- 0
media/characters/cianus/side.svg
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 26
- 0
presets/characters.js Datei anzeigen

@@ -2021,6 +2021,10 @@ const speciesData = {
name: "Continental Giant Rabbit", name: "Continental Giant Rabbit",
parents: ["rabbit"] parents: ["rabbit"]
}, },
"demigryph": {
name: "Demigryph",
parents: ["lion", "eagle"]
},
} }


//species //species
@@ -52915,6 +52919,28 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Cianus", species: ["demigryph"], tags: ["anthro"] },
{
side: {
height: math.unit(12, "feet"),
name: "Side",
image: {
source: "./media/characters/cianus/side.svg",
extra: 808/526,
bottom: 61/869
}
},
},
[
{
name: "Normal",
height: math.unit(12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Laden…
Abbrechen
Speichern