Przeglądaj źródła

Add Managarmr's base form

master
Fen Dweller 4 lat temu
rodzic
commit
6d009b034c
3 zmienionych plików z 4298 dodań i 0 usunięć
  1. +12
    -0
      media/attribution.js
  2. +4263
    -0
      media/characters/managarmr/base-front.svg
  3. +23
    -0
      presets/characters.js

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

@@ -21063,6 +21063,18 @@ const attributionData = {
"xenogear"
]
},
{
prefix: "./media/characters/managarmr/",
files: [
{ name: "base-front.svg", source: null }
],
authors: [
"yutmutt"
],
owners: [
"xenogear"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 4263
- 0
media/characters/managarmr/base-front.svg
Plik diff jest za duży
Wyświetl plik


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

@@ -59125,6 +59125,7 @@ characterMakers.push(() => makeCharacter(
casual_front: {
height: math.unit(6 + 1/12, "feet"),
weight: math.unit(190, "lb"),
preyCapacity: math.unit(1, "people"),
name: "Front",
image: {
source: "./media/characters/managarmr/casual-front.svg",
@@ -59136,6 +59137,7 @@ characterMakers.push(() => makeCharacter(
casual_back: {
height: math.unit(6 + 1/12, "feet"),
weight: math.unit(190, "lb"),
preyCapacity: math.unit(1, "people"),
name: "Back",
image: {
source: "./media/characters/managarmr/casual-back.svg",
@@ -59144,6 +59146,18 @@ characterMakers.push(() => makeCharacter(
},
form: "casual",
},
base_front: {
height: math.unit(7, "feet"),
weight: math.unit(210, "lb"),
preyCapacity: math.unit(2, "people"),
name: "Front",
image: {
source: "./media/characters/managarmr/base-front.svg",
extra: 580/485,
bottom: 32/612
},
form: "base",
},
},
[
{
@@ -59152,12 +59166,21 @@ characterMakers.push(() => makeCharacter(
form: "casual",
default: true
},
{
name: "Normal",
height: math.unit(7, "feet"),
form: "base",
default: true
},
],
{
"casual": {
name: "Casual",
default: true
},
"base": {
name: "Base",
},
}
))



Ładowanie…
Anuluj
Zapisz