Przeglądaj źródła

Add Sholstim

master
Fen Dweller 4 lat temu
rodzic
commit
0a57f35b0c
3 zmienionych plików z 1253 dodań i 0 usunięć
  1. +12
    -0
      media/attribution.js
  2. +1215
    -0
      media/characters/sholstim/side.svg
  3. +26
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Wyświetl plik

@@ -19842,6 +19842,18 @@ const attributionData = {
"alsnapz"
]
},
{
prefix: "./media/characters/sholstim/",
files: [
{ name: "side.svg", source: "https://twitter.com/Alsnapz/status/1472269682539388933" }
],
authors: [
"alsnapz"
],
owners: [
"alsnapz"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1215
- 0
media/characters/sholstim/side.svg
Plik diff jest za duży
Wyświetl plik


+ 26
- 0
presets/characters.js Wyświetl plik

@@ -2061,6 +2061,10 @@ const speciesData = {
name: "Sandcat",
parents: ["cat"]
},
"hrothgar": {
name: "Hrothgar",
parents: ["cat"]
},
}

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

characterMakers.push(() => makeCharacter(
{ name: "Sholstim", species: ["dragon"], tags: ["feral"] },
{
side: {
height: math.unit(7 + 10/12, "feet"),
name: "Side",
image: {
source: "./media/characters/sholstim/side.svg",
extra: 786/682,
bottom: 40/826
}
},
},
[
{
name: "Normal",
height: math.unit(7 + 10/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz