Explorar el Código

Add tongue areas to Aetherios and Raylldo

master
Fen Dweller hace 4 años
padre
commit
b5634cbe89
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Ver fichero

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


Cargando…
Cancelar
Guardar