Browse Source

Add tongue areas to Aetherios and Raylldo

master
Fen Dweller 4 years ago
parent
commit
b5634cbe89
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js View File

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


Loading…
Cancel
Save