Procházet zdrojové kódy

Add capacities for Aura Starwind

master
Fen Dweller před 6 roky
rodič
revize
57ffc9f48d
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      presets/characters.js

+ 4
- 0
presets/characters.js Zobrazit soubor

@@ -5981,6 +5981,7 @@ characterMakers.push(() => makeCharacter(
front: { front: {
height: math.unit(14, "feet"), height: math.unit(14, "feet"),
weight: math.unit(1450, "kg"), weight: math.unit(1450, "kg"),
capacity: math.unit(15, "people"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/aura-starwind/front.svg", source: "./media/characters/aura-starwind/front.svg",
@@ -5990,6 +5991,7 @@ characterMakers.push(() => makeCharacter(
side: { side: {
height: math.unit(14, "feet"), height: math.unit(14, "feet"),
weight: math.unit(1450, "kg"), weight: math.unit(1450, "kg"),
capacity: math.unit(15, "people"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/aura-starwind/side.svg", source: "./media/characters/aura-starwind/side.svg",
@@ -5999,6 +6001,7 @@ characterMakers.push(() => makeCharacter(
taur: { taur: {
height: math.unit(18, "feet"), height: math.unit(18, "feet"),
weight: math.unit(5500, "kg"), weight: math.unit(5500, "kg"),
capacity: math.unit(50, "people"),
name: "Taur", name: "Taur",
image: { image: {
source: "./media/characters/aura-starwind/taur.svg", source: "./media/characters/aura-starwind/taur.svg",
@@ -6008,6 +6011,7 @@ characterMakers.push(() => makeCharacter(
feral: { feral: {
height: math.unit(46, "feet"), height: math.unit(46, "feet"),
weight: math.unit(25000, "kg"), weight: math.unit(25000, "kg"),
capacity: math.unit(120, "people"),
name: "Feral", name: "Feral",
image: { image: {
source: "./media/characters/aura-starwind/feral.svg" source: "./media/characters/aura-starwind/feral.svg"


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