Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Add megamacro and gigamacro sizes for Fory
tags/v0.1.0
Fen Dweller
5 anni fa
parent
6a9cf2614b
commit
490aff4aab
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
presets/characters.js
+ 8
- 0
presets/characters.js
Vedi 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…
Annulla
Salva