This commit is contained in:
syui 2024-12-26 16:55:26 +09:00
parent c8bf60728f
commit cc398f3dd3
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

73
ue.json
View File

@ -198,9 +198,80 @@
"lang": {
"ja": "ステータスシステムはキャラクター全般のステータスを規定する"
}
},
"enum": [
"lv",
"constellation",
"nature",
"stone"
],
"lv": {
"lang": {
"ja": "レベル"
},
"min": 1,
"max": 7,
"body": {
"text": "character level system",
"lang": {
"ja": "キャラクターのレベルシステム"
}
}
},
"status": {
"constellation": {
"lang": {
"ja": "星座"
},
"min": 0,
"max": 3,
"body": {
"text": "character duplication system. in japanese it is called convex, but in english it is often abbreviated to [c]",
"lang": {
"ja": "キャラクターの重複システム。日本語では凸と言われるが、英語では[c]と略されることが多い"
}
}
},
"natrue": {
"lang": {
"ja": "天性"
},
"enum": [
"skill",
"burst",
"attack"
],
"min": 1,
"max": 7
},
"stone": {
"lang": {
"ja": "石"
},
"body": {
"text": "stone system modeled after birthstones",
"lang": {
"ja": "誕生石をモデルにした石システム"
}
},
"enum": [
"garnet",
"amethyst",
"aquamarine",
"diamond",
"emerald",
"pearl",
"ruby",
"peridot",
"sapphire",
"opal",
"topaz",
"turquoise"
],
"min": 1,
"max": 12
}
},
"color": {
"name": "color",
"body": {
"text": "the color system determines the color of the character",