Преглед на файлове

Add another form for Harthos

master
Fen Dweller преди 3 години
родител
ревизия
b18a342b0f
променени са 3 файла, в които са добавени 4497 реда и са изтрити 4 реда
  1. +2
    -1
      media/attribution.js
  2. +4459
    -0
      media/characters/harthos/allusus-front.svg
  3. +36
    -3
      presets/characters.js

+ 2
- 1
media/attribution.js Целия файл

@@ -15631,7 +15631,8 @@ const attributionData = {
{
prefix: "./media/characters/harthos/",
files: [
{ name: "front.svg", source: "https://www.deviantart.com/mcdead11/art/Harthos-2022-912301148" }
{ name: "front.svg", source: "https://www.deviantart.com/mcdead11/art/Harthos-2022-912301148" },
{ name: "allusus-front.svg", source: null },
],
authors: [
"epicoart"


+ 4459
- 0
media/characters/harthos/allusus-front.svg
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 36
- 3
presets/characters.js Целия файл

@@ -2369,6 +2369,10 @@ const speciesData = {
name: "Humanoid",
parents: []
},
"allusus": {
name: "Allusus",
parents: ["humanoid"]
},
}

//species
@@ -43321,7 +43325,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Harthos", species: ["peacekeeper"], tags: ["anthro"] },
{ name: "Harthos", species: ["peacekeeper", "allusus"], tags: ["anthro"] },
{
front: {
height: math.unit(350, "meters"),
@@ -43331,16 +43335,45 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/harthos/front.svg",
extra: 455/446,
bottom: 15/470
}
},
form: "peacekeeper",
default: true
},
allusus_front: {
height: math.unit(270, "meters"),
weight: math.unit(3.47550e+8, "lb"),
name: "Front",
image: {
source: "./media/characters/harthos/allusus-front.svg",
extra: 455/446,
bottom: 15/470
},
form: "allusus",
},
},
[
{
name: "Macro",
height: math.unit(350, "meters"),
default: true,
form: "peacekeeper"
},
{
name: "Macro",
height: math.unit(270, "meters"),
default: true,
form: "allusus"
},
],
{
"peacekeeper": {
name: "Peacekeeper",
default: true
},
]
"allusus": {
name: "Allusus",
},
}
))

characterMakers.push(() => makeCharacter(


Loading…
Отказ
Запис