Browse Source

Adjust Raxinath's sizes

master
Fen Dweller 5 years ago
parent
commit
8ad2fe4ce7
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      presets/characters.js

+ 6
- 2
presets/characters.js View File

@@ -38710,12 +38710,16 @@ characterMakers.push(() => makeCharacter(
default: true default: true
}, },
{ {
name: "Building",
name: "Giant",
height: math.unit(50, "feet") height: math.unit(50, "feet")
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(300, "feet")
height: math.unit(1000, "feet")
},
{
name: "Megamacro",
height: math.unit(1, "mile")
}, },
] ]
)) ))


Loading…
Cancel
Save