Ver código fonte

Add tongue areas to Aetherios and Raylldo

master
Fen Dweller 4 anos atrás
pai
commit
b5634cbe89
1 arquivos alterados com 12 adições e 0 exclusões
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Ver arquivo

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


Carregando…
Cancelar
Salvar