Compare commits

...

2 Commits

Author SHA1 Message Date
cc398f3dd3
fix 2024-12-26 16:55:26 +09:00
c8bf60728f
fix 2024-12-26 16:38:13 +09:00

123
ue.json
View File

@ -188,7 +188,8 @@
"yui",
"evolution",
"attribute",
"status"
"status",
"color"
],
"status": {
"name": "status",
@ -197,6 +198,86 @@
"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
}
},
"color": {
"name": "color",
"body": {
"text": "the color system determines the color of the character",
"lang": {
"ja": "色システムはキャラクターの色を規定する。ガチャで手に入れたキャラクターはすべてこの色違いとなる。色違いは2種類あり、特殊なエフェクトが付いている。なお、低確率で本物に近い色違いが排出される。rankが高い色で上書きされる"
}
}
},
"yui": {
@ -252,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",
@ -344,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": {