diff --git a/lexicons/ai.syui.rse.admin.json b/lexicons/ai.syui.rse.admin.json index 0e90123..b74270e 100644 --- a/lexicons/ai.syui.rse.admin.json +++ b/lexicons/ai.syui.rse.admin.json @@ -55,6 +55,26 @@ } } }, + "item": { + "type": "array", + "description": "Item definitions", + "items": { + "type": "object", + "required": ["id", "name", "text"], + "properties": { + "id": { "type": "integer", "description": "Item ID" }, + "name": { "type": "string", "description": "Item name" }, + "text": { + "type": "object", + "description": "Item description (localized)", + "properties": { + "en": { "type": "string", "description": "English text" }, + "ja": { "type": "string", "description": "Japanese text" } + } + } + } + } + }, "collection": { "type": "array", "description": "ATProto collection definitions", diff --git a/public/rse/item/4.webp b/public/rse/item/4.webp new file mode 100644 index 0000000..7a698ab Binary files /dev/null and b/public/rse/item/4.webp differ