From cc398f3dd39e590d5b46f40bfaa76e5e152e77bd Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 26 Dec 2024 16:55:26 +0900 Subject: [PATCH] fix --- ue.json | 115 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 93 insertions(+), 22 deletions(-) diff --git a/ue.json b/ue.json index b750adb..36daaf7 100644 --- a/ue.json +++ b/ue.json @@ -189,7 +189,7 @@ "evolution", "attribute", "status", - "color" + "color" ], "status": { "name": "status", @@ -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": "キャラクターのレベルシステム" + } + } + }, + "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 } }, - "status": { + "color": { "name": "color", "body": { "text": "the color system determines the color of the character", @@ -262,16 +333,16 @@ "lang": { "ja": "クォークよりも小さいこの世界の最小単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体" }, - "effect": { - "name": "gravity", - "value": 1, - "body": { - "text": "immediately before attacking, perform a powerful pull", - "lang": { - "ja": "攻撃の直前、強力な引き寄せを行う" - } - } - } + "effect": { + "name": "gravity", + "value": 1, + "body": { + "text": "immediately before attacking, perform a powerful pull", + "lang": { + "ja": "攻撃の直前、強力な引き寄せを行う" + } + } + } }, "enum": [ "ai", @@ -354,16 +425,16 @@ "lang": { "ja": "クォーク" }, - "effect": { - "name": "gravity", - "value": 0.1, - "body": { - "text": "immediately before attacking, perform a powerful pull", - "lang": { - "ja": "攻撃の直前、強力な引き寄せを行う" - } - } - } + "effect": { + "name": "gravity", + "value": 0.1, + "body": { + "text": "immediately before attacking, perform a powerful pull", + "lang": { + "ja": "攻撃の直前、強力な引き寄せを行う" + } + } + } } }, "molecule": {