This commit is contained in:
syui 2024-12-15 18:00:01 +09:00
parent d58d548c95
commit 721e3345c9
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

343
ue.json
View File

@ -1,18 +1,73 @@
{
"aiue": {
"name": "ue",
"name": "aiue",
"body": {
"text": "ai unreal engine, game naming conventions, character attribute",
"text": "[ai] [u]nreal [e]ngine, game naming conventions, character attribute",
"lang": {
"ja": "AI Unreal Engine, ゲームの命名規則, キャラクターの属性"
"ja": "ai Unreal Engine, システムの概要, ゲームの命名規則"
}
},
"tag": [
"system": {
"enum": [
"character",
"atmosphere",
"universe"
],
"character": {
"enum": [
"yui",
"mode",
"attribute"
],
"yui": {
"body": {
"text": "a 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になるとそのキャラクターを手に入れる機会は消滅する"
}
}
},
"mode": {
"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属性を持つ"
}
}
}
}
},
"enum": [
"ai",
"atom",
"molecule",
"atmosphere",
"universe"
"universe",
"character"
],
"ai": {
"name": "ai",
@ -29,7 +84,7 @@
"ja": "クォークよりも小さいこの世界の最小単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体"
}
},
"tag": [
"enum": [
"ai",
"yui"
],
@ -39,14 +94,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 +124,7 @@
"ja": "アトムはギリシャ語のアトモス、これ以上分割できないという単語が由来。原子は陽子と中性子からなる原子核と、その周囲に分布する電子から構成される"
}
},
"tag": [
"enum": [
"proton",
"neutron",
"atomic",
@ -112,6 +165,7 @@
"lang": {
"ja": "クォーク"
}
}
},
"molecule": {
"name": "molecule",
@ -128,7 +182,7 @@
"ja": "2つ以上の原子から構成される電荷的に中性な物質"
}
},
"tag": [
"enum": [
"water",
"wind",
"rock",
@ -158,19 +212,18 @@
},
"rock": {
"name": "rock",
"color": "#black",
"color": "#f0b27a",
"lang": {
"ja": "岩"
}
},
"ice": {
"name": "ice",
"color": "#white",
"color": "#ebf5fb",
"lang": {
"ja": "氷"
}
}
}
},
"atmosphere": {
"name": "atmo",
@ -188,7 +241,7 @@
"max": 10000
}
],
"tag": [
"enum": [
"universe"
]
},
@ -203,7 +256,7 @@
"max": 700
}
],
"tag": [
"enum": [
"aurora"
]
},
@ -218,7 +271,7 @@
"max": 80
}
],
"tag": [
"enum": [
"meteor"
]
},
@ -233,7 +286,7 @@
"max": 50
}
],
"tag": [
"enum": [
"ozone"
]
},
@ -248,19 +301,96 @@
"max": 12
}
],
"tag": [
"enum": [
"sky"
]
},
"account": {
"name": "at",
"body": {
"text": "at protocol",
"lang": {
"ja": "アット プロトコル"
}
},
"repo": "https://github.com/bluesky-social/atproto",
"uri": "https://atproto.com/ja/guides/glossary",
"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": "ozone",
"repo": "https://github.com/bluesky-social/atproto/tree/main/services/ozone"
},
{
"name": "bgs",
"repo": "https://github.com/bluesky-social/indigo/tree/main/cmd/bigsky"
},
{
"name": "plc",
"repo": "https://github.com/did-method-plc/did-method-plc/tree/main/packages/server",
"tag": [
"did"
]
},
{
"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"
}
]
},
"ref": "https://en.wikipedia.org/wiki/atmosphere_of_earth"
},
"universe": {
"name": "universe",
"system": {
"enum": [
"choices",
"diagnosis",
"fate"
],
"body": {
"text": "this world is made up of three elements: choices, diagnosis, and fate",
"lang": {
"ja": "宇宙"
"ja": "この世界はchoices(選択), diagnosis(診断)、fate(運)という3つの要素で構成されます"
}
}
},
"name": "world",
"lang": {
"ja": "世界"
},
"uri": "https://eyes.nasa.gov/apps/solar-system",
"ref": "https://en.wikipedia.org/wiki/universe",
"tag": [
"enum": [
"earth",
"moon",
"sun",
@ -292,7 +422,7 @@
},
"sun": {
"name": "sun",
"tag": [
"enum": [
"solar"
],
"lang": {
@ -369,7 +499,7 @@
"lang": {
"ja": "銀河"
},
"tag": [
"enum": [
"milkyway",
"andromeda",
"bode",
@ -422,6 +552,173 @@
}
}
}
},
"character": {
"ref": "https://git.syui.ai/ai/ue/src/branch/main/lexicons/ai/syui/game/user.json",
"lang": {
"ja": "キャラクター"
},
"body": {
"text": "each player is assigned one character. each character has one attribute. the attribute is determined by the group [origin, fantasy, animal...]. the character evolves into [animal, human, divinity]. as the season changes, new groups are added and the assigned characters change.",
"lang": {
"ja": "プレイヤーには1キャラクターが割り当てられます。キャラクターは1つの属性を持ちます。グループ[オリジン、ファンタジー、アニマル...]によって属性が決まります。キャラクターは[動物、人間、神性]へと進化します。シーズンが移行すると新しいグループが追加され、割り当てられるキャラクターが変化していきます"
}
},
"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"
}
}
}
}