소스 검색
Allow characters to have little bios
master
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
14개의 추가작업 그리고
0개의 파일을 삭제
-
features.js
|
|
|
@@ -603,6 +603,20 @@ options = [ |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Extra Info", |
|
|
|
"optional": false, |
|
|
|
"group": "main", |
|
|
|
"entries": |
|
|
|
[ |
|
|
|
{ |
|
|
|
"name": "Bio", |
|
|
|
"id": "bio", |
|
|
|
"type": "text", |
|
|
|
"default": "Big stompy monster, innit" |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Body Details", |
|
|
|
"optional": false, |
|
|
|
|