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 megamacro and gigamacro sizes for Fory
tags/v0.1.0
Fen Dweller
5 years ago
parent
6a9cf2614b
commit
490aff4aab
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
@@ -723,6 +723,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(50, "feet"),
default: true
},
{
name: "Megamacro",
height: math.unit(10, "miles")
},
{
name: "Gigamacro",
height: math.unit(5, "earths")
},
]
))
Write
Preview
Loading…
Cancel
Save