Explorar el Código

Update Ariz and Harthos

master
Fen Dweller hace 3 años
padre
commit
e6cd44c272
Se han modificado 4 ficheros con 3313 adiciones y 1402 borrados
  1. +2
    -2
      media/attribution.js
  2. +1688
    -609
      media/characters/ariz/front.svg
  3. +1613
    -781
      media/characters/harthos/front.svg
  4. +10
    -10
      presets/characters.js

+ 2
- 2
media/attribution.js Ver fichero

@@ -15631,7 +15631,7 @@ const attributionData = {
{
prefix: "./media/characters/harthos/",
files: [
{ name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Peacekeepers-Gigas-Class-858049298" }
{ name: "front.svg", source: "https://www.deviantart.com/mcdead11/art/Harthos-2022-912301148" }
],
authors: [
"epicoart"
@@ -15790,7 +15790,7 @@ const attributionData = {
{
prefix: "./media/characters/ariz/",
files: [
{ name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Peacekeepers-Amazon-Armour-858049076" }
{ name: "front.svg", source: "https://www.deviantart.com/mcdead11/art/Ariz-the-Amazon-910904774" }
],
authors: [
"epicoart"


+ 1688
- 609
media/characters/ariz/front.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1613
- 781
media/characters/harthos/front.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 10
- 10
presets/characters.js Ver fichero

@@ -43324,20 +43324,20 @@ characterMakers.push(() => makeCharacter(
{ name: "Harthos", species: ["peacekeeper"], tags: ["anthro"] },
{
front: {
height: math.unit(1148, "feet"),
weight: math.unit(34057, "lb"),
height: math.unit(350, "meters"),
weight: math.unit(7.57059e+8, "lb"),
name: "Front",
image: {
source: "./media/characters/harthos/front.svg",
extra: 1391/1339,
bottom: 13/1404
extra: 455/446,
bottom: 15/470
}
},
},
[
{
name: "Macro",
height: math.unit(1148, "feet"),
height: math.unit(350, "meters"),
default: true
},
]
@@ -43793,19 +43793,19 @@ characterMakers.push(() => makeCharacter(
{ name: "Ariz", species: ["peacekeeper"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(10, "feet"),
weight: math.unit(500, "lb"),
name: "Front",
image: {
source: "./media/characters/ariz/front.svg",
extra: 1401/1346,
bottom: 5/1406
extra: 461/450,
bottom: 16/477
}
},
},
[
{
name: "Normal",
name: "MiniMacro",
height: math.unit(10, "feet"),
default: true
},


Cargando…
Cancelar
Guardar