Sfoglia il codice sorgente

Add tongue areas to Aetherios and Raylldo

master
Fen Dweller 4 anni fa
parent
commit
b5634cbe89
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Vedi File

@@ -34707,6 +34707,12 @@ characterMakers.push(() => makeCharacter(
power: 3, power: 3,
type: "volume", type: "volume",
base: math.unit(1000, "people") base: math.unit(1000, "people")
},
tongueSize: {
name: "Tongue Size",
power: 2,
type: "area",
base: math.unit(21, "m^2")
} }
} }
}, },
@@ -50781,6 +50787,12 @@ characterMakers.push(() => makeCharacter(
power: 3, power: 3,
type: "volume", type: "volume",
base: math.unit(1000, "people") base: math.unit(1000, "people")
},
tongueSize: {
name: "Tongue Size",
power: 2,
type: "area",
base: math.unit(21, "m^2")
} }
} }
}, },


Loading…
Annulla
Salva