Compare commits

...

2 Commits

Author SHA1 Message Date
60529a072c
test json 2024-12-21 13:54:16 +09:00
721e3345c9
add json 2024-12-21 13:54:16 +09:00

530
ue.json
View File

@ -1,19 +1,219 @@
{
"aiue": {
"name": "ue",
"name": "aiue",
"body": {
"text": "ai unreal engine, game naming conventions, character attribute",
"text": "[ai] [u]nreal [e]ngine, system overview, game naming conventions",
"lang": {
"ja": "AI Unreal Engine, ゲームの命名規則, キャラクターの属性"
"ja": "ai Unreal Engine, システムの概要, ゲームの命名規則"
}
},
"tag": [
"ai",
"atom",
"molecule",
"system": {
"enum": [
"character",
"atmosphere",
"universe"
],
"atmosphere": {
"name": "atmosphere",
"repo": "https://github.com/bluesky-social/atproto",
"uri": "https://atproto.com/ja/guides/glossary",
"ref": "https://en.wikipedia.org/wiki/atmosphere_of_earth",
"lang": {
"ja": "大気圏"
},
"exoshere": {
"name": "exo",
"lang": {
"ja": "外気圏"
},
"km": [
{
"min": 700,
"max": 10000
}
],
"enum": [
"universe"
]
},
"thermoshere": {
"name": "thermo",
"lang": {
"ja": "熱圏"
},
"km": [
{
"min": 80,
"max": 700
}
],
"enum": [
"aurora"
]
},
"mesoshere": {
"name": "meso",
"lang": {
"ja": "中間圏"
},
"km": [
{
"min": 50,
"max": 80
}
],
"enum": [
"meteor",
"plc"
],
"plc": {
"name": "plc",
"repo": "https://github.com/did-method-plc/did-method-plc/tree/main/packages/server",
"tag": [
"did"
]
}
},
"stratoshere": {
"name": "strato",
"lang": {
"ja": "成層圏"
},
"km": [
{
"min": 12,
"max": 50
}
],
"enum": [
"ozone",
"bigsky"
],
"bigsky": {
"name": "bgs",
"service": [
{
"name": "bgs",
"repo": "https://github.com/bluesky-social/indigo/tree/main/cmd/bigsky"
}
]
},
"ozone": {
"service": [
{
"name": "ozone",
"repo": "https://github.com/bluesky-social/atproto/tree/main/services/ozone"
}
]
}
},
"troposhere": {
"name": "tropo",
"lang": {
"ja": "対流圏"
},
"km": [
{
"min": 0,
"max": 12
}
],
"enum": [
"bluesky"
],
"bluesky": {
"name": "bsky",
"service": [
{
"name": "pds",
"repo": "https://github.com/bluesky-social/atproto/tree/main/services/pds"
},
{
"name": "bsky",
"repo": "https://github.com/bluesky-social/atproto/tree/main/services/bsky",
"tag": [
"api",
"appview"
]
},
{
"name": "bsync",
"repo": "https://github.com/bluesky-social/atproto/tree/main/services/bsync"
},
{
"name": "social-app",
"repo": "https://github.com/bluesky-social/social-app",
"tag": [
"web"
]
},
{
"name": "oauth",
"repo": "https://github.com/bluesky-social/cookbook/tree/main/python-oauth-web-app"
},
{
"name": "feed",
"repo": "https://github.com/bluesky-social/feed-generator"
},
{
"name": "stream",
"repo": "https://github.com/bluesky-social/jetstream"
}
]
}
}
},
"character": {
"body": {
"text": "character system is the core of this game",
"lang": {
"ja": "キャラクターシステムはこのゲームの核。yui, evolution, attributeの3つのシステムで構成される"
}
},
"enum": [
"yui",
"evolution",
"attribute"
],
"yui": {
"body": {
"text": "yui system that aims to guarantee uniqueness for characters",
"lang": {
"ja": "キャラクターに唯一性の担保を目指す、唯システム"
}
},
"rule": {
"text": "characters are divided into groups. groups change with each season. they do not return to the previous season. the number of pickups starts at 1, and when it reaches 0, the chance to get that character disappears.",
"lang": {
"ja": "キャラクターはグループに分けられる。グループはシーズンで移行する。前シーズンに戻ることはない。ピックアップ数は1から始まり0になると手に入れる機会が消滅"
}
}
},
"evolution": {
"enum": [
"animal",
"human",
"divinity"
],
"body": {
"text": "each character has three stages of evolution",
"lang": {
"ja": "1キャラクターにつき3段階の進化[変身]がある"
}
}
},
"attribute": {
"enum": [
"ai",
"atom",
"molecule"
],
"body": {
"text": "each character has one attribute",
"lang": {
"ja": "1キャラクターにつき1属性を持つ"
}
},
"ai": {
"name": "ai",
"group": [
@ -29,7 +229,7 @@
"ja": "クォークよりも小さいこの世界の最小単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体"
}
},
"tag": [
"enum": [
"ai",
"yui"
],
@ -39,14 +239,12 @@
"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",
"lang": {
"ja": "この世に同じものは何一つない。同じものを見ているように見えても、実は違うものを見ている。すべての存在は唯一性を持つ"
}
}
}
},
"yui": {
"name": "yui",
@ -71,7 +269,7 @@
"ja": "アトムはギリシャ語のアトモス、これ以上分割できないという単語が由来。原子は陽子と中性子からなる原子核と、その周囲に分布する電子から構成される"
}
},
"tag": [
"enum": [
"proton",
"neutron",
"atomic",
@ -112,6 +310,7 @@
"lang": {
"ja": "クォーク"
}
}
},
"molecule": {
"name": "molecule",
@ -128,7 +327,7 @@
"ja": "2つ以上の原子から構成される電荷的に中性な物質"
}
},
"tag": [
"enum": [
"water",
"wind",
"rock",
@ -158,109 +357,48 @@
},
"rock": {
"name": "rock",
"color": "#black",
"color": "#f0b27a",
"lang": {
"ja": "岩"
}
},
"ice": {
"name": "ice",
"color": "#white",
"color": "#ebf5fb",
"lang": {
"ja": "氷"
}
}
}
},
"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": "宇宙"
},
"body": {
"text": "mainly the map (level) system, aim to reflect reality. create as many invisible and inaccessible areas as possible",
"lang": {
"ja": "主にマップ(レベル)のシステム。現実の反映を目指す。できる限り見えない部分、行けない場所を作る"
}
},
"system": {
"enum": [
"choices",
"diagnosis",
"fate"
],
"body": {
"text": "this world is made up of three elements: choices, diagnosis, and fate",
"lang": {
"ja": "この世界はchoices(選択), diagnosis(診断)、fate(運)という3つの要素で構成されます"
}
}
},
"uri": "https://eyes.nasa.gov/apps/solar-system",
"ref": "https://en.wikipedia.org/wiki/universe",
"tag": [
"enum": [
"earth",
"moon",
"sun",
@ -292,7 +430,7 @@
},
"sun": {
"name": "sun",
"tag": [
"enum": [
"solar"
],
"lang": {
@ -369,13 +507,9 @@
"lang": {
"ja": "銀河"
},
"tag": [
"enum": [
"milkyway",
"andromeda",
"bode",
"cigar",
"whirlpool",
"cartwheel",
"ringnebula"
],
"milkyway": {
@ -390,30 +524,6 @@
"ja": "アンドロメダ"
}
},
"bode": {
"name": "bode's",
"lang": {
"ja": "ボーデ"
}
},
"cigar": {
"name": "cigar",
"lang": {
"ja": "葉巻"
}
},
"whirlpool": {
"name": "whirlpool",
"lang": {
"ja": "子持ち"
}
},
"cartwheel": {
"name": "cartwheel",
"lang": {
"ja": "車輪"
}
},
"ringnebula": {
"name": "ringnebula",
"lang": {
@ -423,5 +533,173 @@
}
}
}
},
"character": {
"ref": "https://git.syui.ai/ai/ue/src/branch/main/lexicons/ai/syui/game/user.json",
"lang": {
"ja": "キャラクター"
},
"body": {
"text": "character status, groups, attributes, etc.",
"lang": {
"ja": "キャラクターのステータス、グループ、属性など"
}
},
"enum": [
"ai",
"chinese",
"manny",
"quinn",
"phoenix",
"kirin",
"leviathan",
"wyvern",
"cerberus",
"dragon",
"kitsune",
"pegasus",
"whale",
"lion",
"elephant",
"eagle",
"snake"
],
"ai": {
"lang": {
"ja": "アイ"
},
"season": 0,
"group": "origin",
"attribute": "ai"
},
"manny": {
"lang": {
"ja": "マニー"
},
"season": 0,
"group": "test",
"attribute": "test"
},
"quinn": {
"lang": {
"ja": "クイーン"
},
"season": 0,
"group": "test",
"attribute": "test"
},
"chinese": {
"lang": {
"ja": "シンリュウ"
},
"season": 1,
"group": "fantasy",
"attribute": "quark"
},
"phoenix": {
"lang": {
"ja": "フェニックス"
},
"season": 1,
"group": "fantasy",
"attribute": "proton"
},
"kirin": {
"lang": {
"ja": "キリン"
},
"season": 1,
"group": "fantasy",
"attribute": "neutron"
},
"leviathan": {
"lang": {
"ja": "リヴァイアサン"
},
"season": 1,
"group": "fantasy",
"attribute": "electron"
},
"wyvern": {
"lang": {
"ja": "ワイバーン"
},
"season": 1,
"group": "fantasy",
"attribute": "proton"
},
"cerberus": {
"lang": {
"ja": "ケルベロス"
},
"season": 1,
"group": "fantasy",
"attribute": "atomic"
},
"dragon": {
"lang": {
"ja": "ドラゴン"
},
"season": 1,
"group": "fantasy",
"attribute": "atomic"
},
"kitsune": {
"lang": {
"ja": "ヨウコ"
},
"season": 1,
"group": "fantasy",
"attribute": "neutron"
},
"pegasus": {
"lang": {
"ja": "ペガサス"
},
"season": 1,
"group": "fantasy",
"attribute": "electron"
},
"lion": {
"lang": {
"ja": "ライオン"
},
"season": 2,
"group": "animal",
"attribute": "fire"
},
"elephant": {
"lang": {
"ja": "ゾウ"
},
"season": 2,
"group": "animal",
"attribute": "rock"
},
"eagle": {
"lang": {
"ja": "ワシ"
},
"season": 2,
"group": "animal",
"attribute": "wind"
},
"snake": {
"lang": {
"ja": "ヘビ"
},
"season": 2,
"group": "animal",
"attribute": "ice"
},
"whale": {
"lang": {
"ja": "クジラ"
},
"season": 2,
"group": "animal",
"attribute": "water"
}
}
}
}