ue/ue.json
2024-12-14 14:18:42 +09:00

284 lines
6.7 KiB
JSON

{
"aiue": {
"name": "ue",
"body": "game naming conventions, ai unreal engine",
"lang": {
"ja": "ゲームの命名規則, AI Unreal Engine"
},
"tag": [
"ai",
"atom",
"universe",
"atmosphere"
],
"ai": {
"name": "ai",
"body": {
"text": "the smallest unit in this world / a character name",
"lang": {
"ja": "この世で一番小さな単位 / キャラクター名"
}
},
"story": {
"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",
"lang": {
"ja": "この世に同じものは何一つない。同じものを見ているように見えても、実は違うものを見ている。すべての存在は唯一性を持つ"
}
},
"tag": [
"yui"
]
},
"atom": {
"name": "atom",
"ref": "https://en.wikipedia.org/wiki/atom",
"body": "the word atom comes from the greek word atmos, which means indivisible. an atom consists of an atomic nucleus, which is made up of protons and neutrons, and electrons distributed around the nucleus",
"lang": {
"ja": "アトムはギリシャ語のアトモス、つまり、分割できないという単語が由来。原子は陽子と中性子からなる原子核と、その周囲に分布する電子から構成される"
},
"tag": [
"proton",
"neutron",
"atomic",
"electron",
"quark"
],
"proton": {
"name": "proton",
"lang": {
"ja": "陽子"
}
},
"neutron": {
"name": "neutron",
"lang": {
"ja": "中性子"
}
},
"atomic": {
"name": "atomic",
"lang": {
"ja": "原子核"
}
},
"electron": {
"name": "electron",
"lang": {
"ja": "電子"
}
},
"quark": {
"name": "quark",
"lang": {
"ja": "クォーク"
}
},
"ai": {
"name": "ai",
"lang": {
"ja": "クォークよりもはるかに小さい単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体"
},
"body": "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."
}
},
"atmosphere": {
"name": "atmo",
"lang": {
"ja": "大気圏"
},
"exoshere": {
"name": "exo",
"lang": {
"ja": "外気圏"
},
"km": [
{
"min": 700,
"max": 10000
}
],
"tag": [
"universe"
]
},
"thermoshere": {
"name": "thermo",
"lang": {
"ja": "熱圏"
},
"km": [
{
"min": 80,
"max": 700
}
],
"tag": [
"aurora"
]
},
"mesoshere": {
"name": "meso",
"lang": {
"ja": "中間圏"
},
"km": [
{
"min": 50,
"max": 80
}
],
"tag": [
"meteor"
]
},
"stratoshere": {
"name": "strato",
"lang": {
"ja": "成層圏"
},
"km": [
{
"min": 12,
"max": 50
}
],
"tag": [
"ozone"
]
},
"troposhere": {
"name": "tropo",
"lang": {
"ja": "対流圏"
},
"km": [
{
"min": 0,
"max": 12
}
],
"tag": [
"sky"
]
},
"ref": "https://en.wikipedia.org/wiki/atmosphere_of_earth"
},
"universe": {
"name": "universe",
"lang": {
"ja": "宇宙"
},
"ref": "https://en.wikipedia.org/wiki/universe",
"tag": [
"mercury",
"venus",
"earth",
"mars",
"jupiter",
"saturn",
"uranus",
"neptune",
"neutronstar",
"blackhole",
"galaxy"
],
"earth": {
"name": "earth",
"lang": {
"ja": "地球"
},
"mass": 1.0
},
"moon": {
"name": "moon",
"lang": {
"lang": {
"ja": "月"
},
"mass": 0.0123
},
"sun": {
"name": "sun",
"tag": [
"solar"
],
"lang": {
"ja": "太陽"
},
"mass": 333000.01
},
"mars": {
"name": "mars",
"lang": {
"ja": "火星"
},
"mass": 0.107
},
"mercury": {
"name": "mercury",
"lang": {
"ja": "水星"
},
"mass": 0.055
},
"venus": {
"name": "venus",
"lang": {
"ja": "金星"
},
"mass": 0.815
},
"jupiter": {
"name": "jupiter",
"lang": {
"ja": "木星"
},
"mass": 317.8
},
"saturn": {
"name": "saturn",
"lang": {
"ja": "土星"
},
"mass": 95.16
},
"uranus": {
"name": "uranus",
"lang": {
"ja": "天王星"
},
"mass": 14.54
},
"neptune": {
"name": "neptune",
"lang": {
"ja": "海王星"
},
"mass": 17.15
},
"neutronstar": {
"name": "neutronstar",
"lang": {
"ja": "中性子星"
},
"mass": 466666.0
},
"blackhole": {
"name": "blackhole",
"lang": {
"ja": "ブラックホール"
},
"mass": 1000000000000.0
},
"galaxy": {
"name": "galaxy",
"lang": {
"ja": "銀河"
},
"mass": 100000000000000.0
}
}
}
}
}