This commit is contained in:
syui 2024-12-15 17:58:05 +09:00
parent f3360e78ab
commit 7f03e3997e
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

111
ue.json
View File

@ -2,25 +2,43 @@
"aiue": {
"name": "ue",
"body": {
"text": "game naming conventions, ai unreal engine",
"text": "ai unreal engine, game naming conventions, character attribute",
"lang": {
"ja": "ゲームの命名規則, AI Unreal Engine"
"ja": "AI Unreal Engine, ゲームの命名規則, キャラクターの属性"
}
},
"tag": [
"ai",
"atom",
"molecule",
"atmosphere",
"universe"
],
"ai": {
"name": "ai",
"body": {
"text": "the smallest unit in this world / a character name",
"group": [
"origin"
],
"lang": {
"ja": "この世で一番小さな単位 / キャラクター名"
"ja": "アイ"
},
"ref": "at://syui.ai",
"body": {
"text": "the smallest unit in this world, smaller than a quark. the smaller it is, the more it can gather together. it generates enormous gravity, and black holes are made up of these particles. this world is the world of existence. existence is made up of the consciousness of existence. the consciousness of existence is the smallest thing in this world, and all matter is a collection of this consciousness.",
"lang": {
"ja": "クォークよりも小さいこの世界の最小単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体"
}
},
"tag": [
"ai",
"yui"
],
"ai": {
"name": "ai",
"color": "#fff700",
"lang": {
"ja": "アイ"
},
"story": {
"body": {
"text": "there is nothing the same in this world. even though we may seem to be looking at the same thing, we are actually looking at something different. there is uniqueness in everything",
@ -28,13 +46,21 @@
"ja": "この世に同じものは何一つない。同じものを見ているように見えても、実は違うものを見ている。すべての存在は唯一性を持つ"
}
}
}
},
"tag": [
"yui"
]
"yui": {
"name": "yui",
"color": "#313131",
"lang": {
"ja": "ユイ"
}
}
},
"atom": {
"name": "atom",
"group": [
"fantasy"
],
"lang": {
"ja": "原子"
},
@ -50,45 +76,98 @@
"neutron",
"atomic",
"electron",
"quark",
"ai"
"quark"
],
"proton": {
"name": "proton",
"color": "#e74c3c",
"lang": {
"ja": "陽子"
}
},
"neutron": {
"name": "neutron",
"color": "#cacfd2",
"lang": {
"ja": "中性子"
}
},
"atomic": {
"name": "atomic",
"color": "#1abc9c",
"lang": {
"ja": "原子核"
"ja": "核"
}
},
"electron": {
"name": "electron",
"color": "#3498db",
"lang": {
"ja": "電子"
}
},
"quark": {
"name": "quark",
"color": "#9b59b6",
"lang": {
"ja": "クォーク"
}
},
"ai": {
"name": "ai",
"body": {
"text": "a unit much smaller than a quark, the smaller the particles, the more they can gather together. when they do, huge amounts of gravity are generated. black holes are also made up of these units. this world is the world of existence. existence is composed of the consciousness of existence. the consciousness of existence is the smallest thing in this world, and all matter is a collection of this consciousness.",
"molecule": {
"name": "molecule",
"group": [
"animal"
],
"lang": {
"ja": "クォークよりもはるかに小さい単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体"
"ja": "分子"
},
"ref": "https://en.wikipedia.org/wiki/molecule",
"body": {
"text": "a neutrally charged substance made up of two or more atoms",
"lang": {
"ja": "2つ以上の原子から構成される電荷的に中性な物質"
}
},
"tag": [
"water",
"wind",
"rock",
"ice",
"fire"
],
"water": {
"name": "water",
"color": "#blue",
"lang": {
"ja": "水"
}
},
"fire": {
"name": "fire",
"color": "#red",
"lang": {
"ja": "火"
}
},
"wind": {
"name": "wind",
"color": "#green",
"lang": {
"ja": "風"
}
},
"rock": {
"name": "rock",
"color": "#black",
"lang": {
"ja": "岩"
}
},
"ice": {
"name": "ice",
"color": "#white",
"lang": {
"ja": "氷"
}
}
}