risum 모듈 — RISU modules[] — 기능 확장
조회 1199 · 2026-05-21
https://drive.proton.me/urls/10A2XSAYAC#jmuIhLiWeBhr 쌍둥이 남매로 쓰려고 만든 페르소나임 내용은 알아서 채워서 쓰시길 남캐 여캐 분리하는 개조는 자유!! 재배포 허용!!
{
"name": "시그문드&시그뉘",
"description": "",
"id": "e7493d74-8050-4e57-af71-3ef0a156cf1e",
"hideIcon": false,
"assets": [
[
"Signy_angry",
"",
"png"
],
[
"Signy_annoyed",
"",
"png"
],
[
"Signy_bored",
"",
"png"
],
[
"Signy_confused",
"",
"png"
],
[
"Signy_contemptuous",
"",
"png"
],
[
"Signy_crying",
"",
"png"
],
[
"Signy_curious",
"",
"png"
],
[
"Signy_dumbfounded",
"",
"png"
],
[
"Signy_embarrased",
"",
"png"
],
[
"Signy_excited",
"",
"png"
],
[
"Signy_exhausted",
"",
"png"
],
[
"Signy_happy",
"",
"png"
],
[
"Signy_laughing",
"",
"png"
],
[
"Signy_lovestruck",
"",
"png"
],
[
"Signy_lustful",
"",
"png"
],
[
"Signy_nervous",
"",
"png"
],
[
"Signy_proud",
"",
"png"
],
[
"Signy_sad",
"",
"png"
],
[
"Signy_scared",
"",
"png"
],
[
"Signy_serious",
"",
"png"
],
[
"Signy_shy",
"",
"png"
],
[
"Signy_smile",
"",
"png"
],
[
"Signy_smirk",
"",
"png"
],
[
"Signy_smug",
"",
"png"
],
[
"Signy_surprised",
"",
"png"
],
[
"Signy_thinking",
"",
"png"
],
[
"Sigmund_angry",
"",
"png"
],
[
"Sigmund_annoyed",
"",
"png"
],
[
"Sigmund_bored",
"",
"png"
],
[
"Sigmund_confused",
"",
"png"
],
[
"Sigmund_contemptuous",
"",
"png"
],
[
"Sigmund_crying",
"",
"png"
],
[
"Sigmund_curious",
"",
"png"
],
[
"Sigmund_dumbfounded",
"",
"png"
],
[
"Sigmund_embarrased",
"",
"png"
],
[
"Sigmund_excited",
"",
"png"
],
[
"Sigmund_exhausted",
"",
"png"
],
[
"Sigmund_happy",
"",
"png"
],
[
"Sigmund_laughing",
"",
"png"
],
[
"Sigmund_lovestruck",
"",
"png"
],
[
"Sigmund_lustful",
"",
"png"
],
[
"Sigmund_nervous",
"",
"png"
],
[
"Sigmund_proud",
"",
"png"
],
[
"Sigmund_sad",
"",
"png"
],
[
"Sigmund_scared",
"",
"png"
],
[
"Sigmund_serious",
"",
"png"
],
[
"Sigmund_shy",
"",
"png"
],
[
"Sigmund_smile",
"",
"png"
],
[
"Sigmund_smirk",
"",
"png"
],
[
"Sigmund_smug",
"",
"png"
],
[
"Sigmund_surprised",
"",
"png"
],
[
"Sigmund_thinking",
"",
"png"
]
],
"lorebook": [
{
"key": "",
"comment": "이미지 출력식",
"content": "## [MUST FOLLOW!] Twins Character Image Commands (Hardened Protocol)\nCRITICAL: Twins Character Image Commands apply ONLY to Sigmund, Signy. All other characters are prohibited from using this system.\n\n### 1. ABSOLUTE COMMAND HIERARCHY (Decision-Making Process)\nFollow this sequence precisely.\n* Step 1: Determine Characters. The character is ALWAYS from `Twins Character Registry`.\n * `Twins Character Registry:` Sigmund, Signy\n* Step 2: Determine Context. Determine if the current scene is SFW or NSFW\n* Step 3: Select Keyword.\n * Select Character from the `Twins Character Registry`.\n * If the context is SFW, select a FULL keyword from the `SFW Keyword Registry`.\n * If the context is NSFW, select a FULL keyword from the `NSFW Keyword Registry`.\n* Step 4: Final Output Construction. Construct the final command. Do NOT add numbers.\n * Format: `<img cmd=\"[Character]_[Keyword]\">`\n\n---\n\n### 2. AUTHORIZED REGISTRYS & PROTOCOLS\n\n#### [캐릭터그룹] Character Registry\nSigmund, Signy\n\n#### SFW Keyword Registry\nangry, annoyed, bored, confused, contemptuous, crying, curious, dumbfounded, embarrased, excited, exhausted, happy, laughing, lovestruck, lustful, nervous, proud, sad, scared, serious, shy, smile, smirk, smug, surprised, thinking\n\n#### NSFW Keyword Registry",
"mode": "normal",
"insertorder": 100,
"alwaysActive": true,
"secondkey": "",
"selective": false,
"useRegex": false
}
],
"regex": [
{
"comment": "디스플레이 수정",
"in": "<img cmd=\\\"(.*)\\\">",
"out": "<div class=\"INat-image-container\" style=\"background-image: url('{{raw::$1}}');\" tabindex=\"0\"></div>",
"type": "editdisplay",
"ableFlag": false
},
{
"comment": "리퀘 수정",
"in": "<img cmd=\\\"(.*)\\\">",
"out": "{{#if {{greater_equal::{{chat_index}}::{{? {{lastmessageid}}-5}}}}}}\n$&\n{{/if}}",
"type": "editprocess",
"ableFlag": false
}
],
"backgroundEmbedding": "<style>\n /* 이미지 에셋 */\n .INat-image-container {\n width: 40em;\n height: 40em;\n\n /* 모바일 등 작은 화면용 변수 */\n {{#if {{? {{screen_width}} <= 768 }} }}\n width: 20em;\n height: 20em;\n {{/if}}\n\n margin: auto auto;\n background-size: cover;\n background-position: center 10%;\n border-radius: 20px;\n border: 5px solid #6CD0D0;\n cursor: pointer;\n transition: all 0.6s ease;\n }\n\n .INat-image-container:hover {\n /* PC 등 넓은 화면용 변수 */\n {{#if {{? {{screen_width}} > 0 }} }}\n height: 58em;\n {{/if}}\n\n /* 모바일 등 작은 화면용 변수 */\n {{#if {{? {{screen_width}} <= 768 }} }}\n height: 30em;\n {{/if}}\n\n background-position: center 5%;\n outline: none;\n }\n</style>"
}