Procházet zdrojové kódy

Update Ariz and Harthos

master
Fen Dweller před 3 roky
rodič
revize
e6cd44c272
4 změnil soubory, kde provedl 3313 přidání a 1402 odebrání
  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 Zobrazit soubor

@@ -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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


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


+ 10
- 10
presets/characters.js Zobrazit soubor

@@ -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
},


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