This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Add micro and macro sizes for Kyrehx
tags/v0.1.0
Fen Dweller
6 years ago
parent
d9dae346a6
commit
fe66b93317
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
presets/characters.js
+ 8
- 0
presets/characters.js
View File
@@ -17217,11 +17217,19 @@ characterMakers["Kyrehx"] = () => {
},
},
[
{
name: "Micro",
height: math.unit(2, "inches")
},
{
name: "Normal",
height: math.unit(8, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(255, "feet")
},
]
)
};
Write
Preview
Loading…
Cancel
Save